blob: a6c3015b92a6bbb40f03532aab08b719f158be30 [file] [log] [blame]
Sunny Goyal9d341962017-10-30 10:03:34 -07001<?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 Goyal18c699f2018-05-03 16:58:41 -070022 xmlns:tools="http://schemas.android.com/tools"
Sunny Goyal9d341962017-10-30 10:03:34 -070023 package="com.android.launcher3" >
24
Samuel Fufad25a1122020-06-18 13:19:16 -070025 <permission
26 android:name="${packageName}.permission.HOTSEAT_EDU"
27 android:permissionGroup="android.permission-group.SYSTEM_TOOLS"
28 android:protectionLevel="signatureOrSystem" />
29
Jon Miranda69057172018-01-18 09:44:54 -080030 <uses-permission android:name="android.permission.CONTROL_REMOTE_APP_TRANSITION_ANIMATIONS" />
Sunny Goyal6b0eb382019-07-09 17:30:22 -070031 <uses-permission android:name="android.permission.VIBRATE" />
Patrick Baumannca169112020-02-14 10:32:39 -080032 <uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
Siarhei Vishniakou918776e2021-11-22 16:00:09 -080033 <uses-permission android:name="android.permission.ALLOW_SLIPPERY_TOUCHES"/>
Samuel Fufad25a1122020-06-18 13:19:16 -070034 <uses-permission android:name="${packageName}.permission.HOTSEAT_EDU" />
Sunny Goyal7f920b82018-06-27 15:47:49 -070035
Sunny Goyal9d341962017-10-30 10:03:34 -070036 <application
37 android:backupAgent="com.android.launcher3.LauncherBackupAgent"
38 android:fullBackupOnly="true"
39 android:fullBackupContent="@xml/backupscheme"
40 android:hardwareAccelerated="true"
41 android:icon="@drawable/ic_launcher_home"
42 android:label="@string/derived_app_name"
Sunny Goyal03f17fa2018-06-08 15:22:44 -070043 android:theme="@style/AppTheme"
Sunny Goyal9d341962017-10-30 10:03:34 -070044 android:largeHeap="@bool/config_largeHeap"
45 android:restoreAnyVersion="true"
46 android:supportsRtl="true" >
47
Sunny Goyal2c3eafc2018-03-01 10:46:55 -080048 <service
49 android:name="com.android.quickstep.TouchInteractionService"
Tony573c3e12019-02-22 13:10:59 -080050 android:permission="android.permission.STATUS_BAR_SERVICE"
Tony Wickham1ccc3132019-03-13 20:19:08 +000051 android:directBootAware="true" >
Sunny Goyal2c3eafc2018-03-01 10:46:55 -080052 <intent-filter>
53 <action android:name="android.intent.action.QUICKSTEP_SERVICE" />
54 </intent-filter>
55 </service>
Sunny Goyal9d341962017-10-30 10:03:34 -070056
Sunny Goyal73133392017-11-02 11:04:49 -070057 <activity android:name="com.android.quickstep.RecentsActivity"
Sunny Goyalab837732018-03-27 17:35:54 -070058 android:excludeFromRecents="true"
59 android:launchMode="singleTask"
60 android:clearTaskOnLaunch="true"
61 android:stateNotNeeded="true"
62 android:theme="@style/LauncherTheme"
63 android:screenOrientation="unspecified"
Sunny Goyalf5c5d042018-05-18 13:46:02 -070064 android:configChanges="keyboard|keyboardHidden|mcc|mnc|navigation|orientation|screenSize|screenLayout|smallestScreenSize"
Sunny Goyalab837732018-03-27 17:35:54 -070065 android:resizeableActivity="true"
66 android:resumeWhilePausing="true"
67 android:taskAffinity="" />
Sunny Goyal3fbca152017-11-02 18:55:44 -070068
Sunny Goyal7f920b82018-06-27 15:47:49 -070069 <!-- Content provider to settings search. The autority should be same as the packageName -->
Sunny Goyal3fbca152017-11-02 18:55:44 -070070 <provider
71 android:name="com.android.quickstep.LauncherSearchIndexablesProvider"
Sunny Goyal7f920b82018-06-27 15:47:49 -070072 android:authorities="${packageName}"
Sunny Goyal3fbca152017-11-02 18:55:44 -070073 android:grantUriPermissions="true"
74 android:multiprocess="true"
75 android:permission="android.permission.READ_SEARCH_INDEXABLES"
76 android:exported="true">
77 <intent-filter>
78 <action android:name="android.content.action.SEARCH_INDEXABLES_PROVIDER" />
79 </intent-filter>
80 </provider>
Sunny Goyal18c699f2018-05-03 16:58:41 -070081
Sreyas1963d3f2020-03-09 18:10:08 -070082 <!-- FileProvider used for sharing images. -->
83 <provider
84 android:name="androidx.core.content.FileProvider"
85 android:authorities="${packageName}.overview.fileprovider"
86 android:exported="false"
87 android:grantUriPermissions="true">
88 <meta-data
89 android:name="android.support.FILE_PROVIDER_PATHS"
90 android:resource="@xml/overview_file_provider_paths" />
91 </provider>
92
Sunny Goyal18c699f2018-05-03 16:58:41 -070093 <service
94 android:name="com.android.launcher3.uioverrides.dynamicui.WallpaperManagerCompatVL$ColorExtractionService"
95 tools:node="remove" />
96
Sunny Goyaldedda052019-05-14 15:23:48 -070097 <activity
98 android:name="com.android.launcher3.proxy.ProxyActivityStarter"
99 android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen"
100 android:launchMode="singleTask"
101 android:clearTaskOnLaunch="true"
102 android:exported="false" />
103
Pinyao Ting72f93752019-12-26 10:22:00 -0800104 <activity
Andy Wickham63b7f362020-02-18 23:19:42 +0000105 android:name="com.android.quickstep.interaction.GestureSandboxActivity"
Pinyao Ting72f93752019-12-26 10:22:00 -0800106 android:autoRemoveFromRecents="true"
107 android:excludeFromRecents="true"
108 android:screenOrientation="portrait">
109 <intent-filter>
Andy Wickham63b7f362020-02-18 23:19:42 +0000110 <action android:name="com.android.quickstep.action.GESTURE_SANDBOX" />
Pinyao Ting72f93752019-12-26 10:22:00 -0800111 <category android:name="android.intent.category.DEFAULT" />
112 </intent-filter>
113 </activity>
Samuel Fufad25a1122020-06-18 13:19:16 -0700114 <activity
115 android:name=".hybridhotseat.HotseatEduActivity"
116 android:theme="@android:style/Theme.NoDisplay"
117 android:noHistory="true"
118 android:launchMode="singleTask"
119 android:clearTaskOnLaunch="true"
120 android:permission="${packageName}.permission.HOTSEAT_EDU">
121 <intent-filter>
122 <action android:name="com.android.launcher3.action.SHOW_HYBRID_HOTSEAT_EDU"/>
123 <category android:name="android.intent.category.DEFAULT" />
124 </intent-filter>
125 </activity>
Pinyao Ting72f93752019-12-26 10:22:00 -0800126
Sunny Goyal9d341962017-10-30 10:03:34 -0700127 </application>
128
129</manifest>