am 33650301: Set permission [UN]INSTALL_SHORTCUT protectionLevel to \'dangerous\'

* commit '33650301a204297ea7e7ea08b485245a7c9e5968':
  Set permission [UN]INSTALL_SHORTCUT protectionLevel to 'dangerous'
This commit is contained in:
Nick Kralevich
2012-08-08 14:03:42 -07:00
committed by Android Git Automerger
+2 -2
View File
@@ -30,13 +30,13 @@
<permission <permission
android:name="com.android.launcher.permission.INSTALL_SHORTCUT" android:name="com.android.launcher.permission.INSTALL_SHORTCUT"
android:permissionGroup="android.permission-group.SYSTEM_TOOLS" android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
android:protectionLevel="normal" android:protectionLevel="dangerous"
android:label="@string/permlab_install_shortcut" android:label="@string/permlab_install_shortcut"
android:description="@string/permdesc_install_shortcut" /> android:description="@string/permdesc_install_shortcut" />
<permission <permission
android:name="com.android.launcher.permission.UNINSTALL_SHORTCUT" android:name="com.android.launcher.permission.UNINSTALL_SHORTCUT"
android:permissionGroup="android.permission-group.SYSTEM_TOOLS" android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
android:protectionLevel="normal" android:protectionLevel="dangerous"
android:label="@string/permlab_uninstall_shortcut" android:label="@string/permlab_uninstall_shortcut"
android:description="@string/permdesc_uninstall_shortcut"/> android:description="@string/permdesc_uninstall_shortcut"/>
<permission <permission