am 95499dcb: Merge "Change com.android.launcher.permission.INSTALL_SHORTCUT permission to normal level https://docs.google.com/document/d/12H0b6R2tmyIoNoOs2t8PbyzlGFcbxT8OnGpRb6P6c6s/edit" into mnc-dev
* commit '95499dcbb404d8e4d5575be7d5568115c35a639a': Change com.android.launcher.permission.INSTALL_SHORTCUT permission to normal level https://docs.google.com/document/d/12H0b6R2tmyIoNoOs2t8PbyzlGFcbxT8OnGpRb6P6c6s/edit
This commit is contained in:
@@ -1414,13 +1414,13 @@
|
||||
<permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT"
|
||||
android:label="@string/permlab_install_shortcut"
|
||||
android:description="@string/permdesc_install_shortcut"
|
||||
android:protectionLevel="dangerous"/>
|
||||
android:protectionLevel="normal"/>
|
||||
|
||||
<!-- Allows an application to uninstall a shortcut in Launcher -->
|
||||
<permission android:name="com.android.launcher.permission.UNINSTALL_SHORTCUT"
|
||||
android:label="@string/permlab_uninstall_shortcut"
|
||||
android:description="@string/permdesc_uninstall_shortcut"
|
||||
android:protectionLevel="dangerous"/>
|
||||
android:protectionLevel="normal"/>
|
||||
|
||||
<!-- ==================================================== -->
|
||||
<!-- Permissions related to accessing sync settings -->
|
||||
|
||||
Reference in New Issue
Block a user