summaryrefslogtreecommitdiffstats
path: root/AndroidManifest-common.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest-common.xml')
-rw-r--r--AndroidManifest-common.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest-common.xml b/AndroidManifest-common.xml
index bbe1f4a88..9dc42910b 100644
--- a/AndroidManifest-common.xml
+++ b/AndroidManifest-common.xml
@@ -31,7 +31,7 @@
with some minor changed based on the derivative app.
-->
<permission
- android:name="com.android.launcher.permission.INSTALL_SHORTCUT"
+ android:name="org.lineageos.trebuchet.permission.INSTALL_SHORTCUT"
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
android:protectionLevel="dangerous"
android:label="@string/permlab_install_shortcut"
@@ -58,7 +58,7 @@
<!-- Intent received used to install shortcuts from other applications -->
<receiver
android:name="com.android.launcher3.InstallShortcutReceiver"
- android:permission="com.android.launcher.permission.INSTALL_SHORTCUT">
+ android:permission="org.lineageos.trebuchet.permission.INSTALL_SHORTCUT">
<intent-filter>
<action android:name="com.android.launcher.action.INSTALL_SHORTCUT" />
</intent-filter>