diff options
| -rw-r--r-- | core/res/AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/res/AndroidManifest.xml b/core/res/AndroidManifest.xml index 66c497e99776..4e74d5066b6e 100644 --- a/core/res/AndroidManifest.xml +++ b/core/res/AndroidManifest.xml @@ -2238,7 +2238,8 @@ android:description="@string/permdesc_install_shortcut" android:protectionLevel="normal"/> - <!--This permission is no longer supported. + <!-- <p class="caution"><strong>Don't use this permission in your app.</strong><br>This + permission is no longer supported. --> <permission android:name="com.android.launcher.permission.UNINSTALL_SHORTCUT" android:label="@string/permlab_uninstall_shortcut" |