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" |
Joey | 0fd9476 | 2018-10-02 17:09:53 +0200 | [diff] [blame] | 22 | xmlns:tools="http://schemas.android.com/tools" |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 23 | package="com.android.launcher3"> |
Sunny Goyal | cd2ac0f | 2022-04-14 21:21:47 -0700 | [diff] [blame] | 24 | <uses-sdk android:targetSdkVersion="33" android:minSdkVersion="26"/> |
Sunny Goyal | d83a67a | 2016-05-23 21:40:53 -0700 | [diff] [blame] | 25 | <!-- |
| 26 | Manifest entries specific to Launcher3. This is merged with AndroidManifest-common.xml. |
| 27 | Refer comments around specific entries on how to extend individual components. |
| 28 | --> |
Jeff Hamilton | 95db737 | 2010-02-11 16:25:50 -0600 | [diff] [blame] | 29 | |
Sunny Goyal | e0e0e1d | 2016-06-07 13:53:20 -0700 | [diff] [blame] | 30 | <application |
| 31 | android:backupAgent="com.android.launcher3.LauncherBackupAgent" |
| 32 | android:fullBackupOnly="true" |
| 33 | android:fullBackupContent="@xml/backupscheme" |
| 34 | android:hardwareAccelerated="true" |
Sunny Goyal | 4af8cf9 | 2021-07-29 15:48:24 -0700 | [diff] [blame] | 35 | android:debuggable="true" |
Asher Simonds | bcea793 | 2018-02-12 10:47:16 +0100 | [diff] [blame] | 36 | android:icon="@mipmap/ic_launcher" |
Sunny Goyal | 4a4b49f | 2016-08-25 22:21:40 -0700 | [diff] [blame] | 37 | android:label="@string/derived_app_name" |
Sunny Goyal | bd88f39 | 2018-06-07 15:42:57 -0700 | [diff] [blame] | 38 | android:theme="@style/AppTheme" |
Sunny Goyal | e0e0e1d | 2016-06-07 13:53:20 -0700 | [diff] [blame] | 39 | android:largeHeap="@bool/config_largeHeap" |
| 40 | android:restoreAnyVersion="true" |
Joey | 0fd9476 | 2018-10-02 17:09:53 +0200 | [diff] [blame] | 41 | android:supportsRtl="true" |
Asher Simonds | bcea793 | 2018-02-12 10:47:16 +0100 | [diff] [blame] | 42 | tools:ignore="GoogleAppIndexingWarning" |
| 43 | tools:replace="android:icon"> |
Sunny Goyal | 0fc1be1 | 2014-08-11 17:05:23 -0700 | [diff] [blame] | 44 | |
Sunny Goyal | d83a67a | 2016-05-23 21:40:53 -0700 | [diff] [blame] | 45 | <!-- |
| 46 | Main launcher activity. When extending only change the name, and keep all the |
| 47 | attributes and intent filters the same |
| 48 | --> |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 49 | <activity |
Daniel Sandler | 325dc23 | 2013-06-05 22:57:57 -0400 | [diff] [blame] | 50 | android:name="com.android.launcher3.Launcher" |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 51 | android:launchMode="singleTask" |
| 52 | android:clearTaskOnLaunch="true" |
| 53 | android:stateNotNeeded="true" |
Ng Zhi An | d772c0a | 2017-09-27 13:03:20 -0700 | [diff] [blame] | 54 | android:windowSoftInputMode="adjustPan" |
Sunny Goyal | 623eddd | 2018-03-02 12:24:41 -0800 | [diff] [blame] | 55 | android:screenOrientation="unspecified" |
Alex Chau | 84fe75d | 2021-11-03 17:07:16 +0000 | [diff] [blame] | 56 | android:configChanges="keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenSize|screenLayout|smallestScreenSize" |
Jon Miranda | 11f1e4c | 2017-02-27 14:32:39 -0800 | [diff] [blame] | 57 | android:resizeableActivity="true" |
Winson Chung | 761e820 | 2015-06-01 12:38:30 -0700 | [diff] [blame] | 58 | android:resumeWhilePausing="true" |
Adam Cohen | 1c52488 | 2015-06-23 18:06:37 -0700 | [diff] [blame] | 59 | android:taskAffinity="" |
Ashwini Oruganti | aa902e8 | 2020-06-04 17:47:09 -0700 | [diff] [blame] | 60 | android:exported="true" |
Adam Cohen | c2d6e89 | 2014-10-16 09:49:24 -0700 | [diff] [blame] | 61 | android:enabled="true"> |
| 62 | <intent-filter> |
| 63 | <action android:name="android.intent.action.MAIN" /> |
kholoud mohamed | ceec31b | 2022-02-03 15:44:25 +0000 | [diff] [blame] | 64 | <action android:name="android.intent.action.SHOW_WORK_APPS" /> |
Adam Cohen | c2d6e89 | 2014-10-16 09:49:24 -0700 | [diff] [blame] | 65 | <category android:name="android.intent.category.HOME" /> |
| 66 | <category android:name="android.intent.category.DEFAULT" /> |
| 67 | <category android:name="android.intent.category.MONKEY"/> |
Sunny Goyal | de78882 | 2017-08-30 14:56:54 -0700 | [diff] [blame] | 68 | <category android:name="android.intent.category.LAUNCHER_APP" /> |
Adam Cohen | c2d6e89 | 2014-10-16 09:49:24 -0700 | [diff] [blame] | 69 | </intent-filter> |
Sunny Goyal | 6dda58a | 2019-01-24 15:40:44 -0800 | [diff] [blame] | 70 | <meta-data |
| 71 | android:name="com.android.launcher3.grid.control" |
Santiago Etchebehere | 339de9d | 2019-01-29 14:15:15 -0800 | [diff] [blame] | 72 | android:value="${packageName}.grid_control" /> |
Danny Lin | c0dd40f | 2021-10-11 20:48:44 -0700 | [diff] [blame] | 73 | <meta-data |
| 74 | android:name="com.android.launcher3.themedicon.option" |
| 75 | android:value="${packageName}.grid_control" /> |
Adam Cohen | c2d6e89 | 2014-10-16 09:49:24 -0700 | [diff] [blame] | 76 | </activity> |
| 77 | |
The Android Open Source Project | 31dd503 | 2009-03-03 19:32:27 -0800 | [diff] [blame] | 78 | </application> |
| 79 | </manifest> |