The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | /* |
| 4 | ** |
| 5 | ** Copyright 2008, The Android Open Source Project |
| 6 | ** |
| 7 | ** Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | ** you may not use this file except in compliance with the License. |
| 9 | ** You may obtain a copy of the License at |
| 10 | ** |
| 11 | ** http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | ** |
| 13 | ** Unless required by applicable law or agreed to in writing, software |
| 14 | ** distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | ** See the License for the specific language governing permissions and |
| 17 | ** limitations under the License. |
| 18 | */ |
| 19 | --> |
| 20 | <manifest |
| 21 | xmlns:android="http://schemas.android.com/apk/res/android" |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 22 | package="com.android.launcher3"> |
Jeff Hamilton | 95db737 | 2010-02-11 16:25:50 -0600 | [diff] [blame] | 23 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 24 | <permission |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 25 | android:name="com.android.launcher3.permission.PRELOAD_WORKSPACE" |
Brian Muramatsu | b6a4d98 | 2012-04-24 17:16:04 -0700 | [diff] [blame] | 26 | android:permissionGroup="android.permission-group.SYSTEM_TOOLS" |
| 27 | android:protectionLevel="system|signature" /> |
| 28 | <permission |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 29 | android:name="com.android.launcher3.permission.INSTALL_SHORTCUT" |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 30 | android:permissionGroup="android.permission-group.SYSTEM_TOOLS" |
Nick Kralevich | 3365030 | 2012-08-07 10:21:13 -0700 | [diff] [blame] | 31 | android:protectionLevel="dangerous" |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 32 | android:label="@string/permlab_install_shortcut" |
| 33 | android:description="@string/permdesc_install_shortcut" /> |
| 34 | <permission |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 35 | android:name="com.android.launcher3.permission.UNINSTALL_SHORTCUT" |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 36 | android:permissionGroup="android.permission-group.SYSTEM_TOOLS" |
Nick Kralevich | 3365030 | 2012-08-07 10:21:13 -0700 | [diff] [blame] | 37 | android:protectionLevel="dangerous" |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 38 | android:label="@string/permlab_uninstall_shortcut" |
| 39 | android:description="@string/permdesc_uninstall_shortcut"/> |
| 40 | <permission |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 41 | android:name="com.android.launcher3.permission.READ_SETTINGS" |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 42 | android:permissionGroup="android.permission-group.SYSTEM_TOOLS" |
| 43 | android:protectionLevel="normal" |
| 44 | android:label="@string/permlab_read_settings" |
| 45 | android:description="@string/permdesc_read_settings"/> |
| 46 | <permission |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 47 | android:name="com.android.launcher3.permission.WRITE_SETTINGS" |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 48 | android:permissionGroup="android.permission-group.SYSTEM_TOOLS" |
| 49 | android:protectionLevel="normal" |
| 50 | android:label="@string/permlab_write_settings" |
| 51 | android:description="@string/permdesc_write_settings"/> |
| 52 | |
| 53 | <uses-permission android:name="android.permission.CALL_PHONE" /> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 54 | <uses-permission android:name="android.permission.SET_WALLPAPER" /> |
| 55 | <uses-permission android:name="android.permission.SET_WALLPAPER_HINTS" /> |
| 56 | <uses-permission android:name="android.permission.VIBRATE" /> |
Jeff Sharkey | 6d3bfe5 | 2009-05-07 16:12:05 -0700 | [diff] [blame] | 57 | <uses-permission android:name="android.permission.BIND_APPWIDGET" /> |
Michael Jurka | 974c386 | 2012-05-22 22:00:31 -0700 | [diff] [blame] | 58 | <uses-permission android:name="android.permission.GET_ACCOUNTS" /> |
Adam Cohen | e25af79 | 2013-06-06 23:08:25 -0700 | [diff] [blame] | 59 | <uses-permission android:name="com.android.launcher.permission.READ_SETTINGS" /> |
| 60 | <uses-permission android:name="com.android.launcher.permission.WRITE_SETTINGS" /> |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 61 | <uses-permission android:name="com.android.launcher3.permission.READ_SETTINGS" /> |
| 62 | <uses-permission android:name="com.android.launcher3.permission.WRITE_SETTINGS" /> |
Adam Cohen | 76fc085 | 2011-06-17 13:26:23 -0700 | [diff] [blame] | 63 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 64 | <application |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 65 | android:name="com.android.launcher3.LauncherApplication" |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 66 | android:label="@string/application_name" |
Michael Jurka | 9df38df | 2012-11-12 18:07:02 -0800 | [diff] [blame] | 67 | android:icon="@mipmap/ic_launcher_home" |
Michael Jurka | 14c5a2c | 2012-06-28 13:45:33 -0700 | [diff] [blame] | 68 | android:hardwareAccelerated="true" |
Fabrice Di Meglio | 369dd0c | 2012-09-24 17:30:22 -0700 | [diff] [blame] | 69 | android:largeHeap="@bool/config_largeHeap" |
| 70 | android:supportsRtl="true"> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 71 | <activity |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 72 | android:name="com.android.launcher3.Launcher" |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 73 | android:launchMode="singleTask" |
| 74 | android:clearTaskOnLaunch="true" |
| 75 | android:stateNotNeeded="true" |
Adam Cohen | 81e2b9b | 2011-06-27 18:59:37 -0700 | [diff] [blame] | 76 | android:theme="@style/Theme" |
Adam Cohen | 446e940 | 2011-09-15 18:21:21 -0700 | [diff] [blame] | 77 | android:windowSoftInputMode="adjustPan" |
Jeff Brown | a601663 | 2012-06-04 14:15:42 -0700 | [diff] [blame] | 78 | android:screenOrientation="nosensor"> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 79 | <intent-filter> |
| 80 | <action android:name="android.intent.action.MAIN" /> |
Joe Onorato | 7b7a2cd | 2009-09-23 08:32:02 -0700 | [diff] [blame] | 81 | <category android:name="android.intent.category.HOME" /> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 82 | <category android:name="android.intent.category.DEFAULT" /> |
Joe Onorato | 7b7a2cd | 2009-09-23 08:32:02 -0700 | [diff] [blame] | 83 | <category android:name="android.intent.category.MONKEY"/> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 84 | </intent-filter> |
| 85 | </activity> |
| 86 | |
| 87 | <activity |
Adam Cohen | b5fe60c | 2013-06-06 22:03:51 -0700 | [diff] [blame] | 88 | android:name="com.android.launcher3.WidgetAdder" |
| 89 | android:label="@string/widget_adder" |
| 90 | android:icon="@mipmap/ic_launcher_home"> |
| 91 | <intent-filter> |
| 92 | <action android:name="android.intent.action.MAIN" /> |
| 93 | <category android:name="android.intent.category.DEFAULT" /> |
| 94 | <category android:name="android.intent.category.LAUNCHER" /> |
| 95 | </intent-filter> |
| 96 | </activity> |
| 97 | |
| 98 | <activity |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 99 | android:name="com.android.launcher3.WallpaperChooser" |
Michael Jurka | aee3a0e | 2012-09-24 19:05:00 -0700 | [diff] [blame] | 100 | android:theme="@style/Theme.WallpaperPicker" |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 101 | android:label="@string/pick_wallpaper" |
Michael Jurka | 9df38df | 2012-11-12 18:07:02 -0800 | [diff] [blame] | 102 | android:icon="@mipmap/ic_launcher_wallpaper" |
Michael Jurka | 4e01d33 | 2011-10-13 06:07:30 -0700 | [diff] [blame] | 103 | android:finishOnCloseSystemDialogs="true" |
| 104 | android:process=":wallpaper_chooser"> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 105 | <intent-filter> |
| 106 | <action android:name="android.intent.action.SET_WALLPAPER" /> |
| 107 | <category android:name="android.intent.category.DEFAULT" /> |
| 108 | </intent-filter> |
Adam Cohen | 4c3733f | 2011-01-18 17:27:00 -0800 | [diff] [blame] | 109 | <meta-data android:name="android.wallpaper.preview" |
| 110 | android:resource="@xml/wallpaper_picker_preview" /> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 111 | </activity> |
Romain Guy | 73b979d | 2009-06-09 12:57:21 -0700 | [diff] [blame] | 112 | |
Daniel Sandler | a127b7a | 2013-06-17 14:25:46 -0400 | [diff] [blame] | 113 | <!-- Debugging tools --> |
| 114 | <activity |
| 115 | android:name="com.android.launcher3.MemoryDumpActivity" |
| 116 | android:theme="@android:style/Theme.NoDisplay" |
| 117 | android:label="@string/debug_memory_activity" |
| 118 | android:enabled="@bool/debug_memory_enabled" |
| 119 | android:icon="@null" |
| 120 | > |
| 121 | <intent-filter> |
| 122 | <action android:name="android.intent.action.MAIN" /> |
| 123 | <category android:name="android.intent.category.DEFAULT" /> |
| 124 | <category android:name="android.intent.category.LAUNCHER" /> |
| 125 | </intent-filter> |
| 126 | </activity> |
| 127 | |
Brian Muramatsu | b6a4d98 | 2012-04-24 17:16:04 -0700 | [diff] [blame] | 128 | <!-- Intent received used to prepopulate the default workspace. --> |
| 129 | <receiver |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 130 | android:name="com.android.launcher3.PreloadReceiver" |
| 131 | android:permission="com.android.launcher3.permission.PRELOAD_WORKSPACE"> |
Brian Muramatsu | b6a4d98 | 2012-04-24 17:16:04 -0700 | [diff] [blame] | 132 | <intent-filter> |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 133 | <action android:name="com.android.launcher3.action.PRELOAD_WORKSPACE" /> |
Brian Muramatsu | b6a4d98 | 2012-04-24 17:16:04 -0700 | [diff] [blame] | 134 | </intent-filter> |
| 135 | </receiver> |
| 136 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 137 | <!-- Intent received used to install shortcuts from other applications --> |
| 138 | <receiver |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 139 | android:name="com.android.launcher3.InstallShortcutReceiver" |
| 140 | android:permission="com.android.launcher3.permission.INSTALL_SHORTCUT"> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 141 | <intent-filter> |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 142 | <action android:name="com.android.launcher3.action.INSTALL_SHORTCUT" /> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 143 | </intent-filter> |
| 144 | </receiver> |
| 145 | |
| 146 | <!-- Intent received used to uninstall shortcuts from other applications --> |
| 147 | <receiver |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 148 | android:name="com.android.launcher3.UninstallShortcutReceiver" |
| 149 | android:permission="com.android.launcher3.permission.UNINSTALL_SHORTCUT"> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 150 | <intent-filter> |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 151 | <action android:name="com.android.launcher3.action.UNINSTALL_SHORTCUT" /> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 152 | </intent-filter> |
| 153 | </receiver> |
| 154 | |
Dianne Hackborn | 804503c | 2012-09-16 00:00:27 -0700 | [diff] [blame] | 155 | <!-- New user initialization; set up initial wallpaper --> |
| 156 | <receiver |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 157 | android:name="com.android.launcher3.UserInitializeReceiver" |
Dianne Hackborn | 804503c | 2012-09-16 00:00:27 -0700 | [diff] [blame] | 158 | android:exported="false"> |
| 159 | <intent-filter> |
| 160 | <action android:name="android.intent.action.USER_INITIALIZE" /> |
| 161 | </intent-filter> |
| 162 | </receiver> |
Michael Jurka | 05713af | 2013-01-23 12:39:24 +0100 | [diff] [blame] | 163 | |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 164 | <receiver android:name="com.android.launcher3.PackageChangedReceiver" > |
Michael Jurka | 05713af | 2013-01-23 12:39:24 +0100 | [diff] [blame] | 165 | <intent-filter> |
| 166 | <action android:name="android.intent.action.PACKAGE_CHANGED"/> |
| 167 | <action android:name="android.intent.action.PACKAGE_REPLACED"/> |
| 168 | <action android:name="android.intent.action.PACKAGE_REMOVED"/> |
| 169 | <data android:scheme="package"></data> |
| 170 | </intent-filter> |
| 171 | </receiver> |
| 172 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 173 | <!-- The settings provider contains Home's data, like the workspace favorites --> |
| 174 | <provider |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 175 | android:name="com.android.launcher3.LauncherProvider" |
| 176 | android:authorities="com.android.launcher3.settings" |
Nick Kralevich | ebe6559 | 2012-07-28 16:11:07 -0700 | [diff] [blame] | 177 | android:exported="true" |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 178 | android:writePermission="com.android.launcher3.permission.WRITE_SETTINGS" |
| 179 | android:readPermission="com.android.launcher3.permission.READ_SETTINGS" /> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 180 | |
Martijn Coenen | b34811d | 2012-04-19 09:38:20 -0700 | [diff] [blame] | 181 | <meta-data android:name="android.nfc.disable_beam_default" |
| 182 | android:value="true" /> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 183 | </application> |
| 184 | </manifest> |