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.
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 54130e9..dfbafde 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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" />