blob: b26831c236d14e6d2c816995614c662336c0da94 [file] [log] [blame]
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001<manifest xmlns:android="http://schemas.android.com/apk/res/android"
Fyodor Kupolov19280af2015-01-27 11:59:00 -08002 xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003 package="com.android.settings"
Ben Komalob08172e2011-09-19 14:27:13 -07004 coreApp="true"
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08005 android:sharedUserId="android.uid.system">
6
Jeff Hamiltonc60fb582010-02-11 16:25:53 -06007 <original-package android:name="com.android.settings" />
8
Sundeep Ghumanc164ad02016-12-26 17:37:30 -08009 <uses-permission android:name="android.permission.REQUEST_NETWORK_SCORES" />
Jeff Sharkey57382662015-07-30 16:55:42 -070010 <uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE" />
Zim3d437eb2020-01-24 15:29:00 +000011 <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
Vasu Nori21809742011-01-25 13:39:16 -080012 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Amith Yamasani48fa8572012-04-17 17:12:01 -070013 <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080014 <uses-permission android:name="android.permission.WRITE_SETTINGS" />
15 <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" />
Mike Lockwoodcd03f532009-09-15 14:39:47 -040016 <uses-permission android:name="android.permission.DEVICE_POWER" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080017 <uses-permission android:name="android.permission.CHANGE_CONFIGURATION" />
18 <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
19 <uses-permission android:name="android.permission.VIBRATE" />
Jeff Sharkey7025a832021-06-22 19:58:58 -060020 <uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE" />
Jeff Sharkey9e07eab2021-03-22 15:33:01 -060021 <uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
22 <uses-permission android:name="android.permission.BLUETOOTH_SCAN" />
Matthew Xie500f2942013-09-24 00:55:42 -070023 <uses-permission android:name="android.permission.BLUETOOTH_PRIVILEGED" />
Nick Pellyf2917ac2010-10-20 16:39:44 -070024 <uses-permission android:name="android.permission.NFC" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080025 <uses-permission android:name="android.permission.HARDWARE_TEST" />
26 <uses-permission android:name="android.permission.CALL_PHONE" />
27 <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
28 <uses-permission android:name="android.permission.MASTER_CLEAR" />
29 <uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH" />
30 <uses-permission android:name="android.permission.ACCESS_DOWNLOAD_MANAGER" />
31 <uses-permission android:name="android.permission.READ_CONTACTS" />
32 <uses-permission android:name="android.permission.WRITE_CONTACTS" />
Chia-chi Yeh413b1712011-07-07 12:49:18 -070033 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Roshan Piusf1f209f2017-12-13 16:20:18 -080034 <uses-permission android:name="android.permission.LOCAL_MAC_ADDRESS" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080035 <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
Irfan Sheriff0f41b492013-03-29 11:15:07 -070036 <uses-permission android:name="com.android.certinstaller.INSTALL_AS_USER" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080037 <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
Jeremy Klein78d182f2015-12-28 15:39:39 -080038 <uses-permission android:name="android.permission.TETHER_PRIVILEGED" />
Dianne Hackborn027cdd22018-01-19 17:57:28 -080039 <uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080040 <uses-permission android:name="android.permission.INTERNET" />
41 <uses-permission android:name="android.permission.CLEAR_APP_USER_DATA" />
42 <uses-permission android:name="android.permission.READ_PHONE_STATE" />
zoey chen4a7ad4d2019-12-17 18:13:39 +080043 <uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080044 <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" />
Hall Liua6840ca2018-11-27 17:00:50 -080045 <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080046 <uses-permission android:name="android.permission.WRITE_APN_SETTINGS"/>
47 <uses-permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"/>
48 <uses-permission android:name="android.permission.READ_USER_DICTIONARY"/>
49 <uses-permission android:name="android.permission.WRITE_USER_DICTIONARY"/>
Dianne Hackborn517ea9f2010-01-04 18:47:54 -080050 <uses-permission android:name="android.permission.FORCE_STOP_PACKAGES"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080051 <uses-permission android:name="android.permission.PACKAGE_USAGE_STATS"/>
52 <uses-permission android:name="android.permission.BATTERY_STATS"/>
53 <uses-permission android:name="com.android.launcher.permission.READ_SETTINGS" />
54 <uses-permission android:name="com.android.launcher.permission.WRITE_SETTINGS" />
Suchi Amalapurapuad148272010-02-19 14:30:01 -080055 <uses-permission android:name="android.permission.MOVE_PACKAGE" />
Amith Yamasani43c69782010-12-01 09:04:36 -080056 <uses-permission android:name="android.permission.USE_CREDENTIALS" />
57 <uses-permission android:name="android.permission.BACKUP" />
Amith Yamasani43c69782010-12-01 09:04:36 -080058 <uses-permission android:name="android.permission.READ_SYNC_STATS" />
59 <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
60 <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />
Stanislav Zholnin646dda92019-02-01 13:00:37 +000061 <uses-permission android:name="android.permission.READ_DEVICE_CONFIG" />
Jason parks8fd5bc92011-01-12 16:03:31 -060062 <uses-permission android:name="android.permission.STATUS_BAR" />
Mike Lockwood9d6d92b2011-02-27 09:05:10 -080063 <uses-permission android:name="android.permission.MANAGE_USB" />
Kenny Roote7bbf8f2018-01-23 21:53:53 +090064 <uses-permission android:name="android.permission.MANAGE_DEBUGGING" />
Jeff Brownd82487b2011-06-02 03:10:28 -070065 <uses-permission android:name="android.permission.SET_POINTER_SPEED" />
Jeff Brown4397f402012-04-09 13:24:34 -070066 <uses-permission android:name="android.permission.SET_KEYBOARD_LAYOUT" />
Dianne Hackborn271c8b02012-08-20 17:24:39 -070067 <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" />
68 <uses-permission android:name="android.permission.COPY_PROTECTED_DATA" />
69 <uses-permission android:name="android.permission.MANAGE_USERS" />
Nicolas Prevot189294e2015-04-22 16:26:45 +010070 <uses-permission android:name="android.permission.MANAGE_PROFILE_AND_DEVICE_OWNERS" />
Amith Yamasani32dccbc2012-09-13 18:06:49 -070071 <uses-permission android:name="android.permission.READ_PROFILE" />
Jeff Brown9e143f52012-09-19 20:46:07 -070072 <uses-permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY" />
Michael Wrightaacf55a2016-07-13 22:11:09 -070073 <uses-permission android:name="android.permission.CONFIGURE_DISPLAY_COLOR_MODE" />
Christine Franksbce91d92018-07-03 14:44:08 -070074 <uses-permission android:name="android.permission.CONTROL_DISPLAY_COLOR_TRANSFORMS" />
Neil Fuller0770b3f2019-11-21 16:09:00 +000075 <uses-permission android:name="android.permission.SUGGEST_MANUAL_TIME_AND_ZONE" />
Daniel Sandler328e2d22013-01-17 13:14:02 -050076 <uses-permission android:name="android.permission.ACCESS_NOTIFICATIONS" />
Brian Carlstromf32ba132013-06-28 13:18:41 -070077 <uses-permission android:name="android.permission.REBOOT" />
PauloftheWest63f7bc82014-10-30 08:01:30 -070078 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
Amith Yamasani92472652013-07-19 12:37:42 -070079 <uses-permission android:name="android.permission.MANAGE_DEVICE_ADMINS" />
Fabrice Di Meglio485b1b82014-03-20 12:24:57 -070080 <uses-permission android:name="android.permission.READ_SEARCH_INDEXABLES" />
Fan Zhangd040ecd2017-08-17 16:13:20 -070081 <uses-permission android:name="android.permission.BIND_SETTINGS_SUGGESTIONS_SERVICE" />
Andres Moralesce249fe2014-07-07 16:58:16 -070082 <uses-permission android:name="android.permission.OEM_UNLOCK_STATE" />
Andrew Scullc23357e2017-04-18 09:40:11 +010083 <uses-permission android:name="android.permission.MANAGE_USER_OEM_UNLOCK_STATE" />
Sky Faber2d657e32014-09-22 16:43:04 -070084 <uses-permission android:name="android.permission.OVERRIDE_WIFI_CONFIG" />
Jim Miller94d4bd92015-02-19 21:04:57 -080085 <uses-permission android:name="android.permission.MANAGE_FINGERPRINT" />
Kevin Chynb3ee2312018-10-04 15:01:43 -070086 <uses-permission android:name="android.permission.USE_BIOMETRIC" />
87 <uses-permission android:name="android.permission.USE_BIOMETRIC_INTERNAL" />
Jorim Jaggi4a2423b2015-04-24 10:19:48 -070088 <uses-permission android:name="android.permission.USER_ACTIVITY" />
Amith Yamasani50e32b02015-05-13 18:18:16 -070089 <uses-permission android:name="android.permission.CHANGE_APP_IDLE_STATE" />
Fyodor Kupolov0938a632015-07-27 12:24:59 -070090 <uses-permission android:name="android.permission.PEERS_MAC_ADDRESS"/>
Julia Reynoldsf02aa0c2015-09-28 08:57:03 -040091 <uses-permission android:name="android.permission.MANAGE_NOTIFICATIONS"/>
Daniel Nishib84304d2016-04-11 14:08:44 -070092 <uses-permission android:name="android.permission.DELETE_PACKAGES"/>
Philip P. Moltmanndd7441b2017-09-05 12:42:04 -070093 <uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES" />
Phil Weaver2e2dbfe2017-05-30 10:41:52 -070094 <uses-permission android:name="android.permission.MANAGE_APP_OPS_RESTRICTIONS"/>
Dianne Hackbornda3c0462018-03-07 16:42:39 -080095 <uses-permission android:name="android.permission.MANAGE_APP_OPS_MODES" />
Phil Weaver633c9be2017-07-05 10:02:38 -070096 <uses-permission android:name="android.permission.HIDE_NON_SYSTEM_OVERLAY_WINDOWS"/>
Philip P. Moltmann5929b132017-06-19 10:55:31 -070097 <uses-permission android:name="android.permission.READ_PRINT_SERVICES" />
Roshan Pius37a46a12017-07-24 15:05:36 -070098 <uses-permission android:name="android.permission.NETWORK_SETTINGS" />
Alexandru-Andrei Rotaruaeb3e442017-08-07 12:21:31 +010099 <uses-permission android:name="android.permission.TEST_BLACKLISTED_PASSWORD" />
Jeff Sharkeyd9403362018-01-05 17:14:37 -0700100 <uses-permission android:name="android.permission.USE_RESERVED_DISK" />
Felipe Lemea5bbad42018-02-14 13:15:19 -0800101 <uses-permission android:name="android.permission.MANAGE_SCOPED_ACCESS_DIRECTORY_PERMISSIONS" />
Kevin Chyn22b4edd2018-07-30 19:20:01 -0700102 <uses-permission android:name="android.permission.CAMERA" />
jackqdyuleif25c9b02019-02-27 10:05:56 -0800103 <uses-permission android:name="android.permission.MEDIA_CONTENT_CONTROL" />
PO HUNG CHENafc513e2019-12-10 04:11:21 +0000104 <uses-permission android:name="android.permission.INSTALL_DYNAMIC_SYSTEM" />
Jack Yuc4da22a2020-01-30 00:04:06 -0800105 <uses-permission android:name="android.permission.BIND_CELL_BROADCAST_SERVICE" />
Mehdi Alizadeh2552dff2020-06-11 21:06:00 -0700106 <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
Edgar Wang39121792020-10-27 16:54:46 +0800107 <uses-permission android:name="android.permission.READ_DREAM_STATE" />
108 <uses-permission android:name="android.permission.READ_DREAM_SUPPRESSION" />
Zhen Zhang1f99d6a2021-03-22 00:49:49 -0700109 <uses-permission android:name="android.permission.MANAGE_APP_HIBERNATION" />
Arc Wang22ce3922021-08-31 18:11:57 +0800110 <uses-permission android:name="android.permission.LAUNCH_TWO_PANE_SETTINGS_DEEP_LINK" />
111 <uses-permission android:name="android.permission.ALLOW_PLACE_IN_TWO_PANE_SETTINGS" />
pihuei55fb2b72020-10-13 19:00:57 +0800112
Tsung-Mao Fang4781fc12021-09-06 02:41:26 +0000113 <application
114 android:name=".SettingsApplication"
115 android:label="@string/settings_label"
Hyunyoung Song1f093dd2017-02-14 10:40:58 -0800116 android:icon="@drawable/ic_launcher_settings"
Amith Yamasani56f51a82013-08-05 10:07:23 -0700117 android:theme="@style/Theme.Settings"
Fabrice Di Meglio79d8e802012-07-19 19:25:50 -0700118 android:hardwareAccelerated="true"
Amith Yamasani233592b2013-03-01 17:05:23 -0800119 android:requiredForAllUsers="true"
Fabrice Di Meglio66445562014-06-30 13:11:53 -0700120 android:supportsRtl="true"
Sunny Goyalae788a12019-04-24 17:11:24 -0700121 android:backupAgent="com.android.settings.backup.SettingsBackupHelper"
Jeff Sharkey3bd73ed2015-11-18 10:20:18 -0700122 android:usesCleartextTraffic="true"
Jeff Sharkeya806b7a2016-03-17 11:04:55 -0600123 android:defaultToDeviceProtectedStorage="true"
Jason Monk20210122018-04-03 18:36:42 -0400124 android:directBootAware="true"
Aurimas Liutikase0069d32018-04-17 11:22:43 -0700125 android:appComponentFactory="androidx.core.app.CoreComponentFactory">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800126
Tsung-Mao Fangc6e44c02021-08-17 18:28:06 +0800127 <uses-library android:name="org.apache.http.legacy"/>
128 <uses-library android:name="androidx.window.extensions" android:required="false"/>
129 <uses-library android:name="androidx.window.sidecar" android:required="false"/>
130
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800131 <!-- Settings -->
132
Fan Zhang44be9132018-09-07 12:56:53 -0700133 <activity android:name=".homepage.SettingsHomepageActivity"
Raff Tsai082f8ee2018-06-29 06:11:39 +0000134 android:label="@string/settings_label_launcher"
135 android:theme="@style/Theme.Settings.Home"
Sunny Shao0b0e6fc2019-06-18 13:32:05 +0800136 android:taskAffinity="com.android.settings.root"
Jason Chiu130629b2020-03-06 10:52:19 +0800137 android:launchMode="singleTask"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700138 android:exported="true"
Jason Chiu9037cea2021-09-09 16:54:01 +0800139 android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout">
Fan Zhang0c7c59f2018-10-26 13:40:38 -0700140 <intent-filter android:priority="1">
141 <action android:name="android.settings.SETTINGS" />
142 <category android:name="android.intent.category.DEFAULT" />
143 </intent-filter>
144 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
145 android:value="true" />
Raff Tsai082f8ee2018-06-29 06:11:39 +0000146 </activity>
147
jackqdyulei2aae67a2018-10-29 13:46:33 -0700148 <activity android:name=".network.telephony.MobileNetworkActivity"
jackqdyulei106ae1d2018-10-05 10:04:19 -0700149 android:label="@string/network_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700150 android:exported="true"
jackqdyulei106ae1d2018-10-05 10:04:19 -0700151 android:launchMode="singleTask">
jackqdyuleib5ce3cd2018-12-19 14:52:42 -0800152 <intent-filter android:priority="1">
Brad Ebinger66c70982020-02-27 19:14:15 -0800153 <!-- Displays the MobileNetworkActivity and opt-in dialog for capability discovery. -->
154 <action android:name="android.telephony.ims.action.SHOW_CAPABILITY_DISCOVERY_OPT_IN" />
jackqdyuleib5ce3cd2018-12-19 14:52:42 -0800155 <action android:name="android.settings.NETWORK_OPERATOR_SETTINGS" />
156 <action android:name="android.settings.DATA_ROAMING_SETTINGS" />
Malcolm Chen7dd82f92019-04-18 19:45:04 -0700157 <action android:name="android.settings.MMS_MESSAGE_SETTING" />
jackqdyuleib5ce3cd2018-12-19 14:52:42 -0800158 <category android:name="android.intent.category.DEFAULT" />
159 </intent-filter>
jackqdyulei106ae1d2018-10-05 10:04:19 -0700160 </activity>
161
Alexandra Gherghina05dec7f2014-09-05 11:42:51 +0100162 <!-- Alias for launcher activity only, as this belongs to each profile. -->
163 <activity-alias android:name="Settings"
Alexandra Gherghina05dec7f2014-09-05 11:42:51 +0100164 android:label="@string/settings_label_launcher"
Sunny Shao0b0e6fc2019-06-18 13:32:05 +0800165 android:taskAffinity="com.android.settings.root"
Alexandra Gherghina05dec7f2014-09-05 11:42:51 +0100166 android:launchMode="singleTask"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700167 android:exported="true"
Fan Zhang44be9132018-09-07 12:56:53 -0700168 android:targetActivity=".homepage.SettingsHomepageActivity">
Alexandra Gherghina05dec7f2014-09-05 11:42:51 +0100169 <intent-filter>
170 <action android:name="android.intent.action.MAIN" />
171 <category android:name="android.intent.category.DEFAULT" />
172 <category android:name="android.intent.category.LAUNCHER" />
173 </intent-filter>
Sunny Goyal5f179fc2016-06-15 12:36:50 -0700174 <meta-data android:name="android.app.shortcuts" android:resource="@xml/shortcuts"/>
Alexandra Gherghina05dec7f2014-09-05 11:42:51 +0100175 </activity-alias>
176
Arc Wang22ce3922021-08-31 18:11:57 +0800177 <!-- Alias for SettingsHomepageActivity which works for deep link page in 2-panel. -->
178 <activity-alias android:name="DeepLinkHomepageActivity"
179 android:label="@string/settings_label_launcher"
180 android:exported="true"
Arc Wang94a4bd82021-09-23 18:33:22 +0800181 android:permission="android.permission.LAUNCH_TWO_PANE_SETTINGS_DEEP_LINK"
Arc Wang22ce3922021-08-31 18:11:57 +0800182 android:targetActivity=".homepage.SettingsHomepageActivity">
183 <intent-filter>
184 <action android:name="android.settings.SETTINGS_LARGE_SCREEN_DEEP_LINK" />
185 <category android:name="android.intent.category.DEFAULT" />
186 </intent-filter>
187 </activity-alias>
188
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700189 <receiver android:name=".SettingsInitialize"
190 android:exported="true">
Alexandra Gherghina89265a32014-07-17 20:29:34 +0100191 <intent-filter>
Alexandra Gherghinaf2e39f22014-08-18 13:16:17 +0100192 <action android:name="android.intent.action.USER_INITIALIZE"/>
Alexandra Gherghina51712242014-09-05 16:32:14 +0100193 <action android:name="android.intent.action.PRE_BOOT_COMPLETED"/>
Alexandra Gherghina89265a32014-07-17 20:29:34 +0100194 </intent-filter>
195 </receiver>
196
Mill Chen14cfd2f2021-01-06 07:46:46 +0800197 <activity android:name=".SubSettings"
198 android:theme="@style/Theme.SubSettings" />
Dianne Hackbornb7258182011-03-15 16:23:55 -0700199
Fan Zhangf1f0f8b2018-06-22 10:40:07 -0700200 <activity android:name=".Settings$CreateShortcutActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700201 android:exported="true"
Fan Zhang92f1e942017-01-21 10:07:26 -0800202 android:label="@string/settings_shortcut">
Dianne Hackborna54672f2009-06-24 12:45:09 -0700203 <intent-filter>
Fan Zhangf1f0f8b2018-06-22 10:40:07 -0700204 <action android:name="android.intent.action.CREATE_SHORTCUT" />
205 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborna54672f2009-06-24 12:45:09 -0700206 </intent-filter>
Fan Zhangf1f0f8b2018-06-22 10:40:07 -0700207 <meta-data
208 android:name="com.android.settings.FRAGMENT_CLASS"
209 android:value="com.android.settings.shortcut.CreateShortcut" />
Dianne Hackborna54672f2009-06-24 12:45:09 -0700210 </activity>
211
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800212 <!-- Wireless Controls -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800213 <activity
214 android:name=".Settings$NetworkDashboardActivity"
Doris Ling26208222017-03-03 11:28:05 -0800215 android:label="@string/network_dashboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700216 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800217 android:icon="@drawable/ic_homepage_network">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800218 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800219 <action android:name="android.settings.WIRELESS_SETTINGS" />
220 <action android:name="android.settings.AIRPLANE_MODE_SETTINGS" />
Andrew Sappersteinc65ccd22019-04-25 10:31:37 -0700221 <action android:name="com.android.settings.sim.SIM_SUB_INFO_SETTINGS" />
Doris Ling26208222017-03-03 11:28:05 -0800222 <category android:name="android.intent.category.DEFAULT" />
223 </intent-filter>
224 <intent-filter>
225 <action android:name="android.intent.action.MAIN" />
226 <category android:name="android.intent.category.DEFAULT" />
227 <category android:name="android.intent.category.VOICE_LAUNCH" />
228 </intent-filter>
Doris Ling26208222017-03-03 11:28:05 -0800229 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
230 android:value="com.android.settings.network.NetworkDashboardFragment"/>
Jason Chiu9037cea2021-09-09 16:54:01 +0800231 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
232 android:value="@string/menu_key_network"/>
Doris Ling26208222017-03-03 11:28:05 -0800233 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
234 android:value="true" />
235 </activity>
236
Antony Sargent94d97902019-03-26 09:50:22 -0700237 <activity android:name=".Settings$MobileNetworkListActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700238 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800239 android:label="@string/network_settings_title">
Antony Sargent94d97902019-03-26 09:50:22 -0700240 <intent-filter android:priority="1">
241 <action android:name="android.settings.MOBILE_NETWORK_LIST" />
Peter Wang93ce0682021-04-09 11:49:34 -0700242 <action android:name="android.settings.MANAGE_ALL_SIM_PROFILES_SETTINGS" />
Antony Sargent94d97902019-03-26 09:50:22 -0700243 <category android:name="android.intent.category.DEFAULT" />
244 </intent-filter>
245 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
246 android:value="com.android.settings.network.MobileNetworkListFragment"/>
247 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
248 android:value="true" />
249 </activity>
250
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800251 <activity
252 android:name=".Settings$ConnectedDeviceDashboardActivity"
Doris Ling26208222017-03-03 11:28:05 -0800253 android:label="@string/connected_devices_dashboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700254 android:exported="true"
Sunny Shaob4a5f162020-06-15 23:00:26 +0800255 android:icon="@drawable/ic_homepage_connected_device">
Doris Ling26208222017-03-03 11:28:05 -0800256 <intent-filter android:priority="1">
jackqdyulei6dd7f2e2018-02-07 17:49:09 -0800257 <action android:name="android.settings.BLUETOOTH_SETTINGS" />
258 <category android:name="android.intent.category.DEFAULT" />
259 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700260 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Ling26208222017-03-03 11:28:05 -0800261 android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment"/>
Jason Chiu9037cea2021-09-09 16:54:01 +0800262 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
263 android:value="@string/menu_key_connected_devices"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100264 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
265 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700266 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800267
Barnaby Jamesc55ea152015-04-13 14:33:53 -0700268 <activity android:name="AirplaneModeVoiceActivity"
269 android:label="@string/wireless_networks_settings_title"
Andrew Sapperstein7e157432016-07-15 16:46:38 -0700270 android:theme="@*android:style/Theme.DeviceDefault.Light.Voice"
Barnaby Jamesc55ea152015-04-13 14:33:53 -0700271 android:exported="true">
272 <intent-filter>
273 <action android:name="android.settings.VOICE_CONTROL_AIRPLANE_MODE" />
274 <category android:name="android.intent.category.DEFAULT" />
275 <category android:name="android.intent.category.VOICE" />
276 </intent-filter>
277 </activity>
278
Fan Zhang25f29bf2017-10-24 09:27:02 -0700279 <activity android:name=".search.SearchResultTrampoline"
280 android:theme="@android:style/Theme.NoDisplay"
281 android:excludeFromRecents="true"
282 android:exported="true">
Fan Zhang8068fda2017-11-09 16:37:01 -0800283 <intent-filter>
284 <action android:name="com.android.settings.SEARCH_RESULT_TRAMPOLINE" />
285 <category android:name="android.intent.category.DEFAULT" />
286 </intent-filter>
Fan Zhang25f29bf2017-10-24 09:27:02 -0700287 </activity>
288
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800289 <activity
290 android:name="Settings$WifiSettingsActivity"
291 android:label="@string/wifi_settings"
Sunny Shaob4a5f162020-06-15 23:00:26 +0800292 android:icon="@drawable/ic_homepage_network"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700293 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800294 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800295 <intent-filter android:priority="1">
296 <action android:name="android.settings.WIFI_SETTINGS" />
297 <category android:name="android.intent.category.DEFAULT" />
298 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700299 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
300 android:value="com.android.settings.wifi.WifiSettings" />
Zoltan Szatmary-Bane03d8862015-04-30 14:35:54 +0100301 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
302 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700303 </activity>
Chia-chi Yeh48090d42010-01-25 15:41:42 +0800304
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800305 <activity
Arc Wang746176e2020-09-02 17:35:56 +0800306 android:name="Settings$NetworkProviderSettingsActivity"
Weng Suc7c7a812021-07-26 16:33:31 +0800307 android:label="@string/provider_internet_settings"
Arc Wang746176e2020-09-02 17:35:56 +0800308 android:icon="@drawable/ic_homepage_network"
309 android:exported="true"
310 android:configChanges="orientation|keyboardHidden|screenSize">
311 <intent-filter android:priority="1">
312 <action android:name="android.settings.NETWORK_PROVIDER_SETTINGS" />
313 <category android:name="android.intent.category.DEFAULT" />
314 </intent-filter>
315 <intent-filter android:priority="1">
316 <action android:name="android.intent.action.MAIN" />
317 <category android:name="com.android.settings.SHORTCUT" />
318 </intent-filter>
319 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
320 android:value="com.android.settings.network.NetworkProviderSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +0800321 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
322 android:value="@string/menu_key_network"/>
Arc Wang746176e2020-09-02 17:35:56 +0800323 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
324 android:value="true" />
325 </activity>
326
327 <activity
Weng Su29f4a352021-07-15 11:38:38 +0800328 android:name="Settings$WifiDetailsSettingsActivity"
329 android:label="@string/wifi_details_title"
330 android:icon="@drawable/ic_homepage_network"
331 android:exported="true"
332 android:permission="android.permission.CHANGE_WIFI_STATE"
333 android:configChanges="orientation|keyboardHidden|screenSize">
334 <!-- The intent action is only public to OEM, because a special library is required. -->
335 <intent-filter android:priority="1">
336 <action android:name="android.settings.WIFI_DETAILS_SETTINGS" />
337 <category android:name="android.intent.category.DEFAULT" />
338 </intent-filter>
339 <meta-data
340 android:name="com.android.settings.FRAGMENT_CLASS"
341 android:value="com.android.settings.wifi.details.WifiNetworkDetailsFragment" />
342 <meta-data
343 android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
344 android:value="true" />
345 </activity>
346
347 <activity
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700348 android:name=".wifi.WifiPickerActivity"
349 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800350 <intent-filter android:priority="1">
351 <action android:name="android.net.wifi.PICK_WIFI_NETWORK" />
352 <category android:name="android.intent.category.DEFAULT" />
353 </intent-filter>
Zoltan Szatmary-Bane03d8862015-04-30 14:35:54 +0100354 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
355 android:value="true" />
Daisuke Miyakawa79c5fd92011-01-15 14:58:00 -0800356 </activity>
357
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800358 <activity
359 android:name="Settings$ConfigureWifiSettingsActivity"
360 android:label="@string/wifi_configure_settings_preference_title"
361 android:icon="@drawable/ic_settings_wireless"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700362 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800363 android:configChanges="orientation|keyboardHidden|screenSize">
Amin Shaikh3aa547b2017-01-06 18:31:41 -0800364 <intent-filter android:priority="1">
Stephen Chen91d13c12017-03-22 15:53:26 -0700365 <action android:name="android.settings.WIFI_IP_SETTINGS" />
Amin Shaikh3aa547b2017-01-06 18:31:41 -0800366 <category android:name="android.intent.category.DEFAULT" />
367 </intent-filter>
368 <intent-filter>
369 <action android:name="android.intent.action.MAIN" />
370 <category android:name="android.intent.category.VOICE_LAUNCH" />
371 <category android:name="android.intent.category.DEFAULT" />
372 </intent-filter>
373 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
374 android:value="com.android.settings.wifi.ConfigureWifiSettings" />
375 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
376 android:value="true" />
377 </activity>
378
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800379 <activity
380 android:name="Settings$SavedAccessPointsSettingsActivity"
381 android:label="@string/wifi_saved_access_points_label"
382 android:icon="@drawable/ic_settings_wireless"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700383 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800384 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800385 <intent-filter android:priority="1">
Stephen Chen66d1a692016-11-14 16:24:08 -0800386 <action android:name="android.settings.WIFI_SAVED_NETWORK_SETTINGS" />
Dianne Hackborn0702e872015-02-20 12:48:32 -0800387 <category android:name="android.intent.category.DEFAULT" />
388 </intent-filter>
PauloftheWest7837b992014-06-24 07:42:27 -0700389 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang661049f2018-07-18 14:31:44 -0700390 android:value="com.android.settings.wifi.savedaccesspoints.SavedAccessPointsWifiSettings" />
Zoltan Szatmary-Bane03d8862015-04-30 14:35:54 +0100391 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
392 android:value="true" />
PauloftheWest7837b992014-06-24 07:42:27 -0700393 </activity>
394
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700395 <activity android:name=".Settings$WifiInfoActivity"
396 android:exported="true">
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800397 <intent-filter>
398 <action android:name="android.intent.action.MAIN"/>
399 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
400 <category android:name="android.intent.category.DEFAULT" />
401 </intent-filter>
Jason Monkb7e43802016-06-06 16:01:58 -0400402 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
403 android:value="com.android.settings.wifi.WifiInfo" />
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800404 </activity>
405
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700406 <activity android:name=".wifi.WifiConfigInfo"
407 android:exported="true">
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800408 <intent-filter>
409 <action android:name="android.intent.action.MAIN"/>
410 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
411 <category android:name="android.intent.category.DEFAULT" />
412 </intent-filter>
413 </activity>
414
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700415 <activity android:name=".Settings$WifiAPITestActivity"
416 android:exported="true">
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800417 <intent-filter>
418 <action android:name="android.intent.action.MAIN"/>
419 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
420 <category android:name="android.intent.category.DEFAULT" />
421 </intent-filter>
Jason Monkb7e43802016-06-06 16:01:58 -0400422 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
423 android:value="com.android.settings.wifi.WifiAPITest" />
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800424 </activity>
425
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700426 <activity android:name=".wifi.WifiStatusTest"
427 android:exported="true">
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800428 <intent-filter>
429 <action android:name="android.intent.action.MAIN"/>
430 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
431 <category android:name="android.intent.category.DEFAULT" />
432 </intent-filter>
433 </activity>
434
Lorenzo Colitti877b0542015-04-03 17:31:19 +0900435 <activity android:name=".wifi.WifiNoInternetDialog"
436 android:clearTaskOnLaunch="true"
437 android:excludeFromRecents="true"
438 android:exported="true"
lucaslin7335c592019-03-20 11:41:21 +0800439 android:permission="android.permission.NETWORK_STACK"
Arc Wang5a298fb2020-06-30 14:14:02 +0800440 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight">
lucaslinaaf21232021-02-22 10:37:16 +0800441 <!-- TODO: Consider removing below two intent filters.
442 It seems like below two intent filters can be removed because when the notification
443 is clicked, this activity will be launched anyway. -->
Lorenzo Colitti877b0542015-04-03 17:31:19 +0900444 <intent-filter>
lucaslinaaf21232021-02-22 10:37:16 +0800445 <action android:name="android.net.action.PROMPT_UNVALIDATED" />
Lorenzo Colitti877b0542015-04-03 17:31:19 +0900446 <category android:name="android.intent.category.DEFAULT" />
447 </intent-filter>
Lorenzo Colitti1449ecd2016-09-15 14:06:46 +0900448 <intent-filter>
lucaslinaaf21232021-02-22 10:37:16 +0800449 <action android:name="android.net.action.PROMPT_LOST_VALIDATION" />
Lorenzo Colitti1449ecd2016-09-15 14:06:46 +0900450 <category android:name="android.intent.category.DEFAULT" />
451 </intent-filter>
Zoltan Szatmary-Bane03d8862015-04-30 14:35:54 +0100452 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
453 android:value="true" />
Lorenzo Colitti877b0542015-04-03 17:31:19 +0900454 </activity>
455
Fabrice Di Meglio61a1fec2014-08-13 16:22:38 -0700456 <activity android:name="Settings$ApnSettingsActivity"
Jeff Sharkeyc2b43db2012-11-28 17:09:19 -0800457 android:label="@string/apn_settings"
smitha.x.smitha0a20f2e2013-04-23 14:45:09 +0530458 android:launchMode="singleTask"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700459 android:exported="true"
Bonian Chencd1fd102020-02-10 02:38:25 +0800460 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800461 <intent-filter android:priority="1">
462 <action android:name="android.settings.APN_SETTINGS" />
463 <category android:name="android.intent.category.DEFAULT" />
464 </intent-filter>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800465 <intent-filter>
466 <action android:name="android.intent.action.MAIN" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800467 <category android:name="android.intent.category.DEFAULT" />
468 <category android:name="android.intent.category.VOICE_LAUNCH" />
469 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100470 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
471 android:value="true" />
Fabrice Di Meglio61a1fec2014-08-13 16:22:38 -0700472 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
tom hsu2fd7c9f2020-09-30 21:46:27 +0800473 android:value="com.android.settings.network.apn.ApnSettings" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800474 </activity>
475
Lei Yudec7a712018-03-29 10:54:22 -0700476 <!-- Keep compatibility with old shortcuts. -->
477 <activity-alias
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800478 android:name="Settings$BluetoothSettingsActivity"
Lei Yudec7a712018-03-29 10:54:22 -0700479 android:label="@string/devices_title"
480 android:targetActivity=".Settings$ConnectedDeviceDashboardActivity"
481 android:exported="true">
Fan Zhang5a981772018-06-22 14:30:09 -0700482 <intent-filter android:priority="10">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800483 <action android:name="android.intent.action.MAIN" />
Lei Yudec7a712018-03-29 10:54:22 -0700484 <category android:name="com.android.settings.SHORTCUT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800485 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700486 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Lei Yudec7a712018-03-29 10:54:22 -0700487 android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment" />
Jason Chiu9037cea2021-09-09 16:54:01 +0800488 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
489 android:value="@string/menu_key_connected_devices"/>
Lei Yudec7a712018-03-29 10:54:22 -0700490 </activity-alias>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800491
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800492 <!-- Keep compatibility with old shortcuts. -->
493 <activity-alias android:name=".bluetooth.BluetoothSettings"
Lei Yudec7a712018-03-29 10:54:22 -0700494 android:label="@string/devices_title"
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800495 android:targetActivity="Settings$BluetoothSettingsActivity"
496 android:exported="true"
497 android:clearTaskOnLaunch="true">
498 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Lei Yudec7a712018-03-29 10:54:22 -0700499 android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment" />
Jason Chiu9037cea2021-09-09 16:54:01 +0800500 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
501 android:value="@string/menu_key_connected_devices"/>
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800502 </activity-alias>
503
Kevin Chyn41acc692017-06-17 17:25:21 -0700504 <activity android:name="Settings$AssistGestureSettingsActivity"
505 android:label="@string/assist_gesture_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700506 android:exported="true"
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800507 android:icon="@drawable/ic_settings_gestures">
Kevin Chyn41acc692017-06-17 17:25:21 -0700508 <intent-filter>
509 <action android:name="android.settings.ASSIST_GESTURE_SETTINGS" />
510 <category android:name="android.intent.category.DEFAULT" />
511 </intent-filter>
512 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
513 android:value="com.android.settings.gestures.AssistGestureSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +0800514 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
515 android:value="@string/menu_key_system"/>
Kevin Chyn41acc692017-06-17 17:25:21 -0700516 </activity>
517
Kevin Chyn71899972018-07-10 17:20:29 -0700518 <activity android:name="Settings$FaceSettingsActivity"
519 android:label="@string/security_settings_face_preference_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700520 android:exported="true"
Kevin Chyn71899972018-07-10 17:20:29 -0700521 android:icon="@drawable/ic_face_header">
522 <intent-filter>
523 <action android:name="android.settings.FACE_SETTINGS" />
524 <category android:name="android.intent.category.DEFAULT" />
525 </intent-filter>
526 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
527 android:value="com.android.settings.biometrics.face.FaceSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +0800528 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
529 android:value="@string/menu_key_security"/>
Kevin Chyn71899972018-07-10 17:20:29 -0700530 </activity>
531
Ilya Matyukhin8979f842019-04-28 15:10:02 -0700532 <activity android:name="Settings$FingerprintSettingsActivity"
533 android:label="@string/security_settings_fingerprint_preference_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700534 android:exported="true"
Ilya Matyukhin8979f842019-04-28 15:10:02 -0700535 android:icon="@drawable/ic_fingerprint_header">
536 <intent-filter>
537 <action android:name="android.settings.FINGERPRINT_SETTINGS" />
538 <category android:name="android.intent.category.DEFAULT" />
539 </intent-filter>
540 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
541 android:value="com.android.settings.biometrics.fingerprint.FingerprintSettings$FingerprintSettingsFragment" />
Jason Chiu9037cea2021-09-09 16:54:01 +0800542 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
543 android:value="@string/menu_key_security"/>
Ilya Matyukhin8979f842019-04-28 15:10:02 -0700544 </activity>
545
Mill Chen7edebee2021-04-09 23:14:27 +0800546 <activity android:name="Settings$CombinedBiometricSettingsActivity"
547 android:label="@string/security_settings_biometric_preference_title"
Mill Chen7edebee2021-04-09 23:14:27 +0800548 android:exported="false">
549 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
550 android:value="com.android.settings.biometrics.combination.CombinedBiometricSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +0800551 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
552 android:value="@string/menu_key_security"/>
Mill Chen7edebee2021-04-09 23:14:27 +0800553 </activity>
554
555 <activity android:name="Settings$CombinedBiometricProfileSettingsActivity"
556 android:label="@string/security_settings_biometric_preference_title"
Mill Chen7edebee2021-04-09 23:14:27 +0800557 android:exported="false">
558 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
559 android:value="com.android.settings.biometrics.combination.CombinedBiometricProfileSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +0800560 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
561 android:value="@string/menu_key_security"/>
Mill Chen7edebee2021-04-09 23:14:27 +0800562 </activity>
563
Jake Hambyc090feb2010-12-07 16:27:21 -0800564 <activity android:name=".bluetooth.DevicePickerActivity"
Jake Hambyc090feb2010-12-07 16:27:21 -0800565 android:label="@string/device_picker"
Hemant Gupta3483fc32018-02-01 19:20:29 +0530566 android:configChanges="orientation|keyboardHidden|screenSize"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700567 android:exported="true"
Adam Powelld8537a02012-07-18 19:02:39 -0700568 android:clearTaskOnLaunch="true">
Jake Hambyc090feb2010-12-07 16:27:21 -0800569 <intent-filter>
570 <action android:name="android.bluetooth.devicepicker.action.LAUNCH" />
571 <category android:name="android.intent.category.DEFAULT" />
572 </intent-filter>
573 </activity>
574
Doris Lingc6927582018-01-18 15:04:59 -0800575 <service android:name=".wifi.tether.TetherService"
Jason Monk37832d62014-12-10 17:21:51 -0500576 android:exported="true"
Jeremy Klein78d182f2015-12-28 15:39:39 -0800577 android:permission="android.permission.TETHER_PRIVILEGED" />
Jeremy Klein1cf002d2016-01-24 17:21:43 -0800578
markchien8c713fc2019-02-14 11:11:31 +0800579 <activity android:name=".network.TetherProvisioningActivity"
Jeremy Klein1cf002d2016-01-24 17:21:43 -0800580 android:exported="true"
581 android:permission="android.permission.TETHER_PRIVILEGED"
Jeremy Klein7dbad8c2016-12-19 11:22:38 -0800582 android:excludeFromRecents="true"
Jeremy Kleine3e7b952016-01-25 14:43:49 -0800583 android:theme="@style/Theme.ProvisioningActivity">
Jeremy Klein1cf002d2016-01-24 17:21:43 -0800584 <intent-filter android:priority="1">
585 <action android:name="android.settings.TETHER_PROVISIONING_UI" />
586 <category android:name="android.intent.category.DEFAULT" />
587 </intent-filter>
588 </activity>
589
Jiashen Wangd8bd3bb2020-09-08 15:57:40 -0700590 <activity android:name=".network.telephony.ToggleSubscriptionDialogActivity"
591 android:exported="false"
592 android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
Peter Wang8abc64b2021-06-10 17:24:44 -0700593 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" />
Jiashen Wangd8bd3bb2020-09-08 15:57:40 -0700594
Jiashen Wangff311a22020-10-01 18:36:20 -0700595 <activity android:name=".network.telephony.DeleteEuiccSubscriptionDialogActivity"
596 android:exported="false"
597 android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
Peter Wang8abc64b2021-06-10 17:24:44 -0700598 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" />
Jiashen Wangff311a22020-10-01 18:36:20 -0700599
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800600 <activity
601 android:name="Settings$TetherSettingsActivity"
602 android:label="@string/tether_settings_title_all"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700603 android:exported="true"
Sunny Shaob4a5f162020-06-15 23:00:26 +0800604 android:icon="@drawable/ic_homepage_network">
Robert Greenwalt3901edb2010-01-26 10:22:37 -0800605 <intent-filter>
606 <action android:name="android.intent.action.MAIN" />
paulhu08efd362020-02-07 14:42:08 +0800607 <action android:name="android.settings.TETHER_SETTINGS" />
Robert Greenwalt3901edb2010-01-26 10:22:37 -0800608 <category android:name="android.intent.category.DEFAULT" />
609 <category android:name="android.intent.category.VOICE_LAUNCH" />
610 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700611 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
612 android:value="com.android.settings.TetherSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +0800613 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
614 android:value="@string/menu_key_network"/>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700615 </activity>
Robert Greenwalt3901edb2010-01-26 10:22:37 -0800616
Salvador Martinezbb333712018-06-19 10:27:30 -0700617 <activity
618 android:name="Settings$WifiTetherSettingsActivity"
619 android:label="@string/wifi_hotspot_checkbox_text"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700620 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800621 android:icon="@drawable/ic_wifi_tethering">
Salvador Martinezbb333712018-06-19 10:27:30 -0700622 <intent-filter>
623 <action android:name="com.android.settings.WIFI_TETHER_SETTINGS" />
624 <category android:name="android.intent.category.DEFAULT" />
625 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -0700626 <intent-filter android:priority="4">
Fan Zhang2f4355a2018-06-21 15:34:43 -0700627 <action android:name="android.intent.action.MAIN" />
Fan Zhang2f4355a2018-06-21 15:34:43 -0700628 <category android:name="com.android.settings.SHORTCUT" />
629 </intent-filter>
Salvador Martinezbb333712018-06-19 10:27:30 -0700630 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
631 android:value="com.android.settings.wifi.tether.WifiTetherSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +0800632 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
633 android:value="@string/menu_key_network"/>
Salvador Martinezbb333712018-06-19 10:27:30 -0700634 </activity>
635
636
Amith Yamasanieb99f2f2010-12-15 14:12:43 -0800637 <!-- Keep compatibility with old shortcuts. -->
638 <activity-alias android:name=".TetherSettings"
639 android:label="@string/tether_settings_title_all"
640 android:clearTaskOnLaunch="true"
641 android:exported="true"
642 android:targetActivity="Settings$TetherSettingsActivity">
643 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
644 android:value="com.android.settings.TetherSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +0800645 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
646 android:value="@string/menu_key_network"/>
Amith Yamasanieb99f2f2010-12-15 14:12:43 -0800647 </activity-alias>
648
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700649 <activity android:name="Settings$WifiP2pSettingsActivity"
650 android:exported="true">
repo syncb98463f2011-06-30 10:58:43 -0700651 <intent-filter>
652 <action android:name="android.intent.action.MAIN" />
653 <category android:name="android.intent.category.DEFAULT" />
654 <category android:name="android.intent.category.VOICE_LAUNCH" />
655 </intent-filter>
656 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Irfan Sheriff9ef53572011-08-03 15:40:04 -0700657 android:value="com.android.settings.wifi.p2p.WifiP2pSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +0800658 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
659 android:value="@string/menu_key_network"/>
repo syncb98463f2011-06-30 10:58:43 -0700660 </activity>
661
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800662 <activity
663 android:name="Settings$VpnSettingsActivity"
664 android:label="@string/vpn_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700665 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800666 android:icon="@drawable/ic_settings_wireless">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800667 <intent-filter android:priority="1">
Robin Leed3041942016-03-24 16:02:08 +0000668 <action android:name="android.settings.VPN_SETTINGS" />
Dianne Hackborn0702e872015-02-20 12:48:32 -0800669 <action android:name="android.net.vpn.SETTINGS" />
670 <category android:name="android.intent.category.DEFAULT" />
671 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -0700672 <intent-filter android:priority="5">
Hung-ying Tyan16177062009-06-10 22:52:44 +0800673 <action android:name="android.intent.action.MAIN" />
Tobias Brunnerf7ed8572010-06-28 13:10:26 +0200674 <category android:name="com.android.settings.SHORTCUT" />
Hung-ying Tyan16177062009-06-10 22:52:44 +0800675 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700676 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Chia-chi Yeh7606a2f2011-07-02 17:45:23 -0700677 android:value="com.android.settings.vpn2.VpnSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +0800678 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
679 android:value="@string/menu_key_network"/>
Zoltan Szatmary-Ban131b4972014-08-18 13:48:15 +0100680 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
681 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700682 </activity>
Hung-ying Tyan16177062009-06-10 22:52:44 +0800683
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800684 <activity
Fabian Kozynskid9aadd72019-04-11 12:25:09 -0400685 android:name="Settings$DataSaverSummaryActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700686 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800687 android:label="@string/data_saver_title">
Fabian Kozynskid9aadd72019-04-11 12:25:09 -0400688 <intent-filter android:priority="1">
689 <action android:name="android.settings.DATA_SAVER_SETTINGS" />
690 <category android:name="android.intent.category.DEFAULT" />
691 </intent-filter>
692 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
693 android:value="com.android.settings.datausage.DataSaverSummary" />
Jason Chiu9037cea2021-09-09 16:54:01 +0800694 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
695 android:value="@string/menu_key_network"/>
Fabian Kozynskid9aadd72019-04-11 12:25:09 -0400696 </activity>
697
698 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800699 android:name="Settings$DateTimeSettingsActivity"
700 android:label="@string/date_and_time"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700701 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800702 android:icon="@drawable/ic_settings_date_time">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800703 <intent-filter android:priority="1">
704 <action android:name="android.settings.DATE_SETTINGS" />
705 <category android:name="android.intent.category.DEFAULT" />
706 </intent-filter>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800707 <intent-filter>
708 <action android:name="android.intent.action.MAIN" />
Daniel Sandlerf4d1c3e2012-10-01 16:45:10 -0400709 <action android:name="android.intent.action.QUICK_CLOCK" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800710 <category android:name="android.intent.category.VOICE_LAUNCH" />
Dianne Hackborn116d85e2009-06-26 18:20:23 -0700711 <category android:name="android.intent.category.DEFAULT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800712 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700713 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Raff Tsai9e3a9fd2019-10-01 17:06:26 +0800714 android:value="com.android.settings.datetime.DateTimeSettings" />
Alexandra Gherghina25138512014-07-21 22:42:21 +0100715 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
716 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700717 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800718
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800719 <activity
720 android:name="Settings$LocalePickerActivity"
721 android:label="@string/language_picker_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700722 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800723 android:icon="@drawable/ic_settings_language">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800724 <intent-filter android:priority="1">
725 <action android:name="android.settings.LOCALE_SETTINGS" />
726 <category android:name="android.intent.category.DEFAULT" />
727 </intent-filter>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800728 <intent-filter>
729 <action android:name="android.intent.action.MAIN" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800730 <category android:name="android.intent.category.DEFAULT" />
731 <category android:name="android.intent.category.VOICE_LAUNCH" />
732 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700733 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Mihai Nitad7d48fd2016-01-12 08:55:05 -0800734 android:value="com.android.settings.localepicker.LocaleListEditor" />
Jason Chiu9037cea2021-09-09 16:54:01 +0800735 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
736 android:value="@string/menu_key_system"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100737 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
738 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700739 </activity>
Michael Chan503c2362009-12-08 22:18:23 -0800740
tmfangc0ed6142018-07-13 11:11:26 +0800741 <activity android:name=".localepicker.LocalePickerWithRegionActivity"
742 android:excludeFromRecents="true"
743 android:configChanges="orientation|keyboardHidden|screenSize"
Arc Wang4a2acd22021-05-19 16:57:21 +0800744 android:exported="false"
745 android:theme="@style/Theme.LocalePickerWithRegionActivity">
tmfangc0ed6142018-07-13 11:11:26 +0800746 </activity>
747
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800748 <activity
749 android:name=".Settings$LanguageAndInputSettingsActivity"
Doris Ling204ca742017-07-18 15:43:26 -0700750 android:label="@string/language_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700751 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800752 android:icon="@drawable/ic_settings_language">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800753 <intent-filter>
754 <action android:name="android.intent.action.MAIN" />
The Android Open Source Projecte6dd1fa2009-03-18 17:39:48 -0700755 <category android:name="android.intent.category.VOICE_LAUNCH" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800756 <category android:name="android.intent.category.DEFAULT" />
757 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700758 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang320d60f2017-03-20 17:32:32 -0700759 android:value="com.android.settings.language.LanguageAndInputSettings"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100760 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
Fan Zhang320d60f2017-03-20 17:32:32 -0700761 android:value="true"/>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700762 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800763
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +0000764 <activity android:name="Settings$AvailableVirtualKeyboardActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700765 android:exported="true"
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +0000766 android:label="@string/available_virtual_keyboard_category">
767 <intent-filter android:priority="1">
768 <action android:name="android.settings.INPUT_METHOD_SETTINGS" />
769 <category android:name="android.intent.category.DEFAULT" />
770 </intent-filter>
771 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
772 android:value="com.android.settings.inputmethod.AvailableVirtualKeyboardFragment" />
773 </activity>
774
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800775 <activity
776 android:name="Settings$ManageAssistActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700777 android:exported="true"
Tsung-Mao Fangdf00a3b2021-06-23 17:53:59 +0800778 android:label="@string/assist_and_voice_input_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800779 <intent-filter android:priority="1">
780 <action android:name="android.settings.VOICE_INPUT_SETTINGS" />
781 <category android:name="android.intent.category.DEFAULT" />
782 </intent-filter>
Dianne Hackbornb51253c2014-08-12 15:08:04 -0700783 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangdfce62c2017-02-16 15:00:53 -0800784 android:value="com.android.settings.applications.assist.ManageAssist" />
Dianne Hackbornb51253c2014-08-12 15:08:04 -0700785 </activity>
786
Jeff Browne46c5f32012-04-05 11:42:18 -0700787 <activity android:name="Settings$KeyboardLayoutPickerActivity"
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +0000788 android:label="@string/keyboard_layout_picker_title"
Fan Zhang2f4355a2018-06-21 15:34:43 -0700789 android:clearTaskOnLaunch="true"
790 android:exported="true">
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +0000791 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangaceee522016-11-04 14:12:15 -0700792 android:value="com.android.settings.inputmethod.KeyboardLayoutPickerFragment" />
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +0000793 </activity>
794
795 <activity android:name="Settings$PhysicalKeyboardActivity"
Yorke Leed4485222016-03-23 11:11:46 -0700796 android:label="@string/physical_keyboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700797 android:exported="true"
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +0000798 android:clearTaskOnLaunch="true">
Yohei Yukawa7c4499d2016-01-27 19:18:52 -0800799 <intent-filter android:priority="1">
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +0000800 <action android:name="android.settings.HARD_KEYBOARD_SETTINGS" />
Yohei Yukawa7c4499d2016-01-27 19:18:52 -0800801 <category android:name="android.intent.category.DEFAULT" />
802 </intent-filter>
Jeff Browne46c5f32012-04-05 11:42:18 -0700803 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +0000804 android:value="com.android.settings.inputmethod.PhysicalKeyboardFragment" />
Jeff Browne46c5f32012-04-05 11:42:18 -0700805 </activity>
806
Amith Yamasaniaf925282011-11-10 15:28:59 -0800807 <!-- Keep compatibility with old shortcuts. -->
808 <activity-alias android:name="LanguageSettings"
Doris Ling7e06ed22017-06-07 14:16:43 -0700809 android:label="@string/language_input_gesture_title"
Amith Yamasaniaf925282011-11-10 15:28:59 -0800810 android:clearTaskOnLaunch="true"
811 android:exported="true"
Doris Lingd299b032017-02-28 17:32:36 -0800812 android:targetActivity="Settings$LanguageAndInputSettingsActivity">
Amith Yamasaniaf925282011-11-10 15:28:59 -0800813 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Lingd299b032017-02-28 17:32:36 -0800814 android:value="com.android.settings.language.LanguageAndInputSettings" />
Amith Yamasaniaf925282011-11-10 15:28:59 -0800815 </activity-alias>
816
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800817 <activity
818 android:name="Settings$SpellCheckersSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700819 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800820 android:label="@string/spellcheckers_settings_title">
satoke077d2b2011-07-25 09:38:11 +0900821 <intent-filter>
822 <action android:name="android.intent.action.MAIN" />
satoke077d2b2011-07-25 09:38:11 +0900823 <category android:name="android.intent.category.VOICE_LAUNCH" />
824 <category android:name="android.intent.category.DEFAULT" />
satoke077d2b2011-07-25 09:38:11 +0900825 </intent-filter>
826 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
827 android:value="com.android.settings.inputmethod.SpellCheckersSettings" />
satoke077d2b2011-07-25 09:38:11 +0900828 </activity>
829
Daisuke Miyakawa649b9f12011-01-30 19:43:08 -0800830 <activity android:name=".inputmethod.InputMethodAndSubtypeEnablerActivity"
satok5e9c5e72011-07-21 15:32:28 +0900831 android:label=""
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700832 android:exported="true"
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700833 android:clearTaskOnLaunch="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800834 <intent-filter android:priority="1">
835 <action android:name="android.settings.INPUT_METHOD_SUBTYPE_SETTINGS" />
836 <category android:name="android.intent.category.DEFAULT" />
837 </intent-filter>
satok4a5f8892010-10-26 18:58:09 +0900838 <intent-filter>
839 <action android:name="android.intent.action.MAIN" />
satok4a5f8892010-10-26 18:58:09 +0900840 <category android:name="android.intent.category.VOICE_LAUNCH" />
841 <category android:name="android.intent.category.DEFAULT" />
satok4a5f8892010-10-26 18:58:09 +0900842 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700843 </activity>
satok4a5f8892010-10-26 18:58:09 +0900844
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800845 <activity
846 android:name="Settings$UserDictionarySettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700847 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800848 android:label="@string/user_dict_settings_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800849 <intent-filter android:priority="1">
850 <action android:name="android.settings.USER_DICTIONARY_SETTINGS" />
851 <category android:name="android.intent.category.DEFAULT" />
852 </intent-filter>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800853 <intent-filter>
854 <action android:name="android.intent.action.MAIN" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800855 <category android:name="android.intent.category.DEFAULT" />
856 <category android:name="android.intent.category.VOICE_LAUNCH" />
857 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700858 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Satoshi Kataoka71c915b2013-06-19 22:40:36 +0900859 android:value="com.android.settings.inputmethod.UserDictionaryList" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800860 </activity>
861
Jean Chalardbd44e9d2011-11-30 20:51:20 +0900862 <activity android:name=".inputmethod.UserDictionaryAddWordActivity"
Patrick Baumann7a2f9dc2018-04-06 10:08:26 -0700863 android:visibleToInstantApps="true"
Satoshi Kataoka5df33072013-04-30 14:30:12 +0900864 android:label="@string/user_dict_settings_title"
jackqdyulei71a05742017-03-22 13:33:51 -0700865 android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"
Jean Chalarde17eefa2011-12-02 14:56:39 +0900866 android:windowSoftInputMode="stateVisible"
Jean Chalard124283e2011-12-16 19:35:46 +0900867 android:noHistory="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700868 android:exported="true"
Jean Chalarde17eefa2011-12-02 14:56:39 +0900869 android:excludeFromRecents="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800870 <intent-filter android:priority="1">
Jean Chalardbd44e9d2011-11-30 20:51:20 +0900871 <action android:name="com.android.settings.USER_DICTIONARY_INSERT" />
872 <category android:name="android.intent.category.DEFAULT" />
Jean Chalardbd44e9d2011-11-30 20:51:20 +0900873 </intent-filter>
874 </activity>
875
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800876 <activity
877 android:name="Settings$ZenModeSettingsActivity"
878 android:label="@string/zen_mode_settings_title"
Sunny Shaob4a5f162020-06-15 23:00:26 +0800879 android:icon="@drawable/ic_homepage_notification"
Fan Zhangac4ad162018-12-18 11:32:10 -0800880 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800881 <intent-filter android:priority="1">
882 <action android:name="android.settings.ZEN_MODE_SETTINGS" />
883 <category android:name="android.intent.category.DEFAULT" />
884 </intent-filter>
Julia Reynolds200da892018-05-04 08:54:53 -0400885 <intent-filter android:priority="1">
886 <action android:name="android.settings.ZEN_MODE_PRIORITY_SETTINGS" />
887 <category android:name="android.intent.category.DEFAULT" />
888 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -0700889 <intent-filter android:priority="41">
John Spurlock72438062014-02-27 18:01:20 -0500890 <action android:name="android.intent.action.MAIN" />
John Spurlock72438062014-02-27 18:01:20 -0500891 <category android:name="com.android.settings.SHORTCUT" />
892 </intent-filter>
Beverly4359d4b2017-10-02 09:45:48 -0400893 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -0500894 android:value="com.android.settings.notification.zen.ZenModeSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +0800895 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
896 android:value="@string/menu_key_notifications"/>
Beverly4359d4b2017-10-02 09:45:48 -0400897 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
898 android:value="true" />
899 </activity>
900
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800901 <activity
Julia Reynoldsaceccce2019-11-26 16:14:03 -0500902 android:name=".notification.zen.ZenSuggestionActivity"
Beverly8f522582018-05-09 15:27:45 -0400903 android:label="@string/zen_mode_settings_title"
Mill Chen71958002019-01-23 10:44:39 +0800904 android:icon="@drawable/ic_suggestion_dnd"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700905 android:exported="true"
Beverly8f522582018-05-09 15:27:45 -0400906 android:theme="@android:style/Theme.NoDisplay">
907 <intent-filter>
908 <action android:name="android.intent.action.MAIN" />
909 <category android:name="com.android.settings.suggested.category.ZEN" />
910 </intent-filter>
911 <intent-filter>
912 <action android:name="android.intent.action.MAIN" />
913 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
914 </intent-filter>
915
916 <meta-data android:name="com.android.settings.dismiss"
917 android:value="0" />
918 <meta-data android:name="com.android.settings.title"
919 android:resource="@string/zen_suggestion_title" />
920 <meta-data android:name="com.android.settings.summary"
921 android:resource="@string/zen_suggestion_summary" />
922 </activity>
923
924 <activity
Julia Reynoldsaceccce2019-11-26 16:14:03 -0500925 android:name=".notification.zen.ZenOnboardingActivity"
Julia Reynolds4b8fe092018-04-09 15:24:55 -0400926 android:label="@string/zen_onboarding_dnd_visual_disturbances_header"
Antony Sargent32acddc2018-05-21 16:42:11 -0700927 android:icon="@drawable/ic_notifications"
Julia Reynolds29ba3602018-04-30 09:13:34 -0400928 android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800929 android:exported="true">
Julia Reynolds4b8fe092018-04-09 15:24:55 -0400930 <intent-filter android:priority="1">
931 <action android:name="android.settings.ZEN_MODE_ONBOARDING" />
932 <category android:name="android.intent.category.DEFAULT" />
933 </intent-filter>
934 </activity>
Julia Reynolds4b8fe092018-04-09 15:24:55 -0400935 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800936 android:name="Settings$ZenModeAutomationSettingsActivity"
937 android:label="@string/zen_mode_automation_settings_title"
Antony Sargent32acddc2018-05-21 16:42:11 -0700938 android:icon="@drawable/ic_notifications"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800939 android:exported="true">
Julia Reynoldse1759022017-03-22 14:05:46 -0400940 <intent-filter android:priority="1">
941 <action android:name="android.settings.ZEN_MODE_AUTOMATION_SETTINGS" />
942 <category android:name="android.intent.category.DEFAULT" />
943 </intent-filter>
944 <intent-filter android:priority="1">
945 <action android:name="android.settings.ACTION_CONDITION_PROVIDER_SETTINGS" />
946 <category android:name="android.intent.category.DEFAULT" />
947 </intent-filter>
John Spurlock72438062014-02-27 18:01:20 -0500948 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -0500949 android:value="com.android.settings.notification.zen.ZenModeAutomationSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +0800950 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
951 android:value="@string/menu_key_notifications"/>
Julia Reynolds5555d262015-11-09 10:52:17 -0500952 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
953 android:value="true" />
954 </activity>
955
Vladislav Kaznacheev6e93bdd2016-03-09 14:24:45 -0800956 <activity android:name="Settings$WallpaperSettingsActivity"
957 android:label="@string/wallpaper_settings_fragment_title"
Sunny Shao61aaed42019-03-26 20:14:58 +0800958 android:icon="@drawable/ic_wallpaper"
959 android:exported="true">
Vladislav Kaznacheev6e93bdd2016-03-09 14:24:45 -0800960 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang2907f862017-03-17 15:05:14 -0700961 android:value="com.android.settings.wallpaper.WallpaperTypeSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +0800962 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
963 android:value="@string/menu_key_wallpaper"/>
Vladislav Kaznacheev6e93bdd2016-03-09 14:24:45 -0800964 </activity>
965
Fan Zhang2907f862017-03-17 15:05:14 -0700966 <activity android:name=".wallpaper.WallpaperSuggestionActivity"
Sunny Goyal0bf6f942016-06-13 15:28:47 -0700967 android:label="@string/wallpaper_settings_title"
Mill Chene1fd5af2019-02-22 20:40:52 +0800968 android:icon="@drawable/ic_wallpaper"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700969 android:exported="true"
Sunny Goyal0bf6f942016-06-13 15:28:47 -0700970 android:theme="@android:style/Theme.NoDisplay">
Fan Zhang7afbf0f2017-05-08 09:31:01 -0700971 <intent-filter>
Jason Monkb9e5d232016-01-26 17:43:57 -0500972 <action android:name="android.intent.action.MAIN" />
Fan Zhangaf91c1f2017-06-03 15:24:11 -0700973 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
Jason Monkb9e5d232016-01-26 17:43:57 -0500974 </intent-filter>
Maurice Lamd64d3c02017-07-07 18:21:29 -0700975 <intent-filter>
976 <action android:name="android.intent.action.MAIN" />
977 <category android:name="com.android.settings.suggested.category.PERSONALIZE" />
978 </intent-filter>
Jason Monkb9e5d232016-01-26 17:43:57 -0500979 <meta-data android:name="com.android.settings.title"
Sunny Goyal0bf6f942016-06-13 15:28:47 -0700980 android:resource="@string/wallpaper_suggestion_title" />
Jason Monkec1f28e2016-02-24 17:39:29 -0500981 <meta-data android:name="com.android.settings.summary"
Sunny Goyal0bf6f942016-06-13 15:28:47 -0700982 android:resource="@string/wallpaper_suggestion_summary" />
Fan Zhangaf91c1f2017-06-03 15:24:11 -0700983 <meta-data android:name="com.android.settings.dismiss"
984 android:value="3,7,30" />
Maurice Lam992fa862017-06-09 16:14:36 -0700985 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
Jason Monkb9e5d232016-01-26 17:43:57 -0500986 </activity>
987
Beth Thibodeaubf63dde2019-04-29 17:59:54 -0400988 <activity android:name=".wallpaper.StyleSuggestionActivity"
989 android:label="@string/style_suggestion_title"
990 android:icon="@drawable/ic_theme"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700991 android:exported="true"
Beth Thibodeaubf63dde2019-04-29 17:59:54 -0400992 android:theme="@android:style/Theme.NoDisplay">
993 <intent-filter>
994 <action android:name="android.intent.action.MAIN" />
995 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
996 </intent-filter>
997 <meta-data android:name="com.android.settings.title"
998 android:resource="@string/style_suggestion_title" />
999 <meta-data android:name="com.android.settings.summary"
1000 android:resource="@string/style_suggestion_summary" />
1001 <meta-data android:name="com.android.settings.dismiss"
1002 android:value="3,7,30" />
1003 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
1004 </activity>
1005
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001006 <activity
1007 android:name="Settings$ZenModeScheduleRuleSettingsActivity"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001008 android:exported="true">
John Spurlock45fa1402015-04-09 12:50:04 -04001009 <intent-filter android:priority="1">
1010 <action android:name="android.settings.ZEN_MODE_SCHEDULE_RULE_SETTINGS" />
1011 <category android:name="android.intent.category.DEFAULT" />
1012 </intent-filter>
1013 <intent-filter>
1014 <action android:name="android.intent.action.MAIN" />
1015 <category android:name="android.intent.category.DEFAULT" />
John Spurlock45fa1402015-04-09 12:50:04 -04001016 </intent-filter>
1017 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001018 android:value="com.android.settings.notification.zen.ZenModeScheduleRuleSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +08001019 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1020 android:value="@string/menu_key_notifications"/>
John Spurlock45fa1402015-04-09 12:50:04 -04001021 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1022 android:value="true" />
1023 </activity>
1024
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001025 <activity
1026 android:name="Settings$ZenModeEventRuleSettingsActivity"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001027 android:exported="true">
John Spurlockf57bad72015-04-30 09:26:15 -04001028 <intent-filter android:priority="1">
1029 <action android:name="android.settings.ZEN_MODE_EVENT_RULE_SETTINGS" />
1030 <category android:name="android.intent.category.DEFAULT" />
1031 </intent-filter>
John Spurlockf57bad72015-04-30 09:26:15 -04001032 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001033 android:value="com.android.settings.notification.zen.ZenModeEventRuleSettings" />
John Spurlockf57bad72015-04-30 09:26:15 -04001034 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1035 android:value="true" />
Jason Chiu9037cea2021-09-09 16:54:01 +08001036 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1037 android:value="@string/menu_key_notifications"/>
John Spurlockf57bad72015-04-30 09:26:15 -04001038 </activity>
1039
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001040 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001041 android:name="Settings$DisplaySettingsActivity"
1042 android:label="@string/display_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001043 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001044 android:icon="@drawable/ic_homepage_display">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001045 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001046 <action android:name="com.android.settings.DISPLAY_SETTINGS" />
Amith Yamasani0422a3b2009-06-12 14:15:20 -07001047 <action android:name="android.settings.DISPLAY_SETTINGS" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001048 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001049 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001050 <intent-filter android:priority="30">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001051 <action android:name="android.intent.action.MAIN" />
Dianne Hackborna54672f2009-06-24 12:45:09 -07001052 <category android:name="com.android.settings.SHORTCUT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001053 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001054 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Abel Tesfaye029c0952021-03-04 21:55:47 +00001055 android:value="com.android.settings.DisplaySettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +08001056 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1057 android:value="@string/menu_key_display"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001058 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1059 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001060 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001061
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001062 <activity
Abel Tesfaye029c0952021-03-04 21:55:47 +00001063 android:name="Settings$SmartAutoRotateSettingsActivity"
1064 android:label="@string/accelerometer_title"
1065 android:icon="@drawable/ic_homepage_notification"
1066 android:exported="true">
1067 <intent-filter android:priority="1">
1068 <action android:name="android.settings.AUTO_ROTATE_SETTINGS" />
1069 <category android:name="android.intent.category.DEFAULT" />
1070 </intent-filter>
1071 <intent-filter android:priority="32">
1072 <action android:name="android.intent.action.MAIN" />
1073 <category android:name="com.android.settings.SHORTCUT" />
1074 </intent-filter>
1075 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1076 android:value="com.android.settings.display.SmartAutoRotatePreferenceFragment" />
Jason Chiu9037cea2021-09-09 16:54:01 +08001077 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1078 android:value="@string/menu_key_display"/>
Abel Tesfaye029c0952021-03-04 21:55:47 +00001079 </activity>
1080
1081 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001082 android:name="Settings$NightDisplaySettingsActivity"
1083 android:label="@string/night_display_title"
1084 android:enabled="@*android:bool/config_nightDisplayAvailable"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001085 android:exported="true"
Sunny Shaob4a5f162020-06-15 23:00:26 +08001086 android:icon="@drawable/ic_homepage_night_display">
Fan Zhang5a981772018-06-22 14:30:09 -07001087 <intent-filter android:priority="32">
Sean Stout763acf02017-06-20 18:07:22 -07001088 <action android:name="android.intent.action.MAIN" />
Sean Stout763acf02017-06-20 18:07:22 -07001089 <category android:name="com.android.settings.SHORTCUT" />
1090 </intent-filter>
Justin Klaasseneae3d9f2016-07-21 19:25:17 -07001091 <intent-filter android:priority="1">
1092 <action android:name="android.settings.NIGHT_DISPLAY_SETTINGS" />
1093 <category android:name="android.intent.category.DEFAULT" />
1094 </intent-filter>
Sean Stout06251262017-02-15 14:04:25 -08001095 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1096 android:value="com.android.settings.display.NightDisplaySettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +08001097 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1098 android:value="@string/menu_key_display"/>
Sean Stout40067be2017-04-10 15:31:25 -07001099 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1100 android:value="true" />
Justin Klaasseneae3d9f2016-07-21 19:25:17 -07001101 </activity>
1102
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001103 <activity
Jay Aliomer82a0ea02019-12-10 14:49:27 -05001104 android:name="Settings$DarkThemeSettingsActivity"
1105 android:label="@string/dark_ui_auto_mode_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001106 android:exported="true"
Jay Aliomer82a0ea02019-12-10 14:49:27 -05001107 android:enabled="true">
1108 <intent-filter android:priority="32">
1109 <action android:name="android.intent.action.MAIN" />
1110 <category android:name="com.android.settings.SHORTCUT" />
1111 </intent-filter>
1112 <intent-filter android:priority="1">
1113 <action android:name="android.settings.DARK_THEME_SETTINGS" />
1114 <category android:name="android.intent.category.DEFAULT" />
1115 </intent-filter>
1116 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1117 android:value="com.android.settings.display.darkmode.DarkModeSettingsFragment" />
Jason Chiu9037cea2021-09-09 16:54:01 +08001118 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1119 android:value="@string/menu_key_display"/>
Jay Aliomer82a0ea02019-12-10 14:49:27 -05001120 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1121 android:value="true" />
1122 </activity>
1123
1124 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001125 android:name="Settings$NightDisplaySuggestionActivity"
Sean Stout2bc94d62017-05-18 13:39:25 -07001126 android:enabled="@*android:bool/config_nightDisplayAvailable"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001127 android:exported="true"
Mill Chen71958002019-01-23 10:44:39 +08001128 android:icon="@drawable/ic_suggestion_night_display">
Sean Stout2bc94d62017-05-18 13:39:25 -07001129 <intent-filter>
1130 <action android:name="android.intent.action.MAIN" />
1131 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
1132 </intent-filter>
1133 <meta-data android:name="com.android.settings.dismiss"
1134 android:value="6,10,30" />
1135 <meta-data android:name="com.android.settings.title"
1136 android:resource="@string/night_display_suggestion_title" />
1137 <meta-data android:name="com.android.settings.summary"
1138 android:resource="@string/night_display_suggestion_summary" />
1139 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1140 android:value="true" />
1141 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1142 android:value="com.android.settings.display.NightDisplaySettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +08001143 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1144 android:value="@string/menu_key_display"/>
Sean Stout2bc94d62017-05-18 13:39:25 -07001145 </activity>
1146
Fan Zhang881d5792018-01-26 10:15:56 -08001147 <activity android:name=".Settings$MyDeviceInfoActivity"
Daniel Nishi12254692018-03-23 13:43:12 -07001148 android:label="@string/about_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001149 android:exported="true"
Sunny Shao86140582019-03-22 15:22:36 +08001150 android:icon="@drawable/ic_homepage_about">
Daniel Nishi1e620952017-12-19 10:15:14 -08001151 <intent-filter android:priority="1">
Daniel Nishi87f35e22018-01-22 15:17:25 -08001152 <action android:name="android.settings.DEVICE_INFO_SETTINGS" />
Daniel Nishi41af55e2018-01-25 15:24:29 -08001153 <action android:name="android.settings.DEVICE_NAME" />
Daniel Nishi1e620952017-12-19 10:15:14 -08001154 <category android:name="android.intent.category.DEFAULT" />
1155 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001156 <intent-filter android:priority="71">
Daniel Nishi1e620952017-12-19 10:15:14 -08001157 <action android:name="android.intent.action.MAIN" />
Fan Zhang2f4355a2018-06-21 15:34:43 -07001158 <category android:name="com.android.settings.SHORTCUT" />
Daniel Nishi1e620952017-12-19 10:15:14 -08001159 </intent-filter>
Daniel Nishi1e620952017-12-19 10:15:14 -08001160 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Daniel Nishi87f35e22018-01-22 15:17:25 -08001161 android:value="com.android.settings.deviceinfo.aboutphone.MyDeviceInfoFragment" />
Jason Chiu9037cea2021-09-09 16:54:01 +08001162 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1163 android:value="@string/menu_key_about_device"/>
Daniel Nishi1e620952017-12-19 10:15:14 -08001164 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1165 android:value="true" />
1166 </activity>
1167
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001168 <activity
Silin Huangc80b3ab2021-05-13 23:59:33 -07001169 android:name=".Settings$LockScreenSettingsActivity"
1170 android:label="@string/lockscreen_settings_title"
1171 android:exported="true">
1172 <intent-filter android:priority="1">
1173 <action android:name="android.settings.LOCK_SCREEN_SETTINGS" />
1174 <category android:name="android.intent.category.DEFAULT" />
1175 </intent-filter>
1176 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1177 android:value="com.android.settings.security.LockscreenDashboardFragment" />
1178 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1179 android:value="true" />
1180 </activity>
1181
1182 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001183 android:name="SettingsLicenseActivity"
1184 android:label="@string/settings_license_activity_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001185 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001186 android:configChanges="orientation|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001187 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001188 <action android:name="android.settings.LICENSE" />
1189 <category android:name="android.intent.category.DEFAULT" />
1190 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001191 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1192 android:value="true" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001193 </activity>
1194
Andrew Sapperstein56a8c332019-06-18 09:44:18 -07001195 <activity android:name=".Settings$ModuleLicensesActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001196 android:exported="true"
Andrew Sapperstein56a8c332019-06-18 09:44:18 -07001197 android:label="@string/module_license_title">
1198 <intent-filter>
1199 <action android:name="android.settings.MODULE_LICENSES" />
1200 <category android:name="android.intent.category.DEFAULT" />
1201 </intent-filter>
1202 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1203 android:value="com.android.settings.deviceinfo.legal.ModuleLicensesDashboard" />
1204 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1205 android:value="true" />
1206 </activity>
1207
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001208 <activity
1209 android:name="Settings$ManageApplicationsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001210 android:exported="true"
Fan Zhangc7635e52019-03-04 14:27:08 -08001211 android:label="@string/applications_settings">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001212 <intent-filter android:priority="1">
Gilles Debunneab189bd2011-07-06 13:10:16 -07001213 <action android:name="android.settings.APPLICATION_SETTINGS" />
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001214 <action android:name="android.settings.MANAGE_APPLICATIONS_SETTINGS" />
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001215 <action android:name="android.settings.MANAGE_ALL_APPLICATIONS_SETTINGS" />
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001216 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001217 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001218 <intent-filter android:priority="20">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001219 <action android:name="android.intent.action.MAIN" />
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001220 <category android:name="com.android.settings.SHORTCUT" />
1221 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001222 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001223 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Zoltan Szatmary-Bande7d4982015-03-31 19:49:18 +01001224 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1225 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001226 </activity>
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001227
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001228 <!-- Keep compatibility with old shortcuts. -->
1229 <activity-alias android:name=".applications.ManageApplications"
1230 android:label="@string/applications_settings"
1231 android:exported="true"
1232 android:targetActivity="Settings$ManageApplicationsActivity">
1233 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1234 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
1235 </activity-alias>
1236
1237 <activity
1238 android:name="Settings$ManageDomainUrlsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001239 android:exported="true"
Sunny Shao600ba962019-07-04 11:52:59 +08001240 android:label="@string/domain_urls_title">
Todd Kennedy2ef1aa52016-09-06 14:02:38 -07001241 <intent-filter>
1242 <action android:name="android.settings.MANAGE_DOMAIN_URLS" />
1243 <category android:name="android.intent.category.DEFAULT" />
1244 </intent-filter>
Todd Kennedy2ef1aa52016-09-06 14:02:38 -07001245 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
stanley.tf_wang828409a2018-04-13 16:18:13 +08001246 android:value="com.android.settings.applications.managedomainurls.ManageDomainUrls" />
Todd Kennedy2ef1aa52016-09-06 14:02:38 -07001247 </activity>
1248
Muyuan Liba115af2016-03-25 15:46:12 -07001249 <activity android:name="Settings$AppMemoryUsageActivity"
1250 android:label="@string/app_list_memory_use"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001251 android:exported="true"
Muyuan Liba115af2016-03-25 15:46:12 -07001252 android:icon="@drawable/ic_settings_memory">
1253 <intent-filter>
1254 <action android:name="android.settings.APP_MEMORY_USAGE" />
1255 <category android:name="android.intent.category.DEFAULT" />
1256 </intent-filter>
Muyuan Liba115af2016-03-25 15:46:12 -07001257 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1258 android:value="com.android.settings.applications.ProcessStatsUi" />
1259 </activity>
1260
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001261 <activity
1262 android:name="Settings$HighPowerApplicationsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001263 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001264 android:label="@string/high_power_apps">
Jason Monk3a90d7c2015-06-10 11:03:06 -04001265 <intent-filter android:priority="1">
1266 <action android:name="android.settings.IGNORE_BATTERY_OPTIMIZATION_SETTINGS" />
1267 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn3f98c0c2015-06-12 18:13:54 -07001268 </intent-filter>
Jason Monk1eb54eb2015-04-29 12:46:42 -04001269 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001270 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Monk1eb54eb2015-04-29 12:46:42 -04001271 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1272 android:value="true" />
1273 </activity>
1274
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001275 <activity
1276 android:name=".datausage.AppDataUsageActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001277 android:exported="true"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001278 android:noHistory="true">
Felipe Leme616ff3e2016-04-26 13:50:14 -07001279 <intent-filter android:priority="1">
1280 <action android:name="android.settings.IGNORE_BACKGROUND_DATA_RESTRICTIONS_SETTINGS" />
1281 <category android:name="android.intent.category.DEFAULT" />
1282 <data android:scheme="package" />
1283 </intent-filter>
1284 </activity>
1285
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001286 <activity
1287 android:name=".fuelgauge.RequestIgnoreBatteryOptimizations"
1288 android:label="@string/high_power_apps"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001289 android:exported="true"
Arc Wang5a298fb2020-06-30 14:14:02 +08001290 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight">
Dianne Hackbornbe4df032015-08-10 14:53:33 -07001291 <intent-filter android:priority="1">
1292 <action android:name="android.settings.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
1293 <category android:name="android.intent.category.DEFAULT" />
1294 <data android:scheme="package" />
1295 </intent-filter>
1296 </activity>
1297
Fan Zhang66156d62018-05-09 17:33:19 -07001298 <activity
1299 android:name=".slices.SliceDeepLinkSpringBoard"
1300 android:excludeFromRecents="true"
Fan Zhang03dd39c2019-04-02 16:41:01 -07001301 android:theme="@android:style/Theme.NoDisplay"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001302 android:exported="true"
Fan Zhang03dd39c2019-04-02 16:41:01 -07001303 android:permission="android.permission.MODIFY_PHONE_STATE">
Jason Monkf6edc7c2017-11-22 10:04:38 -05001304 <intent-filter>
1305 <action android:name="android.intent.action.VIEW" />
1306 <category android:name="android.intent.category.DEFAULT" />
1307 <category android:name="android.intent.category.BROWSABLE" />
1308 <data android:scheme="settings"
1309 android:host="com.android.settings.slices" />
1310 </intent-filter>
1311 </activity>
1312
Amith Yamasaniaf925282011-11-10 15:28:59 -08001313 <!-- Provide direct entry into manage apps showing running services.
1314 This is for compatibility with old shortcuts. -->
1315 <activity-alias android:name=".RunningServices"
1316 android:label="@string/runningservices_settings_title"
Amith Yamasaniaf925282011-11-10 15:28:59 -08001317 android:exported="true"
1318 android:targetActivity="Settings$ManageApplicationsActivity">
1319 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001320 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Amith Yamasaniaf925282011-11-10 15:28:59 -08001321 </activity-alias>
Lifu Tangfc86f692013-07-30 18:34:35 -07001322
Amith Yamasaniaf925282011-11-10 15:28:59 -08001323 <!-- Provide direct entry into manage apps showing storage usage for apps.
1324 This is for compatibility with old shortcuts. -->
1325 <activity-alias android:name=".applications.StorageUse"
1326 android:label="@string/storageuse_settings_title"
Amith Yamasaniaf925282011-11-10 15:28:59 -08001327 android:exported="true"
1328 android:targetActivity="Settings$ManageApplicationsActivity">
1329 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001330 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Amith Yamasaniaf925282011-11-10 15:28:59 -08001331 </activity-alias>
1332
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001333 <!-- Still need a top-level activity for showing app details. Aliasing
1334 trick is so the code that is now a fragment can still be called
1335 InstalledAppDetails. -->
1336 <activity android:name=".applications.InstalledAppDetailsTop"
1337 android:label="@string/application_info_label"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001338 android:exported="true" />
Gilles Debunneab189bd2011-07-06 13:10:16 -07001339
Amith Yamasaniaf925282011-11-10 15:28:59 -08001340 <!-- Keep compatibility with old shortcuts. -->
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001341 <activity-alias android:name=".applications.InstalledAppDetails"
Amith Yamasaniaf925282011-11-10 15:28:59 -08001342 android:label="@string/application_info_label"
1343 android:exported="true"
1344 android:targetActivity=".applications.InstalledAppDetailsTop">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001345 <intent-filter android:priority="1">
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001346 <action android:name="android.settings.APPLICATION_DETAILS_SETTINGS" />
Eugene Susla596662c2020-04-13 13:20:50 -07001347 <action android:name="android.intent.action.AUTO_REVOKE_PERMISSIONS" />
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001348 <category android:name="android.intent.category.DEFAULT" />
1349 <data android:scheme="package" />
1350 </intent-filter>
1351 </activity-alias>
1352
Ben Lin30ed7c72018-09-13 15:22:03 -07001353 <activity android:name=".applications.InstalledAppOpenByDefaultActivity"
Ben Lin0cdc1032018-02-27 15:31:40 -08001354 android:label="@string/application_info_label"
Ben Lin0cdc1032018-02-27 15:31:40 -08001355 android:exported="true">
1356 <intent-filter android:priority="1">
Winsoned6d7332021-04-02 12:43:55 -07001357 <action android:name="android.settings.APP_OPEN_BY_DEFAULT_SETTINGS" />
1358 <!-- Also catch legacy "com." prefixed action. -->
Ben Lin30ed7c72018-09-13 15:22:03 -07001359 <action android:name="com.android.settings.APP_OPEN_BY_DEFAULT_SETTINGS" />
Ben Lin0cdc1032018-02-27 15:31:40 -08001360 <category android:name="android.intent.category.DEFAULT" />
1361 <data android:scheme="package" />
1362 </intent-filter>
1363 </activity>
1364
Dianne Hackborn508fedc2010-07-28 17:10:42 -07001365 <!-- Provide direct entry into manage apps showing running services. -->
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001366 <activity android:name="Settings$RunningServicesActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001367 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001368 android:label="@string/runningservices_settings_title">
Dianne Hackbornc58c5492009-08-31 21:33:17 -07001369 <intent-filter>
1370 <action android:name="android.intent.action.MAIN" />
1371 <category android:name="android.intent.category.DEFAULT" />
1372 <category android:name="android.intent.category.MONKEY" />
1373 <category android:name="android.intent.category.VOICE_LAUNCH" />
Dianne Hackbornc58c5492009-08-31 21:33:17 -07001374 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001375 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001376 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Zoltan Szatmary-Bande7d4982015-03-31 19:49:18 +01001377 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1378 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001379 </activity>
Amith Yamasani1bb6db52010-09-17 13:34:47 -07001380
Amith Yamasaniaf925282011-11-10 15:28:59 -08001381 <!-- Provide direct entry into manage apps showing storage usage of apps. -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001382 <activity
1383 android:name="Settings$StorageUseActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001384 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001385 android:label="@string/storageuse_settings_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001386 <intent-filter android:priority="1">
1387 <action android:name="android.intent.action.MANAGE_PACKAGE_STORAGE" />
1388 <category android:name="android.intent.category.DEFAULT" />
1389 </intent-filter>
Dianne Hackborn728ac352010-06-06 22:51:42 -07001390 <intent-filter>
1391 <action android:name="android.intent.action.MAIN" />
1392 <category android:name="android.intent.category.DEFAULT" />
1393 <category android:name="android.intent.category.MONKEY" />
1394 <category android:name="android.intent.category.VOICE_LAUNCH" />
Dianne Hackborn728ac352010-06-06 22:51:42 -07001395 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001396 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001397 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Zoltan Szatmary-Bande7d4982015-03-31 19:49:18 +01001398 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1399 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001400 </activity>
Amith Yamasani1bb6db52010-09-17 13:34:47 -07001401
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001402 <activity
1403 android:name="Settings$NotificationStationActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001404 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001405 android:label="@string/notification_log_title">
Fan Zhang5a981772018-06-22 14:30:09 -07001406 <intent-filter android:priority="22">
Daniel Sandler328e2d22013-01-17 13:14:02 -05001407 <action android:name="android.intent.action.MAIN" />
Daniel Sandler328e2d22013-01-17 13:14:02 -05001408 <category android:name="com.android.settings.SHORTCUT" />
1409 </intent-filter>
1410 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001411 android:value="com.android.settings.notification.history.NotificationStation" />
Jason Chiu9037cea2021-09-09 16:54:01 +08001412 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1413 android:value="@string/menu_key_notifications"/>
Daniel Sandler328e2d22013-01-17 13:14:02 -05001414 </activity>
1415
Julia Reynoldsb37d5652019-12-12 08:12:29 -05001416 <activity
1417 android:name=".notification.history.NotificationHistoryActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001418 android:exported="true"
Tsung-Mao Fangefaf49c2021-06-29 14:40:31 +08001419 android:label="@string/notification_history_title"
1420 android:theme="@style/Theme.Settings.NoActionBar">
Julia Reynolds49880c32020-02-11 14:09:42 -05001421 <intent-filter android:priority="1">
1422 <action android:name="android.settings.NOTIFICATION_HISTORY" />
1423 <category android:name="android.intent.category.DEFAULT" />
1424 </intent-filter>
Julia Reynoldsb37d5652019-12-12 08:12:29 -05001425 <intent-filter>
1426 <action android:name="android.intent.action.MAIN" />
1427 <category android:name="android.intent.category.DEFAULT" />
1428 </intent-filter>
1429 </activity>
1430
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001431 <activity android:name=".notification.zen.ZenModeVoiceActivity"
jackqdyulei71a05742017-03-22 13:33:51 -07001432 android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001433 android:exported="true"
Barnaby James0474b722015-05-10 16:24:05 -07001434 android:label="@string/zen_mode_settings_title">
Barnaby Jamesc55ea152015-04-13 14:33:53 -07001435 <intent-filter>
1436 <action android:name="android.settings.VOICE_CONTROL_DO_NOT_DISTURB_MODE" />
1437 <category android:name="android.intent.category.DEFAULT" />
1438 <category android:name="android.intent.category.VOICE" />
1439 </intent-filter>
1440 </activity>
1441
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001442 <activity
1443 android:name="Settings$LocationSettingsActivity"
1444 android:label="@string/location_settings_title"
Sunny Shaob4a5f162020-06-15 23:00:26 +08001445 android:icon="@drawable/ic_homepage_location"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001446 android:exported="true"
Yanting Yang5edcc302019-09-05 16:25:17 +08001447 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001448 <intent-filter android:priority="1">
1449 <action android:name="android.settings.LOCATION_SOURCE_SETTINGS" />
1450 <category android:name="android.intent.category.DEFAULT" />
1451 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001452 <intent-filter android:priority="52">
Gilles Debunnea6a8a142011-06-09 11:56:17 -07001453 <action android:name="android.intent.action.MAIN" />
Gilles Debunnea6a8a142011-06-09 11:56:17 -07001454 <category android:name="com.android.settings.SHORTCUT" />
1455 </intent-filter>
1456 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Lifu Tang83ab7c92013-07-29 12:07:48 -07001457 android:value="com.android.settings.location.LocationSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +08001458 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1459 android:value="@string/menu_key_location"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001460 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1461 android:value="true" />
Gilles Debunnea6a8a142011-06-09 11:56:17 -07001462 </activity>
Lifu Tangf72f8302018-04-12 10:01:29 -07001463 <activity
1464 android:name="Settings$ScanningSettingsActivity"
Yu-Han Yange93c1292021-02-17 13:52:39 -08001465 android:label="@string/location_services_screen_title"
tmfang54a5d372018-10-30 16:49:12 +08001466 android:icon="@drawable/ic_homepage_location"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001467 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001468 android:configChanges="orientation|keyboardHidden|screenSize">
Lifu Tangf72f8302018-04-12 10:01:29 -07001469 <intent-filter android:priority="1">
1470 <action android:name="android.settings.LOCATION_SCANNING_SETTINGS" />
1471 <category android:name="android.intent.category.DEFAULT" />
1472 </intent-filter>
1473 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Yu-Han Yange93c1292021-02-17 13:52:39 -08001474 android:value="com.android.settings.location.LocationServices" />
Lifu Tangf72f8302018-04-12 10:01:29 -07001475 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1476 android:value="true" />
1477 </activity>
Gilles Debunnea6a8a142011-06-09 11:56:17 -07001478
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001479 <activity
1480 android:name=".Settings$SecurityDashboardActivity"
1481 android:label="@string/security_settings_title"
1482 android:icon="@drawable/ic_homepage_security"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001483 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001484 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001485 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001486 <action android:name="android.settings.SECURITY_SETTINGS" />
Chia-chi Yeh9cec6982009-09-22 23:59:01 +08001487 <action android:name="android.credentials.UNLOCK" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001488 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001489 </intent-filter>
1490 <intent-filter>
1491 <action android:name="android.intent.action.MAIN" />
1492 <category android:name="android.intent.category.DEFAULT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001493 <category android:name="android.intent.category.VOICE_LAUNCH" />
1494 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001495 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangb9164562017-11-03 09:35:12 -07001496 android:value="com.android.settings.security.SecuritySettings" />
Alexandra Gherghina25138512014-07-21 22:42:21 +01001497 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1498 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001499 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001500
Maggie Benthall9d6c40e2013-09-05 15:33:58 -04001501 <activity android:name="MonitoringCertInfoActivity"
Victor Change8a46f22016-04-19 17:45:07 +01001502 android:label=""
Maggie Benthall9d6c40e2013-09-05 15:33:58 -04001503 android:theme="@style/Transparent"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001504 android:exported="true"
Fan Zhang416ff0a2018-10-26 15:39:39 -07001505 android:excludeFromRecents="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001506 <intent-filter android:priority="1">
1507 <action android:name="com.android.settings.MONITORING_CERT_INFO" />
1508 <category android:name="android.intent.category.DEFAULT" />
1509 </intent-filter>
Maggie Benthall9d6c40e2013-09-05 15:33:58 -04001510 </activity>
1511
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001512 <activity
1513 android:name="Settings$TrustedCredentialsSettingsActivity"
1514 android:label="@string/trusted_credentials"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001515 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001516 android:icon="@drawable/ic_settings_security">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001517 <intent-filter android:priority="1">
Geoffrey Borggaardfc6bc202013-08-09 11:44:42 -04001518 <action android:name="com.android.settings.TRUSTED_CREDENTIALS" />
1519 <action android:name="com.android.settings.TRUSTED_CREDENTIALS_USER" />
1520 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001521 </intent-filter>
Geoffrey Borggaardfc6bc202013-08-09 11:44:42 -04001522 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1523 android:value="com.android.settings.TrustedCredentialsSettings" />
Victor Chang37afa282016-04-07 21:20:38 +01001524 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1525 android:value="true" />
Geoffrey Borggaardfc6bc202013-08-09 11:44:42 -04001526 </activity>
1527
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001528 <activity android:name="Settings$PrivacySettingsActivity"
Amith Yamasanie65c9432009-09-22 13:50:19 -07001529 android:label="@string/privacy_settings_title"
Jason Monk4da79e02015-09-10 10:54:36 -04001530 android:icon="@drawable/ic_settings_backup"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001531 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001532 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001533 <intent-filter>
1534 <action android:name="android.intent.action.MAIN" />
1535 <category android:name="android.intent.category.DEFAULT" />
Amith Yamasanie65c9432009-09-22 13:50:19 -07001536 <category android:name="android.intent.category.VOICE_LAUNCH" />
1537 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001538 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
sunnyshao15ec2cf2018-03-29 19:50:20 +08001539 android:value="com.android.settings.backup.PrivacySettings" />
Alexandra Gherghina25138512014-07-21 22:42:21 +01001540 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1541 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001542 </activity>
Amith Yamasanie65c9432009-09-22 13:50:19 -07001543
Fan Zhang11482d22019-02-06 10:37:03 -08001544 <activity android:name="Settings$PrivacyDashboardActivity"
1545 android:label="@string/privacy_dashboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001546 android:exported="true"
Fan Zhang11482d22019-02-06 10:37:03 -08001547 android:icon="@drawable/ic_settings_privacy">
1548 <intent-filter>
1549 <action android:name="android.settings.PRIVACY_SETTINGS" />
1550 <category android:name="android.intent.category.DEFAULT" />
1551 </intent-filter>
Felipe Lemea71991a2019-03-07 15:33:51 -08001552 <intent-filter android:priority="1">
1553 <action android:name="android.settings.REQUEST_ENABLE_CONTENT_CAPTURE" />
1554 <category android:name="android.intent.category.DEFAULT" />
1555 </intent-filter>
Fan Zhang11482d22019-02-06 10:37:03 -08001556 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1557 android:value="com.android.settings.privacy.PrivacyDashboardFragment" />
tmfangbf2989a2019-04-24 10:29:46 +08001558 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1559 android:value="true" />
Fan Zhang11482d22019-02-06 10:37:03 -08001560 </activity>
1561
Christopher Tate4f338782011-07-25 12:09:10 -07001562 <activity android:name="SetFullBackupPassword"
Doris Ling03a3b512017-10-18 14:25:01 -07001563 android:label="@string/local_backup_password_title"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001564 android:exported="false" />
Christopher Tate4f338782011-07-25 12:09:10 -07001565
Eran Messeri1e9bd272019-01-24 10:12:01 +00001566 <activity android:name=".security.CredentialStorage"
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08001567 android:theme="@style/Transparent"
Amith Yamasanib9812022011-08-26 15:39:16 -07001568 android:launchMode="singleTop"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001569 android:exported="true"
Gilles Debunneab189bd2011-07-06 13:10:16 -07001570 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001571 <intent-filter android:priority="1">
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08001572 <action android:name="com.android.credentials.INSTALL" />
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08001573 <action android:name="com.android.credentials.RESET" />
1574 <category android:name="android.intent.category.DEFAULT" />
1575 </intent-filter>
1576 </activity>
1577
Alex Johnstonc0c75a32019-10-18 14:20:27 +01001578 <activity android:name=".security.InstallCaCertificateWarning"
1579 android:theme="@style/GlifV3Theme.Light"
1580 android:exported="false">
1581 </activity>
1582
Alex Johnston580b7af2020-11-26 12:40:38 +00001583 <activity android:name=".security.RequestManageCredentials"
Alex Johnston8d06d632021-06-21 23:33:17 +01001584 android:theme="@style/Theme.SubSettings"
Alex Johnston580b7af2020-11-26 12:40:38 +00001585 android:exported="true">
1586 <intent-filter>
1587 <action android:name="android.security.MANAGE_CREDENTIALS"/>
1588 <category android:name="android.intent.category.DEFAULT"/>
1589 </intent-filter>
1590 </activity>
1591
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001592 <activity
1593 android:name="Settings$DeviceAdminSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001594 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001595 android:label="@string/device_admin_settings_title">
Dianne Hackbornfeff6522010-01-12 18:18:05 -08001596 <intent-filter>
1597 <action android:name="android.intent.action.MAIN" />
Dianne Hackbornfeff6522010-01-12 18:18:05 -08001598 <category android:name="android.intent.category.DEFAULT" />
1599 <category android:name="android.intent.category.VOICE_LAUNCH" />
Dianne Hackbornfeff6522010-01-12 18:18:05 -08001600 </intent-filter>
Amith Yamasania1d01842011-01-24 16:02:11 -08001601 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangca6d86c2018-06-14 12:52:06 -07001602 android:value="com.android.settings.applications.specialaccess.deviceadmin.DeviceAdminSettings" />
Dianne Hackbornfeff6522010-01-12 18:18:05 -08001603 </activity>
1604
Amith Yamasaniaf925282011-11-10 15:28:59 -08001605 <!-- Keep compatibility with old shortcuts. -->
1606 <activity-alias android:name="DeviceAdminSettings"
1607 android:label="@string/device_admin_settings_title"
Amith Yamasaniaf925282011-11-10 15:28:59 -08001608 android:exported="true"
1609 android:targetActivity="Settings$DeviceAdminSettingsActivity">
1610 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangca6d86c2018-06-14 12:52:06 -07001611 android:value="com.android.settings.applications.specialaccess.deviceadmin.DeviceAdminSettings" />
Amith Yamasaniaf925282011-11-10 15:28:59 -08001612 </activity-alias>
1613
Fan Zhangca6d86c2018-06-14 12:52:06 -07001614 <activity android:name=".applications.specialaccess.deviceadmin.DeviceAdminAdd"
Michael Wachenschwanz35eef602019-04-25 16:07:39 -07001615 android:label="@string/device_admin_add_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001616 android:exported="true"
Tsung-Mao Fangefaf49c2021-06-29 14:40:31 +08001617 android:clearTaskOnLaunch="true"
1618 android:theme="@style/Theme.Settings.NoActionBar">
Dianne Hackborn28429032010-01-25 18:56:17 -08001619 <intent-filter>
1620 <action android:name="android.app.action.ADD_DEVICE_ADMIN" />
1621 <category android:name="android.intent.category.DEFAULT" />
1622 </intent-filter>
1623 </activity>
1624
Michael Wachenschwanz35eef602019-04-25 16:07:39 -07001625 <activity android:name=".applications.specialaccess.deviceadmin.ProfileOwnerAdd"
1626 android:excludeFromRecents="true"
1627 android:theme="@style/Transparent"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001628 android:exported="true"
Michael Wachenschwanz35eef602019-04-25 16:07:39 -07001629 android:clearTaskOnLaunch="true">
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001630 <intent-filter android:priority="1000">
1631 <action android:name="android.app.action.SET_PROFILE_OWNER" />
1632 <category android:name="android.intent.category.DEFAULT" />
1633 </intent-filter>
Michael Wachenschwanz35eef602019-04-25 16:07:39 -07001634 </activity>
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001635
1636 <activity
1637 android:name="Settings$UsageAccessSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001638 android:exported="true"
Fan Zhangc7635e52019-03-04 14:27:08 -08001639 android:label="@string/usage_access_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001640 <intent-filter android:priority="1">
1641 <action android:name="android.settings.USAGE_ACCESS_SETTINGS" />
1642 <category android:name="android.intent.category.DEFAULT" />
1643 </intent-filter>
Dianne Hackbornb51253c2014-08-12 15:08:04 -07001644 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001645 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Raff Tsai613f15a2020-01-05 21:56:35 +08001646 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1647 android:value="true" />
Dianne Hackbornb51253c2014-08-12 15:08:04 -07001648 </activity>
1649
Fan Zhang104ee2e2018-09-20 16:21:53 -07001650 <activity
1651 android:name="Settings$AppUsageAccessSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001652 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001653 android:label="@string/usage_access_title">
Fan Zhang104ee2e2018-09-20 16:21:53 -07001654 <intent-filter>
1655 <action android:name="android.settings.USAGE_ACCESS_SETTINGS"/>
1656 <category android:name="android.intent.category.DEFAULT"/>
1657 <data android:scheme="package"/>
1658 </intent-filter>
1659 <meta-data
1660 android:name="com.android.settings.FRAGMENT_CLASS"
1661 android:value="com.android.settings.applications.UsageAccessDetails"/>
1662 </activity>
1663
Jason Monkb7e43802016-06-06 16:01:58 -04001664 <activity android:name="Settings$IccLockSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001665 android:exported="true"
Bonian Chencd1fd102020-02-10 02:38:25 +08001666 android:label="@string/sim_lock_settings">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001667 <intent-filter>
1668 <action android:name="android.intent.action.MAIN" />
1669 <category android:name="android.intent.category.DEFAULT" />
1670 <category android:name="android.intent.category.VOICE_LAUNCH" />
1671 </intent-filter>
Jason Monkb7e43802016-06-06 16:01:58 -04001672 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1673 android:value="com.android.settings.IccLockSettings" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001674 </activity>
1675
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001676 <activity
1677 android:name="Settings$AccessibilitySettingsActivity"
1678 android:label="@string/accessibility_settings"
1679 android:icon="@drawable/ic_homepage_accessibility"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001680 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001681 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001682 <intent-filter android:priority="1">
1683 <action android:name="android.settings.ACCESSIBILITY_SETTINGS" />
1684 <category android:name="android.intent.category.DEFAULT" />
1685 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001686 <intent-filter android:priority="60">
svetoslavganova05d0dc2009-05-14 22:26:34 -07001687 <action android:name="android.intent.action.MAIN" />
Costin Manolache672b3c62011-07-21 10:38:15 -07001688 <category android:name="com.android.settings.SHORTCUT" />
svetoslavganova05d0dc2009-05-14 22:26:34 -07001689 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001690 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Alan Viverette341ff662013-07-18 17:49:33 -07001691 android:value="com.android.settings.accessibility.AccessibilitySettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +08001692 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1693 android:value="@string/menu_key_accessibility"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001694 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1695 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001696 </activity>
Michael Chan732c1da2010-04-06 14:49:30 -07001697
Jackal Guo29365512019-02-14 15:19:53 +08001698 <activity
1699 android:name="Settings$AccessibilityDetailsSettingsActivity"
1700 android:label="@string/accessibility_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001701 android:exported="true"
Jackal Guo29365512019-02-14 15:19:53 +08001702 android:permission="android.permission.OPEN_ACCESSIBILITY_DETAILS_SETTINGS">
1703 <intent-filter android:priority="1">
1704 <action android:name="android.settings.ACCESSIBILITY_DETAILS_SETTINGS" />
1705 <category android:name="android.intent.category.DEFAULT" />
1706 </intent-filter>
1707 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1708 android:value="com.android.settings.accessibility.AccessibilityDetailsSettingsFragment" />
Jason Chiu9037cea2021-09-09 16:54:01 +08001709 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1710 android:value="@string/menu_key_accessibility"/>
Jackal Guo29365512019-02-14 15:19:53 +08001711 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1712 android:value="true" />
1713 </activity>
1714
Anna Galuszab1795f52016-01-08 14:37:16 -08001715 <activity android:name=".accessibility.AccessibilitySettingsForSetupWizardActivity"
Maurice Lamf3c5b4d2017-06-08 20:17:18 -07001716 android:icon="@drawable/ic_accessibility_suggestion"
Anna Galuszab1795f52016-01-08 14:37:16 -08001717 android:label="@string/vision_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001718 android:exported="true"
pastychang7539cf82019-03-29 11:17:04 +08001719 android:theme="@style/GlifV3Theme.Light">
Anna Galuszab1795f52016-01-08 14:37:16 -08001720 <intent-filter android:priority="1">
1721 <action android:name="android.settings.ACCESSIBILITY_SETTINGS_FOR_SUW" />
1722 <category android:name="android.intent.category.DEFAULT" />
1723 </intent-filter>
cnchen7a83d512019-05-06 10:19:10 +08001724 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1725 android:value="com.android.settings.accessibility.AccessibilitySettingsForSetupWizard" />
1726 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1727 android:value="true" />
1728 </activity>
1729
1730 <activity-alias
1731 android:name=".FontSizeSettingsForSetupWizardActivity"
1732 android:exported="true"
1733 android:targetActivity=".accessibility.AccessibilitySettingsForSetupWizardActivity">
Maurice Lamf3c5b4d2017-06-08 20:17:18 -07001734 <intent-filter>
1735 <action android:name="android.intent.action.MAIN" />
1736 <category android:name="com.android.settings.suggested.category.DISPLAY_SETTINGS" />
1737 </intent-filter>
1738 <meta-data android:name="com.android.settings.title"
1739 android:resource="@string/vision_settings_suggestion_title" />
Maurice Lam992fa862017-06-09 16:14:36 -07001740 <meta-data android:name="com.android.settings.icon_tintable"
1741 android:value="true" />
Anna Galuszab1795f52016-01-08 14:37:16 -08001742 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1743 android:value="com.android.settings.accessibility.AccessibilitySettingsForSetupWizard" />
cnchen7a83d512019-05-06 10:19:10 +08001744 </activity-alias>
Anna Galuszab1795f52016-01-08 14:37:16 -08001745
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001746 <activity
1747 android:name="Settings$AccessibilityDaltonizerSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001748 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001749 android:label="@string/accessibility_display_daltonizer_preference_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001750 <intent-filter android:priority="1">
1751 <action android:name="com.android.settings.ACCESSIBILITY_COLOR_SPACE_SETTINGS" />
1752 <category android:name="android.intent.category.DEFAULT" />
1753 </intent-filter>
Alan Viverettefc0ab212013-10-02 16:36:33 -07001754 <intent-filter>
1755 <action android:name="android.intent.action.MAIN" />
Alan Viverettefc0ab212013-10-02 16:36:33 -07001756 <category android:name="android.intent.category.DEFAULT" />
1757 </intent-filter>
1758 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1759 android:value="com.android.settings.accessibility.ToggleDaltonizerPreferenceFragment" />
Jason Chiu9037cea2021-09-09 16:54:01 +08001760 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1761 android:value="@string/menu_key_accessibility"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001762 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1763 android:value="true" />
Alan Viverettefc0ab212013-10-02 16:36:33 -07001764 </activity>
1765
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001766 <activity
Sally9fe91b92020-10-16 22:45:27 +00001767 android:name="Settings$ReduceBrightColorsSettingsActivity"
1768 android:exported="true"
1769 android:label="@string/reduce_bright_colors_preference_title">
1770 <intent-filter android:priority="1">
1771 <action android:name="android.settings.REDUCE_BRIGHT_COLORS_SETTINGS" />
1772 <category android:name="android.intent.category.DEFAULT" />
1773 </intent-filter>
1774 <intent-filter>
1775 <action android:name="android.intent.action.MAIN" />
1776 <category android:name="android.intent.category.DEFAULT" />
1777 </intent-filter>
1778 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1779 android:value="com.android.settings.accessibility.ToggleReduceBrightColorsPreferenceFragment" />
Jason Chiu9037cea2021-09-09 16:54:01 +08001780 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1781 android:value="@string/menu_key_accessibility"/>
Sally9fe91b92020-10-16 22:45:27 +00001782 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1783 android:value="true" />
1784 </activity>
1785
1786 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001787 android:name="Settings$CaptioningSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001788 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001789 android:label="@string/accessibility_captioning_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001790 <intent-filter android:priority="1">
1791 <action android:name="android.settings.CAPTIONING_SETTINGS" />
1792 <category android:name="android.intent.category.DEFAULT" />
1793 </intent-filter>
Alan Viverettecc0e7822013-08-06 13:53:58 -07001794 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Alan Viverette4098dba2013-12-04 17:19:24 -08001795 android:value="com.android.settings.accessibility.CaptionPropertiesFragment" />
Jason Chiu9037cea2021-09-09 16:54:01 +08001796 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1797 android:value="@string/menu_key_accessibility"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001798 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1799 android:value="true" />
Alan Viverettecc0e7822013-08-06 13:53:58 -07001800 </activity>
1801
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001802 <activity
1803 android:name="Settings$TextToSpeechSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001804 android:exported="true"
Fan Zhangbcd8a252019-04-29 13:35:20 -07001805 android:label="@string/tts_settings">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001806 <intent-filter android:priority="1">
Jean-Michel Trivied29a652009-06-05 18:37:29 -07001807 <action android:name="com.android.settings.TTS_SETTINGS" />
Dianne Hackborn116d85e2009-06-26 18:20:23 -07001808 <category android:name="android.intent.category.DEFAULT" />
Jean-Michel Trivied29a652009-06-05 18:37:29 -07001809 </intent-filter>
Gilles Debunneab189bd2011-07-06 13:10:16 -07001810 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Narayan Kamathfdd94d82011-11-04 16:12:27 +00001811 android:value="com.android.settings.tts.TextToSpeechSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +08001812 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1813 android:value="@string/menu_key_accessibility"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001814 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1815 android:value="true" />
Jean-Michel Trivied29a652009-06-05 18:37:29 -07001816 </activity>
1817
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001818 <activity
1819 android:name="Settings$EnterprisePrivacySettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001820 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001821 android:label="@string/enterprise_privacy_settings">
Bartosz Fabianowski0e4a1e52016-11-28 19:16:34 +01001822 <intent-filter>
1823 <action android:name="android.settings.ENTERPRISE_PRIVACY_SETTINGS" />
1824 <category android:name="android.intent.category.DEFAULT" />
1825 </intent-filter>
Bartosz Fabianowski05061fc2016-11-14 12:04:49 +01001826 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1827 android:value="com.android.settings.enterprise.EnterprisePrivacySettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +08001828 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1829 android:value="@string/menu_key_privacy"/>
Bartosz Fabianowski05061fc2016-11-14 12:04:49 +01001830 </activity>
1831
Jim Miller9757e302010-12-17 18:23:23 -08001832 <!-- Lock screen settings -->
Maurice Lam2eb170c2017-04-28 16:18:47 -07001833 <activity android:name=".password.ConfirmDeviceCredentialActivity"
Amith Yamasani39fb0622014-12-17 10:52:52 -08001834 android:exported="true"
Mill Chen078af332019-04-04 15:39:27 -07001835 android:taskAffinity="com.android.settings.workmode"
Kevin Chynb3ee2312018-10-04 15:01:43 -07001836 android:theme="@android:style/Theme.Translucent.NoTitleBar">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001837 <intent-filter android:priority="1">
Jim Miller75fe9e02014-08-13 14:52:52 -07001838 <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL" />
Adrian Roos5a9a3cd2017-03-30 18:02:25 -07001839 <action android:name="android.app.action.CONFIRM_FRP_CREDENTIAL" />
Jim Miller75fe9e02014-08-13 14:52:52 -07001840 <category android:name="android.intent.category.DEFAULT" />
1841 </intent-filter>
Jay Civelli09b52282014-07-10 17:27:07 -07001842 </activity>
Maurice Lam2eb170c2017-04-28 16:18:47 -07001843 <!-- Activity alias for compatibility -->
1844 <activity-alias android:name=".ConfirmDeviceCredentialActivity"
1845 android:targetActivity=".password.ConfirmDeviceCredentialActivity"
1846 android:exported="true" />
Jay Civelli09b52282014-07-10 17:27:07 -07001847
Clara Bayarric5cde052015-10-22 17:24:43 +01001848 <!-- Note this must not be exported since it authenticates the given user -->
Maurice Lam2eb170c2017-04-28 16:18:47 -07001849 <activity android:name=".password.ConfirmDeviceCredentialActivity$InternalActivity"
Clara Bayarric5cde052015-10-22 17:24:43 +01001850 android:exported="false"
1851 android:permission="android.permission.MANAGE_USERS"
Mill Chen078af332019-04-04 15:39:27 -07001852 android:taskAffinity="com.android.settings.workmode"
Kevin Chyn127da9c2018-11-09 16:13:53 -08001853 android:theme="@android:style/Theme.Translucent.NoTitleBar">
Clara Bayarric5cde052015-10-22 17:24:43 +01001854 <intent-filter android:priority="1">
1855 <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL_WITH_USER" />
1856 <category android:name="android.intent.category.DEFAULT" />
1857 </intent-filter>
1858 </activity>
1859
Maurice Lamecd2b7b2014-12-01 10:41:49 -08001860 <activity android:name=".SetupRedactionInterstitial"
Udam Sainidd05ab72016-03-21 17:35:08 -07001861 android:enabled="false"
1862 android:exported="true"
pastychang79614822019-01-03 10:12:54 +08001863 android:theme="@style/SudThemeGlif.DayNight"
Maurice Lam43366f12016-08-05 16:57:59 -07001864 android:label="@string/lock_screen_notifications_interstitial_title"
Udam Sainidd05ab72016-03-21 17:35:08 -07001865 android:icon="@drawable/ic_suggested_notifications">
1866 <intent-filter>
1867 <action android:name="android.intent.action.MAIN" />
Maurice Lam4331a2e2017-06-07 20:59:51 -07001868 <category android:name="com.android.settings.suggested.category.LOCK_SCREEN_REDACTION" />
Udam Sainidd05ab72016-03-21 17:35:08 -07001869 </intent-filter>
1870 <meta-data android:name="com.android.settings.require_user_type"
1871 android:value="primary" />
1872 <meta-data android:name="com.android.settings.title"
1873 android:resource="@string/notification_suggestion_title" />
1874 <meta-data android:name="com.android.settings.summary"
1875 android:resource="@string/notification_suggestion_summary" />
Maurice Lam992fa862017-06-09 16:14:36 -07001876 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
Udam Sainidd05ab72016-03-21 17:35:08 -07001877 </activity>
Maurice Lamecd2b7b2014-12-01 10:41:49 -08001878
Maurice Lamd189ac52016-06-15 13:39:34 -07001879 <activity android:name=".notification.RedactionInterstitial"
Maurice Lame0e81b62017-04-05 12:10:37 -07001880 android:theme="@style/GlifTheme.Light" />
Chris Wren51ae3322014-08-28 15:45:31 -04001881
1882 <activity android:name=".notification.RedactionSettingsStandalone"
1883 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001884 <intent-filter android:priority="1">
Chris Wren51ae3322014-08-28 15:45:31 -04001885 <action android:name="android.settings.ACTION_APP_NOTIFICATION_REDACTION" />
1886 <category android:name="android.intent.category.DEFAULT" />
1887 </intent-filter>
1888 </activity>
Jay Civelli09b52282014-07-10 17:27:07 -07001889
Maurice Lam2eb170c2017-04-28 16:18:47 -07001890 <activity android:name=".password.ConfirmLockPattern"
Maurice Lame0e81b62017-04-05 12:10:37 -07001891 android:theme="@style/GlifTheme.Light"/>
Michael Chan503c2362009-12-08 22:18:23 -08001892
Maurice Lam2eb170c2017-04-28 16:18:47 -07001893 <activity android:name=".password.ConfirmLockPassword"
Jorim Jaggiff41a9a2015-06-09 15:31:28 -07001894 android:windowSoftInputMode="stateHidden|adjustResize"
Maurice Lame0e81b62017-04-05 12:10:37 -07001895 android:theme="@style/GlifTheme.Light"/>
Jim Miller9757e302010-12-17 18:23:23 -08001896
Pavel Grafov04f783c2020-02-13 21:39:37 +00001897 <activity android:name=".password.ForgotPasswordActivity"
1898 android:theme="@style/GlifV3Theme.Light"
1899 android:exported="false"/>
1900
Joe Bolingera8808f72021-06-10 13:36:38 -07001901 <activity android:name=".biometrics.face.FaceEnrollParentalConsent"
1902 android:exported="false"
1903 android:screenOrientation="portrait"/>
1904
Kevin Chyn22b4edd2018-07-30 19:20:01 -07001905 <activity android:name=".biometrics.face.FaceEnrollIntroduction"
1906 android:exported="false"
1907 android:screenOrientation="portrait"/>
1908
joshmccloskey04582622019-05-06 21:42:14 -07001909 <activity android:name=".biometrics.face.FaceEnrollEducation"
1910 android:exported="false"
1911 android:screenOrientation="portrait"/>
1912
Kevin Chyn22b4edd2018-07-30 19:20:01 -07001913 <activity android:name=".biometrics.face.FaceEnrollEnrolling"
1914 android:exported="false"
1915 android:screenOrientation="portrait"/>
1916
1917 <activity android:name=".biometrics.face.FaceEnrollFinish"
1918 android:exported="false"
1919 android:screenOrientation="portrait"/>
Kevin Chyn4882e872018-06-25 17:58:31 -07001920
Joe Bolingerfb515ed2021-06-16 14:07:37 -07001921 <activity android:name=".biometrics.BiometricHandoffActivity"
1922 android:exported="false"
1923 android:screenOrientation="portrait"/>
1924
Kevin Chyn5ab064f2019-04-12 15:19:12 -07001925 <!-- Must not be exported -->
1926 <activity android:name=".biometrics.BiometricEnrollActivity$InternalActivity"
1927 android:exported="false"
1928 android:theme="@style/GlifTheme.Light"/>
1929
Kevin Chyn66d09a42018-10-31 13:30:44 -07001930 <activity android:name=".biometrics.BiometricEnrollActivity"
1931 android:exported="true"
1932 android:theme="@style/GlifTheme.Light">
1933 <intent-filter>
1934 <action android:name="android.settings.BIOMETRIC_ENROLL" />
1935 <category android:name="android.intent.category.DEFAULT" />
1936 </intent-filter>
1937 </activity>
1938
Kevin Chyn871e55f2018-06-25 16:50:52 -07001939 <activity android:name=".biometrics.fingerprint.FingerprintSettings" android:exported="false"/>
1940 <activity android:name=".biometrics.fingerprint.FingerprintEnrollFindSensor" android:exported="false"/>
1941 <activity android:name=".biometrics.fingerprint.FingerprintEnrollEnrolling" android:exported="false"/>
1942 <activity android:name=".biometrics.fingerprint.FingerprintEnrollFinish" android:exported="false"/>
Joe Bolingera8808f72021-06-10 13:36:38 -07001943 <activity android:name=".biometrics.fingerprint.FingerprintEnrollParentalConsent" android:exported="false"/>
Kevin Chyn871e55f2018-06-25 16:50:52 -07001944 <activity android:name=".biometrics.fingerprint.FingerprintEnrollIntroduction"
Kevin Chyn42ae10e2017-10-13 16:34:05 -07001945 android:exported="true"
1946 android:theme="@style/GlifTheme.Light">
1947 <intent-filter>
1948 <action android:name="android.settings.FINGERPRINT_ENROLL" />
1949 <category android:name="android.intent.category.DEFAULT" />
1950 </intent-filter>
1951 </activity>
Maurice Lam8d1f9c92015-07-09 16:38:37 -07001952
Kevin Chyn871e55f2018-06-25 16:50:52 -07001953 <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFindSensor" android:exported="false"/>
1954 <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollEnrolling" android:exported="false"/>
1955 <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFinish" android:exported="false"/>
1956 <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollIntroduction"
Maurice Lame1eaed02015-07-08 16:59:59 -07001957 android:exported="true"
Maurice Lam8d1f9c92015-07-09 16:38:37 -07001958 android:permission="android.permission.MANAGE_FINGERPRINT"
Maurice Lame0e81b62017-04-05 12:10:37 -07001959 android:theme="@style/GlifTheme.Light">
Maurice Lame1eaed02015-07-08 16:59:59 -07001960 <intent-filter>
1961 <action android:name="android.settings.FINGERPRINT_SETUP" />
1962 <category android:name="android.intent.category.DEFAULT" />
1963 </intent-filter>
1964 </activity>
Jim Miller94d4bd92015-02-19 21:04:57 -08001965
Kevin Chyn871e55f2018-06-25 16:50:52 -07001966 <activity android:name=".biometrics.fingerprint.FingerprintSuggestionActivity"
Maurice Lam34a181a2017-06-20 20:00:54 -07001967 android:exported="true"
1968 android:permission="android.permission.MANAGE_FINGERPRINT"
1969 android:icon="@drawable/ic_suggestion_fingerprint"
1970 android:theme="@style/GlifTheme.Light">
Maurice Lam34a181a2017-06-20 20:00:54 -07001971 <meta-data android:name="com.android.settings.require_feature"
1972 android:value="android.hardware.fingerprint" />
1973 <meta-data android:name="com.android.settings.title"
1974 android:resource="@string/suggestion_additional_fingerprints" />
1975 <meta-data android:name="com.android.settings.summary"
1976 android:resource="@string/suggestion_additional_fingerprints_summary" />
Maurice Lam34a181a2017-06-20 20:00:54 -07001977 </activity>
1978
cnchend2159992019-03-22 19:48:04 +08001979 <activity-alias android:name=".SetupFingerprintSuggestionActivity"
1980 android:enabled="false"
1981 android:exported="true"
1982 android:targetActivity=".biometrics.fingerprint.FingerprintSuggestionActivity">
1983 <intent-filter>
1984 <action android:name="android.intent.action.MAIN" />
1985 <category android:name="com.android.settings.suggested.category.FINGERPRINT_ENROLL" />
1986 </intent-filter>
1987 <meta-data android:name="com.android.settings.require_feature"
1988 android:value="android.hardware.fingerprint" />
1989 <meta-data android:name="com.android.settings.title"
1990 android:resource="@string/suggestion_additional_fingerprints" />
1991 <meta-data android:name="com.android.settings.summary"
1992 android:resource="@string/suggestion_additional_fingerprints_summary" />
Cating Lin84e6a472019-04-24 09:25:55 +08001993 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
cnchend2159992019-03-22 19:48:04 +08001994 </activity-alias>
1995
Paul Lawrence20444042014-07-07 13:10:16 -07001996 <!-- Note this must not be exported since it returns the password in the intent -->
Maurice Lam2eb170c2017-04-28 16:18:47 -07001997 <activity android:name=".password.ConfirmLockPattern$InternalActivity"
Andres Morales02d54872015-04-14 11:33:45 -07001998 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07001999 android:theme="@style/GlifTheme.Light"/>
Paul Lawrence20444042014-07-07 13:10:16 -07002000
2001 <!-- Note this must not be exported since it returns the password in the intent -->
Maurice Lam2eb170c2017-04-28 16:18:47 -07002002 <activity android:name=".password.ConfirmLockPassword$InternalActivity"
Paul Lawrence20444042014-07-07 13:10:16 -07002003 android:exported="false"
Xiyuan Xia4a8edaf2015-05-20 14:26:15 -07002004 android:windowSoftInputMode="adjustResize"
Maurice Lame0e81b62017-04-05 12:10:37 -07002005 android:theme="@style/GlifTheme.Light"/>
Paul Lawrence20444042014-07-07 13:10:16 -07002006
Maurice Lam2eb170c2017-04-28 16:18:47 -07002007 <activity android:name=".password.SetupChooseLockGeneric"
Maurice Lame0e81b62017-04-05 12:10:37 -07002008 android:theme="@style/GlifTheme.Light"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002009 android:exported="true"
Lucky Zhang36ec2742014-12-05 18:20:27 -08002010 android:label="@string/lock_settings_picker_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002011 <intent-filter android:priority="1">
Maurice Lam52c75ba2014-11-25 14:06:38 -08002012 <action android:name="com.android.settings.SETUP_LOCK_SCREEN" />
2013 <category android:name="android.intent.category.DEFAULT" />
2014 </intent-filter>
2015 </activity>
2016
Doris Ling069d2932018-11-13 14:54:26 -08002017 <activity android:name=".password.SetupChooseLockGeneric$InternalActivity"
Doris Ling069d2932018-11-13 14:54:26 -08002018 android:exported="false"
2019 android:excludeFromRecents="true" />
2020
Maurice Lam2eb170c2017-04-28 16:18:47 -07002021 <activity android:name=".password.ChooseLockGeneric"
Steven Rossb7a9e952011-10-03 10:06:44 -04002022 android:label="@string/lockpassword_choose_lock_generic_header"
Steven Ng4fdcec72016-09-26 22:13:08 +01002023 android:excludeFromRecents="true"
2024 android:exported="false" />
2025
2026 <activity android:name=".password.SetNewPasswordActivity"
2027 android:theme="@android:style/Theme.NoDisplay"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002028 android:exported="true"
Steven Rossb7a9e952011-10-03 10:06:44 -04002029 android:excludeFromRecents="true" >
Dianne Hackborn0702e872015-02-20 12:48:32 -08002030 <intent-filter android:priority="1">
Dianne Hackbornabc3dc62010-01-20 13:40:19 -08002031 <action android:name="android.app.action.SET_NEW_PASSWORD" />
Benjamin Franzae07b502016-01-08 17:16:19 +00002032 <action android:name="android.app.action.SET_NEW_PARENT_PROFILE_PASSWORD" />
Dianne Hackbornabc3dc62010-01-20 13:40:19 -08002033 <category android:name="android.intent.category.DEFAULT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002034 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002035 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2036 android:value="true" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002037 </activity>
2038
Fan Zhang31f699c2017-09-28 17:17:44 -07002039 <activity android:name=".password.ScreenLockSuggestionActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002040 android:exported="true"
Mill Chen71958002019-01-23 10:44:39 +08002041 android:icon="@drawable/ic_suggestion_security">
Udam Saini7ad4a172016-01-25 11:22:33 -08002042 <intent-filter android:priority="1">
2043 <action android:name="android.intent.action.MAIN" />
Raff Tsai7c834632019-03-22 12:00:00 +08002044 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002045 </intent-filter>
Raff Tsai7c834632019-03-22 12:00:00 +08002046 <meta-data android:name="com.android.settings.dismiss" android:value="14" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002047 <meta-data android:name="com.android.settings.title"
2048 android:resource="@string/suggested_lock_settings_title" />
2049 <meta-data android:name="com.android.settings.summary"
2050 android:resource="@string/suggested_lock_settings_summary" />
Maurice Lam992fa862017-06-09 16:14:36 -07002051 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
Udam Saini62a72802016-01-28 11:09:29 -08002052 </activity>
Udam Saini7ad4a172016-01-25 11:22:33 -08002053
Kevin Chyn871e55f2018-06-25 16:50:52 -07002054 <activity android:name=".biometrics.fingerprint.FingerprintEnrollSuggestionActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002055 android:exported="true"
Udam Sainiaafbba12016-02-02 10:33:40 -08002056 android:icon="@drawable/ic_suggestion_fingerprint">
Udam Saini7ad4a172016-01-25 11:22:33 -08002057 <intent-filter android:priority="2">
2058 <action android:name="android.intent.action.MAIN" />
Fan Zhangaf91c1f2017-06-03 15:24:11 -07002059 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002060 </intent-filter>
Raff Tsai165708d2019-03-21 15:46:48 +08002061 <meta-data android:name="com.android.settings.dismiss" android:value="14" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002062 <meta-data android:name="com.android.settings.require_feature"
2063 android:value="android.hardware.fingerprint" />
2064 <meta-data android:name="com.android.settings.title"
TreeHugger Robota4e3c142016-07-12 21:42:03 +00002065 android:resource="@string/suggested_fingerprint_lock_settings_title" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002066 <meta-data android:name="com.android.settings.summary"
Udam Sainiaafbba12016-02-02 10:33:40 -08002067 android:resource="@string/suggested_fingerprint_lock_settings_summary" />
Doris Lingea85c0a2018-04-30 14:08:55 -07002068 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
Udam Saini62a72802016-01-28 11:09:29 -08002069 </activity>
Udam Saini7ad4a172016-01-25 11:22:33 -08002070
Maurice Lam2eb170c2017-04-28 16:18:47 -07002071 <activity android:name=".password.ChooseLockGeneric$InternalActivity"
2072 android:exported="false"
Amith Yamasani66026772013-09-25 14:05:33 -07002073 android:label="@string/lockpassword_choose_lock_generic_header"
Maurice Lam2eb170c2017-04-28 16:18:47 -07002074 android:excludeFromRecents="true" />
Amith Yamasani66026772013-09-25 14:05:33 -07002075
Maurice Lam2eb170c2017-04-28 16:18:47 -07002076 <activity android:name=".password.SetupChooseLockPattern"
Maurice Lam6b19fa92014-11-25 19:25:56 -08002077 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002078 android:theme="@style/GlifTheme.Light" />
Maurice Lam6b19fa92014-11-25 19:25:56 -08002079
Maurice Lam2eb170c2017-04-28 16:18:47 -07002080 <activity android:name=".password.ChooseLockPattern"
Maurice Lamd189ac52016-06-15 13:39:34 -07002081 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002082 android:theme="@style/GlifTheme.Light" />
Dianne Hackbornabc3dc62010-01-20 13:40:19 -08002083
Maurice Lam2eb170c2017-04-28 16:18:47 -07002084 <activity android:name=".password.SetupChooseLockPassword"
Maurice Lam6b19fa92014-11-25 19:25:56 -08002085 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002086 android:theme="@style/GlifTheme.Light"
Maurice Lam6b19fa92014-11-25 19:25:56 -08002087 android:windowSoftInputMode="stateVisible|adjustResize" />
2088
Maurice Lam2eb170c2017-04-28 16:18:47 -07002089 <activity android:name=".password.ChooseLockPassword"
Maurice Lamd189ac52016-06-15 13:39:34 -07002090 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002091 android:theme="@style/GlifTheme.Light"
Jim Miller165bf2f2011-01-26 16:10:26 -08002092 android:windowSoftInputMode="stateVisible|adjustResize"/>
Jim Miller00d24762009-12-22 19:04:57 -08002093
Maurice Lamecd2b7b2014-12-01 10:41:49 -08002094 <activity android:name=".SetupEncryptionInterstitial"
Maurice Lam46a194b2016-05-24 20:03:08 -07002095 android:label="@string/encryption_interstitial_header"
Maurice Lame0e81b62017-04-05 12:10:37 -07002096 android:theme="@style/GlifTheme.Light"/>
Maurice Lamecd2b7b2014-12-01 10:41:49 -08002097
Maurice Lamd189ac52016-06-15 13:39:34 -07002098 <activity android:name=".EncryptionInterstitial"
Maurice Lame0e81b62017-04-05 12:10:37 -07002099 android:theme="@style/GlifTheme.Light" />
Jim Miller46c7f6d2014-10-13 18:15:17 -07002100
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002101 <activity
2102 android:name=".Settings$StorageDashboardActivity"
2103 android:label="@string/storage_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002104 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002105 android:icon="@drawable/ic_homepage_storage">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002106 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002107 <action android:name="android.settings.INTERNAL_STORAGE_SETTINGS" />
2108 <action android:name="android.settings.MEMORY_CARD_SETTINGS" />
2109 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002110 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07002111 <intent-filter android:priority="50">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002112 <action android:name="android.intent.action.MAIN" />
Fan Zhang2f4355a2018-06-21 15:34:43 -07002113 <category android:name="com.android.settings.SHORTCUT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002114 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07002115 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Arc Wangfadbe5b2021-03-19 17:58:34 +08002116 android:value="com.android.settings.deviceinfo.StorageDashboardFragment" />
Alexandra Gherghina25138512014-07-21 22:42:21 +01002117 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2118 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07002119 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002120
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002121 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002122 android:name="Settings$PublicVolumeSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002123 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002124 android:label="@string/storage_settings_title">
Jeff Sharkey42833b22015-04-11 21:27:33 -07002125 <intent-filter>
2126 <action android:name="android.provider.action.DOCUMENT_ROOT_SETTINGS" />
2127 <category android:name="android.intent.category.DEFAULT" />
2128 <data
2129 android:scheme="content"
2130 android:host="com.android.externalstorage.documents"
2131 android:mimeType="vnd.android.document/root" />
2132 </intent-filter>
2133 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2134 android:value="com.android.settings.deviceinfo.PublicVolumeSettings" />
Jeff Sharkey42833b22015-04-11 21:27:33 -07002135 </activity>
Vasu Nori21809742011-01-25 13:39:16 -08002136
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002137 <activity
2138 android:name="Settings$PrivateVolumeForgetActivity"
2139 android:label="@string/storage_settings_title"
2140 android:exported="true"
2141 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS">
Jeff Sharkeya16257d2015-04-28 13:41:01 -07002142 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2143 android:value="com.android.settings.deviceinfo.PrivateVolumeForget" />
Jeff Sharkeya16257d2015-04-28 13:41:01 -07002144 </activity>
2145
Jeff Sharkey94635992015-04-13 14:15:26 -07002146 <!-- Exported for SystemUI to launch into -->
2147 <activity android:name=".deviceinfo.StorageWizardInit"
Jeff Sharkeyccabf4e2018-05-01 14:53:25 -06002148 android:theme="@style/GlifV3Theme.Light"
Jeff Sharkey2949a4a2015-04-14 16:44:34 -07002149 android:exported="true"
2150 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
Jeff Sharkey94635992015-04-13 14:15:26 -07002151 <activity android:name=".deviceinfo.StorageWizardFormatProgress"
Jeff Sharkeyccabf4e2018-05-01 14:53:25 -06002152 android:theme="@style/GlifV3Theme.Light"
Jeff Sharkey94635992015-04-13 14:15:26 -07002153 android:exported="false" />
Jeff Sharkey2af67a92018-04-01 18:25:54 -06002154 <activity android:name=".deviceinfo.StorageWizardFormatSlow"
Jeff Sharkeyccabf4e2018-05-01 14:53:25 -06002155 android:theme="@style/GlifV3Theme.Light"
Jeff Sharkey94635992015-04-13 14:15:26 -07002156 android:exported="false" />
2157 <activity android:name=".deviceinfo.StorageWizardMigrateConfirm"
Jeff Sharkeyccabf4e2018-05-01 14:53:25 -06002158 android:theme="@style/GlifV3Theme.Light"
Jeff Sharkey94635992015-04-13 14:15:26 -07002159 android:exported="false" />
2160 <activity android:name=".deviceinfo.StorageWizardMigrateProgress"
Jeff Sharkeyccabf4e2018-05-01 14:53:25 -06002161 android:theme="@style/GlifV3Theme.Light"
Jeff Sharkeye77f0682015-04-29 11:24:57 -07002162 android:exported="true"
2163 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
Jeff Sharkey94635992015-04-13 14:15:26 -07002164 <activity android:name=".deviceinfo.StorageWizardReady"
Jeff Sharkeyccabf4e2018-05-01 14:53:25 -06002165 android:theme="@style/GlifV3Theme.Light"
Jeff Sharkeye77f0682015-04-29 11:24:57 -07002166 android:exported="true"
2167 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
Jeff Sharkey94635992015-04-13 14:15:26 -07002168
2169 <activity android:name=".deviceinfo.StorageWizardMoveConfirm"
Jeff Sharkeyccabf4e2018-05-01 14:53:25 -06002170 android:theme="@style/GlifV3Theme.Light"
Jeff Sharkey94635992015-04-13 14:15:26 -07002171 android:exported="false" />
2172 <activity android:name=".deviceinfo.StorageWizardMoveProgress"
Jeff Sharkeyccabf4e2018-05-01 14:53:25 -06002173 android:theme="@style/GlifV3Theme.Light"
Jeff Sharkeye77f0682015-04-29 11:24:57 -07002174 android:exported="true"
2175 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
Jeff Sharkey94635992015-04-13 14:15:26 -07002176
Jeff Sharkey2949a4a2015-04-14 16:44:34 -07002177 <!-- Exported for SystemUI to trigger -->
2178 <receiver android:name=".deviceinfo.StorageUnmountReceiver"
2179 android:exported="true"
2180 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
2181
Jason Monkb7e43802016-06-06 16:01:58 -04002182 <activity android:name="Settings$ApnEditorActivity"
Junda Liu76ad6352017-02-03 16:39:23 -08002183 android:configChanges="orientation|keyboardHidden|screenSize"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002184 android:exported="true"
Amith Yamasani34bd7e62013-06-07 10:19:55 -07002185 android:label="@string/apn_edit">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002186 <intent-filter>
2187 <action android:name="android.intent.action.VIEW" />
2188 <action android:name="android.intent.action.EDIT" />
2189 <category android:name="android.intent.category.DEFAULT" />
2190 <data android:mimeType="vnd.android.cursor.item/telephony-carrier" />
2191 </intent-filter>
2192
2193 <intent-filter>
2194 <action android:name="android.intent.action.INSERT" />
2195 <category android:name="android.intent.category.DEFAULT" />
2196 <data android:mimeType="vnd.android.cursor.dir/telephony-carrier" />
2197 </intent-filter>
Jason Monkb7e43802016-06-06 16:01:58 -04002198 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
tom hsu2fd7c9f2020-09-30 21:46:27 +08002199 android:value="com.android.settings.network.apn.ApnEditor" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002200 </activity>
2201
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002202 <activity
2203 android:name="Settings$DevelopmentSettingsDashboardActivity"
2204 android:label="@string/development_settings_title"
2205 android:icon="@drawable/ic_settings_development"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002206 android:exported="true"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002207 android:enabled="false">
Fan Zhang4c26da92017-09-08 15:29:54 -07002208 <intent-filter android:priority="1">
2209 <action android:name="android.settings.APPLICATION_DEVELOPMENT_SETTINGS" />
2210 <action android:name="com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS" />
Joshua Duong2972bfa2020-04-10 00:22:04 -07002211 <action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES"/>
Fan Zhang4c26da92017-09-08 15:29:54 -07002212 <category android:name="android.intent.category.DEFAULT" />
2213 </intent-filter>
Fan Zhang99800962018-08-08 11:12:03 -07002214 <intent-filter>
Fan Zhang4c26da92017-09-08 15:29:54 -07002215 <action android:name="com.android.settings.action.SETTINGS" />
2216 </intent-filter>
Fan Zhang99800962018-08-08 11:12:03 -07002217 <meta-data android:name="com.android.settings.order" android:value="-40"/>
Fan Zhang4c26da92017-09-08 15:29:54 -07002218 <meta-data android:name="com.android.settings.category"
2219 android:value="com.android.settings.category.ia.system" />
2220 <meta-data android:name="com.android.settings.summary"
2221 android:resource="@string/summary_empty"/>
Jason Chiu5f0fc1f2021-05-24 18:27:42 +08002222 <meta-data android:name="com.android.settings.icon"
2223 android:resource="@drawable/ic_settings_development" />
Fan Zhang4c26da92017-09-08 15:29:54 -07002224 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2225 android:value="com.android.settings.development.DevelopmentSettingsDashboardFragment" />
2226 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2227 android:value="true" />
2228 </activity>
2229
Fan Zhang6359a192017-05-11 16:04:09 -07002230 <!-- The opposite of DevelopmentSettingsActivity, it's no-op and only enabled when the real
2231 activity is disabled to be CTS compliant. -->
2232 <activity
2233 android:name=".development.DevelopmentSettingsDisabledActivity"
2234 android:icon="@drawable/ic_settings_development"
2235 android:label="@string/development_settings_title"
Fan Zhang7373ec02018-08-14 13:25:47 -07002236 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002237 android:exported="true"
Fan Zhang7373ec02018-08-14 13:25:47 -07002238 android:theme="@style/Transparent">
Fan Zhang6359a192017-05-11 16:04:09 -07002239 <intent-filter android:priority="-1">
2240 <action android:name="android.settings.APPLICATION_DEVELOPMENT_SETTINGS" />
2241 <action android:name="com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS" />
2242 <category android:name="android.intent.category.DEFAULT" />
2243 </intent-filter>
2244 </activity>
2245
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002246 <activity
2247 android:name="Settings$PrintSettingsActivity"
2248 android:label="@string/print_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002249 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002250 android:icon="@drawable/ic_settings_print">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002251 <intent-filter android:priority="1">
2252 <action android:name="android.settings.ACTION_PRINT_SETTINGS" />
2253 <category android:name="android.intent.category.DEFAULT" />
2254 </intent-filter>
Svetoslav Ganov74648ac2013-09-04 23:52:28 -07002255 <intent-filter>
2256 <action android:name="android.intent.action.MAIN" />
Svetoslav Ganov74648ac2013-09-04 23:52:28 -07002257 <category android:name="android.intent.category.DEFAULT" />
2258 <category android:name="android.intent.category.VOICE_LAUNCH" />
2259 </intent-filter>
2260 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2261 android:value="com.android.settings.print.PrintSettingsFragment" />
Svetoslav Ganov74648ac2013-09-04 23:52:28 -07002262 </activity>
2263
Svetoslavd9f156d2013-10-09 21:59:04 -07002264 <activity android:name="Settings$PrintJobSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002265 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002266 android:label="@string/print_print_job">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002267 <intent-filter android:priority="1">
Svetoslavd9f156d2013-10-09 21:59:04 -07002268 <action android:name="android.settings.ACTION_PRINT_SETTINGS" />
2269 <category android:name="android.intent.category.DEFAULT" />
2270 <data android:scheme="printjob" android:pathPattern="*" />
2271 </intent-filter>
2272 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2273 android:value="com.android.settings.print.PrintJobSettingsFragment" />
Svetoslavd9f156d2013-10-09 21:59:04 -07002274 </activity>
2275
Fan Zhang2907f862017-03-17 15:05:14 -07002276 <activity android:name=".development.AppPicker"
Edgar Wang3c03f0a2020-05-05 06:19:14 +08002277 android:label="@string/select_application" />
Dianne Hackborn9244df42012-02-14 13:25:41 -08002278
Joshua Duongc960e892021-07-14 16:05:57 -07002279 <activity android:name=".development.AdbQrCodeActivity" />
2280
Howard Chend5f3a0c2019-08-29 17:31:05 +08002281 <activity android:name=".development.DSULoader"
2282 android:label="Select DSU Package"
2283 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog" />
Howard Chen60acb512019-12-02 15:34:58 +08002284 <activity android:name=".development.DSUTermsOfServiceActivity"
2285 android:label="Terms of Service"
2286 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog" />
Howard Chend5f3a0c2019-08-29 17:31:05 +08002287
Varun Shah7efe9312020-03-26 23:02:50 -07002288 <activity android:name=".development.storage.BlobInfoListView"
2289 android:label="@string/shared_data_title" />
2290 <activity android:name=".development.storage.LeaseInfoListView"
2291 android:label="@string/accessor_info_title" />
2292
Gustav Sennton5b596282017-02-03 16:19:02 +00002293 <activity android:name="Settings$WebViewAppPickerActivity"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002294 android:label="@string/select_webview_provider_dialog_title" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002295
Paul Chang6ae4c4d2019-11-28 22:38:49 +08002296 <activity android:name="Settings$BugReportHandlerPickerActivity"
2297 android:label="@string/bug_report_handler_title"
2298 android:exported="true"
2299 android:excludeFromRecents="true">
2300 <intent-filter>
2301 <action android:name="android.settings.BUGREPORT_HANDLER_SETTINGS" />
2302 <category android:name="android.intent.category.DEFAULT" />
2303 </intent-filter>
Paul Chang6950a802020-04-22 20:59:59 +08002304 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2305 android:value="true" />
Paul Chang6ae4c4d2019-11-28 22:38:49 +08002306 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2307 android:value="com.android.settings.bugreporthandler.BugReportHandlerPicker" />
2308 </activity>
2309
Jaikumar Ganesh3a76bca2009-07-16 18:41:58 -07002310 <activity android:name=".bluetooth.BluetoothPairingDialog"
Michael Chan684736a2009-09-01 18:51:04 -07002311 android:excludeFromRecents="true"
Antony Sargent4d7df062017-07-12 17:29:10 -07002312 android:windowSoftInputMode="stateVisible|adjustResize"
jackqdyulei27f62fd2019-02-22 15:31:35 -08002313 android:theme="@style/Theme.AlertDialog"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002314 android:exported="true"
jackqdyulei27f62fd2019-02-22 15:31:35 -08002315 android:taskAffinity=".bluetooth.BluetoothPairingDialog">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002316 <intent-filter android:priority="1">
Nick Pelly5ddbd942009-09-11 11:41:59 -07002317 <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002318 <category android:name="android.intent.category.DEFAULT" />
2319 </intent-filter>
2320 </activity>
2321
Michael Chane1089ad2009-09-26 06:16:17 -07002322 <activity android:name=".bluetooth.RequestPermissionActivity"
Michael Chane1089ad2009-09-26 06:16:17 -07002323 android:excludeFromRecents="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06002324 android:permission="android.permission.BLUETOOTH_CONNECT"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002325 android:exported="true"
Fan Zhanga122be12018-07-16 16:28:37 -07002326 android:theme="@style/Theme.BluetoothPermission">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002327 <intent-filter android:priority="1">
Michael Chane1089ad2009-09-26 06:16:17 -07002328 <action android:name="android.bluetooth.adapter.action.REQUEST_DISCOVERABLE" />
2329 <action android:name="android.bluetooth.adapter.action.REQUEST_ENABLE" />
Svetoslav Ganovb06766f2016-07-22 20:08:41 -07002330 <action android:name="android.bluetooth.adapter.action.REQUEST_DISABLE" />
Michael Chane1089ad2009-09-26 06:16:17 -07002331 <category android:name="android.intent.category.DEFAULT" />
2332 </intent-filter>
2333 </activity>
2334
Irfan Sheriff50f341d2013-03-18 13:11:47 -07002335 <activity android:name=".wifi.WifiScanModeActivity"
2336 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002337 android:exported="true"
Irfan Sheriff50f341d2013-03-18 13:11:47 -07002338 android:theme="@style/Transparent">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002339 <intent-filter android:priority="1">
Irfan Sheriff50f341d2013-03-18 13:11:47 -07002340 <action android:name="android.net.wifi.action.REQUEST_SCAN_ALWAYS_AVAILABLE" />
2341 <category android:name="android.intent.category.DEFAULT" />
2342 </intent-filter>
2343 </activity>
2344
Jerry Zhangd18d6f12018-01-11 16:47:14 -08002345 <activity android:name=".Settings$UsbDetailsActivity"
2346 android:excludeFromRecents="true"
2347 android:permission="android.permission.MANAGE_USB"
2348 android:exported="true">
2349 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2350 android:value="com.android.settings.connecteddevice.usb.UsbDetailsFragment"/>
2351 </activity>
2352
Michal Karpinski707f42f2016-02-25 17:29:43 +00002353 <activity android:name=".RemoteBugreportActivity"
2354 android:excludeFromRecents="true"
2355 android:exported="true"
2356 android:permission="android.permission.DUMP"
tmfang5ade2f12018-07-30 13:49:43 +08002357 android:theme="@style/Theme.AlertDialog">
Michal Karpinski707f42f2016-02-25 17:29:43 +00002358 <intent-filter>
2359 <action android:name="android.settings.SHOW_REMOTE_BUGREPORT_DIALOG" />
2360 <category android:name="android.intent.category.DEFAULT" />
2361 </intent-filter>
2362 </activity>
2363
Michael Chane1089ad2009-09-26 06:16:17 -07002364 <activity android:name=".bluetooth.RequestPermissionHelperActivity"
2365 android:label="@string/bluetooth_pairing_request"
2366 android:excludeFromRecents="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06002367 android:permission="android.permission.BLUETOOTH_CONNECT"
Arc Wang5a298fb2020-06-30 14:14:02 +08002368 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight">
Michael Chane1089ad2009-09-26 06:16:17 -07002369 </activity>
2370
Marie Janssend06d83c2017-02-14 18:49:17 -08002371 <service android:name=".bluetooth.BluetoothPairingService" />
2372
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002373 <receiver android:name=".bluetooth.BluetoothPairingRequest"
2374 android:exported="true">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002375 <intent-filter>
Nick Pelly5ddbd942009-09-11 11:41:59 -07002376 <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002377 </intent-filter>
2378 </receiver>
2379
Jaikumar Ganeshe0b01ad2011-09-07 17:19:19 -07002380 <receiver android:name=".bluetooth.BluetoothPermissionRequest"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002381 android:exported="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06002382 android:permission="android.permission.BLUETOOTH_CONNECT">
Matthew Xiedbed1202011-06-27 18:21:25 -07002383 <intent-filter>
2384 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
2385 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />
2386 </intent-filter>
2387 </receiver>
2388
2389 <activity android:name=".bluetooth.BluetoothPermissionActivity"
2390 android:label="@string/bluetooth_connection_permission_request"
2391 android:excludeFromRecents="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06002392 android:permission="android.permission.BLUETOOTH_CONNECT"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002393 android:exported="true"
Andrew Sapperstein7e157432016-07-15 16:46:38 -07002394 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002395 <intent-filter android:priority="1">
Matthew Xiedbed1202011-06-27 18:21:25 -07002396 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
2397 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />
2398 <category android:name="android.intent.category.DEFAULT" />
2399 </intent-filter>
2400 </activity>
2401
Joe Onoratode5603722009-03-24 17:49:03 -07002402 <activity android:name="ActivityPicker"
2403 android:label="@string/activity_picker_label"
Arc Wang5a298fb2020-06-30 14:14:02 +08002404 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002405 android:exported="true"
Dianne Hackbornec549972009-09-23 22:24:22 -07002406 android:finishOnCloseSystemDialogs="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002407 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002408 <action android:name="android.intent.action.PICK_ACTIVITY" />
2409 <category android:name="android.intent.category.DEFAULT" />
2410 </intent-filter>
2411 </activity>
2412
Jeff Hamilton3d670de2011-09-21 16:44:36 -05002413 <!-- NFC settings -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002414 <activity
2415 android:name="Settings$AndroidBeamSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002416 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002417 android:label="@string/android_beam_settings_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002418 <intent-filter android:priority="1">
2419 <action android:name="android.settings.NFCSHARING_SETTINGS" />
2420 <category android:name="android.intent.category.DEFAULT" />
2421 </intent-filter>
Jeff Hamilton3d670de2011-09-21 16:44:36 -05002422 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Nick Pellye0eedf72011-10-31 14:11:29 -07002423 android:value="com.android.settings.nfc.AndroidBeam" />
Alexandra Gherghina25138512014-07-21 22:42:21 +01002424 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2425 android:value="true" />
Jeff Hamilton3d670de2011-09-21 16:44:36 -05002426 </activity>
2427
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002428 <activity
2429 android:name="Settings$WifiDisplaySettingsActivity"
2430 android:label="@string/wifi_display_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002431 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002432 android:icon="@drawable/ic_cast_24dp">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002433 <intent-filter android:priority="1">
Jeff Brownff0e81e2014-08-19 17:47:54 -07002434 <action android:name="android.settings.CAST_SETTINGS" />
Jeff Brown9e143f52012-09-19 20:46:07 -07002435 <category android:name="android.intent.category.DEFAULT" />
2436 </intent-filter>
2437 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2438 android:value="com.android.settings.wfd.WifiDisplaySettings" />
2439 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002440
Jason Monkb7e43802016-06-06 16:01:58 -04002441 <activity android:name="Settings$TestingSettingsActivity" android:label="@string/testing">
Jason Monkb7e43802016-06-06 16:01:58 -04002442 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2443 android:value="com.android.settings.TestingSettings" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002444 </activity>
2445
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002446 <receiver android:name=".TestingSettingsBroadcastReceiver"
2447 android:exported="true">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002448 <intent-filter>
Grace Jia84da1e82020-02-14 15:53:28 -08002449 <action android:name="android.telephony.action.SECRET_CODE" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002450 <data android:scheme="android_secret_code" android:host="4636" />
2451 </intent-filter>
2452 </receiver>
2453
The Android Open Source Project80a7a1d2009-03-11 12:11:59 -07002454 <!-- Standard picker for widgets -->
Joe Onoratode5603722009-03-24 17:49:03 -07002455 <activity android:name="AppWidgetPickActivity"
2456 android:label="@string/widget_picker_title"
Arc Wang5a298fb2020-06-30 14:14:02 +08002457 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002458 android:exported="true"
Joe Onorato9bcc6912011-01-10 12:55:57 -08002459 android:finishOnCloseSystemDialogs="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002460 <intent-filter android:priority="1">
The Android Open Source Project80a7a1d2009-03-11 12:11:59 -07002461 <action android:name="android.appwidget.action.APPWIDGET_PICK" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002462 <category android:name="android.intent.category.DEFAULT" />
2463 </intent-filter>
2464 </activity>
2465
Michael Jurkac9029d92012-04-20 01:47:44 -07002466 <activity android:name="AllowBindAppWidgetActivity"
Arc Wang5a298fb2020-06-30 14:14:02 +08002467 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"
Michael Jurkac9029d92012-04-20 01:47:44 -07002468 android:finishOnCloseSystemDialogs="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002469 android:exported="true"
Michael Jurkac9029d92012-04-20 01:47:44 -07002470 android:excludeFromRecents="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002471 <intent-filter android:priority="1">
Michael Jurkac9029d92012-04-20 01:47:44 -07002472 <action android:name="android.appwidget.action.APPWIDGET_BIND" />
2473 <category android:name="android.intent.category.DEFAULT" />
2474 </intent-filter>
2475 </activity>
2476
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002477 <activity android:name="UsageStatsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002478 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002479 android:label="@string/usage_stats_label">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002480 <intent-filter>
2481 <action android:name="android.intent.action.MAIN" />
2482 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
2483 </intent-filter>
2484 </activity>
2485
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002486 <activity
2487 android:name="Settings$PowerUsageSummaryActivity"
2488 android:label="@string/power_usage_summary_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002489 android:exported="true"
Sunny Shaob4a5f162020-06-15 23:00:26 +08002490 android:icon="@drawable/ic_homepage_battery">
jackqdyuleib96ccba2018-01-23 10:29:13 -08002491 <intent-filter android:priority="1">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002492 <action android:name="android.intent.action.POWER_USAGE_SUMMARY" />
2493 <category android:name="android.intent.category.DEFAULT" />
2494 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07002495 <intent-filter android:priority="51">
jackqdyuleib96ccba2018-01-23 10:29:13 -08002496 <action android:name="android.intent.action.MAIN" />
jackqdyuleib96ccba2018-01-23 10:29:13 -08002497 <category android:name="com.android.settings.SHORTCUT" />
2498 </intent-filter>
Dianne Hackborn59a48602010-11-10 23:34:52 -08002499 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2500 android:value="com.android.settings.fuelgauge.PowerUsageSummary" />
Jason Chiu9037cea2021-09-09 16:54:01 +08002501 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2502 android:value="@string/menu_key_battery"/>
Dianne Hackborncbaf6ce2010-07-23 00:23:21 -07002503 </activity>
2504
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002505 <activity
2506 android:name="Settings$BatterySaverSettingsActivity"
2507 android:label="@string/battery_saver"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002508 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002509 android:icon="@drawable/ic_settings_battery">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002510 <intent-filter android:priority="1">
2511 <action android:name="android.settings.BATTERY_SAVER_SETTINGS" />
2512 <category android:name="android.intent.category.DEFAULT" />
2513 </intent-filter>
John Spurlockc7f8e8c2014-06-04 19:11:22 -04002514 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang747f0e12018-03-01 09:49:34 -08002515 android:value="com.android.settings.fuelgauge.batterysaver.BatterySaverSettings" />
Alexandra Gherghina25138512014-07-21 22:42:21 +01002516 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2517 android:value="true" />
John Spurlockc7f8e8c2014-06-04 19:11:22 -04002518 </activity>
2519
P.Y. Laligand1f403d52015-04-14 16:14:16 -07002520 <activity android:name=".fuelgauge.BatterySaverModeVoiceActivity"
Barnaby Jamesc55ea152015-04-13 14:33:53 -07002521 android:label="@string/power_usage_summary_title"
Andrew Sapperstein7e157432016-07-15 16:46:38 -07002522 android:theme="@*android:style/Theme.DeviceDefault.Light.Voice"
Barnaby Jamesc55ea152015-04-13 14:33:53 -07002523 android:exported="true">
2524 <intent-filter>
2525 <action android:name="android.settings.VOICE_CONTROL_BATTERY_SAVER_MODE" />
2526 <category android:name="android.intent.category.DEFAULT" />
2527 <category android:name="android.intent.category.VOICE" />
2528 </intent-filter>
2529 </activity>
2530
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002531 <activity
2532 android:name="Settings$AccountSyncSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002533 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002534 android:label="@string/account_sync_settings_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002535 <intent-filter android:priority="1">
2536 <action android:name="android.settings.ACCOUNT_SYNC_SETTINGS" />
2537 <category android:name="android.intent.category.DEFAULT" />
2538 </intent-filter>
Amith Yamasani43c69782010-12-01 09:04:36 -08002539 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2540 android:value="com.android.settings.accounts.AccountSyncSettings" />
Alexandra Gherghina25138512014-07-21 22:42:21 +01002541 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2542 android:value="true" />
Amith Yamasani43c69782010-12-01 09:04:36 -08002543 </activity>
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002544 <activity
2545 android:name="Settings$ManagedProfileSettingsActivity"
Ricky Waibf94d092017-02-01 15:26:29 +00002546 android:label="@string/managed_profile_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002547 android:exported="true"
Ricky Waibf94d092017-02-01 15:26:29 +00002548 android:permission="android.permission.MANAGE_USERS">
2549 <intent-filter android:priority="1">
2550 <action android:name="android.settings.MANAGED_PROFILE_SETTINGS" />
2551 <category android:name="android.intent.category.DEFAULT" />
2552 </intent-filter>
2553 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2554 android:value="com.android.settings.accounts.ManagedProfileSettings" />
2555 </activity>
Amith Yamasani43c69782010-12-01 09:04:36 -08002556
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002557 <activity
2558 android:name="com.android.settings.accounts.AddAccountSettings"
Amith Yamasani7bb8f722011-06-02 18:05:40 -07002559 android:configChanges="orientation|keyboardHidden|screenSize"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002560 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002561 android:label="@string/header_add_an_account">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002562 <intent-filter android:priority="1">
2563 <action android:name="android.settings.ADD_ACCOUNT_SETTINGS" />
2564 <category android:name="android.intent.category.DEFAULT" />
2565 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002566 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2567 android:value="true" />
Amith Yamasani43c69782010-12-01 09:04:36 -08002568 </activity>
2569
Jason Monkb7e43802016-06-06 16:01:58 -04002570 <activity android:name="Settings$ChooseAccountActivity"
Amith Yamasani43c69782010-12-01 09:04:36 -08002571 android:label="@string/header_add_an_account"
Fan Zhang92f1e942017-01-21 10:07:26 -08002572 android:configChanges="orientation|keyboardHidden|screenSize">
Jason Monkb7e43802016-06-06 16:01:58 -04002573 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Emily Chuangb279b1c2018-04-12 10:12:28 +08002574 android:value="com.android.settings.accounts.ChooseAccountFragment" />
Jason Monkb7e43802016-06-06 16:01:58 -04002575 </activity>
Jim Miller165bf2f2011-01-26 16:10:26 -08002576
Jason parks8fd5bc92011-01-12 16:03:31 -06002577 <activity android:name=".CryptKeeper"
Fyodor Kupolov25f1f602015-08-25 10:16:07 -07002578 androidprv:systemUserOnly="true"
Jason parks8fd5bc92011-01-12 16:03:31 -06002579 android:immersive="true"
2580 android:launchMode="singleTop"
Dianne Hackborn140f6c62011-10-16 11:49:00 -07002581 android:excludeFromRecents="true"
Paul Lawrence26abe642014-06-11 15:24:37 -07002582 android:theme="@style/Theme.CryptKeeper"
Paul Lawrence5ab67c52014-05-14 13:57:06 -07002583 android:configChanges="mnc|mcc|keyboard|keyboardHidden|uiMode"
Paul Lawrenceeca15e12014-05-23 08:46:34 -07002584 android:windowSoftInputMode="adjustResize"
Paul Lawrencea1092fe2015-06-08 11:00:50 -07002585 android:screenOrientation="nosensor"
Winson Chungec8f7992020-04-24 11:14:31 -07002586 android:taskAffinity="com.android.settings.CryptKeeper"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002587 android:exported="true"
Paul Lawrencea1092fe2015-06-08 11:00:50 -07002588 android:process=":CryptKeeper">
Jason parks8fd5bc92011-01-12 16:03:31 -06002589 <intent-filter android:priority="10">
2590 <action android:name="android.intent.action.MAIN" />
2591 <category android:name="android.intent.category.HOME" />
2592 <category android:name="android.intent.category.DEFAULT" />
2593 </intent-filter>
2594 </activity>
Amith Yamasani43c69782010-12-01 09:04:36 -08002595
Jeff Sharkey9e9f7d12015-11-30 13:28:19 -07002596 <!-- Triggered when user-selected home app isn't encryption aware -->
2597 <activity android:name=".FallbackHome"
2598 android:excludeFromRecents="true"
Fan Zhang49534b72017-06-22 15:04:41 -07002599 android:label=""
Maurice Lam6e79c022016-07-15 18:11:54 -07002600 android:screenOrientation="nosensor"
Louis Chang397cdd62019-06-27 09:57:54 +08002601 android:taskAffinity="com.android.settings.FallbackHome"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002602 android:exported="true"
Jeff Sharkeye555a6f2016-02-23 20:48:01 -07002603 android:theme="@style/FallbackHome">
Xiaohui Chendbf3e152015-12-30 15:51:56 -08002604 <intent-filter android:priority="-1000">
Jeff Sharkey9e9f7d12015-11-30 13:28:19 -07002605 <action android:name="android.intent.action.MAIN" />
2606 <category android:name="android.intent.category.HOME" />
2607 <category android:name="android.intent.category.DEFAULT" />
2608 </intent-filter>
2609 </activity>
2610
Vikram Aggarwal9f55ae22012-04-02 13:36:35 -07002611 <activity android:name=".CryptKeeper$FadeToBlack"
Jason parksf1dbf552011-01-24 16:19:28 -06002612 android:immersive="true"
2613 android:launchMode="singleTop"
2614 android:theme="@style/CryptKeeperBlankTheme"
2615 />
2616
Jason parksf8217302011-01-26 13:11:42 -06002617 <activity android:name=".CryptKeeperConfirm$Blank"
2618 android:immersive="true"
2619 android:launchMode="singleTop"
2620 android:theme="@style/CryptKeeperBlankTheme"
2621 />
2622
Andy Stadler3da38a02011-01-21 13:38:45 -08002623 <!-- Pseudo-activity used to provide an intent-filter entry point to encryption settings -->
2624 <activity android:name="Settings$CryptKeeperSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002625 android:exported="true"
Andy Stadler3da38a02011-01-21 13:38:45 -08002626 android:label="@string/crypt_keeper_encrypt_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002627 <intent-filter android:priority="1">
2628 <action android:name="android.app.action.START_ENCRYPTION" />
songkailun7d2a5902017-09-29 09:42:05 +08002629 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002630 </intent-filter>
Andy Stadler3da38a02011-01-21 13:38:45 -08002631 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangc58a8832017-11-01 17:59:53 -07002632 android:value="com.android.settings.security.CryptKeeperSettings" />
Andy Stadler3da38a02011-01-21 13:38:45 -08002633 </activity>
2634
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002635 <activity
2636 android:name="Settings$DataUsageSummaryActivity"
2637 android:label="@string/data_usage_summary_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002638 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002639 android:icon="@drawable/ic_settings_data_usage">
Rohan Shahff5bd332018-03-21 17:16:39 -07002640 <intent-filter android:priority="1">
2641 <action android:name="android.settings.DATA_USAGE_SETTINGS" />
2642 <category android:name="android.intent.category.DEFAULT" />
2643 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07002644 <intent-filter android:priority="3">
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07002645 <action android:name="android.intent.action.MAIN" />
Amith Yamasani7836e4a2011-09-19 13:25:52 -07002646 <category android:name="com.android.settings.SHORTCUT" />
Jeff Sharkeydd6efe12011-06-15 10:31:41 -07002647 </intent-filter>
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07002648 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangcd21cb82018-06-11 09:28:02 -07002649 android:value="com.android.settings.datausage.DataUsageSummary" />
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07002650 </activity>
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002651 <activity
2652 android:name="Settings$MobileDataUsageListActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002653 android:exported="true"
Yanting Yang85713d02019-09-27 18:34:04 +08002654 android:label="@string/cellular_data_usage">
Malcolm Chen52584e92017-06-20 11:14:27 -07002655 <intent-filter android:priority="1">
2656 <action android:name="android.settings.MOBILE_DATA_USAGE" />
Malcolm Chen6fef2fff2017-07-13 17:59:58 -07002657 <category android:name="android.intent.category.DEFAULT" />
Malcolm Chen52584e92017-06-20 11:14:27 -07002658 </intent-filter>
2659 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Ling282a0d92018-11-30 16:20:32 -08002660 android:value="com.android.settings.datausage.DataUsageList" />
Malcolm Chen52584e92017-06-20 11:14:27 -07002661 </activity>
2662
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002663 <activity
2664 android:name="Settings$DreamSettingsActivity"
2665 android:label="@string/screensaver_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002666 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002667 android:icon="@drawable/ic_settings_display">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002668 <intent-filter android:priority="1">
2669 <action android:name="android.settings.DREAM_SETTINGS" />
2670 <category android:name="android.intent.category.DEFAULT" />
2671 </intent-filter>
Daniel Sandler7dee75c2012-11-27 22:41:30 -05002672 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Evan Laird22315ad2017-07-18 16:37:42 -04002673 android:value="com.android.settings.dream.DreamSettings" />
Alexandra Gherghina25138512014-07-21 22:42:21 +01002674 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2675 android:value="true" />
Daniel Sandler7dee75c2012-11-27 22:41:30 -05002676 </activity>
2677
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002678 <activity
2679 android:name="Settings$UserSettingsActivity"
2680 android:label="@string/user_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002681 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002682 android:icon="@drawable/ic_settings_multiuser">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002683 <intent-filter android:priority="1">
2684 <action android:name="android.settings.USER_SETTINGS" />
2685 <category android:name="android.intent.category.DEFAULT" />
2686 </intent-filter>
Fan Zhang99800962018-08-08 11:12:03 -07002687 <intent-filter>
Jason Monk4da79e02015-09-10 10:54:36 -04002688 <action android:name="com.android.settings.action.SETTINGS" />
2689 </intent-filter>
Fan Zhang99800962018-08-08 11:12:03 -07002690 <meta-data android:name="com.android.settings.order" android:value="-45"/>
Jason Monk4da79e02015-09-10 10:54:36 -04002691 <meta-data android:name="com.android.settings.category"
Raff Tsai9e3a9fd2019-10-01 17:06:26 +08002692 android:value="com.android.settings.category.ia.system" />
Raff Tsai6db277e2019-10-02 16:43:23 +08002693 <meta-data android:name="com.android.settings.summary_uri"
2694 android:value="content://com.android.settings.dashboard.SummaryProvider/user" />
Jason Chiu5f0fc1f2021-05-24 18:27:42 +08002695 <meta-data android:name="com.android.settings.icon"
2696 android:resource="@drawable/ic_settings_multiuser" />
Amith Yamasani233592b2013-03-01 17:05:23 -08002697 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Raff Tsai9e3a9fd2019-10-01 17:06:26 +08002698 android:value="com.android.settings.users.UserSettings" />
Alexandra Gherghina25138512014-07-21 22:42:21 +01002699 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
Raff Tsai9e3a9fd2019-10-01 17:06:26 +08002700 android:value="true" />
Amith Yamasani233592b2013-03-01 17:05:23 -08002701 </activity>
2702
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002703 <activity
2704 android:name="Settings$PaymentSettingsActivity"
2705 android:label="@string/nfc_payment_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002706 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002707 android:icon="@drawable/ic_settings_nfc_payment">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002708 <intent-filter android:priority="1">
2709 <action android:name="android.settings.NFC_PAYMENT_SETTINGS" />
2710 <category android:name="android.intent.category.DEFAULT" />
2711 </intent-filter>
Martijn Coenen26515da2013-08-01 18:13:33 -07002712 <intent-filter>
2713 <action android:name="android.intent.action.MAIN" />
Martijn Coenen26515da2013-08-01 18:13:33 -07002714 <category android:name="android.intent.category.DEFAULT" />
2715 </intent-filter>
2716 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2717 android:value="com.android.settings.nfc.PaymentSettings" />
Alexandra Gherghina25138512014-07-21 22:42:21 +01002718 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2719 android:value="true" />
Martijn Coenen26515da2013-08-01 18:13:33 -07002720 </activity>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002721
Martijn Coenen26515da2013-08-01 18:13:33 -07002722 <activity android:name=".nfc.PaymentDefaultDialog"
Martijn Coenenda6c0ba2013-09-05 21:07:23 -07002723 android:label="@string/nfc_payment_set_default_label"
Martijn Coenen26515da2013-08-01 18:13:33 -07002724 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002725 android:exported="true"
Andrew Sapperstein7e157432016-07-15 16:46:38 -07002726 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002727 <intent-filter android:priority="1">
Martijn Coenena73aa322013-08-30 12:57:42 -07002728 <action android:name="android.nfc.cardemulation.action.ACTION_CHANGE_DEFAULT" />
2729 <category android:name="android.intent.category.DEFAULT" />
2730 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002731 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2732 android:value="true" />
Martijn Coenen26515da2013-08-01 18:13:33 -07002733 </activity>
2734
Martijn Coenencbcc76e2015-06-05 21:28:17 +02002735 <activity android:name=".nfc.HowItWorks"
2736 android:label="@string/nfc_payment_settings_title"
Martijn Coenencbcc76e2015-06-05 21:28:17 +02002737 android:excludeFromRecents="true">
2738 </activity>
2739
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002740 <activity
2741 android:name="Settings$NotificationAccessSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002742 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002743 android:label="@string/manage_notification_access_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002744 <intent-filter android:priority="1">
2745 <action android:name="android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS" />
2746 <category android:name="android.intent.category.DEFAULT" />
2747 </intent-filter>
Daniel Sandler79b9bfe2013-04-04 14:30:04 -04002748 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
John Spurlock4a350512014-04-08 14:08:21 -04002749 android:value="com.android.settings.notification.NotificationAccessSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +08002750 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2751 android:value="@string/menu_key_notifications"/>
John Spurlock08531a82015-05-07 17:45:43 -04002752 </activity>
2753
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002754 <activity
Julia Reynolds31dc1fd2019-10-29 15:15:08 -04002755 android:name="Settings$NotificationAccessDetailsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002756 android:exported="true"
Julia Reynolds31dc1fd2019-10-29 15:15:08 -04002757 android:label="@string/manage_notification_access_title" >
2758 <intent-filter android:priority="1">
2759 <action android:name="android.settings.NOTIFICATION_LISTENER_DETAIL_SETTINGS" />
2760 <category android:name="android.intent.category.DEFAULT" />
2761 </intent-filter>
2762 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2763 android:value="com.android.settings.applications.specialaccess.notificationaccess.NotificationAccessDetails" />
Jason Chiu9037cea2021-09-09 16:54:01 +08002764 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2765 android:value="@string/menu_key_notifications"/>
Julia Reynolds31dc1fd2019-10-29 15:15:08 -04002766 </activity>
2767
2768 <activity
Fabian Kozynski01b2a632019-02-20 12:55:10 -05002769 android:name="Settings$NotificationAssistantSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002770 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002771 android:label="@string/notification_assistant_title">
Fabian Kozynski01b2a632019-02-20 12:55:10 -05002772 <intent-filter android:priority="1">
2773 <action android:name="android.settings.NOTIFICATION_ASSISTANT_SETTINGS" />
2774 <category android:name="android.intent.category.DEFAULT" />
2775 </intent-filter>
2776 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Chloris Kuo2c955bb2021-03-19 07:00:45 -07002777 android:value="com.android.settings.notification.ConfigureNotificationSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +08002778 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2779 android:value="@string/menu_key_notifications"/>
Fabian Kozynski01b2a632019-02-20 12:55:10 -05002780 </activity>
2781
2782 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002783 android:name="Settings$VrListenersSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002784 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002785 android:label="@string/vr_listeners_title">
Ruben Brunke1c98ca2016-02-23 18:58:56 -08002786 <intent-filter android:priority="1">
2787 <action android:name="android.settings.VR_LISTENER_SETTINGS" />
2788 <category android:name="android.intent.category.DEFAULT" />
2789 </intent-filter>
Ruben Brunke1c98ca2016-02-23 18:58:56 -08002790 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangaf155222018-07-11 09:41:39 -07002791 android:value="com.android.settings.applications.specialaccess.vrlistener.VrListenerSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +08002792 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2793 android:value="@string/menu_key_apps"/>
Ruben Brunke1c98ca2016-02-23 18:58:56 -08002794 </activity>
2795
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002796 <activity
2797 android:name="Settings$PictureInPictureSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002798 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002799 android:label="@string/picture_in_picture_title">
Winson Chung0a0d95a2017-01-20 11:22:44 -08002800 <intent-filter android:priority="1">
2801 <action android:name="android.settings.PICTURE_IN_PICTURE_SETTINGS" />
2802 <category android:name="android.intent.category.DEFAULT" />
2803 </intent-filter>
2804 <intent-filter>
2805 <action android:name="android.intent.action.MAIN" />
2806 <category android:name="android.intent.category.DEFAULT" />
2807 </intent-filter>
2808 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang4560ab72018-07-10 15:46:31 -07002809 android:value="com.android.settings.applications.specialaccess.pictureinpicture.PictureInPictureSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +08002810 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2811 android:value="@string/menu_key_apps"/>
Winson Chung0a0d95a2017-01-20 11:22:44 -08002812 </activity>
Ruben Brunke1c98ca2016-02-23 18:58:56 -08002813
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002814 <activity
2815 android:name="Settings$AppPictureInPictureSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002816 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002817 android:label="@string/picture_in_picture_title">
Winson Chung217d0e92017-03-17 15:48:38 -07002818 <intent-filter>
2819 <action android:name="android.settings.PICTURE_IN_PICTURE_SETTINGS" />
2820 <category android:name="android.intent.category.DEFAULT" />
2821 <data android:scheme="package" />
2822 </intent-filter>
2823 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang4560ab72018-07-10 15:46:31 -07002824 android:value="com.android.settings.applications.specialaccess.pictureinpicture.PictureInPictureDetails" />
Jason Chiu9037cea2021-09-09 16:54:01 +08002825 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2826 android:value="@string/menu_key_apps"/>
Winson Chung217d0e92017-03-17 15:48:38 -07002827 </activity>
2828
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002829 <activity
kholoud mohamed14a887f2020-01-29 17:38:31 +00002830 android:name="Settings$InteractAcrossProfilesSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002831 android:exported="true"
kholoud mohamed14a887f2020-01-29 17:38:31 +00002832 android:label="@string/interact_across_profiles_title">
2833 <intent-filter android:priority="1">
2834 <action android:name="android.settings.MANAGE_CROSS_PROFILE_ACCESS" />
2835 <category android:name="android.intent.category.DEFAULT" />
2836 </intent-filter>
2837 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2838 android:value="com.android.settings.applications.specialaccess.interactacrossprofiles.InteractAcrossProfilesSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +08002839 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2840 android:value="@string/menu_key_apps"/>
kholoud mohamed14a887f2020-01-29 17:38:31 +00002841 </activity>
2842
2843 <activity android:name="Settings$AppInteractAcrossProfilesSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002844 android:exported="true"
kholoud mohamed14a887f2020-01-29 17:38:31 +00002845 android:label="@string/interact_across_profiles_title">
2846 <intent-filter>
2847 <action android:name="android.settings.MANAGE_CROSS_PROFILE_ACCESS" />
2848 <category android:name="android.intent.category.DEFAULT" />
2849 <data android:scheme="package" />
2850 </intent-filter>
2851 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2852 android:value="com.android.settings.applications.specialaccess.interactacrossprofiles.InteractAcrossProfilesDetails" />
Jason Chiu9037cea2021-09-09 16:54:01 +08002853 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2854 android:value="@string/menu_key_apps"/>
kholoud mohamed14a887f2020-01-29 17:38:31 +00002855 </activity>
2856
2857 <activity
Fan Zhange366f022019-03-19 13:08:10 -07002858 android:name="Settings$ZenAccessDetailSettingsActivity"
2859 android:label="@string/manage_zen_access_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002860 android:exported="true"
Fan Zhange366f022019-03-19 13:08:10 -07002861 android:excludeFromRecents="true">
2862 <intent-filter>
2863 <action android:name="android.settings.NOTIFICATION_POLICY_ACCESS_DETAIL_SETTINGS" />
2864 <category android:name="android.intent.category.DEFAULT" />
2865 <data android:scheme="package" />
2866 </intent-filter>
2867 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2868 android:value="com.android.settings.applications.specialaccess.zenaccess.ZenAccessDetails" />
Jason Chiu9037cea2021-09-09 16:54:01 +08002869 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2870 android:value="@string/menu_key_notifications"/>
Fan Zhange366f022019-03-19 13:08:10 -07002871 </activity>
2872
2873 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002874 android:name="Settings$ZenAccessSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002875 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002876 android:label="@string/manage_zen_access_title">
John Spurlock08531a82015-05-07 17:45:43 -04002877 <intent-filter android:priority="1">
John Spurlocka00194d2015-06-04 13:01:59 -04002878 <action android:name="android.settings.NOTIFICATION_POLICY_ACCESS_SETTINGS" />
John Spurlock08531a82015-05-07 17:45:43 -04002879 <category android:name="android.intent.category.DEFAULT" />
2880 </intent-filter>
John Spurlock08531a82015-05-07 17:45:43 -04002881 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05002882 android:value="com.android.settings.notification.zen.ZenAccessSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +08002883 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2884 android:value="@string/menu_key_notifications"/>
Daniel Sandler79b9bfe2013-04-04 14:30:04 -04002885 </activity>
2886
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002887 <activity
2888 android:name="Settings$ConfigureNotificationSettingsActivity"
2889 android:label="@string/configure_notification_settings"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002890 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002891 <intent-filter android:priority="1">
2892 <action android:name="android.settings.NOTIFICATION_SETTINGS" />
2893 <category android:name="android.intent.category.DEFAULT" />
2894 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07002895 <intent-filter android:priority="21">
Dan Sandler347f9442014-03-11 01:32:47 -04002896 <action android:name="android.intent.action.MAIN" />
Dan Sandler347f9442014-03-11 01:32:47 -04002897 <category android:name="com.android.settings.SHORTCUT" />
2898 </intent-filter>
2899 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynolds8c0a4232015-11-24 10:08:14 -05002900 android:value="com.android.settings.notification.ConfigureNotificationSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +08002901 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2902 android:value="@string/menu_key_notifications"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002903 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2904 android:value="true" />
Dan Sandler347f9442014-03-11 01:32:47 -04002905 </activity>
2906
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002907 <activity
Julia Reynolds6a88e142020-06-02 11:20:13 -04002908 android:name="Settings$ConversationListSettingsActivity"
2909 android:label="@string/zen_mode_conversations_title"
2910 android:exported="true">
2911 <intent-filter android:priority="1">
2912 <action android:name="android.settings.CONVERSATION_SETTINGS" />
2913 <category android:name="android.intent.category.DEFAULT" />
2914 </intent-filter>
2915 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2916 android:value="com.android.settings.notification.app.ConversationListSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +08002917 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2918 android:value="@string/menu_key_apps"/>
Julia Reynolds6a88e142020-06-02 11:20:13 -04002919 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2920 android:value="true" />
2921 </activity>
2922
2923 <activity
Julia Reynolds4e48da92019-03-26 09:04:22 -04002924 android:name="Settings$AppBubbleNotificationSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002925 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002926 android:label="@string/bubbles_app_toggle_title">
Julia Reynolds4e48da92019-03-26 09:04:22 -04002927 <intent-filter android:priority="1">
2928 <action android:name="android.settings.APP_NOTIFICATION_BUBBLE_SETTINGS" />
2929 <category android:name="android.intent.category.DEFAULT" />
2930 </intent-filter>
2931 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05002932 android:value="com.android.settings.notification.app.AppBubbleNotificationSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +08002933 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2934 android:value="@string/menu_key_apps"/>
Julia Reynolds4e48da92019-03-26 09:04:22 -04002935 </activity>
2936
2937 <activity
Amber Ogata9d5de292020-12-16 20:37:22 +00002938 android:name="Settings$PremiumSmsAccessActivity"
2939 android:label="@string/premium_sms_access"
2940 android:exported="true">
2941 <intent-filter>
2942 <action android:name="android.settings.PREMIUM_SMS_SETTINGS" />
2943 <category android:name="android.intent.category.DEFAULT" />
2944 <data android:scheme="package" />
2945 </intent-filter>
2946 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2947 android:value="com.android.settings.applications.specialaccess.premiumsms.PremiumSmsAccess" />
2948 </activity>
2949
2950 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002951 android:name="Settings$SoundSettingsActivity"
2952 android:label="@string/sound_settings"
2953 android:icon="@drawable/ic_homepage_sound"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002954 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002955 <intent-filter android:priority="1">
John Spurlock4e4cdef2014-05-28 09:43:45 -04002956 <action android:name="com.android.settings.SOUND_SETTINGS" />
2957 <action android:name="android.settings.SOUND_SETTINGS" />
Kenny Guyf9f279e2017-04-04 18:01:13 +01002958 <action android:name="android.settings.ACTION_OTHER_SOUND_SETTINGS" />
John Spurlock4e4cdef2014-05-28 09:43:45 -04002959 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002960 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07002961 <intent-filter android:priority="40">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002962 <action android:name="android.intent.action.MAIN" />
Julia Reynolds8c0a4232015-11-24 10:08:14 -05002963 <category android:name="com.android.settings.SHORTCUT" />
John Spurlock4e4cdef2014-05-28 09:43:45 -04002964 </intent-filter>
2965 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynolds8c0a4232015-11-24 10:08:14 -05002966 android:value="com.android.settings.notification.SoundSettings" />
Alexandra Gherghina25138512014-07-21 22:42:21 +01002967 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2968 android:value="true" />
Julia Reynolds8c0a4232015-11-24 10:08:14 -05002969 </activity>
John Spurlock4e4cdef2014-05-28 09:43:45 -04002970
Julia Reynoldsff9500d2018-03-21 15:23:13 -04002971 <!-- Show apps for which application-level notification settings are applicable -->
2972 <activity android:name="Settings$NotificationAppListActivity"
2973 android:label="@string/app_notifications_title"
2974 android:icon="@drawable/ic_notifications"
Fan Zhang416ff0a2018-10-26 15:39:39 -07002975 android:exported="true">
Julia Reynoldsff9500d2018-03-21 15:23:13 -04002976 <intent-filter android:priority="1">
2977 <action android:name="android.settings.ALL_APPS_NOTIFICATION_SETTINGS" />
2978 <category android:name="android.intent.category.DEFAULT" />
2979 </intent-filter>
Julia Reynoldsff9500d2018-03-21 15:23:13 -04002980 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2981 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu9037cea2021-09-09 16:54:01 +08002982 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2983 android:value="@string/menu_key_notifications"/>
Julia Reynoldsff9500d2018-03-21 15:23:13 -04002984 </activity>
2985
John Spurlock802ddf92014-07-18 11:51:13 -04002986 <!-- Show application-level notification settings (app passed in as extras) -->
2987 <activity android:name="Settings$AppNotificationSettingsActivity"
John Spurlockb8ec3432014-07-27 13:33:34 -04002988 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002989 <intent-filter android:priority="1">
2990 <action android:name="android.settings.APP_NOTIFICATION_SETTINGS" />
2991 <category android:name="android.intent.category.DEFAULT" />
2992 </intent-filter>
John Spurlock802ddf92014-07-18 11:51:13 -04002993 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05002994 android:value="com.android.settings.notification.app.AppNotificationSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +08002995 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2996 android:value="@string/menu_key_notifications"/>
John Spurlockb8ec3432014-07-27 13:33:34 -04002997 </activity>
2998
Julia Reynolds69492882017-01-25 10:32:07 -05002999 <!-- Show channel-level notification settings (channel passed in as extras) -->
Julia Reynoldsefe26e22021-03-10 21:38:49 -05003000 <activity android:name=".notification.app.ChannelPanelActivity"
Julia Reynoldse2897ae2018-04-19 10:04:53 -04003001 android:label="@string/notification_channel_title"
Julia Reynoldsefe26e22021-03-10 21:38:49 -05003002 android:theme="@style/Theme.Panel"
Julia Reynoldsefe26e22021-03-10 21:38:49 -05003003 android:excludeFromRecents="true"
Julia Reynoldsefe26e22021-03-10 21:38:49 -05003004 android:configChanges="orientation|keyboardHidden|screenSize"
Julia Reynolds69492882017-01-25 10:32:07 -05003005 android:exported="true">
3006 <intent-filter android:priority="1">
3007 <action android:name="android.settings.CHANNEL_NOTIFICATION_SETTINGS" />
3008 <category android:name="android.intent.category.DEFAULT" />
3009 </intent-filter>
Julia Reynolds69492882017-01-25 10:32:07 -05003010 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05003011 android:value="com.android.settings.notification.app.ChannelNotificationSettings" />
Julia Reynolds69492882017-01-25 10:32:07 -05003012 </activity>
3013
Zachary Kuznia5adcb3d2015-08-07 16:32:28 -07003014 <!-- Show Manual (from settings item) -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003015 <activity
3016 android:name="ManualDisplayActivity"
3017 android:label="@string/manual"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003018 android:exported="true"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003019 android:enabled="@bool/config_show_manual">
Zachary Kuznia5adcb3d2015-08-07 16:32:28 -07003020 <intent-filter>
3021 <action android:name="android.settings.SHOW_MANUAL" />
3022 <category android:name="android.intent.category.DEFAULT" />
3023 </intent-filter>
3024 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3025 android:value="true" />
3026 </activity>
3027
Jake Hamby5e9bd862013-04-09 15:48:25 -07003028 <!-- Show regulatory info (from settings item or dialing "*#07#") -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003029 <activity
3030 android:name="RegulatoryInfoDisplayActivity"
3031 android:label="@string/regulatory_labels"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003032 android:exported="true"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003033 android:enabled="@bool/config_show_regulatory_info">
Jeff Sharkey3daa2592014-04-18 15:30:15 -07003034 <intent-filter>
Jake Hamby5e9bd862013-04-09 15:48:25 -07003035 <action android:name="android.settings.SHOW_REGULATORY_INFO" />
3036 <category android:name="android.intent.category.DEFAULT" />
3037 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003038 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3039 android:value="true" />
Jake Hamby5e9bd862013-04-09 15:48:25 -07003040 </activity>
3041
Eugene Susla57544122017-04-14 10:42:59 -07003042 <!-- Confirmation dialog for enabling notification access from CompanionDeviceManager -->
3043 <activity android:name=".notification.NotificationAccessConfirmationActivity"
Guojing Yuan19235b82021-05-12 17:06:42 +00003044 android:taskAffinity=".notification.NotificationAccessConfirmationActivity"
Eugene Susla57544122017-04-14 10:42:59 -07003045 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" />
3046
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003047 <receiver android:name="com.android.settingslib.bluetooth.BluetoothDiscoverableTimeoutReceiver"
3048 android:exported="true">
Srikanth Uppala59a97f72012-04-04 03:32:22 -07003049 <intent-filter>
3050 <action android:name="android.bluetooth.intent.DISCOVERABLE_TIMEOUT" />
3051 </intent-filter>
3052 </receiver>
3053
Amith Yamasani32dccbc2012-09-13 18:06:49 -07003054 <!-- Watch for ContactsContract.Profile changes and update the user's photo. -->
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003055 <receiver android:name=".users.ProfileUpdateReceiver"
3056 android:exported="true">
Amith Yamasani32dccbc2012-09-13 18:06:49 -07003057 <intent-filter>
3058 <action android:name="android.provider.Contacts.PROFILE_CHANGED" />
3059 </intent-filter>
3060 </receiver>
3061
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003062 <receiver android:name=".sim.SimSelectNotification"
3063 android:exported="true">
PauloftheWest63f7bc82014-10-30 08:01:30 -07003064 <intent-filter>
Malcolm Chena05e6f82019-03-27 17:45:29 -07003065 <action android:name="android.telephony.action.PRIMARY_SUBSCRIPTION_LIST_CHANGED"/>
Malcolm Chen7dd82f92019-04-18 19:45:04 -07003066 <action android:name="android.settings.ENABLE_MMS_DATA_REQUEST"/>
PauloftheWest63f7bc82014-10-30 08:01:30 -07003067 </intent-filter>
3068 </receiver>
3069
Amith Yamasani2ad96252013-09-09 13:07:27 -07003070 <provider
Aurimas Liutikase0069d32018-04-17 11:22:43 -07003071 android:name="androidx.core.content.FileProvider"
Amith Yamasani2ad96252013-09-09 13:07:27 -07003072 android:authorities="com.android.settings.files"
3073 android:grantUriPermissions="true"
3074 android:exported="false">
3075 <meta-data
3076 android:name="android.support.FILE_PROVIDER_PATHS"
3077 android:resource="@xml/file_paths" />
3078 </provider>
Fabrice Di Megliofa7dc242014-03-12 19:24:43 -07003079
Andrew Sapperstein56a8c332019-06-18 09:44:18 -07003080 <provider
3081 android:name=".deviceinfo.legal.ModuleLicenseProvider"
3082 android:authorities="com.android.settings.module_licenses"
3083 android:grantUriPermissions="true"
3084 android:exported="false"/>
3085
Fan Zhang9fdceae2021-03-10 21:45:19 +00003086 <provider
3087 android:name=".emergency.EmergencyActionContentProvider"
3088 android:authorities="com.android.settings.emergency"
3089 android:permission="android.permission.CALL_PRIVILEGED"
3090 android:exported="true"/>
3091
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003092 <activity
3093 android:name=".wifi.RequestToggleWiFiActivity"
3094 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"
Svetoslav Ganov871078e2016-07-26 18:26:45 -07003095 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003096 android:exported="true"
Svetoslav Ganov871078e2016-07-26 18:26:45 -07003097 android:permission="android.permission.CHANGE_WIFI_STATE">
3098 <intent-filter>
3099 <action android:name="android.net.wifi.action.REQUEST_ENABLE" />
3100 <action android:name="android.net.wifi.action.REQUEST_DISABLE" />
3101 <category android:name="android.intent.category.DEFAULT" />
3102 </intent-filter>
3103 </activity>
3104
Weng Su56a88882021-07-06 11:30:17 +08003105 <!--
3106 The Wi-Fi result data will only be returned from WifiDialogActivity if the calling
3107 package has ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission. (see b/185126813)
3108 -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003109 <activity
3110 android:name=".wifi.WifiDialogActivity"
Udam Saini86d52c92016-03-10 11:30:53 -08003111 android:label=""
Maurice Lam771fac52015-09-08 10:36:43 -07003112 android:theme="@style/Transparent"
3113 android:excludeFromRecents="true"
lindatseng8d7d0132019-05-21 14:41:11 -07003114 android:documentLaunchMode="always"
Maurice Lamec1f2ee2015-10-29 16:40:49 -07003115 android:exported="true"
Udam Saini0ec68622015-12-21 10:52:34 -08003116 android:permission="android.permission.CHANGE_WIFI_STATE"
3117 android:configChanges="orientation|keyboardHidden|screenSize">
Maurice Lam771fac52015-09-08 10:36:43 -07003118 <intent-filter>
3119 <action android:name="com.android.settings.WIFI_DIALOG" />
3120 <category android:name="android.intent.category.DEFAULT" />
3121 </intent-filter>
3122 </activity>
3123
cosmohsiehda37bb72018-11-26 11:58:02 +08003124 <activity
3125 android:name=".wifi.NetworkRequestDialogActivity"
govenliudbf920c2019-08-19 16:22:22 +08003126 android:theme="@style/Theme.AlertDialog"
cosmohsiehda37bb72018-11-26 11:58:02 +08003127 android:excludeFromRecents="true"
cosmohsiehed2fac12019-03-21 13:32:19 +08003128 android:launchMode="singleTop"
3129 android:taskAffinity=".wifi.NetworkRequestDialogActivity"
cosmohsiehda37bb72018-11-26 11:58:02 +08003130 android:exported="true"
Roshan Piusb2db1f02019-11-19 15:45:40 +00003131 android:permission="android.permission.NETWORK_SETTINGS">
cosmohsiehda37bb72018-11-26 11:58:02 +08003132 <intent-filter>
cosmohsieh1e2e6142019-01-11 10:02:24 +08003133 <action android:name="com.android.settings.wifi.action.NETWORK_REQUEST" />
cosmohsiehda37bb72018-11-26 11:58:02 +08003134 <category android:name="android.intent.category.DEFAULT" />
3135 </intent-filter>
3136 </activity>
3137
Jason Chiu2c3e6c62019-04-30 14:41:19 +08003138 <receiver
Jason Chiuda2ca2f2019-01-29 17:13:28 +08003139 android:name=".wifi.slice.ConnectToWifiHandler"
Jason Chiuda2ca2f2019-01-29 17:13:28 +08003140 android:exported="false" />
3141
Antony Sargenta7dc2772019-04-12 15:08:16 -07003142 <activity
3143 android:name=".sim.SimDialogActivity"
3144 android:theme="@style/Theme.AlertDialog"
3145 android:label="@string/sim_settings_title"
3146 android:launchMode="singleTop"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003147 android:exported="true"
Antony Sargenta7dc2772019-04-12 15:08:16 -07003148 android:excludeFromRecents="true">
PauloftheWestffef98b2014-11-18 07:12:48 -08003149 <intent-filter>
3150 <action android:name="android.intent.action.MAIN" />
PauloftheWestffef98b2014-11-18 07:12:48 -08003151 </intent-filter>
3152 </activity>
3153
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003154 <activity
Fan Zhang03dd39c2019-04-02 16:41:01 -07003155 android:name=".flashlight.FlashlightHandleActivity"
3156 android:theme="@android:style/Theme.NoDisplay"
3157 android:excludeFromRecents="true"
3158 android:exported="true"
3159 android:label="@string/power_flashlight"/>
3160
3161 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003162 android:name="Settings$WifiCallingSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003163 android:exported="true"
Fan Zhang416ff0a2018-10-26 15:39:39 -07003164 android:label="@string/wifi_calling_settings_title">
Pavel Zhamaitsiak4ab32562015-02-23 15:34:07 -08003165 <intent-filter>
3166 <action android:name="android.intent.action.MAIN" />
3167 <action android:name="android.settings.WIFI_CALLING_SETTINGS" />
3168 <category android:name="android.intent.category.DEFAULT" />
3169 <category android:name="android.intent.category.VOICE_LAUNCH" />
3170 </intent-filter>
3171 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangb91db422018-02-09 10:25:55 -08003172 android:value="com.android.settings.wifi.calling.WifiCallingSettings" />
Pavel Zhamaitsiak4ab32562015-02-23 15:34:07 -08003173 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3174 android:value="true" />
Pavel Zhamaitsiak4ab32562015-02-23 15:34:07 -08003175 </activity>
3176
Fan Zhangb91db422018-02-09 10:25:55 -08003177 <activity android:name=".wifi.calling.WifiCallingSuggestionActivity"
Jason Monkd3ac2392016-01-27 13:54:35 -05003178 android:label="@string/wifi_calling_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003179 android:exported="true"
Mill Chen71958002019-01-23 10:44:39 +08003180 android:icon="@drawable/ic_suggestion_wireless">
Jason Monkd3ac2392016-01-27 13:54:35 -05003181 <intent-filter>
3182 <action android:name="android.intent.action.MAIN" />
Fan Zhang7afbf0f2017-05-08 09:31:01 -07003183 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
Jason Monkd3ac2392016-01-27 13:54:35 -05003184 </intent-filter>
3185 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangb91db422018-02-09 10:25:55 -08003186 android:value="com.android.settings.wifi.calling.WifiCallingSettings" />
Jason Monkd3ac2392016-01-27 13:54:35 -05003187 <meta-data android:name="com.android.settings.dismiss"
Fan Zhangaf91c1f2017-06-03 15:24:11 -07003188 android:value="10,14,30" />
Jason Monkd3ac2392016-01-27 13:54:35 -05003189 <meta-data android:name="com.android.settings.title"
3190 android:resource="@string/wifi_calling_suggestion_title" />
Jason Monkec1f28e2016-02-24 17:39:29 -05003191 <meta-data android:name="com.android.settings.summary"
3192 android:resource="@string/wifi_calling_suggestion_summary" />
Jason Monkd3ac2392016-01-27 13:54:35 -05003193 </activity>
3194
Fabrice Di Megliofa7dc242014-03-12 19:24:43 -07003195 <provider
3196 android:name=".search.SettingsSearchIndexablesProvider"
3197 android:authorities="com.android.settings"
3198 android:multiprocess="false"
3199 android:grantUriPermissions="true"
3200 android:permission="android.permission.READ_SEARCH_INDEXABLES"
3201 android:exported="true">
3202 <intent-filter>
3203 <action android:name="android.content.action.SEARCH_INDEXABLES_PROVIDER" />
3204 </intent-filter>
3205 </provider>
3206
Fan Zhang2985a072017-09-27 17:32:46 -07003207 <provider
3208 android:name=".dashboard.suggestions.SuggestionStateProvider"
3209 android:authorities="com.android.settings.suggestions.status"
3210 android:exported="true">
3211 <intent-filter>
3212 <action android:name="com.android.settings.action.SUGGESTION_STATE_PROVIDER" />
3213 </intent-filter>
3214 </provider>
3215
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003216 <activity
3217 android:name="Settings$OverlaySettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003218 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003219 android:label="@string/draw_overlay">
Billy Lau7f70ba12015-07-03 17:01:18 +01003220 <intent-filter android:priority="1">
3221 <action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" />
3222 <category android:name="android.intent.category.DEFAULT" />
3223 </intent-filter>
Billy Laufee78562015-07-27 12:57:07 +01003224 <intent-filter android:priority="1">
3225 <action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" />
3226 <category android:name="android.intent.category.DEFAULT" />
3227 <data android:scheme="package" />
3228 </intent-filter>
3229 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Bernardo Rufino897a0e02019-11-06 15:00:27 +00003230 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Raff Tsai613f15a2020-01-05 21:56:35 +08003231 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3232 android:value="true" />
Billy Laufee78562015-07-27 12:57:07 +01003233 </activity>
3234
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003235 <activity
Bernardo Rufino88540312019-11-25 19:40:53 +00003236 android:name="Settings$AppDrawOverlaySettingsActivity"
3237 android:label="@string/draw_overlay"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003238 android:exported="true"
Bernardo Rufino88540312019-11-25 19:40:53 +00003239 android:permission="android.permission.INTERNAL_SYSTEM_WINDOW">
3240 <intent-filter android:priority="1">
3241 <action android:name="android.settings.MANAGE_APP_OVERLAY_PERMISSION" />
3242 <category android:name="android.intent.category.DEFAULT" />
3243 <data android:scheme="package" />
3244 </intent-filter>
3245 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3246 android:value="com.android.settings.applications.appinfo.DrawOverlayDetails" />
3247 </activity>
3248
3249 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003250 android:name="Settings$WriteSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003251 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003252 android:label="@string/write_settings_title">
Billy Lau7f70ba12015-07-03 17:01:18 +01003253 <intent-filter android:priority="1">
3254 <action android:name="android.settings.action.MANAGE_WRITE_SETTINGS" />
3255 <category android:name="android.intent.category.DEFAULT" />
3256 </intent-filter>
Billy Laubb3aa262015-07-21 16:43:17 +01003257 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07003258 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Raff Tsai613f15a2020-01-05 21:56:35 +08003259 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3260 android:value="true" />
Billy Lau7f70ba12015-07-03 17:01:18 +01003261 </activity>
3262
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003263 <activity
3264 android:name="Settings$AppWriteSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003265 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003266 android:label="@string/write_settings_title">
Suprabh Shuklaf59d2112017-03-06 17:51:05 -08003267 <intent-filter android:priority="1">
3268 <action android:name="android.settings.action.MANAGE_WRITE_SETTINGS" />
3269 <category android:name="android.intent.category.DEFAULT" />
3270 <data android:scheme="package" />
3271 </intent-filter>
3272 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Lingebf88432017-12-11 11:18:10 -08003273 android:value="com.android.settings.applications.appinfo.WriteSettingsDetails" />
Suprabh Shuklaf59d2112017-03-06 17:51:05 -08003274 </activity>
3275
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003276 <activity
Suprabh Shuklac8b92402021-02-17 18:00:35 -08003277 android:name="Settings$AlarmsAndRemindersActivity"
3278 android:exported="true"
3279 android:label="@string/alarms_and_reminders_label">
3280 <intent-filter android:priority="1">
3281 <action android:name="android.settings.REQUEST_SCHEDULE_EXACT_ALARM" />
3282 <category android:name="android.intent.category.DEFAULT" />
3283 </intent-filter>
3284 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3285 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
3286 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3287 android:value="true" />
3288 </activity>
3289
3290 <activity
3291 android:name="Settings$AlarmsAndRemindersAppActivity"
3292 android:exported="true"
3293 android:label="@string/alarms_and_reminders_label">
3294 <intent-filter android:priority="1">
3295 <action android:name="android.settings.REQUEST_SCHEDULE_EXACT_ALARM" />
3296 <category android:name="android.intent.category.DEFAULT" />
3297 <data android:scheme="package" />
3298 </intent-filter>
3299 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3300 android:value="com.android.settings.applications.appinfo.AlarmsAndRemindersDetails" />
3301 </activity>
3302
3303 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003304 android:name="Settings$ManageExternalSourcesActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003305 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003306 android:label="@string/install_other_apps">
Suprabh Shukla57d92312016-12-16 14:44:05 -08003307 <intent-filter android:priority="1">
Suprabh Shuklaed0ba742017-04-20 16:02:54 -07003308 <action android:name="android.settings.MANAGE_UNKNOWN_APP_SOURCES" />
Suprabh Shukla57d92312016-12-16 14:44:05 -08003309 <category android:name="android.intent.category.DEFAULT" />
3310 </intent-filter>
3311 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07003312 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Raff Tsai613f15a2020-01-05 21:56:35 +08003313 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3314 android:value="true" />
Suprabh Shukla57d92312016-12-16 14:44:05 -08003315 </activity>
3316
Suprabh Shuklaf59d2112017-03-06 17:51:05 -08003317 <activity android:name="Settings$ManageAppExternalSourcesActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003318 android:exported="true"
Fan Zhang416ff0a2018-10-26 15:39:39 -07003319 android:label="@string/install_other_apps">
Billy Laufee78562015-07-27 12:57:07 +01003320 <intent-filter android:priority="1">
Suprabh Shuklaed0ba742017-04-20 16:02:54 -07003321 <action android:name="android.settings.MANAGE_UNKNOWN_APP_SOURCES" />
Billy Laufee78562015-07-27 12:57:07 +01003322 <category android:name="android.intent.category.DEFAULT" />
3323 <data android:scheme="package" />
3324 </intent-filter>
3325 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Lingebf88432017-12-11 11:18:10 -08003326 android:value="com.android.settings.applications.appinfo.ExternalSourcesDetails" />
Billy Laufee78562015-07-27 12:57:07 +01003327 </activity>
3328
arangelove35badd2017-10-27 13:51:28 +01003329 <activity android:name=".enterprise.ActionDisabledByAdminDialog"
Edgar Wang83507b52021-05-27 00:47:03 +08003330 android:theme="@style/Theme.AlertDialog"
Mill Chen078af332019-04-04 15:39:27 -07003331 android:taskAffinity="com.android.settings.enterprise"
Sudheer Shankafee4e3e2016-02-18 17:48:01 +00003332 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003333 android:exported="true"
Sudheer Shankafee4e3e2016-02-18 17:48:01 +00003334 android:launchMode="singleTop">
Sudheer Shankabc1c50c2018-02-13 17:19:38 -08003335 <intent-filter android:priority="1">
Sudheer Shankacb99d942015-12-31 17:46:29 +00003336 <action android:name="android.settings.SHOW_ADMIN_SUPPORT_DETAILS" />
Sudheer Shanka9159fe92015-11-23 12:07:05 +00003337 <category android:name="android.intent.category.DEFAULT" />
3338 </intent-filter>
3339 </activity>
3340
shafika54d7a82020-01-08 18:03:22 +00003341 <activity
3342 android:name="Settings$ManageExternalStorageActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003343 android:exported="true"
shafika54d7a82020-01-08 18:03:22 +00003344 android:label="@string/manage_external_storage_title">
3345 <intent-filter android:priority="1">
3346 <action android:name="android.settings.MANAGE_ALL_FILES_ACCESS_PERMISSION" />
3347 <category android:name="android.intent.category.DEFAULT" />
3348 </intent-filter>
3349 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3350 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
3351 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3352 android:value="true" />
3353 </activity>
3354
3355 <activity
3356 android:name="Settings$AppManageExternalStorageActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003357 android:exported="true"
shafikc32844922020-01-20 16:01:21 +00003358 android:label="@string/manage_external_storage_title">
shafika54d7a82020-01-08 18:03:22 +00003359 <intent-filter android:priority="1">
3360 <action android:name="android.settings.MANAGE_APP_ALL_FILES_ACCESS_PERMISSION" />
3361 <category android:name="android.intent.category.DEFAULT" />
3362 <data android:scheme="package" />
3363 </intent-filter>
3364 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3365 android:value="com.android.settings.applications.appinfo.ManageExternalStorageDetails" />
3366 </activity>
3367
Ivan Chiangd01c81e2021-03-09 10:39:45 +08003368 <activity
3369 android:name="Settings$MediaManagementAppsActivity"
3370 android:exported="true"
3371 android:label="@string/media_management_apps_title">
3372 <intent-filter android:priority="1">
3373 <action android:name="android.settings.REQUEST_MANAGE_MEDIA" />
3374 <category android:name="android.intent.category.DEFAULT" />
3375 </intent-filter>
3376 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3377 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
3378 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3379 android:value="true" />
3380 </activity>
3381
3382 <activity
3383 android:name="Settings$AppMediaManagementAppsActivity"
3384 android:exported="true"
3385 android:label="@string/media_management_apps_title">
3386 <intent-filter android:priority="1">
3387 <action android:name="android.settings.REQUEST_MANAGE_MEDIA" />
3388 <category android:name="android.intent.category.DEFAULT" />
3389 <data android:scheme="package" />
3390 </intent-filter>
3391 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3392 android:value="com.android.settings.applications.appinfo.MediaManagementAppsDetails" />
3393 </activity>
3394
Gustav Sennton4d3334c2016-12-13 19:16:48 +00003395 <!-- Keep compatibility with old WebView-picker implementation -->
3396 <activity-alias android:name=".WebViewImplementation"
Gustav Sennton5b596282017-02-03 16:19:02 +00003397 android:targetActivity="Settings$WebViewAppPickerActivity"
Jason Monk75199542016-05-06 15:09:32 -04003398 android:exported="true"
3399 android:excludeFromRecents="true"
Andrew Sapperstein7e157432016-07-15 16:46:38 -07003400 android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert">
Jason Monk75199542016-05-06 15:09:32 -04003401 <intent-filter>
3402 <action android:name="android.settings.WEBVIEW_SETTINGS" />
3403 <category android:name="android.intent.category.DEFAULT" />
3404 </intent-filter>
3405 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3406 android:value="true" />
Gustav Sennton5b596282017-02-03 16:19:02 +00003407 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3408 android:value="com.android.settings.webview.WebViewAppPicker" />
Jason Chiu9037cea2021-09-09 16:54:01 +08003409 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3410 android:value="@string/menu_key_system"/>
Doris Lingd299b032017-02-28 17:32:36 -08003411 </activity-alias>
Doris Ling91365232016-05-23 17:06:26 -07003412
Chandan Nath0bfef632019-01-28 21:15:13 +00003413 <provider
Raff Tsai6db277e2019-10-02 16:43:23 +08003414 android:name=".dashboard.SummaryProvider"
3415 android:authorities="com.android.settings.dashboard.SummaryProvider">
Chandan Nath0bfef632019-01-28 21:15:13 +00003416 </provider>
3417
3418 <activity android:name=".backup.UserBackupSettingsActivity"
Doris Ling26bf0032016-06-15 18:16:09 -07003419 android:label="@string/privacy_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003420 android:exported="true"
Chandan Nath0bfef632019-01-28 21:15:13 +00003421 android:icon="@drawable/ic_settings_backup">
Doris Ling26bf0032016-06-15 18:16:09 -07003422 <intent-filter>
3423 <action android:name="android.intent.action.MAIN" />
3424 <category android:name="android.intent.category.DEFAULT" />
3425 <category android:name="android.intent.category.VOICE_LAUNCH" />
3426 </intent-filter>
Chandan Nath0bfef632019-01-28 21:15:13 +00003427 <!-- Mark the activity as a dynamic setting -->
3428 <intent-filter>
3429 <action android:name="com.android.settings.action.IA_SETTINGS" />
3430 </intent-filter>
3431 <!-- Tell Settings app which category it belongs to -->
3432 <meta-data android:name="com.android.settings.category"
3433 android:value="com.android.settings.category.ia.system" />
Jason Chiu5f0fc1f2021-05-24 18:27:42 +08003434 <meta-data android:name="com.android.settings.icon"
3435 android:resource="@drawable/ic_settings_backup" />
Chandan Nath0bfef632019-01-28 21:15:13 +00003436 <meta-data android:name="com.android.settings.order" android:value="-60"/>
Doris Ling26bf0032016-06-15 18:16:09 -07003437 </activity>
3438
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003439 <activity
3440 android:name="Settings$AutomaticStorageManagerSettingsActivity"
3441 android:exported="@bool/config_storage_manager_settings_enabled"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003442 android:label="@string/automatic_storage_manager_settings">
Daniel Nishi39818892016-09-20 16:40:49 -07003443 <intent-filter android:priority="1">
3444 <action android:name="android.settings.STORAGE_MANAGER_SETTINGS" />
3445 <category android:name="android.intent.category.DEFAULT" />
3446 </intent-filter>
3447 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3448 android:value="com.android.settings.deletionhelper.AutomaticStorageManagerSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +08003449 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3450 android:value="@string/menu_key_storage"/>
Daniel Nishi39818892016-09-20 16:40:49 -07003451 </activity>
Fan Zhangcc335d92016-09-29 14:37:14 -07003452
Sean Stout64417232019-04-05 12:34:44 -07003453 <!-- Show app-level advanced power usage details (app passed in as extras) -->
3454 <activity
3455 android:name=".fuelgauge.AdvancedPowerUsageDetailActivity"
3456 android:excludeFromRecents="true"
3457 android:launchMode="singleInstance"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003458 android:exported="true"
Sean Stout64417232019-04-05 12:34:44 -07003459 android:theme="@android:style/Theme.NoDisplay">
3460 <intent-filter>
Sean Stout75ea57a2020-07-14 23:32:14 +00003461 <action android:name="android.settings.VIEW_ADVANCED_POWER_USAGE_DETAIL" />
Sean Stout64417232019-04-05 12:34:44 -07003462 <category android:name="android.intent.category.DEFAULT" />
3463 <data android:scheme="package" />
3464 </intent-filter>
3465 </activity>
3466
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003467 <activity
Yanting Yang92fce8e2020-12-17 23:26:49 +08003468 android:name=".Settings$AppDashboardActivity"
3469 android:label="@string/apps_dashboard_title"
3470 android:icon="@drawable/ic_homepage_apps"
3471 android:exported="true">
3472 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3473 android:value="com.android.settings.applications.AppDashboardFragment"/>
Jason Chiu9037cea2021-09-09 16:54:01 +08003474 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3475 android:value="@string/menu_key_apps"/>
Yanting Yang92fce8e2020-12-17 23:26:49 +08003476 </activity>
3477
3478 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003479 android:name=".Settings$AccountDashboardActivity"
3480 android:label="@string/account_dashboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003481 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003482 android:icon="@drawable/ic_homepage_accounts">
Fan Zhange2de8d52017-02-13 12:28:43 -08003483 <intent-filter android:priority="1">
3484 <action android:name="android.settings.SYNC_SETTINGS" />
3485 <category android:name="android.intent.category.DEFAULT" />
3486 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07003487 <intent-filter android:priority="53">
Fan Zhang2f4355a2018-06-21 15:34:43 -07003488 <action android:name="android.intent.action.MAIN" />
3489 <category android:name="com.android.settings.SHORTCUT" />
3490 </intent-filter>
Fan Zhangb75fdfc2016-12-14 11:35:28 -08003491 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang881d5792018-01-26 10:15:56 -08003492 android:value="com.android.settings.accounts.AccountDashboardFragment"/>
Jason Chiu9037cea2021-09-09 16:54:01 +08003493 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3494 android:value="@string/menu_key_accounts"/>
Rubin Xu71560fc2018-05-17 14:48:49 +01003495 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3496 android:value="true" />
Fan Zhangb75fdfc2016-12-14 11:35:28 -08003497 </activity>
3498
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003499 <activity
3500 android:name=".Settings$SystemDashboardActivity"
3501 android:label="@string/header_category_system"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003502 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003503 android:icon="@drawable/ic_homepage_system_dashboard">
Fan Zhang5a981772018-06-22 14:30:09 -07003504 <intent-filter android:priority="70">
Fan Zhang2f4355a2018-06-21 15:34:43 -07003505 <action android:name="android.intent.action.MAIN" />
3506 <category android:name="com.android.settings.SHORTCUT" />
3507 </intent-filter>
Fan Zhangcc335d92016-09-29 14:37:14 -07003508 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3509 android:value="com.android.settings.system.SystemDashboardFragment"/>
Jason Chiu9037cea2021-09-09 16:54:01 +08003510 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3511 android:value="@string/menu_key_system"/>
Fan Zhangcc335d92016-09-29 14:37:14 -07003512 </activity>
3513
Fan Zhangb4737302017-05-31 12:43:48 -07003514 <activity android:name=".support.SupportDashboardActivity"
Fan Zhangcc335d92016-09-29 14:37:14 -07003515 android:label="@string/page_tab_title_support"
Fan Zhang925a4f82018-01-23 16:35:31 -08003516 android:icon="@drawable/ic_homepage_support"
Daniel Nishi67ca29f2017-07-17 12:49:04 -07003517 android:theme="@android:style/Theme.DeviceDefault.Light.Panel"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003518 android:exported="true"
Fan Zhang6ff6add2017-03-02 12:07:38 -08003519 android:enabled="@bool/config_support_enabled">
Fan Zhang9445d152018-08-06 10:03:07 -07003520 <intent-filter>
Maurice Lam5f0edba2017-06-08 11:57:40 -07003521 <action android:name="com.android.settings.action.SUPPORT_SETTINGS" />
3522 <category android:name="android.intent.category.DEFAULT" />
3523 </intent-filter>
Fan Zhanga96a2d82016-09-27 17:51:11 -07003524 </activity>
3525
Jason Monkdc252eb2016-01-30 11:36:52 -05003526 <service
3527 android:name=".SettingsDumpService"
3528 android:exported="true"
3529 android:permission="android.permission.DUMP" />
3530
Dan Sandler3bd52dd2016-03-24 10:24:27 -07003531 <!-- Quick Settings tiles for Developer Options -->
3532 <service
Fan Zhang83332602017-10-09 15:53:16 -07003533 android:name=".development.qstile.DevelopmentTiles$ShowLayout"
Sunny Goyalc9607512017-02-06 15:19:00 -08003534 android:label="@string/debug_layout"
3535 android:icon="@drawable/tile_icon_show_layout"
Sunny Goyalbf9f2d22016-11-02 11:20:17 -07003536 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003537 android:exported="true"
Sunny Goyalc9607512017-02-06 15:19:00 -08003538 android:enabled="false">
3539 <intent-filter>
3540 <action android:name="android.service.quicksettings.action.QS_TILE" />
3541 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05003542 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04003543 android:value="true"/>
Sunny Goyalc9607512017-02-06 15:19:00 -08003544 </service>
3545 <service
Fan Zhang83332602017-10-09 15:53:16 -07003546 android:name=".development.qstile.DevelopmentTiles$GPUProfiling"
Sunny Goyalc9607512017-02-06 15:19:00 -08003547 android:label="@string/track_frame_time"
3548 android:icon="@drawable/tile_icon_graphics"
3549 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003550 android:exported="true"
Sunny Goyalc9607512017-02-06 15:19:00 -08003551 android:enabled="false">
3552 <intent-filter>
3553 <action android:name="android.service.quicksettings.action.QS_TILE" />
3554 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05003555 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04003556 android:value="true"/>
Sunny Goyalc9607512017-02-06 15:19:00 -08003557 </service>
3558 <service
Fan Zhang83332602017-10-09 15:53:16 -07003559 android:name=".development.qstile.DevelopmentTiles$ForceRTL"
Sunny Goyalc9607512017-02-06 15:19:00 -08003560 android:label="@string/force_rtl_layout_all_locales"
3561 android:icon="@drawable/tile_icon_force_rtl"
3562 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003563 android:exported="true"
Sunny Goyalc9607512017-02-06 15:19:00 -08003564 android:enabled="false">
3565 <intent-filter>
3566 <action android:name="android.service.quicksettings.action.QS_TILE" />
3567 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05003568 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04003569 android:value="true"/>
Sunny Goyalc9607512017-02-06 15:19:00 -08003570 </service>
3571 <service
Fan Zhang83332602017-10-09 15:53:16 -07003572 android:name=".development.qstile.DevelopmentTiles$AnimationSpeed"
Sunny Goyalc9607512017-02-06 15:19:00 -08003573 android:label="@string/window_animation_scale_title"
3574 android:icon="@drawable/tile_icon_animation_speed"
3575 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003576 android:exported="true"
Sunny Goyalc9607512017-02-06 15:19:00 -08003577 android:enabled="false">
Dan Sandler12c4ba42016-03-28 11:13:40 -04003578 <intent-filter>
3579 <action android:name="android.service.quicksettings.action.QS_TILE" />
3580 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05003581 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04003582 android:value="true"/>
Dan Sandler12c4ba42016-03-28 11:13:40 -04003583 </service>
Fan Zhang130c4772018-10-01 12:14:06 -07003584
Vishnu Nairdc6bc482018-01-10 16:07:23 -08003585 <service
Vishnu Nair74100b32018-02-22 07:14:36 -08003586 android:name=".development.qstile.DevelopmentTiles$WinscopeTrace"
3587 android:label="@string/winscope_trace_quick_settings_title"
3588 android:icon="@drawable/tile_icon_winscope_trace"
Vishnu Nairdc6bc482018-01-10 16:07:23 -08003589 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003590 android:exported="true"
Vishnu Nairdc6bc482018-01-10 16:07:23 -08003591 android:enabled="false">
3592 <intent-filter>
3593 <action android:name="android.service.quicksettings.action.QS_TILE" />
3594 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05003595 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04003596 android:value="true"/>
Vishnu Nairdc6bc482018-01-10 16:07:23 -08003597 </service>
Daniel Nishi80c20442016-05-04 10:08:36 -07003598
Michael Groover3a665ac2019-03-19 19:13:17 -07003599 <service
3600 android:name=".development.qstile.DevelopmentTiles$SensorsOff"
3601 android:label="@string/sensors_off_quick_settings_title"
3602 android:icon="@drawable/tile_icon_sensors_off"
3603 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003604 android:exported="true"
Michael Groover3a665ac2019-03-19 19:13:17 -07003605 android:enabled="false">
3606 <intent-filter>
3607 <action android:name="android.service.quicksettings.action.QS_TILE" />
3608 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05003609 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04003610 android:value="true"/>
Michael Groover3a665ac2019-03-19 19:13:17 -07003611 </service>
3612
Joshua Duong0f3eba32020-04-07 00:17:17 -07003613 <service
3614 android:name=".development.qstile.DevelopmentTiles$WirelessDebugging"
3615 android:label="@string/enable_adb_wireless"
3616 android:icon="@drawable/tile_icon_debugging_wireless"
3617 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003618 android:exported="true"
Joshua Duong0f3eba32020-04-07 00:17:17 -07003619 android:enabled="false">
3620 <intent-filter>
3621 <action android:name="android.service.quicksettings.action.QS_TILE" />
3622 </intent-filter>
3623 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
3624 android:value="true"/>
3625 </service>
3626
Chris Ye39b586f2020-06-11 17:57:16 -07003627 <service
3628 android:name=".development.qstile.DevelopmentTiles$ShowTaps"
3629 android:label="@string/show_touches"
3630 android:icon="@drawable/tile_icon_show_taps"
3631 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Oruganti917aa552020-06-24 16:36:28 -07003632 android:exported="true"
Chris Ye39b586f2020-06-11 17:57:16 -07003633 android:enabled="false">
3634 <intent-filter>
3635 <action android:name="android.service.quicksettings.action.QS_TILE" />
3636 </intent-filter>
3637 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
3638 android:value="true"/>
3639 </service>
3640
Fan Zhang7373ec02018-08-14 13:25:47 -07003641 <activity
3642 android:name=".HelpTrampoline"
Jeff Sharkey4f425c82016-07-18 18:28:55 -06003643 android:exported="true"
Fan Zhang7373ec02018-08-14 13:25:47 -07003644 android:theme="@style/Transparent"
Jeff Sharkey4f425c82016-07-18 18:28:55 -06003645 android:permission="android.permission.DUMP"
Fan Zhang7373ec02018-08-14 13:25:47 -07003646 android:excludeFromRecents="true"
Jeff Sharkey4f425c82016-07-18 18:28:55 -06003647 android:enabled="@bool/config_has_help" />
3648
Felipe Lemef7d54ba2017-04-25 16:42:55 -07003649 <activity android:name=".applications.autofill.AutofillPickerActivity"
3650 android:excludeFromRecents="true"
3651 android:launchMode="singleInstance"
3652 android:exported="false">
3653 </activity>
3654
3655 <activity android:name=".applications.autofill.AutofillPickerTrampolineActivity"
3656 android:theme="@android:style/Theme.NoDisplay"
3657 android:excludeFromRecents="true"
3658 android:launchMode="singleInstance"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003659 android:exported="true"
Felipe Lemef7d54ba2017-04-25 16:42:55 -07003660 android:label="@string/autofill_app">
Felipe Lemedb2b55a2017-04-24 18:10:09 -07003661 <intent-filter android:priority="1">
3662 <action android:name="android.settings.REQUEST_SET_AUTOFILL_SERVICE" />
3663 <category android:name="android.intent.category.DEFAULT" />
3664 <data android:scheme="package" />
3665 </intent-filter>
3666 </activity>
3667
Daniel Nishi232ebf12018-01-19 14:11:20 -08003668 <activity android:name="Settings$AdvancedConnectedDeviceActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003669 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003670 android:label="@string/connected_device_connections_title">
Daniel Nishi232ebf12018-01-19 14:11:20 -08003671 <intent-filter android:priority="1">
Zhaoyu Su0a9f8762018-07-09 14:50:47 +08003672 <action android:name="android.settings.NFC_SETTINGS" />
3673 <category android:name="android.intent.category.DEFAULT" />
3674 </intent-filter>
3675 <intent-filter android:priority="1">
Daniel Nishi232ebf12018-01-19 14:11:20 -08003676 <action android:name="com.android.settings.ADVANCED_CONNECTED_DEVICE_SETTINGS" />
3677 <category android:name="android.intent.category.DEFAULT" />
3678 </intent-filter>
Daniel Nishi232ebf12018-01-19 14:11:20 -08003679 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3680 android:value="com.android.settings.connecteddevice.AdvancedConnectedDeviceDashboardFragment" />
Jason Chiu9037cea2021-09-09 16:54:01 +08003681 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3682 android:value="@string/menu_key_connected_devices"/>
Daniel Nishi232ebf12018-01-19 14:11:20 -08003683 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3684 android:value="true" />
3685 </activity>
3686
jackqdyulei715408e2019-02-07 15:47:52 -08003687 <activity android:name="Settings$BluetoothDeviceDetailActivity"
3688 android:label="@string/device_details_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003689 android:exported="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06003690 android:permission="android.permission.BLUETOOTH_CONNECT">
jackqdyulei715408e2019-02-07 15:47:52 -08003691 <intent-filter android:priority="1">
3692 <action android:name="com.android.settings.BLUETOOTH_DEVICE_DETAIL_SETTINGS" />
3693 <category android:name="android.intent.category.DEFAULT" />
3694 </intent-filter>
3695 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3696 android:value="com.android.settings.bluetooth.BluetoothDeviceDetailsFragment" />
Jason Chiu9037cea2021-09-09 16:54:01 +08003697 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3698 android:value="@string/menu_key_connected_devices"/>
hughchenb78ecc42019-10-16 15:27:17 +08003699 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3700 android:value="true" />
jackqdyulei715408e2019-02-07 15:47:52 -08003701 </activity>
3702
Matt Fritze90899e02018-10-16 12:41:42 -07003703 <activity android:name=".panel.SettingsPanelActivity"
3704 android:label="@string/settings_panel_title"
lindatsenge972b162019-04-19 15:40:20 -07003705 android:theme="@style/Theme.Panel"
lindatseng2943c1d2019-05-02 17:12:27 -07003706 android:launchMode="singleInstance"
Matt Fritze90899e02018-10-16 12:41:42 -07003707 android:excludeFromRecents="true"
Tim Penge54e0292020-04-15 10:49:35 +08003708 android:configChanges="orientation|keyboardHidden|screenSize"
Matthew Fritze735d6ef2018-12-05 07:55:12 -08003709 android:exported="true">
Matt Fritze90899e02018-10-16 12:41:42 -07003710 <intent-filter>
Matthew Fritze735d6ef2018-12-05 07:55:12 -08003711 <action android:name="android.settings.panel.action.INTERNET_CONNECTIVITY" />
Matt Fritze90899e02018-10-16 12:41:42 -07003712 <category android:name="android.intent.category.DEFAULT" />
3713 </intent-filter>
Matthew Fritze735d6ef2018-12-05 07:55:12 -08003714 <intent-filter>
Matthew Fritze63cce452019-03-05 08:17:37 -08003715 <action android:name="android.settings.panel.action.NFC" />
Matthew Fritze735d6ef2018-12-05 07:55:12 -08003716 <category android:name="android.intent.category.DEFAULT" />
3717 </intent-filter>
Matthew Fritze3f743ae2019-01-22 15:53:37 -08003718 <intent-filter>
Matthew Fritze63cce452019-03-05 08:17:37 -08003719 <action android:name="android.settings.panel.action.WIFI" />
3720 <category android:name="android.intent.category.DEFAULT" />
3721 </intent-filter>
3722 <intent-filter>
3723 <action android:name="android.settings.panel.action.VOLUME" />
Matthew Fritze3f743ae2019-01-22 15:53:37 -08003724 <category android:name="android.intent.category.DEFAULT" />
3725 </intent-filter>
Matt Fritze90899e02018-10-16 12:41:42 -07003726 </activity>
3727
govenliud507b562019-11-21 09:36:58 +08003728 <activity android:name=".wifi.addappnetworks.AddAppNetworksActivity"
3729 android:label="@string/settings_panel_title"
3730 android:theme="@style/Theme.Panel"
3731 android:launchMode="singleInstance"
3732 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003733 android:exported="true"
govenliu66dd7582020-01-31 12:53:30 +08003734 android:configChanges="orientation|keyboardHidden|screenSize">
govenliud507b562019-11-21 09:36:58 +08003735 <intent-filter>
3736 <action android:name="android.settings.WIFI_ADD_NETWORKS" />
3737 <category android:name="android.intent.category.DEFAULT" />
3738 </intent-filter>
3739 </activity>
3740
Matthew Fritze7fddfeb2017-12-11 15:01:11 -08003741 <provider android:name=".slices.SettingsSliceProvider"
Matthew Fritzea4a3dff2018-02-28 08:15:55 -08003742 android:authorities="com.android.settings.slices;android.settings.slices"
Jason Monkf6edc7c2017-11-22 10:04:38 -05003743 android:exported="true"
Fan Zhang671a39f2019-02-11 14:38:13 -08003744 android:grantUriPermissions="true" />
Mady Mellor7c740852017-11-03 09:17:05 -07003745
3746 <receiver
Matthew Fritzee8d66bb2018-07-30 14:12:50 -07003747 android:name=".slices.SliceBroadcastReceiver"
Fan Zhang0c7c59f2018-10-26 13:40:38 -07003748 android:exported="false" />
Matthew Fritzee8d66bb2018-07-30 14:12:50 -07003749
3750 <receiver
3751 android:name=".slices.SliceRelayReceiver"
3752 android:permission="android.permission.MANAGE_SLICE_PERMISSIONS"
Fan Zhang0c7c59f2018-10-26 13:40:38 -07003753 android:exported="true" />
Mady Mellor7c740852017-11-03 09:17:05 -07003754
Jason Chiu2c7b77d2020-08-20 16:22:44 +08003755 <receiver
3756 android:name=".slices.VolumeSliceRelayReceiver"
3757 android:permission="android.permission.MANAGE_SLICE_PERMISSIONS"
3758 android:exported="true" />
3759
jackqdyulei821adce2018-01-29 19:20:37 -08003760 <!-- Couldn't be triggered from outside of settings. Statsd can trigger it because we send
3761 PendingIntent to it-->
3762 <receiver android:name=".fuelgauge.batterytip.AnomalyDetectionReceiver"
3763 android:exported="false" />
3764
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003765 <receiver android:name=".fuelgauge.batterytip.AnomalyConfigReceiver"
3766 android:exported="true">
jackqdyuleie1604d32018-01-31 20:24:47 -08003767 <intent-filter>
3768 <action android:name="android.app.action.STATSD_STARTED"/>
3769 <action android:name="android.intent.action.BOOT_COMPLETED"/>
3770 </intent-filter>
3771 </receiver>
3772
jackqdyulei0fa413e2018-02-23 10:59:27 -08003773 <service android:name=".fuelgauge.batterytip.AnomalyCleanupJobService"
jackqdyulei338ae2f2018-02-16 10:06:08 -08003774 android:permission="android.permission.BIND_JOB_SERVICE" />
3775
Lei Yu9a80d6e2018-03-15 15:55:07 -07003776 <service android:name=".fuelgauge.batterytip.AnomalyConfigJobService"
3777 android:permission="android.permission.BIND_JOB_SERVICE" />
3778
jackqdyulei3ee28c82018-02-20 15:07:26 -08003779 <service android:name=".fuelgauge.batterytip.AnomalyDetectionJobService"
3780 android:permission="android.permission.BIND_JOB_SERVICE" />
3781
Sunny Shao195f61b2018-07-24 18:15:55 +08003782 <provider
Fan Zhang5e6e6a12018-10-25 14:19:43 -07003783 android:name=".homepage.contextualcards.CardContentProvider"
Sunny Shao195f61b2018-07-24 18:15:55 +08003784 android:authorities="com.android.settings.homepage.CardContentProvider"
3785 android:exported="true"
3786 android:permission="android.permission.WRITE_SETTINGS_HOMEPAGE_DATA" />
3787
Raff Tsai3936e9f2018-09-28 17:42:43 +08003788 <provider
3789 android:name=".homepage.contextualcards.SettingsContextualCardProvider"
3790 android:authorities="com.android.settings.homepage.contextualcards"
3791 android:permission="android.permission.WRITE_SETTINGS_HOMEPAGE_DATA"
3792 android:exported="true">
3793 <intent-filter>
3794 <action android:name="android.content.action.SETTINGS_HOMEPAGE_DATA"/>
3795 </intent-filter>
3796 </provider>
Arc Wang4591d822018-11-19 15:48:29 +08003797
3798 <activity
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003799 android:name=".wifi.dpp.WifiDppConfiguratorActivity"
3800 android:exported="true">
Arc Wange43bb772018-12-03 17:16:55 +08003801 <intent-filter>
3802 <action android:name="android.settings.WIFI_DPP_CONFIGURATOR_QR_CODE_SCANNER"/>
3803 <action android:name="android.settings.WIFI_DPP_CONFIGURATOR_QR_CODE_GENERATOR"/>
Arc Wange43bb772018-12-03 17:16:55 +08003804 <category android:name="android.intent.category.DEFAULT"/>
3805 </intent-filter>
Arc Wangc1036df2019-02-26 15:19:30 +08003806 <intent-filter>
3807 <action android:name="android.settings.PROCESS_WIFI_EASY_CONNECT_URI"/>
3808 <category android:name="android.intent.category.DEFAULT"/>
3809 <data android:scheme="DPP"/>
3810 </intent-filter>
Arc Wange43bb772018-12-03 17:16:55 +08003811 </activity>
Yi-Ling Chuang68f37a12018-11-20 19:51:13 +08003812
Arc Wang4ab0d162018-12-07 16:00:18 +08003813 <activity
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003814 android:name=".wifi.dpp.WifiDppEnrolleeActivity"
3815 android:exported="true">
Arc Wang4ab0d162018-12-07 16:00:18 +08003816 <intent-filter>
3817 <action android:name="android.settings.WIFI_DPP_ENROLLEE_QR_CODE_SCANNER"/>
3818 <category android:name="android.intent.category.DEFAULT"/>
3819 </intent-filter>
3820 </activity>
3821
Yi-Ling Chuang68f37a12018-11-20 19:51:13 +08003822 <activity android:name=".homepage.contextualcards.ContextualCardFeedbackDialog"
3823 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" />
manabu, shimoda9fae7392017-11-08 11:32:31 +09003824
joshmccloskeybba76322019-09-19 11:23:29 -07003825 <activity android:name=".homepage.contextualcards.FaceReEnrollDialog"
3826 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" />
3827
manabu, shimoda9fae7392017-11-08 11:32:31 +09003828 <activity
3829 android:name="Settings$WifiCallingDisclaimerActivity"
3830 android:label="@string/wifi_calling_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003831 android:exported="true"
manabu, shimoda9fae7392017-11-08 11:32:31 +09003832 android:taskAffinity="com.android.settings">
3833 <intent-filter>
3834 <action android:name="android.intent.action.MAIN" />
3835 <category android:name="android.intent.category.DEFAULT" />
3836 </intent-filter>
3837 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3838 android:value="com.android.settings.wifi.calling.WifiCallingDisclaimerFragment" />
Jason Chiu9037cea2021-09-09 16:54:01 +08003839 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3840 android:value="@string/menu_key_network"/>
manabu, shimoda9fae7392017-11-08 11:32:31 +09003841 </activity>
Salvador Martinez32917042019-03-20 15:23:19 -07003842
3843 <activity android:name="Settings$BatterySaverScheduleSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003844 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003845 android:label="@string/battery_saver_schedule_settings_title">
Salvador Martinez32917042019-03-20 15:23:19 -07003846 <intent-filter>
3847 <action android:name="com.android.settings.BATTERY_SAVER_SCHEDULE_SETTINGS" />
3848 <category android:name="android.intent.category.DEFAULT" />
3849 </intent-filter>
3850 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3851 android:value="com.android.settings.fuelgauge.batterysaver.BatterySaverScheduleSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +08003852 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3853 android:value="@string/menu_key_battery"/>
Salvador Martinez32917042019-03-20 15:23:19 -07003854 </activity>
Steve Elliotte7721232019-05-22 14:13:29 -04003855
Fabian Kozynski83df54b2020-03-24 16:37:57 -04003856 <activity android:name="Settings$PowerMenuSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003857 android:exported="true"
Fabian Kozynski83df54b2020-03-24 16:37:57 -04003858 android:label="@string/power_menu_setting_name">
3859 <intent-filter>
3860 <action android:name="android.settings.ACTION_POWER_MENU_SETTINGS" />
3861 <category android:name="android.intent.category.DEFAULT" />
3862 </intent-filter>
3863 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3864 android:value="com.android.settings.gestures.PowerMenuSettings" />
Jason Chiu9037cea2021-09-09 16:54:01 +08003865 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3866 android:value="@string/menu_key_system"/>
Fabian Kozynski83df54b2020-03-24 16:37:57 -04003867 </activity>
3868
Mehdi Alizadeh03555962019-12-13 15:31:53 -08003869 <activity
3870 android:name="Settings$GestureNavigationSettingsActivity"
3871 android:label="@string/gesture_settings_activity_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003872 android:exported="true"
Mehdi Alizadeh03555962019-12-13 15:31:53 -08003873 android:enabled="true">
3874 <intent-filter android:priority="32">
3875 <action android:name="android.intent.action.MAIN" />
3876 <category android:name="com.android.settings.SHORTCUT" />
3877 </intent-filter>
3878 <intent-filter android:priority="1">
3879 <action android:name="com.android.settings.GESTURE_NAVIGATION_SETTINGS" />
3880 <category android:name="android.intent.category.DEFAULT" />
3881 </intent-filter>
3882 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3883 android:value="com.android.settings.gestures.GestureNavigationSettingsFragment" />
Jason Chiu9037cea2021-09-09 16:54:01 +08003884 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3885 android:value="@string/menu_key_system"/>
Mehdi Alizadeh03555962019-12-13 15:31:53 -08003886 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3887 android:value="true" />
3888 </activity>
3889
Beth Thibodeau59cbd112020-06-09 23:38:41 -04003890 <activity android:name="Settings$MediaControlsSettingsActivity"
3891 android:exported="true"
3892 android:label="@strings/media_controls_title">
3893 <intent-filter>
3894 <action android:name="android.settings.ACTION_MEDIA_CONTROLS_SETTINGS" />
3895 <category android:name="android.intent.category.DEFAULT" />
3896 </intent-filter>
3897 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3898 android:value="com.android.settings.sound.MediaControlsSettings" />
3899 </activity>
3900
timhypengc3bd8012020-09-02 15:54:18 +08003901 <receiver
3902 android:name=".media.BluetoothPairingReceiver"
3903 android:exported="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06003904 android:permission="android.permission.BLUETOOTH_CONNECT">
timhypengc3bd8012020-09-02 15:54:18 +08003905 <intent-filter>
3906 <action android:name="com.android.settings.action.LAUNCH_BLUETOOTH_PAIRING"/>
Jason Chiu9037cea2021-09-09 16:54:01 +08003907 </intent-filter>
timhypengc3bd8012020-09-02 15:54:18 +08003908 </receiver>
3909
Jiashen Wang610060c82020-07-12 20:44:47 -07003910 <receiver
3911 android:name=".sim.receivers.SimSlotChangeReceiver"
3912 android:exported="true">
3913 <intent-filter>
3914 <action android:name="android.telephony.action.SIM_SLOT_STATUS_CHANGED" />
3915 </intent-filter>
3916 </receiver>
3917
Jiashen Wang7629de02020-11-24 19:03:33 -08003918 <receiver
Jiashen Wang85109672021-01-25 19:49:26 -08003919 android:name=".sim.receivers.SuwFinishReceiver"
3920 android:exported="true">
3921 <intent-filter>
3922 <action android:name="com.google.android.setupwizard.SETUP_WIZARD_FINISHED" />
3923 </intent-filter>
3924 </receiver>
3925
3926 <receiver
Jiashen Wang7629de02020-11-24 19:03:33 -08003927 android:name=".sim.receivers.SimCompleteBootReceiver"
3928 android:exported="true">
3929 <intent-filter>
3930 <action android:name="android.intent.action.BOOT_COMPLETED"/>
3931 </intent-filter>
3932 </receiver>
3933
Jiashen Wangb54d25e2021-01-18 19:14:00 -08003934 <activity
3935 android:name=".sim.ChooseSimActivity"
3936 android:theme="@style/GlifV3Theme.DayNight.NoActionBar"
3937 android:launchMode="singleInstance"
3938 android:exported="false"/>
3939
3940 <activity
3941 android:name=".sim.SwitchToEsimConfirmDialogActivity"
3942 android:exported="false"
3943 android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
3944 android:launchMode="singleInstance"
Peter Wang8abc64b2021-06-10 17:24:44 -07003945 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" />
Jiashen Wangb54d25e2021-01-18 19:14:00 -08003946
3947 <activity
3948 android:name=".sim.DsdsDialogActivity"
3949 android:exported="false"
3950 android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
3951 android:launchMode="singleInstance"
Peter Wang8abc64b2021-06-10 17:24:44 -07003952 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" />
Jiashen Wangb54d25e2021-01-18 19:14:00 -08003953
Jiashen Wang7629de02020-11-24 19:03:33 -08003954 <service android:name=".sim.SimNotificationService"
3955 android:permission="android.permission.BIND_JOB_SERVICE" />
3956
calvinpane077e392021-01-25 10:07:26 +08003957 <activity android:name=".sim.smartForwarding.SmartForwardingActivity"
calvinpane077e392021-01-25 10:07:26 +08003958 android:exported="true"
3959 android:launchMode="singleTask">
3960 </activity>
3961
Mill Chen00231002021-03-11 01:18:13 +08003962 <activity android:name="Settings$FactoryResetActivity"
3963 android:permission="android.permission.BACKUP"
3964 android:label="@string/main_clear_title"
3965 android:exported="true"
3966 android:theme="@style/SudThemeGlif.Light">
3967 <intent-filter>
3968 <action android:name="com.android.settings.action.FACTORY_RESET"/>
3969 <category android:name="android.intent.category.DEFAULT"/>
3970 </intent-filter>
3971 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3972 android:value="com.android.settings.MainClear"/>
3973 </activity>
3974
3975 <activity android:name="Settings$FactoryResetConfirmActivity"
3976 android:label="@string/main_clear_confirm_title"
3977 android:exported="false"
3978 android:theme="@style/SudThemeGlif.Light">
3979 </activity>
3980
Dan Sandler3bd52dd2016-03-24 10:24:27 -07003981 <!-- This is the longest AndroidManifest.xml ever. -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003982 </application>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003983</manifest>