Remove plugins permission
This commit is contained in:
@@ -27,8 +27,6 @@
|
||||
|
||||
<uses-permission android:name="android.permission.VIBRATE" />
|
||||
|
||||
<uses-permission android:name="de.mm20.launcher2.permission.USE_PLUGINS" />
|
||||
|
||||
<application
|
||||
android:name=".LauncherApplication"
|
||||
android:allowBackup="true"
|
||||
|
||||
@@ -1,15 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<permission-group
|
||||
android:name="de.mm20.launcher2.permission-group.PLUGINS"
|
||||
android:label="Kvaesitso plugins" />
|
||||
<permission
|
||||
android:name="de.mm20.launcher2.permission.USE_PLUGINS"
|
||||
android:label="@string/app_name"
|
||||
android:description="@string/app_name"
|
||||
android:icon="@drawable/ic_launcher_monochrome"
|
||||
android:permissionGroup="de.mm20.launcher2.permission-group.PLUGINS"
|
||||
android:protectionLevel="dangerous" />
|
||||
|
||||
</manifest>
|
||||
|
||||
Reference in New Issue
Block a user