Fix 2167033 - Add bookmark to the home screen in the Browser is not working on Passions
Re-add the permissions, now that we only have one launcher at a time.
This commit is contained in:
parent
ff3862d415
commit
66bc7e1b2d
|
@ -22,7 +22,6 @@
|
|||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.android.launcher2">
|
||||
|
||||
<!-- Turned off until there is only one launcher
|
||||
<permission
|
||||
android:name="com.android.launcher.permission.INSTALL_SHORTCUT"
|
||||
android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
|
||||
|
@ -47,7 +46,6 @@
|
|||
android:protectionLevel="normal"
|
||||
android:label="@string/permlab_write_settings"
|
||||
android:description="@string/permdesc_write_settings"/>
|
||||
-->
|
||||
|
||||
<uses-permission android:name="android.permission.CALL_PHONE" />
|
||||
<uses-permission android:name="android.permission.EXPAND_STATUS_BAR" />
|
||||
|
|
Loading…
Reference in New Issue