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"> |
Sunny Goyal | 830b5e0 | 2015-08-21 09:26:10 -0700 | [diff] [blame] | 23 | <uses-sdk android:targetSdkVersion="23" 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 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 44 | <uses-permission android:name="android.permission.CALL_PHONE" /> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 45 | <uses-permission android:name="android.permission.SET_WALLPAPER" /> |
| 46 | <uses-permission android:name="android.permission.SET_WALLPAPER_HINTS" /> |
Jeff Sharkey | 6d3bfe5 | 2009-05-07 16:12:05 -0700 | [diff] [blame] | 47 | <uses-permission android:name="android.permission.BIND_APPWIDGET" /> |
John Spurlock | 2c38e70 | 2013-09-18 10:48:25 -0400 | [diff] [blame] | 48 | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
Sunny Goyal | f599ccf | 2014-07-08 13:01:29 -0700 | [diff] [blame] | 49 | <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> |
Adam Cohen | e25af79 | 2013-06-06 23:08:25 -0700 | [diff] [blame] | 50 | <uses-permission android:name="com.android.launcher.permission.READ_SETTINGS" /> |
| 51 | <uses-permission android:name="com.android.launcher.permission.WRITE_SETTINGS" /> |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 52 | <uses-permission android:name="com.android.launcher3.permission.READ_SETTINGS" /> |
| 53 | <uses-permission android:name="com.android.launcher3.permission.WRITE_SETTINGS" /> |
Adam Cohen | 76fc085 | 2011-06-17 13:26:23 -0700 | [diff] [blame] | 54 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 55 | <application |
Sunny Goyal | 0fc1be1 | 2014-08-11 17:05:23 -0700 | [diff] [blame] | 56 | android:allowBackup="@bool/enable_backup" |
| 57 | android:backupAgent="com.android.launcher3.LauncherBackupAgentHelper" |
Michael Jurka | 14c5a2c | 2012-06-28 13:45:33 -0700 | [diff] [blame] | 58 | android:hardwareAccelerated="true" |
Sunny Goyal | 0fc1be1 | 2014-08-11 17:05:23 -0700 | [diff] [blame] | 59 | android:icon="@mipmap/ic_launcher_home" |
Sunny Goyal | 28c6b96 | 2015-10-12 11:42:05 -0700 | [diff] [blame] | 60 | android:label="@string/app_name" |
Fabrice Di Meglio | 369dd0c | 2012-09-24 17:30:22 -0700 | [diff] [blame] | 61 | android:largeHeap="@bool/config_largeHeap" |
Sunny Goyal | 0fc1be1 | 2014-08-11 17:05:23 -0700 | [diff] [blame] | 62 | android:restoreAnyVersion="true" |
| 63 | android:supportsRtl="true" > |
| 64 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 65 | <activity |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 66 | android:name="com.android.launcher3.Launcher" |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 67 | android:launchMode="singleTask" |
| 68 | android:clearTaskOnLaunch="true" |
| 69 | android:stateNotNeeded="true" |
Sunny Goyal | 5abb9f8 | 2016-02-09 15:22:42 -0800 | [diff] [blame] | 70 | android:theme="@style/LauncherTheme" |
Adam Cohen | 446e940 | 2011-09-15 18:21:21 -0700 | [diff] [blame] | 71 | android:windowSoftInputMode="adjustPan" |
Adam Cohen | c2d6e89 | 2014-10-16 09:49:24 -0700 | [diff] [blame] | 72 | android:screenOrientation="nosensor" |
Sunny Goyal | d9bb1b4 | 2015-10-14 11:53:04 -0700 | [diff] [blame] | 73 | android:configChanges="keyboard|keyboardHidden|navigation" |
Winson Chung | 761e820 | 2015-06-01 12:38:30 -0700 | [diff] [blame] | 74 | android:resumeWhilePausing="true" |
Adam Cohen | 1c52488 | 2015-06-23 18:06:37 -0700 | [diff] [blame] | 75 | android:taskAffinity="" |
Adam Cohen | c2d6e89 | 2014-10-16 09:49:24 -0700 | [diff] [blame] | 76 | android:enabled="true"> |
| 77 | <intent-filter> |
| 78 | <action android:name="android.intent.action.MAIN" /> |
| 79 | <category android:name="android.intent.category.HOME" /> |
| 80 | <category android:name="android.intent.category.DEFAULT" /> |
| 81 | <category android:name="android.intent.category.MONKEY"/> |
| 82 | </intent-filter> |
| 83 | </activity> |
| 84 | |
Adam Cohen | 39a0604 | 2013-07-19 14:30:12 -0700 | [diff] [blame] | 85 | <activity |
Rahul Chaturvedi | 7fc77ca | 2015-05-19 18:02:16 -0700 | [diff] [blame] | 86 | android:name="com.android.launcher3.SettingsActivity" |
| 87 | android:label="@string/settings_button_text" |
Sunny Goyal | 745bad9 | 2016-05-02 10:54:12 -0700 | [diff] [blame^] | 88 | android:autoRemoveFromRecents="true"> |
| 89 | <intent-filter> |
| 90 | <action android:name="android.intent.action.APPLICATION_PREFERENCES" /> |
| 91 | <category android:name="android.intent.category.DEFAULT" /> |
| 92 | </intent-filter> |
Rahul Chaturvedi | 7fc77ca | 2015-05-19 18:02:16 -0700 | [diff] [blame] | 93 | </activity> |
| 94 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 95 | <!-- Intent received used to install shortcuts from other applications --> |
| 96 | <receiver |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 97 | android:name="com.android.launcher3.InstallShortcutReceiver" |
Sunny Goyal | 9b8da88 | 2014-09-05 04:40:13 -0700 | [diff] [blame] | 98 | android:permission="com.android.launcher.permission.INSTALL_SHORTCUT"> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 99 | <intent-filter> |
Sunny Goyal | 9b8da88 | 2014-09-05 04:40:13 -0700 | [diff] [blame] | 100 | <action android:name="com.android.launcher.action.INSTALL_SHORTCUT" /> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 101 | </intent-filter> |
| 102 | </receiver> |
| 103 | |
Sunny Goyal | 651077b | 2014-06-30 14:15:31 -0700 | [diff] [blame] | 104 | <!-- Intent received used to initialize a restored widget --> |
| 105 | <receiver android:name="com.android.launcher3.AppWidgetsRestoredReceiver" > |
| 106 | <intent-filter> |
| 107 | <action android:name="android.appwidget.action.APPWIDGET_HOST_RESTORED"/> |
| 108 | </intent-filter> |
| 109 | </receiver> |
| 110 | |
Tony Wickham | 827cef2 | 2016-03-17 15:39:39 -0700 | [diff] [blame] | 111 | <service android:name=".dynamicui.ColorExtractionService" |
| 112 | android:exported="false" |
| 113 | android:process=":wallpaper_chooser"> |
| 114 | </service> |
| 115 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 116 | <!-- The settings provider contains Home's data, like the workspace favorites --> |
| 117 | <provider |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 118 | android:name="com.android.launcher3.LauncherProvider" |
| 119 | android:authorities="com.android.launcher3.settings" |
Nick Kralevich | ebe6559 | 2012-07-28 16:11:07 -0700 | [diff] [blame] | 120 | android:exported="true" |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 121 | android:writePermission="com.android.launcher3.permission.WRITE_SETTINGS" |
| 122 | android:readPermission="com.android.launcher3.permission.READ_SETTINGS" /> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 123 | |
Martijn Coenen | b34811d | 2012-04-19 09:38:20 -0700 | [diff] [blame] | 124 | <meta-data android:name="android.nfc.disable_beam_default" |
| 125 | android:value="true" /> |
Sunny Goyal | 322d556 | 2015-06-25 19:35:49 -0700 | [diff] [blame] | 126 | |
| 127 | <!-- ENABLE_FOR_TESTING |
| 128 | |
| 129 | <activity |
| 130 | android:name="com.android.launcher3.testing.LauncherExtension" |
| 131 | android:launchMode="singleTask" |
| 132 | android:clearTaskOnLaunch="true" |
| 133 | android:stateNotNeeded="true" |
| 134 | android:theme="@style/Theme" |
| 135 | android:windowSoftInputMode="adjustPan" |
| 136 | android:screenOrientation="nosensor" |
| 137 | > |
| 138 | <intent-filter> |
| 139 | <action android:name="android.intent.action.MAIN" /> |
| 140 | <category android:name="android.intent.category.HOME" /> |
| 141 | <category android:name="android.intent.category.DEFAULT" /> |
| 142 | <category android:name="android.intent.category.MONKEY"/> |
| 143 | </intent-filter> |
| 144 | </activity> |
| 145 | |
| 146 | <activity |
| 147 | android:name="com.android.launcher3.testing.MemoryDumpActivity" |
| 148 | android:theme="@android:style/Theme.NoDisplay" |
| 149 | android:label="* HPROF" |
| 150 | android:excludeFromRecents="true" |
| 151 | android:icon="@mipmap/ic_launcher_home" |
| 152 | > |
| 153 | <intent-filter> |
| 154 | <action android:name="android.intent.action.MAIN" /> |
| 155 | <category android:name="android.intent.category.DEFAULT" /> |
| 156 | <category android:name="android.intent.category.LAUNCHER" /> |
| 157 | </intent-filter> |
| 158 | </activity> |
| 159 | |
| 160 | <activity |
| 161 | android:name="com.android.launcher3.testing.ToggleWeightWatcher" |
| 162 | android:label="Show Mem" |
| 163 | android:icon="@mipmap/ic_launcher_home"> |
| 164 | <intent-filter> |
| 165 | <action android:name="android.intent.action.MAIN" /> |
| 166 | <category android:name="android.intent.category.DEFAULT" /> |
| 167 | <category android:name="android.intent.category.LAUNCHER" /> |
| 168 | </intent-filter> |
| 169 | </activity> |
| 170 | |
| 171 | <service android:name="com.android.launcher3.testing.MemoryTracker" /> |
| 172 | |
| 173 | --> |
| 174 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 175 | </application> |
| 176 | </manifest> |