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 | --> |
Sunny Goyal | 9d34196 | 2017-10-30 10:03:34 -0700 | [diff] [blame] | 20 | |
Ashwini Oruganti | aa902e8 | 2020-06-04 17:47:09 -0700 | [diff] [blame] | 21 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| 22 | xmlns:tools="http://schemas.android.com/tools" |
| 23 | package="com.android.launcher3"> |
| 24 | |
Bernardo Rufino | e0484de | 2021-01-11 18:39:26 +0000 | [diff] [blame] | 25 | <uses-permission android:name="android.permission.BROADCAST_CLOSE_SYSTEM_DIALOGS" /> |
Ashwini Oruganti | aa902e8 | 2020-06-04 17:47:09 -0700 | [diff] [blame] | 26 | <uses-permission android:name="android.permission.CONTROL_REMOTE_APP_TRANSITION_ANIMATIONS"/> |
| 27 | <uses-permission android:name="android.permission.VIBRATE"/> |
| 28 | <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/> |
Sunny Goyal | f72c368 | 2021-01-11 13:59:07 -0800 | [diff] [blame] | 29 | <uses-permission android:name="android.permission.START_TASKS_FROM_RECENTS"/> |
| 30 | <uses-permission android:name="android.permission.REMOVE_TASKS"/> |
| 31 | <uses-permission android:name="android.permission.MANAGE_ACTIVITY_TASKS"/> |
| 32 | <uses-permission android:name="android.permission.STATUS_BAR"/> |
| 33 | <uses-permission android:name="android.permission.STOP_APP_SWITCHES"/> |
| 34 | <uses-permission android:name="android.permission.SET_ORIENTATION"/> |
| 35 | <uses-permission android:name="android.permission.READ_FRAME_BUFFER"/> |
| 36 | <uses-permission android:name="android.permission.MANAGE_ACCESSIBILITY"/> |
Sunny Goyal | 52b5a4d | 2021-02-04 15:27:50 -0800 | [diff] [blame] | 37 | <uses-permission android:name="android.permission.MONITOR_INPUT"/> |
Sunny Goyal | f72c368 | 2021-01-11 13:59:07 -0800 | [diff] [blame] | 38 | |
Tony Wickham | 63fc59b | 2021-02-04 08:36:08 -0800 | [diff] [blame] | 39 | <uses-permission android:name="android.permission.SYSTEM_APPLICATION_OVERLAY" /> |
Sunny Goyal | 7f920b8 | 2018-06-27 15:47:49 -0700 | [diff] [blame] | 40 | |
Ashwini Oruganti | aa902e8 | 2020-06-04 17:47:09 -0700 | [diff] [blame] | 41 | <application android:backupAgent="com.android.launcher3.LauncherBackupAgent" |
| 42 | android:fullBackupOnly="true" |
| 43 | android:fullBackupContent="@xml/backupscheme" |
| 44 | android:hardwareAccelerated="true" |
| 45 | android:icon="@drawable/ic_launcher_home" |
| 46 | android:label="@string/derived_app_name" |
| 47 | android:theme="@style/AppTheme" |
| 48 | android:largeHeap="@bool/config_largeHeap" |
| 49 | android:restoreAnyVersion="true" |
| 50 | android:supportsRtl="true"> |
Sunny Goyal | 9d34196 | 2017-10-30 10:03:34 -0700 | [diff] [blame] | 51 | |
Ashwini Oruganti | aa902e8 | 2020-06-04 17:47:09 -0700 | [diff] [blame] | 52 | <service android:name="com.android.quickstep.TouchInteractionService" |
| 53 | android:permission="android.permission.STATUS_BAR_SERVICE" |
| 54 | android:directBootAware="true" |
| 55 | android:exported="true"> |
Sunny Goyal | 2c3eafc | 2018-03-01 10:46:55 -0800 | [diff] [blame] | 56 | <intent-filter> |
Ashwini Oruganti | aa902e8 | 2020-06-04 17:47:09 -0700 | [diff] [blame] | 57 | <action android:name="android.intent.action.QUICKSTEP_SERVICE"/> |
Sunny Goyal | 2c3eafc | 2018-03-01 10:46:55 -0800 | [diff] [blame] | 58 | </intent-filter> |
| 59 | </service> |
Sunny Goyal | 9d34196 | 2017-10-30 10:03:34 -0700 | [diff] [blame] | 60 | |
Sunny Goyal | 7313339 | 2017-11-02 11:04:49 -0700 | [diff] [blame] | 61 | <activity android:name="com.android.quickstep.RecentsActivity" |
Ashwini Oruganti | aa902e8 | 2020-06-04 17:47:09 -0700 | [diff] [blame] | 62 | android:excludeFromRecents="true" |
| 63 | android:launchMode="singleTask" |
| 64 | android:clearTaskOnLaunch="true" |
| 65 | android:stateNotNeeded="true" |
| 66 | android:theme="@style/LauncherTheme" |
| 67 | android:screenOrientation="unspecified" |
Alex Chau | 84fe75d | 2021-11-03 17:07:16 +0000 | [diff] [blame^] | 68 | android:configChanges="keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenSize|screenLayout|smallestScreenSize" |
Ashwini Oruganti | aa902e8 | 2020-06-04 17:47:09 -0700 | [diff] [blame] | 69 | android:resizeableActivity="true" |
| 70 | android:resumeWhilePausing="true" |
| 71 | android:taskAffinity=""/> |
Sunny Goyal | 3fbca15 | 2017-11-02 18:55:44 -0700 | [diff] [blame] | 72 | |
Sunny Goyal | 7f920b8 | 2018-06-27 15:47:49 -0700 | [diff] [blame] | 73 | <!-- Content provider to settings search. The autority should be same as the packageName --> |
Ashwini Oruganti | aa902e8 | 2020-06-04 17:47:09 -0700 | [diff] [blame] | 74 | <provider android:name="com.android.quickstep.LauncherSearchIndexablesProvider" |
| 75 | android:authorities="${packageName}" |
| 76 | android:grantUriPermissions="true" |
| 77 | android:multiprocess="true" |
| 78 | android:permission="android.permission.READ_SEARCH_INDEXABLES" |
| 79 | android:exported="true"> |
Sunny Goyal | 3fbca15 | 2017-11-02 18:55:44 -0700 | [diff] [blame] | 80 | <intent-filter> |
Ashwini Oruganti | aa902e8 | 2020-06-04 17:47:09 -0700 | [diff] [blame] | 81 | <action android:name="android.content.action.SEARCH_INDEXABLES_PROVIDER"/> |
Sunny Goyal | 3fbca15 | 2017-11-02 18:55:44 -0700 | [diff] [blame] | 82 | </intent-filter> |
| 83 | </provider> |
Sunny Goyal | 18c699f | 2018-05-03 16:58:41 -0700 | [diff] [blame] | 84 | |
Sreyas | 1963d3f | 2020-03-09 18:10:08 -0700 | [diff] [blame] | 85 | <!-- FileProvider used for sharing images. --> |
Ashwini Oruganti | aa902e8 | 2020-06-04 17:47:09 -0700 | [diff] [blame] | 86 | <provider android:name="androidx.core.content.FileProvider" |
| 87 | android:authorities="${packageName}.overview.fileprovider" |
| 88 | android:exported="false" |
| 89 | android:grantUriPermissions="true"> |
| 90 | <meta-data android:name="android.support.FILE_PROVIDER_PATHS" |
| 91 | android:resource="@xml/overview_file_provider_paths"/> |
Sreyas | 1963d3f | 2020-03-09 18:10:08 -0700 | [diff] [blame] | 92 | </provider> |
| 93 | |
Ashwini Oruganti | aa902e8 | 2020-06-04 17:47:09 -0700 | [diff] [blame] | 94 | <activity android:name="com.android.launcher3.proxy.ProxyActivityStarter" |
| 95 | android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" |
| 96 | android:launchMode="singleTask" |
| 97 | android:clearTaskOnLaunch="true" |
| 98 | android:exported="false"/> |
Sunny Goyal | dedda05 | 2019-05-14 15:23:48 -0700 | [diff] [blame] | 99 | |
Ashwini Oruganti | aa902e8 | 2020-06-04 17:47:09 -0700 | [diff] [blame] | 100 | <activity android:name="com.android.quickstep.interaction.GestureSandboxActivity" |
Andy Wickham | 474c616 | 2021-05-03 18:26:44 -0700 | [diff] [blame] | 101 | android:autoRemoveFromRecents="true" |
| 102 | android:excludeFromRecents="true" |
Andy Wickham | 474c616 | 2021-05-03 18:26:44 -0700 | [diff] [blame] | 103 | android:exported="true"> |
Pinyao Ting | 72f9375 | 2019-12-26 10:22:00 -0800 | [diff] [blame] | 104 | <intent-filter> |
Ashwini Oruganti | aa902e8 | 2020-06-04 17:47:09 -0700 | [diff] [blame] | 105 | <action android:name="com.android.quickstep.action.GESTURE_SANDBOX"/> |
| 106 | <category android:name="android.intent.category.DEFAULT"/> |
Pinyao Ting | 72f9375 | 2019-12-26 10:22:00 -0800 | [diff] [blame] | 107 | </intent-filter> |
| 108 | </activity> |
Andy Wickham | 474c616 | 2021-05-03 18:26:44 -0700 | [diff] [blame] | 109 | |
| 110 | <!-- |
| 111 | Activity following gesture nav onboarding. |
| 112 | It's protected by android.permission.REBOOT to ensure that only system apps can start it |
| 113 | (setup wizard already has this permission) |
| 114 | --> |
| 115 | <activity android:name="com.android.quickstep.interaction.AllSetActivity" |
| 116 | android:autoRemoveFromRecents="true" |
| 117 | android:excludeFromRecents="true" |
Andy Wickham | 474c616 | 2021-05-03 18:26:44 -0700 | [diff] [blame] | 118 | android:permission="android.permission.REBOOT" |
Sunny Goyal | ce50b9e | 2021-06-29 16:31:23 -0700 | [diff] [blame] | 119 | android:theme="@style/AllSetTheme" |
| 120 | android:label="@string/allset_title" |
Andy Wickham | 474c616 | 2021-05-03 18:26:44 -0700 | [diff] [blame] | 121 | android:exported="true"> |
| 122 | <intent-filter> |
| 123 | <action android:name="com.android.quickstep.action.GESTURE_ONBOARDING_ALL_SET"/> |
| 124 | <category android:name="android.intent.category.DEFAULT"/> |
| 125 | </intent-filter> |
| 126 | </activity> |
| 127 | |
Sunny Goyal | 9d34196 | 2017-10-30 10:03:34 -0700 | [diff] [blame] | 128 | </application> |
| 129 | |
| 130 | </manifest> |