Sunny Goyal | 9d34196 | 2017-10-30 10:03:34 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | /* |
| 4 | ** |
| 5 | ** Copyright 2017, 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" |
Sunny Goyal | 18c699f | 2018-05-03 16:58:41 -0700 | [diff] [blame] | 22 | xmlns:tools="http://schemas.android.com/tools" |
Sunny Goyal | 9d34196 | 2017-10-30 10:03:34 -0700 | [diff] [blame] | 23 | package="com.android.launcher3" > |
| 24 | |
Samuel Fufa | d25a112 | 2020-06-18 13:19:16 -0700 | [diff] [blame] | 25 | <permission |
| 26 | android:name="${packageName}.permission.HOTSEAT_EDU" |
| 27 | android:permissionGroup="android.permission-group.SYSTEM_TOOLS" |
| 28 | android:protectionLevel="signatureOrSystem" /> |
| 29 | |
Jon Miranda | 6905717 | 2018-01-18 09:44:54 -0800 | [diff] [blame] | 30 | <uses-permission android:name="android.permission.CONTROL_REMOTE_APP_TRANSITION_ANIMATIONS" /> |
Sunny Goyal | 6b0eb38 | 2019-07-09 17:30:22 -0700 | [diff] [blame] | 31 | <uses-permission android:name="android.permission.VIBRATE" /> |
Patrick Baumann | ca16911 | 2020-02-14 10:32:39 -0800 | [diff] [blame] | 32 | <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" /> |
Samuel Fufa | d25a112 | 2020-06-18 13:19:16 -0700 | [diff] [blame] | 33 | <uses-permission android:name="${packageName}.permission.HOTSEAT_EDU" /> |
Sunny Goyal | 7f920b8 | 2018-06-27 15:47:49 -0700 | [diff] [blame] | 34 | |
Sunny Goyal | 9d34196 | 2017-10-30 10:03:34 -0700 | [diff] [blame] | 35 | <application |
| 36 | android:backupAgent="com.android.launcher3.LauncherBackupAgent" |
| 37 | android:fullBackupOnly="true" |
| 38 | android:fullBackupContent="@xml/backupscheme" |
| 39 | android:hardwareAccelerated="true" |
| 40 | android:icon="@drawable/ic_launcher_home" |
| 41 | android:label="@string/derived_app_name" |
Sunny Goyal | 03f17fa | 2018-06-08 15:22:44 -0700 | [diff] [blame] | 42 | android:theme="@style/AppTheme" |
Sunny Goyal | 9d34196 | 2017-10-30 10:03:34 -0700 | [diff] [blame] | 43 | android:largeHeap="@bool/config_largeHeap" |
| 44 | android:restoreAnyVersion="true" |
| 45 | android:supportsRtl="true" > |
| 46 | |
Sunny Goyal | 2c3eafc | 2018-03-01 10:46:55 -0800 | [diff] [blame] | 47 | <service |
| 48 | android:name="com.android.quickstep.TouchInteractionService" |
Tony | 573c3e1 | 2019-02-22 13:10:59 -0800 | [diff] [blame] | 49 | android:permission="android.permission.STATUS_BAR_SERVICE" |
Tony Wickham | 1ccc313 | 2019-03-13 20:19:08 +0000 | [diff] [blame] | 50 | android:directBootAware="true" > |
Sunny Goyal | 2c3eafc | 2018-03-01 10:46:55 -0800 | [diff] [blame] | 51 | <intent-filter> |
| 52 | <action android:name="android.intent.action.QUICKSTEP_SERVICE" /> |
| 53 | </intent-filter> |
| 54 | </service> |
Sunny Goyal | 9d34196 | 2017-10-30 10:03:34 -0700 | [diff] [blame] | 55 | |
Sunny Goyal | 7313339 | 2017-11-02 11:04:49 -0700 | [diff] [blame] | 56 | <activity android:name="com.android.quickstep.RecentsActivity" |
Sunny Goyal | ab83773 | 2018-03-27 17:35:54 -0700 | [diff] [blame] | 57 | android:excludeFromRecents="true" |
| 58 | android:launchMode="singleTask" |
| 59 | android:clearTaskOnLaunch="true" |
| 60 | android:stateNotNeeded="true" |
| 61 | android:theme="@style/LauncherTheme" |
| 62 | android:screenOrientation="unspecified" |
Sunny Goyal | f5c5d04 | 2018-05-18 13:46:02 -0700 | [diff] [blame] | 63 | android:configChanges="keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenSize|screenLayout|smallestScreenSize" |
Sunny Goyal | ab83773 | 2018-03-27 17:35:54 -0700 | [diff] [blame] | 64 | android:resizeableActivity="true" |
| 65 | android:resumeWhilePausing="true" |
| 66 | android:taskAffinity="" /> |
Sunny Goyal | 3fbca15 | 2017-11-02 18:55:44 -0700 | [diff] [blame] | 67 | |
Sunny Goyal | 7f920b8 | 2018-06-27 15:47:49 -0700 | [diff] [blame] | 68 | <!-- Content provider to settings search. The autority should be same as the packageName --> |
Sunny Goyal | 3fbca15 | 2017-11-02 18:55:44 -0700 | [diff] [blame] | 69 | <provider |
| 70 | android:name="com.android.quickstep.LauncherSearchIndexablesProvider" |
Sunny Goyal | 7f920b8 | 2018-06-27 15:47:49 -0700 | [diff] [blame] | 71 | android:authorities="${packageName}" |
Sunny Goyal | 3fbca15 | 2017-11-02 18:55:44 -0700 | [diff] [blame] | 72 | android:grantUriPermissions="true" |
| 73 | android:multiprocess="true" |
| 74 | android:permission="android.permission.READ_SEARCH_INDEXABLES" |
| 75 | android:exported="true"> |
| 76 | <intent-filter> |
| 77 | <action android:name="android.content.action.SEARCH_INDEXABLES_PROVIDER" /> |
| 78 | </intent-filter> |
| 79 | </provider> |
Sunny Goyal | 18c699f | 2018-05-03 16:58:41 -0700 | [diff] [blame] | 80 | |
Sreyas | 1963d3f | 2020-03-09 18:10:08 -0700 | [diff] [blame] | 81 | <!-- FileProvider used for sharing images. --> |
| 82 | <provider |
| 83 | android:name="androidx.core.content.FileProvider" |
| 84 | android:authorities="${packageName}.overview.fileprovider" |
| 85 | android:exported="false" |
| 86 | android:grantUriPermissions="true"> |
| 87 | <meta-data |
| 88 | android:name="android.support.FILE_PROVIDER_PATHS" |
| 89 | android:resource="@xml/overview_file_provider_paths" /> |
| 90 | </provider> |
| 91 | |
Sunny Goyal | 18c699f | 2018-05-03 16:58:41 -0700 | [diff] [blame] | 92 | <service |
| 93 | android:name="com.android.launcher3.uioverrides.dynamicui.WallpaperManagerCompatVL$ColorExtractionService" |
| 94 | tools:node="remove" /> |
| 95 | |
Sunny Goyal | dedda05 | 2019-05-14 15:23:48 -0700 | [diff] [blame] | 96 | <activity |
| 97 | android:name="com.android.launcher3.proxy.ProxyActivityStarter" |
| 98 | android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" |
| 99 | android:launchMode="singleTask" |
| 100 | android:clearTaskOnLaunch="true" |
| 101 | android:exported="false" /> |
| 102 | |
Pinyao Ting | 72f9375 | 2019-12-26 10:22:00 -0800 | [diff] [blame] | 103 | <activity |
Andy Wickham | 63b7f36 | 2020-02-18 23:19:42 +0000 | [diff] [blame] | 104 | android:name="com.android.quickstep.interaction.GestureSandboxActivity" |
Pinyao Ting | 72f9375 | 2019-12-26 10:22:00 -0800 | [diff] [blame] | 105 | android:autoRemoveFromRecents="true" |
| 106 | android:excludeFromRecents="true" |
| 107 | android:screenOrientation="portrait"> |
| 108 | <intent-filter> |
Andy Wickham | 63b7f36 | 2020-02-18 23:19:42 +0000 | [diff] [blame] | 109 | <action android:name="com.android.quickstep.action.GESTURE_SANDBOX" /> |
Pinyao Ting | 72f9375 | 2019-12-26 10:22:00 -0800 | [diff] [blame] | 110 | <category android:name="android.intent.category.DEFAULT" /> |
| 111 | </intent-filter> |
| 112 | </activity> |
Samuel Fufa | d25a112 | 2020-06-18 13:19:16 -0700 | [diff] [blame] | 113 | <activity |
| 114 | android:name=".hybridhotseat.HotseatEduActivity" |
| 115 | android:theme="@android:style/Theme.NoDisplay" |
| 116 | android:noHistory="true" |
| 117 | android:launchMode="singleTask" |
| 118 | android:clearTaskOnLaunch="true" |
| 119 | android:permission="${packageName}.permission.HOTSEAT_EDU"> |
| 120 | <intent-filter> |
| 121 | <action android:name="com.android.launcher3.action.SHOW_HYBRID_HOTSEAT_EDU"/> |
| 122 | <category android:name="android.intent.category.DEFAULT" /> |
| 123 | </intent-filter> |
| 124 | </activity> |
Pinyao Ting | 72f9375 | 2019-12-26 10:22:00 -0800 | [diff] [blame] | 125 | |
Sunny Goyal | 9d34196 | 2017-10-30 10:03:34 -0700 | [diff] [blame] | 126 | </application> |
| 127 | |
| 128 | </manifest> |