blob: c6e1e5df98030e48f1c028371f45b10f585f8133 [file] [log] [blame]
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001<manifest xmlns:android="http://schemas.android.com/apk/res/android"
Tsung-Mao Fangfa7394a2022-10-04 15:51:45 +08002 xmlns:tools="http://schemas.android.com/tools"
Lucas Silva06e373d2022-01-27 22:49:42 +00003 package="com.android.settings"
4 coreApp="true"
5 android:sharedUserId="android.uid.system">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08006
Lucas Silva06e373d2022-01-27 22:49:42 +00007 <original-package android:name="com.android.settings"/>
Jeff Hamiltonc60fb582010-02-11 16:25:53 -06008
Kuan Wang0a0ba912022-10-13 18:07:54 +08009 <!-- Permissions for reading or writing battery-related data. -->
10 <permission
11 android:name="com.android.settings.BATTERY_DATA"
12 android:protectionLevel="signature|privileged"/>
13
Sundeep Ghumanc164ad02016-12-26 17:37:30 -080014 <uses-permission android:name="android.permission.REQUEST_NETWORK_SCORES" />
Jeff Sharkey57382662015-07-30 16:55:42 -070015 <uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE" />
Zim3d437eb2020-01-24 15:29:00 +000016 <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
Vasu Nori21809742011-01-25 13:39:16 -080017 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Jay Thomas Sullivancd2109a2022-03-09 22:31:53 -080018 <uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
Tsung-Mao Fang09c96a32022-02-22 17:06:01 +080019 <uses-permission android:name="android.permission.READ_MEDIA_VIDEO" />
20 <uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080021 <uses-permission android:name="android.permission.WRITE_SETTINGS" />
22 <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" />
Mike Lockwoodcd03f532009-09-15 14:39:47 -040023 <uses-permission android:name="android.permission.DEVICE_POWER" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080024 <uses-permission android:name="android.permission.CHANGE_CONFIGURATION" />
Yohei Yukawac7fc7422022-07-25 18:38:49 +090025 <uses-permission android:name="android.permission.CONTROL_UI_TRACING" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080026 <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
27 <uses-permission android:name="android.permission.VIBRATE" />
Jeff Sharkey7025a832021-06-22 19:58:58 -060028 <uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE" />
Jeff Sharkey9e07eab2021-03-22 15:33:01 -060029 <uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
30 <uses-permission android:name="android.permission.BLUETOOTH_SCAN" />
Matthew Xie500f2942013-09-24 00:55:42 -070031 <uses-permission android:name="android.permission.BLUETOOTH_PRIVILEGED" />
Nick Pellyf2917ac2010-10-20 16:39:44 -070032 <uses-permission android:name="android.permission.NFC" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080033 <uses-permission android:name="android.permission.HARDWARE_TEST" />
34 <uses-permission android:name="android.permission.CALL_PHONE" />
35 <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
William Escande23ebda42021-12-20 13:45:47 +010036 <uses-permission android:name="android.permission.QUERY_AUDIO_STATE" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080037 <uses-permission android:name="android.permission.MASTER_CLEAR" />
38 <uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH" />
39 <uses-permission android:name="android.permission.ACCESS_DOWNLOAD_MANAGER" />
40 <uses-permission android:name="android.permission.READ_CONTACTS" />
41 <uses-permission android:name="android.permission.WRITE_CONTACTS" />
Chia-chi Yeh413b1712011-07-07 12:49:18 -070042 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Roshan Piusf1f209f2017-12-13 16:20:18 -080043 <uses-permission android:name="android.permission.LOCAL_MAC_ADDRESS" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080044 <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
Irfan Sheriff0f41b492013-03-29 11:15:07 -070045 <uses-permission android:name="com.android.certinstaller.INSTALL_AS_USER" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080046 <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
Jeremy Klein78d182f2015-12-28 15:39:39 -080047 <uses-permission android:name="android.permission.TETHER_PRIVILEGED" />
Dianne Hackborn027cdd22018-01-19 17:57:28 -080048 <uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080049 <uses-permission android:name="android.permission.INTERNET" />
50 <uses-permission android:name="android.permission.CLEAR_APP_USER_DATA" />
51 <uses-permission android:name="android.permission.READ_PHONE_STATE" />
zoey chen4a7ad4d2019-12-17 18:13:39 +080052 <uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080053 <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" />
Bonian Chen28a47f82023-02-14 08:51:56 +000054 <uses-permission android:name="android.permission.READ_PHONE_NUMBERS" />
55 <uses-permission android:name="android.permission.USE_ICC_AUTH_WITH_DEVICE_IDENTIFIER" />
Hall Liua6840ca2018-11-27 17:00:50 -080056 <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080057 <uses-permission android:name="android.permission.WRITE_APN_SETTINGS"/>
58 <uses-permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"/>
59 <uses-permission android:name="android.permission.READ_USER_DICTIONARY"/>
60 <uses-permission android:name="android.permission.WRITE_USER_DICTIONARY"/>
Dianne Hackborn517ea9f2010-01-04 18:47:54 -080061 <uses-permission android:name="android.permission.FORCE_STOP_PACKAGES"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080062 <uses-permission android:name="android.permission.PACKAGE_USAGE_STATS"/>
63 <uses-permission android:name="android.permission.BATTERY_STATS"/>
64 <uses-permission android:name="com.android.launcher.permission.READ_SETTINGS" />
65 <uses-permission android:name="com.android.launcher.permission.WRITE_SETTINGS" />
Suchi Amalapurapuad148272010-02-19 14:30:01 -080066 <uses-permission android:name="android.permission.MOVE_PACKAGE" />
Amith Yamasani43c69782010-12-01 09:04:36 -080067 <uses-permission android:name="android.permission.USE_CREDENTIALS" />
68 <uses-permission android:name="android.permission.BACKUP" />
Amith Yamasani43c69782010-12-01 09:04:36 -080069 <uses-permission android:name="android.permission.READ_SYNC_STATS" />
70 <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
71 <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />
Stanislav Zholnin646dda92019-02-01 13:00:37 +000072 <uses-permission android:name="android.permission.READ_DEVICE_CONFIG" />
Jason parks8fd5bc92011-01-12 16:03:31 -060073 <uses-permission android:name="android.permission.STATUS_BAR" />
Mike Lockwood9d6d92b2011-02-27 09:05:10 -080074 <uses-permission android:name="android.permission.MANAGE_USB" />
Kenny Roote7bbf8f2018-01-23 21:53:53 +090075 <uses-permission android:name="android.permission.MANAGE_DEBUGGING" />
Jeff Brownd82487b2011-06-02 03:10:28 -070076 <uses-permission android:name="android.permission.SET_POINTER_SPEED" />
Jeff Brown4397f402012-04-09 13:24:34 -070077 <uses-permission android:name="android.permission.SET_KEYBOARD_LAYOUT" />
Dianne Hackborn271c8b02012-08-20 17:24:39 -070078 <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" />
79 <uses-permission android:name="android.permission.COPY_PROTECTED_DATA" />
80 <uses-permission android:name="android.permission.MANAGE_USERS" />
Nicolas Prevot189294e2015-04-22 16:26:45 +010081 <uses-permission android:name="android.permission.MANAGE_PROFILE_AND_DEVICE_OWNERS" />
Amith Yamasani32dccbc2012-09-13 18:06:49 -070082 <uses-permission android:name="android.permission.READ_PROFILE" />
Jeff Brown9e143f52012-09-19 20:46:07 -070083 <uses-permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY" />
Michael Wrightaacf55a2016-07-13 22:11:09 -070084 <uses-permission android:name="android.permission.CONFIGURE_DISPLAY_COLOR_MODE" />
Christine Franksbce91d92018-07-03 14:44:08 -070085 <uses-permission android:name="android.permission.CONTROL_DISPLAY_COLOR_TRANSFORMS" />
Neil Fuller0770b3f2019-11-21 16:09:00 +000086 <uses-permission android:name="android.permission.SUGGEST_MANUAL_TIME_AND_ZONE" />
Daniel Sandler328e2d22013-01-17 13:14:02 -050087 <uses-permission android:name="android.permission.ACCESS_NOTIFICATIONS" />
Brian Carlstromf32ba132013-06-28 13:18:41 -070088 <uses-permission android:name="android.permission.REBOOT" />
PauloftheWest63f7bc82014-10-30 08:01:30 -070089 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
Amith Yamasani92472652013-07-19 12:37:42 -070090 <uses-permission android:name="android.permission.MANAGE_DEVICE_ADMINS" />
Fabrice Di Meglio485b1b82014-03-20 12:24:57 -070091 <uses-permission android:name="android.permission.READ_SEARCH_INDEXABLES" />
Fan Zhangd040ecd2017-08-17 16:13:20 -070092 <uses-permission android:name="android.permission.BIND_SETTINGS_SUGGESTIONS_SERVICE" />
Brian Leed4f8e582022-12-05 15:58:01 -080093 <uses-permission android:name="android.permission.BIND_REMOTE_LOCKSCREEN_VALIDATION_SERVICE" />
Andres Moralesce249fe2014-07-07 16:58:16 -070094 <uses-permission android:name="android.permission.OEM_UNLOCK_STATE" />
Andrew Scullc23357e2017-04-18 09:40:11 +010095 <uses-permission android:name="android.permission.MANAGE_USER_OEM_UNLOCK_STATE" />
Sky Faber2d657e32014-09-22 16:43:04 -070096 <uses-permission android:name="android.permission.OVERRIDE_WIFI_CONFIG" />
Etan Cohen07de3592021-01-21 16:52:03 -080097 <uses-permission android:name="android.permission.RESTART_WIFI_SUBSYSTEM" />
Jim Miller94d4bd92015-02-19 21:04:57 -080098 <uses-permission android:name="android.permission.MANAGE_FINGERPRINT" />
Kevin Chynb3ee2312018-10-04 15:01:43 -070099 <uses-permission android:name="android.permission.USE_BIOMETRIC" />
100 <uses-permission android:name="android.permission.USE_BIOMETRIC_INTERNAL" />
Jorim Jaggi4a2423b2015-04-24 10:19:48 -0700101 <uses-permission android:name="android.permission.USER_ACTIVITY" />
Amith Yamasani50e32b02015-05-13 18:18:16 -0700102 <uses-permission android:name="android.permission.CHANGE_APP_IDLE_STATE" />
Fyodor Kupolov0938a632015-07-27 12:24:59 -0700103 <uses-permission android:name="android.permission.PEERS_MAC_ADDRESS"/>
Julia Reynoldsf02aa0c2015-09-28 08:57:03 -0400104 <uses-permission android:name="android.permission.MANAGE_NOTIFICATIONS"/>
Daniel Nishib84304d2016-04-11 14:08:44 -0700105 <uses-permission android:name="android.permission.DELETE_PACKAGES"/>
Philip P. Moltmanndd7441b2017-09-05 12:42:04 -0700106 <uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES" />
Phil Weaver2e2dbfe2017-05-30 10:41:52 -0700107 <uses-permission android:name="android.permission.MANAGE_APP_OPS_RESTRICTIONS"/>
Dianne Hackbornda3c0462018-03-07 16:42:39 -0800108 <uses-permission android:name="android.permission.MANAGE_APP_OPS_MODES" />
Phil Weaver633c9be2017-07-05 10:02:38 -0700109 <uses-permission android:name="android.permission.HIDE_NON_SYSTEM_OVERLAY_WINDOWS"/>
Philip P. Moltmann5929b132017-06-19 10:55:31 -0700110 <uses-permission android:name="android.permission.READ_PRINT_SERVICES" />
Roshan Pius37a46a12017-07-24 15:05:36 -0700111 <uses-permission android:name="android.permission.NETWORK_SETTINGS" />
Alexandru-Andrei Rotaruaeb3e442017-08-07 12:21:31 +0100112 <uses-permission android:name="android.permission.TEST_BLACKLISTED_PASSWORD" />
Jeff Sharkeyd9403362018-01-05 17:14:37 -0700113 <uses-permission android:name="android.permission.USE_RESERVED_DISK" />
Felipe Lemea5bbad42018-02-14 13:15:19 -0800114 <uses-permission android:name="android.permission.MANAGE_SCOPED_ACCESS_DIRECTORY_PERMISSIONS" />
Kevin Chyn22b4edd2018-07-30 19:20:01 -0700115 <uses-permission android:name="android.permission.CAMERA" />
jackqdyuleif25c9b02019-02-27 10:05:56 -0800116 <uses-permission android:name="android.permission.MEDIA_CONTENT_CONTROL" />
PO HUNG CHENafc513e2019-12-10 04:11:21 +0000117 <uses-permission android:name="android.permission.INSTALL_DYNAMIC_SYSTEM" />
Jack Yuc4da22a2020-01-30 00:04:06 -0800118 <uses-permission android:name="android.permission.BIND_CELL_BROADCAST_SERVICE" />
Mehdi Alizadeh2552dff2020-06-11 21:06:00 -0700119 <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
Edgar Wang39121792020-10-27 16:54:46 +0800120 <uses-permission android:name="android.permission.READ_DREAM_STATE" />
121 <uses-permission android:name="android.permission.READ_DREAM_SUPPRESSION" />
Zhen Zhang1f99d6a2021-03-22 00:49:49 -0700122 <uses-permission android:name="android.permission.MANAGE_APP_HIBERNATION" />
Arc Wang8b2dd652021-10-05 20:20:40 +0800123 <uses-permission android:name="android.permission.LAUNCH_MULTI_PANE_SETTINGS_DEEP_LINK" />
124 <uses-permission android:name="android.permission.ALLOW_PLACE_IN_MULTI_PANE_SETTINGS" />
Steve Elliott7bfcff32021-12-03 16:35:02 -0500125 <uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
tom hsu58244b12021-10-28 14:50:11 +0800126 <uses-permission android:name="android.permission.READ_APP_SPECIFIC_LOCALES" />
Pavel Grafov8d4e89b2021-12-16 14:34:06 +0000127 <uses-permission android:name="android.permission.QUERY_ADMIN_POLICY" />
Jan Tomljanovic9d2ec952022-01-17 12:21:59 +0000128 <uses-permission android:name="android.permission.READ_SAFETY_CENTER_STATUS" />
Marie Matheson6b9a1ff2022-01-25 18:48:22 +0000129 <uses-permission android:name="android.permission.SEND_SAFETY_CENTER_UPDATE" />
Pyuli Naithanid1408572022-01-12 23:08:02 +0000130 <uses-permission android:name="android.permission.START_VIEW_APP_FEATURES" />
Reema Bajwa5ba7d672022-12-20 22:09:15 +0000131 <uses-permission android:name="android.permission.LIST_ENABLED_CREDENTIAL_PROVIDERS" />
Alejandro Nijamkin6f775622022-12-24 08:08:02 -0800132 <uses-permission android:name="android.permission.CUSTOMIZE_SYSTEM_UI" />
danielwbhuangaa1d9c42022-12-30 21:31:24 +0800133 <uses-permission android:name="android.permission.REMAP_MODIFIER_KEYS" />
Yuxin Hu0927e2a2023-04-17 23:56:19 +0000134 <uses-permission android:name="android.permission.ACCESS_GPU_SERVICE" />
pihuei55fb2b72020-10-13 19:00:57 +0800135
Tsung-Mao Fang4781fc12021-09-06 02:41:26 +0000136 <application
137 android:name=".SettingsApplication"
138 android:label="@string/settings_label"
Hyunyoung Song1f093dd2017-02-14 10:40:58 -0800139 android:icon="@drawable/ic_launcher_settings"
Amith Yamasani56f51a82013-08-05 10:07:23 -0700140 android:theme="@style/Theme.Settings"
Fabrice Di Meglio79d8e802012-07-19 19:25:50 -0700141 android:hardwareAccelerated="true"
Amith Yamasani233592b2013-03-01 17:05:23 -0800142 android:requiredForAllUsers="true"
Fabrice Di Meglio66445562014-06-30 13:11:53 -0700143 android:supportsRtl="true"
Sunny Goyalae788a12019-04-24 17:11:24 -0700144 android:backupAgent="com.android.settings.backup.SettingsBackupHelper"
Jeff Sharkey3bd73ed2015-11-18 10:20:18 -0700145 android:usesCleartextTraffic="true"
Jeff Sharkeya806b7a2016-03-17 11:04:55 -0600146 android:defaultToDeviceProtectedStorage="true"
Jason Monk20210122018-04-03 18:36:42 -0400147 android:directBootAware="true"
Yi-Ling Chuang2a3337a2022-02-18 13:49:34 +0800148 android:appComponentFactory="androidx.core.app.CoreComponentFactory"
kellyz1bda6422022-07-22 10:23:28 +0800149 android:gwpAsanMode="always"
150 android:enableOnBackInvokedCallback="true">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800151
Bonian Chene69d1a62021-01-06 05:41:46 +0000152 <uses-library android:name="org.apache.http.legacy" />
Tsung-Mao Fang18ad0c42021-08-17 18:28:06 +0800153
Arc Wangcf4ee7b2023-01-09 10:26:07 +0800154 <property
155 android:name="android.window.PROPERTY_ACTIVITY_EMBEDDING_SPLITS_ENABLED"
156 android:value="true" />
157
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800158 <!-- Settings -->
Fan Zhang44be9132018-09-07 12:56:53 -0700159 <activity android:name=".homepage.SettingsHomepageActivity"
Raff Tsai082f8ee2018-06-29 06:11:39 +0000160 android:label="@string/settings_label_launcher"
161 android:theme="@style/Theme.Settings.Home"
Sunny Shao0b0e6fc2019-06-18 13:32:05 +0800162 android:taskAffinity="com.android.settings.root"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700163 android:exported="true"
Jason Chiuae1c17b2022-06-13 13:58:17 +0800164 android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize">
Fan Zhang0c7c59f2018-10-26 13:40:38 -0700165 <intent-filter android:priority="1">
166 <action android:name="android.settings.SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +0800167 <category android:name="android.intent.category.BROWSABLE" />
Fan Zhang0c7c59f2018-10-26 13:40:38 -0700168 <category android:name="android.intent.category.DEFAULT" />
169 </intent-filter>
170 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
171 android:value="true" />
Raff Tsai082f8ee2018-06-29 06:11:39 +0000172 </activity>
173
Jason Chiua3b21cf2021-11-16 18:20:19 +0800174 <!-- Activity for launching deep link page in 2-pane. -->
175 <activity android:name=".homepage.DeepLinkHomepageActivity"
176 android:label="@string/settings_label_launcher"
Jason Chiu177573c2021-12-02 14:26:24 +0800177 android:theme="@style/Theme.Settings.Home"
Jason Chiua3b21cf2021-11-16 18:20:19 +0800178 android:launchMode="singleTask"
179 android:exported="true"
Tsung-Mao Fang3943de12021-12-08 20:23:13 +0800180 android:enabled="false"
Jason Chiuae1c17b2022-06-13 13:58:17 +0800181 android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize"
Alexander Milantevc413b3e2023-03-14 16:11:30 +0000182 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Jason Chiua3b21cf2021-11-16 18:20:19 +0800183 android:permission="android.permission.LAUNCH_MULTI_PANE_SETTINGS_DEEP_LINK">
184 <intent-filter>
185 <action android:name="android.settings.SETTINGS_EMBED_DEEP_LINK_ACTIVITY" />
186 <category android:name="android.intent.category.DEFAULT" />
187 </intent-filter>
188 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
189 android:value="true" />
190 </activity>
191
Jason Chiu177573c2021-12-02 14:26:24 +0800192 <activity android:name=".homepage.DeepLinkHomepageActivityInternal"
Arc Wanga63e9c62021-09-28 20:39:15 +0800193 android:label="@string/settings_label_launcher"
Jason Chiu177573c2021-12-02 14:26:24 +0800194 android:theme="@style/Theme.Settings.Home.NoAnimation"
Arc Wanga63e9c62021-09-28 20:39:15 +0800195 android:taskAffinity=""
196 android:launchMode="singleTask"
197 android:exported="false"
Jason Chiua3b21cf2021-11-16 18:20:19 +0800198 android:excludeFromRecents="true"
Jason Chiuae1c17b2022-06-13 13:58:17 +0800199 android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize">
Arc Wanga63e9c62021-09-28 20:39:15 +0800200 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
201 android:value="true" />
jackqdyulei106ae1d2018-10-05 10:04:19 -0700202 </activity>
203
Alexandra Gherghina05dec7f2014-09-05 11:42:51 +0100204 <!-- Alias for launcher activity only, as this belongs to each profile. -->
205 <activity-alias android:name="Settings"
Alexandra Gherghina05dec7f2014-09-05 11:42:51 +0100206 android:label="@string/settings_label_launcher"
Sunny Shao0b0e6fc2019-06-18 13:32:05 +0800207 android:taskAffinity="com.android.settings.root"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700208 android:exported="true"
Fan Zhang44be9132018-09-07 12:56:53 -0700209 android:targetActivity=".homepage.SettingsHomepageActivity">
Alexandra Gherghina05dec7f2014-09-05 11:42:51 +0100210 <intent-filter>
211 <action android:name="android.intent.action.MAIN" />
212 <category android:name="android.intent.category.DEFAULT" />
213 <category android:name="android.intent.category.LAUNCHER" />
214 </intent-filter>
Sunny Goyal5f179fc2016-06-15 12:36:50 -0700215 <meta-data android:name="android.app.shortcuts" android:resource="@xml/shortcuts"/>
Alexandra Gherghina05dec7f2014-09-05 11:42:51 +0100216 </activity-alias>
217
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700218 <receiver android:name=".SettingsInitialize"
219 android:exported="true">
Alexandra Gherghina89265a32014-07-17 20:29:34 +0100220 <intent-filter>
Alexandra Gherghinaf2e39f22014-08-18 13:16:17 +0100221 <action android:name="android.intent.action.USER_INITIALIZE"/>
Alexandra Gherghina51712242014-09-05 16:32:14 +0100222 <action android:name="android.intent.action.PRE_BOOT_COMPLETED"/>
Alexandra Gherghina89265a32014-07-17 20:29:34 +0100223 </intent-filter>
224 </receiver>
225
Mill Chen14cfd2f2021-01-06 07:46:46 +0800226 <activity android:name=".SubSettings"
Yuri Ufimtsevbe982452022-03-09 09:49:15 +0000227 android:exported="false"
228 android:theme="@style/Theme.SubSettings"
Alexander Milantevc413b3e2023-03-14 16:11:30 +0000229 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Yuri Ufimtsevbe982452022-03-09 09:49:15 +0000230 android:taskAffinity="com.android.settings.root" />
Dianne Hackbornb7258182011-03-15 16:23:55 -0700231
Fan Zhangf1f0f8b2018-06-22 10:40:07 -0700232 <activity android:name=".Settings$CreateShortcutActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700233 android:exported="true"
Fan Zhang92f1e942017-01-21 10:07:26 -0800234 android:label="@string/settings_shortcut">
Dianne Hackborna54672f2009-06-24 12:45:09 -0700235 <intent-filter>
Fan Zhangf1f0f8b2018-06-22 10:40:07 -0700236 <action android:name="android.intent.action.CREATE_SHORTCUT" />
237 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborna54672f2009-06-24 12:45:09 -0700238 </intent-filter>
Fan Zhangf1f0f8b2018-06-22 10:40:07 -0700239 <meta-data
240 android:name="com.android.settings.FRAGMENT_CLASS"
241 android:value="com.android.settings.shortcut.CreateShortcut" />
Dianne Hackborna54672f2009-06-24 12:45:09 -0700242 </activity>
243
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800244 <!-- Wireless Controls -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800245 <activity
246 android:name=".Settings$NetworkDashboardActivity"
Doris Ling26208222017-03-03 11:28:05 -0800247 android:label="@string/network_dashboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700248 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800249 android:icon="@drawable/ic_homepage_network">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800250 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800251 <action android:name="android.settings.WIRELESS_SETTINGS" />
252 <action android:name="android.settings.AIRPLANE_MODE_SETTINGS" />
Andrew Sappersteinc65ccd22019-04-25 10:31:37 -0700253 <action android:name="com.android.settings.sim.SIM_SUB_INFO_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +0800254 <category android:name="android.intent.category.BROWSABLE" />
Doris Ling26208222017-03-03 11:28:05 -0800255 <category android:name="android.intent.category.DEFAULT" />
256 </intent-filter>
257 <intent-filter>
258 <action android:name="android.intent.action.MAIN" />
259 <category android:name="android.intent.category.DEFAULT" />
260 <category android:name="android.intent.category.VOICE_LAUNCH" />
261 </intent-filter>
Doris Ling26208222017-03-03 11:28:05 -0800262 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
263 android:value="com.android.settings.network.NetworkDashboardFragment"/>
Jason Chiu29a09e52021-10-12 17:24:34 +0800264 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
265 android:value="@string/menu_key_network"/>
Doris Ling26208222017-03-03 11:28:05 -0800266 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
267 android:value="true" />
268 </activity>
269
Zoey Chen6978a902021-12-14 18:42:37 +0800270 <activity
271 android:name=".Settings$MobileNetworkActivity"
272 android:label="@string/network_settings_title"
273 android:configChanges="orientation|screenSize|keyboardHidden"
Bonian Chend10618d2022-05-30 19:06:10 +0800274 android:launchMode="singleTop"
Zoey Chen6978a902021-12-14 18:42:37 +0800275 android:exported="true">
276 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
277 android:value="com.android.settings.network.telephony.MobileNetworkSettings"/>
Arc Wanga63e9c62021-09-28 20:39:15 +0800278 <intent-filter android:priority="1">
279 <!-- Displays the MobileNetworkActivity and opt-in dialog for capability discovery. -->
Bonian Chend10618d2022-05-30 19:06:10 +0800280 <!-- Please sync with a list created within MobileNetworkIntentConverter.java -->
281 <action android:name="android.intent.action.MAIN" />
Arc Wanga63e9c62021-09-28 20:39:15 +0800282 <action android:name="android.telephony.ims.action.SHOW_CAPABILITY_DISCOVERY_OPT_IN" />
283 <action android:name="android.settings.NETWORK_OPERATOR_SETTINGS" />
284 <action android:name="android.settings.DATA_ROAMING_SETTINGS" />
285 <action android:name="android.settings.MMS_MESSAGE_SETTING" />
Han Xub7d10772022-08-15 19:19:55 +0800286 <category android:name="android.intent.category.BROWSABLE" />
Arc Wanga63e9c62021-09-28 20:39:15 +0800287 <category android:name="android.intent.category.DEFAULT" />
288 </intent-filter>
289 </activity>
290
Antony Sargent94d97902019-03-26 09:50:22 -0700291 <activity android:name=".Settings$MobileNetworkListActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700292 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800293 android:label="@string/network_settings_title">
Antony Sargent94d97902019-03-26 09:50:22 -0700294 <intent-filter android:priority="1">
295 <action android:name="android.settings.MOBILE_NETWORK_LIST" />
Peter Wang93ce0682021-04-09 11:49:34 -0700296 <action android:name="android.settings.MANAGE_ALL_SIM_PROFILES_SETTINGS" />
Antony Sargent94d97902019-03-26 09:50:22 -0700297 <category android:name="android.intent.category.DEFAULT" />
298 </intent-filter>
299 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
300 android:value="com.android.settings.network.MobileNetworkListFragment"/>
Jason Chiu646a31e2021-11-10 11:56:00 +0800301 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
302 android:value="@string/menu_key_network"/>
Antony Sargent94d97902019-03-26 09:50:22 -0700303 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
304 android:value="true" />
305 </activity>
306
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800307 <activity
308 android:name=".Settings$ConnectedDeviceDashboardActivity"
Doris Ling26208222017-03-03 11:28:05 -0800309 android:label="@string/connected_devices_dashboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700310 android:exported="true"
Sunny Shaob4a5f162020-06-15 23:00:26 +0800311 android:icon="@drawable/ic_homepage_connected_device">
Doris Ling26208222017-03-03 11:28:05 -0800312 <intent-filter android:priority="1">
jackqdyulei6dd7f2e2018-02-07 17:49:09 -0800313 <action android:name="android.settings.BLUETOOTH_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +0800314 <category android:name="android.intent.category.BROWSABLE" />
jackqdyulei6dd7f2e2018-02-07 17:49:09 -0800315 <category android:name="android.intent.category.DEFAULT" />
316 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700317 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Ling26208222017-03-03 11:28:05 -0800318 android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment"/>
Jason Chiu29a09e52021-10-12 17:24:34 +0800319 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
Jason Chiu646a31e2021-11-10 11:56:00 +0800320 android:value="@string/menu_key_connected_devices"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100321 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
322 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700323 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800324
Barnaby Jamesc55ea152015-04-13 14:33:53 -0700325 <activity android:name="AirplaneModeVoiceActivity"
326 android:label="@string/wireless_networks_settings_title"
Andrew Sapperstein7e157432016-07-15 16:46:38 -0700327 android:theme="@*android:style/Theme.DeviceDefault.Light.Voice"
Barnaby Jamesc55ea152015-04-13 14:33:53 -0700328 android:exported="true">
329 <intent-filter>
330 <action android:name="android.settings.VOICE_CONTROL_AIRPLANE_MODE" />
331 <category android:name="android.intent.category.DEFAULT" />
332 <category android:name="android.intent.category.VOICE" />
333 </intent-filter>
334 </activity>
335
Fan Zhang25f29bf2017-10-24 09:27:02 -0700336 <activity android:name=".search.SearchResultTrampoline"
337 android:theme="@android:style/Theme.NoDisplay"
338 android:excludeFromRecents="true"
Alexander Milantevc413b3e2023-03-14 16:11:30 +0000339 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Fan Zhang25f29bf2017-10-24 09:27:02 -0700340 android:exported="true">
Fan Zhang8068fda2017-11-09 16:37:01 -0800341 <intent-filter>
342 <action android:name="com.android.settings.SEARCH_RESULT_TRAMPOLINE" />
343 <category android:name="android.intent.category.DEFAULT" />
344 </intent-filter>
Fan Zhang25f29bf2017-10-24 09:27:02 -0700345 </activity>
346
Jason Chiu3af73362021-11-11 14:24:37 +0800347 <receiver android:name=".search.SearchStateReceiver"
348 android:exported="true"
Tsung-Mao Fang3943de12021-12-08 20:23:13 +0800349 android:enabled="false"
Jason Chiu3af73362021-11-11 14:24:37 +0800350 android:permission="android.permission.READ_SEARCH_INDEXABLES">
351 <intent-filter>
352 <action android:name="com.android.settings.SEARCH_START"/>
353 <action android:name="com.android.settings.SEARCH_EXIT"/>
354 </intent-filter>
355 </receiver>
356
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800357 <activity
Florian Mayerce174932022-11-07 17:27:52 -0800358 android:name="Settings$MemtagPageActivity"
359 android:label="@string/memtag_title"
360 android:icon="@drawable/ic_homepage_security"
361 android:exported="true"
362 android:configChanges="orientation|keyboardHidden|screenSize">
363 <intent-filter android:priority="1">
Florian Mayeref5e8672022-11-17 16:46:05 -0800364 <action android:name="android.settings.ADVANCED_MEMORY_PROTECTION_SETTINGS"/>
Florian Mayerce174932022-11-07 17:27:52 -0800365 <category android:name="android.intent.category.BROWSABLE" />
366 <category android:name="android.intent.category.DEFAULT"/>
367 </intent-filter>
368 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
369 android:value="com.android.settings.security.MemtagPage"/>
370 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
371 android:value="@string/menu_key_security"/>
372 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
373 android:value="true"/>
374 </activity>
375
376 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800377 android:name="Settings$WifiSettingsActivity"
378 android:label="@string/wifi_settings"
Sunny Shaob4a5f162020-06-15 23:00:26 +0800379 android:icon="@drawable/ic_homepage_network"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700380 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800381 android:configChanges="orientation|keyboardHidden|screenSize">
Weng Sueb70b242021-11-12 22:50:12 +0800382 <intent-filter android:priority="1">
383 <action android:name="android.settings.WIFI_SETTINGS"/>
Han Xub7d10772022-08-15 19:19:55 +0800384 <category android:name="android.intent.category.BROWSABLE" />
Weng Sueb70b242021-11-12 22:50:12 +0800385 <category android:name="android.intent.category.DEFAULT"/>
386 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700387 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Weng Sueb70b242021-11-12 22:50:12 +0800388 android:value="com.android.settings.network.NetworkProviderSettings"/>
Jason Chiu646a31e2021-11-10 11:56:00 +0800389 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
Weng Sueb70b242021-11-12 22:50:12 +0800390 android:value="@string/menu_key_network"/>
Zoltan Szatmary-Bane03d8862015-04-30 14:35:54 +0100391 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
Weng Sueb70b242021-11-12 22:50:12 +0800392 android:value="true"/>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700393 </activity>
Chia-chi Yeh48090d42010-01-25 15:41:42 +0800394
David Magno6031a6e2021-10-07 14:40:31 +0200395 <!-- Keep compatibility with old shortcuts. -->
396 <activity-alias
397 android:name="Settings$WifiSettings2Activity"
398 android:targetActivity="Settings$WifiSettingsActivity"
399 android:label="@string/wifi_settings"
400 android:icon="@drawable/ic_homepage_network"
401 android:exported="true">
402 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Weng Sueb70b242021-11-12 22:50:12 +0800403 android:value="com.android.settings.network.NetworkProviderSettings"/>
Jason Chiu646a31e2021-11-10 11:56:00 +0800404 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
Weng Sueb70b242021-11-12 22:50:12 +0800405 android:value="@string/menu_key_network"/>
406 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
407 android:value="true"/>
David Magno6031a6e2021-10-07 14:40:31 +0200408 </activity-alias>
409
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800410 <activity
Arc Wang746176e2020-09-02 17:35:56 +0800411 android:name="Settings$NetworkProviderSettingsActivity"
Weng Su658a4172021-07-26 16:33:31 +0800412 android:label="@string/provider_internet_settings"
Arc Wang746176e2020-09-02 17:35:56 +0800413 android:icon="@drawable/ic_homepage_network"
414 android:exported="true"
415 android:configChanges="orientation|keyboardHidden|screenSize">
416 <intent-filter android:priority="1">
Weng Sueb70b242021-11-12 22:50:12 +0800417 <action android:name="android.settings.NETWORK_PROVIDER_SETTINGS"/>
418 <category android:name="android.intent.category.DEFAULT"/>
Arc Wang746176e2020-09-02 17:35:56 +0800419 </intent-filter>
420 <intent-filter android:priority="1">
Weng Sueb70b242021-11-12 22:50:12 +0800421 <action android:name="android.intent.action.MAIN"/>
422 <category android:name="com.android.settings.SHORTCUT"/>
Arc Wang746176e2020-09-02 17:35:56 +0800423 </intent-filter>
424 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Weng Sueb70b242021-11-12 22:50:12 +0800425 android:value="com.android.settings.network.NetworkProviderSettings"/>
Jason Chiu29a09e52021-10-12 17:24:34 +0800426 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
Weng Sueb70b242021-11-12 22:50:12 +0800427 android:value="@string/menu_key_network"/>
Arc Wang746176e2020-09-02 17:35:56 +0800428 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
Weng Sueb70b242021-11-12 22:50:12 +0800429 android:value="true"/>
Arc Wang746176e2020-09-02 17:35:56 +0800430 </activity>
431
432 <activity
SongFerng Wangfa6a3612021-12-08 14:25:41 +0000433 android:name="Settings$NetworkSelectActivity"
434 android:label="@string/choose_network_title"
435 android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize">
436 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
437 android:value="com.android.settings.network.telephony.NetworkSelectSettings" />
438 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
439 android:value="true" />
440 </activity>
441
442 <activity
Weng Sue8a4e132021-07-15 11:38:38 +0800443 android:name="Settings$WifiDetailsSettingsActivity"
444 android:label="@string/wifi_details_title"
445 android:icon="@drawable/ic_homepage_network"
446 android:exported="true"
447 android:permission="android.permission.CHANGE_WIFI_STATE"
448 android:configChanges="orientation|keyboardHidden|screenSize">
449 <!-- The intent action is only public to OEM, because a special library is required. -->
450 <intent-filter android:priority="1">
451 <action android:name="android.settings.WIFI_DETAILS_SETTINGS" />
452 <category android:name="android.intent.category.DEFAULT" />
453 </intent-filter>
454 <meta-data
455 android:name="com.android.settings.FRAGMENT_CLASS"
456 android:value="com.android.settings.wifi.details.WifiNetworkDetailsFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800457 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
458 android:value="@string/menu_key_network"/>
459 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
Weng Sue8a4e132021-07-15 11:38:38 +0800460 android:value="true" />
461 </activity>
462
463 <activity
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700464 android:name=".wifi.WifiPickerActivity"
Weng Su79c30c02022-01-25 21:22:20 +0800465 android:permission="android.permission.CHANGE_WIFI_STATE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700466 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800467 <intent-filter android:priority="1">
468 <action android:name="android.net.wifi.PICK_WIFI_NETWORK" />
469 <category android:name="android.intent.category.DEFAULT" />
470 </intent-filter>
Zoltan Szatmary-Bane03d8862015-04-30 14:35:54 +0100471 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
472 android:value="true" />
Daisuke Miyakawa79c5fd92011-01-15 14:58:00 -0800473 </activity>
474
Jun Ono89c2c5e2019-05-30 12:56:43 +0900475 <activity android:name=".Settings$AdaptiveBrightnessActivity"
476 android:label="@string/auto_brightness_title"
477 android:exported="true">
478 <intent-filter>
479 <action android:name="android.settings.ADAPTIVE_BRIGHTNESS_SETTINGS" />
480 <category android:name="android.intent.category.DEFAULT" />
481 </intent-filter>
482 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
483 android:value="com.android.settings.display.AutoBrightnessSettings"/>
Jason Chiu646a31e2021-11-10 11:56:00 +0800484 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
485 android:value="@string/menu_key_display"/>
Jun Ono89c2c5e2019-05-30 12:56:43 +0900486 </activity>
487
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800488 <activity
489 android:name="Settings$ConfigureWifiSettingsActivity"
490 android:label="@string/wifi_configure_settings_preference_title"
491 android:icon="@drawable/ic_settings_wireless"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700492 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800493 android:configChanges="orientation|keyboardHidden|screenSize">
Amin Shaikh3aa547b2017-01-06 18:31:41 -0800494 <intent-filter android:priority="1">
Stephen Chen91d13c12017-03-22 15:53:26 -0700495 <action android:name="android.settings.WIFI_IP_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +0800496 <category android:name="android.intent.category.BROWSABLE" />
Amin Shaikh3aa547b2017-01-06 18:31:41 -0800497 <category android:name="android.intent.category.DEFAULT" />
498 </intent-filter>
499 <intent-filter>
500 <action android:name="android.intent.action.MAIN" />
501 <category android:name="android.intent.category.VOICE_LAUNCH" />
502 <category android:name="android.intent.category.DEFAULT" />
503 </intent-filter>
504 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
505 android:value="com.android.settings.wifi.ConfigureWifiSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800506 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
507 android:value="@string/menu_key_network"/>
Amin Shaikh3aa547b2017-01-06 18:31:41 -0800508 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
509 android:value="true" />
510 </activity>
511
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800512 <activity
513 android:name="Settings$SavedAccessPointsSettingsActivity"
514 android:label="@string/wifi_saved_access_points_label"
515 android:icon="@drawable/ic_settings_wireless"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700516 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800517 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800518 <intent-filter android:priority="1">
Stephen Chen66d1a692016-11-14 16:24:08 -0800519 <action android:name="android.settings.WIFI_SAVED_NETWORK_SETTINGS" />
Dianne Hackborn0702e872015-02-20 12:48:32 -0800520 <category android:name="android.intent.category.DEFAULT" />
521 </intent-filter>
PauloftheWest7837b992014-06-24 07:42:27 -0700522 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Viesturs Zarinsf1d115c2022-09-28 15:06:18 +0000523 android:value="com.android.settings.wifi.savedaccesspoints2.SavedAccessPointsWifiSettings2" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800524 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
525 android:value="@string/menu_key_network"/>
Zoltan Szatmary-Bane03d8862015-04-30 14:35:54 +0100526 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
527 android:value="true" />
PauloftheWest7837b992014-06-24 07:42:27 -0700528 </activity>
529
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700530 <activity android:name=".Settings$WifiInfoActivity"
531 android:exported="true">
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800532 <intent-filter>
533 <action android:name="android.intent.action.MAIN"/>
534 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
535 <category android:name="android.intent.category.DEFAULT" />
536 </intent-filter>
Jason Monkb7e43802016-06-06 16:01:58 -0400537 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
538 android:value="com.android.settings.wifi.WifiInfo" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800539 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
540 android:value="@string/menu_key_network"/>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800541 </activity>
542
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700543 <activity android:name=".wifi.WifiConfigInfo"
544 android:exported="true">
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800545 <intent-filter>
546 <action android:name="android.intent.action.MAIN"/>
547 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
548 <category android:name="android.intent.category.DEFAULT" />
549 </intent-filter>
550 </activity>
551
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700552 <activity android:name=".Settings$WifiAPITestActivity"
553 android:exported="true">
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800554 <intent-filter>
555 <action android:name="android.intent.action.MAIN"/>
556 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
557 <category android:name="android.intent.category.DEFAULT" />
558 </intent-filter>
Jason Monkb7e43802016-06-06 16:01:58 -0400559 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
560 android:value="com.android.settings.wifi.WifiAPITest" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800561 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
562 android:value="@string/menu_key_network"/>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800563 </activity>
564
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700565 <activity android:name=".wifi.WifiStatusTest"
566 android:exported="true">
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800567 <intent-filter>
568 <action android:name="android.intent.action.MAIN"/>
569 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
570 <category android:name="android.intent.category.DEFAULT" />
571 </intent-filter>
572 </activity>
573
Lorenzo Colitti877b0542015-04-03 17:31:19 +0900574 <activity android:name=".wifi.WifiNoInternetDialog"
575 android:clearTaskOnLaunch="true"
576 android:excludeFromRecents="true"
577 android:exported="true"
lucaslin7335c592019-03-20 11:41:21 +0800578 android:permission="android.permission.NETWORK_STACK"
Arc Wang5a298fb2020-06-30 14:14:02 +0800579 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight">
lucaslinaaf21232021-02-22 10:37:16 +0800580 <!-- TODO: Consider removing below two intent filters.
581 It seems like below two intent filters can be removed because when the notification
582 is clicked, this activity will be launched anyway. -->
Lorenzo Colitti877b0542015-04-03 17:31:19 +0900583 <intent-filter>
lucaslinaaf21232021-02-22 10:37:16 +0800584 <action android:name="android.net.action.PROMPT_UNVALIDATED" />
Lorenzo Colitti877b0542015-04-03 17:31:19 +0900585 <category android:name="android.intent.category.DEFAULT" />
586 </intent-filter>
Lorenzo Colitti1449ecd2016-09-15 14:06:46 +0900587 <intent-filter>
lucaslinaaf21232021-02-22 10:37:16 +0800588 <action android:name="android.net.action.PROMPT_LOST_VALIDATION" />
Lorenzo Colitti1449ecd2016-09-15 14:06:46 +0900589 <category android:name="android.intent.category.DEFAULT" />
590 </intent-filter>
Zoltan Szatmary-Bane03d8862015-04-30 14:35:54 +0100591 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
592 android:value="true" />
Lorenzo Colitti877b0542015-04-03 17:31:19 +0900593 </activity>
594
Fabrice Di Meglio61a1fec2014-08-13 16:22:38 -0700595 <activity android:name="Settings$ApnSettingsActivity"
Jeff Sharkeyc2b43db2012-11-28 17:09:19 -0800596 android:label="@string/apn_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700597 android:exported="true"
Bonian Chencd1fd102020-02-10 02:38:25 +0800598 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800599 <intent-filter android:priority="1">
600 <action android:name="android.settings.APN_SETTINGS" />
601 <category android:name="android.intent.category.DEFAULT" />
602 </intent-filter>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800603 <intent-filter>
604 <action android:name="android.intent.action.MAIN" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800605 <category android:name="android.intent.category.DEFAULT" />
606 <category android:name="android.intent.category.VOICE_LAUNCH" />
607 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100608 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
609 android:value="true" />
Fabrice Di Meglio61a1fec2014-08-13 16:22:38 -0700610 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
tom hsu2fd7c9f2020-09-30 21:46:27 +0800611 android:value="com.android.settings.network.apn.ApnSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800612 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
613 android:value="@string/menu_key_network"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800614 </activity>
615
Lei Yudec7a712018-03-29 10:54:22 -0700616 <!-- Keep compatibility with old shortcuts. -->
617 <activity-alias
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800618 android:name="Settings$BluetoothSettingsActivity"
Lei Yudec7a712018-03-29 10:54:22 -0700619 android:label="@string/devices_title"
620 android:targetActivity=".Settings$ConnectedDeviceDashboardActivity"
621 android:exported="true">
Fan Zhang5a981772018-06-22 14:30:09 -0700622 <intent-filter android:priority="10">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800623 <action android:name="android.intent.action.MAIN" />
Lei Yudec7a712018-03-29 10:54:22 -0700624 <category android:name="com.android.settings.SHORTCUT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800625 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700626 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Lei Yudec7a712018-03-29 10:54:22 -0700627 android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800628 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
629 android:value="@string/menu_key_connected_devices"/>
Lei Yudec7a712018-03-29 10:54:22 -0700630 </activity-alias>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800631
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800632 <!-- Keep compatibility with old shortcuts. -->
633 <activity-alias android:name=".bluetooth.BluetoothSettings"
Lei Yudec7a712018-03-29 10:54:22 -0700634 android:label="@string/devices_title"
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800635 android:targetActivity="Settings$BluetoothSettingsActivity"
636 android:exported="true"
637 android:clearTaskOnLaunch="true">
638 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Lei Yudec7a712018-03-29 10:54:22 -0700639 android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800640 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
641 android:value="@string/menu_key_connected_devices"/>
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800642 </activity-alias>
643
Kevin Chyn71899972018-07-10 17:20:29 -0700644 <activity android:name="Settings$FaceSettingsActivity"
645 android:label="@string/security_settings_face_preference_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700646 android:exported="true"
Kevin Chyn71899972018-07-10 17:20:29 -0700647 android:icon="@drawable/ic_face_header">
648 <intent-filter>
649 <action android:name="android.settings.FACE_SETTINGS" />
650 <category android:name="android.intent.category.DEFAULT" />
651 </intent-filter>
652 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
653 android:value="com.android.settings.biometrics.face.FaceSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800654 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
655 android:value="@string/menu_key_security"/>
Kevin Chyn71899972018-07-10 17:20:29 -0700656 </activity>
657
Yuri Ufimtsevbe982452022-03-09 09:49:15 +0000658 <activity android:name="Settings$FaceSettingsInternalActivity"
659 android:label="@string/security_settings_face_preference_title"
660 android:exported="false"
661 android:icon="@drawable/ic_face_header"
662 android:taskAffinity="com.android.settings.root">
663 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
664 android:value="com.android.settings.biometrics.face.FaceSettings" />
665 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
666 android:value="@string/menu_key_security"/>
667 </activity>
668
Ilya Matyukhin8979f842019-04-28 15:10:02 -0700669 <activity android:name="Settings$FingerprintSettingsActivity"
670 android:label="@string/security_settings_fingerprint_preference_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700671 android:exported="true"
Ilya Matyukhin8979f842019-04-28 15:10:02 -0700672 android:icon="@drawable/ic_fingerprint_header">
673 <intent-filter>
674 <action android:name="android.settings.FINGERPRINT_SETTINGS" />
675 <category android:name="android.intent.category.DEFAULT" />
676 </intent-filter>
677 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
678 android:value="com.android.settings.biometrics.fingerprint.FingerprintSettings$FingerprintSettingsFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800679 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
680 android:value="@string/menu_key_security"/>
Ilya Matyukhin8979f842019-04-28 15:10:02 -0700681 </activity>
682
Mill Chen7edebee2021-04-09 23:14:27 +0800683 <activity android:name="Settings$CombinedBiometricSettingsActivity"
684 android:label="@string/security_settings_biometric_preference_title"
Yuri Ufimtsevbe982452022-03-09 09:49:15 +0000685 android:exported="false"
686 android:taskAffinity="com.android.settings.root">
Mill Chen7edebee2021-04-09 23:14:27 +0800687 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
688 android:value="com.android.settings.biometrics.combination.CombinedBiometricSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800689 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
690 android:value="@string/menu_key_security"/>
Mill Chen7edebee2021-04-09 23:14:27 +0800691 </activity>
692
693 <activity android:name="Settings$CombinedBiometricProfileSettingsActivity"
Elliot Sisteronbc3d8da2023-04-06 13:51:00 +0000694 android:label="@string/security_settings_work_biometric_preference_title"
Mill Chen7edebee2021-04-09 23:14:27 +0800695 android:exported="false">
696 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
697 android:value="com.android.settings.biometrics.combination.CombinedBiometricProfileSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800698 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
699 android:value="@string/menu_key_security"/>
Mill Chen7edebee2021-04-09 23:14:27 +0800700 </activity>
701
Jake Hambyc090feb2010-12-07 16:27:21 -0800702 <activity android:name=".bluetooth.DevicePickerActivity"
Jake Hambyc090feb2010-12-07 16:27:21 -0800703 android:label="@string/device_picker"
Hemant Gupta3483fc32018-02-01 19:20:29 +0530704 android:configChanges="orientation|keyboardHidden|screenSize"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700705 android:exported="true"
Adam Powelld8537a02012-07-18 19:02:39 -0700706 android:clearTaskOnLaunch="true">
Jake Hambyc090feb2010-12-07 16:27:21 -0800707 <intent-filter>
708 <action android:name="android.bluetooth.devicepicker.action.LAUNCH" />
709 <category android:name="android.intent.category.DEFAULT" />
710 </intent-filter>
711 </activity>
712
Doris Lingc6927582018-01-18 15:04:59 -0800713 <service android:name=".wifi.tether.TetherService"
Jason Monk37832d62014-12-10 17:21:51 -0500714 android:exported="true"
Jeremy Klein78d182f2015-12-28 15:39:39 -0800715 android:permission="android.permission.TETHER_PRIVILEGED" />
Jeremy Klein1cf002d2016-01-24 17:21:43 -0800716
markchien8c713fc2019-02-14 11:11:31 +0800717 <activity android:name=".network.TetherProvisioningActivity"
Jeremy Klein1cf002d2016-01-24 17:21:43 -0800718 android:exported="true"
719 android:permission="android.permission.TETHER_PRIVILEGED"
Jeremy Klein7dbad8c2016-12-19 11:22:38 -0800720 android:excludeFromRecents="true"
Jeremy Kleine3e7b952016-01-25 14:43:49 -0800721 android:theme="@style/Theme.ProvisioningActivity">
Jeremy Klein1cf002d2016-01-24 17:21:43 -0800722 <intent-filter android:priority="1">
723 <action android:name="android.settings.TETHER_PROVISIONING_UI" />
724 <category android:name="android.intent.category.DEFAULT" />
725 </intent-filter>
726 </activity>
727
tom hsu427906c2022-02-14 22:12:43 +0800728 <activity
729 android:name=".network.TetherProvisioningCarrierDialogActivity"
730 android:exported="true"
731 android:permission="android.permission.TETHER_PRIVILEGED"
732 android:excludeFromRecents="true"
733 android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar">
734 <intent-filter android:priority="1">
735 <action android:name="android.settings.TETHER_UNSUPPORTED_CARRIER_UI" />
736 <category android:name="android.intent.category.DEFAULT" />
737 </intent-filter>
738 </activity>
739
Jiashen Wangd8bd3bb2020-09-08 15:57:40 -0700740 <activity android:name=".network.telephony.ToggleSubscriptionDialogActivity"
741 android:exported="false"
742 android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
SongFerngWang4780be42021-12-21 05:39:09 +0800743 android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/>
Jiashen Wangd8bd3bb2020-09-08 15:57:40 -0700744
Jiashen Wangff311a22020-10-01 18:36:20 -0700745 <activity android:name=".network.telephony.DeleteEuiccSubscriptionDialogActivity"
746 android:exported="false"
747 android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
SongFerngWang4780be42021-12-21 05:39:09 +0800748 android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/>
Jiashen Wangff311a22020-10-01 18:36:20 -0700749
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800750 <activity
751 android:name="Settings$TetherSettingsActivity"
752 android:label="@string/tether_settings_title_all"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700753 android:exported="true"
Sunny Shaob4a5f162020-06-15 23:00:26 +0800754 android:icon="@drawable/ic_homepage_network">
Robert Greenwalt3901edb2010-01-26 10:22:37 -0800755 <intent-filter>
756 <action android:name="android.intent.action.MAIN" />
paulhu08efd362020-02-07 14:42:08 +0800757 <action android:name="android.settings.TETHER_SETTINGS" />
Robert Greenwalt3901edb2010-01-26 10:22:37 -0800758 <category android:name="android.intent.category.DEFAULT" />
759 <category android:name="android.intent.category.VOICE_LAUNCH" />
760 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700761 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Weng Suf077b832022-12-22 20:24:34 +0800762 android:value="com.android.settings.network.tether.TetherSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800763 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
764 android:value="@string/menu_key_network"/>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700765 </activity>
Robert Greenwalt3901edb2010-01-26 10:22:37 -0800766
Salvador Martinezbb333712018-06-19 10:27:30 -0700767 <activity
768 android:name="Settings$WifiTetherSettingsActivity"
769 android:label="@string/wifi_hotspot_checkbox_text"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700770 android:exported="true"
Bonian Chen86027472022-03-18 09:23:19 +0800771 android:icon="@drawable/ic_homepage_wifi_tethering">
Salvador Martinezbb333712018-06-19 10:27:30 -0700772 <intent-filter>
773 <action android:name="com.android.settings.WIFI_TETHER_SETTINGS" />
774 <category android:name="android.intent.category.DEFAULT" />
775 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -0700776 <intent-filter android:priority="4">
Fan Zhang2f4355a2018-06-21 15:34:43 -0700777 <action android:name="android.intent.action.MAIN" />
Fan Zhang2f4355a2018-06-21 15:34:43 -0700778 <category android:name="com.android.settings.SHORTCUT" />
779 </intent-filter>
Salvador Martinezbb333712018-06-19 10:27:30 -0700780 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
781 android:value="com.android.settings.wifi.tether.WifiTetherSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800782 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
783 android:value="@string/menu_key_network"/>
Salvador Martinezbb333712018-06-19 10:27:30 -0700784 </activity>
785
786
Amith Yamasanieb99f2f2010-12-15 14:12:43 -0800787 <!-- Keep compatibility with old shortcuts. -->
788 <activity-alias android:name=".TetherSettings"
789 android:label="@string/tether_settings_title_all"
790 android:clearTaskOnLaunch="true"
791 android:exported="true"
792 android:targetActivity="Settings$TetherSettingsActivity">
793 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Weng Suf077b832022-12-22 20:24:34 +0800794 android:value="com.android.settings.network.tether.TetherSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800795 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
796 android:value="@string/menu_key_network"/>
Amith Yamasanieb99f2f2010-12-15 14:12:43 -0800797 </activity-alias>
798
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700799 <activity android:name="Settings$WifiP2pSettingsActivity"
800 android:exported="true">
repo syncb98463f2011-06-30 10:58:43 -0700801 <intent-filter>
802 <action android:name="android.intent.action.MAIN" />
803 <category android:name="android.intent.category.DEFAULT" />
804 <category android:name="android.intent.category.VOICE_LAUNCH" />
805 </intent-filter>
806 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Irfan Sheriff9ef53572011-08-03 15:40:04 -0700807 android:value="com.android.settings.wifi.p2p.WifiP2pSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800808 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
809 android:value="@string/menu_key_network"/>
repo syncb98463f2011-06-30 10:58:43 -0700810 </activity>
811
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800812 <activity
813 android:name="Settings$VpnSettingsActivity"
814 android:label="@string/vpn_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700815 android:exported="true"
Bonian Chen86027472022-03-18 09:23:19 +0800816 android:icon="@drawable/ic_homepage_vpn">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800817 <intent-filter android:priority="1">
Robin Leed3041942016-03-24 16:02:08 +0000818 <action android:name="android.settings.VPN_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +0800819 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -0800820 <action android:name="android.net.vpn.SETTINGS" />
821 <category android:name="android.intent.category.DEFAULT" />
822 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -0700823 <intent-filter android:priority="5">
Hung-ying Tyan16177062009-06-10 22:52:44 +0800824 <action android:name="android.intent.action.MAIN" />
Tobias Brunnerf7ed8572010-06-28 13:10:26 +0200825 <category android:name="com.android.settings.SHORTCUT" />
Hung-ying Tyan16177062009-06-10 22:52:44 +0800826 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700827 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Chia-chi Yeh7606a2f2011-07-02 17:45:23 -0700828 android:value="com.android.settings.vpn2.VpnSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800829 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
830 android:value="@string/menu_key_network"/>
Zoltan Szatmary-Ban131b4972014-08-18 13:48:15 +0100831 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
832 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700833 </activity>
Hung-ying Tyan16177062009-06-10 22:52:44 +0800834
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800835 <activity
Fabian Kozynskid9aadd72019-04-11 12:25:09 -0400836 android:name="Settings$DataSaverSummaryActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700837 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800838 android:label="@string/data_saver_title">
Fabian Kozynskid9aadd72019-04-11 12:25:09 -0400839 <intent-filter android:priority="1">
840 <action android:name="android.settings.DATA_SAVER_SETTINGS" />
841 <category android:name="android.intent.category.DEFAULT" />
842 </intent-filter>
843 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
844 android:value="com.android.settings.datausage.DataSaverSummary" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800845 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
846 android:value="@string/menu_key_network"/>
Fabian Kozynskid9aadd72019-04-11 12:25:09 -0400847 </activity>
848
849 <activity
Varun Shahb33256a2022-10-30 18:33:52 +0000850 android:name="Settings$LongBackgroundTasksActivity"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +0200851 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Varun Shahb33256a2022-10-30 18:33:52 +0000852 android:exported="true"
853 android:label="@string/long_background_tasks_label">
854 <intent-filter android:priority="1">
Jing Ji50490a32023-01-06 02:10:42 -0800855 <action android:name="android.settings.MANAGE_APP_LONG_RUNNING_JOBS" />
Varun Shahb33256a2022-10-30 18:33:52 +0000856 <category android:name="android.intent.category.DEFAULT" />
857 </intent-filter>
858 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
859 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
860 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
861 android:value="@string/menu_key_apps"/>
862 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
863 android:value="true" />
864 </activity>
865
866 <activity
867 android:name="Settings$LongBackgroundTasksAppActivity"
868 android:exported="true"
869 android:label="@string/long_background_tasks_label">
870 <intent-filter android:priority="1">
Jing Ji50490a32023-01-06 02:10:42 -0800871 <action android:name="android.settings.MANAGE_APP_LONG_RUNNING_JOBS" />
Varun Shahb33256a2022-10-30 18:33:52 +0000872 <category android:name="android.intent.category.DEFAULT" />
873 <data android:scheme="package" />
874 </intent-filter>
875 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
876 android:value="com.android.settings.applications.appinfo.LongBackgroundTasksDetails" />
877 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
878 android:value="@string/menu_key_apps"/>
879 </activity>
880
881 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800882 android:name="Settings$DateTimeSettingsActivity"
883 android:label="@string/date_and_time"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700884 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800885 android:icon="@drawable/ic_settings_date_time">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800886 <intent-filter android:priority="1">
887 <action android:name="android.settings.DATE_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +0800888 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -0800889 <category android:name="android.intent.category.DEFAULT" />
890 </intent-filter>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800891 <intent-filter>
892 <action android:name="android.intent.action.MAIN" />
Daniel Sandlerf4d1c3e2012-10-01 16:45:10 -0400893 <action android:name="android.intent.action.QUICK_CLOCK" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800894 <category android:name="android.intent.category.VOICE_LAUNCH" />
Dianne Hackborn116d85e2009-06-26 18:20:23 -0700895 <category android:name="android.intent.category.DEFAULT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800896 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700897 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Raff Tsai9e3a9fd2019-10-01 17:06:26 +0800898 android:value="com.android.settings.datetime.DateTimeSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800899 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
900 android:value="@string/menu_key_system"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100901 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
902 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700903 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800904
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800905 <activity
906 android:name="Settings$LocalePickerActivity"
907 android:label="@string/language_picker_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700908 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800909 android:icon="@drawable/ic_settings_language">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800910 <intent-filter android:priority="1">
911 <action android:name="android.settings.LOCALE_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +0800912 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -0800913 <category android:name="android.intent.category.DEFAULT" />
914 </intent-filter>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800915 <intent-filter>
916 <action android:name="android.intent.action.MAIN" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800917 <category android:name="android.intent.category.DEFAULT" />
918 <category android:name="android.intent.category.VOICE_LAUNCH" />
919 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700920 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Mihai Nitad7d48fd2016-01-12 08:55:05 -0800921 android:value="com.android.settings.localepicker.LocaleListEditor" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800922 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
923 android:value="@string/menu_key_system"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100924 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
925 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700926 </activity>
Michael Chan503c2362009-12-08 22:18:23 -0800927
tmfangc0ed6142018-07-13 11:11:26 +0800928 <activity android:name=".localepicker.LocalePickerWithRegionActivity"
929 android:excludeFromRecents="true"
930 android:configChanges="orientation|keyboardHidden|screenSize"
Arc Wang4a2acd22021-05-19 16:57:21 +0800931 android:exported="false"
932 android:theme="@style/Theme.LocalePickerWithRegionActivity">
tmfangc0ed6142018-07-13 11:11:26 +0800933 </activity>
934
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800935 <activity
tom hsu6fc5bb62022-03-08 17:40:16 +0800936 android:name=".localepicker.AppLocalePickerActivity"
tom hsu26b0bd72021-12-08 16:27:47 +0800937 android:label="@string/app_locale_picker_title"
tom hsub899bd32022-04-28 21:32:33 +0800938 android:configChanges="orientation|screenSize|keyboardHidden"
tom hsu26b0bd72021-12-08 16:27:47 +0800939 android:exported="true" >
940 <intent-filter>
941 <action android:name="android.settings.APP_LOCALE_SETTINGS" />
942 <category android:name="android.intent.category.DEFAULT" />
tom hsu4da192d2021-12-23 20:29:10 +0800943 <data android:scheme="package" />
tom hsu26b0bd72021-12-08 16:27:47 +0800944 </intent-filter>
tom hsu26b0bd72021-12-08 16:27:47 +0800945 </activity>
946
947 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800948 android:name=".Settings$LanguageAndInputSettingsActivity"
Doris Ling204ca742017-07-18 15:43:26 -0700949 android:label="@string/language_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700950 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800951 android:icon="@drawable/ic_settings_language">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800952 <intent-filter>
ronish4e856272022-04-14 14:55:35 +0000953 <action android:name="android.settings.LANGUAGE_SETTINGS"/>
954 <category android:name="android.intent.category.DEFAULT"/>
955 </intent-filter>
956 <intent-filter>
957 <action android:name="android.intent.action.MAIN"/>
958 <category android:name="android.intent.category.VOICE_LAUNCH"/>
959 <category android:name="android.intent.category.DEFAULT"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800960 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700961 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang320d60f2017-03-20 17:32:32 -0700962 android:value="com.android.settings.language.LanguageAndInputSettings"/>
Jason Chiu646a31e2021-11-10 11:56:00 +0800963 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
964 android:value="@string/menu_key_system"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100965 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
Fan Zhang320d60f2017-03-20 17:32:32 -0700966 android:value="true"/>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700967 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800968
danielwbhuangc9cb6802022-08-17 22:17:08 +0800969 <activity
970 android:name=".Settings$LanguageSettingsActivity"
971 android:label="@string/languages_settings"
972 android:exported="true"
973 android:icon="@drawable/ic_settings_languages">
974 <intent-filter>
975 <action android:name="android.settings.LANGUAGE_SETTINGS"/>
976 <category android:name="android.intent.category.DEFAULT"/>
977 </intent-filter>
978 <intent-filter>
979 <action android:name="android.intent.action.MAIN"/>
980 <category android:name="android.intent.category.VOICE_LAUNCH"/>
981 <category android:name="android.intent.category.DEFAULT"/>
982 </intent-filter>
983 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
984 android:value="com.android.settings.language.LanguageSettings"/>
985 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
986 android:value="@string/menu_key_system"/>
987 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
988 android:value="true"/>
989 </activity>
990
991 <activity
Jagrut Desaic36081b2023-04-20 13:50:02 -0700992 android:name=".Settings$NavigationModeSettingsActivity"
993 android:label="@string/system_navigation_title"
994 android:exported="true">
995 <intent-filter>
996 <action android:name="com.android.settings.NAVIGATION_MODE_SETTINGS"/>
997 <category android:name="android.intent.category.DEFAULT"/>
998 </intent-filter>
999 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1000 android:value="com.android.settings.gestures.SystemNavigationGestureSettings"/>
1001 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1002 android:value="@string/menu_key_system"/>
1003 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1004 android:value="true"/>
1005 </activity>
1006
1007 <activity
tom hsuc03ff3b2023-01-04 08:57:43 +08001008 android:name=".Settings$RegionalPreferencesActivity"
1009 android:label="@string/regional_preferences_title"
1010 android:exported="true" >
1011 <intent-filter android:priority="1">
1012 <action android:name="android.settings.REGIONAL_PREFERENCES_SETTINGS" />
1013 <category android:name="android.intent.category.DEFAULT" />
1014 </intent-filter>
1015 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1016 android:value="com.android.settings.regionalpreferences.RegionalPreferencesEntriesFragment"/>
1017 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1018 android:value="@string/menu_key_system"/>
1019 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1020 android:value="true"/>
1021 </activity>
1022
1023 <activity
danielwbhuangc9cb6802022-08-17 22:17:08 +08001024 android:name=".Settings$KeyboardSettingsActivity"
1025 android:label="@string/keyboard_settings"
1026 android:exported="true"
1027 android:icon="@drawable/ic_settings_language">
1028 <intent-filter>
1029 <action android:name="android.intent.action.MAIN"/>
1030 <category android:name="android.intent.category.VOICE_LAUNCH"/>
1031 <category android:name="android.intent.category.DEFAULT"/>
1032 </intent-filter>
1033 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1034 android:value="com.android.settings.inputmethod.KeyboardSettings"/>
1035 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1036 android:value="@string/menu_key_system"/>
1037 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1038 android:value="true"/>
1039 </activity>
1040
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +00001041 <activity android:name="Settings$AvailableVirtualKeyboardActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001042 android:exported="true"
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +00001043 android:label="@string/available_virtual_keyboard_category">
1044 <intent-filter android:priority="1">
1045 <action android:name="android.settings.INPUT_METHOD_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08001046 <category android:name="android.intent.category.BROWSABLE" />
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +00001047 <category android:name="android.intent.category.DEFAULT" />
1048 </intent-filter>
1049 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1050 android:value="com.android.settings.inputmethod.AvailableVirtualKeyboardFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001051 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1052 android:value="@string/menu_key_system"/>
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +00001053 </activity>
1054
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001055 <activity
1056 android:name="Settings$ManageAssistActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001057 android:exported="true"
Tsung-Mao Fangdf00a3b2021-06-23 17:53:59 +08001058 android:label="@string/assist_and_voice_input_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001059 <intent-filter android:priority="1">
1060 <action android:name="android.settings.VOICE_INPUT_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08001061 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001062 <category android:name="android.intent.category.DEFAULT" />
1063 </intent-filter>
Dianne Hackbornb51253c2014-08-12 15:08:04 -07001064 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangdfce62c2017-02-16 15:00:53 -08001065 android:value="com.android.settings.applications.assist.ManageAssist" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001066 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1067 android:value="@string/menu_key_apps"/>
Dianne Hackbornb51253c2014-08-12 15:08:04 -07001068 </activity>
1069
Jeff Browne46c5f32012-04-05 11:42:18 -07001070 <activity android:name="Settings$KeyboardLayoutPickerActivity"
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +00001071 android:label="@string/keyboard_layout_picker_title"
Fan Zhang2f4355a2018-06-21 15:34:43 -07001072 android:clearTaskOnLaunch="true"
1073 android:exported="true">
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +00001074 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangaceee522016-11-04 14:12:15 -07001075 android:value="com.android.settings.inputmethod.KeyboardLayoutPickerFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001076 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1077 android:value="@string/menu_key_system"/>
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +00001078 </activity>
1079
1080 <activity android:name="Settings$PhysicalKeyboardActivity"
Yorke Leed4485222016-03-23 11:11:46 -07001081 android:label="@string/physical_keyboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001082 android:exported="true"
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +00001083 android:clearTaskOnLaunch="true">
Yohei Yukawa7c4499d2016-01-27 19:18:52 -08001084 <intent-filter android:priority="1">
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +00001085 <action android:name="android.settings.HARD_KEYBOARD_SETTINGS" />
Yohei Yukawa7c4499d2016-01-27 19:18:52 -08001086 <category android:name="android.intent.category.DEFAULT" />
1087 </intent-filter>
Jeff Browne46c5f32012-04-05 11:42:18 -07001088 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +00001089 android:value="com.android.settings.inputmethod.PhysicalKeyboardFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001090 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1091 android:value="@string/menu_key_system"/>
Jeff Browne46c5f32012-04-05 11:42:18 -07001092 </activity>
1093
Amith Yamasaniaf925282011-11-10 15:28:59 -08001094 <!-- Keep compatibility with old shortcuts. -->
1095 <activity-alias android:name="LanguageSettings"
Doris Ling7e06ed22017-06-07 14:16:43 -07001096 android:label="@string/language_input_gesture_title"
Amith Yamasaniaf925282011-11-10 15:28:59 -08001097 android:clearTaskOnLaunch="true"
1098 android:exported="true"
Doris Lingd299b032017-02-28 17:32:36 -08001099 android:targetActivity="Settings$LanguageAndInputSettingsActivity">
Amith Yamasaniaf925282011-11-10 15:28:59 -08001100 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Lingd299b032017-02-28 17:32:36 -08001101 android:value="com.android.settings.language.LanguageAndInputSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001102 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1103 android:value="@string/menu_key_system"/>
Amith Yamasaniaf925282011-11-10 15:28:59 -08001104 </activity-alias>
1105
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001106 <activity
1107 android:name="Settings$SpellCheckersSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001108 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001109 android:label="@string/spellcheckers_settings_title">
satoke077d2b2011-07-25 09:38:11 +09001110 <intent-filter>
1111 <action android:name="android.intent.action.MAIN" />
satoke077d2b2011-07-25 09:38:11 +09001112 <category android:name="android.intent.category.VOICE_LAUNCH" />
1113 <category android:name="android.intent.category.DEFAULT" />
satoke077d2b2011-07-25 09:38:11 +09001114 </intent-filter>
1115 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1116 android:value="com.android.settings.inputmethod.SpellCheckersSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001117 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1118 android:value="@string/menu_key_system"/>
satoke077d2b2011-07-25 09:38:11 +09001119 </activity>
1120
Daisuke Miyakawa649b9f12011-01-30 19:43:08 -08001121 <activity android:name=".inputmethod.InputMethodAndSubtypeEnablerActivity"
satok5e9c5e72011-07-21 15:32:28 +09001122 android:label=""
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001123 android:exported="true"
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001124 android:clearTaskOnLaunch="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001125 <intent-filter android:priority="1">
1126 <action android:name="android.settings.INPUT_METHOD_SUBTYPE_SETTINGS" />
1127 <category android:name="android.intent.category.DEFAULT" />
1128 </intent-filter>
satok4a5f8892010-10-26 18:58:09 +09001129 <intent-filter>
1130 <action android:name="android.intent.action.MAIN" />
satok4a5f8892010-10-26 18:58:09 +09001131 <category android:name="android.intent.category.VOICE_LAUNCH" />
1132 <category android:name="android.intent.category.DEFAULT" />
satok4a5f8892010-10-26 18:58:09 +09001133 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001134 </activity>
satok4a5f8892010-10-26 18:58:09 +09001135
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001136 <activity
1137 android:name="Settings$UserDictionarySettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001138 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001139 android:label="@string/user_dict_settings_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001140 <intent-filter android:priority="1">
1141 <action android:name="android.settings.USER_DICTIONARY_SETTINGS" />
1142 <category android:name="android.intent.category.DEFAULT" />
1143 </intent-filter>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001144 <intent-filter>
1145 <action android:name="android.intent.action.MAIN" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001146 <category android:name="android.intent.category.DEFAULT" />
1147 <category android:name="android.intent.category.VOICE_LAUNCH" />
1148 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001149 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Satoshi Kataoka71c915b2013-06-19 22:40:36 +09001150 android:value="com.android.settings.inputmethod.UserDictionaryList" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001151 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1152 android:value="@string/menu_key_system"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001153 </activity>
1154
Jean Chalardbd44e9d2011-11-30 20:51:20 +09001155 <activity android:name=".inputmethod.UserDictionaryAddWordActivity"
Patrick Baumann7a2f9dc2018-04-06 10:08:26 -07001156 android:visibleToInstantApps="true"
Satoshi Kataoka5df33072013-04-30 14:30:12 +09001157 android:label="@string/user_dict_settings_title"
jackqdyulei71a05742017-03-22 13:33:51 -07001158 android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"
Jean Chalarde17eefa2011-12-02 14:56:39 +09001159 android:windowSoftInputMode="stateVisible"
Jean Chalard124283e2011-12-16 19:35:46 +09001160 android:noHistory="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001161 android:exported="true"
Jean Chalarde17eefa2011-12-02 14:56:39 +09001162 android:excludeFromRecents="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001163 <intent-filter android:priority="1">
Jean Chalardbd44e9d2011-11-30 20:51:20 +09001164 <action android:name="com.android.settings.USER_DICTIONARY_INSERT" />
1165 <category android:name="android.intent.category.DEFAULT" />
Jean Chalardbd44e9d2011-11-30 20:51:20 +09001166 </intent-filter>
1167 </activity>
1168
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001169 <activity
1170 android:name="Settings$ZenModeSettingsActivity"
1171 android:label="@string/zen_mode_settings_title"
Sunny Shaob4a5f162020-06-15 23:00:26 +08001172 android:icon="@drawable/ic_homepage_notification"
Fan Zhangac4ad162018-12-18 11:32:10 -08001173 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001174 <intent-filter android:priority="1">
1175 <action android:name="android.settings.ZEN_MODE_SETTINGS" />
1176 <category android:name="android.intent.category.DEFAULT" />
1177 </intent-filter>
Julia Reynolds200da892018-05-04 08:54:53 -04001178 <intent-filter android:priority="1">
1179 <action android:name="android.settings.ZEN_MODE_PRIORITY_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08001180 <category android:name="android.intent.category.BROWSABLE" />
Julia Reynolds200da892018-05-04 08:54:53 -04001181 <category android:name="android.intent.category.DEFAULT" />
1182 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001183 <intent-filter android:priority="41">
John Spurlock72438062014-02-27 18:01:20 -05001184 <action android:name="android.intent.action.MAIN" />
John Spurlock72438062014-02-27 18:01:20 -05001185 <category android:name="com.android.settings.SHORTCUT" />
1186 </intent-filter>
Beverly4359d4b2017-10-02 09:45:48 -04001187 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001188 android:value="com.android.settings.notification.zen.ZenModeSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001189 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1190 android:value="@string/menu_key_notifications"/>
Beverly4359d4b2017-10-02 09:45:48 -04001191 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1192 android:value="true" />
1193 </activity>
1194
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001195 <activity
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001196 android:name=".notification.zen.ZenSuggestionActivity"
Beverly8f522582018-05-09 15:27:45 -04001197 android:label="@string/zen_mode_settings_title"
Mill Chen71958002019-01-23 10:44:39 +08001198 android:icon="@drawable/ic_suggestion_dnd"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001199 android:exported="true"
Beverly8f522582018-05-09 15:27:45 -04001200 android:theme="@android:style/Theme.NoDisplay">
1201 <intent-filter>
1202 <action android:name="android.intent.action.MAIN" />
1203 <category android:name="com.android.settings.suggested.category.ZEN" />
1204 </intent-filter>
1205 <intent-filter>
1206 <action android:name="android.intent.action.MAIN" />
1207 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
1208 </intent-filter>
1209
1210 <meta-data android:name="com.android.settings.dismiss"
1211 android:value="0" />
1212 <meta-data android:name="com.android.settings.title"
1213 android:resource="@string/zen_suggestion_title" />
1214 <meta-data android:name="com.android.settings.summary"
1215 android:resource="@string/zen_suggestion_summary" />
1216 </activity>
1217
1218 <activity
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001219 android:name=".notification.zen.ZenOnboardingActivity"
Julia Reynolds4b8fe092018-04-09 15:24:55 -04001220 android:label="@string/zen_onboarding_dnd_visual_disturbances_header"
Antony Sargent32acddc2018-05-21 16:42:11 -07001221 android:icon="@drawable/ic_notifications"
Julia Reynolds29ba3602018-04-30 09:13:34 -04001222 android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001223 android:exported="true">
Julia Reynolds4b8fe092018-04-09 15:24:55 -04001224 <intent-filter android:priority="1">
1225 <action android:name="android.settings.ZEN_MODE_ONBOARDING" />
1226 <category android:name="android.intent.category.DEFAULT" />
1227 </intent-filter>
1228 </activity>
Julia Reynolds4b8fe092018-04-09 15:24:55 -04001229 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001230 android:name="Settings$ZenModeAutomationSettingsActivity"
1231 android:label="@string/zen_mode_automation_settings_title"
Antony Sargent32acddc2018-05-21 16:42:11 -07001232 android:icon="@drawable/ic_notifications"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001233 android:exported="true">
Julia Reynoldse1759022017-03-22 14:05:46 -04001234 <intent-filter android:priority="1">
1235 <action android:name="android.settings.ZEN_MODE_AUTOMATION_SETTINGS" />
1236 <category android:name="android.intent.category.DEFAULT" />
1237 </intent-filter>
1238 <intent-filter android:priority="1">
1239 <action android:name="android.settings.ACTION_CONDITION_PROVIDER_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08001240 <category android:name="android.intent.category.BROWSABLE" />
Julia Reynoldse1759022017-03-22 14:05:46 -04001241 <category android:name="android.intent.category.DEFAULT" />
1242 </intent-filter>
John Spurlock72438062014-02-27 18:01:20 -05001243 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001244 android:value="com.android.settings.notification.zen.ZenModeAutomationSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001245 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1246 android:value="@string/menu_key_notifications"/>
Julia Reynolds5555d262015-11-09 10:52:17 -05001247 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1248 android:value="true" />
1249 </activity>
1250
Vladislav Kaznacheev6e93bdd2016-03-09 14:24:45 -08001251 <activity android:name="Settings$WallpaperSettingsActivity"
1252 android:label="@string/wallpaper_settings_fragment_title"
Sunny Shao61aaed42019-03-26 20:14:58 +08001253 android:icon="@drawable/ic_wallpaper"
1254 android:exported="true">
Vladislav Kaznacheev6e93bdd2016-03-09 14:24:45 -08001255 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang2907f862017-03-17 15:05:14 -07001256 android:value="com.android.settings.wallpaper.WallpaperTypeSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001257 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1258 android:value="@string/menu_key_wallpaper"/>
Vladislav Kaznacheev6e93bdd2016-03-09 14:24:45 -08001259 </activity>
1260
Fan Zhang2907f862017-03-17 15:05:14 -07001261 <activity android:name=".wallpaper.WallpaperSuggestionActivity"
Sunny Goyal0bf6f942016-06-13 15:28:47 -07001262 android:label="@string/wallpaper_settings_title"
Mill Chene1fd5af2019-02-22 20:40:52 +08001263 android:icon="@drawable/ic_wallpaper"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001264 android:exported="true"
Sunny Goyal0bf6f942016-06-13 15:28:47 -07001265 android:theme="@android:style/Theme.NoDisplay">
Fan Zhang7afbf0f2017-05-08 09:31:01 -07001266 <intent-filter>
ronishd491d7a42022-05-13 13:42:45 +00001267 <action android:name="android.settings.WALLPAPER_SETTINGS"/>
1268 <category android:name="android.intent.category.DEFAULT"/>
Jason Monkb9e5d232016-01-26 17:43:57 -05001269 </intent-filter>
Maurice Lamd64d3c02017-07-07 18:21:29 -07001270 <intent-filter>
ronishd491d7a42022-05-13 13:42:45 +00001271 <action android:name="android.intent.action.MAIN"/>
1272 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION"/>
1273 </intent-filter>
1274 <intent-filter>
1275 <action android:name="android.intent.action.MAIN"/>
1276 <category android:name="com.android.settings.suggested.category.PERSONALIZE"/>
Maurice Lamd64d3c02017-07-07 18:21:29 -07001277 </intent-filter>
Jason Monkb9e5d232016-01-26 17:43:57 -05001278 <meta-data android:name="com.android.settings.title"
ronishd491d7a42022-05-13 13:42:45 +00001279 android:resource="@string/wallpaper_suggestion_title"/>
Jason Monkec1f28e2016-02-24 17:39:29 -05001280 <meta-data android:name="com.android.settings.summary"
Sunny Goyal0bf6f942016-06-13 15:28:47 -07001281 android:resource="@string/wallpaper_suggestion_summary" />
Fan Zhangaf91c1f2017-06-03 15:24:11 -07001282 <meta-data android:name="com.android.settings.dismiss"
1283 android:value="3,7,30" />
Maurice Lam992fa862017-06-09 16:14:36 -07001284 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
Jason Monkb9e5d232016-01-26 17:43:57 -05001285 </activity>
1286
Beth Thibodeaubf63dde2019-04-29 17:59:54 -04001287 <activity android:name=".wallpaper.StyleSuggestionActivity"
1288 android:label="@string/style_suggestion_title"
1289 android:icon="@drawable/ic_theme"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001290 android:exported="true"
Beth Thibodeaubf63dde2019-04-29 17:59:54 -04001291 android:theme="@android:style/Theme.NoDisplay">
1292 <intent-filter>
1293 <action android:name="android.intent.action.MAIN" />
1294 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
1295 </intent-filter>
1296 <meta-data android:name="com.android.settings.title"
1297 android:resource="@string/style_suggestion_title" />
1298 <meta-data android:name="com.android.settings.summary"
1299 android:resource="@string/style_suggestion_summary" />
1300 <meta-data android:name="com.android.settings.dismiss"
1301 android:value="3,7,30" />
1302 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
1303 </activity>
1304
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001305 <activity
1306 android:name="Settings$ZenModeScheduleRuleSettingsActivity"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001307 android:exported="true">
John Spurlock45fa1402015-04-09 12:50:04 -04001308 <intent-filter android:priority="1">
1309 <action android:name="android.settings.ZEN_MODE_SCHEDULE_RULE_SETTINGS" />
1310 <category android:name="android.intent.category.DEFAULT" />
1311 </intent-filter>
1312 <intent-filter>
1313 <action android:name="android.intent.action.MAIN" />
1314 <category android:name="android.intent.category.DEFAULT" />
John Spurlock45fa1402015-04-09 12:50:04 -04001315 </intent-filter>
1316 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001317 android:value="com.android.settings.notification.zen.ZenModeScheduleRuleSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001318 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1319 android:value="@string/menu_key_notifications"/>
John Spurlock45fa1402015-04-09 12:50:04 -04001320 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1321 android:value="true" />
1322 </activity>
1323
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001324 <activity
1325 android:name="Settings$ZenModeEventRuleSettingsActivity"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001326 android:exported="true">
John Spurlockf57bad72015-04-30 09:26:15 -04001327 <intent-filter android:priority="1">
1328 <action android:name="android.settings.ZEN_MODE_EVENT_RULE_SETTINGS" />
1329 <category android:name="android.intent.category.DEFAULT" />
1330 </intent-filter>
John Spurlockf57bad72015-04-30 09:26:15 -04001331 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001332 android:value="com.android.settings.notification.zen.ZenModeEventRuleSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001333 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1334 android:value="@string/menu_key_notifications"/>
Jason Chiu646a31e2021-11-10 11:56:00 +08001335 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1336 android:value="true" />
John Spurlockf57bad72015-04-30 09:26:15 -04001337 </activity>
1338
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001339 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001340 android:name="Settings$DisplaySettingsActivity"
1341 android:label="@string/display_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001342 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001343 android:icon="@drawable/ic_homepage_display">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001344 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001345 <action android:name="com.android.settings.DISPLAY_SETTINGS" />
Amith Yamasani0422a3b2009-06-12 14:15:20 -07001346 <action android:name="android.settings.DISPLAY_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08001347 <category android:name="android.intent.category.BROWSABLE" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001348 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001349 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001350 <intent-filter android:priority="30">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001351 <action android:name="android.intent.action.MAIN" />
Dianne Hackborna54672f2009-06-24 12:45:09 -07001352 <category android:name="com.android.settings.SHORTCUT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001353 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001354 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Abel Tesfaye029c0952021-03-04 21:55:47 +00001355 android:value="com.android.settings.DisplaySettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001356 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1357 android:value="@string/menu_key_display"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001358 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1359 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001360 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001361
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001362 <activity
Abel Tesfaye029c0952021-03-04 21:55:47 +00001363 android:name="Settings$SmartAutoRotateSettingsActivity"
1364 android:label="@string/accelerometer_title"
Sunny Shao75a1a3f2023-04-11 17:13:41 +08001365 android:icon="@drawable/ic_screen_rotation"
Abel Tesfaye029c0952021-03-04 21:55:47 +00001366 android:exported="true">
1367 <intent-filter android:priority="1">
1368 <action android:name="android.settings.AUTO_ROTATE_SETTINGS" />
1369 <category android:name="android.intent.category.DEFAULT" />
1370 </intent-filter>
1371 <intent-filter android:priority="32">
1372 <action android:name="android.intent.action.MAIN" />
1373 <category android:name="com.android.settings.SHORTCUT" />
1374 </intent-filter>
1375 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1376 android:value="com.android.settings.display.SmartAutoRotatePreferenceFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001377 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1378 android:value="@string/menu_key_display"/>
Abel Tesfaye029c0952021-03-04 21:55:47 +00001379 </activity>
1380
1381 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001382 android:name="Settings$NightDisplaySettingsActivity"
1383 android:label="@string/night_display_title"
1384 android:enabled="@*android:bool/config_nightDisplayAvailable"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001385 android:exported="true"
Sunny Shaob4a5f162020-06-15 23:00:26 +08001386 android:icon="@drawable/ic_homepage_night_display">
Fan Zhang5a981772018-06-22 14:30:09 -07001387 <intent-filter android:priority="32">
Sean Stout763acf02017-06-20 18:07:22 -07001388 <action android:name="android.intent.action.MAIN" />
Sean Stout763acf02017-06-20 18:07:22 -07001389 <category android:name="com.android.settings.SHORTCUT" />
1390 </intent-filter>
Justin Klaasseneae3d9f2016-07-21 19:25:17 -07001391 <intent-filter android:priority="1">
1392 <action android:name="android.settings.NIGHT_DISPLAY_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08001393 <category android:name="android.intent.category.BROWSABLE" />
Justin Klaasseneae3d9f2016-07-21 19:25:17 -07001394 <category android:name="android.intent.category.DEFAULT" />
1395 </intent-filter>
Sean Stout06251262017-02-15 14:04:25 -08001396 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1397 android:value="com.android.settings.display.NightDisplaySettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001398 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1399 android:value="@string/menu_key_display"/>
Sean Stout40067be2017-04-10 15:31:25 -07001400 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1401 android:value="true" />
Justin Klaasseneae3d9f2016-07-21 19:25:17 -07001402 </activity>
1403
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001404 <activity
Jay Aliomer82a0ea02019-12-10 14:49:27 -05001405 android:name="Settings$DarkThemeSettingsActivity"
Xuanang Zhao2598dd42022-09-20 14:37:10 +08001406 android:label="@string/dark_ui_mode"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001407 android:exported="true"
Jay Aliomer82a0ea02019-12-10 14:49:27 -05001408 android:enabled="true">
1409 <intent-filter android:priority="32">
1410 <action android:name="android.intent.action.MAIN" />
1411 <category android:name="com.android.settings.SHORTCUT" />
1412 </intent-filter>
1413 <intent-filter android:priority="1">
1414 <action android:name="android.settings.DARK_THEME_SETTINGS" />
1415 <category android:name="android.intent.category.DEFAULT" />
1416 </intent-filter>
1417 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1418 android:value="com.android.settings.display.darkmode.DarkModeSettingsFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001419 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1420 android:value="@string/menu_key_display"/>
Jay Aliomer82a0ea02019-12-10 14:49:27 -05001421 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1422 android:value="true" />
1423 </activity>
1424
1425 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001426 android:name="Settings$NightDisplaySuggestionActivity"
Sean Stout2bc94d62017-05-18 13:39:25 -07001427 android:enabled="@*android:bool/config_nightDisplayAvailable"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001428 android:exported="true"
Mill Chen71958002019-01-23 10:44:39 +08001429 android:icon="@drawable/ic_suggestion_night_display">
Sean Stout2bc94d62017-05-18 13:39:25 -07001430 <intent-filter>
1431 <action android:name="android.intent.action.MAIN" />
1432 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
1433 </intent-filter>
1434 <meta-data android:name="com.android.settings.dismiss"
1435 android:value="6,10,30" />
1436 <meta-data android:name="com.android.settings.title"
1437 android:resource="@string/night_display_suggestion_title" />
1438 <meta-data android:name="com.android.settings.summary"
1439 android:resource="@string/night_display_suggestion_summary" />
1440 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1441 android:value="true" />
1442 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1443 android:value="com.android.settings.display.NightDisplaySettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001444 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1445 android:value="@string/menu_key_display"/>
Sean Stout2bc94d62017-05-18 13:39:25 -07001446 </activity>
1447
Fan Zhang881d5792018-01-26 10:15:56 -08001448 <activity android:name=".Settings$MyDeviceInfoActivity"
Daniel Nishi12254692018-03-23 13:43:12 -07001449 android:label="@string/about_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001450 android:exported="true"
Sunny Shao86140582019-03-22 15:22:36 +08001451 android:icon="@drawable/ic_homepage_about">
Daniel Nishi1e620952017-12-19 10:15:14 -08001452 <intent-filter android:priority="1">
Daniel Nishi87f35e22018-01-22 15:17:25 -08001453 <action android:name="android.settings.DEVICE_INFO_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08001454 <category android:name="android.intent.category.BROWSABLE" />
Daniel Nishi41af55e2018-01-25 15:24:29 -08001455 <action android:name="android.settings.DEVICE_NAME" />
Daniel Nishi1e620952017-12-19 10:15:14 -08001456 <category android:name="android.intent.category.DEFAULT" />
1457 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001458 <intent-filter android:priority="71">
Daniel Nishi1e620952017-12-19 10:15:14 -08001459 <action android:name="android.intent.action.MAIN" />
Fan Zhang2f4355a2018-06-21 15:34:43 -07001460 <category android:name="com.android.settings.SHORTCUT" />
Daniel Nishi1e620952017-12-19 10:15:14 -08001461 </intent-filter>
Daniel Nishi1e620952017-12-19 10:15:14 -08001462 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Daniel Nishi87f35e22018-01-22 15:17:25 -08001463 android:value="com.android.settings.deviceinfo.aboutphone.MyDeviceInfoFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001464 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1465 android:value="@string/menu_key_about_device"/>
Daniel Nishi1e620952017-12-19 10:15:14 -08001466 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1467 android:value="true" />
1468 </activity>
1469
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001470 <activity
Silin Huangc80b3ab2021-05-13 23:59:33 -07001471 android:name=".Settings$LockScreenSettingsActivity"
1472 android:label="@string/lockscreen_settings_title"
1473 android:exported="true">
1474 <intent-filter android:priority="1">
1475 <action android:name="android.settings.LOCK_SCREEN_SETTINGS" />
1476 <category android:name="android.intent.category.DEFAULT" />
1477 </intent-filter>
1478 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1479 android:value="com.android.settings.security.LockscreenDashboardFragment" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001480 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1481 android:value="@string/menu_key_display"/>
Silin Huangc80b3ab2021-05-13 23:59:33 -07001482 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1483 android:value="true" />
1484 </activity>
1485
1486 <activity
shaoweishen1b58ba52021-12-03 08:47:15 +00001487 android:name=".Settings$BlueToothPairingActivity"
1488 android:label="@string/bluetooth_pairing_page_title"
1489 android:permission="android.permission.BLUETOOTH_SCAN"
1490 android:exported="true">
1491 <intent-filter android:priority="1">
1492 <action android:name="android.settings.BLUETOOTH_PAIRING_SETTINGS" />
1493 <category android:name="android.intent.category.DEFAULT" />
1494 </intent-filter>
1495 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1496 android:value="com.android.settings.bluetooth.BluetoothPairingDetail" />
1497 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1498 android:value="@string/menu_key_connected_devices"/>
1499 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1500 android:value="true" />
1501 </activity>
1502
1503 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001504 android:name="SettingsLicenseActivity"
1505 android:label="@string/settings_license_activity_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001506 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001507 android:configChanges="orientation|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001508 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001509 <action android:name="android.settings.LICENSE" />
1510 <category android:name="android.intent.category.DEFAULT" />
1511 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001512 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1513 android:value="true" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001514 </activity>
1515
Andrew Sapperstein56a8c332019-06-18 09:44:18 -07001516 <activity android:name=".Settings$ModuleLicensesActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001517 android:exported="true"
Andrew Sapperstein56a8c332019-06-18 09:44:18 -07001518 android:label="@string/module_license_title">
1519 <intent-filter>
1520 <action android:name="android.settings.MODULE_LICENSES" />
1521 <category android:name="android.intent.category.DEFAULT" />
1522 </intent-filter>
1523 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1524 android:value="com.android.settings.deviceinfo.legal.ModuleLicensesDashboard" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001525 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1526 android:value="@string/menu_key_about_device"/>
Andrew Sapperstein56a8c332019-06-18 09:44:18 -07001527 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1528 android:value="true" />
1529 </activity>
1530
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001531 <activity
1532 android:name="Settings$ManageApplicationsActivity"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02001533 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001534 android:exported="true"
Fan Zhangc7635e52019-03-04 14:27:08 -08001535 android:label="@string/applications_settings">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001536 <intent-filter android:priority="1">
Gilles Debunneab189bd2011-07-06 13:10:16 -07001537 <action android:name="android.settings.APPLICATION_SETTINGS" />
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001538 <action android:name="android.settings.MANAGE_APPLICATIONS_SETTINGS" />
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001539 <action android:name="android.settings.MANAGE_ALL_APPLICATIONS_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08001540 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001541 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001542 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001543 <intent-filter android:priority="20">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001544 <action android:name="android.intent.action.MAIN" />
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001545 <category android:name="com.android.settings.SHORTCUT" />
1546 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001547 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001548 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001549 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1550 android:value="@string/menu_key_apps"/>
Zoltan Szatmary-Bande7d4982015-03-31 19:49:18 +01001551 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1552 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001553 </activity>
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001554
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001555 <!-- Keep compatibility with old shortcuts. -->
1556 <activity-alias android:name=".applications.ManageApplications"
1557 android:label="@string/applications_settings"
1558 android:exported="true"
1559 android:targetActivity="Settings$ManageApplicationsActivity">
1560 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1561 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001562 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1563 android:value="@string/menu_key_apps"/>
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001564 </activity-alias>
1565
Graciela Wissen Putrif6506e02023-07-31 14:20:40 +00001566 <activity android:name="Settings$UserAspectRatioAppListActivity"
1567 android:exported="true"
1568 android:label="@string/aspect_ratio_title">
1569 <intent-filter android:priority="1">
1570 <action android:name="android.settings.MANAGE_USER_ASPECT_RATIO_SETTINGS"/>
1571 <category android:name="android.intent.category.DEFAULT" />
1572 </intent-filter>
1573 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1574 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
1575 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1576 android:value="@string/menu_key_apps"/>
1577 </activity>
1578
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001579 <activity
1580 android:name="Settings$ManageDomainUrlsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001581 android:exported="true"
Sunny Shao600ba962019-07-04 11:52:59 +08001582 android:label="@string/domain_urls_title">
Todd Kennedy2ef1aa52016-09-06 14:02:38 -07001583 <intent-filter>
1584 <action android:name="android.settings.MANAGE_DOMAIN_URLS" />
1585 <category android:name="android.intent.category.DEFAULT" />
1586 </intent-filter>
Todd Kennedy2ef1aa52016-09-06 14:02:38 -07001587 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
stanley.tf_wang828409a2018-04-13 16:18:13 +08001588 android:value="com.android.settings.applications.managedomainurls.ManageDomainUrls" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001589 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1590 android:value="@string/menu_key_apps"/>
Todd Kennedy2ef1aa52016-09-06 14:02:38 -07001591 </activity>
1592
Muyuan Liba115af2016-03-25 15:46:12 -07001593 <activity android:name="Settings$AppMemoryUsageActivity"
1594 android:label="@string/app_list_memory_use"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001595 android:exported="true"
Muyuan Liba115af2016-03-25 15:46:12 -07001596 android:icon="@drawable/ic_settings_memory">
1597 <intent-filter>
1598 <action android:name="android.settings.APP_MEMORY_USAGE" />
1599 <category android:name="android.intent.category.DEFAULT" />
1600 </intent-filter>
Muyuan Liba115af2016-03-25 15:46:12 -07001601 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1602 android:value="com.android.settings.applications.ProcessStatsUi" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001603 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1604 android:value="@string/menu_key_apps"/>
Muyuan Liba115af2016-03-25 15:46:12 -07001605 </activity>
1606
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001607 <activity
1608 android:name="Settings$HighPowerApplicationsActivity"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02001609 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001610 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001611 android:label="@string/high_power_apps">
Jason Monk3a90d7c2015-06-10 11:03:06 -04001612 <intent-filter android:priority="1">
1613 <action android:name="android.settings.IGNORE_BATTERY_OPTIMIZATION_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08001614 <category android:name="android.intent.category.BROWSABLE" />
Jason Monk3a90d7c2015-06-10 11:03:06 -04001615 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn3f98c0c2015-06-12 18:13:54 -07001616 </intent-filter>
Jason Monk1eb54eb2015-04-29 12:46:42 -04001617 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001618 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001619 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1620 android:value="@string/menu_key_apps"/>
Jason Monk1eb54eb2015-04-29 12:46:42 -04001621 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1622 android:value="true" />
1623 </activity>
1624
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001625 <activity
1626 android:name=".datausage.AppDataUsageActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001627 android:exported="true"
Arc Wang358dd2b2022-05-06 04:07:50 +00001628 android:noHistory="true">
Felipe Leme616ff3e2016-04-26 13:50:14 -07001629 <intent-filter android:priority="1">
1630 <action android:name="android.settings.IGNORE_BACKGROUND_DATA_RESTRICTIONS_SETTINGS" />
1631 <category android:name="android.intent.category.DEFAULT" />
1632 <data android:scheme="package" />
1633 </intent-filter>
1634 </activity>
1635
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001636 <activity
1637 android:name=".fuelgauge.RequestIgnoreBatteryOptimizations"
1638 android:label="@string/high_power_apps"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001639 android:exported="true"
Arc Wang5a298fb2020-06-30 14:14:02 +08001640 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight">
Dianne Hackbornbe4df032015-08-10 14:53:33 -07001641 <intent-filter android:priority="1">
1642 <action android:name="android.settings.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
1643 <category android:name="android.intent.category.DEFAULT" />
1644 <data android:scheme="package" />
1645 </intent-filter>
1646 </activity>
1647
Fan Zhang66156d62018-05-09 17:33:19 -07001648 <activity
1649 android:name=".slices.SliceDeepLinkSpringBoard"
1650 android:excludeFromRecents="true"
Fan Zhang03dd39c2019-04-02 16:41:01 -07001651 android:theme="@android:style/Theme.NoDisplay"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001652 android:exported="true"
Alexander Milantevc413b3e2023-03-14 16:11:30 +00001653 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Fan Zhang03dd39c2019-04-02 16:41:01 -07001654 android:permission="android.permission.MODIFY_PHONE_STATE">
Jason Monkf6edc7c2017-11-22 10:04:38 -05001655 <intent-filter>
1656 <action android:name="android.intent.action.VIEW" />
1657 <category android:name="android.intent.category.DEFAULT" />
1658 <category android:name="android.intent.category.BROWSABLE" />
1659 <data android:scheme="settings"
1660 android:host="com.android.settings.slices" />
1661 </intent-filter>
1662 </activity>
1663
Amith Yamasaniaf925282011-11-10 15:28:59 -08001664 <!-- Provide direct entry into manage apps showing running services.
1665 This is for compatibility with old shortcuts. -->
1666 <activity-alias android:name=".RunningServices"
1667 android:label="@string/runningservices_settings_title"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02001668 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Amith Yamasaniaf925282011-11-10 15:28:59 -08001669 android:exported="true"
1670 android:targetActivity="Settings$ManageApplicationsActivity">
1671 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001672 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001673 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1674 android:value="@string/menu_key_system"/>
Amith Yamasaniaf925282011-11-10 15:28:59 -08001675 </activity-alias>
Lifu Tangfc86f692013-07-30 18:34:35 -07001676
Amith Yamasaniaf925282011-11-10 15:28:59 -08001677 <!-- Provide direct entry into manage apps showing storage usage for apps.
1678 This is for compatibility with old shortcuts. -->
1679 <activity-alias android:name=".applications.StorageUse"
1680 android:label="@string/storageuse_settings_title"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02001681 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Amith Yamasaniaf925282011-11-10 15:28:59 -08001682 android:exported="true"
1683 android:targetActivity="Settings$ManageApplicationsActivity">
1684 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001685 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001686 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1687 android:value="@string/menu_key_apps"/>
Amith Yamasaniaf925282011-11-10 15:28:59 -08001688 </activity-alias>
1689
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001690 <!-- Still need a top-level activity for showing app details. Aliasing
1691 trick is so the code that is now a fragment can still be called
1692 InstalledAppDetails. -->
1693 <activity android:name=".applications.InstalledAppDetailsTop"
1694 android:label="@string/application_info_label"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001695 android:exported="true" />
Gilles Debunneab189bd2011-07-06 13:10:16 -07001696
Amith Yamasaniaf925282011-11-10 15:28:59 -08001697 <!-- Keep compatibility with old shortcuts. -->
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001698 <activity-alias android:name=".applications.InstalledAppDetails"
Amith Yamasaniaf925282011-11-10 15:28:59 -08001699 android:label="@string/application_info_label"
1700 android:exported="true"
1701 android:targetActivity=".applications.InstalledAppDetailsTop">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001702 <intent-filter android:priority="1">
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001703 <action android:name="android.settings.APPLICATION_DETAILS_SETTINGS" />
Eugene Susla596662c2020-04-13 13:20:50 -07001704 <action android:name="android.intent.action.AUTO_REVOKE_PERMISSIONS" />
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001705 <category android:name="android.intent.category.DEFAULT" />
1706 <data android:scheme="package" />
1707 </intent-filter>
Jason Chiubbb9f202022-03-10 15:34:55 +08001708 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1709 android:value="@string/menu_key_apps"/>
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001710 </activity-alias>
1711
Chaohui Wang94906cf2023-05-29 16:59:36 +00001712 <activity-alias android:name="ManageFullScreenIntent"
Lyn685f1e42023-02-01 05:41:03 +00001713 android:exported="true"
1714 android:targetActivity=".spa.SpaBridgeActivity">
1715 <meta-data android:name="com.android.settings.spa.DESTINATION"
1716 android:value="TogglePermissionAppList/UseFullScreenIntent"/>
1717 </activity-alias>
1718
Chaohui Wang94906cf2023-05-29 16:59:36 +00001719 <activity-alias android:name="AppManageFullScreenIntent"
Lyn685f1e42023-02-01 05:41:03 +00001720 android:exported="true"
1721 android:targetActivity=".spa.SpaAppBridgeActivity">
1722 <intent-filter>
1723 <action android:name="android.settings.MANAGE_APP_USE_FULL_SCREEN_INTENT" />
1724 <category android:name="android.intent.category.DEFAULT" />
1725 <data android:scheme="package" />
1726 </intent-filter>
1727 <meta-data android:name="com.android.settings.spa.DESTINATION"
1728 android:value="TogglePermissionAppInfoPage/UseFullScreenIntent"/>
1729 </activity-alias>
1730
Ben Lin30ed7c72018-09-13 15:22:03 -07001731 <activity android:name=".applications.InstalledAppOpenByDefaultActivity"
Ben Lin0cdc1032018-02-27 15:31:40 -08001732 android:label="@string/application_info_label"
Arc Wang358dd2b2022-05-06 04:07:50 +00001733 android:exported="true">
Ben Lin0cdc1032018-02-27 15:31:40 -08001734 <intent-filter android:priority="1">
Winsoned6d7332021-04-02 12:43:55 -07001735 <action android:name="android.settings.APP_OPEN_BY_DEFAULT_SETTINGS" />
1736 <!-- Also catch legacy "com." prefixed action. -->
Ben Lin30ed7c72018-09-13 15:22:03 -07001737 <action android:name="com.android.settings.APP_OPEN_BY_DEFAULT_SETTINGS" />
Ben Lin0cdc1032018-02-27 15:31:40 -08001738 <category android:name="android.intent.category.DEFAULT" />
1739 <data android:scheme="package" />
1740 </intent-filter>
Jason Chiubbb9f202022-03-10 15:34:55 +08001741 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1742 android:value="@string/menu_key_apps"/>
Ben Lin0cdc1032018-02-27 15:31:40 -08001743 </activity>
1744
Dianne Hackborn508fedc2010-07-28 17:10:42 -07001745 <!-- Provide direct entry into manage apps showing running services. -->
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001746 <activity android:name="Settings$RunningServicesActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001747 android:exported="true"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02001748 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001749 android:label="@string/runningservices_settings_title">
Dianne Hackbornc58c5492009-08-31 21:33:17 -07001750 <intent-filter>
1751 <action android:name="android.intent.action.MAIN" />
1752 <category android:name="android.intent.category.DEFAULT" />
1753 <category android:name="android.intent.category.MONKEY" />
1754 <category android:name="android.intent.category.VOICE_LAUNCH" />
Dianne Hackbornc58c5492009-08-31 21:33:17 -07001755 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001756 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001757 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001758 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1759 android:value="@string/menu_key_apps"/>
Zoltan Szatmary-Bande7d4982015-03-31 19:49:18 +01001760 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1761 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001762 </activity>
Amith Yamasani1bb6db52010-09-17 13:34:47 -07001763
Amith Yamasaniaf925282011-11-10 15:28:59 -08001764 <!-- Provide direct entry into manage apps showing storage usage of apps. -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001765 <activity
1766 android:name="Settings$StorageUseActivity"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02001767 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001768 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001769 android:label="@string/storageuse_settings_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001770 <intent-filter android:priority="1">
1771 <action android:name="android.intent.action.MANAGE_PACKAGE_STORAGE" />
1772 <category android:name="android.intent.category.DEFAULT" />
1773 </intent-filter>
Dianne Hackborn728ac352010-06-06 22:51:42 -07001774 <intent-filter>
1775 <action android:name="android.intent.action.MAIN" />
1776 <category android:name="android.intent.category.DEFAULT" />
1777 <category android:name="android.intent.category.MONKEY" />
1778 <category android:name="android.intent.category.VOICE_LAUNCH" />
Dianne Hackborn728ac352010-06-06 22:51:42 -07001779 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001780 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001781 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001782 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1783 android:value="@string/menu_key_apps"/>
Zoltan Szatmary-Bande7d4982015-03-31 19:49:18 +01001784 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1785 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001786 </activity>
Amith Yamasani1bb6db52010-09-17 13:34:47 -07001787
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001788 <activity
1789 android:name="Settings$NotificationStationActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001790 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001791 android:label="@string/notification_log_title">
Fan Zhang5a981772018-06-22 14:30:09 -07001792 <intent-filter android:priority="22">
Daniel Sandler328e2d22013-01-17 13:14:02 -05001793 <action android:name="android.intent.action.MAIN" />
Daniel Sandler328e2d22013-01-17 13:14:02 -05001794 <category android:name="com.android.settings.SHORTCUT" />
1795 </intent-filter>
1796 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001797 android:value="com.android.settings.notification.history.NotificationStation" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001798 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1799 android:value="@string/menu_key_notifications"/>
Daniel Sandler328e2d22013-01-17 13:14:02 -05001800 </activity>
1801
Julia Reynoldsb37d5652019-12-12 08:12:29 -05001802 <activity
1803 android:name=".notification.history.NotificationHistoryActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001804 android:exported="true"
Tsung-Mao Fangefaf49c2021-06-29 14:40:31 +08001805 android:label="@string/notification_history_title"
1806 android:theme="@style/Theme.Settings.NoActionBar">
Julia Reynolds49880c32020-02-11 14:09:42 -05001807 <intent-filter android:priority="1">
1808 <action android:name="android.settings.NOTIFICATION_HISTORY" />
1809 <category android:name="android.intent.category.DEFAULT" />
1810 </intent-filter>
Julia Reynoldsb37d5652019-12-12 08:12:29 -05001811 <intent-filter>
1812 <action android:name="android.intent.action.MAIN" />
1813 <category android:name="android.intent.category.DEFAULT" />
1814 </intent-filter>
1815 </activity>
1816
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001817 <activity android:name=".notification.zen.ZenModeVoiceActivity"
jackqdyulei71a05742017-03-22 13:33:51 -07001818 android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001819 android:exported="true"
Barnaby James0474b722015-05-10 16:24:05 -07001820 android:label="@string/zen_mode_settings_title">
Barnaby Jamesc55ea152015-04-13 14:33:53 -07001821 <intent-filter>
1822 <action android:name="android.settings.VOICE_CONTROL_DO_NOT_DISTURB_MODE" />
1823 <category android:name="android.intent.category.DEFAULT" />
1824 <category android:name="android.intent.category.VOICE" />
1825 </intent-filter>
1826 </activity>
1827
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001828 <activity
1829 android:name="Settings$LocationSettingsActivity"
1830 android:label="@string/location_settings_title"
Sunny Shaob4a5f162020-06-15 23:00:26 +08001831 android:icon="@drawable/ic_homepage_location"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001832 android:exported="true"
Yanting Yang5edcc302019-09-05 16:25:17 +08001833 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001834 <intent-filter android:priority="1">
1835 <action android:name="android.settings.LOCATION_SOURCE_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08001836 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001837 <category android:name="android.intent.category.DEFAULT" />
1838 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001839 <intent-filter android:priority="52">
Gilles Debunnea6a8a142011-06-09 11:56:17 -07001840 <action android:name="android.intent.action.MAIN" />
Gilles Debunnea6a8a142011-06-09 11:56:17 -07001841 <category android:name="com.android.settings.SHORTCUT" />
1842 </intent-filter>
1843 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Lifu Tang83ab7c92013-07-29 12:07:48 -07001844 android:value="com.android.settings.location.LocationSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001845 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1846 android:value="@string/menu_key_location"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001847 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1848 android:value="true" />
Gilles Debunnea6a8a142011-06-09 11:56:17 -07001849 </activity>
Lifu Tangf72f8302018-04-12 10:01:29 -07001850 <activity
1851 android:name="Settings$ScanningSettingsActivity"
Yu-Han Yange93c1292021-02-17 13:52:39 -08001852 android:label="@string/location_services_screen_title"
tmfang54a5d372018-10-30 16:49:12 +08001853 android:icon="@drawable/ic_homepage_location"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001854 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001855 android:configChanges="orientation|keyboardHidden|screenSize">
Lifu Tangf72f8302018-04-12 10:01:29 -07001856 <intent-filter android:priority="1">
1857 <action android:name="android.settings.LOCATION_SCANNING_SETTINGS" />
1858 <category android:name="android.intent.category.DEFAULT" />
1859 </intent-filter>
1860 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Yu-Han Yange93c1292021-02-17 13:52:39 -08001861 android:value="com.android.settings.location.LocationServices" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001862 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1863 android:value="@string/menu_key_location"/>
Lifu Tangf72f8302018-04-12 10:01:29 -07001864 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1865 android:value="true" />
1866 </activity>
Gilles Debunnea6a8a142011-06-09 11:56:17 -07001867
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001868 <activity
Weng Su9e6966d2021-10-13 23:08:50 +08001869 android:name="Settings$WifiScanningSettingsActivity"
1870 android:label="@string/location_scanning_wifi_always_scanning_title"
1871 android:icon="@drawable/ic_homepage_location"
1872 android:exported="true"
1873 android:permission="android.permission.CHANGE_WIFI_STATE"
1874 android:configChanges="orientation|keyboardHidden|screenSize">
1875 <intent-filter android:priority="1">
1876 <action android:name="android.settings.WIFI_SCANNING_SETTINGS" />
1877 <category android:name="android.intent.category.DEFAULT" />
1878 </intent-filter>
1879 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1880 android:value="com.android.settings.location.WifiScanningFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001881 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1882 android:value="@string/menu_key_location"/>
Weng Su9e6966d2021-10-13 23:08:50 +08001883 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1884 android:value="true" />
1885 </activity>
1886
1887 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001888 android:name=".Settings$SecurityDashboardActivity"
1889 android:label="@string/security_settings_title"
1890 android:icon="@drawable/ic_homepage_security"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001891 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001892 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001893 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001894 <action android:name="android.settings.SECURITY_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08001895 <category android:name="android.intent.category.BROWSABLE" />
Chia-chi Yeh9cec6982009-09-22 23:59:01 +08001896 <action android:name="android.credentials.UNLOCK" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001897 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001898 </intent-filter>
1899 <intent-filter>
1900 <action android:name="android.intent.action.MAIN" />
1901 <category android:name="android.intent.category.DEFAULT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001902 <category android:name="android.intent.category.VOICE_LAUNCH" />
1903 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001904 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangb9164562017-11-03 09:35:12 -07001905 android:value="com.android.settings.security.SecuritySettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001906 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1907 android:value="@string/menu_key_security"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001908 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1909 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001910 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001911
Yuri Ufimtsev4eea1262021-12-03 15:43:11 +00001912 <activity
1913 android:name="Settings$SecurityAdvancedSettings"
1914 android:label="@string/security_advanced_settings"
1915 android:exported="true"
1916 android:icon="@drawable/ic_settings_security">
1917 <intent-filter android:priority="1">
1918 <action android:name="com.android.settings.security.SECURITY_ADVANCED_SETTINGS" />
1919 <category android:name="android.intent.category.DEFAULT" />
1920 </intent-filter>
1921 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1922 android:value="com.android.settings.security.SecurityAdvancedSettings" />
Simon Wingroveea8a4ad2022-10-17 15:05:15 +01001923 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1924 android:value="@string/menu_key_security"/>
Yuri Ufimtsev4eea1262021-12-03 15:43:11 +00001925 </activity>
1926
Prabal Singh52ba1332022-12-06 14:28:10 +00001927 <activity
1928 android:name="Settings$MoreSecurityPrivacySettingsActivity"
1929 android:label="@string/more_security_privacy_settings"
1930 android:exported="true">
1931 <intent-filter android:priority="1">
1932 <action android:name="com.android.settings.MORE_SECURITY_PRIVACY_SETTINGS" />
1933 <category android:name="android.intent.category.DEFAULT" />
1934 </intent-filter>
Prabal Singh9afbd452022-12-19 00:28:36 +00001935 <intent-filter>
1936 <action android:name="android.settings.PRIVACY_ADVANCED_SETTINGS" />
1937 <category android:name="android.intent.category.DEFAULT" />
1938 </intent-filter>
Prabal Singh52ba1332022-12-06 14:28:10 +00001939 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1940 android:value="com.android.settings.safetycenter.MoreSecurityPrivacyFragment" />
1941 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1942 android:value="@string/menu_key_safety_center"/>
1943 </activity>
1944
Maggie Benthall9d6c40e2013-09-05 15:33:58 -04001945 <activity android:name="MonitoringCertInfoActivity"
Victor Change8a46f22016-04-19 17:45:07 +01001946 android:label=""
Maggie Benthall9d6c40e2013-09-05 15:33:58 -04001947 android:theme="@style/Transparent"
David Liu0578aec2023-05-02 17:28:18 +00001948 android:exported="false"
Fan Zhang416ff0a2018-10-26 15:39:39 -07001949 android:excludeFromRecents="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001950 <intent-filter android:priority="1">
1951 <action android:name="com.android.settings.MONITORING_CERT_INFO" />
1952 <category android:name="android.intent.category.DEFAULT" />
1953 </intent-filter>
Maggie Benthall9d6c40e2013-09-05 15:33:58 -04001954 </activity>
1955
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001956 <activity
1957 android:name="Settings$TrustedCredentialsSettingsActivity"
1958 android:label="@string/trusted_credentials"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001959 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001960 android:icon="@drawable/ic_settings_security">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001961 <intent-filter android:priority="1">
Geoffrey Borggaardfc6bc202013-08-09 11:44:42 -04001962 <action android:name="com.android.settings.TRUSTED_CREDENTIALS" />
1963 <action android:name="com.android.settings.TRUSTED_CREDENTIALS_USER" />
1964 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001965 </intent-filter>
Geoffrey Borggaardfc6bc202013-08-09 11:44:42 -04001966 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1967 android:value="com.android.settings.TrustedCredentialsSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001968 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1969 android:value="@string/menu_key_security"/>
Victor Chang37afa282016-04-07 21:20:38 +01001970 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1971 android:value="true" />
Geoffrey Borggaardfc6bc202013-08-09 11:44:42 -04001972 </activity>
1973
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001974 <activity android:name="Settings$PrivacySettingsActivity"
Amith Yamasanie65c9432009-09-22 13:50:19 -07001975 android:label="@string/privacy_settings_title"
Jason Monk4da79e02015-09-10 10:54:36 -04001976 android:icon="@drawable/ic_settings_backup"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001977 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001978 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001979 <intent-filter>
1980 <action android:name="android.intent.action.MAIN" />
1981 <category android:name="android.intent.category.DEFAULT" />
Amith Yamasanie65c9432009-09-22 13:50:19 -07001982 <category android:name="android.intent.category.VOICE_LAUNCH" />
1983 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001984 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
sunnyshao15ec2cf2018-03-29 19:50:20 +08001985 android:value="com.android.settings.backup.PrivacySettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001986 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1987 android:value="@string/menu_key_privacy"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001988 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1989 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001990 </activity>
Amith Yamasanie65c9432009-09-22 13:50:19 -07001991
Fan Zhang11482d22019-02-06 10:37:03 -08001992 <activity android:name="Settings$PrivacyDashboardActivity"
1993 android:label="@string/privacy_dashboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001994 android:exported="true"
Fan Zhang11482d22019-02-06 10:37:03 -08001995 android:icon="@drawable/ic_settings_privacy">
1996 <intent-filter>
1997 <action android:name="android.settings.PRIVACY_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08001998 <category android:name="android.intent.category.BROWSABLE" />
Fan Zhang11482d22019-02-06 10:37:03 -08001999 <category android:name="android.intent.category.DEFAULT" />
2000 </intent-filter>
Felipe Lemea71991a2019-03-07 15:33:51 -08002001 <intent-filter android:priority="1">
2002 <action android:name="android.settings.REQUEST_ENABLE_CONTENT_CAPTURE" />
2003 <category android:name="android.intent.category.DEFAULT" />
2004 </intent-filter>
Fan Zhang11482d22019-02-06 10:37:03 -08002005 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2006 android:value="com.android.settings.privacy.PrivacyDashboardFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002007 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2008 android:value="@string/menu_key_privacy"/>
tmfangbf2989a2019-04-24 10:29:46 +08002009 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2010 android:value="true" />
Fan Zhang11482d22019-02-06 10:37:03 -08002011 </activity>
2012
Nate Myrend1749cf2022-04-22 13:58:50 -07002013 <activity android:name="Settings$PrivacyControlsActivity"
2014 android:label="@string/privacy_controls_title"
2015 android:exported="true"
2016 android:icon="@drawable/ic_settings_privacy">
2017 <intent-filter android:priority="1">
2018 <action android:name="android.settings.PRIVACY_CONTROLS" />
2019 <category android:name="android.intent.category.DEFAULT" />
2020 </intent-filter>
2021 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2022 android:value="com.android.settings.privacy.PrivacyControlsFragment" />
2023 </activity>
2024
alinasuarez6ffa9da2021-07-14 18:59:31 +00002025 <activity android:name=".development.tare.TareHomePage"
2026 android:label="@string/tare_settings"
2027 android:exported="false" />
2028
alinasuarezaef6ac22021-07-30 20:25:19 +00002029 <activity android:name=".development.tare.DropdownActivity"
2030 android:exported="false" />
2031
Christopher Tate4f338782011-07-25 12:09:10 -07002032 <activity android:name="SetFullBackupPassword"
Doris Ling03a3b512017-10-18 14:25:01 -07002033 android:label="@string/local_backup_password_title"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002034 android:exported="false" />
Christopher Tate4f338782011-07-25 12:09:10 -07002035
Eran Messeri1e9bd272019-01-24 10:12:01 +00002036 <activity android:name=".security.CredentialStorage"
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08002037 android:theme="@style/Transparent"
Amith Yamasanib9812022011-08-26 15:39:16 -07002038 android:launchMode="singleTop"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002039 android:exported="true"
Gilles Debunneab189bd2011-07-06 13:10:16 -07002040 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002041 <intent-filter android:priority="1">
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08002042 <action android:name="com.android.credentials.INSTALL" />
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08002043 <action android:name="com.android.credentials.RESET" />
2044 <category android:name="android.intent.category.DEFAULT" />
2045 </intent-filter>
2046 </activity>
2047
Alex Johnstonc0c75a32019-10-18 14:20:27 +01002048 <activity android:name=".security.InstallCaCertificateWarning"
2049 android:theme="@style/GlifV3Theme.Light"
2050 android:exported="false">
2051 </activity>
2052
Alex Johnston580b7af2020-11-26 12:40:38 +00002053 <activity android:name=".security.RequestManageCredentials"
Alex Johnston8d06d632021-06-21 23:33:17 +01002054 android:theme="@style/Theme.SubSettings"
Alex Johnston580b7af2020-11-26 12:40:38 +00002055 android:exported="true">
2056 <intent-filter>
2057 <action android:name="android.security.MANAGE_CREDENTIALS"/>
2058 <category android:name="android.intent.category.DEFAULT"/>
2059 </intent-filter>
2060 </activity>
2061
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002062 <activity
2063 android:name="Settings$DeviceAdminSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002064 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002065 android:label="@string/device_admin_settings_title">
Dianne Hackbornfeff6522010-01-12 18:18:05 -08002066 <intent-filter>
2067 <action android:name="android.intent.action.MAIN" />
Dianne Hackbornfeff6522010-01-12 18:18:05 -08002068 <category android:name="android.intent.category.DEFAULT" />
2069 <category android:name="android.intent.category.VOICE_LAUNCH" />
Dianne Hackbornfeff6522010-01-12 18:18:05 -08002070 </intent-filter>
Amith Yamasania1d01842011-01-24 16:02:11 -08002071 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangca6d86c2018-06-14 12:52:06 -07002072 android:value="com.android.settings.applications.specialaccess.deviceadmin.DeviceAdminSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002073 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2074 android:value="@string/menu_key_security"/>
Dianne Hackbornfeff6522010-01-12 18:18:05 -08002075 </activity>
2076
Amith Yamasaniaf925282011-11-10 15:28:59 -08002077 <!-- Keep compatibility with old shortcuts. -->
2078 <activity-alias android:name="DeviceAdminSettings"
2079 android:label="@string/device_admin_settings_title"
Amith Yamasaniaf925282011-11-10 15:28:59 -08002080 android:exported="true"
2081 android:targetActivity="Settings$DeviceAdminSettingsActivity">
2082 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangca6d86c2018-06-14 12:52:06 -07002083 android:value="com.android.settings.applications.specialaccess.deviceadmin.DeviceAdminSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002084 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2085 android:value="@string/menu_key_security"/>
Amith Yamasaniaf925282011-11-10 15:28:59 -08002086 </activity-alias>
2087
Fan Zhangca6d86c2018-06-14 12:52:06 -07002088 <activity android:name=".applications.specialaccess.deviceadmin.DeviceAdminAdd"
Michael Wachenschwanz35eef602019-04-25 16:07:39 -07002089 android:label="@string/device_admin_add_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002090 android:exported="true"
Tsung-Mao Fangefaf49c2021-06-29 14:40:31 +08002091 android:clearTaskOnLaunch="true"
2092 android:theme="@style/Theme.Settings.NoActionBar">
Tsung-Mao Fang56e9b252022-03-16 18:03:40 +08002093 <intent-filter android:priority="1000">
Dianne Hackborn28429032010-01-25 18:56:17 -08002094 <action android:name="android.app.action.ADD_DEVICE_ADMIN" />
2095 <category android:name="android.intent.category.DEFAULT" />
2096 </intent-filter>
2097 </activity>
2098
Michael Wachenschwanz35eef602019-04-25 16:07:39 -07002099 <activity android:name=".applications.specialaccess.deviceadmin.ProfileOwnerAdd"
2100 android:excludeFromRecents="true"
2101 android:theme="@style/Transparent"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002102 android:exported="true"
Michael Wachenschwanz35eef602019-04-25 16:07:39 -07002103 android:clearTaskOnLaunch="true">
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002104 <intent-filter android:priority="1000">
2105 <action android:name="android.app.action.SET_PROFILE_OWNER" />
2106 <category android:name="android.intent.category.DEFAULT" />
2107 </intent-filter>
Michael Wachenschwanz35eef602019-04-25 16:07:39 -07002108 </activity>
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002109
2110 <activity
2111 android:name="Settings$UsageAccessSettingsActivity"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02002112 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002113 android:exported="true"
Fan Zhangc7635e52019-03-04 14:27:08 -08002114 android:label="@string/usage_access_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002115 <intent-filter android:priority="1">
2116 <action android:name="android.settings.USAGE_ACCESS_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08002117 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002118 <category android:name="android.intent.category.DEFAULT" />
2119 </intent-filter>
Dianne Hackbornb51253c2014-08-12 15:08:04 -07002120 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07002121 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002122 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2123 android:value="@string/menu_key_apps"/>
Raff Tsai613f15a2020-01-05 21:56:35 +08002124 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2125 android:value="true" />
Dianne Hackbornb51253c2014-08-12 15:08:04 -07002126 </activity>
2127
Fan Zhang104ee2e2018-09-20 16:21:53 -07002128 <activity
2129 android:name="Settings$AppUsageAccessSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002130 android:exported="true"
Arc Wang358dd2b2022-05-06 04:07:50 +00002131 android:label="@string/usage_access_title">
Fan Zhang104ee2e2018-09-20 16:21:53 -07002132 <intent-filter>
2133 <action android:name="android.settings.USAGE_ACCESS_SETTINGS"/>
2134 <category android:name="android.intent.category.DEFAULT"/>
2135 <data android:scheme="package"/>
2136 </intent-filter>
2137 <meta-data
2138 android:name="com.android.settings.FRAGMENT_CLASS"
2139 android:value="com.android.settings.applications.UsageAccessDetails"/>
Jason Chiu646a31e2021-11-10 11:56:00 +08002140 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2141 android:value="@string/menu_key_apps"/>
Fan Zhang104ee2e2018-09-20 16:21:53 -07002142 </activity>
2143
Jason Monkb7e43802016-06-06 16:01:58 -04002144 <activity android:name="Settings$IccLockSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002145 android:exported="true"
Bonian Chencd1fd102020-02-10 02:38:25 +08002146 android:label="@string/sim_lock_settings">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002147 <intent-filter>
2148 <action android:name="android.intent.action.MAIN" />
2149 <category android:name="android.intent.category.DEFAULT" />
2150 <category android:name="android.intent.category.VOICE_LAUNCH" />
2151 </intent-filter>
Jason Monkb7e43802016-06-06 16:01:58 -04002152 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2153 android:value="com.android.settings.IccLockSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002154 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2155 android:value="@string/menu_key_security"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002156 </activity>
2157
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002158 <activity
2159 android:name="Settings$AccessibilitySettingsActivity"
2160 android:label="@string/accessibility_settings"
2161 android:icon="@drawable/ic_homepage_accessibility"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002162 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002163 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002164 <intent-filter android:priority="1">
2165 <action android:name="android.settings.ACCESSIBILITY_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08002166 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002167 <category android:name="android.intent.category.DEFAULT" />
2168 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07002169 <intent-filter android:priority="60">
svetoslavganova05d0dc2009-05-14 22:26:34 -07002170 <action android:name="android.intent.action.MAIN" />
Costin Manolache672b3c62011-07-21 10:38:15 -07002171 <category android:name="com.android.settings.SHORTCUT" />
svetoslavganova05d0dc2009-05-14 22:26:34 -07002172 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07002173 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Alan Viverette341ff662013-07-18 17:49:33 -07002174 android:value="com.android.settings.accessibility.AccessibilitySettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002175 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2176 android:value="@string/menu_key_accessibility"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002177 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2178 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07002179 </activity>
Michael Chan732c1da2010-04-06 14:49:30 -07002180
Jackal Guo29365512019-02-14 15:19:53 +08002181 <activity
2182 android:name="Settings$AccessibilityDetailsSettingsActivity"
2183 android:label="@string/accessibility_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002184 android:exported="true"
Jackal Guo29365512019-02-14 15:19:53 +08002185 android:permission="android.permission.OPEN_ACCESSIBILITY_DETAILS_SETTINGS">
2186 <intent-filter android:priority="1">
2187 <action android:name="android.settings.ACCESSIBILITY_DETAILS_SETTINGS" />
2188 <category android:name="android.intent.category.DEFAULT" />
2189 </intent-filter>
2190 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2191 android:value="com.android.settings.accessibility.AccessibilityDetailsSettingsFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002192 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2193 android:value="@string/menu_key_accessibility"/>
Jackal Guo29365512019-02-14 15:19:53 +08002194 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2195 android:value="true" />
2196 </activity>
2197
Anna Galuszab1795f52016-01-08 14:37:16 -08002198 <activity android:name=".accessibility.AccessibilitySettingsForSetupWizardActivity"
Maurice Lamf3c5b4d2017-06-08 20:17:18 -07002199 android:icon="@drawable/ic_accessibility_suggestion"
Anna Galuszab1795f52016-01-08 14:37:16 -08002200 android:label="@string/vision_settings_title"
Peter_Liangd2fc78d2022-03-09 21:17:35 +08002201 android:exported="true">
Anna Galuszab1795f52016-01-08 14:37:16 -08002202 <intent-filter android:priority="1">
2203 <action android:name="android.settings.ACCESSIBILITY_SETTINGS_FOR_SUW" />
2204 <category android:name="android.intent.category.DEFAULT" />
2205 </intent-filter>
cnchen7a83d512019-05-06 10:19:10 +08002206 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2207 android:value="com.android.settings.accessibility.AccessibilitySettingsForSetupWizard" />
2208 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2209 android:value="true" />
2210 </activity>
2211
2212 <activity-alias
2213 android:name=".FontSizeSettingsForSetupWizardActivity"
2214 android:exported="true"
2215 android:targetActivity=".accessibility.AccessibilitySettingsForSetupWizardActivity">
Maurice Lamf3c5b4d2017-06-08 20:17:18 -07002216 <intent-filter>
2217 <action android:name="android.intent.action.MAIN" />
Maurice Lamf3c5b4d2017-06-08 20:17:18 -07002218 </intent-filter>
2219 <meta-data android:name="com.android.settings.title"
2220 android:resource="@string/vision_settings_suggestion_title" />
Maurice Lam992fa862017-06-09 16:14:36 -07002221 <meta-data android:name="com.android.settings.icon_tintable"
2222 android:value="true" />
Anna Galuszab1795f52016-01-08 14:37:16 -08002223 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2224 android:value="com.android.settings.accessibility.AccessibilitySettingsForSetupWizard" />
cnchen7a83d512019-05-06 10:19:10 +08002225 </activity-alias>
Anna Galuszab1795f52016-01-08 14:37:16 -08002226
Peter_Liangefb44b72022-01-25 09:05:23 +08002227 <activity-alias
2228 android:name=".TextReadingForSetupWizardActivity"
2229 android:exported="true"
2230 android:icon="@drawable/ic_font_download"
2231 android:targetActivity=".accessibility.AccessibilitySettingsForSetupWizardActivity">
2232 <intent-filter>
2233 <action android:name="android.intent.action.MAIN" />
2234 <!-- TODO(b/1352717): Consider replacing it with another category, temporarily
2235 using an older one to avoid side problems. -->
2236 <category android:name="com.android.settings.suggested.category.DISPLAY_SETTINGS" />
2237 </intent-filter>
2238
2239 <meta-data
2240 android:name="com.android.settings.title"
Peter_Liang61264d02022-02-12 17:36:20 +08002241 android:resource="@string/accessibility_text_reading_options_suggestion_title" />
Peter_Liangefb44b72022-01-25 09:05:23 +08002242 <meta-data
2243 android:name="com.android.settings.icon_tintable"
2244 android:value="true" />
2245 <meta-data
2246 android:name="com.android.settings.FRAGMENT_CLASS"
2247 android:value="com.android.settings.accessibility.TextReadingPreferenceFragmentForSetupWizard" />
2248 </activity-alias>
2249
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002250 <activity
menghanli38714382022-09-28 13:14:51 +08002251 android:name="Settings$TextReadingSettingsActivity"
2252 android:exported="true"
2253 android:label="@string/accessibility_text_reading_options_title">
2254 <intent-filter>
menghanli0d2c2c42022-10-05 12:14:53 +08002255 <action android:name="android.settings.TEXT_READING_SETTINGS" />
menghanli38714382022-09-28 13:14:51 +08002256 <category android:name="android.intent.category.DEFAULT" />
2257 </intent-filter>
2258 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2259 android:value="com.android.settings.accessibility.TextReadingPreferenceFragment" />
2260 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2261 android:value="@string/menu_key_accessibility"/>
2262 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2263 android:value="true" />
2264 </activity>
2265
2266 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002267 android:name="Settings$AccessibilityDaltonizerSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002268 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002269 android:label="@string/accessibility_display_daltonizer_preference_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002270 <intent-filter android:priority="1">
2271 <action android:name="com.android.settings.ACCESSIBILITY_COLOR_SPACE_SETTINGS" />
2272 <category android:name="android.intent.category.DEFAULT" />
2273 </intent-filter>
Alan Viverettefc0ab212013-10-02 16:36:33 -07002274 <intent-filter>
2275 <action android:name="android.intent.action.MAIN" />
Alan Viverettefc0ab212013-10-02 16:36:33 -07002276 <category android:name="android.intent.category.DEFAULT" />
2277 </intent-filter>
2278 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2279 android:value="com.android.settings.accessibility.ToggleDaltonizerPreferenceFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002280 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2281 android:value="@string/menu_key_accessibility"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002282 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2283 android:value="true" />
Alan Viverettefc0ab212013-10-02 16:36:33 -07002284 </activity>
2285
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002286 <activity
Sally9fe91b92020-10-16 22:45:27 +00002287 android:name="Settings$ReduceBrightColorsSettingsActivity"
2288 android:exported="true"
2289 android:label="@string/reduce_bright_colors_preference_title">
2290 <intent-filter android:priority="1">
2291 <action android:name="android.settings.REDUCE_BRIGHT_COLORS_SETTINGS" />
2292 <category android:name="android.intent.category.DEFAULT" />
2293 </intent-filter>
2294 <intent-filter>
2295 <action android:name="android.intent.action.MAIN" />
2296 <category android:name="android.intent.category.DEFAULT" />
2297 </intent-filter>
2298 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2299 android:value="com.android.settings.accessibility.ToggleReduceBrightColorsPreferenceFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002300 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2301 android:value="@string/menu_key_accessibility"/>
Sally9fe91b92020-10-16 22:45:27 +00002302 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2303 android:value="true" />
2304 </activity>
2305
2306 <activity
jasonwshsu9fcd1f92021-10-08 15:43:08 +08002307 android:name="Settings$AccessibilityInversionSettingsActivity"
2308 android:exported="true"
2309 android:label="@string/accessibility_display_inversion_preference_title">
2310 <intent-filter android:priority="1">
2311 <action android:name="android.settings.COLOR_INVERSION_SETTINGS" />
2312 <category android:name="android.intent.category.DEFAULT" />
2313 </intent-filter>
2314 <intent-filter>
2315 <action android:name="android.intent.action.MAIN" />
2316 <category android:name="android.intent.category.DEFAULT" />
2317 </intent-filter>
2318 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2319 android:value="com.android.settings.accessibility.ToggleColorInversionPreferenceFragment" />
2320 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2321 android:value="@string/menu_key_accessibility"/>
2322 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2323 android:value="true" />
2324 </activity>
2325
2326 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002327 android:name="Settings$CaptioningSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002328 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002329 android:label="@string/accessibility_captioning_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002330 <intent-filter android:priority="1">
2331 <action android:name="android.settings.CAPTIONING_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08002332 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002333 <category android:name="android.intent.category.DEFAULT" />
2334 </intent-filter>
Alan Viverettecc0e7822013-08-06 13:53:58 -07002335 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
menghanlie5712562022-08-01 16:47:12 +08002336 android:value="com.android.settings.accessibility.CaptioningPropertiesFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002337 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2338 android:value="@string/menu_key_accessibility"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002339 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2340 android:value="true" />
Alan Viverettecc0e7822013-08-06 13:53:58 -07002341 </activity>
2342
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002343 <activity
menghanli3c62eb12022-10-04 08:13:16 +08002344 android:name="Settings$ColorAndMotionActivity"
2345 android:exported="true"
2346 android:label="@string/accessibility_color_and_motion_title">
2347 <intent-filter>
menghanli0d2c2c42022-10-05 12:14:53 +08002348 <action android:name="android.settings.ACCESSIBILITY_COLOR_MOTION_SETTINGS" />
menghanli3c62eb12022-10-04 08:13:16 +08002349 <category android:name="android.intent.category.DEFAULT" />
2350 </intent-filter>
2351 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2352 android:value="com.android.settings.accessibility.ColorAndMotionFragment" />
2353 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2354 android:value="@string/menu_key_accessibility"/>
2355 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2356 android:value="true" />
2357 </activity>
2358
2359 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002360 android:name="Settings$TextToSpeechSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002361 android:exported="true"
Fan Zhangbcd8a252019-04-29 13:35:20 -07002362 android:label="@string/tts_settings">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002363 <intent-filter android:priority="1">
Jean-Michel Trivied29a652009-06-05 18:37:29 -07002364 <action android:name="com.android.settings.TTS_SETTINGS" />
Dianne Hackborn116d85e2009-06-26 18:20:23 -07002365 <category android:name="android.intent.category.DEFAULT" />
Jean-Michel Trivied29a652009-06-05 18:37:29 -07002366 </intent-filter>
Gilles Debunneab189bd2011-07-06 13:10:16 -07002367 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Narayan Kamathfdd94d82011-11-04 16:12:27 +00002368 android:value="com.android.settings.tts.TextToSpeechSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002369 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2370 android:value="@string/menu_key_accessibility"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002371 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2372 android:value="true" />
Jean-Michel Trivied29a652009-06-05 18:37:29 -07002373 </activity>
2374
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002375 <activity
2376 android:name="Settings$EnterprisePrivacySettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002377 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002378 android:label="@string/enterprise_privacy_settings">
Bartosz Fabianowski0e4a1e52016-11-28 19:16:34 +01002379 <intent-filter>
2380 <action android:name="android.settings.ENTERPRISE_PRIVACY_SETTINGS" />
2381 <category android:name="android.intent.category.DEFAULT" />
2382 </intent-filter>
Bartosz Fabianowski05061fc2016-11-14 12:04:49 +01002383 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2384 android:value="com.android.settings.enterprise.EnterprisePrivacySettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002385 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2386 android:value="@string/menu_key_privacy"/>
Bartosz Fabianowski05061fc2016-11-14 12:04:49 +01002387 </activity>
2388
Jim Miller9757e302010-12-17 18:23:23 -08002389 <!-- Lock screen settings -->
Maurice Lam2eb170c2017-04-28 16:18:47 -07002390 <activity android:name=".password.ConfirmDeviceCredentialActivity"
Amith Yamasani39fb0622014-12-17 10:52:52 -08002391 android:exported="true"
Mill Chen078af332019-04-04 15:39:27 -07002392 android:taskAffinity="com.android.settings.workmode"
Kevin Chynb3ee2312018-10-04 15:01:43 -07002393 android:theme="@android:style/Theme.Translucent.NoTitleBar">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002394 <intent-filter android:priority="1">
Jim Miller75fe9e02014-08-13 14:52:52 -07002395 <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL" />
Adrian Roos5a9a3cd2017-03-30 18:02:25 -07002396 <action android:name="android.app.action.CONFIRM_FRP_CREDENTIAL" />
Rhed Jaof01b99e2023-05-18 11:16:22 +00002397 <action android:name="android.app.action.PREPARE_REPAIR_MODE_DEVICE_CREDENTIAL" />
Rhed Jaob7a4a7d2023-04-17 11:39:40 +00002398 <action android:name="android.app.action.CONFIRM_REPAIR_MODE_DEVICE_CREDENTIAL" />
Jim Miller75fe9e02014-08-13 14:52:52 -07002399 <category android:name="android.intent.category.DEFAULT" />
2400 </intent-filter>
Jay Civelli09b52282014-07-10 17:27:07 -07002401 </activity>
Maurice Lam2eb170c2017-04-28 16:18:47 -07002402 <!-- Activity alias for compatibility -->
2403 <activity-alias android:name=".ConfirmDeviceCredentialActivity"
2404 android:targetActivity=".password.ConfirmDeviceCredentialActivity"
2405 android:exported="true" />
Brian Leed4f8e582022-12-05 15:58:01 -08002406 <!-- Activity alias for remote lockscreen validation. Enforces required permission -->
2407 <activity-alias
2408 android:name=".ConfirmRemoteDeviceCredentialActivity"
2409 android:targetActivity=".password.ConfirmDeviceCredentialActivity"
2410 android:permission="android.permission.CHECK_REMOTE_LOCKSCREEN"
2411 android:exported="true">
2412 <intent-filter>
2413 <action android:name="android.app.action.CONFIRM_REMOTE_DEVICE_CREDENTIAL"/>
2414 <category android:name="android.intent.category.DEFAULT" />
2415 </intent-filter>
2416 </activity-alias>
Jay Civelli09b52282014-07-10 17:27:07 -07002417
Clara Bayarric5cde052015-10-22 17:24:43 +01002418 <!-- Note this must not be exported since it authenticates the given user -->
Maurice Lam2eb170c2017-04-28 16:18:47 -07002419 <activity android:name=".password.ConfirmDeviceCredentialActivity$InternalActivity"
Clara Bayarric5cde052015-10-22 17:24:43 +01002420 android:exported="false"
2421 android:permission="android.permission.MANAGE_USERS"
Mill Chen078af332019-04-04 15:39:27 -07002422 android:taskAffinity="com.android.settings.workmode"
Kevin Chyn127da9c2018-11-09 16:13:53 -08002423 android:theme="@android:style/Theme.Translucent.NoTitleBar">
Clara Bayarric5cde052015-10-22 17:24:43 +01002424 <intent-filter android:priority="1">
2425 <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL_WITH_USER" />
2426 <category android:name="android.intent.category.DEFAULT" />
2427 </intent-filter>
2428 </activity>
2429
Maurice Lamecd2b7b2014-12-01 10:41:49 -08002430 <activity android:name=".SetupRedactionInterstitial"
Udam Sainidd05ab72016-03-21 17:35:08 -07002431 android:enabled="false"
2432 android:exported="true"
pastychang79614822019-01-03 10:12:54 +08002433 android:theme="@style/SudThemeGlif.DayNight"
Maurice Lam43366f12016-08-05 16:57:59 -07002434 android:label="@string/lock_screen_notifications_interstitial_title"
Udam Sainidd05ab72016-03-21 17:35:08 -07002435 android:icon="@drawable/ic_suggested_notifications">
2436 <intent-filter>
2437 <action android:name="android.intent.action.MAIN" />
Maurice Lam4331a2e2017-06-07 20:59:51 -07002438 <category android:name="com.android.settings.suggested.category.LOCK_SCREEN_REDACTION" />
Udam Sainidd05ab72016-03-21 17:35:08 -07002439 </intent-filter>
2440 <meta-data android:name="com.android.settings.require_user_type"
2441 android:value="primary" />
2442 <meta-data android:name="com.android.settings.title"
2443 android:resource="@string/notification_suggestion_title" />
2444 <meta-data android:name="com.android.settings.summary"
2445 android:resource="@string/notification_suggestion_summary" />
Maurice Lam992fa862017-06-09 16:14:36 -07002446 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
Udam Sainidd05ab72016-03-21 17:35:08 -07002447 </activity>
Maurice Lamecd2b7b2014-12-01 10:41:49 -08002448
Maurice Lamd189ac52016-06-15 13:39:34 -07002449 <activity android:name=".notification.RedactionInterstitial"
Maurice Lame0e81b62017-04-05 12:10:37 -07002450 android:theme="@style/GlifTheme.Light" />
Chris Wren51ae3322014-08-28 15:45:31 -04002451
2452 <activity android:name=".notification.RedactionSettingsStandalone"
2453 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002454 <intent-filter android:priority="1">
Chris Wren51ae3322014-08-28 15:45:31 -04002455 <action android:name="android.settings.ACTION_APP_NOTIFICATION_REDACTION" />
2456 <category android:name="android.intent.category.DEFAULT" />
2457 </intent-filter>
2458 </activity>
Jay Civelli09b52282014-07-10 17:27:07 -07002459
Maurice Lam2eb170c2017-04-28 16:18:47 -07002460 <activity android:name=".password.ConfirmLockPattern"
Maurice Lame0e81b62017-04-05 12:10:37 -07002461 android:theme="@style/GlifTheme.Light"/>
Michael Chan503c2362009-12-08 22:18:23 -08002462
Maurice Lam2eb170c2017-04-28 16:18:47 -07002463 <activity android:name=".password.ConfirmLockPassword"
Jorim Jaggiff41a9a2015-06-09 15:31:28 -07002464 android:windowSoftInputMode="stateHidden|adjustResize"
Maurice Lame0e81b62017-04-05 12:10:37 -07002465 android:theme="@style/GlifTheme.Light"/>
Jim Miller9757e302010-12-17 18:23:23 -08002466
Pavel Grafov04f783c2020-02-13 21:39:37 +00002467 <activity android:name=".password.ForgotPasswordActivity"
Oli Thompsoncff34af2022-10-31 14:27:17 +00002468 android:theme="@style/GlifV3Theme.DayNight"
Pavel Grafov04f783c2020-02-13 21:39:37 +00002469 android:exported="false"/>
2470
Joe Bolingera8808f72021-06-10 13:36:38 -07002471 <activity android:name=".biometrics.face.FaceEnrollParentalConsent"
2472 android:exported="false"
2473 android:screenOrientation="portrait"/>
2474
Kevin Chyn22b4edd2018-07-30 19:20:01 -07002475 <activity android:name=".biometrics.face.FaceEnrollIntroduction"
Yuri Ufimtsevbe982452022-03-09 09:49:15 +00002476 android:exported="true"
2477 android:screenOrientation="portrait">
Curtis Belmonte3de8abe2021-11-02 14:03:47 -07002478 <intent-filter>
2479 <action android:name="android.settings.FACE_ENROLL"/>
2480 <category android:name="android.intent.category.DEFAULT"/>
2481 </intent-filter>
2482 </activity>
Kevin Chyn22b4edd2018-07-30 19:20:01 -07002483
Yuri Ufimtsevbe982452022-03-09 09:49:15 +00002484 <activity android:name=".biometrics.face.FaceEnrollIntroductionInternal"
2485 android:exported="false"
2486 android:screenOrientation="portrait"
2487 android:taskAffinity="com.android.settings.root" />
2488
joshmccloskey04582622019-05-06 21:42:14 -07002489 <activity android:name=".biometrics.face.FaceEnrollEducation"
2490 android:exported="false"
2491 android:screenOrientation="portrait"/>
2492
Kevin Chyn22b4edd2018-07-30 19:20:01 -07002493 <activity android:name=".biometrics.face.FaceEnrollEnrolling"
2494 android:exported="false"
2495 android:screenOrientation="portrait"/>
2496
2497 <activity android:name=".biometrics.face.FaceEnrollFinish"
2498 android:exported="false"
2499 android:screenOrientation="portrait"/>
Kevin Chyn4882e872018-06-25 17:58:31 -07002500
Joe Bolingerfb515ed2021-06-16 14:07:37 -07002501 <activity android:name=".biometrics.BiometricHandoffActivity"
Joe Bolingerdde461d2021-12-01 00:59:57 +00002502 android:exported="false"/>
Joe Bolingerfb515ed2021-06-16 14:07:37 -07002503
Kevin Chyn5ab064f2019-04-12 15:19:12 -07002504 <!-- Must not be exported -->
2505 <activity android:name=".biometrics.BiometricEnrollActivity$InternalActivity"
2506 android:exported="false"
2507 android:theme="@style/GlifTheme.Light"/>
2508
Kevin Chyn66d09a42018-10-31 13:30:44 -07002509 <activity android:name=".biometrics.BiometricEnrollActivity"
2510 android:exported="true"
Milton Wua4f30402022-04-18 17:18:57 +08002511 android:configChanges="orientation|screenSize|keyboard|keyboardHidden|smallestScreenSize|screenLayout|density"
Kevin Chyn66d09a42018-10-31 13:30:44 -07002512 android:theme="@style/GlifTheme.Light">
2513 <intent-filter>
2514 <action android:name="android.settings.BIOMETRIC_ENROLL" />
Han Xub7d10772022-08-15 19:19:55 +08002515 <category android:name="android.intent.category.BROWSABLE" />
Kevin Chyn66d09a42018-10-31 13:30:44 -07002516 <category android:name="android.intent.category.DEFAULT" />
2517 </intent-filter>
2518 </activity>
2519
Yuri Ufimtsevbe982452022-03-09 09:49:15 +00002520 <activity android:name=".biometrics.fingerprint.FingerprintSettings"
2521 android:exported="false"
2522 android:taskAffinity="com.android.settings.root" />
Kevin Chyn871e55f2018-06-25 16:50:52 -07002523 <activity android:name=".biometrics.fingerprint.FingerprintEnrollFindSensor" android:exported="false"/>
2524 <activity android:name=".biometrics.fingerprint.FingerprintEnrollEnrolling" android:exported="false"/>
2525 <activity android:name=".biometrics.fingerprint.FingerprintEnrollFinish" android:exported="false"/>
Joe Bolingera8808f72021-06-10 13:36:38 -07002526 <activity android:name=".biometrics.fingerprint.FingerprintEnrollParentalConsent" android:exported="false"/>
Kevin Chyn871e55f2018-06-25 16:50:52 -07002527 <activity android:name=".biometrics.fingerprint.FingerprintEnrollIntroduction"
Kevin Chyn42ae10e2017-10-13 16:34:05 -07002528 android:exported="true"
2529 android:theme="@style/GlifTheme.Light">
2530 <intent-filter>
2531 <action android:name="android.settings.FINGERPRINT_ENROLL" />
Han Xub7d10772022-08-15 19:19:55 +08002532 <category android:name="android.intent.category.BROWSABLE" />
Kevin Chyn42ae10e2017-10-13 16:34:05 -07002533 <category android:name="android.intent.category.DEFAULT" />
2534 </intent-filter>
2535 </activity>
Maurice Lam8d1f9c92015-07-09 16:38:37 -07002536
Milton Wub9b8b8a2022-09-14 14:26:05 +08002537 <activity android:name=".biometrics2.ui.view.FingerprintEnrollmentActivity"
2538 android:exported="true"
Milton Wubc2dbee2023-05-24 16:23:55 +08002539 android:theme="@style/GlifTheme.Light" />
2540
2541 <activity android:name=".biometrics2.ui.view.FingerprintEnrollmentActivity$InternalActivity"
2542 android:exported="false"
2543 android:theme="@style/GlifTheme.Light"
2544 android:taskAffinity="com.android.settings.root" />
2545
2546 <activity android:name=".biometrics2.ui.view.FingerprintEnrollmentActivity$SetupActivity"
2547 android:exported="true"
Milton Wub9b8b8a2022-09-14 14:26:05 +08002548 android:permission="android.permission.MANAGE_FINGERPRINT"
Milton Wubc2dbee2023-05-24 16:23:55 +08002549 android:theme="@style/GlifTheme.Light" />
Milton Wub9b8b8a2022-09-14 14:26:05 +08002550
Yuri Ufimtsevbe982452022-03-09 09:49:15 +00002551 <activity android:name=".biometrics.fingerprint.FingerprintEnrollIntroductionInternal"
2552 android:exported="false"
2553 android:theme="@style/GlifTheme.Light"
2554 android:taskAffinity="com.android.settings.root" />
2555
Kevin Chyn871e55f2018-06-25 16:50:52 -07002556 <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFindSensor" android:exported="false"/>
2557 <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollEnrolling" android:exported="false"/>
2558 <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFinish" android:exported="false"/>
2559 <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollIntroduction"
Maurice Lame1eaed02015-07-08 16:59:59 -07002560 android:exported="true"
Maurice Lam8d1f9c92015-07-09 16:38:37 -07002561 android:permission="android.permission.MANAGE_FINGERPRINT"
Maurice Lame0e81b62017-04-05 12:10:37 -07002562 android:theme="@style/GlifTheme.Light">
Maurice Lame1eaed02015-07-08 16:59:59 -07002563 <intent-filter>
2564 <action android:name="android.settings.FINGERPRINT_SETUP" />
2565 <category android:name="android.intent.category.DEFAULT" />
2566 </intent-filter>
2567 </activity>
Jim Miller94d4bd92015-02-19 21:04:57 -08002568
Joshua McCloskey2407b402023-07-26 15:59:14 +00002569 <activity android:name=".biometrics.fingerprint2.enrollment.ui.activity.FingerprintEnrollmentV2Activity"
2570 android:exported="true"
2571 android:permission="android.permission.MANAGE_FINGERPRINT"
2572 android:theme="@style/GlifTheme.Light">
2573 <intent-filter>
2574 <action android:name="android.settings.FINGERPRINT_SETUP" />
2575 <category android:name="android.intent.category.DEFAULT" />
2576 </intent-filter>
2577 </activity>
2578
Kevin Chyn871e55f2018-06-25 16:50:52 -07002579 <activity android:name=".biometrics.fingerprint.FingerprintSuggestionActivity"
Maurice Lam34a181a2017-06-20 20:00:54 -07002580 android:exported="true"
2581 android:permission="android.permission.MANAGE_FINGERPRINT"
2582 android:icon="@drawable/ic_suggestion_fingerprint"
2583 android:theme="@style/GlifTheme.Light">
Maurice Lam34a181a2017-06-20 20:00:54 -07002584 <meta-data android:name="com.android.settings.require_feature"
2585 android:value="android.hardware.fingerprint" />
2586 <meta-data android:name="com.android.settings.title"
2587 android:resource="@string/suggestion_additional_fingerprints" />
2588 <meta-data android:name="com.android.settings.summary"
2589 android:resource="@string/suggestion_additional_fingerprints_summary" />
Maurice Lam34a181a2017-06-20 20:00:54 -07002590 </activity>
2591
cnchend2159992019-03-22 19:48:04 +08002592 <activity-alias android:name=".SetupFingerprintSuggestionActivity"
2593 android:enabled="false"
2594 android:exported="true"
2595 android:targetActivity=".biometrics.fingerprint.FingerprintSuggestionActivity">
2596 <intent-filter>
2597 <action android:name="android.intent.action.MAIN" />
2598 <category android:name="com.android.settings.suggested.category.FINGERPRINT_ENROLL" />
2599 </intent-filter>
2600 <meta-data android:name="com.android.settings.require_feature"
2601 android:value="android.hardware.fingerprint" />
2602 <meta-data android:name="com.android.settings.title"
2603 android:resource="@string/suggestion_additional_fingerprints" />
2604 <meta-data android:name="com.android.settings.summary"
2605 android:resource="@string/suggestion_additional_fingerprints_summary" />
Cating Lin84e6a472019-04-24 09:25:55 +08002606 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
cnchend2159992019-03-22 19:48:04 +08002607 </activity-alias>
2608
yuanjiahsu06466b02023-01-13 08:47:49 +08002609 <activity android:name=".biometrics.activeunlock.ActiveUnlockRequireBiometricSetup" android:exported="false"/>
2610
Paul Lawrence20444042014-07-07 13:10:16 -07002611 <!-- Note this must not be exported since it returns the password in the intent -->
Maurice Lam2eb170c2017-04-28 16:18:47 -07002612 <activity android:name=".password.ConfirmLockPattern$InternalActivity"
Andres Morales02d54872015-04-14 11:33:45 -07002613 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002614 android:theme="@style/GlifTheme.Light"/>
Paul Lawrence20444042014-07-07 13:10:16 -07002615
2616 <!-- Note this must not be exported since it returns the password in the intent -->
Maurice Lam2eb170c2017-04-28 16:18:47 -07002617 <activity android:name=".password.ConfirmLockPassword$InternalActivity"
Paul Lawrence20444042014-07-07 13:10:16 -07002618 android:exported="false"
Xiyuan Xia4a8edaf2015-05-20 14:26:15 -07002619 android:windowSoftInputMode="adjustResize"
Maurice Lame0e81b62017-04-05 12:10:37 -07002620 android:theme="@style/GlifTheme.Light"/>
Paul Lawrence20444042014-07-07 13:10:16 -07002621
Maurice Lam2eb170c2017-04-28 16:18:47 -07002622 <activity android:name=".password.SetupChooseLockGeneric"
Maurice Lame0e81b62017-04-05 12:10:37 -07002623 android:theme="@style/GlifTheme.Light"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002624 android:exported="true"
Lucky Zhang36ec2742014-12-05 18:20:27 -08002625 android:label="@string/lock_settings_picker_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002626 <intent-filter android:priority="1">
Maurice Lam52c75ba2014-11-25 14:06:38 -08002627 <action android:name="com.android.settings.SETUP_LOCK_SCREEN" />
2628 <category android:name="android.intent.category.DEFAULT" />
2629 </intent-filter>
2630 </activity>
2631
Doris Ling069d2932018-11-13 14:54:26 -08002632 <activity android:name=".password.SetupChooseLockGeneric$InternalActivity"
Doris Ling069d2932018-11-13 14:54:26 -08002633 android:exported="false"
2634 android:excludeFromRecents="true" />
2635
Maurice Lam2eb170c2017-04-28 16:18:47 -07002636 <activity android:name=".password.ChooseLockGeneric"
Steven Rossb7a9e952011-10-03 10:06:44 -04002637 android:label="@string/lockpassword_choose_lock_generic_header"
Steven Ng4fdcec72016-09-26 22:13:08 +01002638 android:excludeFromRecents="true"
2639 android:exported="false" />
2640
2641 <activity android:name=".password.SetNewPasswordActivity"
2642 android:theme="@android:style/Theme.NoDisplay"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002643 android:exported="true"
Steven Rossb7a9e952011-10-03 10:06:44 -04002644 android:excludeFromRecents="true" >
Dianne Hackborn0702e872015-02-20 12:48:32 -08002645 <intent-filter android:priority="1">
Dianne Hackbornabc3dc62010-01-20 13:40:19 -08002646 <action android:name="android.app.action.SET_NEW_PASSWORD" />
Benjamin Franzae07b502016-01-08 17:16:19 +00002647 <action android:name="android.app.action.SET_NEW_PARENT_PROFILE_PASSWORD" />
Dianne Hackbornabc3dc62010-01-20 13:40:19 -08002648 <category android:name="android.intent.category.DEFAULT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002649 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002650 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2651 android:value="true" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002652 </activity>
2653
Fan Zhang31f699c2017-09-28 17:17:44 -07002654 <activity android:name=".password.ScreenLockSuggestionActivity"
Joe Bolinger8d508282022-03-24 00:39:20 +00002655 android:exported="false"
Mill Chen71958002019-01-23 10:44:39 +08002656 android:icon="@drawable/ic_suggestion_security">
Udam Saini7ad4a172016-01-25 11:22:33 -08002657 <intent-filter android:priority="1">
2658 <action android:name="android.intent.action.MAIN" />
Raff Tsai7c834632019-03-22 12:00:00 +08002659 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002660 </intent-filter>
Raff Tsai7c834632019-03-22 12:00:00 +08002661 <meta-data android:name="com.android.settings.dismiss" android:value="14" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002662 <meta-data android:name="com.android.settings.title"
2663 android:resource="@string/suggested_lock_settings_title" />
2664 <meta-data android:name="com.android.settings.summary"
2665 android:resource="@string/suggested_lock_settings_summary" />
Maurice Lam992fa862017-06-09 16:14:36 -07002666 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
Udam Saini62a72802016-01-28 11:09:29 -08002667 </activity>
Udam Saini7ad4a172016-01-25 11:22:33 -08002668
Kevin Chyn871e55f2018-06-25 16:50:52 -07002669 <activity android:name=".biometrics.fingerprint.FingerprintEnrollSuggestionActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002670 android:exported="true"
Udam Sainiaafbba12016-02-02 10:33:40 -08002671 android:icon="@drawable/ic_suggestion_fingerprint">
Udam Saini7ad4a172016-01-25 11:22:33 -08002672 <intent-filter android:priority="2">
2673 <action android:name="android.intent.action.MAIN" />
Fan Zhangaf91c1f2017-06-03 15:24:11 -07002674 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002675 </intent-filter>
Raff Tsai165708d2019-03-21 15:46:48 +08002676 <meta-data android:name="com.android.settings.dismiss" android:value="14" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002677 <meta-data android:name="com.android.settings.require_feature"
2678 android:value="android.hardware.fingerprint" />
2679 <meta-data android:name="com.android.settings.title"
TreeHugger Robota4e3c142016-07-12 21:42:03 +00002680 android:resource="@string/suggested_fingerprint_lock_settings_title" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002681 <meta-data android:name="com.android.settings.summary"
Udam Sainiaafbba12016-02-02 10:33:40 -08002682 android:resource="@string/suggested_fingerprint_lock_settings_summary" />
Doris Lingea85c0a2018-04-30 14:08:55 -07002683 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
Udam Saini62a72802016-01-28 11:09:29 -08002684 </activity>
Udam Saini7ad4a172016-01-25 11:22:33 -08002685
Maurice Lam2eb170c2017-04-28 16:18:47 -07002686 <activity android:name=".password.ChooseLockGeneric$InternalActivity"
2687 android:exported="false"
Amith Yamasani66026772013-09-25 14:05:33 -07002688 android:label="@string/lockpassword_choose_lock_generic_header"
Maurice Lam2eb170c2017-04-28 16:18:47 -07002689 android:excludeFromRecents="true" />
Amith Yamasani66026772013-09-25 14:05:33 -07002690
Maurice Lam2eb170c2017-04-28 16:18:47 -07002691 <activity android:name=".password.SetupChooseLockPattern"
Maurice Lam6b19fa92014-11-25 19:25:56 -08002692 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002693 android:theme="@style/GlifTheme.Light" />
Maurice Lam6b19fa92014-11-25 19:25:56 -08002694
Maurice Lam2eb170c2017-04-28 16:18:47 -07002695 <activity android:name=".password.ChooseLockPattern"
Maurice Lamd189ac52016-06-15 13:39:34 -07002696 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002697 android:theme="@style/GlifTheme.Light" />
Dianne Hackbornabc3dc62010-01-20 13:40:19 -08002698
Maurice Lam2eb170c2017-04-28 16:18:47 -07002699 <activity android:name=".password.SetupChooseLockPassword"
Maurice Lam6b19fa92014-11-25 19:25:56 -08002700 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002701 android:theme="@style/GlifTheme.Light"
Maurice Lam6b19fa92014-11-25 19:25:56 -08002702 android:windowSoftInputMode="stateVisible|adjustResize" />
2703
Maurice Lam2eb170c2017-04-28 16:18:47 -07002704 <activity android:name=".password.ChooseLockPassword"
Maurice Lamd189ac52016-06-15 13:39:34 -07002705 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002706 android:theme="@style/GlifTheme.Light"
Jim Miller165bf2f2011-01-26 16:10:26 -08002707 android:windowSoftInputMode="stateVisible|adjustResize"/>
Jim Miller00d24762009-12-22 19:04:57 -08002708
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002709 <activity
2710 android:name=".Settings$StorageDashboardActivity"
2711 android:label="@string/storage_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002712 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002713 android:icon="@drawable/ic_homepage_storage">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002714 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002715 <action android:name="android.settings.INTERNAL_STORAGE_SETTINGS" />
2716 <action android:name="android.settings.MEMORY_CARD_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08002717 <category android:name="android.intent.category.BROWSABLE" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002718 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002719 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07002720 <intent-filter android:priority="50">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002721 <action android:name="android.intent.action.MAIN" />
Fan Zhang2f4355a2018-06-21 15:34:43 -07002722 <category android:name="com.android.settings.SHORTCUT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002723 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07002724 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Arc Wangfadbe5b2021-03-19 17:58:34 +08002725 android:value="com.android.settings.deviceinfo.StorageDashboardFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002726 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2727 android:value="@string/menu_key_storage"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002728 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2729 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07002730 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002731
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002732 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002733 android:name="Settings$PublicVolumeSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002734 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002735 android:label="@string/storage_settings_title">
Jeff Sharkey42833b22015-04-11 21:27:33 -07002736 <intent-filter>
2737 <action android:name="android.provider.action.DOCUMENT_ROOT_SETTINGS" />
2738 <category android:name="android.intent.category.DEFAULT" />
2739 <data
2740 android:scheme="content"
2741 android:host="com.android.externalstorage.documents"
2742 android:mimeType="vnd.android.document/root" />
2743 </intent-filter>
2744 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2745 android:value="com.android.settings.deviceinfo.PublicVolumeSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002746 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2747 android:value="@string/menu_key_storage"/>
Jeff Sharkey42833b22015-04-11 21:27:33 -07002748 </activity>
Vasu Nori21809742011-01-25 13:39:16 -08002749
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002750 <activity
2751 android:name="Settings$PrivateVolumeForgetActivity"
2752 android:label="@string/storage_settings_title"
2753 android:exported="true"
2754 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS">
Jeff Sharkeya16257d2015-04-28 13:41:01 -07002755 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2756 android:value="com.android.settings.deviceinfo.PrivateVolumeForget" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002757 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2758 android:value="@string/menu_key_storage"/>
Jeff Sharkeya16257d2015-04-28 13:41:01 -07002759 </activity>
2760
Jeff Sharkey94635992015-04-13 14:15:26 -07002761 <!-- Exported for SystemUI to launch into -->
2762 <activity android:name=".deviceinfo.StorageWizardInit"
sayakiitg9b432d52022-01-12 10:45:33 +00002763 android:theme="@style/GlifTheme.Light"
Jeff Sharkey2949a4a2015-04-14 16:44:34 -07002764 android:exported="true"
2765 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
Jeff Sharkey94635992015-04-13 14:15:26 -07002766 <activity android:name=".deviceinfo.StorageWizardFormatProgress"
sayakiitg9b432d52022-01-12 10:45:33 +00002767 android:theme="@style/GlifTheme.Light"
Sayak Dutta43147372022-09-14 06:50:17 +00002768 android:exported="false"/>
Jeff Sharkey2af67a92018-04-01 18:25:54 -06002769 <activity android:name=".deviceinfo.StorageWizardFormatSlow"
sayakiitg9b432d52022-01-12 10:45:33 +00002770 android:theme="@style/GlifTheme.Light"
Sayak Dutta43147372022-09-14 06:50:17 +00002771 android:exported="false"/>
Jeff Sharkey94635992015-04-13 14:15:26 -07002772 <activity android:name=".deviceinfo.StorageWizardMigrateConfirm"
sayakiitg9b432d52022-01-12 10:45:33 +00002773 android:theme="@style/GlifTheme.Light"
Sayak Dutta43147372022-09-14 06:50:17 +00002774 android:exported="false"/>
Jeff Sharkey94635992015-04-13 14:15:26 -07002775 <activity android:name=".deviceinfo.StorageWizardMigrateProgress"
sayakiitg9b432d52022-01-12 10:45:33 +00002776 android:theme="@style/GlifTheme.Light"
Jeff Sharkeye77f0682015-04-29 11:24:57 -07002777 android:exported="true"
2778 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
Jeff Sharkey94635992015-04-13 14:15:26 -07002779 <activity android:name=".deviceinfo.StorageWizardReady"
sayakiitg9b432d52022-01-12 10:45:33 +00002780 android:theme="@style/GlifTheme.Light"
Jeff Sharkeye77f0682015-04-29 11:24:57 -07002781 android:exported="true"
2782 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
Jeff Sharkey94635992015-04-13 14:15:26 -07002783
2784 <activity android:name=".deviceinfo.StorageWizardMoveConfirm"
sayakiitg9b432d52022-01-12 10:45:33 +00002785 android:theme="@style/GlifTheme.Light"
Sayak Dutta43147372022-09-14 06:50:17 +00002786 android:exported="false"/>
Jeff Sharkey94635992015-04-13 14:15:26 -07002787 <activity android:name=".deviceinfo.StorageWizardMoveProgress"
sayakiitg9b432d52022-01-12 10:45:33 +00002788 android:theme="@style/GlifTheme.Light"
Jeff Sharkeye77f0682015-04-29 11:24:57 -07002789 android:exported="true"
2790 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
Jeff Sharkey94635992015-04-13 14:15:26 -07002791
Jeff Sharkey2949a4a2015-04-14 16:44:34 -07002792 <!-- Exported for SystemUI to trigger -->
2793 <receiver android:name=".deviceinfo.StorageUnmountReceiver"
2794 android:exported="true"
2795 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
2796
Jason Monkb7e43802016-06-06 16:01:58 -04002797 <activity android:name="Settings$ApnEditorActivity"
Junda Liu76ad6352017-02-03 16:39:23 -08002798 android:configChanges="orientation|keyboardHidden|screenSize"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002799 android:exported="true"
Amith Yamasani34bd7e62013-06-07 10:19:55 -07002800 android:label="@string/apn_edit">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002801 <intent-filter>
2802 <action android:name="android.intent.action.VIEW" />
2803 <action android:name="android.intent.action.EDIT" />
2804 <category android:name="android.intent.category.DEFAULT" />
2805 <data android:mimeType="vnd.android.cursor.item/telephony-carrier" />
2806 </intent-filter>
2807
2808 <intent-filter>
2809 <action android:name="android.intent.action.INSERT" />
2810 <category android:name="android.intent.category.DEFAULT" />
2811 <data android:mimeType="vnd.android.cursor.dir/telephony-carrier" />
2812 </intent-filter>
Jason Monkb7e43802016-06-06 16:01:58 -04002813 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
tom hsu2fd7c9f2020-09-30 21:46:27 +08002814 android:value="com.android.settings.network.apn.ApnEditor" />
Jason Chiuae5327d2021-11-04 17:09:53 +08002815 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2816 android:value="@string/menu_key_network"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002817 </activity>
2818
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002819 <activity
2820 android:name="Settings$DevelopmentSettingsDashboardActivity"
2821 android:label="@string/development_settings_title"
2822 android:icon="@drawable/ic_settings_development"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002823 android:exported="true"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002824 android:enabled="false">
Fan Zhang4c26da92017-09-08 15:29:54 -07002825 <intent-filter android:priority="1">
2826 <action android:name="android.settings.APPLICATION_DEVELOPMENT_SETTINGS" />
2827 <action android:name="com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS" />
Joshua Duong2972bfa2020-04-10 00:22:04 -07002828 <action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES"/>
Fan Zhang4c26da92017-09-08 15:29:54 -07002829 <category android:name="android.intent.category.DEFAULT" />
2830 </intent-filter>
Fan Zhang99800962018-08-08 11:12:03 -07002831 <intent-filter>
Fan Zhang4c26da92017-09-08 15:29:54 -07002832 <action android:name="com.android.settings.action.SETTINGS" />
Aurélien Pomini649c5082023-02-10 14:56:57 +00002833 <action android:name="com.android.intent.action.SHOW_CONTRAST_DIALOG" />
Fan Zhang4c26da92017-09-08 15:29:54 -07002834 </intent-filter>
Fan Zhang99800962018-08-08 11:12:03 -07002835 <meta-data android:name="com.android.settings.order" android:value="-40"/>
Fan Zhang4c26da92017-09-08 15:29:54 -07002836 <meta-data android:name="com.android.settings.category"
2837 android:value="com.android.settings.category.ia.system" />
2838 <meta-data android:name="com.android.settings.summary"
2839 android:resource="@string/summary_empty"/>
Jason Chiu5f0fc1f2021-05-24 18:27:42 +08002840 <meta-data android:name="com.android.settings.icon"
2841 android:resource="@drawable/ic_settings_development" />
Fan Zhang4c26da92017-09-08 15:29:54 -07002842 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2843 android:value="com.android.settings.development.DevelopmentSettingsDashboardFragment" />
Jason Chiuae5327d2021-11-04 17:09:53 +08002844 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2845 android:value="@string/menu_key_system"/>
Jason Chiu646a31e2021-11-10 11:56:00 +08002846 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2847 android:value="true" />
Fan Zhang4c26da92017-09-08 15:29:54 -07002848 </activity>
2849
Fan Zhang6359a192017-05-11 16:04:09 -07002850 <!-- The opposite of DevelopmentSettingsActivity, it's no-op and only enabled when the real
2851 activity is disabled to be CTS compliant. -->
2852 <activity
2853 android:name=".development.DevelopmentSettingsDisabledActivity"
2854 android:icon="@drawable/ic_settings_development"
2855 android:label="@string/development_settings_title"
Fan Zhang7373ec02018-08-14 13:25:47 -07002856 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002857 android:exported="true"
Fan Zhang7373ec02018-08-14 13:25:47 -07002858 android:theme="@style/Transparent">
Fan Zhang6359a192017-05-11 16:04:09 -07002859 <intent-filter android:priority="-1">
2860 <action android:name="android.settings.APPLICATION_DEVELOPMENT_SETTINGS" />
2861 <action android:name="com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS" />
2862 <category android:name="android.intent.category.DEFAULT" />
2863 </intent-filter>
2864 </activity>
2865
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002866 <activity
2867 android:name="Settings$PrintSettingsActivity"
2868 android:label="@string/print_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002869 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002870 android:icon="@drawable/ic_settings_print">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002871 <intent-filter android:priority="1">
2872 <action android:name="android.settings.ACTION_PRINT_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08002873 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002874 <category android:name="android.intent.category.DEFAULT" />
2875 </intent-filter>
Svetoslav Ganov74648ac2013-09-04 23:52:28 -07002876 <intent-filter>
2877 <action android:name="android.intent.action.MAIN" />
Svetoslav Ganov74648ac2013-09-04 23:52:28 -07002878 <category android:name="android.intent.category.DEFAULT" />
2879 <category android:name="android.intent.category.VOICE_LAUNCH" />
2880 </intent-filter>
2881 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2882 android:value="com.android.settings.print.PrintSettingsFragment" />
Jason Chiuae5327d2021-11-04 17:09:53 +08002883 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2884 android:value="@string/menu_key_connected_devices"/>
Svetoslav Ganov74648ac2013-09-04 23:52:28 -07002885 </activity>
2886
Svetoslavd9f156d2013-10-09 21:59:04 -07002887 <activity android:name="Settings$PrintJobSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002888 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002889 android:label="@string/print_print_job">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002890 <intent-filter android:priority="1">
Svetoslavd9f156d2013-10-09 21:59:04 -07002891 <action android:name="android.settings.ACTION_PRINT_SETTINGS" />
2892 <category android:name="android.intent.category.DEFAULT" />
2893 <data android:scheme="printjob" android:pathPattern="*" />
2894 </intent-filter>
2895 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2896 android:value="com.android.settings.print.PrintJobSettingsFragment" />
Jason Chiuae5327d2021-11-04 17:09:53 +08002897 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2898 android:value="@string/menu_key_connected_devices"/>
Svetoslavd9f156d2013-10-09 21:59:04 -07002899 </activity>
2900
Fan Zhang2907f862017-03-17 15:05:14 -07002901 <activity android:name=".development.AppPicker"
Edgar Wang3c03f0a2020-05-05 06:19:14 +08002902 android:label="@string/select_application" />
Dianne Hackborn9244df42012-02-14 13:25:41 -08002903
Joshua Duongfd009222021-07-14 16:05:57 -07002904 <activity android:name=".development.AdbQrCodeActivity" />
2905
Howard Chen5d7f3e62022-09-29 16:33:34 +08002906 <activity android:name="com.android.settings.development.DSULoader"
Howard Chend5f3a0c2019-08-29 17:31:05 +08002907 android:label="Select DSU Package"
Howard Chen5d7f3e62022-09-29 16:33:34 +08002908 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog"
2909 android:exported="true" >
2910 <intent-filter>
2911 <action android:name="android.settings.development.START_DSU_LOADER"/>
2912 <category android:name="android.intent.category.DEFAULT"/>
2913 </intent-filter>
2914 </activity>
Howard Chen60acb512019-12-02 15:34:58 +08002915 <activity android:name=".development.DSUTermsOfServiceActivity"
2916 android:label="Terms of Service"
2917 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog" />
Howard Chend5f3a0c2019-08-29 17:31:05 +08002918
Varun Shah7efe9312020-03-26 23:02:50 -07002919 <activity android:name=".development.storage.BlobInfoListView"
2920 android:label="@string/shared_data_title" />
2921 <activity android:name=".development.storage.LeaseInfoListView"
2922 android:label="@string/accessor_info_title" />
2923
Gustav Sennton5b596282017-02-03 16:19:02 +00002924 <activity android:name="Settings$WebViewAppPickerActivity"
Jason Chiuae5327d2021-11-04 17:09:53 +08002925 android:label="@string/select_webview_provider_dialog_title">
2926 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2927 android:value="@string/menu_key_system"/>
2928 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002929
Paul Chang6ae4c4d2019-11-28 22:38:49 +08002930 <activity android:name="Settings$BugReportHandlerPickerActivity"
2931 android:label="@string/bug_report_handler_title"
2932 android:exported="true"
2933 android:excludeFromRecents="true">
2934 <intent-filter>
2935 <action android:name="android.settings.BUGREPORT_HANDLER_SETTINGS" />
2936 <category android:name="android.intent.category.DEFAULT" />
2937 </intent-filter>
Paul Chang6950a802020-04-22 20:59:59 +08002938 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2939 android:value="true" />
Paul Chang6ae4c4d2019-11-28 22:38:49 +08002940 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2941 android:value="com.android.settings.bugreporthandler.BugReportHandlerPicker" />
Jason Chiuae5327d2021-11-04 17:09:53 +08002942 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2943 android:value="@string/menu_key_system"/>
Paul Chang6ae4c4d2019-11-28 22:38:49 +08002944 </activity>
2945
Jaikumar Ganesh3a76bca2009-07-16 18:41:58 -07002946 <activity android:name=".bluetooth.BluetoothPairingDialog"
Chen Chen38101d52021-10-05 17:46:02 -07002947 android:permission="android.permission.BLUETOOTH_PRIVILEGED"
Michael Chan684736a2009-09-01 18:51:04 -07002948 android:excludeFromRecents="true"
Antony Sargent4d7df062017-07-12 17:29:10 -07002949 android:windowSoftInputMode="stateVisible|adjustResize"
jackqdyulei27f62fd2019-02-22 15:31:35 -08002950 android:theme="@style/Theme.AlertDialog"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002951 android:exported="true"
jackqdyulei27f62fd2019-02-22 15:31:35 -08002952 android:taskAffinity=".bluetooth.BluetoothPairingDialog">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002953 <intent-filter android:priority="1">
Nick Pelly5ddbd942009-09-11 11:41:59 -07002954 <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002955 <category android:name="android.intent.category.DEFAULT" />
2956 </intent-filter>
2957 </activity>
2958
Michael Chane1089ad2009-09-26 06:16:17 -07002959 <activity android:name=".bluetooth.RequestPermissionActivity"
Michael Chane1089ad2009-09-26 06:16:17 -07002960 android:excludeFromRecents="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06002961 android:permission="android.permission.BLUETOOTH_CONNECT"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002962 android:exported="true"
Fan Zhanga122be12018-07-16 16:28:37 -07002963 android:theme="@style/Theme.BluetoothPermission">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002964 <intent-filter android:priority="1">
Michael Chane1089ad2009-09-26 06:16:17 -07002965 <action android:name="android.bluetooth.adapter.action.REQUEST_DISCOVERABLE" />
2966 <action android:name="android.bluetooth.adapter.action.REQUEST_ENABLE" />
Svetoslav Ganovb06766f2016-07-22 20:08:41 -07002967 <action android:name="android.bluetooth.adapter.action.REQUEST_DISABLE" />
Michael Chane1089ad2009-09-26 06:16:17 -07002968 <category android:name="android.intent.category.DEFAULT" />
2969 </intent-filter>
2970 </activity>
2971
Irfan Sheriff50f341d2013-03-18 13:11:47 -07002972 <activity android:name=".wifi.WifiScanModeActivity"
2973 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002974 android:exported="true"
Irfan Sheriff50f341d2013-03-18 13:11:47 -07002975 android:theme="@style/Transparent">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002976 <intent-filter android:priority="1">
Irfan Sheriff50f341d2013-03-18 13:11:47 -07002977 <action android:name="android.net.wifi.action.REQUEST_SCAN_ALWAYS_AVAILABLE" />
2978 <category android:name="android.intent.category.DEFAULT" />
2979 </intent-filter>
2980 </activity>
2981
Jerry Zhangd18d6f12018-01-11 16:47:14 -08002982 <activity android:name=".Settings$UsbDetailsActivity"
2983 android:excludeFromRecents="true"
2984 android:permission="android.permission.MANAGE_USB"
2985 android:exported="true">
2986 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2987 android:value="com.android.settings.connecteddevice.usb.UsbDetailsFragment"/>
Jason Chiu646a31e2021-11-10 11:56:00 +08002988 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2989 android:value="@string/menu_key_connected_devices"/>
Jerry Zhangd18d6f12018-01-11 16:47:14 -08002990 </activity>
2991
Michal Karpinski707f42f2016-02-25 17:29:43 +00002992 <activity android:name=".RemoteBugreportActivity"
2993 android:excludeFromRecents="true"
2994 android:exported="true"
2995 android:permission="android.permission.DUMP"
tmfang5ade2f12018-07-30 13:49:43 +08002996 android:theme="@style/Theme.AlertDialog">
Michal Karpinski707f42f2016-02-25 17:29:43 +00002997 <intent-filter>
2998 <action android:name="android.settings.SHOW_REMOTE_BUGREPORT_DIALOG" />
2999 <category android:name="android.intent.category.DEFAULT" />
3000 </intent-filter>
3001 </activity>
3002
Marie Janssend06d83c2017-02-14 18:49:17 -08003003 <service android:name=".bluetooth.BluetoothPairingService" />
3004
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003005 <receiver android:name=".bluetooth.BluetoothPairingRequest"
3006 android:exported="true">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003007 <intent-filter>
Nick Pelly5ddbd942009-09-11 11:41:59 -07003008 <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
Alice Kuoebea73e2021-10-13 18:43:47 +08003009 <action android:name="android.bluetooth.action.CSIS_SET_MEMBER_AVAILABLE"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003010 </intent-filter>
3011 </receiver>
3012
Jaikumar Ganeshe0b01ad2011-09-07 17:19:19 -07003013 <receiver android:name=".bluetooth.BluetoothPermissionRequest"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003014 android:exported="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06003015 android:permission="android.permission.BLUETOOTH_CONNECT">
Matthew Xiedbed1202011-06-27 18:21:25 -07003016 <intent-filter>
3017 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
3018 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />
3019 </intent-filter>
3020 </receiver>
3021
3022 <activity android:name=".bluetooth.BluetoothPermissionActivity"
3023 android:label="@string/bluetooth_connection_permission_request"
3024 android:excludeFromRecents="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06003025 android:permission="android.permission.BLUETOOTH_CONNECT"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003026 android:exported="true"
Hugh Chen07a46752022-08-11 09:37:23 +00003027 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003028 <intent-filter android:priority="1">
Matthew Xiedbed1202011-06-27 18:21:25 -07003029 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
3030 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />
3031 <category android:name="android.intent.category.DEFAULT" />
3032 </intent-filter>
3033 </activity>
3034
Joe Onoratode5603722009-03-24 17:49:03 -07003035 <activity android:name="ActivityPicker"
3036 android:label="@string/activity_picker_label"
Arc Wang5a298fb2020-06-30 14:14:02 +08003037 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003038 android:exported="true"
Dianne Hackbornec549972009-09-23 22:24:22 -07003039 android:finishOnCloseSystemDialogs="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003040 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003041 <action android:name="android.intent.action.PICK_ACTIVITY" />
3042 <category android:name="android.intent.category.DEFAULT" />
3043 </intent-filter>
3044 </activity>
3045
Jeff Hamilton3d670de2011-09-21 16:44:36 -05003046 <!-- NFC settings -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003047 <activity
3048 android:name="Settings$AndroidBeamSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003049 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003050 android:label="@string/android_beam_settings_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003051 <intent-filter android:priority="1">
3052 <action android:name="android.settings.NFCSHARING_SETTINGS" />
3053 <category android:name="android.intent.category.DEFAULT" />
3054 </intent-filter>
Jeff Hamilton3d670de2011-09-21 16:44:36 -05003055 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Nick Pellye0eedf72011-10-31 14:11:29 -07003056 android:value="com.android.settings.nfc.AndroidBeam" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003057 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3058 android:value="@string/menu_key_connected_devices"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003059 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3060 android:value="true" />
Jeff Hamilton3d670de2011-09-21 16:44:36 -05003061 </activity>
3062
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003063 <activity
3064 android:name="Settings$WifiDisplaySettingsActivity"
3065 android:label="@string/wifi_display_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003066 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003067 android:icon="@drawable/ic_cast_24dp">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003068 <intent-filter android:priority="1">
Jeff Brownff0e81e2014-08-19 17:47:54 -07003069 <action android:name="android.settings.CAST_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08003070 <category android:name="android.intent.category.BROWSABLE" />
Jeff Brown9e143f52012-09-19 20:46:07 -07003071 <category android:name="android.intent.category.DEFAULT" />
3072 </intent-filter>
3073 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3074 android:value="com.android.settings.wfd.WifiDisplaySettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003075 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3076 android:value="@string/menu_key_connected_devices"/>
Jeff Brown9e143f52012-09-19 20:46:07 -07003077 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003078
Jason Monkb7e43802016-06-06 16:01:58 -04003079 <activity android:name="Settings$TestingSettingsActivity" android:label="@string/testing">
Jason Monkb7e43802016-06-06 16:01:58 -04003080 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3081 android:value="com.android.settings.TestingSettings" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003082 </activity>
3083
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003084 <receiver android:name=".TestingSettingsBroadcastReceiver"
3085 android:exported="true">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003086 <intent-filter>
Grace Jia84da1e82020-02-14 15:53:28 -08003087 <action android:name="android.telephony.action.SECRET_CODE" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003088 <data android:scheme="android_secret_code" android:host="4636" />
3089 </intent-filter>
3090 </receiver>
3091
The Android Open Source Project80a7a1d2009-03-11 12:11:59 -07003092 <!-- Standard picker for widgets -->
Joe Onoratode5603722009-03-24 17:49:03 -07003093 <activity android:name="AppWidgetPickActivity"
3094 android:label="@string/widget_picker_title"
Arc Wang5a298fb2020-06-30 14:14:02 +08003095 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003096 android:exported="true"
Joe Onorato9bcc6912011-01-10 12:55:57 -08003097 android:finishOnCloseSystemDialogs="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003098 <intent-filter android:priority="1">
The Android Open Source Project80a7a1d2009-03-11 12:11:59 -07003099 <action android:name="android.appwidget.action.APPWIDGET_PICK" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003100 <category android:name="android.intent.category.DEFAULT" />
3101 </intent-filter>
3102 </activity>
3103
Michael Jurkac9029d92012-04-20 01:47:44 -07003104 <activity android:name="AllowBindAppWidgetActivity"
Arc Wang5a298fb2020-06-30 14:14:02 +08003105 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"
Michael Jurkac9029d92012-04-20 01:47:44 -07003106 android:finishOnCloseSystemDialogs="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003107 android:exported="true"
Michael Jurkac9029d92012-04-20 01:47:44 -07003108 android:excludeFromRecents="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003109 <intent-filter android:priority="1">
Michael Jurkac9029d92012-04-20 01:47:44 -07003110 <action android:name="android.appwidget.action.APPWIDGET_BIND" />
3111 <category android:name="android.intent.category.DEFAULT" />
3112 </intent-filter>
3113 </activity>
3114
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003115 <activity
3116 android:name="Settings$PowerUsageSummaryActivity"
3117 android:label="@string/power_usage_summary_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003118 android:exported="true"
ykhung0c3957d2023-03-09 14:28:31 +08003119 android:icon="@drawable/ic_homepage_battery"
3120 android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize">
jackqdyuleib96ccba2018-01-23 10:29:13 -08003121 <intent-filter android:priority="1">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003122 <action android:name="android.intent.action.POWER_USAGE_SUMMARY" />
3123 <category android:name="android.intent.category.DEFAULT" />
3124 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07003125 <intent-filter android:priority="51">
jackqdyuleib96ccba2018-01-23 10:29:13 -08003126 <action android:name="android.intent.action.MAIN" />
jackqdyuleib96ccba2018-01-23 10:29:13 -08003127 <category android:name="com.android.settings.SHORTCUT" />
3128 </intent-filter>
Dianne Hackborn59a48602010-11-10 23:34:52 -08003129 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
xuezaiyueac731842022-06-08 21:53:23 +08003130 android:value="com.android.settings.fuelgauge.batteryusage.PowerUsageSummary" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003131 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3132 android:value="@string/menu_key_battery"/>
Dianne Hackborncbaf6ce2010-07-23 00:23:21 -07003133 </activity>
3134
Kuan Wang0a0ba912022-10-13 18:07:54 +08003135 <provider
3136 android:name=".fuelgauge.batteryusage.BatteryUsageContentProvider"
3137 android:enabled="true"
3138 android:exported="true"
3139 android:authorities="${applicationId}.battery.usage.provider"
3140 android:permission="com.android.settings.BATTERY_DATA"/>
3141
Kuan Wangbc4548b2022-12-01 17:31:29 +08003142 <provider
3143 android:name=".fuelgauge.batteryusage.bugreport.BugReportContentProvider"
3144 android:exported="false"
3145 android:authorities="${applicationId}.battery.usage.bugreport"/>
3146
Kuan Wangc28daec2023-01-16 18:40:47 +08003147 <receiver android:name="com.android.settings.fuelgauge.batteryusage.BatteryUsageBroadcastReceiver"
Kuan Wangfb136dd2022-10-18 15:03:39 +08003148 android:exported="true">
3149 <intent-filter>
Kuan Wang45be6ba2022-10-20 17:07:01 +08003150 <action android:name="android.intent.action.BATTERY_LEVEL_CHANGED"/>
Kuan Wangfb136dd2022-10-18 15:03:39 +08003151 <action android:name="com.android.settings.battery.action.CLEAR_BATTERY_CACHE_DATA"/>
Zaiyue Xueff11b8e2023-02-27 16:29:04 +08003152 <action android:name="com.android.settings.battery.action.ACTION_BATTERY_PLUGGING"/>
Kuan Wangc28daec2023-01-16 18:40:47 +08003153 <action android:name="com.android.settings.battery.action.ACTION_BATTERY_UNPLUGGING"/>
Kuan Wangfb136dd2022-10-18 15:03:39 +08003154 </intent-filter>
3155 </receiver>
3156
Kuan Wangdf05a132022-10-20 11:48:48 +08003157 <receiver
3158 android:name=".fuelgauge.batteryusage.BootBroadcastReceiver"
3159 android:exported="true">
3160 <intent-filter>
3161 <action android:name="android.intent.action.BOOT_COMPLETED"/>
Kuan Wangdf05a132022-10-20 11:48:48 +08003162 <action android:name="com.google.android.setupwizard.SETUP_WIZARD_FINISHED"/>
3163 <action android:name="com.android.settings.battery.action.PERIODIC_JOB_RECHECK"/>
3164 </intent-filter>
3165 </receiver>
3166
3167 <receiver
ykhung4c0de262022-11-10 15:38:22 +08003168 android:name=".fuelgauge.BatterySettingsMigrateChecker"
3169 android:exported="true">
3170 <intent-filter>
3171 <action android:name="android.intent.action.BOOT_COMPLETED"/>
3172 </intent-filter>
3173 </receiver>
3174
3175 <receiver
Kuan Wangdf05a132022-10-20 11:48:48 +08003176 android:name=".fuelgauge.batteryusage.PeriodicJobReceiver"
3177 android:exported="false">
3178 <intent-filter>
3179 <action android:name="com.android.settings.battery.action.PERIODIC_JOB_UPDATE"/>
3180 </intent-filter>
3181 </receiver>
3182
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003183 <activity
3184 android:name="Settings$BatterySaverSettingsActivity"
3185 android:label="@string/battery_saver"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003186 android:exported="true"
ykhungeadeee52022-05-18 12:18:15 +08003187 android:icon="@drawable/ic_homepage_battery">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003188 <intent-filter android:priority="1">
3189 <action android:name="android.settings.BATTERY_SAVER_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08003190 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08003191 <category android:name="android.intent.category.DEFAULT" />
3192 </intent-filter>
John Spurlockc7f8e8c2014-06-04 19:11:22 -04003193 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang747f0e12018-03-01 09:49:34 -08003194 android:value="com.android.settings.fuelgauge.batterysaver.BatterySaverSettings" />
Arc Wanga63e9c62021-09-28 20:39:15 +08003195 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3196 android:value="@string/menu_key_battery"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003197 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3198 android:value="true" />
John Spurlockc7f8e8c2014-06-04 19:11:22 -04003199 </activity>
3200
P.Y. Laligand1f403d52015-04-14 16:14:16 -07003201 <activity android:name=".fuelgauge.BatterySaverModeVoiceActivity"
Barnaby Jamesc55ea152015-04-13 14:33:53 -07003202 android:label="@string/power_usage_summary_title"
ykhungeadeee52022-05-18 12:18:15 +08003203 android:icon="@drawable/ic_homepage_battery"
Andrew Sapperstein7e157432016-07-15 16:46:38 -07003204 android:theme="@*android:style/Theme.DeviceDefault.Light.Voice"
Barnaby Jamesc55ea152015-04-13 14:33:53 -07003205 android:exported="true">
3206 <intent-filter>
3207 <action android:name="android.settings.VOICE_CONTROL_BATTERY_SAVER_MODE" />
3208 <category android:name="android.intent.category.DEFAULT" />
3209 <category android:name="android.intent.category.VOICE" />
3210 </intent-filter>
3211 </activity>
3212
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003213 <activity
3214 android:name="Settings$AccountSyncSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003215 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003216 android:label="@string/account_sync_settings_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003217 <intent-filter android:priority="1">
3218 <action android:name="android.settings.ACCOUNT_SYNC_SETTINGS" />
3219 <category android:name="android.intent.category.DEFAULT" />
3220 </intent-filter>
Amith Yamasani43c69782010-12-01 09:04:36 -08003221 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3222 android:value="com.android.settings.accounts.AccountSyncSettings" />
Arc Wanga63e9c62021-09-28 20:39:15 +08003223 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3224 android:value="@string/menu_key_accounts"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003225 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3226 android:value="true" />
Amith Yamasani43c69782010-12-01 09:04:36 -08003227 </activity>
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003228 <activity
3229 android:name="Settings$ManagedProfileSettingsActivity"
Ricky Waibf94d092017-02-01 15:26:29 +00003230 android:label="@string/managed_profile_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003231 android:exported="true"
Ricky Waibf94d092017-02-01 15:26:29 +00003232 android:permission="android.permission.MANAGE_USERS">
3233 <intent-filter android:priority="1">
3234 <action android:name="android.settings.MANAGED_PROFILE_SETTINGS" />
3235 <category android:name="android.intent.category.DEFAULT" />
3236 </intent-filter>
3237 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3238 android:value="com.android.settings.accounts.ManagedProfileSettings" />
Arc Wanga63e9c62021-09-28 20:39:15 +08003239 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3240 android:value="@string/menu_key_accounts"/>
Ricky Waibf94d092017-02-01 15:26:29 +00003241 </activity>
Amith Yamasani43c69782010-12-01 09:04:36 -08003242
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003243 <activity
3244 android:name="com.android.settings.accounts.AddAccountSettings"
Amith Yamasani7bb8f722011-06-02 18:05:40 -07003245 android:configChanges="orientation|keyboardHidden|screenSize"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003246 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003247 android:label="@string/header_add_an_account">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003248 <intent-filter android:priority="1">
3249 <action android:name="android.settings.ADD_ACCOUNT_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08003250 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08003251 <category android:name="android.intent.category.DEFAULT" />
3252 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003253 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3254 android:value="true" />
Amith Yamasani43c69782010-12-01 09:04:36 -08003255 </activity>
3256
Jason Monkb7e43802016-06-06 16:01:58 -04003257 <activity android:name="Settings$ChooseAccountActivity"
Amith Yamasani43c69782010-12-01 09:04:36 -08003258 android:label="@string/header_add_an_account"
Fan Zhang92f1e942017-01-21 10:07:26 -08003259 android:configChanges="orientation|keyboardHidden|screenSize">
Jason Monkb7e43802016-06-06 16:01:58 -04003260 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Emily Chuangb279b1c2018-04-12 10:12:28 +08003261 android:value="com.android.settings.accounts.ChooseAccountFragment" />
Arc Wanga63e9c62021-09-28 20:39:15 +08003262 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3263 android:value="@string/menu_key_accounts"/>
Jason Monkb7e43802016-06-06 16:01:58 -04003264 </activity>
Jim Miller165bf2f2011-01-26 16:10:26 -08003265
Jeff Sharkey9e9f7d12015-11-30 13:28:19 -07003266 <!-- Triggered when user-selected home app isn't encryption aware -->
3267 <activity android:name=".FallbackHome"
3268 android:excludeFromRecents="true"
Fan Zhang49534b72017-06-22 15:04:41 -07003269 android:label=""
Louis Chang397cdd62019-06-27 09:57:54 +08003270 android:taskAffinity="com.android.settings.FallbackHome"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003271 android:exported="true"
Adam Bookatzeb89d142022-02-24 16:45:28 -08003272 android:theme="@style/FallbackHome"
Tsung-Mao Fangf5062c22022-09-30 15:27:06 +08003273 android:permission="android.permission.DEVICE_POWER"
Adam Bookatzeb89d142022-02-24 16:45:28 -08003274 android:configChanges="keyboardHidden">
Xiaohui Chendbf3e152015-12-30 15:51:56 -08003275 <intent-filter android:priority="-1000">
Jeff Sharkey9e9f7d12015-11-30 13:28:19 -07003276 <action android:name="android.intent.action.MAIN" />
3277 <category android:name="android.intent.category.HOME" />
3278 <category android:name="android.intent.category.DEFAULT" />
3279 </intent-filter>
3280 </activity>
3281
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003282 <activity
3283 android:name="Settings$DataUsageSummaryActivity"
3284 android:label="@string/data_usage_summary_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003285 android:exported="true"
Bonian Chen86027472022-03-18 09:23:19 +08003286 android:icon="@drawable/ic_homepage_data_usage">
Rohan Shahff5bd332018-03-21 17:16:39 -07003287 <intent-filter android:priority="1">
3288 <action android:name="android.settings.DATA_USAGE_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08003289 <category android:name="android.intent.category.BROWSABLE" />
Rohan Shahff5bd332018-03-21 17:16:39 -07003290 <category android:name="android.intent.category.DEFAULT" />
3291 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07003292 <intent-filter android:priority="3">
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07003293 <action android:name="android.intent.action.MAIN" />
Amith Yamasani7836e4a2011-09-19 13:25:52 -07003294 <category android:name="com.android.settings.SHORTCUT" />
Jeff Sharkeydd6efe12011-06-15 10:31:41 -07003295 </intent-filter>
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07003296 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangcd21cb82018-06-11 09:28:02 -07003297 android:value="com.android.settings.datausage.DataUsageSummary" />
Arc Wanga63e9c62021-09-28 20:39:15 +08003298 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3299 android:value="@string/menu_key_network"/>
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07003300 </activity>
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003301 <activity
3302 android:name="Settings$MobileDataUsageListActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003303 android:exported="true"
Yanting Yang85713d02019-09-27 18:34:04 +08003304 android:label="@string/cellular_data_usage">
Malcolm Chen52584e92017-06-20 11:14:27 -07003305 <intent-filter android:priority="1">
3306 <action android:name="android.settings.MOBILE_DATA_USAGE" />
Malcolm Chen6fef2fff2017-07-13 17:59:58 -07003307 <category android:name="android.intent.category.DEFAULT" />
Malcolm Chen52584e92017-06-20 11:14:27 -07003308 </intent-filter>
3309 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Ling282a0d92018-11-30 16:20:32 -08003310 android:value="com.android.settings.datausage.DataUsageList" />
Arc Wanga63e9c62021-09-28 20:39:15 +08003311 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3312 android:value="@string/menu_key_network"/>
Malcolm Chen52584e92017-06-20 11:14:27 -07003313 </activity>
3314
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003315 <activity
3316 android:name="Settings$DreamSettingsActivity"
3317 android:label="@string/screensaver_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003318 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003319 android:icon="@drawable/ic_settings_display">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003320 <intent-filter android:priority="1">
3321 <action android:name="android.settings.DREAM_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08003322 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08003323 <category android:name="android.intent.category.DEFAULT" />
3324 </intent-filter>
Daniel Sandler7dee75c2012-11-27 22:41:30 -05003325 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Evan Laird22315ad2017-07-18 16:37:42 -04003326 android:value="com.android.settings.dream.DreamSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003327 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3328 android:value="@string/menu_key_display"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003329 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3330 android:value="true" />
Daniel Sandler7dee75c2012-11-27 22:41:30 -05003331 </activity>
3332
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003333 <activity
Lucas Silva3b1c7392023-04-12 15:22:39 -04003334 android:name="Settings$CommunalSettingsActivity"
3335 android:label="@string/communal_settings_title"
3336 android:exported="true"
3337 android:icon="@drawable/ia_settings_communal">
3338 <intent-filter android:priority="1">
3339 <action android:name="android.settings.COMMUNAL_SETTINGS" />
3340 <category android:name="android.intent.category.BROWSABLE" />
3341 <category android:name="android.intent.category.DEFAULT" />
3342 </intent-filter>
3343 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3344 android:value="com.android.settings.communal.CommunalDashboardFragment" />
3345 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3346 android:value="@string/menu_key_communal"/>
3347 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3348 android:value="true" />
3349 </activity>
3350
3351 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003352 android:name="Settings$UserSettingsActivity"
3353 android:label="@string/user_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003354 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003355 android:icon="@drawable/ic_settings_multiuser">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003356 <intent-filter android:priority="1">
3357 <action android:name="android.settings.USER_SETTINGS" />
3358 <category android:name="android.intent.category.DEFAULT" />
3359 </intent-filter>
Fan Zhang99800962018-08-08 11:12:03 -07003360 <intent-filter>
Jason Monk4da79e02015-09-10 10:54:36 -04003361 <action android:name="com.android.settings.action.SETTINGS" />
3362 </intent-filter>
Fan Zhang99800962018-08-08 11:12:03 -07003363 <meta-data android:name="com.android.settings.order" android:value="-45"/>
Jason Monk4da79e02015-09-10 10:54:36 -04003364 <meta-data android:name="com.android.settings.category"
Raff Tsai9e3a9fd2019-10-01 17:06:26 +08003365 android:value="com.android.settings.category.ia.system" />
Raff Tsai6db277e2019-10-02 16:43:23 +08003366 <meta-data android:name="com.android.settings.summary_uri"
3367 android:value="content://com.android.settings.dashboard.SummaryProvider/user" />
Jason Chiu5f0fc1f2021-05-24 18:27:42 +08003368 <meta-data android:name="com.android.settings.icon"
3369 android:resource="@drawable/ic_settings_multiuser" />
Amith Yamasani233592b2013-03-01 17:05:23 -08003370 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Raff Tsai9e3a9fd2019-10-01 17:06:26 +08003371 android:value="com.android.settings.users.UserSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003372 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3373 android:value="@string/menu_key_system"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003374 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
Raff Tsai9e3a9fd2019-10-01 17:06:26 +08003375 android:value="true" />
Amith Yamasani233592b2013-03-01 17:05:23 -08003376 </activity>
3377
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003378 <activity
3379 android:name="Settings$PaymentSettingsActivity"
3380 android:label="@string/nfc_payment_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003381 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003382 android:icon="@drawable/ic_settings_nfc_payment">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003383 <intent-filter android:priority="1">
3384 <action android:name="android.settings.NFC_PAYMENT_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08003385 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08003386 <category android:name="android.intent.category.DEFAULT" />
3387 </intent-filter>
Martijn Coenen26515da2013-08-01 18:13:33 -07003388 <intent-filter>
3389 <action android:name="android.intent.action.MAIN" />
Martijn Coenen26515da2013-08-01 18:13:33 -07003390 <category android:name="android.intent.category.DEFAULT" />
3391 </intent-filter>
3392 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3393 android:value="com.android.settings.nfc.PaymentSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003394 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3395 android:value="@string/menu_key_connected_devices"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003396 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3397 android:value="true" />
Martijn Coenen26515da2013-08-01 18:13:33 -07003398 </activity>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003399
Martijn Coenen26515da2013-08-01 18:13:33 -07003400 <activity android:name=".nfc.PaymentDefaultDialog"
Martijn Coenenda6c0ba2013-09-05 21:07:23 -07003401 android:label="@string/nfc_payment_set_default_label"
Martijn Coenen26515da2013-08-01 18:13:33 -07003402 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003403 android:exported="true"
Andrew Sapperstein7e157432016-07-15 16:46:38 -07003404 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003405 <intent-filter android:priority="1">
Martijn Coenena73aa322013-08-30 12:57:42 -07003406 <action android:name="android.nfc.cardemulation.action.ACTION_CHANGE_DEFAULT" />
3407 <category android:name="android.intent.category.DEFAULT" />
3408 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003409 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3410 android:value="true" />
Martijn Coenen26515da2013-08-01 18:13:33 -07003411 </activity>
3412
Martijn Coenencbcc76e2015-06-05 21:28:17 +02003413 <activity android:name=".nfc.HowItWorks"
3414 android:label="@string/nfc_payment_settings_title"
Martijn Coenencbcc76e2015-06-05 21:28:17 +02003415 android:excludeFromRecents="true">
3416 </activity>
3417
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003418 <activity
3419 android:name="Settings$NotificationAccessSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003420 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003421 android:label="@string/manage_notification_access_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003422 <intent-filter android:priority="1">
3423 <action android:name="android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS" />
3424 <category android:name="android.intent.category.DEFAULT" />
3425 </intent-filter>
Daniel Sandler79b9bfe2013-04-04 14:30:04 -04003426 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
John Spurlock4a350512014-04-08 14:08:21 -04003427 android:value="com.android.settings.notification.NotificationAccessSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003428 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3429 android:value="@string/menu_key_notifications"/>
John Spurlock08531a82015-05-07 17:45:43 -04003430 </activity>
3431
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003432 <activity
Julia Reynolds31dc1fd2019-10-29 15:15:08 -04003433 android:name="Settings$NotificationAccessDetailsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003434 android:exported="true"
Julia Reynolds31dc1fd2019-10-29 15:15:08 -04003435 android:label="@string/manage_notification_access_title" >
3436 <intent-filter android:priority="1">
3437 <action android:name="android.settings.NOTIFICATION_LISTENER_DETAIL_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08003438 <category android:name="android.intent.category.BROWSABLE" />
Julia Reynolds31dc1fd2019-10-29 15:15:08 -04003439 <category android:name="android.intent.category.DEFAULT" />
3440 </intent-filter>
3441 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3442 android:value="com.android.settings.applications.specialaccess.notificationaccess.NotificationAccessDetails" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003443 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3444 android:value="@string/menu_key_notifications"/>
Julia Reynolds31dc1fd2019-10-29 15:15:08 -04003445 </activity>
3446
3447 <activity
Fabian Kozynski01b2a632019-02-20 12:55:10 -05003448 android:name="Settings$NotificationAssistantSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003449 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003450 android:label="@string/notification_assistant_title">
Fabian Kozynski01b2a632019-02-20 12:55:10 -05003451 <intent-filter android:priority="1">
3452 <action android:name="android.settings.NOTIFICATION_ASSISTANT_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08003453 <category android:name="android.intent.category.BROWSABLE" />
Fabian Kozynski01b2a632019-02-20 12:55:10 -05003454 <category android:name="android.intent.category.DEFAULT" />
3455 </intent-filter>
3456 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Chloris Kuo2c955bb2021-03-19 07:00:45 -07003457 android:value="com.android.settings.notification.ConfigureNotificationSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003458 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3459 android:value="@string/menu_key_notifications"/>
Fabian Kozynski01b2a632019-02-20 12:55:10 -05003460 </activity>
3461
3462 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003463 android:name="Settings$VrListenersSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003464 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003465 android:label="@string/vr_listeners_title">
Ruben Brunke1c98ca2016-02-23 18:58:56 -08003466 <intent-filter android:priority="1">
3467 <action android:name="android.settings.VR_LISTENER_SETTINGS" />
3468 <category android:name="android.intent.category.DEFAULT" />
3469 </intent-filter>
Ruben Brunke1c98ca2016-02-23 18:58:56 -08003470 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangaf155222018-07-11 09:41:39 -07003471 android:value="com.android.settings.applications.specialaccess.vrlistener.VrListenerSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003472 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3473 android:value="@string/menu_key_apps"/>
Ruben Brunke1c98ca2016-02-23 18:58:56 -08003474 </activity>
3475
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003476 <activity
3477 android:name="Settings$PictureInPictureSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003478 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003479 android:label="@string/picture_in_picture_title">
Winson Chung0a0d95a2017-01-20 11:22:44 -08003480 <intent-filter android:priority="1">
3481 <action android:name="android.settings.PICTURE_IN_PICTURE_SETTINGS" />
3482 <category android:name="android.intent.category.DEFAULT" />
3483 </intent-filter>
3484 <intent-filter>
3485 <action android:name="android.intent.action.MAIN" />
3486 <category android:name="android.intent.category.DEFAULT" />
3487 </intent-filter>
3488 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang4560ab72018-07-10 15:46:31 -07003489 android:value="com.android.settings.applications.specialaccess.pictureinpicture.PictureInPictureSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003490 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3491 android:value="@string/menu_key_apps"/>
Winson Chung0a0d95a2017-01-20 11:22:44 -08003492 </activity>
Ruben Brunke1c98ca2016-02-23 18:58:56 -08003493
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003494 <activity
3495 android:name="Settings$AppPictureInPictureSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003496 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003497 android:label="@string/picture_in_picture_title">
Winson Chung217d0e92017-03-17 15:48:38 -07003498 <intent-filter>
3499 <action android:name="android.settings.PICTURE_IN_PICTURE_SETTINGS" />
3500 <category android:name="android.intent.category.DEFAULT" />
3501 <data android:scheme="package" />
3502 </intent-filter>
3503 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang4560ab72018-07-10 15:46:31 -07003504 android:value="com.android.settings.applications.specialaccess.pictureinpicture.PictureInPictureDetails" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003505 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3506 android:value="@string/menu_key_apps"/>
Winson Chung217d0e92017-03-17 15:48:38 -07003507 </activity>
3508
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003509 <activity
Philip Junker8a978052022-03-14 18:08:46 +00003510 android:name="Settings$TurnScreenOnSettingsActivity"
3511 android:exported="true"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02003512 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Philip Junker8a978052022-03-14 18:08:46 +00003513 android:label="@string/turn_screen_on_title">
3514 <intent-filter android:priority="1">
3515 <action android:name="android.settings.TURN_SCREEN_ON_SETTINGS" />
3516 <category android:name="android.intent.category.DEFAULT" />
3517 </intent-filter>
3518 <intent-filter>
3519 <action android:name="android.intent.action.MAIN" />
3520 <category android:name="android.intent.category.DEFAULT" />
3521 </intent-filter>
3522 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Philip Junkerded7f452023-04-19 11:59:19 +00003523 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Philip Junker8a978052022-03-14 18:08:46 +00003524 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3525 android:value="@string/menu_key_apps"/>
3526 </activity>
3527
3528 <activity
Philip Junkerded7f452023-04-19 11:59:19 +00003529 android:name="Settings$AppTurnScreenOnSettingsActivity"
3530 android:exported="true"
3531 android:label="@string/turn_screen_on_title">
3532 <intent-filter android:priority="1">
3533 <action android:name="android.settings.TURN_SCREEN_ON_SETTINGS" />
3534 <category android:name="android.intent.category.DEFAULT" />
3535 <data android:scheme="package" />
3536 </intent-filter>
3537 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3538 android:value="com.android.settings.applications.specialaccess.turnscreenon.TurnScreenOnDetails"/>
3539 </activity>
3540
3541 <activity
kholoud mohamed14a887f2020-01-29 17:38:31 +00003542 android:name="Settings$InteractAcrossProfilesSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003543 android:exported="true"
kholoud mohamed14a887f2020-01-29 17:38:31 +00003544 android:label="@string/interact_across_profiles_title">
3545 <intent-filter android:priority="1">
3546 <action android:name="android.settings.MANAGE_CROSS_PROFILE_ACCESS" />
3547 <category android:name="android.intent.category.DEFAULT" />
3548 </intent-filter>
3549 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3550 android:value="com.android.settings.applications.specialaccess.interactacrossprofiles.InteractAcrossProfilesSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003551 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3552 android:value="@string/menu_key_apps"/>
kholoud mohamed14a887f2020-01-29 17:38:31 +00003553 </activity>
3554
3555 <activity android:name="Settings$AppInteractAcrossProfilesSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003556 android:exported="true"
kholoud mohamed14a887f2020-01-29 17:38:31 +00003557 android:label="@string/interact_across_profiles_title">
3558 <intent-filter>
3559 <action android:name="android.settings.MANAGE_CROSS_PROFILE_ACCESS" />
3560 <category android:name="android.intent.category.DEFAULT" />
3561 <data android:scheme="package" />
3562 </intent-filter>
3563 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3564 android:value="com.android.settings.applications.specialaccess.interactacrossprofiles.InteractAcrossProfilesDetails" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003565 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3566 android:value="@string/menu_key_apps"/>
kholoud mohamed14a887f2020-01-29 17:38:31 +00003567 </activity>
3568
3569 <activity
Fan Zhange366f022019-03-19 13:08:10 -07003570 android:name="Settings$ZenAccessDetailSettingsActivity"
3571 android:label="@string/manage_zen_access_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003572 android:exported="true"
Fan Zhange366f022019-03-19 13:08:10 -07003573 android:excludeFromRecents="true">
3574 <intent-filter>
3575 <action android:name="android.settings.NOTIFICATION_POLICY_ACCESS_DETAIL_SETTINGS" />
3576 <category android:name="android.intent.category.DEFAULT" />
3577 <data android:scheme="package" />
3578 </intent-filter>
3579 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3580 android:value="com.android.settings.applications.specialaccess.zenaccess.ZenAccessDetails" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003581 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3582 android:value="@string/menu_key_notifications"/>
Fan Zhange366f022019-03-19 13:08:10 -07003583 </activity>
3584
3585 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003586 android:name="Settings$ZenAccessSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003587 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003588 android:label="@string/manage_zen_access_title">
John Spurlock08531a82015-05-07 17:45:43 -04003589 <intent-filter android:priority="1">
John Spurlocka00194d2015-06-04 13:01:59 -04003590 <action android:name="android.settings.NOTIFICATION_POLICY_ACCESS_SETTINGS" />
John Spurlock08531a82015-05-07 17:45:43 -04003591 <category android:name="android.intent.category.DEFAULT" />
3592 </intent-filter>
John Spurlock08531a82015-05-07 17:45:43 -04003593 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05003594 android:value="com.android.settings.notification.zen.ZenAccessSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003595 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3596 android:value="@string/menu_key_notifications"/>
Daniel Sandler79b9bfe2013-04-04 14:30:04 -04003597 </activity>
3598
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003599 <activity
3600 android:name="Settings$ConfigureNotificationSettingsActivity"
3601 android:label="@string/configure_notification_settings"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003602 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003603 <intent-filter android:priority="1">
3604 <action android:name="android.settings.NOTIFICATION_SETTINGS" />
3605 <category android:name="android.intent.category.DEFAULT" />
3606 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07003607 <intent-filter android:priority="21">
Dan Sandler347f9442014-03-11 01:32:47 -04003608 <action android:name="android.intent.action.MAIN" />
Dan Sandler347f9442014-03-11 01:32:47 -04003609 <category android:name="com.android.settings.SHORTCUT" />
3610 </intent-filter>
3611 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynolds8c0a4232015-11-24 10:08:14 -05003612 android:value="com.android.settings.notification.ConfigureNotificationSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003613 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3614 android:value="@string/menu_key_notifications"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003615 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3616 android:value="true" />
Dan Sandler347f9442014-03-11 01:32:47 -04003617 </activity>
3618
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003619 <activity
Julia Reynolds6a88e142020-06-02 11:20:13 -04003620 android:name="Settings$ConversationListSettingsActivity"
3621 android:label="@string/zen_mode_conversations_title"
3622 android:exported="true">
3623 <intent-filter android:priority="1">
3624 <action android:name="android.settings.CONVERSATION_SETTINGS" />
3625 <category android:name="android.intent.category.DEFAULT" />
3626 </intent-filter>
3627 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3628 android:value="com.android.settings.notification.app.ConversationListSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003629 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3630 android:value="@string/menu_key_apps"/>
Julia Reynolds6a88e142020-06-02 11:20:13 -04003631 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3632 android:value="true" />
3633 </activity>
3634
3635 <activity
Julia Reynolds4e48da92019-03-26 09:04:22 -04003636 android:name="Settings$AppBubbleNotificationSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003637 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003638 android:label="@string/bubbles_app_toggle_title">
Julia Reynolds4e48da92019-03-26 09:04:22 -04003639 <intent-filter android:priority="1">
3640 <action android:name="android.settings.APP_NOTIFICATION_BUBBLE_SETTINGS" />
3641 <category android:name="android.intent.category.DEFAULT" />
3642 </intent-filter>
3643 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05003644 android:value="com.android.settings.notification.app.AppBubbleNotificationSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003645 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3646 android:value="@string/menu_key_apps"/>
Julia Reynolds4e48da92019-03-26 09:04:22 -04003647 </activity>
3648
3649 <activity
Amber Ogata9d5de292020-12-16 20:37:22 +00003650 android:name="Settings$PremiumSmsAccessActivity"
3651 android:label="@string/premium_sms_access"
3652 android:exported="true">
3653 <intent-filter>
3654 <action android:name="android.settings.PREMIUM_SMS_SETTINGS" />
3655 <category android:name="android.intent.category.DEFAULT" />
3656 <data android:scheme="package" />
3657 </intent-filter>
3658 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3659 android:value="com.android.settings.applications.specialaccess.premiumsms.PremiumSmsAccess" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003660 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3661 android:value="@string/menu_key_apps"/>
Amber Ogata9d5de292020-12-16 20:37:22 +00003662 </activity>
3663
3664 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003665 android:name="Settings$SoundSettingsActivity"
3666 android:label="@string/sound_settings"
3667 android:icon="@drawable/ic_homepage_sound"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003668 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003669 <intent-filter android:priority="1">
John Spurlock4e4cdef2014-05-28 09:43:45 -04003670 <action android:name="com.android.settings.SOUND_SETTINGS" />
3671 <action android:name="android.settings.SOUND_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08003672 <category android:name="android.intent.category.BROWSABLE" />
Kenny Guyf9f279e2017-04-04 18:01:13 +01003673 <action android:name="android.settings.ACTION_OTHER_SOUND_SETTINGS" />
John Spurlock4e4cdef2014-05-28 09:43:45 -04003674 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08003675 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07003676 <intent-filter android:priority="40">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003677 <action android:name="android.intent.action.MAIN" />
Julia Reynolds8c0a4232015-11-24 10:08:14 -05003678 <category android:name="com.android.settings.SHORTCUT" />
John Spurlock4e4cdef2014-05-28 09:43:45 -04003679 </intent-filter>
3680 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynolds8c0a4232015-11-24 10:08:14 -05003681 android:value="com.android.settings.notification.SoundSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003682 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3683 android:value="@string/menu_key_sound"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003684 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3685 android:value="true" />
Julia Reynolds8c0a4232015-11-24 10:08:14 -05003686 </activity>
John Spurlock4e4cdef2014-05-28 09:43:45 -04003687
Julia Reynoldsff9500d2018-03-21 15:23:13 -04003688 <!-- Show apps for which application-level notification settings are applicable -->
3689 <activity android:name="Settings$NotificationAppListActivity"
3690 android:label="@string/app_notifications_title"
3691 android:icon="@drawable/ic_notifications"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02003692 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Fan Zhang416ff0a2018-10-26 15:39:39 -07003693 android:exported="true">
Julia Reynoldsff9500d2018-03-21 15:23:13 -04003694 <intent-filter android:priority="1">
3695 <action android:name="android.settings.ALL_APPS_NOTIFICATION_SETTINGS" />
3696 <category android:name="android.intent.category.DEFAULT" />
3697 </intent-filter>
Julia Reynoldsff9500d2018-03-21 15:23:13 -04003698 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3699 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003700 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3701 android:value="@string/menu_key_notifications"/>
Julia Reynoldsff9500d2018-03-21 15:23:13 -04003702 </activity>
3703
“Ankitaa6ff8972022-10-03 05:01:00 +00003704 <!-- Displays a list of apps available for cloning on the device -->
3705 <activity android:name=".Settings$ClonedAppsListActivity"
3706 android:label="@string/cloned_apps_dashboard_title"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02003707 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
“Ankitaa6ff8972022-10-03 05:01:00 +00003708 android:exported="true">
3709 <intent-filter android:priority="1">
3710 <action android:name="android.settings.MANAGE_CLONED_APPS_SETTINGS" />
3711 <category android:name="android.intent.category.DEFAULT" />
3712 </intent-filter>
3713 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3714 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
3715 </activity>
3716
Yuri Lin554ab1f2022-04-12 17:05:49 -04003717 <!-- Application-level notification settings page, same as above but only accessible
3718 internally from system server -->
3719 <activity android:name="Settings$NotificationReviewPermissionsActivity"
3720 android:label="@string/app_notifications_title"
3721 android:icon="@drawable/ic_notifications"
3722 android:exported="false">
3723 <intent-filter android:priority="1">
3724 <action android:name="android.settings.ALL_APPS_NOTIFICATION_SETTINGS_FOR_REVIEW" />
3725 <category android:name="android.intent.category.DEFAULT" />
3726 </intent-filter>
3727 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3728 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
3729 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3730 android:value="@string/menu_key_notifications"/>
3731 </activity>
3732
John Spurlock802ddf92014-07-18 11:51:13 -04003733 <!-- Show application-level notification settings (app passed in as extras) -->
3734 <activity android:name="Settings$AppNotificationSettingsActivity"
John Spurlockb8ec3432014-07-27 13:33:34 -04003735 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003736 <intent-filter android:priority="1">
3737 <action android:name="android.settings.APP_NOTIFICATION_SETTINGS" />
3738 <category android:name="android.intent.category.DEFAULT" />
3739 </intent-filter>
John Spurlock802ddf92014-07-18 11:51:13 -04003740 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05003741 android:value="com.android.settings.notification.app.AppNotificationSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003742 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3743 android:value="@string/menu_key_notifications"/>
John Spurlockb8ec3432014-07-27 13:33:34 -04003744 </activity>
3745
Julia Reynolds69492882017-01-25 10:32:07 -05003746 <!-- Show channel-level notification settings (channel passed in as extras) -->
Julia Reynoldsefe26e22021-03-10 21:38:49 -05003747 <activity android:name=".notification.app.ChannelPanelActivity"
Julia Reynoldse2897ae2018-04-19 10:04:53 -04003748 android:label="@string/notification_channel_title"
Edgar Wang2917c0c2023-05-30 08:28:30 +00003749 android:theme="@style/Theme.Panel.Material"
Julia Reynoldsefe26e22021-03-10 21:38:49 -05003750 android:excludeFromRecents="true"
Valentin Iftime1e81f6e2023-01-30 10:44:37 +01003751 android:configChanges="keyboardHidden|screenSize"
Julia Reynolds69492882017-01-25 10:32:07 -05003752 android:exported="true">
3753 <intent-filter android:priority="1">
3754 <action android:name="android.settings.CHANNEL_NOTIFICATION_SETTINGS" />
3755 <category android:name="android.intent.category.DEFAULT" />
3756 </intent-filter>
Julia Reynolds69492882017-01-25 10:32:07 -05003757 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05003758 android:value="com.android.settings.notification.app.ChannelNotificationSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003759 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3760 android:value="@string/menu_key_notifications"/>
Julia Reynolds69492882017-01-25 10:32:07 -05003761 </activity>
3762
Zachary Kuznia5adcb3d2015-08-07 16:32:28 -07003763 <!-- Show Manual (from settings item) -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003764 <activity
3765 android:name="ManualDisplayActivity"
3766 android:label="@string/manual"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003767 android:exported="true"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003768 android:enabled="@bool/config_show_manual">
Zachary Kuznia5adcb3d2015-08-07 16:32:28 -07003769 <intent-filter>
3770 <action android:name="android.settings.SHOW_MANUAL" />
3771 <category android:name="android.intent.category.DEFAULT" />
3772 </intent-filter>
3773 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3774 android:value="true" />
3775 </activity>
3776
Jake Hamby5e9bd862013-04-09 15:48:25 -07003777 <!-- Show regulatory info (from settings item or dialing "*#07#") -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003778 <activity
3779 android:name="RegulatoryInfoDisplayActivity"
Chaohui Wang590b4e72023-07-07 15:31:20 +08003780 android:theme="@style/Theme.AlertDialog"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003781 android:label="@string/regulatory_labels"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003782 android:exported="true"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003783 android:enabled="@bool/config_show_regulatory_info">
Jeff Sharkey3daa2592014-04-18 15:30:15 -07003784 <intent-filter>
Jake Hamby5e9bd862013-04-09 15:48:25 -07003785 <action android:name="android.settings.SHOW_REGULATORY_INFO" />
Han Xub7d10772022-08-15 19:19:55 +08003786 <category android:name="android.intent.category.BROWSABLE" />
Jake Hamby5e9bd862013-04-09 15:48:25 -07003787 <category android:name="android.intent.category.DEFAULT" />
3788 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003789 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3790 android:value="true" />
Jake Hamby5e9bd862013-04-09 15:48:25 -07003791 </activity>
3792
Eugene Susla57544122017-04-14 10:42:59 -07003793 <!-- Confirmation dialog for enabling notification access from CompanionDeviceManager -->
3794 <activity android:name=".notification.NotificationAccessConfirmationActivity"
Guojing Yuan19235b82021-05-12 17:06:42 +00003795 android:taskAffinity=".notification.NotificationAccessConfirmationActivity"
Eugene Susla57544122017-04-14 10:42:59 -07003796 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" />
3797
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003798 <receiver android:name="com.android.settingslib.bluetooth.BluetoothDiscoverableTimeoutReceiver"
3799 android:exported="true">
Srikanth Uppala59a97f72012-04-04 03:32:22 -07003800 <intent-filter>
3801 <action android:name="android.bluetooth.intent.DISCOVERABLE_TIMEOUT" />
3802 </intent-filter>
3803 </receiver>
3804
Amith Yamasani32dccbc2012-09-13 18:06:49 -07003805 <!-- Watch for ContactsContract.Profile changes and update the user's photo. -->
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003806 <receiver android:name=".users.ProfileUpdateReceiver"
3807 android:exported="true">
Amith Yamasani32dccbc2012-09-13 18:06:49 -07003808 <intent-filter>
3809 <action android:name="android.provider.Contacts.PROFILE_CHANGED" />
3810 </intent-filter>
3811 </receiver>
3812
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003813 <receiver android:name=".sim.SimSelectNotification"
3814 android:exported="true">
PauloftheWest63f7bc82014-10-30 08:01:30 -07003815 <intent-filter>
Malcolm Chena05e6f82019-03-27 17:45:29 -07003816 <action android:name="android.telephony.action.PRIMARY_SUBSCRIPTION_LIST_CHANGED"/>
Malcolm Chen7dd82f92019-04-18 19:45:04 -07003817 <action android:name="android.settings.ENABLE_MMS_DATA_REQUEST"/>
PauloftheWest63f7bc82014-10-30 08:01:30 -07003818 </intent-filter>
3819 </receiver>
3820
Amith Yamasani2ad96252013-09-09 13:07:27 -07003821 <provider
Aurimas Liutikase0069d32018-04-17 11:22:43 -07003822 android:name="androidx.core.content.FileProvider"
Chaohui Wangbb4d0252022-10-12 17:41:07 +08003823 android:authorities="${applicationId}.files"
Amith Yamasani2ad96252013-09-09 13:07:27 -07003824 android:grantUriPermissions="true"
3825 android:exported="false">
3826 <meta-data
3827 android:name="android.support.FILE_PROVIDER_PATHS"
3828 android:resource="@xml/file_paths" />
3829 </provider>
Fabrice Di Megliofa7dc242014-03-12 19:24:43 -07003830
Andrew Sapperstein56a8c332019-06-18 09:44:18 -07003831 <provider
3832 android:name=".deviceinfo.legal.ModuleLicenseProvider"
Chaohui Wangbb4d0252022-10-12 17:41:07 +08003833 android:authorities="${applicationId}.module_licenses"
Andrew Sapperstein56a8c332019-06-18 09:44:18 -07003834 android:grantUriPermissions="true"
3835 android:exported="false"/>
3836
Fan Zhang9fdceae2021-03-10 21:45:19 +00003837 <provider
3838 android:name=".emergency.EmergencyActionContentProvider"
Chaohui Wangbb4d0252022-10-12 17:41:07 +08003839 android:authorities="${applicationId}.emergency"
Fan Zhang9fdceae2021-03-10 21:45:19 +00003840 android:permission="android.permission.CALL_PRIVILEGED"
3841 android:exported="true"/>
3842
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003843 <activity
3844 android:name=".wifi.RequestToggleWiFiActivity"
3845 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"
Svetoslav Ganov871078e2016-07-26 18:26:45 -07003846 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003847 android:exported="true"
Svetoslav Ganov871078e2016-07-26 18:26:45 -07003848 android:permission="android.permission.CHANGE_WIFI_STATE">
3849 <intent-filter>
3850 <action android:name="android.net.wifi.action.REQUEST_ENABLE" />
3851 <action android:name="android.net.wifi.action.REQUEST_DISABLE" />
3852 <category android:name="android.intent.category.DEFAULT" />
3853 </intent-filter>
3854 </activity>
3855
Weng Su56a88882021-07-06 11:30:17 +08003856 <!--
3857 The Wi-Fi result data will only be returned from WifiDialogActivity if the calling
3858 package has ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission. (see b/185126813)
3859 -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003860 <activity
3861 android:name=".wifi.WifiDialogActivity"
Udam Saini86d52c92016-03-10 11:30:53 -08003862 android:label=""
Maurice Lam771fac52015-09-08 10:36:43 -07003863 android:theme="@style/Transparent"
3864 android:excludeFromRecents="true"
lindatseng8d7d0132019-05-21 14:41:11 -07003865 android:documentLaunchMode="always"
Maurice Lamec1f2ee2015-10-29 16:40:49 -07003866 android:exported="true"
Udam Saini0ec68622015-12-21 10:52:34 -08003867 android:permission="android.permission.CHANGE_WIFI_STATE"
Weng Su179fc5e2023-04-24 12:29:34 +08003868 android:configChanges="orientation|keyboard|keyboardHidden|screenSize|smallestScreenSize|screenLayout">
Maurice Lam771fac52015-09-08 10:36:43 -07003869 <intent-filter>
3870 <action android:name="com.android.settings.WIFI_DIALOG" />
3871 <category android:name="android.intent.category.DEFAULT" />
3872 </intent-filter>
3873 </activity>
3874
cosmohsiehda37bb72018-11-26 11:58:02 +08003875 <activity
3876 android:name=".wifi.NetworkRequestDialogActivity"
govenliudbf920c2019-08-19 16:22:22 +08003877 android:theme="@style/Theme.AlertDialog"
cosmohsiehda37bb72018-11-26 11:58:02 +08003878 android:excludeFromRecents="true"
cosmohsiehed2fac12019-03-21 13:32:19 +08003879 android:launchMode="singleTop"
3880 android:taskAffinity=".wifi.NetworkRequestDialogActivity"
cosmohsiehda37bb72018-11-26 11:58:02 +08003881 android:exported="true"
Roshan Piusb2db1f02019-11-19 15:45:40 +00003882 android:permission="android.permission.NETWORK_SETTINGS">
cosmohsiehda37bb72018-11-26 11:58:02 +08003883 <intent-filter>
cosmohsieh1e2e6142019-01-11 10:02:24 +08003884 <action android:name="com.android.settings.wifi.action.NETWORK_REQUEST" />
cosmohsiehda37bb72018-11-26 11:58:02 +08003885 <category android:name="android.intent.category.DEFAULT" />
3886 </intent-filter>
3887 </activity>
3888
Jason Chiu2c3e6c62019-04-30 14:41:19 +08003889 <receiver
Jason Chiuda2ca2f2019-01-29 17:13:28 +08003890 android:name=".wifi.slice.ConnectToWifiHandler"
Jason Chiuda2ca2f2019-01-29 17:13:28 +08003891 android:exported="false" />
3892
Antony Sargenta7dc2772019-04-12 15:08:16 -07003893 <activity
3894 android:name=".sim.SimDialogActivity"
SongFerngWangbe8f2792021-12-21 12:58:12 +08003895 android:theme="@style/Theme.AlertDialog.SimConfirmDialog"
Antony Sargenta7dc2772019-04-12 15:08:16 -07003896 android:label="@string/sim_settings_title"
3897 android:launchMode="singleTop"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003898 android:exported="true"
Antony Sargenta7dc2772019-04-12 15:08:16 -07003899 android:excludeFromRecents="true">
PauloftheWestffef98b2014-11-18 07:12:48 -08003900 <intent-filter>
3901 <action android:name="android.intent.action.MAIN" />
PauloftheWestffef98b2014-11-18 07:12:48 -08003902 </intent-filter>
3903 </activity>
3904
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003905 <activity
Fan Zhang03dd39c2019-04-02 16:41:01 -07003906 android:name=".flashlight.FlashlightHandleActivity"
3907 android:theme="@android:style/Theme.NoDisplay"
3908 android:excludeFromRecents="true"
3909 android:exported="true"
3910 android:label="@string/power_flashlight"/>
3911
3912 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003913 android:name="Settings$WifiCallingSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003914 android:exported="true"
Zoey Chen6cf16b02021-11-01 16:46:12 +08003915 android:configChanges="orientation|keyboard|keyboardHidden|screenSize|smallestScreenSize|screenLayout"
Fan Zhang416ff0a2018-10-26 15:39:39 -07003916 android:label="@string/wifi_calling_settings_title">
Pavel Zhamaitsiak4ab32562015-02-23 15:34:07 -08003917 <intent-filter>
3918 <action android:name="android.intent.action.MAIN" />
3919 <action android:name="android.settings.WIFI_CALLING_SETTINGS" />
3920 <category android:name="android.intent.category.DEFAULT" />
3921 <category android:name="android.intent.category.VOICE_LAUNCH" />
3922 </intent-filter>
3923 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangb91db422018-02-09 10:25:55 -08003924 android:value="com.android.settings.wifi.calling.WifiCallingSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003925 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3926 android:value="@string/menu_key_network"/>
Pavel Zhamaitsiak4ab32562015-02-23 15:34:07 -08003927 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3928 android:value="true" />
Pavel Zhamaitsiak4ab32562015-02-23 15:34:07 -08003929 </activity>
3930
Fan Zhangb91db422018-02-09 10:25:55 -08003931 <activity android:name=".wifi.calling.WifiCallingSuggestionActivity"
Jason Monkd3ac2392016-01-27 13:54:35 -05003932 android:label="@string/wifi_calling_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003933 android:exported="true"
Mill Chen71958002019-01-23 10:44:39 +08003934 android:icon="@drawable/ic_suggestion_wireless">
Jason Monkd3ac2392016-01-27 13:54:35 -05003935 <intent-filter>
3936 <action android:name="android.intent.action.MAIN" />
Fan Zhang7afbf0f2017-05-08 09:31:01 -07003937 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
Jason Monkd3ac2392016-01-27 13:54:35 -05003938 </intent-filter>
3939 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangb91db422018-02-09 10:25:55 -08003940 android:value="com.android.settings.wifi.calling.WifiCallingSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003941 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3942 android:value="@string/menu_key_network"/>
Jason Monkd3ac2392016-01-27 13:54:35 -05003943 <meta-data android:name="com.android.settings.dismiss"
Fan Zhangaf91c1f2017-06-03 15:24:11 -07003944 android:value="10,14,30" />
Jason Monkd3ac2392016-01-27 13:54:35 -05003945 <meta-data android:name="com.android.settings.title"
3946 android:resource="@string/wifi_calling_suggestion_title" />
Jason Monkec1f28e2016-02-24 17:39:29 -05003947 <meta-data android:name="com.android.settings.summary"
3948 android:resource="@string/wifi_calling_suggestion_summary" />
Jason Monkd3ac2392016-01-27 13:54:35 -05003949 </activity>
3950
Fabrice Di Megliofa7dc242014-03-12 19:24:43 -07003951 <provider
3952 android:name=".search.SettingsSearchIndexablesProvider"
Chaohui Wangbb4d0252022-10-12 17:41:07 +08003953 android:authorities="${applicationId}"
Fabrice Di Megliofa7dc242014-03-12 19:24:43 -07003954 android:multiprocess="false"
3955 android:grantUriPermissions="true"
3956 android:permission="android.permission.READ_SEARCH_INDEXABLES"
3957 android:exported="true">
3958 <intent-filter>
3959 <action android:name="android.content.action.SEARCH_INDEXABLES_PROVIDER" />
3960 </intent-filter>
3961 </provider>
3962
Fan Zhang2985a072017-09-27 17:32:46 -07003963 <provider
3964 android:name=".dashboard.suggestions.SuggestionStateProvider"
Chaohui Wangbb4d0252022-10-12 17:41:07 +08003965 android:authorities="${applicationId}.suggestions.status"
Fan Zhang2985a072017-09-27 17:32:46 -07003966 android:exported="true">
3967 <intent-filter>
3968 <action android:name="com.android.settings.action.SUGGESTION_STATE_PROVIDER" />
3969 </intent-filter>
3970 </provider>
3971
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003972 <activity
3973 android:name="Settings$OverlaySettingsActivity"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02003974 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003975 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003976 android:label="@string/draw_overlay">
Billy Lau7f70ba12015-07-03 17:01:18 +01003977 <intent-filter android:priority="1">
3978 <action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" />
3979 <category android:name="android.intent.category.DEFAULT" />
3980 </intent-filter>
Billy Laufee78562015-07-27 12:57:07 +01003981 <intent-filter android:priority="1">
3982 <action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" />
3983 <category android:name="android.intent.category.DEFAULT" />
3984 <data android:scheme="package" />
3985 </intent-filter>
3986 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Bernardo Rufino897a0e02019-11-06 15:00:27 +00003987 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003988 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3989 android:value="@string/menu_key_apps"/>
Raff Tsai613f15a2020-01-05 21:56:35 +08003990 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3991 android:value="true" />
Billy Laufee78562015-07-27 12:57:07 +01003992 </activity>
3993
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003994 <activity
Bernardo Rufino88540312019-11-25 19:40:53 +00003995 android:name="Settings$AppDrawOverlaySettingsActivity"
3996 android:label="@string/draw_overlay"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003997 android:exported="true"
Bernardo Rufino88540312019-11-25 19:40:53 +00003998 android:permission="android.permission.INTERNAL_SYSTEM_WINDOW">
3999 <intent-filter android:priority="1">
4000 <action android:name="android.settings.MANAGE_APP_OVERLAY_PERMISSION" />
4001 <category android:name="android.intent.category.DEFAULT" />
4002 <data android:scheme="package" />
4003 </intent-filter>
4004 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4005 android:value="com.android.settings.applications.appinfo.DrawOverlayDetails" />
Jason Chiu646a31e2021-11-10 11:56:00 +08004006 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4007 android:value="@string/menu_key_apps"/>
Bernardo Rufino88540312019-11-25 19:40:53 +00004008 </activity>
4009
4010 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08004011 android:name="Settings$WriteSettingsActivity"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02004012 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004013 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08004014 android:label="@string/write_settings_title">
Billy Lau7f70ba12015-07-03 17:01:18 +01004015 <intent-filter android:priority="1">
4016 <action android:name="android.settings.action.MANAGE_WRITE_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08004017 <category android:name="android.intent.category.BROWSABLE" />
Billy Lau7f70ba12015-07-03 17:01:18 +01004018 <category android:name="android.intent.category.DEFAULT" />
4019 </intent-filter>
Billy Laubb3aa262015-07-21 16:43:17 +01004020 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07004021 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08004022 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4023 android:value="@string/menu_key_apps"/>
Raff Tsai613f15a2020-01-05 21:56:35 +08004024 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4025 android:value="true" />
Billy Lau7f70ba12015-07-03 17:01:18 +01004026 </activity>
4027
Fan Zhangdb26cfb2018-02-07 17:32:17 -08004028 <activity
4029 android:name="Settings$AppWriteSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004030 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08004031 android:label="@string/write_settings_title">
Suprabh Shuklaf59d2112017-03-06 17:51:05 -08004032 <intent-filter android:priority="1">
4033 <action android:name="android.settings.action.MANAGE_WRITE_SETTINGS" />
4034 <category android:name="android.intent.category.DEFAULT" />
4035 <data android:scheme="package" />
4036 </intent-filter>
4037 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Lingebf88432017-12-11 11:18:10 -08004038 android:value="com.android.settings.applications.appinfo.WriteSettingsDetails" />
Jason Chiu646a31e2021-11-10 11:56:00 +08004039 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4040 android:value="@string/menu_key_apps"/>
Suprabh Shuklaf59d2112017-03-06 17:51:05 -08004041 </activity>
4042
Fan Zhangdb26cfb2018-02-07 17:32:17 -08004043 <activity
Suprabh Shuklac8b92402021-02-17 18:00:35 -08004044 android:name="Settings$AlarmsAndRemindersActivity"
4045 android:exported="true"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02004046 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Suprabh Shuklac8b92402021-02-17 18:00:35 -08004047 android:label="@string/alarms_and_reminders_label">
4048 <intent-filter android:priority="1">
4049 <action android:name="android.settings.REQUEST_SCHEDULE_EXACT_ALARM" />
4050 <category android:name="android.intent.category.DEFAULT" />
4051 </intent-filter>
4052 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4053 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08004054 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4055 android:value="@string/menu_key_apps"/>
Suprabh Shuklac8b92402021-02-17 18:00:35 -08004056 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4057 android:value="true" />
4058 </activity>
4059
4060 <activity
4061 android:name="Settings$AlarmsAndRemindersAppActivity"
4062 android:exported="true"
4063 android:label="@string/alarms_and_reminders_label">
4064 <intent-filter android:priority="1">
4065 <action android:name="android.settings.REQUEST_SCHEDULE_EXACT_ALARM" />
4066 <category android:name="android.intent.category.DEFAULT" />
4067 <data android:scheme="package" />
4068 </intent-filter>
4069 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4070 android:value="com.android.settings.applications.appinfo.AlarmsAndRemindersDetails" />
Jason Chiu646a31e2021-11-10 11:56:00 +08004071 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4072 android:value="@string/menu_key_apps"/>
Suprabh Shuklac8b92402021-02-17 18:00:35 -08004073 </activity>
4074
4075 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08004076 android:name="Settings$ManageExternalSourcesActivity"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02004077 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004078 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08004079 android:label="@string/install_other_apps">
Suprabh Shukla57d92312016-12-16 14:44:05 -08004080 <intent-filter android:priority="1">
Suprabh Shuklaed0ba742017-04-20 16:02:54 -07004081 <action android:name="android.settings.MANAGE_UNKNOWN_APP_SOURCES" />
Suprabh Shukla57d92312016-12-16 14:44:05 -08004082 <category android:name="android.intent.category.DEFAULT" />
4083 </intent-filter>
4084 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07004085 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08004086 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4087 android:value="@string/menu_key_apps"/>
Raff Tsai613f15a2020-01-05 21:56:35 +08004088 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4089 android:value="true" />
Suprabh Shukla57d92312016-12-16 14:44:05 -08004090 </activity>
4091
Suprabh Shuklaf59d2112017-03-06 17:51:05 -08004092 <activity android:name="Settings$ManageAppExternalSourcesActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004093 android:exported="true"
Fan Zhang416ff0a2018-10-26 15:39:39 -07004094 android:label="@string/install_other_apps">
Billy Laufee78562015-07-27 12:57:07 +01004095 <intent-filter android:priority="1">
Suprabh Shuklaed0ba742017-04-20 16:02:54 -07004096 <action android:name="android.settings.MANAGE_UNKNOWN_APP_SOURCES" />
Billy Laufee78562015-07-27 12:57:07 +01004097 <category android:name="android.intent.category.DEFAULT" />
4098 <data android:scheme="package" />
4099 </intent-filter>
4100 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Lingebf88432017-12-11 11:18:10 -08004101 android:value="com.android.settings.applications.appinfo.ExternalSourcesDetails" />
Jason Chiu646a31e2021-11-10 11:56:00 +08004102 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4103 android:value="@string/menu_key_apps"/>
Billy Laufee78562015-07-27 12:57:07 +01004104 </activity>
4105
arangelove35badd2017-10-27 13:51:28 +01004106 <activity android:name=".enterprise.ActionDisabledByAdminDialog"
Edgar Wang83507b52021-05-27 00:47:03 +08004107 android:theme="@style/Theme.AlertDialog"
Mill Chen078af332019-04-04 15:39:27 -07004108 android:taskAffinity="com.android.settings.enterprise"
Sudheer Shankafee4e3e2016-02-18 17:48:01 +00004109 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004110 android:exported="true"
Sudheer Shankafee4e3e2016-02-18 17:48:01 +00004111 android:launchMode="singleTop">
Sudheer Shankabc1c50c2018-02-13 17:19:38 -08004112 <intent-filter android:priority="1">
Sudheer Shankacb99d942015-12-31 17:46:29 +00004113 <action android:name="android.settings.SHOW_ADMIN_SUPPORT_DETAILS" />
Sudheer Shanka9159fe92015-11-23 12:07:05 +00004114 <category android:name="android.intent.category.DEFAULT" />
4115 </intent-filter>
4116 </activity>
4117
Ricky Waic76a11f2022-01-25 23:04:26 +00004118 <activity android:name=".ActionDisabledByAppOpsDialog"
4119 android:theme="@style/Theme.AlertDialog"
4120 android:taskAffinity="com.android.settings.appops"
4121 android:excludeFromRecents="true"
menghanli3676d1b2022-12-26 11:55:04 +08004122 android:exported="true"
Ricky Waic76a11f2022-01-25 23:04:26 +00004123 android:launchMode="singleTop">
4124 <intent-filter android:priority="1">
4125 <action android:name="android.settings.SHOW_RESTRICTED_SETTING_DIALOG" />
4126 <category android:name="android.intent.category.DEFAULT" />
4127 </intent-filter>
4128 </activity>
4129
shafika54d7a82020-01-08 18:03:22 +00004130 <activity
4131 android:name="Settings$ManageExternalStorageActivity"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02004132 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004133 android:exported="true"
shafika54d7a82020-01-08 18:03:22 +00004134 android:label="@string/manage_external_storage_title">
4135 <intent-filter android:priority="1">
4136 <action android:name="android.settings.MANAGE_ALL_FILES_ACCESS_PERMISSION" />
4137 <category android:name="android.intent.category.DEFAULT" />
4138 </intent-filter>
4139 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4140 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08004141 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4142 android:value="@string/menu_key_storage"/>
shafika54d7a82020-01-08 18:03:22 +00004143 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4144 android:value="true" />
4145 </activity>
4146
4147 <activity
4148 android:name="Settings$AppManageExternalStorageActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004149 android:exported="true"
shafikc32844922020-01-20 16:01:21 +00004150 android:label="@string/manage_external_storage_title">
shafika54d7a82020-01-08 18:03:22 +00004151 <intent-filter android:priority="1">
4152 <action android:name="android.settings.MANAGE_APP_ALL_FILES_ACCESS_PERMISSION" />
4153 <category android:name="android.intent.category.DEFAULT" />
4154 <data android:scheme="package" />
4155 </intent-filter>
4156 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4157 android:value="com.android.settings.applications.appinfo.ManageExternalStorageDetails" />
Jason Chiu646a31e2021-11-10 11:56:00 +08004158 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4159 android:value="@string/menu_key_apps"/>
shafika54d7a82020-01-08 18:03:22 +00004160 </activity>
4161
Ivan Chiangd01c81e2021-03-09 10:39:45 +08004162 <activity
4163 android:name="Settings$MediaManagementAppsActivity"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02004164 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Ivan Chiangd01c81e2021-03-09 10:39:45 +08004165 android:exported="true"
4166 android:label="@string/media_management_apps_title">
4167 <intent-filter android:priority="1">
4168 <action android:name="android.settings.REQUEST_MANAGE_MEDIA" />
4169 <category android:name="android.intent.category.DEFAULT" />
4170 </intent-filter>
4171 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4172 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08004173 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4174 android:value="@string/menu_key_apps"/>
Ivan Chiangd01c81e2021-03-09 10:39:45 +08004175 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4176 android:value="true" />
4177 </activity>
4178
4179 <activity
4180 android:name="Settings$AppMediaManagementAppsActivity"
4181 android:exported="true"
4182 android:label="@string/media_management_apps_title">
4183 <intent-filter android:priority="1">
4184 <action android:name="android.settings.REQUEST_MANAGE_MEDIA" />
4185 <category android:name="android.intent.category.DEFAULT" />
4186 <data android:scheme="package" />
4187 </intent-filter>
4188 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4189 android:value="com.android.settings.applications.appinfo.MediaManagementAppsDetails" />
Jason Chiu646a31e2021-11-10 11:56:00 +08004190 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4191 android:value="@string/menu_key_apps"/>
Ivan Chiangd01c81e2021-03-09 10:39:45 +08004192 </activity>
4193
Gustav Sennton4d3334c2016-12-13 19:16:48 +00004194 <!-- Keep compatibility with old WebView-picker implementation -->
4195 <activity-alias android:name=".WebViewImplementation"
Gustav Sennton5b596282017-02-03 16:19:02 +00004196 android:targetActivity="Settings$WebViewAppPickerActivity"
Jason Monk75199542016-05-06 15:09:32 -04004197 android:exported="true"
4198 android:excludeFromRecents="true"
Andrew Sapperstein7e157432016-07-15 16:46:38 -07004199 android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert">
Jason Monk75199542016-05-06 15:09:32 -04004200 <intent-filter>
4201 <action android:name="android.settings.WEBVIEW_SETTINGS" />
4202 <category android:name="android.intent.category.DEFAULT" />
4203 </intent-filter>
4204 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4205 android:value="true" />
Gustav Sennton5b596282017-02-03 16:19:02 +00004206 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4207 android:value="com.android.settings.webview.WebViewAppPicker" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004208 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4209 android:value="@string/menu_key_system"/>
Doris Lingd299b032017-02-28 17:32:36 -08004210 </activity-alias>
Doris Ling91365232016-05-23 17:06:26 -07004211
Chandan Nath0bfef632019-01-28 21:15:13 +00004212 <provider
Raff Tsai6db277e2019-10-02 16:43:23 +08004213 android:name=".dashboard.SummaryProvider"
Chaohui Wangbb4d0252022-10-12 17:41:07 +08004214 android:authorities="${applicationId}.dashboard.SummaryProvider">
Chandan Nath0bfef632019-01-28 21:15:13 +00004215 </provider>
4216
4217 <activity android:name=".backup.UserBackupSettingsActivity"
Doris Ling26bf0032016-06-15 18:16:09 -07004218 android:label="@string/privacy_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004219 android:exported="true"
Chandan Nath0bfef632019-01-28 21:15:13 +00004220 android:icon="@drawable/ic_settings_backup">
Doris Ling26bf0032016-06-15 18:16:09 -07004221 <intent-filter>
4222 <action android:name="android.intent.action.MAIN" />
4223 <category android:name="android.intent.category.DEFAULT" />
4224 <category android:name="android.intent.category.VOICE_LAUNCH" />
4225 </intent-filter>
Chandan Nath0bfef632019-01-28 21:15:13 +00004226 <!-- Mark the activity as a dynamic setting -->
4227 <intent-filter>
4228 <action android:name="com.android.settings.action.IA_SETTINGS" />
4229 </intent-filter>
4230 <!-- Tell Settings app which category it belongs to -->
4231 <meta-data android:name="com.android.settings.category"
4232 android:value="com.android.settings.category.ia.system" />
Jason Chiu5f0fc1f2021-05-24 18:27:42 +08004233 <meta-data android:name="com.android.settings.icon"
4234 android:resource="@drawable/ic_settings_backup" />
Chandan Nath0bfef632019-01-28 21:15:13 +00004235 <meta-data android:name="com.android.settings.order" android:value="-60"/>
Doris Ling26bf0032016-06-15 18:16:09 -07004236 </activity>
4237
Fan Zhangdb26cfb2018-02-07 17:32:17 -08004238 <activity
4239 android:name="Settings$AutomaticStorageManagerSettingsActivity"
4240 android:exported="@bool/config_storage_manager_settings_enabled"
Jason Chiubbaf0a02019-11-05 12:30:58 +08004241 android:label="@string/automatic_storage_manager_settings">
Daniel Nishi39818892016-09-20 16:40:49 -07004242 <intent-filter android:priority="1">
4243 <action android:name="android.settings.STORAGE_MANAGER_SETTINGS" />
4244 <category android:name="android.intent.category.DEFAULT" />
4245 </intent-filter>
4246 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4247 android:value="com.android.settings.deletionhelper.AutomaticStorageManagerSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004248 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4249 android:value="@string/menu_key_storage"/>
Daniel Nishi39818892016-09-20 16:40:49 -07004250 </activity>
Fan Zhangcc335d92016-09-29 14:37:14 -07004251
Sean Stout64417232019-04-05 12:34:44 -07004252 <!-- Show app-level advanced power usage details (app passed in as extras) -->
4253 <activity
4254 android:name=".fuelgauge.AdvancedPowerUsageDetailActivity"
4255 android:excludeFromRecents="true"
4256 android:launchMode="singleInstance"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004257 android:exported="true"
Sean Stout64417232019-04-05 12:34:44 -07004258 android:theme="@android:style/Theme.NoDisplay">
4259 <intent-filter>
Sean Stout75ea57a2020-07-14 23:32:14 +00004260 <action android:name="android.settings.VIEW_ADVANCED_POWER_USAGE_DETAIL" />
Sean Stout64417232019-04-05 12:34:44 -07004261 <category android:name="android.intent.category.DEFAULT" />
4262 <data android:scheme="package" />
4263 </intent-filter>
4264 </activity>
4265
Fan Zhangdb26cfb2018-02-07 17:32:17 -08004266 <activity
Yanting Yang92fce8e2020-12-17 23:26:49 +08004267 android:name=".Settings$AppDashboardActivity"
4268 android:label="@string/apps_dashboard_title"
4269 android:icon="@drawable/ic_homepage_apps"
4270 android:exported="true">
4271 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4272 android:value="com.android.settings.applications.AppDashboardFragment"/>
Jason Chiu29a09e52021-10-12 17:24:34 +08004273 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4274 android:value="@string/menu_key_apps"/>
Yanting Yang92fce8e2020-12-17 23:26:49 +08004275 </activity>
4276
4277 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08004278 android:name=".Settings$AccountDashboardActivity"
4279 android:label="@string/account_dashboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004280 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08004281 android:icon="@drawable/ic_homepage_accounts">
Fan Zhange2de8d52017-02-13 12:28:43 -08004282 <intent-filter android:priority="1">
4283 <action android:name="android.settings.SYNC_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08004284 <category android:name="android.intent.category.BROWSABLE" />
Fan Zhange2de8d52017-02-13 12:28:43 -08004285 <category android:name="android.intent.category.DEFAULT" />
Becca Hughesb5f8ba62023-02-03 00:04:21 +00004286 </intent-filter>
4287 <intent-filter android:priority="1">
4288 <action android:name="android.settings.CREDENTIAL_PROVIDER" />
4289 <category android:name="android.intent.category.DEFAULT" />
4290 <data android:scheme="package" />
Fan Zhange2de8d52017-02-13 12:28:43 -08004291 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07004292 <intent-filter android:priority="53">
Fan Zhang2f4355a2018-06-21 15:34:43 -07004293 <action android:name="android.intent.action.MAIN" />
4294 <category android:name="com.android.settings.SHORTCUT" />
4295 </intent-filter>
Fan Zhangb75fdfc2016-12-14 11:35:28 -08004296 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang881d5792018-01-26 10:15:56 -08004297 android:value="com.android.settings.accounts.AccountDashboardFragment"/>
Jason Chiu29a09e52021-10-12 17:24:34 +08004298 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4299 android:value="@string/menu_key_accounts"/>
Rubin Xu71560fc2018-05-17 14:48:49 +01004300 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4301 android:value="true" />
Fan Zhangb75fdfc2016-12-14 11:35:28 -08004302 </activity>
4303
Fan Zhangdb26cfb2018-02-07 17:32:17 -08004304 <activity
4305 android:name=".Settings$SystemDashboardActivity"
4306 android:label="@string/header_category_system"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004307 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08004308 android:icon="@drawable/ic_homepage_system_dashboard">
Fan Zhang5a981772018-06-22 14:30:09 -07004309 <intent-filter android:priority="70">
Fan Zhang2f4355a2018-06-21 15:34:43 -07004310 <action android:name="android.intent.action.MAIN" />
4311 <category android:name="com.android.settings.SHORTCUT" />
4312 </intent-filter>
Fan Zhangcc335d92016-09-29 14:37:14 -07004313 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4314 android:value="com.android.settings.system.SystemDashboardFragment"/>
Jason Chiu29a09e52021-10-12 17:24:34 +08004315 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4316 android:value="@string/menu_key_system"/>
Fan Zhangcc335d92016-09-29 14:37:14 -07004317 </activity>
4318
Fan Zhangb4737302017-05-31 12:43:48 -07004319 <activity android:name=".support.SupportDashboardActivity"
Fan Zhangcc335d92016-09-29 14:37:14 -07004320 android:label="@string/page_tab_title_support"
Fan Zhang925a4f82018-01-23 16:35:31 -08004321 android:icon="@drawable/ic_homepage_support"
Daniel Nishi67ca29f2017-07-17 12:49:04 -07004322 android:theme="@android:style/Theme.DeviceDefault.Light.Panel"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004323 android:exported="true"
Fan Zhang6ff6add2017-03-02 12:07:38 -08004324 android:enabled="@bool/config_support_enabled">
Fan Zhang9445d152018-08-06 10:03:07 -07004325 <intent-filter>
Maurice Lam5f0edba2017-06-08 11:57:40 -07004326 <action android:name="com.android.settings.action.SUPPORT_SETTINGS" />
4327 <category android:name="android.intent.category.DEFAULT" />
4328 </intent-filter>
Fan Zhanga96a2d82016-09-27 17:51:11 -07004329 </activity>
4330
Jason Monkdc252eb2016-01-30 11:36:52 -05004331 <service
4332 android:name=".SettingsDumpService"
4333 android:exported="true"
4334 android:permission="android.permission.DUMP" />
4335
Dan Sandler3bd52dd2016-03-24 10:24:27 -07004336 <!-- Quick Settings tiles for Developer Options -->
4337 <service
Fan Zhang83332602017-10-09 15:53:16 -07004338 android:name=".development.qstile.DevelopmentTiles$ShowLayout"
Sunny Goyalc9607512017-02-06 15:19:00 -08004339 android:label="@string/debug_layout"
4340 android:icon="@drawable/tile_icon_show_layout"
Sunny Goyalbf9f2d22016-11-02 11:20:17 -07004341 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004342 android:exported="true"
Sunny Goyalc9607512017-02-06 15:19:00 -08004343 android:enabled="false">
4344 <intent-filter>
4345 <action android:name="android.service.quicksettings.action.QS_TILE" />
4346 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05004347 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04004348 android:value="true"/>
Sunny Goyalc9607512017-02-06 15:19:00 -08004349 </service>
4350 <service
Fan Zhang83332602017-10-09 15:53:16 -07004351 android:name=".development.qstile.DevelopmentTiles$GPUProfiling"
Sunny Goyalc9607512017-02-06 15:19:00 -08004352 android:label="@string/track_frame_time"
4353 android:icon="@drawable/tile_icon_graphics"
4354 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004355 android:exported="true"
Sunny Goyalc9607512017-02-06 15:19:00 -08004356 android:enabled="false">
4357 <intent-filter>
4358 <action android:name="android.service.quicksettings.action.QS_TILE" />
4359 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05004360 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04004361 android:value="true"/>
Sunny Goyalc9607512017-02-06 15:19:00 -08004362 </service>
4363 <service
Fan Zhang83332602017-10-09 15:53:16 -07004364 android:name=".development.qstile.DevelopmentTiles$ForceRTL"
Sunny Goyalc9607512017-02-06 15:19:00 -08004365 android:label="@string/force_rtl_layout_all_locales"
4366 android:icon="@drawable/tile_icon_force_rtl"
4367 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004368 android:exported="true"
Sunny Goyalc9607512017-02-06 15:19:00 -08004369 android:enabled="false">
4370 <intent-filter>
4371 <action android:name="android.service.quicksettings.action.QS_TILE" />
4372 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05004373 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04004374 android:value="true"/>
Sunny Goyalc9607512017-02-06 15:19:00 -08004375 </service>
4376 <service
Fan Zhang83332602017-10-09 15:53:16 -07004377 android:name=".development.qstile.DevelopmentTiles$AnimationSpeed"
Sunny Goyalc9607512017-02-06 15:19:00 -08004378 android:label="@string/window_animation_scale_title"
4379 android:icon="@drawable/tile_icon_animation_speed"
4380 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004381 android:exported="true"
Sunny Goyalc9607512017-02-06 15:19:00 -08004382 android:enabled="false">
Dan Sandler12c4ba42016-03-28 11:13:40 -04004383 <intent-filter>
4384 <action android:name="android.service.quicksettings.action.QS_TILE" />
4385 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05004386 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04004387 android:value="true"/>
Dan Sandler12c4ba42016-03-28 11:13:40 -04004388 </service>
Fan Zhang130c4772018-10-01 12:14:06 -07004389
Vishnu Nairdc6bc482018-01-10 16:07:23 -08004390 <service
Vishnu Nair74100b32018-02-22 07:14:36 -08004391 android:name=".development.qstile.DevelopmentTiles$WinscopeTrace"
4392 android:label="@string/winscope_trace_quick_settings_title"
4393 android:icon="@drawable/tile_icon_winscope_trace"
Vishnu Nairdc6bc482018-01-10 16:07:23 -08004394 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004395 android:exported="true"
Vishnu Nairdc6bc482018-01-10 16:07:23 -08004396 android:enabled="false">
4397 <intent-filter>
4398 <action android:name="android.service.quicksettings.action.QS_TILE" />
4399 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05004400 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04004401 android:value="true"/>
Vishnu Nairdc6bc482018-01-10 16:07:23 -08004402 </service>
Daniel Nishi80c20442016-05-04 10:08:36 -07004403
Michael Groover3a665ac2019-03-19 19:13:17 -07004404 <service
4405 android:name=".development.qstile.DevelopmentTiles$SensorsOff"
4406 android:label="@string/sensors_off_quick_settings_title"
4407 android:icon="@drawable/tile_icon_sensors_off"
4408 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004409 android:exported="true"
Michael Groover3a665ac2019-03-19 19:13:17 -07004410 android:enabled="false">
4411 <intent-filter>
4412 <action android:name="android.service.quicksettings.action.QS_TILE" />
4413 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05004414 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04004415 android:value="true"/>
Michael Groover3a665ac2019-03-19 19:13:17 -07004416 </service>
4417
Joshua Duong0f3eba32020-04-07 00:17:17 -07004418 <service
4419 android:name=".development.qstile.DevelopmentTiles$WirelessDebugging"
4420 android:label="@string/enable_adb_wireless"
4421 android:icon="@drawable/tile_icon_debugging_wireless"
4422 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004423 android:exported="true"
Joshua Duong0f3eba32020-04-07 00:17:17 -07004424 android:enabled="false">
4425 <intent-filter>
4426 <action android:name="android.service.quicksettings.action.QS_TILE" />
4427 </intent-filter>
4428 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
4429 android:value="true"/>
4430 </service>
4431
Chris Ye39b586f2020-06-11 17:57:16 -07004432 <service
4433 android:name=".development.qstile.DevelopmentTiles$ShowTaps"
4434 android:label="@string/show_touches"
4435 android:icon="@drawable/tile_icon_show_taps"
4436 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Oruganti917aa552020-06-24 16:36:28 -07004437 android:exported="true"
Chris Ye39b586f2020-06-11 17:57:16 -07004438 android:enabled="false">
4439 <intent-filter>
4440 <action android:name="android.service.quicksettings.action.QS_TILE" />
4441 </intent-filter>
4442 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
4443 android:value="true"/>
4444 </service>
4445
Ats Jenkfe2a1682022-06-17 14:32:59 -07004446 <service
4447 android:name=".development.qstile.DevelopmentTiles$DesktopMode"
4448 android:label="@string/desktop_mode"
4449 android:icon="@drawable/tile_icon_desktop_mode"
4450 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
4451 android:exported="true"
4452 android:enabled="false">
4453 <intent-filter>
4454 <action android:name="android.service.quicksettings.action.QS_TILE" />
4455 </intent-filter>
4456 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
4457 android:value="true"/>
Ats Jenk618876c2022-09-22 16:44:51 -07004458 <meta-data android:name="com.android.settings.development.qstile.REQUIRES_SYSTEM_PROPERTY"
4459 android:value="persist.wm.debug.desktop_mode" />
Ats Jenkfe2a1682022-06-17 14:32:59 -07004460 </service>
4461
Fan Zhang7373ec02018-08-14 13:25:47 -07004462 <activity
4463 android:name=".HelpTrampoline"
Jeff Sharkey4f425c82016-07-18 18:28:55 -06004464 android:exported="true"
Fan Zhang7373ec02018-08-14 13:25:47 -07004465 android:theme="@style/Transparent"
Jeff Sharkey4f425c82016-07-18 18:28:55 -06004466 android:permission="android.permission.DUMP"
Fan Zhang7373ec02018-08-14 13:25:47 -07004467 android:excludeFromRecents="true"
Tsung-Mao Fang98b9b342021-11-17 13:46:08 +08004468 android:enabled="@*android:bool/config_settingsHelpLinksEnabled" />
Jeff Sharkey4f425c82016-07-18 18:28:55 -06004469
Felipe Lemef7d54ba2017-04-25 16:42:55 -07004470 <activity android:name=".applications.autofill.AutofillPickerActivity"
4471 android:excludeFromRecents="true"
4472 android:launchMode="singleInstance"
4473 android:exported="false">
4474 </activity>
4475
4476 <activity android:name=".applications.autofill.AutofillPickerTrampolineActivity"
4477 android:theme="@android:style/Theme.NoDisplay"
4478 android:excludeFromRecents="true"
4479 android:launchMode="singleInstance"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004480 android:exported="true"
Felipe Lemef7d54ba2017-04-25 16:42:55 -07004481 android:label="@string/autofill_app">
Felipe Lemedb2b55a2017-04-24 18:10:09 -07004482 <intent-filter android:priority="1">
4483 <action android:name="android.settings.REQUEST_SET_AUTOFILL_SERVICE" />
4484 <category android:name="android.intent.category.DEFAULT" />
4485 <data android:scheme="package" />
4486 </intent-filter>
4487 </activity>
4488
Daniel Nishi232ebf12018-01-19 14:11:20 -08004489 <activity android:name="Settings$AdvancedConnectedDeviceActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004490 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08004491 android:label="@string/connected_device_connections_title">
Daniel Nishi232ebf12018-01-19 14:11:20 -08004492 <intent-filter android:priority="1">
4493 <action android:name="com.android.settings.ADVANCED_CONNECTED_DEVICE_SETTINGS" />
4494 <category android:name="android.intent.category.DEFAULT" />
4495 </intent-filter>
Daniel Nishi232ebf12018-01-19 14:11:20 -08004496 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4497 android:value="com.android.settings.connecteddevice.AdvancedConnectedDeviceDashboardFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004498 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4499 android:value="@string/menu_key_connected_devices"/>
Daniel Nishi232ebf12018-01-19 14:11:20 -08004500 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4501 android:value="true" />
4502 </activity>
4503
Viesturs Zarins6cfc5932022-09-15 16:17:47 +00004504 <activity android:name="Settings$NfcSettingsActivity"
4505 android:exported="true"
4506 android:label="@string/nfc_quick_toggle_title">
4507 <intent-filter android:priority="1">
4508 <action android:name="android.settings.NFC_SETTINGS" />
4509 <category android:name="android.intent.category.DEFAULT" />
4510 </intent-filter>
4511 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4512 android:value="com.android.settings.connecteddevice.NfcAndPaymentFragment" />
4513 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4514 android:value="@string/menu_key_connected_devices"/>
4515 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4516 android:value="true" />
4517 </activity>
4518
jackqdyulei715408e2019-02-07 15:47:52 -08004519 <activity android:name="Settings$BluetoothDeviceDetailActivity"
4520 android:label="@string/device_details_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004521 android:exported="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06004522 android:permission="android.permission.BLUETOOTH_CONNECT">
jackqdyulei715408e2019-02-07 15:47:52 -08004523 <intent-filter android:priority="1">
4524 <action android:name="com.android.settings.BLUETOOTH_DEVICE_DETAIL_SETTINGS" />
4525 <category android:name="android.intent.category.DEFAULT" />
4526 </intent-filter>
4527 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4528 android:value="com.android.settings.bluetooth.BluetoothDeviceDetailsFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004529 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4530 android:value="@string/menu_key_connected_devices"/>
hughchenb78ecc42019-10-16 15:27:17 +08004531 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4532 android:value="true" />
jackqdyulei715408e2019-02-07 15:47:52 -08004533 </activity>
4534
changbettya56e1982022-03-29 01:14:05 +00004535 <activity
4536 android:name="Settings$BluetoothBroadcastActivity"
4537 android:exported="true"
4538 android:theme="@style/Theme.AlertDialog.SimConfirmDialog"
4539 android:permission="android.permission.BLUETOOTH_CONNECT"
4540 android:configChanges="orientation|keyboardHidden|screenSize">
4541 <intent-filter android:priority="1">
4542 <action android:name="android.settings.MEDIA_BROADCAST_DIALOG" />
4543 <category android:name="android.intent.category.DEFAULT" />
4544 </intent-filter>
4545 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
changbettyf31b5762022-04-28 15:49:49 +00004546 android:value="com.android.settings.bluetooth.BluetoothBroadcastDialog" />
changbettya56e1982022-03-29 01:14:05 +00004547 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4548 android:value="true" />
4549 </activity>
4550
4551 <activity
4552 android:name="Settings$BluetoothFindBroadcastsActivity"
4553 android:label="@string/bluetooth_find_broadcast_title"
4554 android:exported="true"
4555 android:permission="android.permission.BLUETOOTH_CONNECT"
4556 android:configChanges="orientation|keyboardHidden|screenSize">
4557 <intent-filter android:priority="1">
4558 <action android:name="android.settings.BLUTOOTH_FIND_BROADCASTS_ACTIVITY" />
4559 <category android:name="android.intent.category.DEFAULT" />
4560 </intent-filter>
4561 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4562 android:value="com.android.settings.bluetooth.BluetoothFindBroadcastsFragment" />
4563 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4564 android:value="true" />
4565 </activity>
4566
Vania Januareb09f892022-12-30 13:24:29 +00004567 <activity
4568 android:name="Settings$StylusUsiDetailsActivity"
4569 android:label="@string/stylus_device_details_title"
4570 android:exported="true">
4571 <intent-filter android:priority="1">
4572 <action android:name="com.android.settings.STYLUS_USI_DETAILS_SETTINGS" />
4573 <category android:name="android.intent.category.DEFAULT" />
4574 </intent-filter>
4575 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4576 android:value="com.android.settings.connecteddevice.stylus.StylusUsiDetailsFragment" />
4577 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4578 android:value="@string/menu_key_connected_devices"/>
4579 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4580 android:value="true" />
4581 </activity>
4582
Matt Fritze90899e02018-10-16 12:41:42 -07004583 <activity android:name=".panel.SettingsPanelActivity"
4584 android:label="@string/settings_panel_title"
lindatsenge972b162019-04-19 15:40:20 -07004585 android:theme="@style/Theme.Panel"
lindatseng2943c1d2019-05-02 17:12:27 -07004586 android:launchMode="singleInstance"
Matt Fritze90899e02018-10-16 12:41:42 -07004587 android:excludeFromRecents="true"
Tim Penge54e0292020-04-15 10:49:35 +08004588 android:configChanges="orientation|keyboardHidden|screenSize"
Matthew Fritze735d6ef2018-12-05 07:55:12 -08004589 android:exported="true">
Matt Fritze90899e02018-10-16 12:41:42 -07004590 <intent-filter>
Matthew Fritze735d6ef2018-12-05 07:55:12 -08004591 <action android:name="android.settings.panel.action.INTERNET_CONNECTIVITY" />
Matt Fritze90899e02018-10-16 12:41:42 -07004592 <category android:name="android.intent.category.DEFAULT" />
4593 </intent-filter>
Matthew Fritze735d6ef2018-12-05 07:55:12 -08004594 <intent-filter>
Matthew Fritze63cce452019-03-05 08:17:37 -08004595 <action android:name="android.settings.panel.action.NFC" />
Matthew Fritze735d6ef2018-12-05 07:55:12 -08004596 <category android:name="android.intent.category.DEFAULT" />
4597 </intent-filter>
Matthew Fritze3f743ae2019-01-22 15:53:37 -08004598 <intent-filter>
Matthew Fritze63cce452019-03-05 08:17:37 -08004599 <action android:name="android.settings.panel.action.WIFI" />
4600 <category android:name="android.intent.category.DEFAULT" />
4601 </intent-filter>
4602 <intent-filter>
4603 <action android:name="android.settings.panel.action.VOLUME" />
Matthew Fritze3f743ae2019-01-22 15:53:37 -08004604 <category android:name="android.intent.category.DEFAULT" />
4605 </intent-filter>
Matt Fritze90899e02018-10-16 12:41:42 -07004606 </activity>
4607
govenliud507b562019-11-21 09:36:58 +08004608 <activity android:name=".wifi.addappnetworks.AddAppNetworksActivity"
4609 android:label="@string/settings_panel_title"
4610 android:theme="@style/Theme.Panel"
4611 android:launchMode="singleInstance"
4612 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004613 android:exported="true"
Chaohui Wangdfd7f8f2023-04-26 12:28:51 +08004614 android:configChanges="orientation|keyboard|keyboardHidden|screenSize|smallestScreenSize|screenLayout">
govenliud507b562019-11-21 09:36:58 +08004615 <intent-filter>
4616 <action android:name="android.settings.WIFI_ADD_NETWORKS" />
4617 <category android:name="android.intent.category.DEFAULT" />
4618 </intent-filter>
4619 </activity>
4620
Matthew Fritze7fddfeb2017-12-11 15:01:11 -08004621 <provider android:name=".slices.SettingsSliceProvider"
Chaohui Wangbb4d0252022-10-12 17:41:07 +08004622 android:authorities="${applicationId}.slices;android.settings.slices"
Jason Monkf6edc7c2017-11-22 10:04:38 -05004623 android:exported="true"
Fan Zhang671a39f2019-02-11 14:38:13 -08004624 android:grantUriPermissions="true" />
Mady Mellor7c740852017-11-03 09:17:05 -07004625
4626 <receiver
Matthew Fritzee8d66bb2018-07-30 14:12:50 -07004627 android:name=".slices.SliceBroadcastReceiver"
Fan Zhang0c7c59f2018-10-26 13:40:38 -07004628 android:exported="false" />
Matthew Fritzee8d66bb2018-07-30 14:12:50 -07004629
4630 <receiver
4631 android:name=".slices.SliceRelayReceiver"
4632 android:permission="android.permission.MANAGE_SLICE_PERMISSIONS"
Fan Zhang0c7c59f2018-10-26 13:40:38 -07004633 android:exported="true" />
Mady Mellor7c740852017-11-03 09:17:05 -07004634
Jason Chiu2c7b77d2020-08-20 16:22:44 +08004635 <receiver
4636 android:name=".slices.VolumeSliceRelayReceiver"
4637 android:permission="android.permission.MANAGE_SLICE_PERMISSIONS"
4638 android:exported="true" />
4639
jackqdyulei821adce2018-01-29 19:20:37 -08004640 <!-- Couldn't be triggered from outside of settings. Statsd can trigger it because we send
4641 PendingIntent to it-->
4642 <receiver android:name=".fuelgauge.batterytip.AnomalyDetectionReceiver"
4643 android:exported="false" />
4644
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004645 <receiver android:name=".fuelgauge.batterytip.AnomalyConfigReceiver"
4646 android:exported="true">
jackqdyuleie1604d32018-01-31 20:24:47 -08004647 <intent-filter>
4648 <action android:name="android.app.action.STATSD_STARTED"/>
4649 <action android:name="android.intent.action.BOOT_COMPLETED"/>
4650 </intent-filter>
4651 </receiver>
4652
jackqdyulei0fa413e2018-02-23 10:59:27 -08004653 <service android:name=".fuelgauge.batterytip.AnomalyCleanupJobService"
jackqdyulei338ae2f2018-02-16 10:06:08 -08004654 android:permission="android.permission.BIND_JOB_SERVICE" />
4655
Lei Yu9a80d6e2018-03-15 15:55:07 -07004656 <service android:name=".fuelgauge.batterytip.AnomalyConfigJobService"
4657 android:permission="android.permission.BIND_JOB_SERVICE" />
4658
jackqdyulei3ee28c82018-02-20 15:07:26 -08004659 <service android:name=".fuelgauge.batterytip.AnomalyDetectionJobService"
4660 android:permission="android.permission.BIND_JOB_SERVICE" />
4661
Sunny Shao195f61b2018-07-24 18:15:55 +08004662 <provider
Fan Zhang5e6e6a12018-10-25 14:19:43 -07004663 android:name=".homepage.contextualcards.CardContentProvider"
Chaohui Wangbb4d0252022-10-12 17:41:07 +08004664 android:authorities="${applicationId}.homepage.CardContentProvider"
Sunny Shao195f61b2018-07-24 18:15:55 +08004665 android:exported="true"
4666 android:permission="android.permission.WRITE_SETTINGS_HOMEPAGE_DATA" />
4667
Raff Tsai3936e9f2018-09-28 17:42:43 +08004668 <provider
4669 android:name=".homepage.contextualcards.SettingsContextualCardProvider"
Chaohui Wangbb4d0252022-10-12 17:41:07 +08004670 android:authorities="${applicationId}.homepage.contextualcards"
Raff Tsai3936e9f2018-09-28 17:42:43 +08004671 android:permission="android.permission.WRITE_SETTINGS_HOMEPAGE_DATA"
4672 android:exported="true">
4673 <intent-filter>
4674 <action android:name="android.content.action.SETTINGS_HOMEPAGE_DATA"/>
4675 </intent-filter>
4676 </provider>
Arc Wang4591d822018-11-19 15:48:29 +08004677
4678 <activity
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004679 android:name=".wifi.dpp.WifiDppConfiguratorActivity"
4680 android:exported="true">
Arc Wange43bb772018-12-03 17:16:55 +08004681 <intent-filter>
4682 <action android:name="android.settings.WIFI_DPP_CONFIGURATOR_QR_CODE_SCANNER"/>
4683 <action android:name="android.settings.WIFI_DPP_CONFIGURATOR_QR_CODE_GENERATOR"/>
Arc Wange43bb772018-12-03 17:16:55 +08004684 <category android:name="android.intent.category.DEFAULT"/>
4685 </intent-filter>
Arc Wangc1036df2019-02-26 15:19:30 +08004686 <intent-filter>
4687 <action android:name="android.settings.PROCESS_WIFI_EASY_CONNECT_URI"/>
4688 <category android:name="android.intent.category.DEFAULT"/>
4689 <data android:scheme="DPP"/>
4690 </intent-filter>
Arc Wange43bb772018-12-03 17:16:55 +08004691 </activity>
Yi-Ling Chuang68f37a12018-11-20 19:51:13 +08004692
Arc Wang4ab0d162018-12-07 16:00:18 +08004693 <activity
chelseahao3ecc87b2023-08-10 13:29:52 +08004694 android:name=".wifi.dpp.WifiDppConfiguratorAuthActivity"
4695 android:theme="@style/Transparent"
4696 android:exported="true">
4697 <intent-filter>
4698 <action android:name="android.settings.WIFI_DPP_CONFIGURATOR_AUTH_QR_CODE_GENERATOR"/>
4699 <category android:name="android.intent.category.DEFAULT"/>
4700 </intent-filter>
4701 </activity>
4702
4703 <activity
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004704 android:name=".wifi.dpp.WifiDppEnrolleeActivity"
4705 android:exported="true">
Arc Wang4ab0d162018-12-07 16:00:18 +08004706 <intent-filter>
4707 <action android:name="android.settings.WIFI_DPP_ENROLLEE_QR_CODE_SCANNER"/>
4708 <category android:name="android.intent.category.DEFAULT"/>
4709 </intent-filter>
4710 </activity>
4711
Yi-Ling Chuang68f37a12018-11-20 19:51:13 +08004712 <activity android:name=".homepage.contextualcards.ContextualCardFeedbackDialog"
4713 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" />
manabu, shimoda9fae7392017-11-08 11:32:31 +09004714
joshmccloskeybba76322019-09-19 11:23:29 -07004715 <activity android:name=".homepage.contextualcards.FaceReEnrollDialog"
4716 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" />
4717
manabu, shimoda9fae7392017-11-08 11:32:31 +09004718 <activity
4719 android:name="Settings$WifiCallingDisclaimerActivity"
4720 android:label="@string/wifi_calling_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004721 android:exported="true"
manabu, shimoda9fae7392017-11-08 11:32:31 +09004722 android:taskAffinity="com.android.settings">
4723 <intent-filter>
4724 <action android:name="android.intent.action.MAIN" />
4725 <category android:name="android.intent.category.DEFAULT" />
4726 </intent-filter>
4727 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4728 android:value="com.android.settings.wifi.calling.WifiCallingDisclaimerFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004729 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4730 android:value="@string/menu_key_network"/>
manabu, shimoda9fae7392017-11-08 11:32:31 +09004731 </activity>
Salvador Martinez32917042019-03-20 15:23:19 -07004732
4733 <activity android:name="Settings$BatterySaverScheduleSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004734 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08004735 android:label="@string/battery_saver_schedule_settings_title">
Salvador Martinez32917042019-03-20 15:23:19 -07004736 <intent-filter>
4737 <action android:name="com.android.settings.BATTERY_SAVER_SCHEDULE_SETTINGS" />
4738 <category android:name="android.intent.category.DEFAULT" />
4739 </intent-filter>
4740 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4741 android:value="com.android.settings.fuelgauge.batterysaver.BatterySaverScheduleSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004742 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4743 android:value="@string/menu_key_battery"/>
Salvador Martinez32917042019-03-20 15:23:19 -07004744 </activity>
Steve Elliotte7721232019-05-22 14:13:29 -04004745
Fabian Kozynski83df54b2020-03-24 16:37:57 -04004746 <activity android:name="Settings$PowerMenuSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004747 android:exported="true"
Fabian Kozynski83df54b2020-03-24 16:37:57 -04004748 android:label="@string/power_menu_setting_name">
4749 <intent-filter>
4750 <action android:name="android.settings.ACTION_POWER_MENU_SETTINGS" />
4751 <category android:name="android.intent.category.DEFAULT" />
4752 </intent-filter>
4753 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4754 android:value="com.android.settings.gestures.PowerMenuSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004755 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4756 android:value="@string/menu_key_system"/>
Fabian Kozynski83df54b2020-03-24 16:37:57 -04004757 </activity>
4758
Mehdi Alizadeh03555962019-12-13 15:31:53 -08004759 <activity
4760 android:name="Settings$GestureNavigationSettingsActivity"
4761 android:label="@string/gesture_settings_activity_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004762 android:exported="true"
Mehdi Alizadeh03555962019-12-13 15:31:53 -08004763 android:enabled="true">
4764 <intent-filter android:priority="32">
4765 <action android:name="android.intent.action.MAIN" />
4766 <category android:name="com.android.settings.SHORTCUT" />
4767 </intent-filter>
4768 <intent-filter android:priority="1">
4769 <action android:name="com.android.settings.GESTURE_NAVIGATION_SETTINGS" />
4770 <category android:name="android.intent.category.DEFAULT" />
4771 </intent-filter>
4772 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4773 android:value="com.android.settings.gestures.GestureNavigationSettingsFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004774 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4775 android:value="@string/menu_key_system"/>
Mehdi Alizadeh03555962019-12-13 15:31:53 -08004776 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4777 android:value="true" />
4778 </activity>
4779
Jernej Virag97ea2792021-08-09 18:11:28 +00004780 <activity
4781 android:name="Settings$ButtonNavigationSettingsActivity"
Xuanang Zhao0cc01492022-11-02 13:55:21 +08004782 android:label="@string/button_navigation_settings_activity_title"
Jernej Virag97ea2792021-08-09 18:11:28 +00004783 android:exported="true"
4784 android:enabled="true">
4785 <intent-filter android:priority="32">
4786 <action android:name="android.intent.action.MAIN" />
4787 <category android:name="com.android.settings.SHORTCUT" />
4788 </intent-filter>
4789 <intent-filter android:priority="1">
4790 <action android:name="com.android.settings.BUTTON_NAVIGATION_SETTINGS" />
4791 <category android:name="android.intent.category.DEFAULT" />
4792 </intent-filter>
4793 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4794 android:value="com.android.settings.gestures.ButtonNavigationSettingsFragment" />
4795 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4796 android:value="true" />
4797 </activity>
4798
Beth Thibodeau59cbd112020-06-09 23:38:41 -04004799 <activity android:name="Settings$MediaControlsSettingsActivity"
4800 android:exported="true"
bvineeth5b90dfa2021-11-16 06:44:41 +00004801 android:label="@string/media_controls_title">
Beth Thibodeau59cbd112020-06-09 23:38:41 -04004802 <intent-filter>
4803 <action android:name="android.settings.ACTION_MEDIA_CONTROLS_SETTINGS" />
4804 <category android:name="android.intent.category.DEFAULT" />
4805 </intent-filter>
4806 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4807 android:value="com.android.settings.sound.MediaControlsSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08004808 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4809 android:value="@string/menu_key_sound"/>
Beth Thibodeau59cbd112020-06-09 23:38:41 -04004810 </activity>
4811
timhypengc3bd8012020-09-02 15:54:18 +08004812 <receiver
4813 android:name=".media.BluetoothPairingReceiver"
4814 android:exported="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06004815 android:permission="android.permission.BLUETOOTH_CONNECT">
timhypengc3bd8012020-09-02 15:54:18 +08004816 <intent-filter>
4817 <action android:name="com.android.settings.action.LAUNCH_BLUETOOTH_PAIRING"/>
Jason Chiu29a09e52021-10-12 17:24:34 +08004818 </intent-filter>
timhypengc3bd8012020-09-02 15:54:18 +08004819 </receiver>
4820
Jiashen Wang610060c82020-07-12 20:44:47 -07004821 <receiver
4822 android:name=".sim.receivers.SimSlotChangeReceiver"
4823 android:exported="true">
4824 <intent-filter>
4825 <action android:name="android.telephony.action.SIM_SLOT_STATUS_CHANGED" />
4826 </intent-filter>
4827 </receiver>
4828
Bonian Chen3ac629f2022-12-14 04:18:20 +00004829 <service android:name=".sim.receivers.SimSlotChangeService"
4830 android:permission="android.permission.BIND_JOB_SERVICE" />
4831
Jiashen Wang7629de02020-11-24 19:03:33 -08004832 <receiver
4833 android:name=".sim.receivers.SimCompleteBootReceiver"
4834 android:exported="true">
4835 <intent-filter>
4836 <action android:name="android.intent.action.BOOT_COMPLETED"/>
4837 </intent-filter>
4838 </receiver>
4839
Jiashen Wangb54d25e2021-01-18 19:14:00 -08004840 <activity
4841 android:name=".sim.ChooseSimActivity"
4842 android:theme="@style/GlifV3Theme.DayNight.NoActionBar"
4843 android:launchMode="singleInstance"
Bonian Chenf81eaeb2022-03-18 16:52:40 +08004844 android:excludeFromRecents="true"
Jiashen Wangb54d25e2021-01-18 19:14:00 -08004845 android:exported="false"/>
4846
4847 <activity
4848 android:name=".sim.SwitchToEsimConfirmDialogActivity"
4849 android:exported="false"
4850 android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
4851 android:launchMode="singleInstance"
SongFerngWang4780be42021-12-21 05:39:09 +08004852 android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/>
Jiashen Wangb54d25e2021-01-18 19:14:00 -08004853
4854 <activity
4855 android:name=".sim.DsdsDialogActivity"
4856 android:exported="false"
4857 android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
4858 android:launchMode="singleInstance"
SongFerngWang4780be42021-12-21 05:39:09 +08004859 android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/>
Jiashen Wangb54d25e2021-01-18 19:14:00 -08004860
Jiashen Wang7629de02020-11-24 19:03:33 -08004861 <service android:name=".sim.SimNotificationService"
4862 android:permission="android.permission.BIND_JOB_SERVICE" />
4863
calvinpane077e392021-01-25 10:07:26 +08004864 <activity android:name=".sim.smartForwarding.SmartForwardingActivity"
calvinpane077e392021-01-25 10:07:26 +08004865 android:exported="true"
4866 android:launchMode="singleTask">
4867 </activity>
4868
Mill Chen00231002021-03-11 01:18:13 +08004869 <activity android:name="Settings$FactoryResetActivity"
Edgar Wangc8bbf832023-05-24 19:36:53 +08004870 android:permission="android.permission.MASTER_CLEAR"
Mill Chen00231002021-03-11 01:18:13 +08004871 android:label="@string/main_clear_title"
4872 android:exported="true"
4873 android:theme="@style/SudThemeGlif.Light">
4874 <intent-filter>
4875 <action android:name="com.android.settings.action.FACTORY_RESET"/>
4876 <category android:name="android.intent.category.DEFAULT"/>
4877 </intent-filter>
4878 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4879 android:value="com.android.settings.MainClear"/>
Jason Chiu646a31e2021-11-10 11:56:00 +08004880 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4881 android:value="@string/menu_key_system"/>
Mill Chen00231002021-03-11 01:18:13 +08004882 </activity>
4883
4884 <activity android:name="Settings$FactoryResetConfirmActivity"
4885 android:label="@string/main_clear_confirm_title"
4886 android:exported="false"
4887 android:theme="@style/SudThemeGlif.Light">
4888 </activity>
4889
Jason Changd1cf05c2021-10-21 16:12:15 +08004890 <activity
4891 android:name="Settings$OneHandedSettingsActivity"
4892 android:label="@string/one_handed_title"
4893 android:exported="true"
4894 android:enabled="true">
4895 <intent-filter android:priority="1">
Jason Changcffaef12021-11-20 23:21:28 +08004896 <action android:name="android.settings.action.ONE_HANDED_SETTINGS" />
4897 <category android:name="android.intent.category.DEFAULT" />
4898 </intent-filter>
4899 <intent-filter android:priority="1">
Jason Changd1cf05c2021-10-21 16:12:15 +08004900 <action android:name="android.intent.action.MAIN" />
4901 <category android:name="com.android.settings.SHORTCUT" />
4902 </intent-filter>
4903 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4904 android:value="com.android.settings.gestures.OneHandedSettings"/>
4905 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4906 android:value="true" />
4907 </activity>
4908
Marie Matheson125a84f2022-02-02 19:14:00 +00004909 <receiver android:name=".safetycenter.SafetySourceBroadcastReceiver"
4910 android:exported="true">
4911 <intent-filter>
4912 <action android:name="android.safetycenter.action.REFRESH_SAFETY_SOURCES"/>
Marie Matheson1106faf2022-02-14 20:33:57 +00004913 <action android:name="android.intent.action.BOOT_COMPLETED"/>
Marie Matheson125a84f2022-02-02 19:14:00 +00004914 </intent-filter>
4915 </receiver>
4916
Zoey Chen4b345982022-05-12 11:27:40 +08004917 <activity
4918 android:name="com.android.settings.bluetooth.QrCodeScanModeActivity"
4919 android:permission="android.permission.BLUETOOTH_CONNECT"
4920 android:exported="true">
4921 <intent-filter>
4922 <action android:name="android.settings.BLUETOOTH_LE_AUDIO_QR_CODE_SCANNER"/>
4923 <category android:name="android.intent.category.DEFAULT"/>
4924 </intent-filter>
4925 </activity>
4926
Chaohui Wangf67f2ad2022-11-21 17:44:31 +08004927 <activity
4928 android:name=".spa.SpaActivity"
4929 android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize"
Viesturs Zarins8e33f2e2023-06-01 17:48:36 +02004930 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Chaohui Wangf67f2ad2022-11-21 17:44:31 +08004931 android:exported="false" />
Chaohui Wangd22619e2022-09-08 16:06:09 +08004932 <activity android:name=".spa.SpaBridgeActivity" android:exported="false"/>
Chaohui Wanga9c624b2022-12-23 16:48:40 +08004933 <activity android:name=".spa.SpaAppBridgeActivity" android:exported="false"/>
Chaohui Wangd22619e2022-09-08 16:06:09 +08004934
Joshua McCloskey9642d1e2023-04-13 19:58:26 +00004935 <activity android:name=".Settings$FingerprintSettingsActivityV2"
4936 android:label="@string/security_settings_fingerprint_preference_title"
4937 android:exported="false"
4938 android:icon="@drawable/ic_fingerprint_header">
4939 <intent-filter>
4940 <action android:name="android.settings.FINGERPRINT_SETTINGS_V2" />
4941 <category android:name="android.intent.category.DEFAULT" />
4942 </intent-filter>
4943 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4944 android:value="com.android.settings.biometrics.fingerprint2.ui.fragment.FingerprintSettingsV2Fragment" />
4945 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4946 android:value="@string/menu_key_security"/>
4947 </activity>
4948
Chaohui Wangd22619e2022-09-08 16:06:09 +08004949 <activity-alias android:name="UsageStatsActivity"
4950 android:exported="true"
4951 android:label="@string/testing_usage_stats"
4952 android:targetActivity=".spa.SpaBridgeActivity">
4953 <intent-filter>
4954 <action android:name="android.intent.action.MAIN" />
4955 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
4956 </intent-filter>
4957 <meta-data android:name="com.android.settings.spa.DESTINATION"
4958 android:value="UsageStats"/>
4959 </activity-alias>
Chaohui Wang805f9032022-08-16 16:36:40 +08004960
Tsung-Mao Fangfa7394a2022-10-04 15:51:45 +08004961 <!-- [b/197780098] Disable eager initialization of Jetpack libraries. -->
4962 <provider
4963 android:name="androidx.startup.InitializationProvider"
4964 android:authorities="${applicationId}.androidx-startup"
4965 tools:node="remove" />
4966
Dan Sandler3bd52dd2016-03-24 10:24:27 -07004967 <!-- This is the longest AndroidManifest.xml ever. -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08004968 </application>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08004969</manifest>