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"> |
Kenny Guy | d794a3f | 2014-09-16 15:17:58 +0100 | [diff] [blame] | 23 | <uses-sdk android:targetSdkVersion="21" android:minSdkVersion="16"/> |
Jeff Hamilton | 95db737 | 2010-02-11 16:25:50 -0600 | [diff] [blame] | 24 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 25 | <permission |
Winson Chung | 94d6768 | 2013-09-25 16:29:40 -0700 | [diff] [blame] | 26 | android:name="com.android.launcher.permission.INSTALL_SHORTCUT" |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 27 | android:permissionGroup="android.permission-group.SYSTEM_TOOLS" |
Nick Kralevich | 3365030 | 2012-08-07 10:21:13 -0700 | [diff] [blame] | 28 | android:protectionLevel="dangerous" |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 29 | android:label="@string/permlab_install_shortcut" |
| 30 | android:description="@string/permdesc_install_shortcut" /> |
| 31 | <permission |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 32 | android:name="com.android.launcher3.permission.READ_SETTINGS" |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 33 | android:permissionGroup="android.permission-group.SYSTEM_TOOLS" |
| 34 | android:protectionLevel="normal" |
| 35 | android:label="@string/permlab_read_settings" |
| 36 | android:description="@string/permdesc_read_settings"/> |
| 37 | <permission |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 38 | android:name="com.android.launcher3.permission.WRITE_SETTINGS" |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 39 | android:permissionGroup="android.permission-group.SYSTEM_TOOLS" |
Winson Chung | c66109c | 2014-02-26 11:50:46 -0800 | [diff] [blame] | 40 | android:protectionLevel="signatureOrSystem" |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 41 | android:label="@string/permlab_write_settings" |
| 42 | android:description="@string/permdesc_write_settings"/> |
Daniel Sandler | ff02d49 | 2013-08-05 02:12:05 -0400 | [diff] [blame] | 43 | <permission |
| 44 | android:name="com.android.launcher3.permission.RECEIVE_LAUNCH_BROADCASTS" |
| 45 | android:protectionLevel="signature" |
| 46 | /> |
Adam Cohen | 3ed316a | 2014-07-23 18:21:20 -0700 | [diff] [blame] | 47 | <permission |
| 48 | android:name="com.android.launcher3.permission.RECEIVE_FIRST_LOAD_BROADCAST" |
| 49 | android:protectionLevel="signatureOrSystem" /> |
Daniel Sandler | ff02d49 | 2013-08-05 02:12:05 -0400 | [diff] [blame] | 50 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 51 | <uses-permission android:name="android.permission.CALL_PHONE" /> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 52 | <uses-permission android:name="android.permission.SET_WALLPAPER" /> |
| 53 | <uses-permission android:name="android.permission.SET_WALLPAPER_HINTS" /> |
| 54 | <uses-permission android:name="android.permission.VIBRATE" /> |
Jeff Sharkey | 6d3bfe5 | 2009-05-07 16:12:05 -0700 | [diff] [blame] | 55 | <uses-permission android:name="android.permission.BIND_APPWIDGET" /> |
Michael Jurka | 974c386 | 2012-05-22 22:00:31 -0700 | [diff] [blame] | 56 | <uses-permission android:name="android.permission.GET_ACCOUNTS" /> |
John Spurlock | 2c38e70 | 2013-09-18 10:48:25 -0400 | [diff] [blame] | 57 | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
Sunny Goyal | f599ccf | 2014-07-08 13:01:29 -0700 | [diff] [blame] | 58 | <uses-permission android:name="android.permission.BROADCAST_STICKY"/> |
| 59 | <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> |
Adam Cohen | e25af79 | 2013-06-06 23:08:25 -0700 | [diff] [blame] | 60 | <uses-permission android:name="com.android.launcher.permission.READ_SETTINGS" /> |
| 61 | <uses-permission android:name="com.android.launcher.permission.WRITE_SETTINGS" /> |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 62 | <uses-permission android:name="com.android.launcher3.permission.READ_SETTINGS" /> |
| 63 | <uses-permission android:name="com.android.launcher3.permission.WRITE_SETTINGS" /> |
Daniel Sandler | ff02d49 | 2013-08-05 02:12:05 -0400 | [diff] [blame] | 64 | <uses-permission android:name="com.android.launcher3.permission.RECEIVE_LAUNCH_BROADCASTS" /> |
Adam Cohen | a388a14 | 2014-07-31 09:45:58 -0700 | [diff] [blame] | 65 | <uses-permission android:name="com.android.launcher3.permission.RECEIVE_FIRST_LOAD_BROADCAST" /> |
Adam Cohen | 76fc085 | 2011-06-17 13:26:23 -0700 | [diff] [blame] | 66 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 67 | <application |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 68 | android:name="com.android.launcher3.LauncherApplication" |
Sunny Goyal | 0fc1be1 | 2014-08-11 17:05:23 -0700 | [diff] [blame] | 69 | android:allowBackup="@bool/enable_backup" |
| 70 | android:backupAgent="com.android.launcher3.LauncherBackupAgentHelper" |
Michael Jurka | 14c5a2c | 2012-06-28 13:45:33 -0700 | [diff] [blame] | 71 | android:hardwareAccelerated="true" |
Sunny Goyal | 0fc1be1 | 2014-08-11 17:05:23 -0700 | [diff] [blame] | 72 | android:icon="@mipmap/ic_launcher_home" |
| 73 | android:label="@string/application_name" |
Fabrice Di Meglio | 369dd0c | 2012-09-24 17:30:22 -0700 | [diff] [blame] | 74 | android:largeHeap="@bool/config_largeHeap" |
Sunny Goyal | 0fc1be1 | 2014-08-11 17:05:23 -0700 | [diff] [blame] | 75 | android:restoreAnyVersion="true" |
| 76 | android:supportsRtl="true" > |
| 77 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 78 | <activity |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 79 | android:name="com.android.launcher3.Launcher" |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 80 | android:launchMode="singleTask" |
| 81 | android:clearTaskOnLaunch="true" |
| 82 | android:stateNotNeeded="true" |
Adam Cohen | 81e2b9b | 2011-06-27 18:59:37 -0700 | [diff] [blame] | 83 | android:theme="@style/Theme" |
Adam Cohen | 446e940 | 2011-09-15 18:21:21 -0700 | [diff] [blame] | 84 | android:windowSoftInputMode="adjustPan" |
Adam Cohen | c2d6e89 | 2014-10-16 09:49:24 -0700 | [diff] [blame] | 85 | android:screenOrientation="nosensor" |
Winson Chung | 761e820 | 2015-06-01 12:38:30 -0700 | [diff] [blame^] | 86 | android:resumeWhilePausing="true" |
Adam Cohen | c2d6e89 | 2014-10-16 09:49:24 -0700 | [diff] [blame] | 87 | android:enabled="true"> |
| 88 | <intent-filter> |
| 89 | <action android:name="android.intent.action.MAIN" /> |
| 90 | <category android:name="android.intent.category.HOME" /> |
| 91 | <category android:name="android.intent.category.DEFAULT" /> |
| 92 | <category android:name="android.intent.category.MONKEY"/> |
| 93 | </intent-filter> |
| 94 | </activity> |
| 95 | |
| 96 | <activity |
| 97 | android:name="com.android.launcher3.LauncherExtension" |
| 98 | android:launchMode="singleTask" |
| 99 | android:clearTaskOnLaunch="true" |
| 100 | android:stateNotNeeded="true" |
| 101 | android:theme="@style/Theme" |
| 102 | android:windowSoftInputMode="adjustPan" |
| 103 | android:screenOrientation="nosensor" |
| 104 | android:enabled="false"> |
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.MAIN" /> |
Joe Onorato | 7b7a2cd | 2009-09-23 08:32:02 -0700 | [diff] [blame] | 107 | <category android:name="android.intent.category.HOME" /> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 108 | <category android:name="android.intent.category.DEFAULT" /> |
Joe Onorato | 7b7a2cd | 2009-09-23 08:32:02 -0700 | [diff] [blame] | 109 | <category android:name="android.intent.category.MONKEY"/> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 110 | </intent-filter> |
| 111 | </activity> |
| 112 | |
| 113 | <activity |
Adam Cohen | 39a0604 | 2013-07-19 14:30:12 -0700 | [diff] [blame] | 114 | android:name="com.android.launcher3.ToggleWeightWatcher" |
| 115 | android:label="@string/toggle_weight_watcher" |
Daniel Sandler | 826420b | 2013-08-23 00:45:46 -0400 | [diff] [blame] | 116 | android:enabled="@bool/debug_memory_enabled" |
Adam Cohen | 39a0604 | 2013-07-19 14:30:12 -0700 | [diff] [blame] | 117 | android:icon="@mipmap/ic_launcher_home"> |
| 118 | <intent-filter> |
| 119 | <action android:name="android.intent.action.MAIN" /> |
| 120 | <category android:name="android.intent.category.DEFAULT" /> |
| 121 | <category android:name="android.intent.category.LAUNCHER" /> |
| 122 | </intent-filter> |
| 123 | </activity> |
| 124 | |
| 125 | <activity |
Sunny Goyal | 6a1e95a | 2015-03-20 17:26:30 -0700 | [diff] [blame] | 126 | android:name="com.android.launcher3.WallpaperPickerActivity" |
Selim Cinek | ffed658 | 2014-02-28 17:18:59 +0100 | [diff] [blame] | 127 | android:theme="@style/Theme.WallpaperPicker" |
Michael Jurka | 104c456 | 2013-07-08 18:03:46 -0700 | [diff] [blame] | 128 | android:label="@string/pick_wallpaper" |
| 129 | android:icon="@mipmap/ic_launcher_wallpaper" |
| 130 | android:finishOnCloseSystemDialogs="true" |
| 131 | android:process=":wallpaper_chooser"> |
| 132 | <intent-filter> |
Michael Jurka | adc574c | 2013-09-12 00:05:02 +0200 | [diff] [blame] | 133 | <action android:name="android.intent.action.SET_WALLPAPER" /> |
Michael Jurka | 104c456 | 2013-07-08 18:03:46 -0700 | [diff] [blame] | 134 | <category android:name="android.intent.category.DEFAULT" /> |
| 135 | </intent-filter> |
Michael Jurka | 104c456 | 2013-07-08 18:03:46 -0700 | [diff] [blame] | 136 | </activity> |
| 137 | |
Michael Jurka | 2d8de58 | 2013-09-04 14:42:52 +0200 | [diff] [blame] | 138 | <activity |
| 139 | android:name="com.android.launcher3.WallpaperCropActivity" |
Michael Jurka | adc574c | 2013-09-12 00:05:02 +0200 | [diff] [blame] | 140 | android:theme="@style/Theme.WallpaperCropper" |
| 141 | android:label="@string/crop_wallpaper" |
Michael Jurka | 2d8de58 | 2013-09-04 14:42:52 +0200 | [diff] [blame] | 142 | android:icon="@mipmap/ic_launcher_wallpaper" |
| 143 | android:finishOnCloseSystemDialogs="true" |
| 144 | android:process=":wallpaper_chooser"> |
| 145 | <intent-filter> |
Michael Jurka | adc574c | 2013-09-12 00:05:02 +0200 | [diff] [blame] | 146 | <action android:name="android.service.wallpaper.CROP_AND_SET_WALLPAPER" /> |
Michael Jurka | 2d8de58 | 2013-09-04 14:42:52 +0200 | [diff] [blame] | 147 | <category android:name="android.intent.category.DEFAULT" /> |
Michael Jurka | adc574c | 2013-09-12 00:05:02 +0200 | [diff] [blame] | 148 | <data android:mimeType="image/*" /> |
Michael Jurka | 2d8de58 | 2013-09-04 14:42:52 +0200 | [diff] [blame] | 149 | </intent-filter> |
| 150 | </activity> |
Michael Jurka | 104c456 | 2013-07-08 18:03:46 -0700 | [diff] [blame] | 151 | |
Rahul Chaturvedi | 7fc77ca | 2015-05-19 18:02:16 -0700 | [diff] [blame] | 152 | <activity |
| 153 | android:name="com.android.launcher3.SettingsActivity" |
| 154 | android:label="@string/settings_button_text" |
| 155 | android:autoRemoveFromRecents="true"> |
| 156 | </activity> |
| 157 | |
Daniel Sandler | a127b7a | 2013-06-17 14:25:46 -0400 | [diff] [blame] | 158 | <!-- Debugging tools --> |
| 159 | <activity |
| 160 | android:name="com.android.launcher3.MemoryDumpActivity" |
| 161 | android:theme="@android:style/Theme.NoDisplay" |
| 162 | android:label="@string/debug_memory_activity" |
| 163 | android:enabled="@bool/debug_memory_enabled" |
Daniel Sandler | 8540bb8 | 2013-06-26 01:39:02 -0400 | [diff] [blame] | 164 | android:excludeFromRecents="true" |
| 165 | android:icon="@mipmap/ic_launcher_home" |
Daniel Sandler | a127b7a | 2013-06-17 14:25:46 -0400 | [diff] [blame] | 166 | > |
| 167 | <intent-filter> |
| 168 | <action android:name="android.intent.action.MAIN" /> |
| 169 | <category android:name="android.intent.category.DEFAULT" /> |
| 170 | <category android:name="android.intent.category.LAUNCHER" /> |
| 171 | </intent-filter> |
| 172 | </activity> |
| 173 | |
Daniel Sandler | b9eb286 | 2013-06-14 20:17:30 -0400 | [diff] [blame] | 174 | <service android:name="com.android.launcher3.MemoryTracker" |
| 175 | android:enabled="@bool/debug_memory_enabled" |
| 176 | > |
| 177 | </service> |
| 178 | |
Michael Jurka | a6a0547 | 2013-11-13 17:59:46 +0100 | [diff] [blame] | 179 | <receiver |
| 180 | android:name="com.android.launcher3.WallpaperChangedReceiver"> |
| 181 | <intent-filter> |
| 182 | <action android:name="android.intent.action.WALLPAPER_CHANGED" /> |
| 183 | </intent-filter> |
| 184 | </receiver> |
| 185 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 186 | <!-- Intent received used to install shortcuts from other applications --> |
| 187 | <receiver |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 188 | android:name="com.android.launcher3.InstallShortcutReceiver" |
Sunny Goyal | 9b8da88 | 2014-09-05 04:40:13 -0700 | [diff] [blame] | 189 | android:permission="com.android.launcher.permission.INSTALL_SHORTCUT"> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 190 | <intent-filter> |
Sunny Goyal | 9b8da88 | 2014-09-05 04:40:13 -0700 | [diff] [blame] | 191 | <action android:name="com.android.launcher.action.INSTALL_SHORTCUT" /> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 192 | </intent-filter> |
| 193 | </receiver> |
| 194 | |
Sunny Goyal | 651077b | 2014-06-30 14:15:31 -0700 | [diff] [blame] | 195 | <!-- Intent received used to initialize a restored widget --> |
| 196 | <receiver android:name="com.android.launcher3.AppWidgetsRestoredReceiver" > |
| 197 | <intent-filter> |
| 198 | <action android:name="android.appwidget.action.APPWIDGET_HOST_RESTORED"/> |
| 199 | </intent-filter> |
| 200 | </receiver> |
| 201 | |
Sunny Goyal | f599ccf | 2014-07-08 13:01:29 -0700 | [diff] [blame] | 202 | <receiver android:name="com.android.launcher3.StartupReceiver" > |
| 203 | <intent-filter> |
| 204 | <action android:name="android.intent.action.BOOT_COMPLETED" /> |
| 205 | </intent-filter> |
| 206 | </receiver> |
| 207 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 208 | <!-- The settings provider contains Home's data, like the workspace favorites --> |
| 209 | <provider |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 210 | android:name="com.android.launcher3.LauncherProvider" |
| 211 | android:authorities="com.android.launcher3.settings" |
Nick Kralevich | ebe6559 | 2012-07-28 16:11:07 -0700 | [diff] [blame] | 212 | android:exported="true" |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 213 | android:writePermission="com.android.launcher3.permission.WRITE_SETTINGS" |
| 214 | android:readPermission="com.android.launcher3.permission.READ_SETTINGS" /> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 215 | |
Martijn Coenen | b34811d | 2012-04-19 09:38:20 -0700 | [diff] [blame] | 216 | <meta-data android:name="android.nfc.disable_beam_default" |
| 217 | android:value="true" /> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 218 | </application> |
| 219 | </manifest> |