blob: 80b481f16b389aeb1b8a329d2dabe19569f2e980 [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 Chyn41acc692017-06-17 17:25:21 -0700644 <activity android:name="Settings$AssistGestureSettingsActivity"
645 android:label="@string/assist_gesture_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700646 android:exported="true"
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800647 android:icon="@drawable/ic_settings_gestures">
Kevin Chyn41acc692017-06-17 17:25:21 -0700648 <intent-filter>
649 <action android:name="android.settings.ASSIST_GESTURE_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.gestures.AssistGestureSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800654 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
655 android:value="@string/menu_key_system"/>
Kevin Chyn41acc692017-06-17 17:25:21 -0700656 </activity>
657
Kevin Chyn71899972018-07-10 17:20:29 -0700658 <activity android:name="Settings$FaceSettingsActivity"
659 android:label="@string/security_settings_face_preference_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700660 android:exported="true"
Kevin Chyn71899972018-07-10 17:20:29 -0700661 android:icon="@drawable/ic_face_header">
662 <intent-filter>
663 <action android:name="android.settings.FACE_SETTINGS" />
664 <category android:name="android.intent.category.DEFAULT" />
665 </intent-filter>
666 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
667 android:value="com.android.settings.biometrics.face.FaceSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800668 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
669 android:value="@string/menu_key_security"/>
Kevin Chyn71899972018-07-10 17:20:29 -0700670 </activity>
671
Yuri Ufimtsevbe982452022-03-09 09:49:15 +0000672 <activity android:name="Settings$FaceSettingsInternalActivity"
673 android:label="@string/security_settings_face_preference_title"
674 android:exported="false"
675 android:icon="@drawable/ic_face_header"
676 android:taskAffinity="com.android.settings.root">
677 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
678 android:value="com.android.settings.biometrics.face.FaceSettings" />
679 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
680 android:value="@string/menu_key_security"/>
681 </activity>
682
Ilya Matyukhin8979f842019-04-28 15:10:02 -0700683 <activity android:name="Settings$FingerprintSettingsActivity"
684 android:label="@string/security_settings_fingerprint_preference_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700685 android:exported="true"
Ilya Matyukhin8979f842019-04-28 15:10:02 -0700686 android:icon="@drawable/ic_fingerprint_header">
687 <intent-filter>
688 <action android:name="android.settings.FINGERPRINT_SETTINGS" />
689 <category android:name="android.intent.category.DEFAULT" />
690 </intent-filter>
691 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
692 android:value="com.android.settings.biometrics.fingerprint.FingerprintSettings$FingerprintSettingsFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800693 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
694 android:value="@string/menu_key_security"/>
Ilya Matyukhin8979f842019-04-28 15:10:02 -0700695 </activity>
696
Mill Chen7edebee2021-04-09 23:14:27 +0800697 <activity android:name="Settings$CombinedBiometricSettingsActivity"
698 android:label="@string/security_settings_biometric_preference_title"
Yuri Ufimtsevbe982452022-03-09 09:49:15 +0000699 android:exported="false"
700 android:taskAffinity="com.android.settings.root">
Mill Chen7edebee2021-04-09 23:14:27 +0800701 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
702 android:value="com.android.settings.biometrics.combination.CombinedBiometricSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800703 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
704 android:value="@string/menu_key_security"/>
Mill Chen7edebee2021-04-09 23:14:27 +0800705 </activity>
706
707 <activity android:name="Settings$CombinedBiometricProfileSettingsActivity"
Elliot Sisteronbc3d8da2023-04-06 13:51:00 +0000708 android:label="@string/security_settings_work_biometric_preference_title"
Mill Chen7edebee2021-04-09 23:14:27 +0800709 android:exported="false">
710 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
711 android:value="com.android.settings.biometrics.combination.CombinedBiometricProfileSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800712 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
713 android:value="@string/menu_key_security"/>
Mill Chen7edebee2021-04-09 23:14:27 +0800714 </activity>
715
Jake Hambyc090feb2010-12-07 16:27:21 -0800716 <activity android:name=".bluetooth.DevicePickerActivity"
Jake Hambyc090feb2010-12-07 16:27:21 -0800717 android:label="@string/device_picker"
Hemant Gupta3483fc32018-02-01 19:20:29 +0530718 android:configChanges="orientation|keyboardHidden|screenSize"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700719 android:exported="true"
Adam Powelld8537a02012-07-18 19:02:39 -0700720 android:clearTaskOnLaunch="true">
Jake Hambyc090feb2010-12-07 16:27:21 -0800721 <intent-filter>
722 <action android:name="android.bluetooth.devicepicker.action.LAUNCH" />
723 <category android:name="android.intent.category.DEFAULT" />
724 </intent-filter>
725 </activity>
726
Doris Lingc6927582018-01-18 15:04:59 -0800727 <service android:name=".wifi.tether.TetherService"
Jason Monk37832d62014-12-10 17:21:51 -0500728 android:exported="true"
Jeremy Klein78d182f2015-12-28 15:39:39 -0800729 android:permission="android.permission.TETHER_PRIVILEGED" />
Jeremy Klein1cf002d2016-01-24 17:21:43 -0800730
markchien8c713fc2019-02-14 11:11:31 +0800731 <activity android:name=".network.TetherProvisioningActivity"
Jeremy Klein1cf002d2016-01-24 17:21:43 -0800732 android:exported="true"
733 android:permission="android.permission.TETHER_PRIVILEGED"
Jeremy Klein7dbad8c2016-12-19 11:22:38 -0800734 android:excludeFromRecents="true"
Jeremy Kleine3e7b952016-01-25 14:43:49 -0800735 android:theme="@style/Theme.ProvisioningActivity">
Jeremy Klein1cf002d2016-01-24 17:21:43 -0800736 <intent-filter android:priority="1">
737 <action android:name="android.settings.TETHER_PROVISIONING_UI" />
738 <category android:name="android.intent.category.DEFAULT" />
739 </intent-filter>
740 </activity>
741
tom hsu427906c2022-02-14 22:12:43 +0800742 <activity
743 android:name=".network.TetherProvisioningCarrierDialogActivity"
744 android:exported="true"
745 android:permission="android.permission.TETHER_PRIVILEGED"
746 android:excludeFromRecents="true"
747 android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar">
748 <intent-filter android:priority="1">
749 <action android:name="android.settings.TETHER_UNSUPPORTED_CARRIER_UI" />
750 <category android:name="android.intent.category.DEFAULT" />
751 </intent-filter>
752 </activity>
753
Jiashen Wangd8bd3bb2020-09-08 15:57:40 -0700754 <activity android:name=".network.telephony.ToggleSubscriptionDialogActivity"
755 android:exported="false"
756 android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
SongFerngWang4780be42021-12-21 05:39:09 +0800757 android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/>
Jiashen Wangd8bd3bb2020-09-08 15:57:40 -0700758
Jiashen Wangff311a22020-10-01 18:36:20 -0700759 <activity android:name=".network.telephony.DeleteEuiccSubscriptionDialogActivity"
760 android:exported="false"
761 android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
SongFerngWang4780be42021-12-21 05:39:09 +0800762 android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/>
Jiashen Wangff311a22020-10-01 18:36:20 -0700763
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800764 <activity
765 android:name="Settings$TetherSettingsActivity"
766 android:label="@string/tether_settings_title_all"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700767 android:exported="true"
Sunny Shaob4a5f162020-06-15 23:00:26 +0800768 android:icon="@drawable/ic_homepage_network">
Robert Greenwalt3901edb2010-01-26 10:22:37 -0800769 <intent-filter>
770 <action android:name="android.intent.action.MAIN" />
paulhu08efd362020-02-07 14:42:08 +0800771 <action android:name="android.settings.TETHER_SETTINGS" />
Robert Greenwalt3901edb2010-01-26 10:22:37 -0800772 <category android:name="android.intent.category.DEFAULT" />
773 <category android:name="android.intent.category.VOICE_LAUNCH" />
774 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700775 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Weng Suf077b832022-12-22 20:24:34 +0800776 android:value="com.android.settings.network.tether.TetherSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800777 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
778 android:value="@string/menu_key_network"/>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700779 </activity>
Robert Greenwalt3901edb2010-01-26 10:22:37 -0800780
Salvador Martinezbb333712018-06-19 10:27:30 -0700781 <activity
782 android:name="Settings$WifiTetherSettingsActivity"
783 android:label="@string/wifi_hotspot_checkbox_text"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700784 android:exported="true"
Bonian Chen86027472022-03-18 09:23:19 +0800785 android:icon="@drawable/ic_homepage_wifi_tethering">
Salvador Martinezbb333712018-06-19 10:27:30 -0700786 <intent-filter>
787 <action android:name="com.android.settings.WIFI_TETHER_SETTINGS" />
788 <category android:name="android.intent.category.DEFAULT" />
789 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -0700790 <intent-filter android:priority="4">
Fan Zhang2f4355a2018-06-21 15:34:43 -0700791 <action android:name="android.intent.action.MAIN" />
Fan Zhang2f4355a2018-06-21 15:34:43 -0700792 <category android:name="com.android.settings.SHORTCUT" />
793 </intent-filter>
Salvador Martinezbb333712018-06-19 10:27:30 -0700794 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
795 android:value="com.android.settings.wifi.tether.WifiTetherSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800796 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
797 android:value="@string/menu_key_network"/>
Salvador Martinezbb333712018-06-19 10:27:30 -0700798 </activity>
799
800
Amith Yamasanieb99f2f2010-12-15 14:12:43 -0800801 <!-- Keep compatibility with old shortcuts. -->
802 <activity-alias android:name=".TetherSettings"
803 android:label="@string/tether_settings_title_all"
804 android:clearTaskOnLaunch="true"
805 android:exported="true"
806 android:targetActivity="Settings$TetherSettingsActivity">
807 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Weng Suf077b832022-12-22 20:24:34 +0800808 android:value="com.android.settings.network.tether.TetherSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800809 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
810 android:value="@string/menu_key_network"/>
Amith Yamasanieb99f2f2010-12-15 14:12:43 -0800811 </activity-alias>
812
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700813 <activity android:name="Settings$WifiP2pSettingsActivity"
814 android:exported="true">
repo syncb98463f2011-06-30 10:58:43 -0700815 <intent-filter>
816 <action android:name="android.intent.action.MAIN" />
817 <category android:name="android.intent.category.DEFAULT" />
818 <category android:name="android.intent.category.VOICE_LAUNCH" />
819 </intent-filter>
820 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Irfan Sheriff9ef53572011-08-03 15:40:04 -0700821 android:value="com.android.settings.wifi.p2p.WifiP2pSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800822 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
823 android:value="@string/menu_key_network"/>
repo syncb98463f2011-06-30 10:58:43 -0700824 </activity>
825
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800826 <activity
827 android:name="Settings$VpnSettingsActivity"
828 android:label="@string/vpn_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700829 android:exported="true"
Bonian Chen86027472022-03-18 09:23:19 +0800830 android:icon="@drawable/ic_homepage_vpn">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800831 <intent-filter android:priority="1">
Robin Leed3041942016-03-24 16:02:08 +0000832 <action android:name="android.settings.VPN_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +0800833 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -0800834 <action android:name="android.net.vpn.SETTINGS" />
835 <category android:name="android.intent.category.DEFAULT" />
836 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -0700837 <intent-filter android:priority="5">
Hung-ying Tyan16177062009-06-10 22:52:44 +0800838 <action android:name="android.intent.action.MAIN" />
Tobias Brunnerf7ed8572010-06-28 13:10:26 +0200839 <category android:name="com.android.settings.SHORTCUT" />
Hung-ying Tyan16177062009-06-10 22:52:44 +0800840 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700841 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Chia-chi Yeh7606a2f2011-07-02 17:45:23 -0700842 android:value="com.android.settings.vpn2.VpnSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800843 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
844 android:value="@string/menu_key_network"/>
Zoltan Szatmary-Ban131b4972014-08-18 13:48:15 +0100845 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
846 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700847 </activity>
Hung-ying Tyan16177062009-06-10 22:52:44 +0800848
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800849 <activity
Fabian Kozynskid9aadd72019-04-11 12:25:09 -0400850 android:name="Settings$DataSaverSummaryActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700851 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800852 android:label="@string/data_saver_title">
Fabian Kozynskid9aadd72019-04-11 12:25:09 -0400853 <intent-filter android:priority="1">
854 <action android:name="android.settings.DATA_SAVER_SETTINGS" />
855 <category android:name="android.intent.category.DEFAULT" />
856 </intent-filter>
857 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
858 android:value="com.android.settings.datausage.DataSaverSummary" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800859 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
860 android:value="@string/menu_key_network"/>
Fabian Kozynskid9aadd72019-04-11 12:25:09 -0400861 </activity>
862
863 <activity
Varun Shahb33256a2022-10-30 18:33:52 +0000864 android:name="Settings$LongBackgroundTasksActivity"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +0200865 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Varun Shahb33256a2022-10-30 18:33:52 +0000866 android:exported="true"
867 android:label="@string/long_background_tasks_label">
868 <intent-filter android:priority="1">
Jing Ji50490a32023-01-06 02:10:42 -0800869 <action android:name="android.settings.MANAGE_APP_LONG_RUNNING_JOBS" />
Varun Shahb33256a2022-10-30 18:33:52 +0000870 <category android:name="android.intent.category.DEFAULT" />
871 </intent-filter>
872 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
873 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
874 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
875 android:value="@string/menu_key_apps"/>
876 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
877 android:value="true" />
878 </activity>
879
880 <activity
881 android:name="Settings$LongBackgroundTasksAppActivity"
882 android:exported="true"
883 android:label="@string/long_background_tasks_label">
884 <intent-filter android:priority="1">
Jing Ji50490a32023-01-06 02:10:42 -0800885 <action android:name="android.settings.MANAGE_APP_LONG_RUNNING_JOBS" />
Varun Shahb33256a2022-10-30 18:33:52 +0000886 <category android:name="android.intent.category.DEFAULT" />
887 <data android:scheme="package" />
888 </intent-filter>
889 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
890 android:value="com.android.settings.applications.appinfo.LongBackgroundTasksDetails" />
891 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
892 android:value="@string/menu_key_apps"/>
893 </activity>
894
895 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800896 android:name="Settings$DateTimeSettingsActivity"
897 android:label="@string/date_and_time"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700898 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800899 android:icon="@drawable/ic_settings_date_time">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800900 <intent-filter android:priority="1">
901 <action android:name="android.settings.DATE_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +0800902 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -0800903 <category android:name="android.intent.category.DEFAULT" />
904 </intent-filter>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800905 <intent-filter>
906 <action android:name="android.intent.action.MAIN" />
Daniel Sandlerf4d1c3e2012-10-01 16:45:10 -0400907 <action android:name="android.intent.action.QUICK_CLOCK" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800908 <category android:name="android.intent.category.VOICE_LAUNCH" />
Dianne Hackborn116d85e2009-06-26 18:20:23 -0700909 <category android:name="android.intent.category.DEFAULT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800910 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700911 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Raff Tsai9e3a9fd2019-10-01 17:06:26 +0800912 android:value="com.android.settings.datetime.DateTimeSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800913 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
914 android:value="@string/menu_key_system"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100915 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
916 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700917 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800918
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800919 <activity
920 android:name="Settings$LocalePickerActivity"
921 android:label="@string/language_picker_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700922 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800923 android:icon="@drawable/ic_settings_language">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800924 <intent-filter android:priority="1">
925 <action android:name="android.settings.LOCALE_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +0800926 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -0800927 <category android:name="android.intent.category.DEFAULT" />
928 </intent-filter>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800929 <intent-filter>
930 <action android:name="android.intent.action.MAIN" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800931 <category android:name="android.intent.category.DEFAULT" />
932 <category android:name="android.intent.category.VOICE_LAUNCH" />
933 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700934 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Mihai Nitad7d48fd2016-01-12 08:55:05 -0800935 android:value="com.android.settings.localepicker.LocaleListEditor" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800936 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
937 android:value="@string/menu_key_system"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100938 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
939 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700940 </activity>
Michael Chan503c2362009-12-08 22:18:23 -0800941
tmfangc0ed6142018-07-13 11:11:26 +0800942 <activity android:name=".localepicker.LocalePickerWithRegionActivity"
943 android:excludeFromRecents="true"
944 android:configChanges="orientation|keyboardHidden|screenSize"
Arc Wang4a2acd22021-05-19 16:57:21 +0800945 android:exported="false"
946 android:theme="@style/Theme.LocalePickerWithRegionActivity">
tmfangc0ed6142018-07-13 11:11:26 +0800947 </activity>
948
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800949 <activity
tom hsu6fc5bb62022-03-08 17:40:16 +0800950 android:name=".localepicker.AppLocalePickerActivity"
tom hsu26b0bd72021-12-08 16:27:47 +0800951 android:label="@string/app_locale_picker_title"
tom hsub899bd32022-04-28 21:32:33 +0800952 android:configChanges="orientation|screenSize|keyboardHidden"
tom hsu26b0bd72021-12-08 16:27:47 +0800953 android:exported="true" >
954 <intent-filter>
955 <action android:name="android.settings.APP_LOCALE_SETTINGS" />
956 <category android:name="android.intent.category.DEFAULT" />
tom hsu4da192d2021-12-23 20:29:10 +0800957 <data android:scheme="package" />
tom hsu26b0bd72021-12-08 16:27:47 +0800958 </intent-filter>
tom hsu26b0bd72021-12-08 16:27:47 +0800959 </activity>
960
961 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800962 android:name=".Settings$LanguageAndInputSettingsActivity"
Doris Ling204ca742017-07-18 15:43:26 -0700963 android:label="@string/language_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700964 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800965 android:icon="@drawable/ic_settings_language">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800966 <intent-filter>
ronish4e856272022-04-14 14:55:35 +0000967 <action android:name="android.settings.LANGUAGE_SETTINGS"/>
968 <category android:name="android.intent.category.DEFAULT"/>
969 </intent-filter>
970 <intent-filter>
971 <action android:name="android.intent.action.MAIN"/>
972 <category android:name="android.intent.category.VOICE_LAUNCH"/>
973 <category android:name="android.intent.category.DEFAULT"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800974 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700975 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang320d60f2017-03-20 17:32:32 -0700976 android:value="com.android.settings.language.LanguageAndInputSettings"/>
Jason Chiu646a31e2021-11-10 11:56:00 +0800977 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
978 android:value="@string/menu_key_system"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100979 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
Fan Zhang320d60f2017-03-20 17:32:32 -0700980 android:value="true"/>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700981 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800982
danielwbhuangc9cb6802022-08-17 22:17:08 +0800983 <activity
984 android:name=".Settings$LanguageSettingsActivity"
985 android:label="@string/languages_settings"
986 android:exported="true"
987 android:icon="@drawable/ic_settings_languages">
988 <intent-filter>
989 <action android:name="android.settings.LANGUAGE_SETTINGS"/>
990 <category android:name="android.intent.category.DEFAULT"/>
991 </intent-filter>
992 <intent-filter>
993 <action android:name="android.intent.action.MAIN"/>
994 <category android:name="android.intent.category.VOICE_LAUNCH"/>
995 <category android:name="android.intent.category.DEFAULT"/>
996 </intent-filter>
997 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
998 android:value="com.android.settings.language.LanguageSettings"/>
999 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1000 android:value="@string/menu_key_system"/>
1001 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1002 android:value="true"/>
1003 </activity>
1004
1005 <activity
Jagrut Desaic36081b2023-04-20 13:50:02 -07001006 android:name=".Settings$NavigationModeSettingsActivity"
1007 android:label="@string/system_navigation_title"
1008 android:exported="true">
1009 <intent-filter>
1010 <action android:name="com.android.settings.NAVIGATION_MODE_SETTINGS"/>
1011 <category android:name="android.intent.category.DEFAULT"/>
1012 </intent-filter>
1013 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1014 android:value="com.android.settings.gestures.SystemNavigationGestureSettings"/>
1015 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1016 android:value="@string/menu_key_system"/>
1017 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1018 android:value="true"/>
1019 </activity>
1020
1021 <activity
tom hsuc03ff3b2023-01-04 08:57:43 +08001022 android:name=".Settings$RegionalPreferencesActivity"
1023 android:label="@string/regional_preferences_title"
1024 android:exported="true" >
1025 <intent-filter android:priority="1">
1026 <action android:name="android.settings.REGIONAL_PREFERENCES_SETTINGS" />
1027 <category android:name="android.intent.category.DEFAULT" />
1028 </intent-filter>
1029 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1030 android:value="com.android.settings.regionalpreferences.RegionalPreferencesEntriesFragment"/>
1031 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1032 android:value="@string/menu_key_system"/>
1033 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1034 android:value="true"/>
1035 </activity>
1036
1037 <activity
danielwbhuangc9cb6802022-08-17 22:17:08 +08001038 android:name=".Settings$KeyboardSettingsActivity"
1039 android:label="@string/keyboard_settings"
1040 android:exported="true"
1041 android:icon="@drawable/ic_settings_language">
1042 <intent-filter>
1043 <action android:name="android.intent.action.MAIN"/>
1044 <category android:name="android.intent.category.VOICE_LAUNCH"/>
1045 <category android:name="android.intent.category.DEFAULT"/>
1046 </intent-filter>
1047 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1048 android:value="com.android.settings.inputmethod.KeyboardSettings"/>
1049 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1050 android:value="@string/menu_key_system"/>
1051 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1052 android:value="true"/>
1053 </activity>
1054
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +00001055 <activity android:name="Settings$AvailableVirtualKeyboardActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001056 android:exported="true"
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +00001057 android:label="@string/available_virtual_keyboard_category">
1058 <intent-filter android:priority="1">
1059 <action android:name="android.settings.INPUT_METHOD_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08001060 <category android:name="android.intent.category.BROWSABLE" />
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +00001061 <category android:name="android.intent.category.DEFAULT" />
1062 </intent-filter>
1063 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1064 android:value="com.android.settings.inputmethod.AvailableVirtualKeyboardFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001065 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1066 android:value="@string/menu_key_system"/>
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +00001067 </activity>
1068
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001069 <activity
1070 android:name="Settings$ManageAssistActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001071 android:exported="true"
Tsung-Mao Fangdf00a3b2021-06-23 17:53:59 +08001072 android:label="@string/assist_and_voice_input_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001073 <intent-filter android:priority="1">
1074 <action android:name="android.settings.VOICE_INPUT_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08001075 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001076 <category android:name="android.intent.category.DEFAULT" />
1077 </intent-filter>
Dianne Hackbornb51253c2014-08-12 15:08:04 -07001078 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangdfce62c2017-02-16 15:00:53 -08001079 android:value="com.android.settings.applications.assist.ManageAssist" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001080 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1081 android:value="@string/menu_key_apps"/>
Dianne Hackbornb51253c2014-08-12 15:08:04 -07001082 </activity>
1083
Jeff Browne46c5f32012-04-05 11:42:18 -07001084 <activity android:name="Settings$KeyboardLayoutPickerActivity"
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +00001085 android:label="@string/keyboard_layout_picker_title"
Fan Zhang2f4355a2018-06-21 15:34:43 -07001086 android:clearTaskOnLaunch="true"
1087 android:exported="true">
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +00001088 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangaceee522016-11-04 14:12:15 -07001089 android:value="com.android.settings.inputmethod.KeyboardLayoutPickerFragment" />
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"/>
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +00001092 </activity>
1093
1094 <activity android:name="Settings$PhysicalKeyboardActivity"
Yorke Leed4485222016-03-23 11:11:46 -07001095 android:label="@string/physical_keyboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001096 android:exported="true"
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +00001097 android:clearTaskOnLaunch="true">
Yohei Yukawa7c4499d2016-01-27 19:18:52 -08001098 <intent-filter android:priority="1">
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +00001099 <action android:name="android.settings.HARD_KEYBOARD_SETTINGS" />
Yohei Yukawa7c4499d2016-01-27 19:18:52 -08001100 <category android:name="android.intent.category.DEFAULT" />
1101 </intent-filter>
Jeff Browne46c5f32012-04-05 11:42:18 -07001102 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +00001103 android:value="com.android.settings.inputmethod.PhysicalKeyboardFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001104 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1105 android:value="@string/menu_key_system"/>
Jeff Browne46c5f32012-04-05 11:42:18 -07001106 </activity>
1107
Amith Yamasaniaf925282011-11-10 15:28:59 -08001108 <!-- Keep compatibility with old shortcuts. -->
1109 <activity-alias android:name="LanguageSettings"
Doris Ling7e06ed22017-06-07 14:16:43 -07001110 android:label="@string/language_input_gesture_title"
Amith Yamasaniaf925282011-11-10 15:28:59 -08001111 android:clearTaskOnLaunch="true"
1112 android:exported="true"
Doris Lingd299b032017-02-28 17:32:36 -08001113 android:targetActivity="Settings$LanguageAndInputSettingsActivity">
Amith Yamasaniaf925282011-11-10 15:28:59 -08001114 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Lingd299b032017-02-28 17:32:36 -08001115 android:value="com.android.settings.language.LanguageAndInputSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001116 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1117 android:value="@string/menu_key_system"/>
Amith Yamasaniaf925282011-11-10 15:28:59 -08001118 </activity-alias>
1119
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001120 <activity
1121 android:name="Settings$SpellCheckersSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001122 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001123 android:label="@string/spellcheckers_settings_title">
satoke077d2b2011-07-25 09:38:11 +09001124 <intent-filter>
1125 <action android:name="android.intent.action.MAIN" />
satoke077d2b2011-07-25 09:38:11 +09001126 <category android:name="android.intent.category.VOICE_LAUNCH" />
1127 <category android:name="android.intent.category.DEFAULT" />
satoke077d2b2011-07-25 09:38:11 +09001128 </intent-filter>
1129 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1130 android:value="com.android.settings.inputmethod.SpellCheckersSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001131 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1132 android:value="@string/menu_key_system"/>
satoke077d2b2011-07-25 09:38:11 +09001133 </activity>
1134
Daisuke Miyakawa649b9f12011-01-30 19:43:08 -08001135 <activity android:name=".inputmethod.InputMethodAndSubtypeEnablerActivity"
satok5e9c5e72011-07-21 15:32:28 +09001136 android:label=""
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001137 android:exported="true"
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001138 android:clearTaskOnLaunch="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001139 <intent-filter android:priority="1">
1140 <action android:name="android.settings.INPUT_METHOD_SUBTYPE_SETTINGS" />
1141 <category android:name="android.intent.category.DEFAULT" />
1142 </intent-filter>
satok4a5f8892010-10-26 18:58:09 +09001143 <intent-filter>
1144 <action android:name="android.intent.action.MAIN" />
satok4a5f8892010-10-26 18:58:09 +09001145 <category android:name="android.intent.category.VOICE_LAUNCH" />
1146 <category android:name="android.intent.category.DEFAULT" />
satok4a5f8892010-10-26 18:58:09 +09001147 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001148 </activity>
satok4a5f8892010-10-26 18:58:09 +09001149
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001150 <activity
1151 android:name="Settings$UserDictionarySettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001152 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001153 android:label="@string/user_dict_settings_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001154 <intent-filter android:priority="1">
1155 <action android:name="android.settings.USER_DICTIONARY_SETTINGS" />
1156 <category android:name="android.intent.category.DEFAULT" />
1157 </intent-filter>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001158 <intent-filter>
1159 <action android:name="android.intent.action.MAIN" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001160 <category android:name="android.intent.category.DEFAULT" />
1161 <category android:name="android.intent.category.VOICE_LAUNCH" />
1162 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001163 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Satoshi Kataoka71c915b2013-06-19 22:40:36 +09001164 android:value="com.android.settings.inputmethod.UserDictionaryList" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001165 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1166 android:value="@string/menu_key_system"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001167 </activity>
1168
Jean Chalardbd44e9d2011-11-30 20:51:20 +09001169 <activity android:name=".inputmethod.UserDictionaryAddWordActivity"
Patrick Baumann7a2f9dc2018-04-06 10:08:26 -07001170 android:visibleToInstantApps="true"
Satoshi Kataoka5df33072013-04-30 14:30:12 +09001171 android:label="@string/user_dict_settings_title"
jackqdyulei71a05742017-03-22 13:33:51 -07001172 android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"
Jean Chalarde17eefa2011-12-02 14:56:39 +09001173 android:windowSoftInputMode="stateVisible"
Jean Chalard124283e2011-12-16 19:35:46 +09001174 android:noHistory="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001175 android:exported="true"
Jean Chalarde17eefa2011-12-02 14:56:39 +09001176 android:excludeFromRecents="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001177 <intent-filter android:priority="1">
Jean Chalardbd44e9d2011-11-30 20:51:20 +09001178 <action android:name="com.android.settings.USER_DICTIONARY_INSERT" />
1179 <category android:name="android.intent.category.DEFAULT" />
Jean Chalardbd44e9d2011-11-30 20:51:20 +09001180 </intent-filter>
1181 </activity>
1182
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001183 <activity
1184 android:name="Settings$ZenModeSettingsActivity"
1185 android:label="@string/zen_mode_settings_title"
Sunny Shaob4a5f162020-06-15 23:00:26 +08001186 android:icon="@drawable/ic_homepage_notification"
Fan Zhangac4ad162018-12-18 11:32:10 -08001187 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001188 <intent-filter android:priority="1">
1189 <action android:name="android.settings.ZEN_MODE_SETTINGS" />
1190 <category android:name="android.intent.category.DEFAULT" />
1191 </intent-filter>
Julia Reynolds200da892018-05-04 08:54:53 -04001192 <intent-filter android:priority="1">
1193 <action android:name="android.settings.ZEN_MODE_PRIORITY_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08001194 <category android:name="android.intent.category.BROWSABLE" />
Julia Reynolds200da892018-05-04 08:54:53 -04001195 <category android:name="android.intent.category.DEFAULT" />
1196 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001197 <intent-filter android:priority="41">
John Spurlock72438062014-02-27 18:01:20 -05001198 <action android:name="android.intent.action.MAIN" />
John Spurlock72438062014-02-27 18:01:20 -05001199 <category android:name="com.android.settings.SHORTCUT" />
1200 </intent-filter>
Beverly4359d4b2017-10-02 09:45:48 -04001201 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001202 android:value="com.android.settings.notification.zen.ZenModeSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001203 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1204 android:value="@string/menu_key_notifications"/>
Beverly4359d4b2017-10-02 09:45:48 -04001205 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1206 android:value="true" />
1207 </activity>
1208
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001209 <activity
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001210 android:name=".notification.zen.ZenSuggestionActivity"
Beverly8f522582018-05-09 15:27:45 -04001211 android:label="@string/zen_mode_settings_title"
Mill Chen71958002019-01-23 10:44:39 +08001212 android:icon="@drawable/ic_suggestion_dnd"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001213 android:exported="true"
Beverly8f522582018-05-09 15:27:45 -04001214 android:theme="@android:style/Theme.NoDisplay">
1215 <intent-filter>
1216 <action android:name="android.intent.action.MAIN" />
1217 <category android:name="com.android.settings.suggested.category.ZEN" />
1218 </intent-filter>
1219 <intent-filter>
1220 <action android:name="android.intent.action.MAIN" />
1221 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
1222 </intent-filter>
1223
1224 <meta-data android:name="com.android.settings.dismiss"
1225 android:value="0" />
1226 <meta-data android:name="com.android.settings.title"
1227 android:resource="@string/zen_suggestion_title" />
1228 <meta-data android:name="com.android.settings.summary"
1229 android:resource="@string/zen_suggestion_summary" />
1230 </activity>
1231
1232 <activity
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001233 android:name=".notification.zen.ZenOnboardingActivity"
Julia Reynolds4b8fe092018-04-09 15:24:55 -04001234 android:label="@string/zen_onboarding_dnd_visual_disturbances_header"
Antony Sargent32acddc2018-05-21 16:42:11 -07001235 android:icon="@drawable/ic_notifications"
Julia Reynolds29ba3602018-04-30 09:13:34 -04001236 android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001237 android:exported="true">
Julia Reynolds4b8fe092018-04-09 15:24:55 -04001238 <intent-filter android:priority="1">
1239 <action android:name="android.settings.ZEN_MODE_ONBOARDING" />
1240 <category android:name="android.intent.category.DEFAULT" />
1241 </intent-filter>
1242 </activity>
Julia Reynolds4b8fe092018-04-09 15:24:55 -04001243 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001244 android:name="Settings$ZenModeAutomationSettingsActivity"
1245 android:label="@string/zen_mode_automation_settings_title"
Antony Sargent32acddc2018-05-21 16:42:11 -07001246 android:icon="@drawable/ic_notifications"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001247 android:exported="true">
Julia Reynoldse1759022017-03-22 14:05:46 -04001248 <intent-filter android:priority="1">
1249 <action android:name="android.settings.ZEN_MODE_AUTOMATION_SETTINGS" />
1250 <category android:name="android.intent.category.DEFAULT" />
1251 </intent-filter>
1252 <intent-filter android:priority="1">
1253 <action android:name="android.settings.ACTION_CONDITION_PROVIDER_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08001254 <category android:name="android.intent.category.BROWSABLE" />
Julia Reynoldse1759022017-03-22 14:05:46 -04001255 <category android:name="android.intent.category.DEFAULT" />
1256 </intent-filter>
John Spurlock72438062014-02-27 18:01:20 -05001257 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001258 android:value="com.android.settings.notification.zen.ZenModeAutomationSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001259 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1260 android:value="@string/menu_key_notifications"/>
Julia Reynolds5555d262015-11-09 10:52:17 -05001261 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1262 android:value="true" />
1263 </activity>
1264
Vladislav Kaznacheev6e93bdd2016-03-09 14:24:45 -08001265 <activity android:name="Settings$WallpaperSettingsActivity"
1266 android:label="@string/wallpaper_settings_fragment_title"
Sunny Shao61aaed42019-03-26 20:14:58 +08001267 android:icon="@drawable/ic_wallpaper"
1268 android:exported="true">
Vladislav Kaznacheev6e93bdd2016-03-09 14:24:45 -08001269 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang2907f862017-03-17 15:05:14 -07001270 android:value="com.android.settings.wallpaper.WallpaperTypeSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001271 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1272 android:value="@string/menu_key_wallpaper"/>
Vladislav Kaznacheev6e93bdd2016-03-09 14:24:45 -08001273 </activity>
1274
Fan Zhang2907f862017-03-17 15:05:14 -07001275 <activity android:name=".wallpaper.WallpaperSuggestionActivity"
Sunny Goyal0bf6f942016-06-13 15:28:47 -07001276 android:label="@string/wallpaper_settings_title"
Mill Chene1fd5af2019-02-22 20:40:52 +08001277 android:icon="@drawable/ic_wallpaper"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001278 android:exported="true"
Sunny Goyal0bf6f942016-06-13 15:28:47 -07001279 android:theme="@android:style/Theme.NoDisplay">
Fan Zhang7afbf0f2017-05-08 09:31:01 -07001280 <intent-filter>
ronishd491d7a42022-05-13 13:42:45 +00001281 <action android:name="android.settings.WALLPAPER_SETTINGS"/>
1282 <category android:name="android.intent.category.DEFAULT"/>
Jason Monkb9e5d232016-01-26 17:43:57 -05001283 </intent-filter>
Maurice Lamd64d3c02017-07-07 18:21:29 -07001284 <intent-filter>
ronishd491d7a42022-05-13 13:42:45 +00001285 <action android:name="android.intent.action.MAIN"/>
1286 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION"/>
1287 </intent-filter>
1288 <intent-filter>
1289 <action android:name="android.intent.action.MAIN"/>
1290 <category android:name="com.android.settings.suggested.category.PERSONALIZE"/>
Maurice Lamd64d3c02017-07-07 18:21:29 -07001291 </intent-filter>
Jason Monkb9e5d232016-01-26 17:43:57 -05001292 <meta-data android:name="com.android.settings.title"
ronishd491d7a42022-05-13 13:42:45 +00001293 android:resource="@string/wallpaper_suggestion_title"/>
Jason Monkec1f28e2016-02-24 17:39:29 -05001294 <meta-data android:name="com.android.settings.summary"
Sunny Goyal0bf6f942016-06-13 15:28:47 -07001295 android:resource="@string/wallpaper_suggestion_summary" />
Fan Zhangaf91c1f2017-06-03 15:24:11 -07001296 <meta-data android:name="com.android.settings.dismiss"
1297 android:value="3,7,30" />
Maurice Lam992fa862017-06-09 16:14:36 -07001298 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
Jason Monkb9e5d232016-01-26 17:43:57 -05001299 </activity>
1300
Beth Thibodeaubf63dde2019-04-29 17:59:54 -04001301 <activity android:name=".wallpaper.StyleSuggestionActivity"
1302 android:label="@string/style_suggestion_title"
1303 android:icon="@drawable/ic_theme"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001304 android:exported="true"
Beth Thibodeaubf63dde2019-04-29 17:59:54 -04001305 android:theme="@android:style/Theme.NoDisplay">
1306 <intent-filter>
1307 <action android:name="android.intent.action.MAIN" />
1308 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
1309 </intent-filter>
1310 <meta-data android:name="com.android.settings.title"
1311 android:resource="@string/style_suggestion_title" />
1312 <meta-data android:name="com.android.settings.summary"
1313 android:resource="@string/style_suggestion_summary" />
1314 <meta-data android:name="com.android.settings.dismiss"
1315 android:value="3,7,30" />
1316 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
1317 </activity>
1318
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001319 <activity
1320 android:name="Settings$ZenModeScheduleRuleSettingsActivity"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001321 android:exported="true">
John Spurlock45fa1402015-04-09 12:50:04 -04001322 <intent-filter android:priority="1">
1323 <action android:name="android.settings.ZEN_MODE_SCHEDULE_RULE_SETTINGS" />
1324 <category android:name="android.intent.category.DEFAULT" />
1325 </intent-filter>
1326 <intent-filter>
1327 <action android:name="android.intent.action.MAIN" />
1328 <category android:name="android.intent.category.DEFAULT" />
John Spurlock45fa1402015-04-09 12:50:04 -04001329 </intent-filter>
1330 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001331 android:value="com.android.settings.notification.zen.ZenModeScheduleRuleSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001332 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1333 android:value="@string/menu_key_notifications"/>
John Spurlock45fa1402015-04-09 12:50:04 -04001334 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1335 android:value="true" />
1336 </activity>
1337
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001338 <activity
1339 android:name="Settings$ZenModeEventRuleSettingsActivity"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001340 android:exported="true">
John Spurlockf57bad72015-04-30 09:26:15 -04001341 <intent-filter android:priority="1">
1342 <action android:name="android.settings.ZEN_MODE_EVENT_RULE_SETTINGS" />
1343 <category android:name="android.intent.category.DEFAULT" />
1344 </intent-filter>
John Spurlockf57bad72015-04-30 09:26:15 -04001345 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001346 android:value="com.android.settings.notification.zen.ZenModeEventRuleSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001347 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1348 android:value="@string/menu_key_notifications"/>
Jason Chiu646a31e2021-11-10 11:56:00 +08001349 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1350 android:value="true" />
John Spurlockf57bad72015-04-30 09:26:15 -04001351 </activity>
1352
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001353 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001354 android:name="Settings$DisplaySettingsActivity"
1355 android:label="@string/display_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001356 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001357 android:icon="@drawable/ic_homepage_display">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001358 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001359 <action android:name="com.android.settings.DISPLAY_SETTINGS" />
Amith Yamasani0422a3b2009-06-12 14:15:20 -07001360 <action android:name="android.settings.DISPLAY_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08001361 <category android:name="android.intent.category.BROWSABLE" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001362 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001363 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001364 <intent-filter android:priority="30">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001365 <action android:name="android.intent.action.MAIN" />
Dianne Hackborna54672f2009-06-24 12:45:09 -07001366 <category android:name="com.android.settings.SHORTCUT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001367 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001368 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Abel Tesfaye029c0952021-03-04 21:55:47 +00001369 android:value="com.android.settings.DisplaySettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001370 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1371 android:value="@string/menu_key_display"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001372 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1373 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001374 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001375
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001376 <activity
Abel Tesfaye029c0952021-03-04 21:55:47 +00001377 android:name="Settings$SmartAutoRotateSettingsActivity"
1378 android:label="@string/accelerometer_title"
Sunny Shao75a1a3f2023-04-11 17:13:41 +08001379 android:icon="@drawable/ic_screen_rotation"
Abel Tesfaye029c0952021-03-04 21:55:47 +00001380 android:exported="true">
1381 <intent-filter android:priority="1">
1382 <action android:name="android.settings.AUTO_ROTATE_SETTINGS" />
1383 <category android:name="android.intent.category.DEFAULT" />
1384 </intent-filter>
1385 <intent-filter android:priority="32">
1386 <action android:name="android.intent.action.MAIN" />
1387 <category android:name="com.android.settings.SHORTCUT" />
1388 </intent-filter>
1389 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1390 android:value="com.android.settings.display.SmartAutoRotatePreferenceFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001391 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1392 android:value="@string/menu_key_display"/>
Abel Tesfaye029c0952021-03-04 21:55:47 +00001393 </activity>
1394
1395 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001396 android:name="Settings$NightDisplaySettingsActivity"
1397 android:label="@string/night_display_title"
1398 android:enabled="@*android:bool/config_nightDisplayAvailable"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001399 android:exported="true"
Sunny Shaob4a5f162020-06-15 23:00:26 +08001400 android:icon="@drawable/ic_homepage_night_display">
Fan Zhang5a981772018-06-22 14:30:09 -07001401 <intent-filter android:priority="32">
Sean Stout763acf02017-06-20 18:07:22 -07001402 <action android:name="android.intent.action.MAIN" />
Sean Stout763acf02017-06-20 18:07:22 -07001403 <category android:name="com.android.settings.SHORTCUT" />
1404 </intent-filter>
Justin Klaasseneae3d9f2016-07-21 19:25:17 -07001405 <intent-filter android:priority="1">
1406 <action android:name="android.settings.NIGHT_DISPLAY_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08001407 <category android:name="android.intent.category.BROWSABLE" />
Justin Klaasseneae3d9f2016-07-21 19:25:17 -07001408 <category android:name="android.intent.category.DEFAULT" />
1409 </intent-filter>
Sean Stout06251262017-02-15 14:04:25 -08001410 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1411 android:value="com.android.settings.display.NightDisplaySettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001412 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1413 android:value="@string/menu_key_display"/>
Sean Stout40067be2017-04-10 15:31:25 -07001414 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1415 android:value="true" />
Justin Klaasseneae3d9f2016-07-21 19:25:17 -07001416 </activity>
1417
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001418 <activity
Jay Aliomer82a0ea02019-12-10 14:49:27 -05001419 android:name="Settings$DarkThemeSettingsActivity"
Xuanang Zhao2598dd42022-09-20 14:37:10 +08001420 android:label="@string/dark_ui_mode"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001421 android:exported="true"
Jay Aliomer82a0ea02019-12-10 14:49:27 -05001422 android:enabled="true">
1423 <intent-filter android:priority="32">
1424 <action android:name="android.intent.action.MAIN" />
1425 <category android:name="com.android.settings.SHORTCUT" />
1426 </intent-filter>
1427 <intent-filter android:priority="1">
1428 <action android:name="android.settings.DARK_THEME_SETTINGS" />
1429 <category android:name="android.intent.category.DEFAULT" />
1430 </intent-filter>
1431 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1432 android:value="com.android.settings.display.darkmode.DarkModeSettingsFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001433 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1434 android:value="@string/menu_key_display"/>
Jay Aliomer82a0ea02019-12-10 14:49:27 -05001435 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1436 android:value="true" />
1437 </activity>
1438
1439 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001440 android:name="Settings$NightDisplaySuggestionActivity"
Sean Stout2bc94d62017-05-18 13:39:25 -07001441 android:enabled="@*android:bool/config_nightDisplayAvailable"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001442 android:exported="true"
Mill Chen71958002019-01-23 10:44:39 +08001443 android:icon="@drawable/ic_suggestion_night_display">
Sean Stout2bc94d62017-05-18 13:39:25 -07001444 <intent-filter>
1445 <action android:name="android.intent.action.MAIN" />
1446 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
1447 </intent-filter>
1448 <meta-data android:name="com.android.settings.dismiss"
1449 android:value="6,10,30" />
1450 <meta-data android:name="com.android.settings.title"
1451 android:resource="@string/night_display_suggestion_title" />
1452 <meta-data android:name="com.android.settings.summary"
1453 android:resource="@string/night_display_suggestion_summary" />
1454 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1455 android:value="true" />
1456 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1457 android:value="com.android.settings.display.NightDisplaySettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001458 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1459 android:value="@string/menu_key_display"/>
Sean Stout2bc94d62017-05-18 13:39:25 -07001460 </activity>
1461
Fan Zhang881d5792018-01-26 10:15:56 -08001462 <activity android:name=".Settings$MyDeviceInfoActivity"
Daniel Nishi12254692018-03-23 13:43:12 -07001463 android:label="@string/about_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001464 android:exported="true"
Sunny Shao86140582019-03-22 15:22:36 +08001465 android:icon="@drawable/ic_homepage_about">
Daniel Nishi1e620952017-12-19 10:15:14 -08001466 <intent-filter android:priority="1">
Daniel Nishi87f35e22018-01-22 15:17:25 -08001467 <action android:name="android.settings.DEVICE_INFO_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08001468 <category android:name="android.intent.category.BROWSABLE" />
Daniel Nishi41af55e2018-01-25 15:24:29 -08001469 <action android:name="android.settings.DEVICE_NAME" />
Daniel Nishi1e620952017-12-19 10:15:14 -08001470 <category android:name="android.intent.category.DEFAULT" />
1471 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001472 <intent-filter android:priority="71">
Daniel Nishi1e620952017-12-19 10:15:14 -08001473 <action android:name="android.intent.action.MAIN" />
Fan Zhang2f4355a2018-06-21 15:34:43 -07001474 <category android:name="com.android.settings.SHORTCUT" />
Daniel Nishi1e620952017-12-19 10:15:14 -08001475 </intent-filter>
Daniel Nishi1e620952017-12-19 10:15:14 -08001476 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Daniel Nishi87f35e22018-01-22 15:17:25 -08001477 android:value="com.android.settings.deviceinfo.aboutphone.MyDeviceInfoFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001478 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1479 android:value="@string/menu_key_about_device"/>
Daniel Nishi1e620952017-12-19 10:15:14 -08001480 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1481 android:value="true" />
1482 </activity>
1483
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001484 <activity
Silin Huangc80b3ab2021-05-13 23:59:33 -07001485 android:name=".Settings$LockScreenSettingsActivity"
1486 android:label="@string/lockscreen_settings_title"
1487 android:exported="true">
1488 <intent-filter android:priority="1">
1489 <action android:name="android.settings.LOCK_SCREEN_SETTINGS" />
1490 <category android:name="android.intent.category.DEFAULT" />
1491 </intent-filter>
1492 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1493 android:value="com.android.settings.security.LockscreenDashboardFragment" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001494 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1495 android:value="@string/menu_key_display"/>
Silin Huangc80b3ab2021-05-13 23:59:33 -07001496 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1497 android:value="true" />
1498 </activity>
1499
1500 <activity
shaoweishen1b58ba52021-12-03 08:47:15 +00001501 android:name=".Settings$BlueToothPairingActivity"
1502 android:label="@string/bluetooth_pairing_page_title"
1503 android:permission="android.permission.BLUETOOTH_SCAN"
1504 android:exported="true">
1505 <intent-filter android:priority="1">
1506 <action android:name="android.settings.BLUETOOTH_PAIRING_SETTINGS" />
1507 <category android:name="android.intent.category.DEFAULT" />
1508 </intent-filter>
1509 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1510 android:value="com.android.settings.bluetooth.BluetoothPairingDetail" />
1511 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1512 android:value="@string/menu_key_connected_devices"/>
1513 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1514 android:value="true" />
1515 </activity>
1516
1517 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001518 android:name="SettingsLicenseActivity"
1519 android:label="@string/settings_license_activity_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001520 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001521 android:configChanges="orientation|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001522 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001523 <action android:name="android.settings.LICENSE" />
1524 <category android:name="android.intent.category.DEFAULT" />
1525 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001526 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1527 android:value="true" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001528 </activity>
1529
Andrew Sapperstein56a8c332019-06-18 09:44:18 -07001530 <activity android:name=".Settings$ModuleLicensesActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001531 android:exported="true"
Andrew Sapperstein56a8c332019-06-18 09:44:18 -07001532 android:label="@string/module_license_title">
1533 <intent-filter>
1534 <action android:name="android.settings.MODULE_LICENSES" />
1535 <category android:name="android.intent.category.DEFAULT" />
1536 </intent-filter>
1537 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1538 android:value="com.android.settings.deviceinfo.legal.ModuleLicensesDashboard" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001539 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1540 android:value="@string/menu_key_about_device"/>
Andrew Sapperstein56a8c332019-06-18 09:44:18 -07001541 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1542 android:value="true" />
1543 </activity>
1544
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001545 <activity
1546 android:name="Settings$ManageApplicationsActivity"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02001547 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001548 android:exported="true"
Fan Zhangc7635e52019-03-04 14:27:08 -08001549 android:label="@string/applications_settings">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001550 <intent-filter android:priority="1">
Gilles Debunneab189bd2011-07-06 13:10:16 -07001551 <action android:name="android.settings.APPLICATION_SETTINGS" />
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001552 <action android:name="android.settings.MANAGE_APPLICATIONS_SETTINGS" />
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001553 <action android:name="android.settings.MANAGE_ALL_APPLICATIONS_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08001554 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001555 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001556 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001557 <intent-filter android:priority="20">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001558 <action android:name="android.intent.action.MAIN" />
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001559 <category android:name="com.android.settings.SHORTCUT" />
1560 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001561 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001562 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001563 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1564 android:value="@string/menu_key_apps"/>
Zoltan Szatmary-Bande7d4982015-03-31 19:49:18 +01001565 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1566 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001567 </activity>
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001568
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001569 <!-- Keep compatibility with old shortcuts. -->
1570 <activity-alias android:name=".applications.ManageApplications"
1571 android:label="@string/applications_settings"
1572 android:exported="true"
1573 android:targetActivity="Settings$ManageApplicationsActivity">
1574 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1575 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001576 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1577 android:value="@string/menu_key_apps"/>
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001578 </activity-alias>
1579
Graciela Wissen Putrif6506e02023-07-31 14:20:40 +00001580 <activity android:name="Settings$UserAspectRatioAppListActivity"
1581 android:exported="true"
1582 android:label="@string/aspect_ratio_title">
1583 <intent-filter android:priority="1">
1584 <action android:name="android.settings.MANAGE_USER_ASPECT_RATIO_SETTINGS"/>
1585 <category android:name="android.intent.category.DEFAULT" />
1586 </intent-filter>
1587 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1588 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
1589 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1590 android:value="@string/menu_key_apps"/>
1591 </activity>
1592
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001593 <activity
1594 android:name="Settings$ManageDomainUrlsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001595 android:exported="true"
Sunny Shao600ba962019-07-04 11:52:59 +08001596 android:label="@string/domain_urls_title">
Todd Kennedy2ef1aa52016-09-06 14:02:38 -07001597 <intent-filter>
1598 <action android:name="android.settings.MANAGE_DOMAIN_URLS" />
1599 <category android:name="android.intent.category.DEFAULT" />
1600 </intent-filter>
Todd Kennedy2ef1aa52016-09-06 14:02:38 -07001601 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
stanley.tf_wang828409a2018-04-13 16:18:13 +08001602 android:value="com.android.settings.applications.managedomainurls.ManageDomainUrls" />
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"/>
Todd Kennedy2ef1aa52016-09-06 14:02:38 -07001605 </activity>
1606
Muyuan Liba115af2016-03-25 15:46:12 -07001607 <activity android:name="Settings$AppMemoryUsageActivity"
1608 android:label="@string/app_list_memory_use"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001609 android:exported="true"
Muyuan Liba115af2016-03-25 15:46:12 -07001610 android:icon="@drawable/ic_settings_memory">
1611 <intent-filter>
1612 <action android:name="android.settings.APP_MEMORY_USAGE" />
1613 <category android:name="android.intent.category.DEFAULT" />
1614 </intent-filter>
Muyuan Liba115af2016-03-25 15:46:12 -07001615 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1616 android:value="com.android.settings.applications.ProcessStatsUi" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001617 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1618 android:value="@string/menu_key_apps"/>
Muyuan Liba115af2016-03-25 15:46:12 -07001619 </activity>
1620
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001621 <activity
1622 android:name="Settings$HighPowerApplicationsActivity"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02001623 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001624 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001625 android:label="@string/high_power_apps">
Jason Monk3a90d7c2015-06-10 11:03:06 -04001626 <intent-filter android:priority="1">
1627 <action android:name="android.settings.IGNORE_BATTERY_OPTIMIZATION_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08001628 <category android:name="android.intent.category.BROWSABLE" />
Jason Monk3a90d7c2015-06-10 11:03:06 -04001629 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn3f98c0c2015-06-12 18:13:54 -07001630 </intent-filter>
Jason Monk1eb54eb2015-04-29 12:46:42 -04001631 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001632 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001633 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1634 android:value="@string/menu_key_apps"/>
Jason Monk1eb54eb2015-04-29 12:46:42 -04001635 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1636 android:value="true" />
1637 </activity>
1638
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001639 <activity
1640 android:name=".datausage.AppDataUsageActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001641 android:exported="true"
Arc Wang358dd2b2022-05-06 04:07:50 +00001642 android:noHistory="true">
Felipe Leme616ff3e2016-04-26 13:50:14 -07001643 <intent-filter android:priority="1">
1644 <action android:name="android.settings.IGNORE_BACKGROUND_DATA_RESTRICTIONS_SETTINGS" />
1645 <category android:name="android.intent.category.DEFAULT" />
1646 <data android:scheme="package" />
1647 </intent-filter>
1648 </activity>
1649
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001650 <activity
1651 android:name=".fuelgauge.RequestIgnoreBatteryOptimizations"
1652 android:label="@string/high_power_apps"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001653 android:exported="true"
Arc Wang5a298fb2020-06-30 14:14:02 +08001654 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight">
Dianne Hackbornbe4df032015-08-10 14:53:33 -07001655 <intent-filter android:priority="1">
1656 <action android:name="android.settings.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
1657 <category android:name="android.intent.category.DEFAULT" />
1658 <data android:scheme="package" />
1659 </intent-filter>
1660 </activity>
1661
Fan Zhang66156d62018-05-09 17:33:19 -07001662 <activity
1663 android:name=".slices.SliceDeepLinkSpringBoard"
1664 android:excludeFromRecents="true"
Fan Zhang03dd39c2019-04-02 16:41:01 -07001665 android:theme="@android:style/Theme.NoDisplay"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001666 android:exported="true"
Alexander Milantevc413b3e2023-03-14 16:11:30 +00001667 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Fan Zhang03dd39c2019-04-02 16:41:01 -07001668 android:permission="android.permission.MODIFY_PHONE_STATE">
Jason Monkf6edc7c2017-11-22 10:04:38 -05001669 <intent-filter>
1670 <action android:name="android.intent.action.VIEW" />
1671 <category android:name="android.intent.category.DEFAULT" />
1672 <category android:name="android.intent.category.BROWSABLE" />
1673 <data android:scheme="settings"
1674 android:host="com.android.settings.slices" />
1675 </intent-filter>
1676 </activity>
1677
Amith Yamasaniaf925282011-11-10 15:28:59 -08001678 <!-- Provide direct entry into manage apps showing running services.
1679 This is for compatibility with old shortcuts. -->
1680 <activity-alias android:name=".RunningServices"
1681 android:label="@string/runningservices_settings_title"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02001682 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Amith Yamasaniaf925282011-11-10 15:28:59 -08001683 android:exported="true"
1684 android:targetActivity="Settings$ManageApplicationsActivity">
1685 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001686 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001687 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1688 android:value="@string/menu_key_system"/>
Amith Yamasaniaf925282011-11-10 15:28:59 -08001689 </activity-alias>
Lifu Tangfc86f692013-07-30 18:34:35 -07001690
Amith Yamasaniaf925282011-11-10 15:28:59 -08001691 <!-- Provide direct entry into manage apps showing storage usage for apps.
1692 This is for compatibility with old shortcuts. -->
1693 <activity-alias android:name=".applications.StorageUse"
1694 android:label="@string/storageuse_settings_title"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02001695 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Amith Yamasaniaf925282011-11-10 15:28:59 -08001696 android:exported="true"
1697 android:targetActivity="Settings$ManageApplicationsActivity">
1698 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001699 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001700 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1701 android:value="@string/menu_key_apps"/>
Amith Yamasaniaf925282011-11-10 15:28:59 -08001702 </activity-alias>
1703
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001704 <!-- Still need a top-level activity for showing app details. Aliasing
1705 trick is so the code that is now a fragment can still be called
1706 InstalledAppDetails. -->
1707 <activity android:name=".applications.InstalledAppDetailsTop"
1708 android:label="@string/application_info_label"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001709 android:exported="true" />
Gilles Debunneab189bd2011-07-06 13:10:16 -07001710
Amith Yamasaniaf925282011-11-10 15:28:59 -08001711 <!-- Keep compatibility with old shortcuts. -->
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001712 <activity-alias android:name=".applications.InstalledAppDetails"
Amith Yamasaniaf925282011-11-10 15:28:59 -08001713 android:label="@string/application_info_label"
1714 android:exported="true"
1715 android:targetActivity=".applications.InstalledAppDetailsTop">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001716 <intent-filter android:priority="1">
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001717 <action android:name="android.settings.APPLICATION_DETAILS_SETTINGS" />
Eugene Susla596662c2020-04-13 13:20:50 -07001718 <action android:name="android.intent.action.AUTO_REVOKE_PERMISSIONS" />
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001719 <category android:name="android.intent.category.DEFAULT" />
1720 <data android:scheme="package" />
1721 </intent-filter>
Jason Chiubbb9f202022-03-10 15:34:55 +08001722 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1723 android:value="@string/menu_key_apps"/>
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001724 </activity-alias>
1725
Chaohui Wang94906cf2023-05-29 16:59:36 +00001726 <activity-alias android:name="ManageFullScreenIntent"
Lyn685f1e42023-02-01 05:41:03 +00001727 android:exported="true"
1728 android:targetActivity=".spa.SpaBridgeActivity">
1729 <meta-data android:name="com.android.settings.spa.DESTINATION"
1730 android:value="TogglePermissionAppList/UseFullScreenIntent"/>
1731 </activity-alias>
1732
Chaohui Wang94906cf2023-05-29 16:59:36 +00001733 <activity-alias android:name="AppManageFullScreenIntent"
Lyn685f1e42023-02-01 05:41:03 +00001734 android:exported="true"
1735 android:targetActivity=".spa.SpaAppBridgeActivity">
1736 <intent-filter>
1737 <action android:name="android.settings.MANAGE_APP_USE_FULL_SCREEN_INTENT" />
1738 <category android:name="android.intent.category.DEFAULT" />
1739 <data android:scheme="package" />
1740 </intent-filter>
1741 <meta-data android:name="com.android.settings.spa.DESTINATION"
1742 android:value="TogglePermissionAppInfoPage/UseFullScreenIntent"/>
1743 </activity-alias>
1744
Ben Lin30ed7c72018-09-13 15:22:03 -07001745 <activity android:name=".applications.InstalledAppOpenByDefaultActivity"
Ben Lin0cdc1032018-02-27 15:31:40 -08001746 android:label="@string/application_info_label"
Arc Wang358dd2b2022-05-06 04:07:50 +00001747 android:exported="true">
Ben Lin0cdc1032018-02-27 15:31:40 -08001748 <intent-filter android:priority="1">
Winsoned6d7332021-04-02 12:43:55 -07001749 <action android:name="android.settings.APP_OPEN_BY_DEFAULT_SETTINGS" />
1750 <!-- Also catch legacy "com." prefixed action. -->
Ben Lin30ed7c72018-09-13 15:22:03 -07001751 <action android:name="com.android.settings.APP_OPEN_BY_DEFAULT_SETTINGS" />
Ben Lin0cdc1032018-02-27 15:31:40 -08001752 <category android:name="android.intent.category.DEFAULT" />
1753 <data android:scheme="package" />
1754 </intent-filter>
Jason Chiubbb9f202022-03-10 15:34:55 +08001755 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1756 android:value="@string/menu_key_apps"/>
Ben Lin0cdc1032018-02-27 15:31:40 -08001757 </activity>
1758
Dianne Hackborn508fedc2010-07-28 17:10:42 -07001759 <!-- Provide direct entry into manage apps showing running services. -->
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001760 <activity android:name="Settings$RunningServicesActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001761 android:exported="true"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02001762 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001763 android:label="@string/runningservices_settings_title">
Dianne Hackbornc58c5492009-08-31 21:33:17 -07001764 <intent-filter>
1765 <action android:name="android.intent.action.MAIN" />
1766 <category android:name="android.intent.category.DEFAULT" />
1767 <category android:name="android.intent.category.MONKEY" />
1768 <category android:name="android.intent.category.VOICE_LAUNCH" />
Dianne Hackbornc58c5492009-08-31 21:33:17 -07001769 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001770 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001771 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001772 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1773 android:value="@string/menu_key_apps"/>
Zoltan Szatmary-Bande7d4982015-03-31 19:49:18 +01001774 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1775 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001776 </activity>
Amith Yamasani1bb6db52010-09-17 13:34:47 -07001777
Amith Yamasaniaf925282011-11-10 15:28:59 -08001778 <!-- Provide direct entry into manage apps showing storage usage of apps. -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001779 <activity
1780 android:name="Settings$StorageUseActivity"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02001781 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001782 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001783 android:label="@string/storageuse_settings_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001784 <intent-filter android:priority="1">
1785 <action android:name="android.intent.action.MANAGE_PACKAGE_STORAGE" />
1786 <category android:name="android.intent.category.DEFAULT" />
1787 </intent-filter>
Dianne Hackborn728ac352010-06-06 22:51:42 -07001788 <intent-filter>
1789 <action android:name="android.intent.action.MAIN" />
1790 <category android:name="android.intent.category.DEFAULT" />
1791 <category android:name="android.intent.category.MONKEY" />
1792 <category android:name="android.intent.category.VOICE_LAUNCH" />
Dianne Hackborn728ac352010-06-06 22:51:42 -07001793 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001794 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001795 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001796 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1797 android:value="@string/menu_key_apps"/>
Zoltan Szatmary-Bande7d4982015-03-31 19:49:18 +01001798 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1799 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001800 </activity>
Amith Yamasani1bb6db52010-09-17 13:34:47 -07001801
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001802 <activity
1803 android:name="Settings$NotificationStationActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001804 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001805 android:label="@string/notification_log_title">
Fan Zhang5a981772018-06-22 14:30:09 -07001806 <intent-filter android:priority="22">
Daniel Sandler328e2d22013-01-17 13:14:02 -05001807 <action android:name="android.intent.action.MAIN" />
Daniel Sandler328e2d22013-01-17 13:14:02 -05001808 <category android:name="com.android.settings.SHORTCUT" />
1809 </intent-filter>
1810 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001811 android:value="com.android.settings.notification.history.NotificationStation" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001812 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1813 android:value="@string/menu_key_notifications"/>
Daniel Sandler328e2d22013-01-17 13:14:02 -05001814 </activity>
1815
Julia Reynoldsb37d5652019-12-12 08:12:29 -05001816 <activity
1817 android:name=".notification.history.NotificationHistoryActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001818 android:exported="true"
Tsung-Mao Fangefaf49c2021-06-29 14:40:31 +08001819 android:label="@string/notification_history_title"
1820 android:theme="@style/Theme.Settings.NoActionBar">
Julia Reynolds49880c32020-02-11 14:09:42 -05001821 <intent-filter android:priority="1">
1822 <action android:name="android.settings.NOTIFICATION_HISTORY" />
1823 <category android:name="android.intent.category.DEFAULT" />
1824 </intent-filter>
Julia Reynoldsb37d5652019-12-12 08:12:29 -05001825 <intent-filter>
1826 <action android:name="android.intent.action.MAIN" />
1827 <category android:name="android.intent.category.DEFAULT" />
1828 </intent-filter>
1829 </activity>
1830
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001831 <activity android:name=".notification.zen.ZenModeVoiceActivity"
jackqdyulei71a05742017-03-22 13:33:51 -07001832 android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001833 android:exported="true"
Barnaby James0474b722015-05-10 16:24:05 -07001834 android:label="@string/zen_mode_settings_title">
Barnaby Jamesc55ea152015-04-13 14:33:53 -07001835 <intent-filter>
1836 <action android:name="android.settings.VOICE_CONTROL_DO_NOT_DISTURB_MODE" />
1837 <category android:name="android.intent.category.DEFAULT" />
1838 <category android:name="android.intent.category.VOICE" />
1839 </intent-filter>
1840 </activity>
1841
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001842 <activity
1843 android:name="Settings$LocationSettingsActivity"
1844 android:label="@string/location_settings_title"
Sunny Shaob4a5f162020-06-15 23:00:26 +08001845 android:icon="@drawable/ic_homepage_location"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001846 android:exported="true"
Yanting Yang5edcc302019-09-05 16:25:17 +08001847 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001848 <intent-filter android:priority="1">
1849 <action android:name="android.settings.LOCATION_SOURCE_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08001850 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001851 <category android:name="android.intent.category.DEFAULT" />
1852 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001853 <intent-filter android:priority="52">
Gilles Debunnea6a8a142011-06-09 11:56:17 -07001854 <action android:name="android.intent.action.MAIN" />
Gilles Debunnea6a8a142011-06-09 11:56:17 -07001855 <category android:name="com.android.settings.SHORTCUT" />
1856 </intent-filter>
1857 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Lifu Tang83ab7c92013-07-29 12:07:48 -07001858 android:value="com.android.settings.location.LocationSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001859 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1860 android:value="@string/menu_key_location"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001861 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1862 android:value="true" />
Gilles Debunnea6a8a142011-06-09 11:56:17 -07001863 </activity>
Lifu Tangf72f8302018-04-12 10:01:29 -07001864 <activity
1865 android:name="Settings$ScanningSettingsActivity"
Yu-Han Yange93c1292021-02-17 13:52:39 -08001866 android:label="@string/location_services_screen_title"
tmfang54a5d372018-10-30 16:49:12 +08001867 android:icon="@drawable/ic_homepage_location"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001868 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001869 android:configChanges="orientation|keyboardHidden|screenSize">
Lifu Tangf72f8302018-04-12 10:01:29 -07001870 <intent-filter android:priority="1">
1871 <action android:name="android.settings.LOCATION_SCANNING_SETTINGS" />
1872 <category android:name="android.intent.category.DEFAULT" />
1873 </intent-filter>
1874 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Yu-Han Yange93c1292021-02-17 13:52:39 -08001875 android:value="com.android.settings.location.LocationServices" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001876 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1877 android:value="@string/menu_key_location"/>
Lifu Tangf72f8302018-04-12 10:01:29 -07001878 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1879 android:value="true" />
1880 </activity>
Gilles Debunnea6a8a142011-06-09 11:56:17 -07001881
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001882 <activity
Weng Su9e6966d2021-10-13 23:08:50 +08001883 android:name="Settings$WifiScanningSettingsActivity"
1884 android:label="@string/location_scanning_wifi_always_scanning_title"
1885 android:icon="@drawable/ic_homepage_location"
1886 android:exported="true"
1887 android:permission="android.permission.CHANGE_WIFI_STATE"
1888 android:configChanges="orientation|keyboardHidden|screenSize">
1889 <intent-filter android:priority="1">
1890 <action android:name="android.settings.WIFI_SCANNING_SETTINGS" />
1891 <category android:name="android.intent.category.DEFAULT" />
1892 </intent-filter>
1893 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1894 android:value="com.android.settings.location.WifiScanningFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001895 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1896 android:value="@string/menu_key_location"/>
Weng Su9e6966d2021-10-13 23:08:50 +08001897 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1898 android:value="true" />
1899 </activity>
1900
1901 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001902 android:name=".Settings$SecurityDashboardActivity"
1903 android:label="@string/security_settings_title"
1904 android:icon="@drawable/ic_homepage_security"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001905 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001906 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001907 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001908 <action android:name="android.settings.SECURITY_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08001909 <category android:name="android.intent.category.BROWSABLE" />
Chia-chi Yeh9cec6982009-09-22 23:59:01 +08001910 <action android:name="android.credentials.UNLOCK" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001911 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001912 </intent-filter>
1913 <intent-filter>
1914 <action android:name="android.intent.action.MAIN" />
1915 <category android:name="android.intent.category.DEFAULT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001916 <category android:name="android.intent.category.VOICE_LAUNCH" />
1917 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001918 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangb9164562017-11-03 09:35:12 -07001919 android:value="com.android.settings.security.SecuritySettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001920 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1921 android:value="@string/menu_key_security"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001922 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1923 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001924 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001925
Yuri Ufimtsev4eea1262021-12-03 15:43:11 +00001926 <activity
1927 android:name="Settings$SecurityAdvancedSettings"
1928 android:label="@string/security_advanced_settings"
1929 android:exported="true"
1930 android:icon="@drawable/ic_settings_security">
1931 <intent-filter android:priority="1">
1932 <action android:name="com.android.settings.security.SECURITY_ADVANCED_SETTINGS" />
1933 <category android:name="android.intent.category.DEFAULT" />
1934 </intent-filter>
1935 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1936 android:value="com.android.settings.security.SecurityAdvancedSettings" />
Simon Wingroveea8a4ad2022-10-17 15:05:15 +01001937 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1938 android:value="@string/menu_key_security"/>
Yuri Ufimtsev4eea1262021-12-03 15:43:11 +00001939 </activity>
1940
Prabal Singh52ba1332022-12-06 14:28:10 +00001941 <activity
1942 android:name="Settings$MoreSecurityPrivacySettingsActivity"
1943 android:label="@string/more_security_privacy_settings"
1944 android:exported="true">
1945 <intent-filter android:priority="1">
1946 <action android:name="com.android.settings.MORE_SECURITY_PRIVACY_SETTINGS" />
1947 <category android:name="android.intent.category.DEFAULT" />
1948 </intent-filter>
Prabal Singh9afbd452022-12-19 00:28:36 +00001949 <intent-filter>
1950 <action android:name="android.settings.PRIVACY_ADVANCED_SETTINGS" />
1951 <category android:name="android.intent.category.DEFAULT" />
1952 </intent-filter>
Prabal Singh52ba1332022-12-06 14:28:10 +00001953 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1954 android:value="com.android.settings.safetycenter.MoreSecurityPrivacyFragment" />
1955 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1956 android:value="@string/menu_key_safety_center"/>
1957 </activity>
1958
Maggie Benthall9d6c40e2013-09-05 15:33:58 -04001959 <activity android:name="MonitoringCertInfoActivity"
Victor Change8a46f22016-04-19 17:45:07 +01001960 android:label=""
Maggie Benthall9d6c40e2013-09-05 15:33:58 -04001961 android:theme="@style/Transparent"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001962 android:exported="true"
Fan Zhang416ff0a2018-10-26 15:39:39 -07001963 android:excludeFromRecents="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001964 <intent-filter android:priority="1">
1965 <action android:name="com.android.settings.MONITORING_CERT_INFO" />
1966 <category android:name="android.intent.category.DEFAULT" />
1967 </intent-filter>
Maggie Benthall9d6c40e2013-09-05 15:33:58 -04001968 </activity>
1969
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001970 <activity
1971 android:name="Settings$TrustedCredentialsSettingsActivity"
1972 android:label="@string/trusted_credentials"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001973 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001974 android:icon="@drawable/ic_settings_security">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001975 <intent-filter android:priority="1">
Geoffrey Borggaardfc6bc202013-08-09 11:44:42 -04001976 <action android:name="com.android.settings.TRUSTED_CREDENTIALS" />
1977 <action android:name="com.android.settings.TRUSTED_CREDENTIALS_USER" />
1978 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001979 </intent-filter>
Geoffrey Borggaardfc6bc202013-08-09 11:44:42 -04001980 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1981 android:value="com.android.settings.TrustedCredentialsSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001982 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1983 android:value="@string/menu_key_security"/>
Victor Chang37afa282016-04-07 21:20:38 +01001984 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1985 android:value="true" />
Geoffrey Borggaardfc6bc202013-08-09 11:44:42 -04001986 </activity>
1987
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001988 <activity android:name="Settings$PrivacySettingsActivity"
Amith Yamasanie65c9432009-09-22 13:50:19 -07001989 android:label="@string/privacy_settings_title"
Jason Monk4da79e02015-09-10 10:54:36 -04001990 android:icon="@drawable/ic_settings_backup"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001991 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001992 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001993 <intent-filter>
1994 <action android:name="android.intent.action.MAIN" />
1995 <category android:name="android.intent.category.DEFAULT" />
Amith Yamasanie65c9432009-09-22 13:50:19 -07001996 <category android:name="android.intent.category.VOICE_LAUNCH" />
1997 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001998 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
sunnyshao15ec2cf2018-03-29 19:50:20 +08001999 android:value="com.android.settings.backup.PrivacySettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002000 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2001 android:value="@string/menu_key_privacy"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002002 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2003 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07002004 </activity>
Amith Yamasanie65c9432009-09-22 13:50:19 -07002005
Fan Zhang11482d22019-02-06 10:37:03 -08002006 <activity android:name="Settings$PrivacyDashboardActivity"
2007 android:label="@string/privacy_dashboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002008 android:exported="true"
Fan Zhang11482d22019-02-06 10:37:03 -08002009 android:icon="@drawable/ic_settings_privacy">
2010 <intent-filter>
2011 <action android:name="android.settings.PRIVACY_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08002012 <category android:name="android.intent.category.BROWSABLE" />
Fan Zhang11482d22019-02-06 10:37:03 -08002013 <category android:name="android.intent.category.DEFAULT" />
2014 </intent-filter>
Felipe Lemea71991a2019-03-07 15:33:51 -08002015 <intent-filter android:priority="1">
2016 <action android:name="android.settings.REQUEST_ENABLE_CONTENT_CAPTURE" />
2017 <category android:name="android.intent.category.DEFAULT" />
2018 </intent-filter>
Fan Zhang11482d22019-02-06 10:37:03 -08002019 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2020 android:value="com.android.settings.privacy.PrivacyDashboardFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002021 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2022 android:value="@string/menu_key_privacy"/>
tmfangbf2989a2019-04-24 10:29:46 +08002023 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2024 android:value="true" />
Fan Zhang11482d22019-02-06 10:37:03 -08002025 </activity>
2026
Nate Myrend1749cf2022-04-22 13:58:50 -07002027 <activity android:name="Settings$PrivacyControlsActivity"
2028 android:label="@string/privacy_controls_title"
2029 android:exported="true"
2030 android:icon="@drawable/ic_settings_privacy">
2031 <intent-filter android:priority="1">
2032 <action android:name="android.settings.PRIVACY_CONTROLS" />
2033 <category android:name="android.intent.category.DEFAULT" />
2034 </intent-filter>
2035 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2036 android:value="com.android.settings.privacy.PrivacyControlsFragment" />
2037 </activity>
2038
alinasuarez6ffa9da2021-07-14 18:59:31 +00002039 <activity android:name=".development.tare.TareHomePage"
2040 android:label="@string/tare_settings"
2041 android:exported="false" />
2042
alinasuarezaef6ac22021-07-30 20:25:19 +00002043 <activity android:name=".development.tare.DropdownActivity"
2044 android:exported="false" />
2045
Christopher Tate4f338782011-07-25 12:09:10 -07002046 <activity android:name="SetFullBackupPassword"
Doris Ling03a3b512017-10-18 14:25:01 -07002047 android:label="@string/local_backup_password_title"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002048 android:exported="false" />
Christopher Tate4f338782011-07-25 12:09:10 -07002049
Eran Messeri1e9bd272019-01-24 10:12:01 +00002050 <activity android:name=".security.CredentialStorage"
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08002051 android:theme="@style/Transparent"
Amith Yamasanib9812022011-08-26 15:39:16 -07002052 android:launchMode="singleTop"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002053 android:exported="true"
Gilles Debunneab189bd2011-07-06 13:10:16 -07002054 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002055 <intent-filter android:priority="1">
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08002056 <action android:name="com.android.credentials.INSTALL" />
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08002057 <action android:name="com.android.credentials.RESET" />
2058 <category android:name="android.intent.category.DEFAULT" />
2059 </intent-filter>
2060 </activity>
2061
Alex Johnstonc0c75a32019-10-18 14:20:27 +01002062 <activity android:name=".security.InstallCaCertificateWarning"
2063 android:theme="@style/GlifV3Theme.Light"
2064 android:exported="false">
2065 </activity>
2066
Alex Johnston580b7af2020-11-26 12:40:38 +00002067 <activity android:name=".security.RequestManageCredentials"
Alex Johnston8d06d632021-06-21 23:33:17 +01002068 android:theme="@style/Theme.SubSettings"
Alex Johnston580b7af2020-11-26 12:40:38 +00002069 android:exported="true">
2070 <intent-filter>
2071 <action android:name="android.security.MANAGE_CREDENTIALS"/>
2072 <category android:name="android.intent.category.DEFAULT"/>
2073 </intent-filter>
2074 </activity>
2075
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002076 <activity
2077 android:name="Settings$DeviceAdminSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002078 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002079 android:label="@string/device_admin_settings_title">
Dianne Hackbornfeff6522010-01-12 18:18:05 -08002080 <intent-filter>
2081 <action android:name="android.intent.action.MAIN" />
Dianne Hackbornfeff6522010-01-12 18:18:05 -08002082 <category android:name="android.intent.category.DEFAULT" />
2083 <category android:name="android.intent.category.VOICE_LAUNCH" />
Dianne Hackbornfeff6522010-01-12 18:18:05 -08002084 </intent-filter>
Amith Yamasania1d01842011-01-24 16:02:11 -08002085 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangca6d86c2018-06-14 12:52:06 -07002086 android:value="com.android.settings.applications.specialaccess.deviceadmin.DeviceAdminSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002087 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2088 android:value="@string/menu_key_security"/>
Dianne Hackbornfeff6522010-01-12 18:18:05 -08002089 </activity>
2090
Amith Yamasaniaf925282011-11-10 15:28:59 -08002091 <!-- Keep compatibility with old shortcuts. -->
2092 <activity-alias android:name="DeviceAdminSettings"
2093 android:label="@string/device_admin_settings_title"
Amith Yamasaniaf925282011-11-10 15:28:59 -08002094 android:exported="true"
2095 android:targetActivity="Settings$DeviceAdminSettingsActivity">
2096 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangca6d86c2018-06-14 12:52:06 -07002097 android:value="com.android.settings.applications.specialaccess.deviceadmin.DeviceAdminSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002098 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2099 android:value="@string/menu_key_security"/>
Amith Yamasaniaf925282011-11-10 15:28:59 -08002100 </activity-alias>
2101
Fan Zhangca6d86c2018-06-14 12:52:06 -07002102 <activity android:name=".applications.specialaccess.deviceadmin.DeviceAdminAdd"
Michael Wachenschwanz35eef602019-04-25 16:07:39 -07002103 android:label="@string/device_admin_add_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002104 android:exported="true"
Tsung-Mao Fangefaf49c2021-06-29 14:40:31 +08002105 android:clearTaskOnLaunch="true"
2106 android:theme="@style/Theme.Settings.NoActionBar">
Tsung-Mao Fang56e9b252022-03-16 18:03:40 +08002107 <intent-filter android:priority="1000">
Dianne Hackborn28429032010-01-25 18:56:17 -08002108 <action android:name="android.app.action.ADD_DEVICE_ADMIN" />
2109 <category android:name="android.intent.category.DEFAULT" />
2110 </intent-filter>
2111 </activity>
2112
Michael Wachenschwanz35eef602019-04-25 16:07:39 -07002113 <activity android:name=".applications.specialaccess.deviceadmin.ProfileOwnerAdd"
2114 android:excludeFromRecents="true"
2115 android:theme="@style/Transparent"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002116 android:exported="true"
Michael Wachenschwanz35eef602019-04-25 16:07:39 -07002117 android:clearTaskOnLaunch="true">
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002118 <intent-filter android:priority="1000">
2119 <action android:name="android.app.action.SET_PROFILE_OWNER" />
2120 <category android:name="android.intent.category.DEFAULT" />
2121 </intent-filter>
Michael Wachenschwanz35eef602019-04-25 16:07:39 -07002122 </activity>
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002123
2124 <activity
2125 android:name="Settings$UsageAccessSettingsActivity"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02002126 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002127 android:exported="true"
Fan Zhangc7635e52019-03-04 14:27:08 -08002128 android:label="@string/usage_access_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002129 <intent-filter android:priority="1">
2130 <action android:name="android.settings.USAGE_ACCESS_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08002131 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002132 <category android:name="android.intent.category.DEFAULT" />
2133 </intent-filter>
Dianne Hackbornb51253c2014-08-12 15:08:04 -07002134 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07002135 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002136 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2137 android:value="@string/menu_key_apps"/>
Raff Tsai613f15a2020-01-05 21:56:35 +08002138 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2139 android:value="true" />
Dianne Hackbornb51253c2014-08-12 15:08:04 -07002140 </activity>
2141
Fan Zhang104ee2e2018-09-20 16:21:53 -07002142 <activity
2143 android:name="Settings$AppUsageAccessSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002144 android:exported="true"
Arc Wang358dd2b2022-05-06 04:07:50 +00002145 android:label="@string/usage_access_title">
Fan Zhang104ee2e2018-09-20 16:21:53 -07002146 <intent-filter>
2147 <action android:name="android.settings.USAGE_ACCESS_SETTINGS"/>
2148 <category android:name="android.intent.category.DEFAULT"/>
2149 <data android:scheme="package"/>
2150 </intent-filter>
2151 <meta-data
2152 android:name="com.android.settings.FRAGMENT_CLASS"
2153 android:value="com.android.settings.applications.UsageAccessDetails"/>
Jason Chiu646a31e2021-11-10 11:56:00 +08002154 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2155 android:value="@string/menu_key_apps"/>
Fan Zhang104ee2e2018-09-20 16:21:53 -07002156 </activity>
2157
Jason Monkb7e43802016-06-06 16:01:58 -04002158 <activity android:name="Settings$IccLockSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002159 android:exported="true"
Bonian Chencd1fd102020-02-10 02:38:25 +08002160 android:label="@string/sim_lock_settings">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002161 <intent-filter>
2162 <action android:name="android.intent.action.MAIN" />
2163 <category android:name="android.intent.category.DEFAULT" />
2164 <category android:name="android.intent.category.VOICE_LAUNCH" />
2165 </intent-filter>
Jason Monkb7e43802016-06-06 16:01:58 -04002166 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2167 android:value="com.android.settings.IccLockSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002168 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2169 android:value="@string/menu_key_security"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002170 </activity>
2171
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002172 <activity
2173 android:name="Settings$AccessibilitySettingsActivity"
2174 android:label="@string/accessibility_settings"
2175 android:icon="@drawable/ic_homepage_accessibility"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002176 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002177 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002178 <intent-filter android:priority="1">
2179 <action android:name="android.settings.ACCESSIBILITY_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08002180 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002181 <category android:name="android.intent.category.DEFAULT" />
2182 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07002183 <intent-filter android:priority="60">
svetoslavganova05d0dc2009-05-14 22:26:34 -07002184 <action android:name="android.intent.action.MAIN" />
Costin Manolache672b3c62011-07-21 10:38:15 -07002185 <category android:name="com.android.settings.SHORTCUT" />
svetoslavganova05d0dc2009-05-14 22:26:34 -07002186 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07002187 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Alan Viverette341ff662013-07-18 17:49:33 -07002188 android:value="com.android.settings.accessibility.AccessibilitySettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002189 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2190 android:value="@string/menu_key_accessibility"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002191 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2192 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07002193 </activity>
Michael Chan732c1da2010-04-06 14:49:30 -07002194
Jackal Guo29365512019-02-14 15:19:53 +08002195 <activity
2196 android:name="Settings$AccessibilityDetailsSettingsActivity"
2197 android:label="@string/accessibility_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002198 android:exported="true"
Jackal Guo29365512019-02-14 15:19:53 +08002199 android:permission="android.permission.OPEN_ACCESSIBILITY_DETAILS_SETTINGS">
2200 <intent-filter android:priority="1">
2201 <action android:name="android.settings.ACCESSIBILITY_DETAILS_SETTINGS" />
2202 <category android:name="android.intent.category.DEFAULT" />
2203 </intent-filter>
2204 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2205 android:value="com.android.settings.accessibility.AccessibilityDetailsSettingsFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002206 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2207 android:value="@string/menu_key_accessibility"/>
Jackal Guo29365512019-02-14 15:19:53 +08002208 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2209 android:value="true" />
2210 </activity>
2211
Anna Galuszab1795f52016-01-08 14:37:16 -08002212 <activity android:name=".accessibility.AccessibilitySettingsForSetupWizardActivity"
Maurice Lamf3c5b4d2017-06-08 20:17:18 -07002213 android:icon="@drawable/ic_accessibility_suggestion"
Anna Galuszab1795f52016-01-08 14:37:16 -08002214 android:label="@string/vision_settings_title"
Peter_Liangd2fc78d2022-03-09 21:17:35 +08002215 android:exported="true">
Anna Galuszab1795f52016-01-08 14:37:16 -08002216 <intent-filter android:priority="1">
2217 <action android:name="android.settings.ACCESSIBILITY_SETTINGS_FOR_SUW" />
2218 <category android:name="android.intent.category.DEFAULT" />
2219 </intent-filter>
cnchen7a83d512019-05-06 10:19:10 +08002220 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2221 android:value="com.android.settings.accessibility.AccessibilitySettingsForSetupWizard" />
2222 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2223 android:value="true" />
2224 </activity>
2225
2226 <activity-alias
2227 android:name=".FontSizeSettingsForSetupWizardActivity"
2228 android:exported="true"
2229 android:targetActivity=".accessibility.AccessibilitySettingsForSetupWizardActivity">
Maurice Lamf3c5b4d2017-06-08 20:17:18 -07002230 <intent-filter>
2231 <action android:name="android.intent.action.MAIN" />
Maurice Lamf3c5b4d2017-06-08 20:17:18 -07002232 </intent-filter>
2233 <meta-data android:name="com.android.settings.title"
2234 android:resource="@string/vision_settings_suggestion_title" />
Maurice Lam992fa862017-06-09 16:14:36 -07002235 <meta-data android:name="com.android.settings.icon_tintable"
2236 android:value="true" />
Anna Galuszab1795f52016-01-08 14:37:16 -08002237 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2238 android:value="com.android.settings.accessibility.AccessibilitySettingsForSetupWizard" />
cnchen7a83d512019-05-06 10:19:10 +08002239 </activity-alias>
Anna Galuszab1795f52016-01-08 14:37:16 -08002240
Peter_Liangefb44b72022-01-25 09:05:23 +08002241 <activity-alias
2242 android:name=".TextReadingForSetupWizardActivity"
2243 android:exported="true"
2244 android:icon="@drawable/ic_font_download"
2245 android:targetActivity=".accessibility.AccessibilitySettingsForSetupWizardActivity">
2246 <intent-filter>
2247 <action android:name="android.intent.action.MAIN" />
2248 <!-- TODO(b/1352717): Consider replacing it with another category, temporarily
2249 using an older one to avoid side problems. -->
2250 <category android:name="com.android.settings.suggested.category.DISPLAY_SETTINGS" />
2251 </intent-filter>
2252
2253 <meta-data
2254 android:name="com.android.settings.title"
Peter_Liang61264d02022-02-12 17:36:20 +08002255 android:resource="@string/accessibility_text_reading_options_suggestion_title" />
Peter_Liangefb44b72022-01-25 09:05:23 +08002256 <meta-data
2257 android:name="com.android.settings.icon_tintable"
2258 android:value="true" />
2259 <meta-data
2260 android:name="com.android.settings.FRAGMENT_CLASS"
2261 android:value="com.android.settings.accessibility.TextReadingPreferenceFragmentForSetupWizard" />
2262 </activity-alias>
2263
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002264 <activity
menghanli38714382022-09-28 13:14:51 +08002265 android:name="Settings$TextReadingSettingsActivity"
2266 android:exported="true"
2267 android:label="@string/accessibility_text_reading_options_title">
2268 <intent-filter>
menghanli0d2c2c42022-10-05 12:14:53 +08002269 <action android:name="android.settings.TEXT_READING_SETTINGS" />
menghanli38714382022-09-28 13:14:51 +08002270 <category android:name="android.intent.category.DEFAULT" />
2271 </intent-filter>
2272 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2273 android:value="com.android.settings.accessibility.TextReadingPreferenceFragment" />
2274 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2275 android:value="@string/menu_key_accessibility"/>
2276 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2277 android:value="true" />
2278 </activity>
2279
2280 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002281 android:name="Settings$AccessibilityDaltonizerSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002282 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002283 android:label="@string/accessibility_display_daltonizer_preference_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002284 <intent-filter android:priority="1">
2285 <action android:name="com.android.settings.ACCESSIBILITY_COLOR_SPACE_SETTINGS" />
2286 <category android:name="android.intent.category.DEFAULT" />
2287 </intent-filter>
Alan Viverettefc0ab212013-10-02 16:36:33 -07002288 <intent-filter>
2289 <action android:name="android.intent.action.MAIN" />
Alan Viverettefc0ab212013-10-02 16:36:33 -07002290 <category android:name="android.intent.category.DEFAULT" />
2291 </intent-filter>
2292 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2293 android:value="com.android.settings.accessibility.ToggleDaltonizerPreferenceFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002294 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2295 android:value="@string/menu_key_accessibility"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002296 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2297 android:value="true" />
Alan Viverettefc0ab212013-10-02 16:36:33 -07002298 </activity>
2299
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002300 <activity
Sally9fe91b92020-10-16 22:45:27 +00002301 android:name="Settings$ReduceBrightColorsSettingsActivity"
2302 android:exported="true"
2303 android:label="@string/reduce_bright_colors_preference_title">
2304 <intent-filter android:priority="1">
2305 <action android:name="android.settings.REDUCE_BRIGHT_COLORS_SETTINGS" />
2306 <category android:name="android.intent.category.DEFAULT" />
2307 </intent-filter>
2308 <intent-filter>
2309 <action android:name="android.intent.action.MAIN" />
2310 <category android:name="android.intent.category.DEFAULT" />
2311 </intent-filter>
2312 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2313 android:value="com.android.settings.accessibility.ToggleReduceBrightColorsPreferenceFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002314 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2315 android:value="@string/menu_key_accessibility"/>
Sally9fe91b92020-10-16 22:45:27 +00002316 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2317 android:value="true" />
2318 </activity>
2319
2320 <activity
jasonwshsu9fcd1f92021-10-08 15:43:08 +08002321 android:name="Settings$AccessibilityInversionSettingsActivity"
2322 android:exported="true"
2323 android:label="@string/accessibility_display_inversion_preference_title">
2324 <intent-filter android:priority="1">
2325 <action android:name="android.settings.COLOR_INVERSION_SETTINGS" />
2326 <category android:name="android.intent.category.DEFAULT" />
2327 </intent-filter>
2328 <intent-filter>
2329 <action android:name="android.intent.action.MAIN" />
2330 <category android:name="android.intent.category.DEFAULT" />
2331 </intent-filter>
2332 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2333 android:value="com.android.settings.accessibility.ToggleColorInversionPreferenceFragment" />
2334 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2335 android:value="@string/menu_key_accessibility"/>
2336 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2337 android:value="true" />
2338 </activity>
2339
2340 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002341 android:name="Settings$CaptioningSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002342 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002343 android:label="@string/accessibility_captioning_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002344 <intent-filter android:priority="1">
2345 <action android:name="android.settings.CAPTIONING_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08002346 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002347 <category android:name="android.intent.category.DEFAULT" />
2348 </intent-filter>
Alan Viverettecc0e7822013-08-06 13:53:58 -07002349 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
menghanlie5712562022-08-01 16:47:12 +08002350 android:value="com.android.settings.accessibility.CaptioningPropertiesFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002351 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2352 android:value="@string/menu_key_accessibility"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002353 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2354 android:value="true" />
Alan Viverettecc0e7822013-08-06 13:53:58 -07002355 </activity>
2356
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002357 <activity
menghanli3c62eb12022-10-04 08:13:16 +08002358 android:name="Settings$ColorAndMotionActivity"
2359 android:exported="true"
2360 android:label="@string/accessibility_color_and_motion_title">
2361 <intent-filter>
menghanli0d2c2c42022-10-05 12:14:53 +08002362 <action android:name="android.settings.ACCESSIBILITY_COLOR_MOTION_SETTINGS" />
menghanli3c62eb12022-10-04 08:13:16 +08002363 <category android:name="android.intent.category.DEFAULT" />
2364 </intent-filter>
2365 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2366 android:value="com.android.settings.accessibility.ColorAndMotionFragment" />
2367 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2368 android:value="@string/menu_key_accessibility"/>
2369 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2370 android:value="true" />
2371 </activity>
2372
2373 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002374 android:name="Settings$TextToSpeechSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002375 android:exported="true"
Fan Zhangbcd8a252019-04-29 13:35:20 -07002376 android:label="@string/tts_settings">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002377 <intent-filter android:priority="1">
Jean-Michel Trivied29a652009-06-05 18:37:29 -07002378 <action android:name="com.android.settings.TTS_SETTINGS" />
Dianne Hackborn116d85e2009-06-26 18:20:23 -07002379 <category android:name="android.intent.category.DEFAULT" />
Jean-Michel Trivied29a652009-06-05 18:37:29 -07002380 </intent-filter>
Gilles Debunneab189bd2011-07-06 13:10:16 -07002381 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Narayan Kamathfdd94d82011-11-04 16:12:27 +00002382 android:value="com.android.settings.tts.TextToSpeechSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002383 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2384 android:value="@string/menu_key_accessibility"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002385 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2386 android:value="true" />
Jean-Michel Trivied29a652009-06-05 18:37:29 -07002387 </activity>
2388
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002389 <activity
2390 android:name="Settings$EnterprisePrivacySettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002391 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002392 android:label="@string/enterprise_privacy_settings">
Bartosz Fabianowski0e4a1e52016-11-28 19:16:34 +01002393 <intent-filter>
2394 <action android:name="android.settings.ENTERPRISE_PRIVACY_SETTINGS" />
2395 <category android:name="android.intent.category.DEFAULT" />
2396 </intent-filter>
Bartosz Fabianowski05061fc2016-11-14 12:04:49 +01002397 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2398 android:value="com.android.settings.enterprise.EnterprisePrivacySettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002399 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2400 android:value="@string/menu_key_privacy"/>
Bartosz Fabianowski05061fc2016-11-14 12:04:49 +01002401 </activity>
2402
Jim Miller9757e302010-12-17 18:23:23 -08002403 <!-- Lock screen settings -->
Maurice Lam2eb170c2017-04-28 16:18:47 -07002404 <activity android:name=".password.ConfirmDeviceCredentialActivity"
Amith Yamasani39fb0622014-12-17 10:52:52 -08002405 android:exported="true"
Mill Chen078af332019-04-04 15:39:27 -07002406 android:taskAffinity="com.android.settings.workmode"
Kevin Chynb3ee2312018-10-04 15:01:43 -07002407 android:theme="@android:style/Theme.Translucent.NoTitleBar">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002408 <intent-filter android:priority="1">
Jim Miller75fe9e02014-08-13 14:52:52 -07002409 <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL" />
Adrian Roos5a9a3cd2017-03-30 18:02:25 -07002410 <action android:name="android.app.action.CONFIRM_FRP_CREDENTIAL" />
Rhed Jaof01b99e2023-05-18 11:16:22 +00002411 <action android:name="android.app.action.PREPARE_REPAIR_MODE_DEVICE_CREDENTIAL" />
Rhed Jaob7a4a7d2023-04-17 11:39:40 +00002412 <action android:name="android.app.action.CONFIRM_REPAIR_MODE_DEVICE_CREDENTIAL" />
Jim Miller75fe9e02014-08-13 14:52:52 -07002413 <category android:name="android.intent.category.DEFAULT" />
2414 </intent-filter>
Jay Civelli09b52282014-07-10 17:27:07 -07002415 </activity>
Maurice Lam2eb170c2017-04-28 16:18:47 -07002416 <!-- Activity alias for compatibility -->
2417 <activity-alias android:name=".ConfirmDeviceCredentialActivity"
2418 android:targetActivity=".password.ConfirmDeviceCredentialActivity"
2419 android:exported="true" />
Brian Leed4f8e582022-12-05 15:58:01 -08002420 <!-- Activity alias for remote lockscreen validation. Enforces required permission -->
2421 <activity-alias
2422 android:name=".ConfirmRemoteDeviceCredentialActivity"
2423 android:targetActivity=".password.ConfirmDeviceCredentialActivity"
2424 android:permission="android.permission.CHECK_REMOTE_LOCKSCREEN"
2425 android:exported="true">
2426 <intent-filter>
2427 <action android:name="android.app.action.CONFIRM_REMOTE_DEVICE_CREDENTIAL"/>
2428 <category android:name="android.intent.category.DEFAULT" />
2429 </intent-filter>
2430 </activity-alias>
Jay Civelli09b52282014-07-10 17:27:07 -07002431
Clara Bayarric5cde052015-10-22 17:24:43 +01002432 <!-- Note this must not be exported since it authenticates the given user -->
Maurice Lam2eb170c2017-04-28 16:18:47 -07002433 <activity android:name=".password.ConfirmDeviceCredentialActivity$InternalActivity"
Clara Bayarric5cde052015-10-22 17:24:43 +01002434 android:exported="false"
2435 android:permission="android.permission.MANAGE_USERS"
Mill Chen078af332019-04-04 15:39:27 -07002436 android:taskAffinity="com.android.settings.workmode"
Kevin Chyn127da9c2018-11-09 16:13:53 -08002437 android:theme="@android:style/Theme.Translucent.NoTitleBar">
Clara Bayarric5cde052015-10-22 17:24:43 +01002438 <intent-filter android:priority="1">
2439 <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL_WITH_USER" />
2440 <category android:name="android.intent.category.DEFAULT" />
2441 </intent-filter>
2442 </activity>
2443
Maurice Lamecd2b7b2014-12-01 10:41:49 -08002444 <activity android:name=".SetupRedactionInterstitial"
Udam Sainidd05ab72016-03-21 17:35:08 -07002445 android:enabled="false"
2446 android:exported="true"
pastychang79614822019-01-03 10:12:54 +08002447 android:theme="@style/SudThemeGlif.DayNight"
Maurice Lam43366f12016-08-05 16:57:59 -07002448 android:label="@string/lock_screen_notifications_interstitial_title"
Udam Sainidd05ab72016-03-21 17:35:08 -07002449 android:icon="@drawable/ic_suggested_notifications">
2450 <intent-filter>
2451 <action android:name="android.intent.action.MAIN" />
Maurice Lam4331a2e2017-06-07 20:59:51 -07002452 <category android:name="com.android.settings.suggested.category.LOCK_SCREEN_REDACTION" />
Udam Sainidd05ab72016-03-21 17:35:08 -07002453 </intent-filter>
2454 <meta-data android:name="com.android.settings.require_user_type"
2455 android:value="primary" />
2456 <meta-data android:name="com.android.settings.title"
2457 android:resource="@string/notification_suggestion_title" />
2458 <meta-data android:name="com.android.settings.summary"
2459 android:resource="@string/notification_suggestion_summary" />
Maurice Lam992fa862017-06-09 16:14:36 -07002460 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
Udam Sainidd05ab72016-03-21 17:35:08 -07002461 </activity>
Maurice Lamecd2b7b2014-12-01 10:41:49 -08002462
Maurice Lamd189ac52016-06-15 13:39:34 -07002463 <activity android:name=".notification.RedactionInterstitial"
Maurice Lame0e81b62017-04-05 12:10:37 -07002464 android:theme="@style/GlifTheme.Light" />
Chris Wren51ae3322014-08-28 15:45:31 -04002465
2466 <activity android:name=".notification.RedactionSettingsStandalone"
2467 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002468 <intent-filter android:priority="1">
Chris Wren51ae3322014-08-28 15:45:31 -04002469 <action android:name="android.settings.ACTION_APP_NOTIFICATION_REDACTION" />
2470 <category android:name="android.intent.category.DEFAULT" />
2471 </intent-filter>
2472 </activity>
Jay Civelli09b52282014-07-10 17:27:07 -07002473
Maurice Lam2eb170c2017-04-28 16:18:47 -07002474 <activity android:name=".password.ConfirmLockPattern"
Maurice Lame0e81b62017-04-05 12:10:37 -07002475 android:theme="@style/GlifTheme.Light"/>
Michael Chan503c2362009-12-08 22:18:23 -08002476
Maurice Lam2eb170c2017-04-28 16:18:47 -07002477 <activity android:name=".password.ConfirmLockPassword"
Jorim Jaggiff41a9a2015-06-09 15:31:28 -07002478 android:windowSoftInputMode="stateHidden|adjustResize"
Maurice Lame0e81b62017-04-05 12:10:37 -07002479 android:theme="@style/GlifTheme.Light"/>
Jim Miller9757e302010-12-17 18:23:23 -08002480
Pavel Grafov04f783c2020-02-13 21:39:37 +00002481 <activity android:name=".password.ForgotPasswordActivity"
Oli Thompsoncff34af2022-10-31 14:27:17 +00002482 android:theme="@style/GlifV3Theme.DayNight"
Pavel Grafov04f783c2020-02-13 21:39:37 +00002483 android:exported="false"/>
2484
Joe Bolingera8808f72021-06-10 13:36:38 -07002485 <activity android:name=".biometrics.face.FaceEnrollParentalConsent"
2486 android:exported="false"
2487 android:screenOrientation="portrait"/>
2488
Kevin Chyn22b4edd2018-07-30 19:20:01 -07002489 <activity android:name=".biometrics.face.FaceEnrollIntroduction"
Yuri Ufimtsevbe982452022-03-09 09:49:15 +00002490 android:exported="true"
2491 android:screenOrientation="portrait">
Curtis Belmonte3de8abe2021-11-02 14:03:47 -07002492 <intent-filter>
2493 <action android:name="android.settings.FACE_ENROLL"/>
2494 <category android:name="android.intent.category.DEFAULT"/>
2495 </intent-filter>
2496 </activity>
Kevin Chyn22b4edd2018-07-30 19:20:01 -07002497
Yuri Ufimtsevbe982452022-03-09 09:49:15 +00002498 <activity android:name=".biometrics.face.FaceEnrollIntroductionInternal"
2499 android:exported="false"
2500 android:screenOrientation="portrait"
2501 android:taskAffinity="com.android.settings.root" />
2502
joshmccloskey04582622019-05-06 21:42:14 -07002503 <activity android:name=".biometrics.face.FaceEnrollEducation"
2504 android:exported="false"
2505 android:screenOrientation="portrait"/>
2506
Kevin Chyn22b4edd2018-07-30 19:20:01 -07002507 <activity android:name=".biometrics.face.FaceEnrollEnrolling"
2508 android:exported="false"
2509 android:screenOrientation="portrait"/>
2510
2511 <activity android:name=".biometrics.face.FaceEnrollFinish"
2512 android:exported="false"
2513 android:screenOrientation="portrait"/>
Kevin Chyn4882e872018-06-25 17:58:31 -07002514
Joe Bolingerfb515ed2021-06-16 14:07:37 -07002515 <activity android:name=".biometrics.BiometricHandoffActivity"
Joe Bolingerdde461d2021-12-01 00:59:57 +00002516 android:exported="false"/>
Joe Bolingerfb515ed2021-06-16 14:07:37 -07002517
Kevin Chyn5ab064f2019-04-12 15:19:12 -07002518 <!-- Must not be exported -->
2519 <activity android:name=".biometrics.BiometricEnrollActivity$InternalActivity"
2520 android:exported="false"
2521 android:theme="@style/GlifTheme.Light"/>
2522
Kevin Chyn66d09a42018-10-31 13:30:44 -07002523 <activity android:name=".biometrics.BiometricEnrollActivity"
2524 android:exported="true"
Milton Wua4f30402022-04-18 17:18:57 +08002525 android:configChanges="orientation|screenSize|keyboard|keyboardHidden|smallestScreenSize|screenLayout|density"
Kevin Chyn66d09a42018-10-31 13:30:44 -07002526 android:theme="@style/GlifTheme.Light">
2527 <intent-filter>
2528 <action android:name="android.settings.BIOMETRIC_ENROLL" />
Han Xub7d10772022-08-15 19:19:55 +08002529 <category android:name="android.intent.category.BROWSABLE" />
Kevin Chyn66d09a42018-10-31 13:30:44 -07002530 <category android:name="android.intent.category.DEFAULT" />
2531 </intent-filter>
2532 </activity>
2533
Yuri Ufimtsevbe982452022-03-09 09:49:15 +00002534 <activity android:name=".biometrics.fingerprint.FingerprintSettings"
2535 android:exported="false"
2536 android:taskAffinity="com.android.settings.root" />
Kevin Chyn871e55f2018-06-25 16:50:52 -07002537 <activity android:name=".biometrics.fingerprint.FingerprintEnrollFindSensor" android:exported="false"/>
2538 <activity android:name=".biometrics.fingerprint.FingerprintEnrollEnrolling" android:exported="false"/>
2539 <activity android:name=".biometrics.fingerprint.FingerprintEnrollFinish" android:exported="false"/>
Joe Bolingera8808f72021-06-10 13:36:38 -07002540 <activity android:name=".biometrics.fingerprint.FingerprintEnrollParentalConsent" android:exported="false"/>
Kevin Chyn871e55f2018-06-25 16:50:52 -07002541 <activity android:name=".biometrics.fingerprint.FingerprintEnrollIntroduction"
Kevin Chyn42ae10e2017-10-13 16:34:05 -07002542 android:exported="true"
2543 android:theme="@style/GlifTheme.Light">
2544 <intent-filter>
2545 <action android:name="android.settings.FINGERPRINT_ENROLL" />
Han Xub7d10772022-08-15 19:19:55 +08002546 <category android:name="android.intent.category.BROWSABLE" />
Kevin Chyn42ae10e2017-10-13 16:34:05 -07002547 <category android:name="android.intent.category.DEFAULT" />
2548 </intent-filter>
2549 </activity>
Maurice Lam8d1f9c92015-07-09 16:38:37 -07002550
Milton Wub9b8b8a2022-09-14 14:26:05 +08002551 <activity android:name=".biometrics2.ui.view.FingerprintEnrollmentActivity"
2552 android:exported="true"
2553 android:permission="android.permission.MANAGE_FINGERPRINT"
2554 android:theme="@style/GlifTheme.Light"/>
2555
Yuri Ufimtsevbe982452022-03-09 09:49:15 +00002556 <activity android:name=".biometrics.fingerprint.FingerprintEnrollIntroductionInternal"
2557 android:exported="false"
2558 android:theme="@style/GlifTheme.Light"
2559 android:taskAffinity="com.android.settings.root" />
2560
Kevin Chyn871e55f2018-06-25 16:50:52 -07002561 <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFindSensor" android:exported="false"/>
2562 <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollEnrolling" android:exported="false"/>
2563 <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFinish" android:exported="false"/>
2564 <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollIntroduction"
Maurice Lame1eaed02015-07-08 16:59:59 -07002565 android:exported="true"
Maurice Lam8d1f9c92015-07-09 16:38:37 -07002566 android:permission="android.permission.MANAGE_FINGERPRINT"
Maurice Lame0e81b62017-04-05 12:10:37 -07002567 android:theme="@style/GlifTheme.Light">
Maurice Lame1eaed02015-07-08 16:59:59 -07002568 <intent-filter>
2569 <action android:name="android.settings.FINGERPRINT_SETUP" />
2570 <category android:name="android.intent.category.DEFAULT" />
2571 </intent-filter>
2572 </activity>
Jim Miller94d4bd92015-02-19 21:04:57 -08002573
Kevin Chyn871e55f2018-06-25 16:50:52 -07002574 <activity android:name=".biometrics.fingerprint.FingerprintSuggestionActivity"
Maurice Lam34a181a2017-06-20 20:00:54 -07002575 android:exported="true"
2576 android:permission="android.permission.MANAGE_FINGERPRINT"
2577 android:icon="@drawable/ic_suggestion_fingerprint"
2578 android:theme="@style/GlifTheme.Light">
Maurice Lam34a181a2017-06-20 20:00:54 -07002579 <meta-data android:name="com.android.settings.require_feature"
2580 android:value="android.hardware.fingerprint" />
2581 <meta-data android:name="com.android.settings.title"
2582 android:resource="@string/suggestion_additional_fingerprints" />
2583 <meta-data android:name="com.android.settings.summary"
2584 android:resource="@string/suggestion_additional_fingerprints_summary" />
Maurice Lam34a181a2017-06-20 20:00:54 -07002585 </activity>
2586
cnchend2159992019-03-22 19:48:04 +08002587 <activity-alias android:name=".SetupFingerprintSuggestionActivity"
2588 android:enabled="false"
2589 android:exported="true"
2590 android:targetActivity=".biometrics.fingerprint.FingerprintSuggestionActivity">
2591 <intent-filter>
2592 <action android:name="android.intent.action.MAIN" />
2593 <category android:name="com.android.settings.suggested.category.FINGERPRINT_ENROLL" />
2594 </intent-filter>
2595 <meta-data android:name="com.android.settings.require_feature"
2596 android:value="android.hardware.fingerprint" />
2597 <meta-data android:name="com.android.settings.title"
2598 android:resource="@string/suggestion_additional_fingerprints" />
2599 <meta-data android:name="com.android.settings.summary"
2600 android:resource="@string/suggestion_additional_fingerprints_summary" />
Cating Lin84e6a472019-04-24 09:25:55 +08002601 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
cnchend2159992019-03-22 19:48:04 +08002602 </activity-alias>
2603
yuanjiahsu06466b02023-01-13 08:47:49 +08002604 <activity android:name=".biometrics.activeunlock.ActiveUnlockRequireBiometricSetup" android:exported="false"/>
2605
Paul Lawrence20444042014-07-07 13:10:16 -07002606 <!-- Note this must not be exported since it returns the password in the intent -->
Maurice Lam2eb170c2017-04-28 16:18:47 -07002607 <activity android:name=".password.ConfirmLockPattern$InternalActivity"
Andres Morales02d54872015-04-14 11:33:45 -07002608 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002609 android:theme="@style/GlifTheme.Light"/>
Paul Lawrence20444042014-07-07 13:10:16 -07002610
2611 <!-- 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.ConfirmLockPassword$InternalActivity"
Paul Lawrence20444042014-07-07 13:10:16 -07002613 android:exported="false"
Xiyuan Xia4a8edaf2015-05-20 14:26:15 -07002614 android:windowSoftInputMode="adjustResize"
Maurice Lame0e81b62017-04-05 12:10:37 -07002615 android:theme="@style/GlifTheme.Light"/>
Paul Lawrence20444042014-07-07 13:10:16 -07002616
Maurice Lam2eb170c2017-04-28 16:18:47 -07002617 <activity android:name=".password.SetupChooseLockGeneric"
Maurice Lame0e81b62017-04-05 12:10:37 -07002618 android:theme="@style/GlifTheme.Light"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002619 android:exported="true"
Lucky Zhang36ec2742014-12-05 18:20:27 -08002620 android:label="@string/lock_settings_picker_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002621 <intent-filter android:priority="1">
Maurice Lam52c75ba2014-11-25 14:06:38 -08002622 <action android:name="com.android.settings.SETUP_LOCK_SCREEN" />
2623 <category android:name="android.intent.category.DEFAULT" />
2624 </intent-filter>
2625 </activity>
2626
Doris Ling069d2932018-11-13 14:54:26 -08002627 <activity android:name=".password.SetupChooseLockGeneric$InternalActivity"
Doris Ling069d2932018-11-13 14:54:26 -08002628 android:exported="false"
2629 android:excludeFromRecents="true" />
2630
Maurice Lam2eb170c2017-04-28 16:18:47 -07002631 <activity android:name=".password.ChooseLockGeneric"
Steven Rossb7a9e952011-10-03 10:06:44 -04002632 android:label="@string/lockpassword_choose_lock_generic_header"
Steven Ng4fdcec72016-09-26 22:13:08 +01002633 android:excludeFromRecents="true"
2634 android:exported="false" />
2635
2636 <activity android:name=".password.SetNewPasswordActivity"
2637 android:theme="@android:style/Theme.NoDisplay"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002638 android:exported="true"
Steven Rossb7a9e952011-10-03 10:06:44 -04002639 android:excludeFromRecents="true" >
Dianne Hackborn0702e872015-02-20 12:48:32 -08002640 <intent-filter android:priority="1">
Dianne Hackbornabc3dc62010-01-20 13:40:19 -08002641 <action android:name="android.app.action.SET_NEW_PASSWORD" />
Benjamin Franzae07b502016-01-08 17:16:19 +00002642 <action android:name="android.app.action.SET_NEW_PARENT_PROFILE_PASSWORD" />
Dianne Hackbornabc3dc62010-01-20 13:40:19 -08002643 <category android:name="android.intent.category.DEFAULT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002644 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002645 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2646 android:value="true" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002647 </activity>
2648
Fan Zhang31f699c2017-09-28 17:17:44 -07002649 <activity android:name=".password.ScreenLockSuggestionActivity"
Joe Bolinger8d508282022-03-24 00:39:20 +00002650 android:exported="false"
Mill Chen71958002019-01-23 10:44:39 +08002651 android:icon="@drawable/ic_suggestion_security">
Udam Saini7ad4a172016-01-25 11:22:33 -08002652 <intent-filter android:priority="1">
2653 <action android:name="android.intent.action.MAIN" />
Raff Tsai7c834632019-03-22 12:00:00 +08002654 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002655 </intent-filter>
Raff Tsai7c834632019-03-22 12:00:00 +08002656 <meta-data android:name="com.android.settings.dismiss" android:value="14" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002657 <meta-data android:name="com.android.settings.title"
2658 android:resource="@string/suggested_lock_settings_title" />
2659 <meta-data android:name="com.android.settings.summary"
2660 android:resource="@string/suggested_lock_settings_summary" />
Maurice Lam992fa862017-06-09 16:14:36 -07002661 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
Udam Saini62a72802016-01-28 11:09:29 -08002662 </activity>
Udam Saini7ad4a172016-01-25 11:22:33 -08002663
Kevin Chyn871e55f2018-06-25 16:50:52 -07002664 <activity android:name=".biometrics.fingerprint.FingerprintEnrollSuggestionActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002665 android:exported="true"
Udam Sainiaafbba12016-02-02 10:33:40 -08002666 android:icon="@drawable/ic_suggestion_fingerprint">
Udam Saini7ad4a172016-01-25 11:22:33 -08002667 <intent-filter android:priority="2">
2668 <action android:name="android.intent.action.MAIN" />
Fan Zhangaf91c1f2017-06-03 15:24:11 -07002669 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002670 </intent-filter>
Raff Tsai165708d2019-03-21 15:46:48 +08002671 <meta-data android:name="com.android.settings.dismiss" android:value="14" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002672 <meta-data android:name="com.android.settings.require_feature"
2673 android:value="android.hardware.fingerprint" />
2674 <meta-data android:name="com.android.settings.title"
TreeHugger Robota4e3c142016-07-12 21:42:03 +00002675 android:resource="@string/suggested_fingerprint_lock_settings_title" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002676 <meta-data android:name="com.android.settings.summary"
Udam Sainiaafbba12016-02-02 10:33:40 -08002677 android:resource="@string/suggested_fingerprint_lock_settings_summary" />
Doris Lingea85c0a2018-04-30 14:08:55 -07002678 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
Udam Saini62a72802016-01-28 11:09:29 -08002679 </activity>
Udam Saini7ad4a172016-01-25 11:22:33 -08002680
Maurice Lam2eb170c2017-04-28 16:18:47 -07002681 <activity android:name=".password.ChooseLockGeneric$InternalActivity"
2682 android:exported="false"
Amith Yamasani66026772013-09-25 14:05:33 -07002683 android:label="@string/lockpassword_choose_lock_generic_header"
Maurice Lam2eb170c2017-04-28 16:18:47 -07002684 android:excludeFromRecents="true" />
Amith Yamasani66026772013-09-25 14:05:33 -07002685
Maurice Lam2eb170c2017-04-28 16:18:47 -07002686 <activity android:name=".password.SetupChooseLockPattern"
Maurice Lam6b19fa92014-11-25 19:25:56 -08002687 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002688 android:theme="@style/GlifTheme.Light" />
Maurice Lam6b19fa92014-11-25 19:25:56 -08002689
Maurice Lam2eb170c2017-04-28 16:18:47 -07002690 <activity android:name=".password.ChooseLockPattern"
Maurice Lamd189ac52016-06-15 13:39:34 -07002691 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002692 android:theme="@style/GlifTheme.Light" />
Dianne Hackbornabc3dc62010-01-20 13:40:19 -08002693
Maurice Lam2eb170c2017-04-28 16:18:47 -07002694 <activity android:name=".password.SetupChooseLockPassword"
Maurice Lam6b19fa92014-11-25 19:25:56 -08002695 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002696 android:theme="@style/GlifTheme.Light"
Maurice Lam6b19fa92014-11-25 19:25:56 -08002697 android:windowSoftInputMode="stateVisible|adjustResize" />
2698
Maurice Lam2eb170c2017-04-28 16:18:47 -07002699 <activity android:name=".password.ChooseLockPassword"
Maurice Lamd189ac52016-06-15 13:39:34 -07002700 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002701 android:theme="@style/GlifTheme.Light"
Jim Miller165bf2f2011-01-26 16:10:26 -08002702 android:windowSoftInputMode="stateVisible|adjustResize"/>
Jim Miller00d24762009-12-22 19:04:57 -08002703
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002704 <activity
2705 android:name=".Settings$StorageDashboardActivity"
2706 android:label="@string/storage_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002707 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002708 android:icon="@drawable/ic_homepage_storage">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002709 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002710 <action android:name="android.settings.INTERNAL_STORAGE_SETTINGS" />
2711 <action android:name="android.settings.MEMORY_CARD_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08002712 <category android:name="android.intent.category.BROWSABLE" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002713 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002714 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07002715 <intent-filter android:priority="50">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002716 <action android:name="android.intent.action.MAIN" />
Fan Zhang2f4355a2018-06-21 15:34:43 -07002717 <category android:name="com.android.settings.SHORTCUT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002718 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07002719 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Arc Wangfadbe5b2021-03-19 17:58:34 +08002720 android:value="com.android.settings.deviceinfo.StorageDashboardFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002721 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2722 android:value="@string/menu_key_storage"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002723 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2724 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07002725 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002726
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002727 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002728 android:name="Settings$PublicVolumeSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002729 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002730 android:label="@string/storage_settings_title">
Jeff Sharkey42833b22015-04-11 21:27:33 -07002731 <intent-filter>
2732 <action android:name="android.provider.action.DOCUMENT_ROOT_SETTINGS" />
2733 <category android:name="android.intent.category.DEFAULT" />
2734 <data
2735 android:scheme="content"
2736 android:host="com.android.externalstorage.documents"
2737 android:mimeType="vnd.android.document/root" />
2738 </intent-filter>
2739 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2740 android:value="com.android.settings.deviceinfo.PublicVolumeSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002741 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2742 android:value="@string/menu_key_storage"/>
Jeff Sharkey42833b22015-04-11 21:27:33 -07002743 </activity>
Vasu Nori21809742011-01-25 13:39:16 -08002744
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002745 <activity
2746 android:name="Settings$PrivateVolumeForgetActivity"
2747 android:label="@string/storage_settings_title"
2748 android:exported="true"
2749 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS">
Jeff Sharkeya16257d2015-04-28 13:41:01 -07002750 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2751 android:value="com.android.settings.deviceinfo.PrivateVolumeForget" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002752 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2753 android:value="@string/menu_key_storage"/>
Jeff Sharkeya16257d2015-04-28 13:41:01 -07002754 </activity>
2755
Jeff Sharkey94635992015-04-13 14:15:26 -07002756 <!-- Exported for SystemUI to launch into -->
2757 <activity android:name=".deviceinfo.StorageWizardInit"
sayakiitg9b432d52022-01-12 10:45:33 +00002758 android:theme="@style/GlifTheme.Light"
Jeff Sharkey2949a4a2015-04-14 16:44:34 -07002759 android:exported="true"
2760 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
Jeff Sharkey94635992015-04-13 14:15:26 -07002761 <activity android:name=".deviceinfo.StorageWizardFormatProgress"
sayakiitg9b432d52022-01-12 10:45:33 +00002762 android:theme="@style/GlifTheme.Light"
Sayak Dutta43147372022-09-14 06:50:17 +00002763 android:exported="false"/>
Jeff Sharkey2af67a92018-04-01 18:25:54 -06002764 <activity android:name=".deviceinfo.StorageWizardFormatSlow"
sayakiitg9b432d52022-01-12 10:45:33 +00002765 android:theme="@style/GlifTheme.Light"
Sayak Dutta43147372022-09-14 06:50:17 +00002766 android:exported="false"/>
Jeff Sharkey94635992015-04-13 14:15:26 -07002767 <activity android:name=".deviceinfo.StorageWizardMigrateConfirm"
sayakiitg9b432d52022-01-12 10:45:33 +00002768 android:theme="@style/GlifTheme.Light"
Sayak Dutta43147372022-09-14 06:50:17 +00002769 android:exported="false"/>
Jeff Sharkey94635992015-04-13 14:15:26 -07002770 <activity android:name=".deviceinfo.StorageWizardMigrateProgress"
sayakiitg9b432d52022-01-12 10:45:33 +00002771 android:theme="@style/GlifTheme.Light"
Jeff Sharkeye77f0682015-04-29 11:24:57 -07002772 android:exported="true"
2773 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
Jeff Sharkey94635992015-04-13 14:15:26 -07002774 <activity android:name=".deviceinfo.StorageWizardReady"
sayakiitg9b432d52022-01-12 10:45:33 +00002775 android:theme="@style/GlifTheme.Light"
Jeff Sharkeye77f0682015-04-29 11:24:57 -07002776 android:exported="true"
2777 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
Jeff Sharkey94635992015-04-13 14:15:26 -07002778
2779 <activity android:name=".deviceinfo.StorageWizardMoveConfirm"
sayakiitg9b432d52022-01-12 10:45:33 +00002780 android:theme="@style/GlifTheme.Light"
Sayak Dutta43147372022-09-14 06:50:17 +00002781 android:exported="false"/>
Jeff Sharkey94635992015-04-13 14:15:26 -07002782 <activity android:name=".deviceinfo.StorageWizardMoveProgress"
sayakiitg9b432d52022-01-12 10:45:33 +00002783 android:theme="@style/GlifTheme.Light"
Jeff Sharkeye77f0682015-04-29 11:24:57 -07002784 android:exported="true"
2785 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
Jeff Sharkey94635992015-04-13 14:15:26 -07002786
Jeff Sharkey2949a4a2015-04-14 16:44:34 -07002787 <!-- Exported for SystemUI to trigger -->
2788 <receiver android:name=".deviceinfo.StorageUnmountReceiver"
2789 android:exported="true"
2790 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
2791
Jason Monkb7e43802016-06-06 16:01:58 -04002792 <activity android:name="Settings$ApnEditorActivity"
Junda Liu76ad6352017-02-03 16:39:23 -08002793 android:configChanges="orientation|keyboardHidden|screenSize"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002794 android:exported="true"
Amith Yamasani34bd7e62013-06-07 10:19:55 -07002795 android:label="@string/apn_edit">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002796 <intent-filter>
2797 <action android:name="android.intent.action.VIEW" />
2798 <action android:name="android.intent.action.EDIT" />
2799 <category android:name="android.intent.category.DEFAULT" />
2800 <data android:mimeType="vnd.android.cursor.item/telephony-carrier" />
2801 </intent-filter>
2802
2803 <intent-filter>
2804 <action android:name="android.intent.action.INSERT" />
2805 <category android:name="android.intent.category.DEFAULT" />
2806 <data android:mimeType="vnd.android.cursor.dir/telephony-carrier" />
2807 </intent-filter>
Jason Monkb7e43802016-06-06 16:01:58 -04002808 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
tom hsu2fd7c9f2020-09-30 21:46:27 +08002809 android:value="com.android.settings.network.apn.ApnEditor" />
Jason Chiuae5327d2021-11-04 17:09:53 +08002810 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2811 android:value="@string/menu_key_network"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002812 </activity>
2813
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002814 <activity
2815 android:name="Settings$DevelopmentSettingsDashboardActivity"
2816 android:label="@string/development_settings_title"
2817 android:icon="@drawable/ic_settings_development"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002818 android:exported="true"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002819 android:enabled="false">
Fan Zhang4c26da92017-09-08 15:29:54 -07002820 <intent-filter android:priority="1">
2821 <action android:name="android.settings.APPLICATION_DEVELOPMENT_SETTINGS" />
2822 <action android:name="com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS" />
Joshua Duong2972bfa2020-04-10 00:22:04 -07002823 <action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES"/>
Fan Zhang4c26da92017-09-08 15:29:54 -07002824 <category android:name="android.intent.category.DEFAULT" />
2825 </intent-filter>
Fan Zhang99800962018-08-08 11:12:03 -07002826 <intent-filter>
Fan Zhang4c26da92017-09-08 15:29:54 -07002827 <action android:name="com.android.settings.action.SETTINGS" />
Aurélien Pomini649c5082023-02-10 14:56:57 +00002828 <action android:name="com.android.intent.action.SHOW_CONTRAST_DIALOG" />
Fan Zhang4c26da92017-09-08 15:29:54 -07002829 </intent-filter>
Fan Zhang99800962018-08-08 11:12:03 -07002830 <meta-data android:name="com.android.settings.order" android:value="-40"/>
Fan Zhang4c26da92017-09-08 15:29:54 -07002831 <meta-data android:name="com.android.settings.category"
2832 android:value="com.android.settings.category.ia.system" />
2833 <meta-data android:name="com.android.settings.summary"
2834 android:resource="@string/summary_empty"/>
Jason Chiu5f0fc1f2021-05-24 18:27:42 +08002835 <meta-data android:name="com.android.settings.icon"
2836 android:resource="@drawable/ic_settings_development" />
Fan Zhang4c26da92017-09-08 15:29:54 -07002837 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2838 android:value="com.android.settings.development.DevelopmentSettingsDashboardFragment" />
Jason Chiuae5327d2021-11-04 17:09:53 +08002839 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2840 android:value="@string/menu_key_system"/>
Jason Chiu646a31e2021-11-10 11:56:00 +08002841 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2842 android:value="true" />
Fan Zhang4c26da92017-09-08 15:29:54 -07002843 </activity>
2844
Fan Zhang6359a192017-05-11 16:04:09 -07002845 <!-- The opposite of DevelopmentSettingsActivity, it's no-op and only enabled when the real
2846 activity is disabled to be CTS compliant. -->
2847 <activity
2848 android:name=".development.DevelopmentSettingsDisabledActivity"
2849 android:icon="@drawable/ic_settings_development"
2850 android:label="@string/development_settings_title"
Fan Zhang7373ec02018-08-14 13:25:47 -07002851 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002852 android:exported="true"
Fan Zhang7373ec02018-08-14 13:25:47 -07002853 android:theme="@style/Transparent">
Fan Zhang6359a192017-05-11 16:04:09 -07002854 <intent-filter android:priority="-1">
2855 <action android:name="android.settings.APPLICATION_DEVELOPMENT_SETTINGS" />
2856 <action android:name="com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS" />
2857 <category android:name="android.intent.category.DEFAULT" />
2858 </intent-filter>
2859 </activity>
2860
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002861 <activity
2862 android:name="Settings$PrintSettingsActivity"
2863 android:label="@string/print_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002864 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002865 android:icon="@drawable/ic_settings_print">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002866 <intent-filter android:priority="1">
2867 <action android:name="android.settings.ACTION_PRINT_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08002868 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002869 <category android:name="android.intent.category.DEFAULT" />
2870 </intent-filter>
Svetoslav Ganov74648ac2013-09-04 23:52:28 -07002871 <intent-filter>
2872 <action android:name="android.intent.action.MAIN" />
Svetoslav Ganov74648ac2013-09-04 23:52:28 -07002873 <category android:name="android.intent.category.DEFAULT" />
2874 <category android:name="android.intent.category.VOICE_LAUNCH" />
2875 </intent-filter>
2876 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2877 android:value="com.android.settings.print.PrintSettingsFragment" />
Jason Chiuae5327d2021-11-04 17:09:53 +08002878 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2879 android:value="@string/menu_key_connected_devices"/>
Svetoslav Ganov74648ac2013-09-04 23:52:28 -07002880 </activity>
2881
Svetoslavd9f156d2013-10-09 21:59:04 -07002882 <activity android:name="Settings$PrintJobSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002883 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002884 android:label="@string/print_print_job">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002885 <intent-filter android:priority="1">
Svetoslavd9f156d2013-10-09 21:59:04 -07002886 <action android:name="android.settings.ACTION_PRINT_SETTINGS" />
2887 <category android:name="android.intent.category.DEFAULT" />
2888 <data android:scheme="printjob" android:pathPattern="*" />
2889 </intent-filter>
2890 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2891 android:value="com.android.settings.print.PrintJobSettingsFragment" />
Jason Chiuae5327d2021-11-04 17:09:53 +08002892 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2893 android:value="@string/menu_key_connected_devices"/>
Svetoslavd9f156d2013-10-09 21:59:04 -07002894 </activity>
2895
Fan Zhang2907f862017-03-17 15:05:14 -07002896 <activity android:name=".development.AppPicker"
Edgar Wang3c03f0a2020-05-05 06:19:14 +08002897 android:label="@string/select_application" />
Dianne Hackborn9244df42012-02-14 13:25:41 -08002898
Joshua Duongfd009222021-07-14 16:05:57 -07002899 <activity android:name=".development.AdbQrCodeActivity" />
2900
Howard Chen5d7f3e62022-09-29 16:33:34 +08002901 <activity android:name="com.android.settings.development.DSULoader"
Howard Chend5f3a0c2019-08-29 17:31:05 +08002902 android:label="Select DSU Package"
Howard Chen5d7f3e62022-09-29 16:33:34 +08002903 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog"
2904 android:exported="true" >
2905 <intent-filter>
2906 <action android:name="android.settings.development.START_DSU_LOADER"/>
2907 <category android:name="android.intent.category.DEFAULT"/>
2908 </intent-filter>
2909 </activity>
Howard Chen60acb512019-12-02 15:34:58 +08002910 <activity android:name=".development.DSUTermsOfServiceActivity"
2911 android:label="Terms of Service"
2912 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog" />
Howard Chend5f3a0c2019-08-29 17:31:05 +08002913
Varun Shah7efe9312020-03-26 23:02:50 -07002914 <activity android:name=".development.storage.BlobInfoListView"
2915 android:label="@string/shared_data_title" />
2916 <activity android:name=".development.storage.LeaseInfoListView"
2917 android:label="@string/accessor_info_title" />
2918
Gustav Sennton5b596282017-02-03 16:19:02 +00002919 <activity android:name="Settings$WebViewAppPickerActivity"
Jason Chiuae5327d2021-11-04 17:09:53 +08002920 android:label="@string/select_webview_provider_dialog_title">
2921 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2922 android:value="@string/menu_key_system"/>
2923 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002924
Paul Chang6ae4c4d2019-11-28 22:38:49 +08002925 <activity android:name="Settings$BugReportHandlerPickerActivity"
2926 android:label="@string/bug_report_handler_title"
2927 android:exported="true"
2928 android:excludeFromRecents="true">
2929 <intent-filter>
2930 <action android:name="android.settings.BUGREPORT_HANDLER_SETTINGS" />
2931 <category android:name="android.intent.category.DEFAULT" />
2932 </intent-filter>
Paul Chang6950a802020-04-22 20:59:59 +08002933 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2934 android:value="true" />
Paul Chang6ae4c4d2019-11-28 22:38:49 +08002935 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2936 android:value="com.android.settings.bugreporthandler.BugReportHandlerPicker" />
Jason Chiuae5327d2021-11-04 17:09:53 +08002937 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2938 android:value="@string/menu_key_system"/>
Paul Chang6ae4c4d2019-11-28 22:38:49 +08002939 </activity>
2940
Jaikumar Ganesh3a76bca2009-07-16 18:41:58 -07002941 <activity android:name=".bluetooth.BluetoothPairingDialog"
Chen Chen38101d52021-10-05 17:46:02 -07002942 android:permission="android.permission.BLUETOOTH_PRIVILEGED"
Michael Chan684736a2009-09-01 18:51:04 -07002943 android:excludeFromRecents="true"
Antony Sargent4d7df062017-07-12 17:29:10 -07002944 android:windowSoftInputMode="stateVisible|adjustResize"
jackqdyulei27f62fd2019-02-22 15:31:35 -08002945 android:theme="@style/Theme.AlertDialog"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002946 android:exported="true"
jackqdyulei27f62fd2019-02-22 15:31:35 -08002947 android:taskAffinity=".bluetooth.BluetoothPairingDialog">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002948 <intent-filter android:priority="1">
Nick Pelly5ddbd942009-09-11 11:41:59 -07002949 <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002950 <category android:name="android.intent.category.DEFAULT" />
2951 </intent-filter>
2952 </activity>
2953
Michael Chane1089ad2009-09-26 06:16:17 -07002954 <activity android:name=".bluetooth.RequestPermissionActivity"
Michael Chane1089ad2009-09-26 06:16:17 -07002955 android:excludeFromRecents="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06002956 android:permission="android.permission.BLUETOOTH_CONNECT"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002957 android:exported="true"
Fan Zhanga122be12018-07-16 16:28:37 -07002958 android:theme="@style/Theme.BluetoothPermission">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002959 <intent-filter android:priority="1">
Michael Chane1089ad2009-09-26 06:16:17 -07002960 <action android:name="android.bluetooth.adapter.action.REQUEST_DISCOVERABLE" />
2961 <action android:name="android.bluetooth.adapter.action.REQUEST_ENABLE" />
Svetoslav Ganovb06766f2016-07-22 20:08:41 -07002962 <action android:name="android.bluetooth.adapter.action.REQUEST_DISABLE" />
Michael Chane1089ad2009-09-26 06:16:17 -07002963 <category android:name="android.intent.category.DEFAULT" />
2964 </intent-filter>
2965 </activity>
2966
Irfan Sheriff50f341d2013-03-18 13:11:47 -07002967 <activity android:name=".wifi.WifiScanModeActivity"
2968 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002969 android:exported="true"
Irfan Sheriff50f341d2013-03-18 13:11:47 -07002970 android:theme="@style/Transparent">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002971 <intent-filter android:priority="1">
Irfan Sheriff50f341d2013-03-18 13:11:47 -07002972 <action android:name="android.net.wifi.action.REQUEST_SCAN_ALWAYS_AVAILABLE" />
2973 <category android:name="android.intent.category.DEFAULT" />
2974 </intent-filter>
2975 </activity>
2976
Jerry Zhangd18d6f12018-01-11 16:47:14 -08002977 <activity android:name=".Settings$UsbDetailsActivity"
2978 android:excludeFromRecents="true"
2979 android:permission="android.permission.MANAGE_USB"
2980 android:exported="true">
2981 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2982 android:value="com.android.settings.connecteddevice.usb.UsbDetailsFragment"/>
Jason Chiu646a31e2021-11-10 11:56:00 +08002983 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2984 android:value="@string/menu_key_connected_devices"/>
Jerry Zhangd18d6f12018-01-11 16:47:14 -08002985 </activity>
2986
Michal Karpinski707f42f2016-02-25 17:29:43 +00002987 <activity android:name=".RemoteBugreportActivity"
2988 android:excludeFromRecents="true"
2989 android:exported="true"
2990 android:permission="android.permission.DUMP"
tmfang5ade2f12018-07-30 13:49:43 +08002991 android:theme="@style/Theme.AlertDialog">
Michal Karpinski707f42f2016-02-25 17:29:43 +00002992 <intent-filter>
2993 <action android:name="android.settings.SHOW_REMOTE_BUGREPORT_DIALOG" />
2994 <category android:name="android.intent.category.DEFAULT" />
2995 </intent-filter>
2996 </activity>
2997
Marie Janssend06d83c2017-02-14 18:49:17 -08002998 <service android:name=".bluetooth.BluetoothPairingService" />
2999
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003000 <receiver android:name=".bluetooth.BluetoothPairingRequest"
3001 android:exported="true">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003002 <intent-filter>
Nick Pelly5ddbd942009-09-11 11:41:59 -07003003 <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
Alice Kuoebea73e2021-10-13 18:43:47 +08003004 <action android:name="android.bluetooth.action.CSIS_SET_MEMBER_AVAILABLE"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003005 </intent-filter>
3006 </receiver>
3007
Jaikumar Ganeshe0b01ad2011-09-07 17:19:19 -07003008 <receiver android:name=".bluetooth.BluetoothPermissionRequest"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003009 android:exported="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06003010 android:permission="android.permission.BLUETOOTH_CONNECT">
Matthew Xiedbed1202011-06-27 18:21:25 -07003011 <intent-filter>
3012 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
3013 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />
3014 </intent-filter>
3015 </receiver>
3016
3017 <activity android:name=".bluetooth.BluetoothPermissionActivity"
3018 android:label="@string/bluetooth_connection_permission_request"
3019 android:excludeFromRecents="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06003020 android:permission="android.permission.BLUETOOTH_CONNECT"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003021 android:exported="true"
Hugh Chen07a46752022-08-11 09:37:23 +00003022 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003023 <intent-filter android:priority="1">
Matthew Xiedbed1202011-06-27 18:21:25 -07003024 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
3025 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />
3026 <category android:name="android.intent.category.DEFAULT" />
3027 </intent-filter>
3028 </activity>
3029
Joe Onoratode5603722009-03-24 17:49:03 -07003030 <activity android:name="ActivityPicker"
3031 android:label="@string/activity_picker_label"
Arc Wang5a298fb2020-06-30 14:14:02 +08003032 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003033 android:exported="true"
Dianne Hackbornec549972009-09-23 22:24:22 -07003034 android:finishOnCloseSystemDialogs="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003035 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003036 <action android:name="android.intent.action.PICK_ACTIVITY" />
3037 <category android:name="android.intent.category.DEFAULT" />
3038 </intent-filter>
3039 </activity>
3040
Jeff Hamilton3d670de2011-09-21 16:44:36 -05003041 <!-- NFC settings -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003042 <activity
3043 android:name="Settings$AndroidBeamSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003044 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003045 android:label="@string/android_beam_settings_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003046 <intent-filter android:priority="1">
3047 <action android:name="android.settings.NFCSHARING_SETTINGS" />
3048 <category android:name="android.intent.category.DEFAULT" />
3049 </intent-filter>
Jeff Hamilton3d670de2011-09-21 16:44:36 -05003050 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Nick Pellye0eedf72011-10-31 14:11:29 -07003051 android:value="com.android.settings.nfc.AndroidBeam" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003052 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3053 android:value="@string/menu_key_connected_devices"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003054 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3055 android:value="true" />
Jeff Hamilton3d670de2011-09-21 16:44:36 -05003056 </activity>
3057
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003058 <activity
3059 android:name="Settings$WifiDisplaySettingsActivity"
3060 android:label="@string/wifi_display_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003061 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003062 android:icon="@drawable/ic_cast_24dp">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003063 <intent-filter android:priority="1">
Jeff Brownff0e81e2014-08-19 17:47:54 -07003064 <action android:name="android.settings.CAST_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08003065 <category android:name="android.intent.category.BROWSABLE" />
Jeff Brown9e143f52012-09-19 20:46:07 -07003066 <category android:name="android.intent.category.DEFAULT" />
3067 </intent-filter>
3068 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3069 android:value="com.android.settings.wfd.WifiDisplaySettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003070 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3071 android:value="@string/menu_key_connected_devices"/>
Jeff Brown9e143f52012-09-19 20:46:07 -07003072 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003073
Jason Monkb7e43802016-06-06 16:01:58 -04003074 <activity android:name="Settings$TestingSettingsActivity" android:label="@string/testing">
Jason Monkb7e43802016-06-06 16:01:58 -04003075 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3076 android:value="com.android.settings.TestingSettings" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003077 </activity>
3078
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003079 <receiver android:name=".TestingSettingsBroadcastReceiver"
3080 android:exported="true">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003081 <intent-filter>
Grace Jia84da1e82020-02-14 15:53:28 -08003082 <action android:name="android.telephony.action.SECRET_CODE" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003083 <data android:scheme="android_secret_code" android:host="4636" />
3084 </intent-filter>
3085 </receiver>
3086
The Android Open Source Project80a7a1d2009-03-11 12:11:59 -07003087 <!-- Standard picker for widgets -->
Joe Onoratode5603722009-03-24 17:49:03 -07003088 <activity android:name="AppWidgetPickActivity"
3089 android:label="@string/widget_picker_title"
Arc Wang5a298fb2020-06-30 14:14:02 +08003090 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003091 android:exported="true"
Joe Onorato9bcc6912011-01-10 12:55:57 -08003092 android:finishOnCloseSystemDialogs="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003093 <intent-filter android:priority="1">
The Android Open Source Project80a7a1d2009-03-11 12:11:59 -07003094 <action android:name="android.appwidget.action.APPWIDGET_PICK" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08003095 <category android:name="android.intent.category.DEFAULT" />
3096 </intent-filter>
3097 </activity>
3098
Michael Jurkac9029d92012-04-20 01:47:44 -07003099 <activity android:name="AllowBindAppWidgetActivity"
Arc Wang5a298fb2020-06-30 14:14:02 +08003100 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"
Michael Jurkac9029d92012-04-20 01:47:44 -07003101 android:finishOnCloseSystemDialogs="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003102 android:exported="true"
Michael Jurkac9029d92012-04-20 01:47:44 -07003103 android:excludeFromRecents="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003104 <intent-filter android:priority="1">
Michael Jurkac9029d92012-04-20 01:47:44 -07003105 <action android:name="android.appwidget.action.APPWIDGET_BIND" />
3106 <category android:name="android.intent.category.DEFAULT" />
3107 </intent-filter>
3108 </activity>
3109
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003110 <activity
3111 android:name="Settings$PowerUsageSummaryActivity"
3112 android:label="@string/power_usage_summary_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003113 android:exported="true"
ykhung0c3957d2023-03-09 14:28:31 +08003114 android:icon="@drawable/ic_homepage_battery"
3115 android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize">
jackqdyuleib96ccba2018-01-23 10:29:13 -08003116 <intent-filter android:priority="1">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003117 <action android:name="android.intent.action.POWER_USAGE_SUMMARY" />
3118 <category android:name="android.intent.category.DEFAULT" />
3119 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07003120 <intent-filter android:priority="51">
jackqdyuleib96ccba2018-01-23 10:29:13 -08003121 <action android:name="android.intent.action.MAIN" />
jackqdyuleib96ccba2018-01-23 10:29:13 -08003122 <category android:name="com.android.settings.SHORTCUT" />
3123 </intent-filter>
Dianne Hackborn59a48602010-11-10 23:34:52 -08003124 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
xuezaiyueac731842022-06-08 21:53:23 +08003125 android:value="com.android.settings.fuelgauge.batteryusage.PowerUsageSummary" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003126 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3127 android:value="@string/menu_key_battery"/>
Dianne Hackborncbaf6ce2010-07-23 00:23:21 -07003128 </activity>
3129
Kuan Wang0a0ba912022-10-13 18:07:54 +08003130 <provider
3131 android:name=".fuelgauge.batteryusage.BatteryUsageContentProvider"
3132 android:enabled="true"
3133 android:exported="true"
3134 android:authorities="${applicationId}.battery.usage.provider"
3135 android:permission="com.android.settings.BATTERY_DATA"/>
3136
Kuan Wangbc4548b2022-12-01 17:31:29 +08003137 <provider
3138 android:name=".fuelgauge.batteryusage.bugreport.BugReportContentProvider"
3139 android:exported="false"
3140 android:authorities="${applicationId}.battery.usage.bugreport"/>
3141
Kuan Wangc28daec2023-01-16 18:40:47 +08003142 <receiver android:name="com.android.settings.fuelgauge.batteryusage.BatteryUsageBroadcastReceiver"
Kuan Wangfb136dd2022-10-18 15:03:39 +08003143 android:exported="true">
3144 <intent-filter>
Kuan Wang45be6ba2022-10-20 17:07:01 +08003145 <action android:name="android.intent.action.BATTERY_LEVEL_CHANGED"/>
Kuan Wangfb136dd2022-10-18 15:03:39 +08003146 <action android:name="com.android.settings.battery.action.CLEAR_BATTERY_CACHE_DATA"/>
Zaiyue Xueff11b8e2023-02-27 16:29:04 +08003147 <action android:name="com.android.settings.battery.action.ACTION_BATTERY_PLUGGING"/>
Kuan Wangc28daec2023-01-16 18:40:47 +08003148 <action android:name="com.android.settings.battery.action.ACTION_BATTERY_UNPLUGGING"/>
Kuan Wangfb136dd2022-10-18 15:03:39 +08003149 </intent-filter>
3150 </receiver>
3151
Kuan Wangdf05a132022-10-20 11:48:48 +08003152 <receiver
3153 android:name=".fuelgauge.batteryusage.BootBroadcastReceiver"
3154 android:exported="true">
3155 <intent-filter>
3156 <action android:name="android.intent.action.BOOT_COMPLETED"/>
Kuan Wangdf05a132022-10-20 11:48:48 +08003157 <action android:name="com.google.android.setupwizard.SETUP_WIZARD_FINISHED"/>
3158 <action android:name="com.android.settings.battery.action.PERIODIC_JOB_RECHECK"/>
3159 </intent-filter>
3160 </receiver>
3161
3162 <receiver
ykhung4c0de262022-11-10 15:38:22 +08003163 android:name=".fuelgauge.BatterySettingsMigrateChecker"
3164 android:exported="true">
3165 <intent-filter>
3166 <action android:name="android.intent.action.BOOT_COMPLETED"/>
3167 </intent-filter>
3168 </receiver>
3169
3170 <receiver
Kuan Wangdf05a132022-10-20 11:48:48 +08003171 android:name=".fuelgauge.batteryusage.PeriodicJobReceiver"
3172 android:exported="false">
3173 <intent-filter>
3174 <action android:name="com.android.settings.battery.action.PERIODIC_JOB_UPDATE"/>
3175 </intent-filter>
3176 </receiver>
3177
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003178 <activity
3179 android:name="Settings$BatterySaverSettingsActivity"
3180 android:label="@string/battery_saver"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003181 android:exported="true"
ykhungeadeee52022-05-18 12:18:15 +08003182 android:icon="@drawable/ic_homepage_battery">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003183 <intent-filter android:priority="1">
3184 <action android:name="android.settings.BATTERY_SAVER_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08003185 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08003186 <category android:name="android.intent.category.DEFAULT" />
3187 </intent-filter>
John Spurlockc7f8e8c2014-06-04 19:11:22 -04003188 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang747f0e12018-03-01 09:49:34 -08003189 android:value="com.android.settings.fuelgauge.batterysaver.BatterySaverSettings" />
Arc Wanga63e9c62021-09-28 20:39:15 +08003190 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3191 android:value="@string/menu_key_battery"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003192 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3193 android:value="true" />
John Spurlockc7f8e8c2014-06-04 19:11:22 -04003194 </activity>
3195
P.Y. Laligand1f403d52015-04-14 16:14:16 -07003196 <activity android:name=".fuelgauge.BatterySaverModeVoiceActivity"
Barnaby Jamesc55ea152015-04-13 14:33:53 -07003197 android:label="@string/power_usage_summary_title"
ykhungeadeee52022-05-18 12:18:15 +08003198 android:icon="@drawable/ic_homepage_battery"
Andrew Sapperstein7e157432016-07-15 16:46:38 -07003199 android:theme="@*android:style/Theme.DeviceDefault.Light.Voice"
Barnaby Jamesc55ea152015-04-13 14:33:53 -07003200 android:exported="true">
3201 <intent-filter>
3202 <action android:name="android.settings.VOICE_CONTROL_BATTERY_SAVER_MODE" />
3203 <category android:name="android.intent.category.DEFAULT" />
3204 <category android:name="android.intent.category.VOICE" />
3205 </intent-filter>
3206 </activity>
3207
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003208 <activity
3209 android:name="Settings$AccountSyncSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003210 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003211 android:label="@string/account_sync_settings_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003212 <intent-filter android:priority="1">
3213 <action android:name="android.settings.ACCOUNT_SYNC_SETTINGS" />
3214 <category android:name="android.intent.category.DEFAULT" />
3215 </intent-filter>
Amith Yamasani43c69782010-12-01 09:04:36 -08003216 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3217 android:value="com.android.settings.accounts.AccountSyncSettings" />
Arc Wanga63e9c62021-09-28 20:39:15 +08003218 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3219 android:value="@string/menu_key_accounts"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003220 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3221 android:value="true" />
Amith Yamasani43c69782010-12-01 09:04:36 -08003222 </activity>
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003223 <activity
3224 android:name="Settings$ManagedProfileSettingsActivity"
Ricky Waibf94d092017-02-01 15:26:29 +00003225 android:label="@string/managed_profile_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003226 android:exported="true"
Ricky Waibf94d092017-02-01 15:26:29 +00003227 android:permission="android.permission.MANAGE_USERS">
3228 <intent-filter android:priority="1">
3229 <action android:name="android.settings.MANAGED_PROFILE_SETTINGS" />
3230 <category android:name="android.intent.category.DEFAULT" />
3231 </intent-filter>
3232 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3233 android:value="com.android.settings.accounts.ManagedProfileSettings" />
Arc Wanga63e9c62021-09-28 20:39:15 +08003234 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3235 android:value="@string/menu_key_accounts"/>
Ricky Waibf94d092017-02-01 15:26:29 +00003236 </activity>
Amith Yamasani43c69782010-12-01 09:04:36 -08003237
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003238 <activity
3239 android:name="com.android.settings.accounts.AddAccountSettings"
Amith Yamasani7bb8f722011-06-02 18:05:40 -07003240 android:configChanges="orientation|keyboardHidden|screenSize"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003241 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003242 android:label="@string/header_add_an_account">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003243 <intent-filter android:priority="1">
3244 <action android:name="android.settings.ADD_ACCOUNT_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08003245 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08003246 <category android:name="android.intent.category.DEFAULT" />
3247 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003248 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3249 android:value="true" />
Amith Yamasani43c69782010-12-01 09:04:36 -08003250 </activity>
3251
Jason Monkb7e43802016-06-06 16:01:58 -04003252 <activity android:name="Settings$ChooseAccountActivity"
Amith Yamasani43c69782010-12-01 09:04:36 -08003253 android:label="@string/header_add_an_account"
Fan Zhang92f1e942017-01-21 10:07:26 -08003254 android:configChanges="orientation|keyboardHidden|screenSize">
Jason Monkb7e43802016-06-06 16:01:58 -04003255 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Emily Chuangb279b1c2018-04-12 10:12:28 +08003256 android:value="com.android.settings.accounts.ChooseAccountFragment" />
Arc Wanga63e9c62021-09-28 20:39:15 +08003257 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3258 android:value="@string/menu_key_accounts"/>
Jason Monkb7e43802016-06-06 16:01:58 -04003259 </activity>
Jim Miller165bf2f2011-01-26 16:10:26 -08003260
Jeff Sharkey9e9f7d12015-11-30 13:28:19 -07003261 <!-- Triggered when user-selected home app isn't encryption aware -->
3262 <activity android:name=".FallbackHome"
3263 android:excludeFromRecents="true"
Fan Zhang49534b72017-06-22 15:04:41 -07003264 android:label=""
Louis Chang397cdd62019-06-27 09:57:54 +08003265 android:taskAffinity="com.android.settings.FallbackHome"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003266 android:exported="true"
Adam Bookatzeb89d142022-02-24 16:45:28 -08003267 android:theme="@style/FallbackHome"
Tsung-Mao Fangf5062c22022-09-30 15:27:06 +08003268 android:permission="android.permission.DEVICE_POWER"
Adam Bookatzeb89d142022-02-24 16:45:28 -08003269 android:configChanges="keyboardHidden">
Xiaohui Chendbf3e152015-12-30 15:51:56 -08003270 <intent-filter android:priority="-1000">
Jeff Sharkey9e9f7d12015-11-30 13:28:19 -07003271 <action android:name="android.intent.action.MAIN" />
3272 <category android:name="android.intent.category.HOME" />
3273 <category android:name="android.intent.category.DEFAULT" />
3274 </intent-filter>
3275 </activity>
3276
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003277 <activity
3278 android:name="Settings$DataUsageSummaryActivity"
3279 android:label="@string/data_usage_summary_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003280 android:exported="true"
Bonian Chen86027472022-03-18 09:23:19 +08003281 android:icon="@drawable/ic_homepage_data_usage">
Rohan Shahff5bd332018-03-21 17:16:39 -07003282 <intent-filter android:priority="1">
3283 <action android:name="android.settings.DATA_USAGE_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08003284 <category android:name="android.intent.category.BROWSABLE" />
Rohan Shahff5bd332018-03-21 17:16:39 -07003285 <category android:name="android.intent.category.DEFAULT" />
3286 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07003287 <intent-filter android:priority="3">
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07003288 <action android:name="android.intent.action.MAIN" />
Amith Yamasani7836e4a2011-09-19 13:25:52 -07003289 <category android:name="com.android.settings.SHORTCUT" />
Jeff Sharkeydd6efe12011-06-15 10:31:41 -07003290 </intent-filter>
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07003291 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangcd21cb82018-06-11 09:28:02 -07003292 android:value="com.android.settings.datausage.DataUsageSummary" />
Arc Wanga63e9c62021-09-28 20:39:15 +08003293 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3294 android:value="@string/menu_key_network"/>
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07003295 </activity>
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003296 <activity
3297 android:name="Settings$MobileDataUsageListActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003298 android:exported="true"
Yanting Yang85713d02019-09-27 18:34:04 +08003299 android:label="@string/cellular_data_usage">
Malcolm Chen52584e92017-06-20 11:14:27 -07003300 <intent-filter android:priority="1">
3301 <action android:name="android.settings.MOBILE_DATA_USAGE" />
Malcolm Chen6fef2fff2017-07-13 17:59:58 -07003302 <category android:name="android.intent.category.DEFAULT" />
Malcolm Chen52584e92017-06-20 11:14:27 -07003303 </intent-filter>
3304 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Ling282a0d92018-11-30 16:20:32 -08003305 android:value="com.android.settings.datausage.DataUsageList" />
Arc Wanga63e9c62021-09-28 20:39:15 +08003306 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3307 android:value="@string/menu_key_network"/>
Malcolm Chen52584e92017-06-20 11:14:27 -07003308 </activity>
3309
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003310 <activity
3311 android:name="Settings$DreamSettingsActivity"
3312 android:label="@string/screensaver_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003313 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003314 android:icon="@drawable/ic_settings_display">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003315 <intent-filter android:priority="1">
3316 <action android:name="android.settings.DREAM_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08003317 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08003318 <category android:name="android.intent.category.DEFAULT" />
3319 </intent-filter>
Daniel Sandler7dee75c2012-11-27 22:41:30 -05003320 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Evan Laird22315ad2017-07-18 16:37:42 -04003321 android:value="com.android.settings.dream.DreamSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003322 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3323 android:value="@string/menu_key_display"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003324 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3325 android:value="true" />
Daniel Sandler7dee75c2012-11-27 22:41:30 -05003326 </activity>
3327
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003328 <activity
Lucas Silva3b1c7392023-04-12 15:22:39 -04003329 android:name="Settings$CommunalSettingsActivity"
3330 android:label="@string/communal_settings_title"
3331 android:exported="true"
3332 android:icon="@drawable/ia_settings_communal">
3333 <intent-filter android:priority="1">
3334 <action android:name="android.settings.COMMUNAL_SETTINGS" />
3335 <category android:name="android.intent.category.BROWSABLE" />
3336 <category android:name="android.intent.category.DEFAULT" />
3337 </intent-filter>
3338 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3339 android:value="com.android.settings.communal.CommunalDashboardFragment" />
3340 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3341 android:value="@string/menu_key_communal"/>
3342 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3343 android:value="true" />
3344 </activity>
3345
3346 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003347 android:name="Settings$UserSettingsActivity"
3348 android:label="@string/user_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003349 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003350 android:icon="@drawable/ic_settings_multiuser">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003351 <intent-filter android:priority="1">
3352 <action android:name="android.settings.USER_SETTINGS" />
3353 <category android:name="android.intent.category.DEFAULT" />
3354 </intent-filter>
Fan Zhang99800962018-08-08 11:12:03 -07003355 <intent-filter>
Jason Monk4da79e02015-09-10 10:54:36 -04003356 <action android:name="com.android.settings.action.SETTINGS" />
3357 </intent-filter>
Fan Zhang99800962018-08-08 11:12:03 -07003358 <meta-data android:name="com.android.settings.order" android:value="-45"/>
Jason Monk4da79e02015-09-10 10:54:36 -04003359 <meta-data android:name="com.android.settings.category"
Raff Tsai9e3a9fd2019-10-01 17:06:26 +08003360 android:value="com.android.settings.category.ia.system" />
Raff Tsai6db277e2019-10-02 16:43:23 +08003361 <meta-data android:name="com.android.settings.summary_uri"
3362 android:value="content://com.android.settings.dashboard.SummaryProvider/user" />
Jason Chiu5f0fc1f2021-05-24 18:27:42 +08003363 <meta-data android:name="com.android.settings.icon"
3364 android:resource="@drawable/ic_settings_multiuser" />
Amith Yamasani233592b2013-03-01 17:05:23 -08003365 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Raff Tsai9e3a9fd2019-10-01 17:06:26 +08003366 android:value="com.android.settings.users.UserSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003367 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3368 android:value="@string/menu_key_system"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003369 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
Raff Tsai9e3a9fd2019-10-01 17:06:26 +08003370 android:value="true" />
Amith Yamasani233592b2013-03-01 17:05:23 -08003371 </activity>
3372
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003373 <activity
3374 android:name="Settings$PaymentSettingsActivity"
3375 android:label="@string/nfc_payment_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003376 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003377 android:icon="@drawable/ic_settings_nfc_payment">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003378 <intent-filter android:priority="1">
3379 <action android:name="android.settings.NFC_PAYMENT_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08003380 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08003381 <category android:name="android.intent.category.DEFAULT" />
3382 </intent-filter>
Martijn Coenen26515da2013-08-01 18:13:33 -07003383 <intent-filter>
3384 <action android:name="android.intent.action.MAIN" />
Martijn Coenen26515da2013-08-01 18:13:33 -07003385 <category android:name="android.intent.category.DEFAULT" />
3386 </intent-filter>
3387 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3388 android:value="com.android.settings.nfc.PaymentSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003389 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3390 android:value="@string/menu_key_connected_devices"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003391 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3392 android:value="true" />
Martijn Coenen26515da2013-08-01 18:13:33 -07003393 </activity>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003394
Martijn Coenen26515da2013-08-01 18:13:33 -07003395 <activity android:name=".nfc.PaymentDefaultDialog"
Martijn Coenenda6c0ba2013-09-05 21:07:23 -07003396 android:label="@string/nfc_payment_set_default_label"
Martijn Coenen26515da2013-08-01 18:13:33 -07003397 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003398 android:exported="true"
Andrew Sapperstein7e157432016-07-15 16:46:38 -07003399 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003400 <intent-filter android:priority="1">
Martijn Coenena73aa322013-08-30 12:57:42 -07003401 <action android:name="android.nfc.cardemulation.action.ACTION_CHANGE_DEFAULT" />
3402 <category android:name="android.intent.category.DEFAULT" />
3403 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003404 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3405 android:value="true" />
Martijn Coenen26515da2013-08-01 18:13:33 -07003406 </activity>
3407
Martijn Coenencbcc76e2015-06-05 21:28:17 +02003408 <activity android:name=".nfc.HowItWorks"
3409 android:label="@string/nfc_payment_settings_title"
Martijn Coenencbcc76e2015-06-05 21:28:17 +02003410 android:excludeFromRecents="true">
3411 </activity>
3412
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003413 <activity
3414 android:name="Settings$NotificationAccessSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003415 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003416 android:label="@string/manage_notification_access_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003417 <intent-filter android:priority="1">
3418 <action android:name="android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS" />
3419 <category android:name="android.intent.category.DEFAULT" />
3420 </intent-filter>
Daniel Sandler79b9bfe2013-04-04 14:30:04 -04003421 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
John Spurlock4a350512014-04-08 14:08:21 -04003422 android:value="com.android.settings.notification.NotificationAccessSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003423 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3424 android:value="@string/menu_key_notifications"/>
John Spurlock08531a82015-05-07 17:45:43 -04003425 </activity>
3426
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003427 <activity
Julia Reynolds31dc1fd2019-10-29 15:15:08 -04003428 android:name="Settings$NotificationAccessDetailsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003429 android:exported="true"
Julia Reynolds31dc1fd2019-10-29 15:15:08 -04003430 android:label="@string/manage_notification_access_title" >
3431 <intent-filter android:priority="1">
3432 <action android:name="android.settings.NOTIFICATION_LISTENER_DETAIL_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08003433 <category android:name="android.intent.category.BROWSABLE" />
Julia Reynolds31dc1fd2019-10-29 15:15:08 -04003434 <category android:name="android.intent.category.DEFAULT" />
3435 </intent-filter>
3436 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3437 android:value="com.android.settings.applications.specialaccess.notificationaccess.NotificationAccessDetails" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003438 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3439 android:value="@string/menu_key_notifications"/>
Julia Reynolds31dc1fd2019-10-29 15:15:08 -04003440 </activity>
3441
3442 <activity
Fabian Kozynski01b2a632019-02-20 12:55:10 -05003443 android:name="Settings$NotificationAssistantSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003444 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003445 android:label="@string/notification_assistant_title">
Fabian Kozynski01b2a632019-02-20 12:55:10 -05003446 <intent-filter android:priority="1">
3447 <action android:name="android.settings.NOTIFICATION_ASSISTANT_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08003448 <category android:name="android.intent.category.BROWSABLE" />
Fabian Kozynski01b2a632019-02-20 12:55:10 -05003449 <category android:name="android.intent.category.DEFAULT" />
3450 </intent-filter>
3451 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Chloris Kuo2c955bb2021-03-19 07:00:45 -07003452 android:value="com.android.settings.notification.ConfigureNotificationSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003453 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3454 android:value="@string/menu_key_notifications"/>
Fabian Kozynski01b2a632019-02-20 12:55:10 -05003455 </activity>
3456
3457 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003458 android:name="Settings$VrListenersSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003459 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003460 android:label="@string/vr_listeners_title">
Ruben Brunke1c98ca2016-02-23 18:58:56 -08003461 <intent-filter android:priority="1">
3462 <action android:name="android.settings.VR_LISTENER_SETTINGS" />
3463 <category android:name="android.intent.category.DEFAULT" />
3464 </intent-filter>
Ruben Brunke1c98ca2016-02-23 18:58:56 -08003465 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangaf155222018-07-11 09:41:39 -07003466 android:value="com.android.settings.applications.specialaccess.vrlistener.VrListenerSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003467 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3468 android:value="@string/menu_key_apps"/>
Ruben Brunke1c98ca2016-02-23 18:58:56 -08003469 </activity>
3470
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003471 <activity
3472 android:name="Settings$PictureInPictureSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003473 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003474 android:label="@string/picture_in_picture_title">
Winson Chung0a0d95a2017-01-20 11:22:44 -08003475 <intent-filter android:priority="1">
3476 <action android:name="android.settings.PICTURE_IN_PICTURE_SETTINGS" />
3477 <category android:name="android.intent.category.DEFAULT" />
3478 </intent-filter>
3479 <intent-filter>
3480 <action android:name="android.intent.action.MAIN" />
3481 <category android:name="android.intent.category.DEFAULT" />
3482 </intent-filter>
3483 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang4560ab72018-07-10 15:46:31 -07003484 android:value="com.android.settings.applications.specialaccess.pictureinpicture.PictureInPictureSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003485 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3486 android:value="@string/menu_key_apps"/>
Winson Chung0a0d95a2017-01-20 11:22:44 -08003487 </activity>
Ruben Brunke1c98ca2016-02-23 18:58:56 -08003488
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003489 <activity
3490 android:name="Settings$AppPictureInPictureSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003491 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003492 android:label="@string/picture_in_picture_title">
Winson Chung217d0e92017-03-17 15:48:38 -07003493 <intent-filter>
3494 <action android:name="android.settings.PICTURE_IN_PICTURE_SETTINGS" />
3495 <category android:name="android.intent.category.DEFAULT" />
3496 <data android:scheme="package" />
3497 </intent-filter>
3498 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang4560ab72018-07-10 15:46:31 -07003499 android:value="com.android.settings.applications.specialaccess.pictureinpicture.PictureInPictureDetails" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003500 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3501 android:value="@string/menu_key_apps"/>
Winson Chung217d0e92017-03-17 15:48:38 -07003502 </activity>
3503
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003504 <activity
Philip Junker8a978052022-03-14 18:08:46 +00003505 android:name="Settings$TurnScreenOnSettingsActivity"
3506 android:exported="true"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02003507 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Philip Junker8a978052022-03-14 18:08:46 +00003508 android:label="@string/turn_screen_on_title">
3509 <intent-filter android:priority="1">
3510 <action android:name="android.settings.TURN_SCREEN_ON_SETTINGS" />
3511 <category android:name="android.intent.category.DEFAULT" />
3512 </intent-filter>
3513 <intent-filter>
3514 <action android:name="android.intent.action.MAIN" />
3515 <category android:name="android.intent.category.DEFAULT" />
3516 </intent-filter>
3517 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Philip Junkerded7f452023-04-19 11:59:19 +00003518 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Philip Junker8a978052022-03-14 18:08:46 +00003519 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3520 android:value="@string/menu_key_apps"/>
3521 </activity>
3522
3523 <activity
Philip Junkerded7f452023-04-19 11:59:19 +00003524 android:name="Settings$AppTurnScreenOnSettingsActivity"
3525 android:exported="true"
3526 android:label="@string/turn_screen_on_title">
3527 <intent-filter android:priority="1">
3528 <action android:name="android.settings.TURN_SCREEN_ON_SETTINGS" />
3529 <category android:name="android.intent.category.DEFAULT" />
3530 <data android:scheme="package" />
3531 </intent-filter>
3532 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3533 android:value="com.android.settings.applications.specialaccess.turnscreenon.TurnScreenOnDetails"/>
3534 </activity>
3535
3536 <activity
kholoud mohamed14a887f2020-01-29 17:38:31 +00003537 android:name="Settings$InteractAcrossProfilesSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003538 android:exported="true"
kholoud mohamed14a887f2020-01-29 17:38:31 +00003539 android:label="@string/interact_across_profiles_title">
3540 <intent-filter android:priority="1">
3541 <action android:name="android.settings.MANAGE_CROSS_PROFILE_ACCESS" />
3542 <category android:name="android.intent.category.DEFAULT" />
3543 </intent-filter>
3544 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3545 android:value="com.android.settings.applications.specialaccess.interactacrossprofiles.InteractAcrossProfilesSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003546 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3547 android:value="@string/menu_key_apps"/>
kholoud mohamed14a887f2020-01-29 17:38:31 +00003548 </activity>
3549
3550 <activity android:name="Settings$AppInteractAcrossProfilesSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003551 android:exported="true"
kholoud mohamed14a887f2020-01-29 17:38:31 +00003552 android:label="@string/interact_across_profiles_title">
3553 <intent-filter>
3554 <action android:name="android.settings.MANAGE_CROSS_PROFILE_ACCESS" />
3555 <category android:name="android.intent.category.DEFAULT" />
3556 <data android:scheme="package" />
3557 </intent-filter>
3558 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3559 android:value="com.android.settings.applications.specialaccess.interactacrossprofiles.InteractAcrossProfilesDetails" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003560 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3561 android:value="@string/menu_key_apps"/>
kholoud mohamed14a887f2020-01-29 17:38:31 +00003562 </activity>
3563
3564 <activity
Fan Zhange366f022019-03-19 13:08:10 -07003565 android:name="Settings$ZenAccessDetailSettingsActivity"
3566 android:label="@string/manage_zen_access_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003567 android:exported="true"
Fan Zhange366f022019-03-19 13:08:10 -07003568 android:excludeFromRecents="true">
3569 <intent-filter>
3570 <action android:name="android.settings.NOTIFICATION_POLICY_ACCESS_DETAIL_SETTINGS" />
3571 <category android:name="android.intent.category.DEFAULT" />
3572 <data android:scheme="package" />
3573 </intent-filter>
3574 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3575 android:value="com.android.settings.applications.specialaccess.zenaccess.ZenAccessDetails" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003576 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3577 android:value="@string/menu_key_notifications"/>
Fan Zhange366f022019-03-19 13:08:10 -07003578 </activity>
3579
3580 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003581 android:name="Settings$ZenAccessSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003582 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003583 android:label="@string/manage_zen_access_title">
John Spurlock08531a82015-05-07 17:45:43 -04003584 <intent-filter android:priority="1">
John Spurlocka00194d2015-06-04 13:01:59 -04003585 <action android:name="android.settings.NOTIFICATION_POLICY_ACCESS_SETTINGS" />
John Spurlock08531a82015-05-07 17:45:43 -04003586 <category android:name="android.intent.category.DEFAULT" />
3587 </intent-filter>
John Spurlock08531a82015-05-07 17:45:43 -04003588 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05003589 android:value="com.android.settings.notification.zen.ZenAccessSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003590 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3591 android:value="@string/menu_key_notifications"/>
Daniel Sandler79b9bfe2013-04-04 14:30:04 -04003592 </activity>
3593
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003594 <activity
3595 android:name="Settings$ConfigureNotificationSettingsActivity"
3596 android:label="@string/configure_notification_settings"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003597 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003598 <intent-filter android:priority="1">
3599 <action android:name="android.settings.NOTIFICATION_SETTINGS" />
3600 <category android:name="android.intent.category.DEFAULT" />
3601 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07003602 <intent-filter android:priority="21">
Dan Sandler347f9442014-03-11 01:32:47 -04003603 <action android:name="android.intent.action.MAIN" />
Dan Sandler347f9442014-03-11 01:32:47 -04003604 <category android:name="com.android.settings.SHORTCUT" />
3605 </intent-filter>
3606 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynolds8c0a4232015-11-24 10:08:14 -05003607 android:value="com.android.settings.notification.ConfigureNotificationSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003608 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3609 android:value="@string/menu_key_notifications"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003610 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3611 android:value="true" />
Dan Sandler347f9442014-03-11 01:32:47 -04003612 </activity>
3613
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003614 <activity
Julia Reynolds6a88e142020-06-02 11:20:13 -04003615 android:name="Settings$ConversationListSettingsActivity"
3616 android:label="@string/zen_mode_conversations_title"
3617 android:exported="true">
3618 <intent-filter android:priority="1">
3619 <action android:name="android.settings.CONVERSATION_SETTINGS" />
3620 <category android:name="android.intent.category.DEFAULT" />
3621 </intent-filter>
3622 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3623 android:value="com.android.settings.notification.app.ConversationListSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003624 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3625 android:value="@string/menu_key_apps"/>
Julia Reynolds6a88e142020-06-02 11:20:13 -04003626 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3627 android:value="true" />
3628 </activity>
3629
3630 <activity
Julia Reynolds4e48da92019-03-26 09:04:22 -04003631 android:name="Settings$AppBubbleNotificationSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003632 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003633 android:label="@string/bubbles_app_toggle_title">
Julia Reynolds4e48da92019-03-26 09:04:22 -04003634 <intent-filter android:priority="1">
3635 <action android:name="android.settings.APP_NOTIFICATION_BUBBLE_SETTINGS" />
3636 <category android:name="android.intent.category.DEFAULT" />
3637 </intent-filter>
3638 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05003639 android:value="com.android.settings.notification.app.AppBubbleNotificationSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003640 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3641 android:value="@string/menu_key_apps"/>
Julia Reynolds4e48da92019-03-26 09:04:22 -04003642 </activity>
3643
3644 <activity
Amber Ogata9d5de292020-12-16 20:37:22 +00003645 android:name="Settings$PremiumSmsAccessActivity"
3646 android:label="@string/premium_sms_access"
3647 android:exported="true">
3648 <intent-filter>
3649 <action android:name="android.settings.PREMIUM_SMS_SETTINGS" />
3650 <category android:name="android.intent.category.DEFAULT" />
3651 <data android:scheme="package" />
3652 </intent-filter>
3653 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3654 android:value="com.android.settings.applications.specialaccess.premiumsms.PremiumSmsAccess" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003655 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3656 android:value="@string/menu_key_apps"/>
Amber Ogata9d5de292020-12-16 20:37:22 +00003657 </activity>
3658
3659 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003660 android:name="Settings$SoundSettingsActivity"
3661 android:label="@string/sound_settings"
3662 android:icon="@drawable/ic_homepage_sound"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003663 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003664 <intent-filter android:priority="1">
John Spurlock4e4cdef2014-05-28 09:43:45 -04003665 <action android:name="com.android.settings.SOUND_SETTINGS" />
3666 <action android:name="android.settings.SOUND_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08003667 <category android:name="android.intent.category.BROWSABLE" />
Kenny Guyf9f279e2017-04-04 18:01:13 +01003668 <action android:name="android.settings.ACTION_OTHER_SOUND_SETTINGS" />
John Spurlock4e4cdef2014-05-28 09:43:45 -04003669 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08003670 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07003671 <intent-filter android:priority="40">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003672 <action android:name="android.intent.action.MAIN" />
Julia Reynolds8c0a4232015-11-24 10:08:14 -05003673 <category android:name="com.android.settings.SHORTCUT" />
John Spurlock4e4cdef2014-05-28 09:43:45 -04003674 </intent-filter>
3675 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynolds8c0a4232015-11-24 10:08:14 -05003676 android:value="com.android.settings.notification.SoundSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003677 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3678 android:value="@string/menu_key_sound"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003679 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3680 android:value="true" />
Julia Reynolds8c0a4232015-11-24 10:08:14 -05003681 </activity>
John Spurlock4e4cdef2014-05-28 09:43:45 -04003682
Julia Reynoldsff9500d2018-03-21 15:23:13 -04003683 <!-- Show apps for which application-level notification settings are applicable -->
3684 <activity android:name="Settings$NotificationAppListActivity"
3685 android:label="@string/app_notifications_title"
3686 android:icon="@drawable/ic_notifications"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02003687 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Fan Zhang416ff0a2018-10-26 15:39:39 -07003688 android:exported="true">
Julia Reynoldsff9500d2018-03-21 15:23:13 -04003689 <intent-filter android:priority="1">
3690 <action android:name="android.settings.ALL_APPS_NOTIFICATION_SETTINGS" />
3691 <category android:name="android.intent.category.DEFAULT" />
3692 </intent-filter>
Julia Reynoldsff9500d2018-03-21 15:23:13 -04003693 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3694 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003695 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3696 android:value="@string/menu_key_notifications"/>
Julia Reynoldsff9500d2018-03-21 15:23:13 -04003697 </activity>
3698
“Ankitaa6ff8972022-10-03 05:01:00 +00003699 <!-- Displays a list of apps available for cloning on the device -->
3700 <activity android:name=".Settings$ClonedAppsListActivity"
3701 android:label="@string/cloned_apps_dashboard_title"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02003702 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
“Ankitaa6ff8972022-10-03 05:01:00 +00003703 android:exported="true">
3704 <intent-filter android:priority="1">
3705 <action android:name="android.settings.MANAGE_CLONED_APPS_SETTINGS" />
3706 <category android:name="android.intent.category.DEFAULT" />
3707 </intent-filter>
3708 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3709 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
3710 </activity>
3711
Yuri Lin554ab1f2022-04-12 17:05:49 -04003712 <!-- Application-level notification settings page, same as above but only accessible
3713 internally from system server -->
3714 <activity android:name="Settings$NotificationReviewPermissionsActivity"
3715 android:label="@string/app_notifications_title"
3716 android:icon="@drawable/ic_notifications"
3717 android:exported="false">
3718 <intent-filter android:priority="1">
3719 <action android:name="android.settings.ALL_APPS_NOTIFICATION_SETTINGS_FOR_REVIEW" />
3720 <category android:name="android.intent.category.DEFAULT" />
3721 </intent-filter>
3722 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3723 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
3724 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3725 android:value="@string/menu_key_notifications"/>
3726 </activity>
3727
John Spurlock802ddf92014-07-18 11:51:13 -04003728 <!-- Show application-level notification settings (app passed in as extras) -->
3729 <activity android:name="Settings$AppNotificationSettingsActivity"
John Spurlockb8ec3432014-07-27 13:33:34 -04003730 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003731 <intent-filter android:priority="1">
3732 <action android:name="android.settings.APP_NOTIFICATION_SETTINGS" />
3733 <category android:name="android.intent.category.DEFAULT" />
3734 </intent-filter>
John Spurlock802ddf92014-07-18 11:51:13 -04003735 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05003736 android:value="com.android.settings.notification.app.AppNotificationSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003737 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3738 android:value="@string/menu_key_notifications"/>
John Spurlockb8ec3432014-07-27 13:33:34 -04003739 </activity>
3740
Julia Reynolds69492882017-01-25 10:32:07 -05003741 <!-- Show channel-level notification settings (channel passed in as extras) -->
Julia Reynoldsefe26e22021-03-10 21:38:49 -05003742 <activity android:name=".notification.app.ChannelPanelActivity"
Julia Reynoldse2897ae2018-04-19 10:04:53 -04003743 android:label="@string/notification_channel_title"
Edgar Wang2917c0c2023-05-30 08:28:30 +00003744 android:theme="@style/Theme.Panel.Material"
Julia Reynoldsefe26e22021-03-10 21:38:49 -05003745 android:excludeFromRecents="true"
Valentin Iftime1e81f6e2023-01-30 10:44:37 +01003746 android:configChanges="keyboardHidden|screenSize"
Julia Reynolds69492882017-01-25 10:32:07 -05003747 android:exported="true">
3748 <intent-filter android:priority="1">
3749 <action android:name="android.settings.CHANNEL_NOTIFICATION_SETTINGS" />
3750 <category android:name="android.intent.category.DEFAULT" />
3751 </intent-filter>
Julia Reynolds69492882017-01-25 10:32:07 -05003752 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05003753 android:value="com.android.settings.notification.app.ChannelNotificationSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003754 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3755 android:value="@string/menu_key_notifications"/>
Julia Reynolds69492882017-01-25 10:32:07 -05003756 </activity>
3757
Zachary Kuznia5adcb3d2015-08-07 16:32:28 -07003758 <!-- Show Manual (from settings item) -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003759 <activity
3760 android:name="ManualDisplayActivity"
3761 android:label="@string/manual"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003762 android:exported="true"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003763 android:enabled="@bool/config_show_manual">
Zachary Kuznia5adcb3d2015-08-07 16:32:28 -07003764 <intent-filter>
3765 <action android:name="android.settings.SHOW_MANUAL" />
3766 <category android:name="android.intent.category.DEFAULT" />
3767 </intent-filter>
3768 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3769 android:value="true" />
3770 </activity>
3771
Jake Hamby5e9bd862013-04-09 15:48:25 -07003772 <!-- Show regulatory info (from settings item or dialing "*#07#") -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003773 <activity
3774 android:name="RegulatoryInfoDisplayActivity"
Chaohui Wang590b4e72023-07-07 15:31:20 +08003775 android:theme="@style/Theme.AlertDialog"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003776 android:label="@string/regulatory_labels"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003777 android:exported="true"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003778 android:enabled="@bool/config_show_regulatory_info">
Jeff Sharkey3daa2592014-04-18 15:30:15 -07003779 <intent-filter>
Jake Hamby5e9bd862013-04-09 15:48:25 -07003780 <action android:name="android.settings.SHOW_REGULATORY_INFO" />
Han Xub7d10772022-08-15 19:19:55 +08003781 <category android:name="android.intent.category.BROWSABLE" />
Jake Hamby5e9bd862013-04-09 15:48:25 -07003782 <category android:name="android.intent.category.DEFAULT" />
3783 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003784 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3785 android:value="true" />
Jake Hamby5e9bd862013-04-09 15:48:25 -07003786 </activity>
3787
Eugene Susla57544122017-04-14 10:42:59 -07003788 <!-- Confirmation dialog for enabling notification access from CompanionDeviceManager -->
3789 <activity android:name=".notification.NotificationAccessConfirmationActivity"
Guojing Yuan19235b82021-05-12 17:06:42 +00003790 android:taskAffinity=".notification.NotificationAccessConfirmationActivity"
Eugene Susla57544122017-04-14 10:42:59 -07003791 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" />
3792
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003793 <receiver android:name="com.android.settingslib.bluetooth.BluetoothDiscoverableTimeoutReceiver"
3794 android:exported="true">
Srikanth Uppala59a97f72012-04-04 03:32:22 -07003795 <intent-filter>
3796 <action android:name="android.bluetooth.intent.DISCOVERABLE_TIMEOUT" />
3797 </intent-filter>
3798 </receiver>
3799
Amith Yamasani32dccbc2012-09-13 18:06:49 -07003800 <!-- Watch for ContactsContract.Profile changes and update the user's photo. -->
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003801 <receiver android:name=".users.ProfileUpdateReceiver"
3802 android:exported="true">
Amith Yamasani32dccbc2012-09-13 18:06:49 -07003803 <intent-filter>
3804 <action android:name="android.provider.Contacts.PROFILE_CHANGED" />
3805 </intent-filter>
3806 </receiver>
3807
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003808 <receiver android:name=".sim.SimSelectNotification"
3809 android:exported="true">
PauloftheWest63f7bc82014-10-30 08:01:30 -07003810 <intent-filter>
Malcolm Chena05e6f82019-03-27 17:45:29 -07003811 <action android:name="android.telephony.action.PRIMARY_SUBSCRIPTION_LIST_CHANGED"/>
Malcolm Chen7dd82f92019-04-18 19:45:04 -07003812 <action android:name="android.settings.ENABLE_MMS_DATA_REQUEST"/>
PauloftheWest63f7bc82014-10-30 08:01:30 -07003813 </intent-filter>
3814 </receiver>
3815
Amith Yamasani2ad96252013-09-09 13:07:27 -07003816 <provider
Aurimas Liutikase0069d32018-04-17 11:22:43 -07003817 android:name="androidx.core.content.FileProvider"
Chaohui Wangbb4d0252022-10-12 17:41:07 +08003818 android:authorities="${applicationId}.files"
Amith Yamasani2ad96252013-09-09 13:07:27 -07003819 android:grantUriPermissions="true"
3820 android:exported="false">
3821 <meta-data
3822 android:name="android.support.FILE_PROVIDER_PATHS"
3823 android:resource="@xml/file_paths" />
3824 </provider>
Fabrice Di Megliofa7dc242014-03-12 19:24:43 -07003825
Andrew Sapperstein56a8c332019-06-18 09:44:18 -07003826 <provider
3827 android:name=".deviceinfo.legal.ModuleLicenseProvider"
Chaohui Wangbb4d0252022-10-12 17:41:07 +08003828 android:authorities="${applicationId}.module_licenses"
Andrew Sapperstein56a8c332019-06-18 09:44:18 -07003829 android:grantUriPermissions="true"
3830 android:exported="false"/>
3831
Fan Zhang9fdceae2021-03-10 21:45:19 +00003832 <provider
3833 android:name=".emergency.EmergencyActionContentProvider"
Chaohui Wangbb4d0252022-10-12 17:41:07 +08003834 android:authorities="${applicationId}.emergency"
Fan Zhang9fdceae2021-03-10 21:45:19 +00003835 android:permission="android.permission.CALL_PRIVILEGED"
3836 android:exported="true"/>
3837
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003838 <activity
3839 android:name=".wifi.RequestToggleWiFiActivity"
3840 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"
Svetoslav Ganov871078e2016-07-26 18:26:45 -07003841 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003842 android:exported="true"
Svetoslav Ganov871078e2016-07-26 18:26:45 -07003843 android:permission="android.permission.CHANGE_WIFI_STATE">
3844 <intent-filter>
3845 <action android:name="android.net.wifi.action.REQUEST_ENABLE" />
3846 <action android:name="android.net.wifi.action.REQUEST_DISABLE" />
3847 <category android:name="android.intent.category.DEFAULT" />
3848 </intent-filter>
3849 </activity>
3850
Weng Su56a88882021-07-06 11:30:17 +08003851 <!--
3852 The Wi-Fi result data will only be returned from WifiDialogActivity if the calling
3853 package has ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission. (see b/185126813)
3854 -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003855 <activity
3856 android:name=".wifi.WifiDialogActivity"
Udam Saini86d52c92016-03-10 11:30:53 -08003857 android:label=""
Maurice Lam771fac52015-09-08 10:36:43 -07003858 android:theme="@style/Transparent"
3859 android:excludeFromRecents="true"
lindatseng8d7d0132019-05-21 14:41:11 -07003860 android:documentLaunchMode="always"
Maurice Lamec1f2ee2015-10-29 16:40:49 -07003861 android:exported="true"
Udam Saini0ec68622015-12-21 10:52:34 -08003862 android:permission="android.permission.CHANGE_WIFI_STATE"
Weng Su179fc5e2023-04-24 12:29:34 +08003863 android:configChanges="orientation|keyboard|keyboardHidden|screenSize|smallestScreenSize|screenLayout">
Maurice Lam771fac52015-09-08 10:36:43 -07003864 <intent-filter>
3865 <action android:name="com.android.settings.WIFI_DIALOG" />
3866 <category android:name="android.intent.category.DEFAULT" />
3867 </intent-filter>
3868 </activity>
3869
cosmohsiehda37bb72018-11-26 11:58:02 +08003870 <activity
3871 android:name=".wifi.NetworkRequestDialogActivity"
govenliudbf920c2019-08-19 16:22:22 +08003872 android:theme="@style/Theme.AlertDialog"
cosmohsiehda37bb72018-11-26 11:58:02 +08003873 android:excludeFromRecents="true"
cosmohsiehed2fac12019-03-21 13:32:19 +08003874 android:launchMode="singleTop"
3875 android:taskAffinity=".wifi.NetworkRequestDialogActivity"
cosmohsiehda37bb72018-11-26 11:58:02 +08003876 android:exported="true"
Roshan Piusb2db1f02019-11-19 15:45:40 +00003877 android:permission="android.permission.NETWORK_SETTINGS">
cosmohsiehda37bb72018-11-26 11:58:02 +08003878 <intent-filter>
cosmohsieh1e2e6142019-01-11 10:02:24 +08003879 <action android:name="com.android.settings.wifi.action.NETWORK_REQUEST" />
cosmohsiehda37bb72018-11-26 11:58:02 +08003880 <category android:name="android.intent.category.DEFAULT" />
3881 </intent-filter>
3882 </activity>
3883
Jason Chiu2c3e6c62019-04-30 14:41:19 +08003884 <receiver
Jason Chiuda2ca2f2019-01-29 17:13:28 +08003885 android:name=".wifi.slice.ConnectToWifiHandler"
Jason Chiuda2ca2f2019-01-29 17:13:28 +08003886 android:exported="false" />
3887
Antony Sargenta7dc2772019-04-12 15:08:16 -07003888 <activity
3889 android:name=".sim.SimDialogActivity"
SongFerngWangbe8f2792021-12-21 12:58:12 +08003890 android:theme="@style/Theme.AlertDialog.SimConfirmDialog"
Antony Sargenta7dc2772019-04-12 15:08:16 -07003891 android:label="@string/sim_settings_title"
3892 android:launchMode="singleTop"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003893 android:exported="true"
Antony Sargenta7dc2772019-04-12 15:08:16 -07003894 android:excludeFromRecents="true">
PauloftheWestffef98b2014-11-18 07:12:48 -08003895 <intent-filter>
3896 <action android:name="android.intent.action.MAIN" />
PauloftheWestffef98b2014-11-18 07:12:48 -08003897 </intent-filter>
3898 </activity>
3899
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003900 <activity
Fan Zhang03dd39c2019-04-02 16:41:01 -07003901 android:name=".flashlight.FlashlightHandleActivity"
3902 android:theme="@android:style/Theme.NoDisplay"
3903 android:excludeFromRecents="true"
3904 android:exported="true"
3905 android:label="@string/power_flashlight"/>
3906
3907 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003908 android:name="Settings$WifiCallingSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003909 android:exported="true"
Zoey Chen6cf16b02021-11-01 16:46:12 +08003910 android:configChanges="orientation|keyboard|keyboardHidden|screenSize|smallestScreenSize|screenLayout"
Fan Zhang416ff0a2018-10-26 15:39:39 -07003911 android:label="@string/wifi_calling_settings_title">
Pavel Zhamaitsiak4ab32562015-02-23 15:34:07 -08003912 <intent-filter>
3913 <action android:name="android.intent.action.MAIN" />
3914 <action android:name="android.settings.WIFI_CALLING_SETTINGS" />
3915 <category android:name="android.intent.category.DEFAULT" />
3916 <category android:name="android.intent.category.VOICE_LAUNCH" />
3917 </intent-filter>
3918 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangb91db422018-02-09 10:25:55 -08003919 android:value="com.android.settings.wifi.calling.WifiCallingSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003920 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3921 android:value="@string/menu_key_network"/>
Pavel Zhamaitsiak4ab32562015-02-23 15:34:07 -08003922 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3923 android:value="true" />
Pavel Zhamaitsiak4ab32562015-02-23 15:34:07 -08003924 </activity>
3925
Fan Zhangb91db422018-02-09 10:25:55 -08003926 <activity android:name=".wifi.calling.WifiCallingSuggestionActivity"
Jason Monkd3ac2392016-01-27 13:54:35 -05003927 android:label="@string/wifi_calling_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003928 android:exported="true"
Mill Chen71958002019-01-23 10:44:39 +08003929 android:icon="@drawable/ic_suggestion_wireless">
Jason Monkd3ac2392016-01-27 13:54:35 -05003930 <intent-filter>
3931 <action android:name="android.intent.action.MAIN" />
Fan Zhang7afbf0f2017-05-08 09:31:01 -07003932 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
Jason Monkd3ac2392016-01-27 13:54:35 -05003933 </intent-filter>
3934 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangb91db422018-02-09 10:25:55 -08003935 android:value="com.android.settings.wifi.calling.WifiCallingSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003936 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3937 android:value="@string/menu_key_network"/>
Jason Monkd3ac2392016-01-27 13:54:35 -05003938 <meta-data android:name="com.android.settings.dismiss"
Fan Zhangaf91c1f2017-06-03 15:24:11 -07003939 android:value="10,14,30" />
Jason Monkd3ac2392016-01-27 13:54:35 -05003940 <meta-data android:name="com.android.settings.title"
3941 android:resource="@string/wifi_calling_suggestion_title" />
Jason Monkec1f28e2016-02-24 17:39:29 -05003942 <meta-data android:name="com.android.settings.summary"
3943 android:resource="@string/wifi_calling_suggestion_summary" />
Jason Monkd3ac2392016-01-27 13:54:35 -05003944 </activity>
3945
Fabrice Di Megliofa7dc242014-03-12 19:24:43 -07003946 <provider
3947 android:name=".search.SettingsSearchIndexablesProvider"
Chaohui Wangbb4d0252022-10-12 17:41:07 +08003948 android:authorities="${applicationId}"
Fabrice Di Megliofa7dc242014-03-12 19:24:43 -07003949 android:multiprocess="false"
3950 android:grantUriPermissions="true"
3951 android:permission="android.permission.READ_SEARCH_INDEXABLES"
3952 android:exported="true">
3953 <intent-filter>
3954 <action android:name="android.content.action.SEARCH_INDEXABLES_PROVIDER" />
3955 </intent-filter>
3956 </provider>
3957
Fan Zhang2985a072017-09-27 17:32:46 -07003958 <provider
3959 android:name=".dashboard.suggestions.SuggestionStateProvider"
Chaohui Wangbb4d0252022-10-12 17:41:07 +08003960 android:authorities="${applicationId}.suggestions.status"
Fan Zhang2985a072017-09-27 17:32:46 -07003961 android:exported="true">
3962 <intent-filter>
3963 <action android:name="com.android.settings.action.SUGGESTION_STATE_PROVIDER" />
3964 </intent-filter>
3965 </provider>
3966
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003967 <activity
3968 android:name="Settings$OverlaySettingsActivity"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02003969 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003970 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003971 android:label="@string/draw_overlay">
Billy Lau7f70ba12015-07-03 17:01:18 +01003972 <intent-filter android:priority="1">
3973 <action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" />
3974 <category android:name="android.intent.category.DEFAULT" />
3975 </intent-filter>
Billy Laufee78562015-07-27 12:57:07 +01003976 <intent-filter android:priority="1">
3977 <action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" />
3978 <category android:name="android.intent.category.DEFAULT" />
3979 <data android:scheme="package" />
3980 </intent-filter>
3981 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Bernardo Rufino897a0e02019-11-06 15:00:27 +00003982 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003983 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3984 android:value="@string/menu_key_apps"/>
Raff Tsai613f15a2020-01-05 21:56:35 +08003985 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3986 android:value="true" />
Billy Laufee78562015-07-27 12:57:07 +01003987 </activity>
3988
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003989 <activity
Bernardo Rufino88540312019-11-25 19:40:53 +00003990 android:name="Settings$AppDrawOverlaySettingsActivity"
3991 android:label="@string/draw_overlay"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003992 android:exported="true"
Bernardo Rufino88540312019-11-25 19:40:53 +00003993 android:permission="android.permission.INTERNAL_SYSTEM_WINDOW">
3994 <intent-filter android:priority="1">
3995 <action android:name="android.settings.MANAGE_APP_OVERLAY_PERMISSION" />
3996 <category android:name="android.intent.category.DEFAULT" />
3997 <data android:scheme="package" />
3998 </intent-filter>
3999 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4000 android:value="com.android.settings.applications.appinfo.DrawOverlayDetails" />
Jason Chiu646a31e2021-11-10 11:56:00 +08004001 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4002 android:value="@string/menu_key_apps"/>
Bernardo Rufino88540312019-11-25 19:40:53 +00004003 </activity>
4004
4005 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08004006 android:name="Settings$WriteSettingsActivity"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02004007 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004008 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08004009 android:label="@string/write_settings_title">
Billy Lau7f70ba12015-07-03 17:01:18 +01004010 <intent-filter android:priority="1">
4011 <action android:name="android.settings.action.MANAGE_WRITE_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08004012 <category android:name="android.intent.category.BROWSABLE" />
Billy Lau7f70ba12015-07-03 17:01:18 +01004013 <category android:name="android.intent.category.DEFAULT" />
4014 </intent-filter>
Billy Laubb3aa262015-07-21 16:43:17 +01004015 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07004016 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08004017 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4018 android:value="@string/menu_key_apps"/>
Raff Tsai613f15a2020-01-05 21:56:35 +08004019 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4020 android:value="true" />
Billy Lau7f70ba12015-07-03 17:01:18 +01004021 </activity>
4022
Fan Zhangdb26cfb2018-02-07 17:32:17 -08004023 <activity
4024 android:name="Settings$AppWriteSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004025 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08004026 android:label="@string/write_settings_title">
Suprabh Shuklaf59d2112017-03-06 17:51:05 -08004027 <intent-filter android:priority="1">
4028 <action android:name="android.settings.action.MANAGE_WRITE_SETTINGS" />
4029 <category android:name="android.intent.category.DEFAULT" />
4030 <data android:scheme="package" />
4031 </intent-filter>
4032 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Lingebf88432017-12-11 11:18:10 -08004033 android:value="com.android.settings.applications.appinfo.WriteSettingsDetails" />
Jason Chiu646a31e2021-11-10 11:56:00 +08004034 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4035 android:value="@string/menu_key_apps"/>
Suprabh Shuklaf59d2112017-03-06 17:51:05 -08004036 </activity>
4037
Fan Zhangdb26cfb2018-02-07 17:32:17 -08004038 <activity
Suprabh Shuklac8b92402021-02-17 18:00:35 -08004039 android:name="Settings$AlarmsAndRemindersActivity"
4040 android:exported="true"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02004041 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Suprabh Shuklac8b92402021-02-17 18:00:35 -08004042 android:label="@string/alarms_and_reminders_label">
4043 <intent-filter android:priority="1">
4044 <action android:name="android.settings.REQUEST_SCHEDULE_EXACT_ALARM" />
4045 <category android:name="android.intent.category.DEFAULT" />
4046 </intent-filter>
4047 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4048 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08004049 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4050 android:value="@string/menu_key_apps"/>
Suprabh Shuklac8b92402021-02-17 18:00:35 -08004051 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4052 android:value="true" />
4053 </activity>
4054
4055 <activity
4056 android:name="Settings$AlarmsAndRemindersAppActivity"
4057 android:exported="true"
4058 android:label="@string/alarms_and_reminders_label">
4059 <intent-filter android:priority="1">
4060 <action android:name="android.settings.REQUEST_SCHEDULE_EXACT_ALARM" />
4061 <category android:name="android.intent.category.DEFAULT" />
4062 <data android:scheme="package" />
4063 </intent-filter>
4064 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4065 android:value="com.android.settings.applications.appinfo.AlarmsAndRemindersDetails" />
Jason Chiu646a31e2021-11-10 11:56:00 +08004066 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4067 android:value="@string/menu_key_apps"/>
Suprabh Shuklac8b92402021-02-17 18:00:35 -08004068 </activity>
4069
4070 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08004071 android:name="Settings$ManageExternalSourcesActivity"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02004072 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004073 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08004074 android:label="@string/install_other_apps">
Suprabh Shukla57d92312016-12-16 14:44:05 -08004075 <intent-filter android:priority="1">
Suprabh Shuklaed0ba742017-04-20 16:02:54 -07004076 <action android:name="android.settings.MANAGE_UNKNOWN_APP_SOURCES" />
Suprabh Shukla57d92312016-12-16 14:44:05 -08004077 <category android:name="android.intent.category.DEFAULT" />
4078 </intent-filter>
4079 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07004080 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08004081 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4082 android:value="@string/menu_key_apps"/>
Raff Tsai613f15a2020-01-05 21:56:35 +08004083 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4084 android:value="true" />
Suprabh Shukla57d92312016-12-16 14:44:05 -08004085 </activity>
4086
Suprabh Shuklaf59d2112017-03-06 17:51:05 -08004087 <activity android:name="Settings$ManageAppExternalSourcesActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004088 android:exported="true"
Fan Zhang416ff0a2018-10-26 15:39:39 -07004089 android:label="@string/install_other_apps">
Billy Laufee78562015-07-27 12:57:07 +01004090 <intent-filter android:priority="1">
Suprabh Shuklaed0ba742017-04-20 16:02:54 -07004091 <action android:name="android.settings.MANAGE_UNKNOWN_APP_SOURCES" />
Billy Laufee78562015-07-27 12:57:07 +01004092 <category android:name="android.intent.category.DEFAULT" />
4093 <data android:scheme="package" />
4094 </intent-filter>
4095 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Lingebf88432017-12-11 11:18:10 -08004096 android:value="com.android.settings.applications.appinfo.ExternalSourcesDetails" />
Jason Chiu646a31e2021-11-10 11:56:00 +08004097 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4098 android:value="@string/menu_key_apps"/>
Billy Laufee78562015-07-27 12:57:07 +01004099 </activity>
4100
arangelove35badd2017-10-27 13:51:28 +01004101 <activity android:name=".enterprise.ActionDisabledByAdminDialog"
Edgar Wang83507b52021-05-27 00:47:03 +08004102 android:theme="@style/Theme.AlertDialog"
Mill Chen078af332019-04-04 15:39:27 -07004103 android:taskAffinity="com.android.settings.enterprise"
Sudheer Shankafee4e3e2016-02-18 17:48:01 +00004104 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004105 android:exported="true"
Sudheer Shankafee4e3e2016-02-18 17:48:01 +00004106 android:launchMode="singleTop">
Sudheer Shankabc1c50c2018-02-13 17:19:38 -08004107 <intent-filter android:priority="1">
Sudheer Shankacb99d942015-12-31 17:46:29 +00004108 <action android:name="android.settings.SHOW_ADMIN_SUPPORT_DETAILS" />
Sudheer Shanka9159fe92015-11-23 12:07:05 +00004109 <category android:name="android.intent.category.DEFAULT" />
4110 </intent-filter>
4111 </activity>
4112
Ricky Waic76a11f2022-01-25 23:04:26 +00004113 <activity android:name=".ActionDisabledByAppOpsDialog"
4114 android:theme="@style/Theme.AlertDialog"
4115 android:taskAffinity="com.android.settings.appops"
4116 android:excludeFromRecents="true"
menghanli3676d1b2022-12-26 11:55:04 +08004117 android:exported="true"
Ricky Waic76a11f2022-01-25 23:04:26 +00004118 android:launchMode="singleTop">
4119 <intent-filter android:priority="1">
4120 <action android:name="android.settings.SHOW_RESTRICTED_SETTING_DIALOG" />
4121 <category android:name="android.intent.category.DEFAULT" />
4122 </intent-filter>
4123 </activity>
4124
shafika54d7a82020-01-08 18:03:22 +00004125 <activity
4126 android:name="Settings$ManageExternalStorageActivity"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02004127 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004128 android:exported="true"
shafika54d7a82020-01-08 18:03:22 +00004129 android:label="@string/manage_external_storage_title">
4130 <intent-filter android:priority="1">
4131 <action android:name="android.settings.MANAGE_ALL_FILES_ACCESS_PERMISSION" />
4132 <category android:name="android.intent.category.DEFAULT" />
4133 </intent-filter>
4134 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4135 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08004136 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4137 android:value="@string/menu_key_storage"/>
shafika54d7a82020-01-08 18:03:22 +00004138 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4139 android:value="true" />
4140 </activity>
4141
4142 <activity
4143 android:name="Settings$AppManageExternalStorageActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004144 android:exported="true"
shafikc32844922020-01-20 16:01:21 +00004145 android:label="@string/manage_external_storage_title">
shafika54d7a82020-01-08 18:03:22 +00004146 <intent-filter android:priority="1">
4147 <action android:name="android.settings.MANAGE_APP_ALL_FILES_ACCESS_PERMISSION" />
4148 <category android:name="android.intent.category.DEFAULT" />
4149 <data android:scheme="package" />
4150 </intent-filter>
4151 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4152 android:value="com.android.settings.applications.appinfo.ManageExternalStorageDetails" />
Jason Chiu646a31e2021-11-10 11:56:00 +08004153 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4154 android:value="@string/menu_key_apps"/>
shafika54d7a82020-01-08 18:03:22 +00004155 </activity>
4156
Ivan Chiangd01c81e2021-03-09 10:39:45 +08004157 <activity
4158 android:name="Settings$MediaManagementAppsActivity"
Viesturs Zarinsac347ed2023-05-16 14:26:42 +02004159 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Ivan Chiangd01c81e2021-03-09 10:39:45 +08004160 android:exported="true"
4161 android:label="@string/media_management_apps_title">
4162 <intent-filter android:priority="1">
4163 <action android:name="android.settings.REQUEST_MANAGE_MEDIA" />
4164 <category android:name="android.intent.category.DEFAULT" />
4165 </intent-filter>
4166 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4167 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08004168 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4169 android:value="@string/menu_key_apps"/>
Ivan Chiangd01c81e2021-03-09 10:39:45 +08004170 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4171 android:value="true" />
4172 </activity>
4173
4174 <activity
4175 android:name="Settings$AppMediaManagementAppsActivity"
4176 android:exported="true"
4177 android:label="@string/media_management_apps_title">
4178 <intent-filter android:priority="1">
4179 <action android:name="android.settings.REQUEST_MANAGE_MEDIA" />
4180 <category android:name="android.intent.category.DEFAULT" />
4181 <data android:scheme="package" />
4182 </intent-filter>
4183 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4184 android:value="com.android.settings.applications.appinfo.MediaManagementAppsDetails" />
Jason Chiu646a31e2021-11-10 11:56:00 +08004185 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4186 android:value="@string/menu_key_apps"/>
Ivan Chiangd01c81e2021-03-09 10:39:45 +08004187 </activity>
4188
Gustav Sennton4d3334c2016-12-13 19:16:48 +00004189 <!-- Keep compatibility with old WebView-picker implementation -->
4190 <activity-alias android:name=".WebViewImplementation"
Gustav Sennton5b596282017-02-03 16:19:02 +00004191 android:targetActivity="Settings$WebViewAppPickerActivity"
Jason Monk75199542016-05-06 15:09:32 -04004192 android:exported="true"
4193 android:excludeFromRecents="true"
Andrew Sapperstein7e157432016-07-15 16:46:38 -07004194 android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert">
Jason Monk75199542016-05-06 15:09:32 -04004195 <intent-filter>
4196 <action android:name="android.settings.WEBVIEW_SETTINGS" />
4197 <category android:name="android.intent.category.DEFAULT" />
4198 </intent-filter>
4199 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4200 android:value="true" />
Gustav Sennton5b596282017-02-03 16:19:02 +00004201 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4202 android:value="com.android.settings.webview.WebViewAppPicker" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004203 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4204 android:value="@string/menu_key_system"/>
Doris Lingd299b032017-02-28 17:32:36 -08004205 </activity-alias>
Doris Ling91365232016-05-23 17:06:26 -07004206
Chandan Nath0bfef632019-01-28 21:15:13 +00004207 <provider
Raff Tsai6db277e2019-10-02 16:43:23 +08004208 android:name=".dashboard.SummaryProvider"
Chaohui Wangbb4d0252022-10-12 17:41:07 +08004209 android:authorities="${applicationId}.dashboard.SummaryProvider">
Chandan Nath0bfef632019-01-28 21:15:13 +00004210 </provider>
4211
4212 <activity android:name=".backup.UserBackupSettingsActivity"
Doris Ling26bf0032016-06-15 18:16:09 -07004213 android:label="@string/privacy_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004214 android:exported="true"
Chandan Nath0bfef632019-01-28 21:15:13 +00004215 android:icon="@drawable/ic_settings_backup">
Doris Ling26bf0032016-06-15 18:16:09 -07004216 <intent-filter>
4217 <action android:name="android.intent.action.MAIN" />
4218 <category android:name="android.intent.category.DEFAULT" />
4219 <category android:name="android.intent.category.VOICE_LAUNCH" />
4220 </intent-filter>
Chandan Nath0bfef632019-01-28 21:15:13 +00004221 <!-- Mark the activity as a dynamic setting -->
4222 <intent-filter>
4223 <action android:name="com.android.settings.action.IA_SETTINGS" />
4224 </intent-filter>
4225 <!-- Tell Settings app which category it belongs to -->
4226 <meta-data android:name="com.android.settings.category"
4227 android:value="com.android.settings.category.ia.system" />
Jason Chiu5f0fc1f2021-05-24 18:27:42 +08004228 <meta-data android:name="com.android.settings.icon"
4229 android:resource="@drawable/ic_settings_backup" />
Chandan Nath0bfef632019-01-28 21:15:13 +00004230 <meta-data android:name="com.android.settings.order" android:value="-60"/>
Doris Ling26bf0032016-06-15 18:16:09 -07004231 </activity>
4232
Fan Zhangdb26cfb2018-02-07 17:32:17 -08004233 <activity
4234 android:name="Settings$AutomaticStorageManagerSettingsActivity"
4235 android:exported="@bool/config_storage_manager_settings_enabled"
Jason Chiubbaf0a02019-11-05 12:30:58 +08004236 android:label="@string/automatic_storage_manager_settings">
Daniel Nishi39818892016-09-20 16:40:49 -07004237 <intent-filter android:priority="1">
4238 <action android:name="android.settings.STORAGE_MANAGER_SETTINGS" />
4239 <category android:name="android.intent.category.DEFAULT" />
4240 </intent-filter>
4241 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4242 android:value="com.android.settings.deletionhelper.AutomaticStorageManagerSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004243 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4244 android:value="@string/menu_key_storage"/>
Daniel Nishi39818892016-09-20 16:40:49 -07004245 </activity>
Fan Zhangcc335d92016-09-29 14:37:14 -07004246
Sean Stout64417232019-04-05 12:34:44 -07004247 <!-- Show app-level advanced power usage details (app passed in as extras) -->
4248 <activity
4249 android:name=".fuelgauge.AdvancedPowerUsageDetailActivity"
4250 android:excludeFromRecents="true"
4251 android:launchMode="singleInstance"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004252 android:exported="true"
Sean Stout64417232019-04-05 12:34:44 -07004253 android:theme="@android:style/Theme.NoDisplay">
4254 <intent-filter>
Sean Stout75ea57a2020-07-14 23:32:14 +00004255 <action android:name="android.settings.VIEW_ADVANCED_POWER_USAGE_DETAIL" />
Sean Stout64417232019-04-05 12:34:44 -07004256 <category android:name="android.intent.category.DEFAULT" />
4257 <data android:scheme="package" />
4258 </intent-filter>
4259 </activity>
4260
Fan Zhangdb26cfb2018-02-07 17:32:17 -08004261 <activity
Yanting Yang92fce8e2020-12-17 23:26:49 +08004262 android:name=".Settings$AppDashboardActivity"
4263 android:label="@string/apps_dashboard_title"
4264 android:icon="@drawable/ic_homepage_apps"
4265 android:exported="true">
4266 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4267 android:value="com.android.settings.applications.AppDashboardFragment"/>
Jason Chiu29a09e52021-10-12 17:24:34 +08004268 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4269 android:value="@string/menu_key_apps"/>
Yanting Yang92fce8e2020-12-17 23:26:49 +08004270 </activity>
4271
4272 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08004273 android:name=".Settings$AccountDashboardActivity"
4274 android:label="@string/account_dashboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004275 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08004276 android:icon="@drawable/ic_homepage_accounts">
Fan Zhange2de8d52017-02-13 12:28:43 -08004277 <intent-filter android:priority="1">
4278 <action android:name="android.settings.SYNC_SETTINGS" />
Han Xub7d10772022-08-15 19:19:55 +08004279 <category android:name="android.intent.category.BROWSABLE" />
Fan Zhange2de8d52017-02-13 12:28:43 -08004280 <category android:name="android.intent.category.DEFAULT" />
Becca Hughesb5f8ba62023-02-03 00:04:21 +00004281 </intent-filter>
4282 <intent-filter android:priority="1">
4283 <action android:name="android.settings.CREDENTIAL_PROVIDER" />
4284 <category android:name="android.intent.category.DEFAULT" />
4285 <data android:scheme="package" />
Fan Zhange2de8d52017-02-13 12:28:43 -08004286 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07004287 <intent-filter android:priority="53">
Fan Zhang2f4355a2018-06-21 15:34:43 -07004288 <action android:name="android.intent.action.MAIN" />
4289 <category android:name="com.android.settings.SHORTCUT" />
4290 </intent-filter>
Fan Zhangb75fdfc2016-12-14 11:35:28 -08004291 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang881d5792018-01-26 10:15:56 -08004292 android:value="com.android.settings.accounts.AccountDashboardFragment"/>
Jason Chiu29a09e52021-10-12 17:24:34 +08004293 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4294 android:value="@string/menu_key_accounts"/>
Rubin Xu71560fc2018-05-17 14:48:49 +01004295 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4296 android:value="true" />
Fan Zhangb75fdfc2016-12-14 11:35:28 -08004297 </activity>
4298
Fan Zhangdb26cfb2018-02-07 17:32:17 -08004299 <activity
4300 android:name=".Settings$SystemDashboardActivity"
4301 android:label="@string/header_category_system"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004302 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08004303 android:icon="@drawable/ic_homepage_system_dashboard">
Fan Zhang5a981772018-06-22 14:30:09 -07004304 <intent-filter android:priority="70">
Fan Zhang2f4355a2018-06-21 15:34:43 -07004305 <action android:name="android.intent.action.MAIN" />
4306 <category android:name="com.android.settings.SHORTCUT" />
4307 </intent-filter>
Fan Zhangcc335d92016-09-29 14:37:14 -07004308 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4309 android:value="com.android.settings.system.SystemDashboardFragment"/>
Jason Chiu29a09e52021-10-12 17:24:34 +08004310 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4311 android:value="@string/menu_key_system"/>
Fan Zhangcc335d92016-09-29 14:37:14 -07004312 </activity>
4313
Fan Zhangb4737302017-05-31 12:43:48 -07004314 <activity android:name=".support.SupportDashboardActivity"
Fan Zhangcc335d92016-09-29 14:37:14 -07004315 android:label="@string/page_tab_title_support"
Fan Zhang925a4f82018-01-23 16:35:31 -08004316 android:icon="@drawable/ic_homepage_support"
Daniel Nishi67ca29f2017-07-17 12:49:04 -07004317 android:theme="@android:style/Theme.DeviceDefault.Light.Panel"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004318 android:exported="true"
Fan Zhang6ff6add2017-03-02 12:07:38 -08004319 android:enabled="@bool/config_support_enabled">
Fan Zhang9445d152018-08-06 10:03:07 -07004320 <intent-filter>
Maurice Lam5f0edba2017-06-08 11:57:40 -07004321 <action android:name="com.android.settings.action.SUPPORT_SETTINGS" />
4322 <category android:name="android.intent.category.DEFAULT" />
4323 </intent-filter>
Fan Zhanga96a2d82016-09-27 17:51:11 -07004324 </activity>
4325
Jason Monkdc252eb2016-01-30 11:36:52 -05004326 <service
4327 android:name=".SettingsDumpService"
4328 android:exported="true"
4329 android:permission="android.permission.DUMP" />
4330
Dan Sandler3bd52dd2016-03-24 10:24:27 -07004331 <!-- Quick Settings tiles for Developer Options -->
4332 <service
Fan Zhang83332602017-10-09 15:53:16 -07004333 android:name=".development.qstile.DevelopmentTiles$ShowLayout"
Sunny Goyalc9607512017-02-06 15:19:00 -08004334 android:label="@string/debug_layout"
4335 android:icon="@drawable/tile_icon_show_layout"
Sunny Goyalbf9f2d22016-11-02 11:20:17 -07004336 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004337 android:exported="true"
Sunny Goyalc9607512017-02-06 15:19:00 -08004338 android:enabled="false">
4339 <intent-filter>
4340 <action android:name="android.service.quicksettings.action.QS_TILE" />
4341 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05004342 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04004343 android:value="true"/>
Sunny Goyalc9607512017-02-06 15:19:00 -08004344 </service>
4345 <service
Fan Zhang83332602017-10-09 15:53:16 -07004346 android:name=".development.qstile.DevelopmentTiles$GPUProfiling"
Sunny Goyalc9607512017-02-06 15:19:00 -08004347 android:label="@string/track_frame_time"
4348 android:icon="@drawable/tile_icon_graphics"
4349 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004350 android:exported="true"
Sunny Goyalc9607512017-02-06 15:19:00 -08004351 android:enabled="false">
4352 <intent-filter>
4353 <action android:name="android.service.quicksettings.action.QS_TILE" />
4354 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05004355 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04004356 android:value="true"/>
Sunny Goyalc9607512017-02-06 15:19:00 -08004357 </service>
4358 <service
Fan Zhang83332602017-10-09 15:53:16 -07004359 android:name=".development.qstile.DevelopmentTiles$ForceRTL"
Sunny Goyalc9607512017-02-06 15:19:00 -08004360 android:label="@string/force_rtl_layout_all_locales"
4361 android:icon="@drawable/tile_icon_force_rtl"
4362 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004363 android:exported="true"
Sunny Goyalc9607512017-02-06 15:19:00 -08004364 android:enabled="false">
4365 <intent-filter>
4366 <action android:name="android.service.quicksettings.action.QS_TILE" />
4367 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05004368 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04004369 android:value="true"/>
Sunny Goyalc9607512017-02-06 15:19:00 -08004370 </service>
4371 <service
Fan Zhang83332602017-10-09 15:53:16 -07004372 android:name=".development.qstile.DevelopmentTiles$AnimationSpeed"
Sunny Goyalc9607512017-02-06 15:19:00 -08004373 android:label="@string/window_animation_scale_title"
4374 android:icon="@drawable/tile_icon_animation_speed"
4375 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004376 android:exported="true"
Sunny Goyalc9607512017-02-06 15:19:00 -08004377 android:enabled="false">
Dan Sandler12c4ba42016-03-28 11:13:40 -04004378 <intent-filter>
4379 <action android:name="android.service.quicksettings.action.QS_TILE" />
4380 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05004381 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04004382 android:value="true"/>
Dan Sandler12c4ba42016-03-28 11:13:40 -04004383 </service>
Fan Zhang130c4772018-10-01 12:14:06 -07004384
Vishnu Nairdc6bc482018-01-10 16:07:23 -08004385 <service
Vishnu Nair74100b32018-02-22 07:14:36 -08004386 android:name=".development.qstile.DevelopmentTiles$WinscopeTrace"
4387 android:label="@string/winscope_trace_quick_settings_title"
4388 android:icon="@drawable/tile_icon_winscope_trace"
Vishnu Nairdc6bc482018-01-10 16:07:23 -08004389 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004390 android:exported="true"
Vishnu Nairdc6bc482018-01-10 16:07:23 -08004391 android:enabled="false">
4392 <intent-filter>
4393 <action android:name="android.service.quicksettings.action.QS_TILE" />
4394 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05004395 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04004396 android:value="true"/>
Vishnu Nairdc6bc482018-01-10 16:07:23 -08004397 </service>
Daniel Nishi80c20442016-05-04 10:08:36 -07004398
Michael Groover3a665ac2019-03-19 19:13:17 -07004399 <service
4400 android:name=".development.qstile.DevelopmentTiles$SensorsOff"
4401 android:label="@string/sensors_off_quick_settings_title"
4402 android:icon="@drawable/tile_icon_sensors_off"
4403 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004404 android:exported="true"
Michael Groover3a665ac2019-03-19 19:13:17 -07004405 android:enabled="false">
4406 <intent-filter>
4407 <action android:name="android.service.quicksettings.action.QS_TILE" />
4408 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05004409 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04004410 android:value="true"/>
Michael Groover3a665ac2019-03-19 19:13:17 -07004411 </service>
4412
Joshua Duong0f3eba32020-04-07 00:17:17 -07004413 <service
4414 android:name=".development.qstile.DevelopmentTiles$WirelessDebugging"
4415 android:label="@string/enable_adb_wireless"
4416 android:icon="@drawable/tile_icon_debugging_wireless"
4417 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004418 android:exported="true"
Joshua Duong0f3eba32020-04-07 00:17:17 -07004419 android:enabled="false">
4420 <intent-filter>
4421 <action android:name="android.service.quicksettings.action.QS_TILE" />
4422 </intent-filter>
4423 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
4424 android:value="true"/>
4425 </service>
4426
Chris Ye39b586f2020-06-11 17:57:16 -07004427 <service
4428 android:name=".development.qstile.DevelopmentTiles$ShowTaps"
4429 android:label="@string/show_touches"
4430 android:icon="@drawable/tile_icon_show_taps"
4431 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Oruganti917aa552020-06-24 16:36:28 -07004432 android:exported="true"
Chris Ye39b586f2020-06-11 17:57:16 -07004433 android:enabled="false">
4434 <intent-filter>
4435 <action android:name="android.service.quicksettings.action.QS_TILE" />
4436 </intent-filter>
4437 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
4438 android:value="true"/>
4439 </service>
4440
Ats Jenkfe2a1682022-06-17 14:32:59 -07004441 <service
4442 android:name=".development.qstile.DevelopmentTiles$DesktopMode"
4443 android:label="@string/desktop_mode"
4444 android:icon="@drawable/tile_icon_desktop_mode"
4445 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
4446 android:exported="true"
4447 android:enabled="false">
4448 <intent-filter>
4449 <action android:name="android.service.quicksettings.action.QS_TILE" />
4450 </intent-filter>
4451 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
4452 android:value="true"/>
Ats Jenk618876c2022-09-22 16:44:51 -07004453 <meta-data android:name="com.android.settings.development.qstile.REQUIRES_SYSTEM_PROPERTY"
4454 android:value="persist.wm.debug.desktop_mode" />
Ats Jenkfe2a1682022-06-17 14:32:59 -07004455 </service>
4456
Fan Zhang7373ec02018-08-14 13:25:47 -07004457 <activity
4458 android:name=".HelpTrampoline"
Jeff Sharkey4f425c82016-07-18 18:28:55 -06004459 android:exported="true"
Fan Zhang7373ec02018-08-14 13:25:47 -07004460 android:theme="@style/Transparent"
Jeff Sharkey4f425c82016-07-18 18:28:55 -06004461 android:permission="android.permission.DUMP"
Fan Zhang7373ec02018-08-14 13:25:47 -07004462 android:excludeFromRecents="true"
Tsung-Mao Fang98b9b342021-11-17 13:46:08 +08004463 android:enabled="@*android:bool/config_settingsHelpLinksEnabled" />
Jeff Sharkey4f425c82016-07-18 18:28:55 -06004464
Felipe Lemef7d54ba2017-04-25 16:42:55 -07004465 <activity android:name=".applications.autofill.AutofillPickerActivity"
4466 android:excludeFromRecents="true"
4467 android:launchMode="singleInstance"
4468 android:exported="false">
4469 </activity>
4470
4471 <activity android:name=".applications.autofill.AutofillPickerTrampolineActivity"
4472 android:theme="@android:style/Theme.NoDisplay"
4473 android:excludeFromRecents="true"
4474 android:launchMode="singleInstance"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004475 android:exported="true"
Felipe Lemef7d54ba2017-04-25 16:42:55 -07004476 android:label="@string/autofill_app">
Felipe Lemedb2b55a2017-04-24 18:10:09 -07004477 <intent-filter android:priority="1">
4478 <action android:name="android.settings.REQUEST_SET_AUTOFILL_SERVICE" />
4479 <category android:name="android.intent.category.DEFAULT" />
4480 <data android:scheme="package" />
4481 </intent-filter>
4482 </activity>
4483
Daniel Nishi232ebf12018-01-19 14:11:20 -08004484 <activity android:name="Settings$AdvancedConnectedDeviceActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004485 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08004486 android:label="@string/connected_device_connections_title">
Daniel Nishi232ebf12018-01-19 14:11:20 -08004487 <intent-filter android:priority="1">
4488 <action android:name="com.android.settings.ADVANCED_CONNECTED_DEVICE_SETTINGS" />
4489 <category android:name="android.intent.category.DEFAULT" />
4490 </intent-filter>
Daniel Nishi232ebf12018-01-19 14:11:20 -08004491 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4492 android:value="com.android.settings.connecteddevice.AdvancedConnectedDeviceDashboardFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004493 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4494 android:value="@string/menu_key_connected_devices"/>
Daniel Nishi232ebf12018-01-19 14:11:20 -08004495 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4496 android:value="true" />
4497 </activity>
4498
Viesturs Zarins6cfc5932022-09-15 16:17:47 +00004499 <activity android:name="Settings$NfcSettingsActivity"
4500 android:exported="true"
4501 android:label="@string/nfc_quick_toggle_title">
4502 <intent-filter android:priority="1">
4503 <action android:name="android.settings.NFC_SETTINGS" />
4504 <category android:name="android.intent.category.DEFAULT" />
4505 </intent-filter>
4506 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4507 android:value="com.android.settings.connecteddevice.NfcAndPaymentFragment" />
4508 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4509 android:value="@string/menu_key_connected_devices"/>
4510 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4511 android:value="true" />
4512 </activity>
4513
jackqdyulei715408e2019-02-07 15:47:52 -08004514 <activity android:name="Settings$BluetoothDeviceDetailActivity"
4515 android:label="@string/device_details_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004516 android:exported="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06004517 android:permission="android.permission.BLUETOOTH_CONNECT">
jackqdyulei715408e2019-02-07 15:47:52 -08004518 <intent-filter android:priority="1">
4519 <action android:name="com.android.settings.BLUETOOTH_DEVICE_DETAIL_SETTINGS" />
4520 <category android:name="android.intent.category.DEFAULT" />
4521 </intent-filter>
4522 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4523 android:value="com.android.settings.bluetooth.BluetoothDeviceDetailsFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004524 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4525 android:value="@string/menu_key_connected_devices"/>
hughchenb78ecc42019-10-16 15:27:17 +08004526 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4527 android:value="true" />
jackqdyulei715408e2019-02-07 15:47:52 -08004528 </activity>
4529
changbettya56e1982022-03-29 01:14:05 +00004530 <activity
4531 android:name="Settings$BluetoothBroadcastActivity"
4532 android:exported="true"
4533 android:theme="@style/Theme.AlertDialog.SimConfirmDialog"
4534 android:permission="android.permission.BLUETOOTH_CONNECT"
4535 android:configChanges="orientation|keyboardHidden|screenSize">
4536 <intent-filter android:priority="1">
4537 <action android:name="android.settings.MEDIA_BROADCAST_DIALOG" />
4538 <category android:name="android.intent.category.DEFAULT" />
4539 </intent-filter>
4540 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
changbettyf31b5762022-04-28 15:49:49 +00004541 android:value="com.android.settings.bluetooth.BluetoothBroadcastDialog" />
changbettya56e1982022-03-29 01:14:05 +00004542 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4543 android:value="true" />
4544 </activity>
4545
4546 <activity
4547 android:name="Settings$BluetoothFindBroadcastsActivity"
4548 android:label="@string/bluetooth_find_broadcast_title"
4549 android:exported="true"
4550 android:permission="android.permission.BLUETOOTH_CONNECT"
4551 android:configChanges="orientation|keyboardHidden|screenSize">
4552 <intent-filter android:priority="1">
4553 <action android:name="android.settings.BLUTOOTH_FIND_BROADCASTS_ACTIVITY" />
4554 <category android:name="android.intent.category.DEFAULT" />
4555 </intent-filter>
4556 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4557 android:value="com.android.settings.bluetooth.BluetoothFindBroadcastsFragment" />
4558 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4559 android:value="true" />
4560 </activity>
4561
Vania Januareb09f892022-12-30 13:24:29 +00004562 <activity
4563 android:name="Settings$StylusUsiDetailsActivity"
4564 android:label="@string/stylus_device_details_title"
4565 android:exported="true">
4566 <intent-filter android:priority="1">
4567 <action android:name="com.android.settings.STYLUS_USI_DETAILS_SETTINGS" />
4568 <category android:name="android.intent.category.DEFAULT" />
4569 </intent-filter>
4570 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4571 android:value="com.android.settings.connecteddevice.stylus.StylusUsiDetailsFragment" />
4572 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4573 android:value="@string/menu_key_connected_devices"/>
4574 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4575 android:value="true" />
4576 </activity>
4577
Matt Fritze90899e02018-10-16 12:41:42 -07004578 <activity android:name=".panel.SettingsPanelActivity"
4579 android:label="@string/settings_panel_title"
lindatsenge972b162019-04-19 15:40:20 -07004580 android:theme="@style/Theme.Panel"
lindatseng2943c1d2019-05-02 17:12:27 -07004581 android:launchMode="singleInstance"
Matt Fritze90899e02018-10-16 12:41:42 -07004582 android:excludeFromRecents="true"
Tim Penge54e0292020-04-15 10:49:35 +08004583 android:configChanges="orientation|keyboardHidden|screenSize"
Matthew Fritze735d6ef2018-12-05 07:55:12 -08004584 android:exported="true">
Matt Fritze90899e02018-10-16 12:41:42 -07004585 <intent-filter>
Matthew Fritze735d6ef2018-12-05 07:55:12 -08004586 <action android:name="android.settings.panel.action.INTERNET_CONNECTIVITY" />
Matt Fritze90899e02018-10-16 12:41:42 -07004587 <category android:name="android.intent.category.DEFAULT" />
4588 </intent-filter>
Matthew Fritze735d6ef2018-12-05 07:55:12 -08004589 <intent-filter>
Matthew Fritze63cce452019-03-05 08:17:37 -08004590 <action android:name="android.settings.panel.action.NFC" />
Matthew Fritze735d6ef2018-12-05 07:55:12 -08004591 <category android:name="android.intent.category.DEFAULT" />
4592 </intent-filter>
Matthew Fritze3f743ae2019-01-22 15:53:37 -08004593 <intent-filter>
Matthew Fritze63cce452019-03-05 08:17:37 -08004594 <action android:name="android.settings.panel.action.WIFI" />
4595 <category android:name="android.intent.category.DEFAULT" />
4596 </intent-filter>
4597 <intent-filter>
4598 <action android:name="android.settings.panel.action.VOLUME" />
Matthew Fritze3f743ae2019-01-22 15:53:37 -08004599 <category android:name="android.intent.category.DEFAULT" />
4600 </intent-filter>
Matt Fritze90899e02018-10-16 12:41:42 -07004601 </activity>
4602
govenliud507b562019-11-21 09:36:58 +08004603 <activity android:name=".wifi.addappnetworks.AddAppNetworksActivity"
4604 android:label="@string/settings_panel_title"
4605 android:theme="@style/Theme.Panel"
4606 android:launchMode="singleInstance"
4607 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004608 android:exported="true"
Chaohui Wangdfd7f8f2023-04-26 12:28:51 +08004609 android:configChanges="orientation|keyboard|keyboardHidden|screenSize|smallestScreenSize|screenLayout">
govenliud507b562019-11-21 09:36:58 +08004610 <intent-filter>
4611 <action android:name="android.settings.WIFI_ADD_NETWORKS" />
4612 <category android:name="android.intent.category.DEFAULT" />
4613 </intent-filter>
4614 </activity>
4615
Matthew Fritze7fddfeb2017-12-11 15:01:11 -08004616 <provider android:name=".slices.SettingsSliceProvider"
Chaohui Wangbb4d0252022-10-12 17:41:07 +08004617 android:authorities="${applicationId}.slices;android.settings.slices"
Jason Monkf6edc7c2017-11-22 10:04:38 -05004618 android:exported="true"
Fan Zhang671a39f2019-02-11 14:38:13 -08004619 android:grantUriPermissions="true" />
Mady Mellor7c740852017-11-03 09:17:05 -07004620
4621 <receiver
Matthew Fritzee8d66bb2018-07-30 14:12:50 -07004622 android:name=".slices.SliceBroadcastReceiver"
Fan Zhang0c7c59f2018-10-26 13:40:38 -07004623 android:exported="false" />
Matthew Fritzee8d66bb2018-07-30 14:12:50 -07004624
4625 <receiver
4626 android:name=".slices.SliceRelayReceiver"
4627 android:permission="android.permission.MANAGE_SLICE_PERMISSIONS"
Fan Zhang0c7c59f2018-10-26 13:40:38 -07004628 android:exported="true" />
Mady Mellor7c740852017-11-03 09:17:05 -07004629
Jason Chiu2c7b77d2020-08-20 16:22:44 +08004630 <receiver
4631 android:name=".slices.VolumeSliceRelayReceiver"
4632 android:permission="android.permission.MANAGE_SLICE_PERMISSIONS"
4633 android:exported="true" />
4634
jackqdyulei821adce2018-01-29 19:20:37 -08004635 <!-- Couldn't be triggered from outside of settings. Statsd can trigger it because we send
4636 PendingIntent to it-->
4637 <receiver android:name=".fuelgauge.batterytip.AnomalyDetectionReceiver"
4638 android:exported="false" />
4639
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004640 <receiver android:name=".fuelgauge.batterytip.AnomalyConfigReceiver"
4641 android:exported="true">
jackqdyuleie1604d32018-01-31 20:24:47 -08004642 <intent-filter>
4643 <action android:name="android.app.action.STATSD_STARTED"/>
4644 <action android:name="android.intent.action.BOOT_COMPLETED"/>
4645 </intent-filter>
4646 </receiver>
4647
jackqdyulei0fa413e2018-02-23 10:59:27 -08004648 <service android:name=".fuelgauge.batterytip.AnomalyCleanupJobService"
jackqdyulei338ae2f2018-02-16 10:06:08 -08004649 android:permission="android.permission.BIND_JOB_SERVICE" />
4650
Lei Yu9a80d6e2018-03-15 15:55:07 -07004651 <service android:name=".fuelgauge.batterytip.AnomalyConfigJobService"
4652 android:permission="android.permission.BIND_JOB_SERVICE" />
4653
jackqdyulei3ee28c82018-02-20 15:07:26 -08004654 <service android:name=".fuelgauge.batterytip.AnomalyDetectionJobService"
4655 android:permission="android.permission.BIND_JOB_SERVICE" />
4656
Sunny Shao195f61b2018-07-24 18:15:55 +08004657 <provider
Fan Zhang5e6e6a12018-10-25 14:19:43 -07004658 android:name=".homepage.contextualcards.CardContentProvider"
Chaohui Wangbb4d0252022-10-12 17:41:07 +08004659 android:authorities="${applicationId}.homepage.CardContentProvider"
Sunny Shao195f61b2018-07-24 18:15:55 +08004660 android:exported="true"
4661 android:permission="android.permission.WRITE_SETTINGS_HOMEPAGE_DATA" />
4662
Raff Tsai3936e9f2018-09-28 17:42:43 +08004663 <provider
4664 android:name=".homepage.contextualcards.SettingsContextualCardProvider"
Chaohui Wangbb4d0252022-10-12 17:41:07 +08004665 android:authorities="${applicationId}.homepage.contextualcards"
Raff Tsai3936e9f2018-09-28 17:42:43 +08004666 android:permission="android.permission.WRITE_SETTINGS_HOMEPAGE_DATA"
4667 android:exported="true">
4668 <intent-filter>
4669 <action android:name="android.content.action.SETTINGS_HOMEPAGE_DATA"/>
4670 </intent-filter>
4671 </provider>
Arc Wang4591d822018-11-19 15:48:29 +08004672
4673 <activity
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004674 android:name=".wifi.dpp.WifiDppConfiguratorActivity"
4675 android:exported="true">
Arc Wange43bb772018-12-03 17:16:55 +08004676 <intent-filter>
4677 <action android:name="android.settings.WIFI_DPP_CONFIGURATOR_QR_CODE_SCANNER"/>
4678 <action android:name="android.settings.WIFI_DPP_CONFIGURATOR_QR_CODE_GENERATOR"/>
Arc Wange43bb772018-12-03 17:16:55 +08004679 <category android:name="android.intent.category.DEFAULT"/>
4680 </intent-filter>
Arc Wangc1036df2019-02-26 15:19:30 +08004681 <intent-filter>
4682 <action android:name="android.settings.PROCESS_WIFI_EASY_CONNECT_URI"/>
4683 <category android:name="android.intent.category.DEFAULT"/>
4684 <data android:scheme="DPP"/>
4685 </intent-filter>
Arc Wange43bb772018-12-03 17:16:55 +08004686 </activity>
Yi-Ling Chuang68f37a12018-11-20 19:51:13 +08004687
Arc Wang4ab0d162018-12-07 16:00:18 +08004688 <activity
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004689 android:name=".wifi.dpp.WifiDppEnrolleeActivity"
4690 android:exported="true">
Arc Wang4ab0d162018-12-07 16:00:18 +08004691 <intent-filter>
4692 <action android:name="android.settings.WIFI_DPP_ENROLLEE_QR_CODE_SCANNER"/>
4693 <category android:name="android.intent.category.DEFAULT"/>
4694 </intent-filter>
4695 </activity>
4696
Yi-Ling Chuang68f37a12018-11-20 19:51:13 +08004697 <activity android:name=".homepage.contextualcards.ContextualCardFeedbackDialog"
4698 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" />
manabu, shimoda9fae7392017-11-08 11:32:31 +09004699
joshmccloskeybba76322019-09-19 11:23:29 -07004700 <activity android:name=".homepage.contextualcards.FaceReEnrollDialog"
4701 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" />
4702
manabu, shimoda9fae7392017-11-08 11:32:31 +09004703 <activity
4704 android:name="Settings$WifiCallingDisclaimerActivity"
4705 android:label="@string/wifi_calling_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004706 android:exported="true"
manabu, shimoda9fae7392017-11-08 11:32:31 +09004707 android:taskAffinity="com.android.settings">
4708 <intent-filter>
4709 <action android:name="android.intent.action.MAIN" />
4710 <category android:name="android.intent.category.DEFAULT" />
4711 </intent-filter>
4712 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4713 android:value="com.android.settings.wifi.calling.WifiCallingDisclaimerFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004714 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4715 android:value="@string/menu_key_network"/>
manabu, shimoda9fae7392017-11-08 11:32:31 +09004716 </activity>
Salvador Martinez32917042019-03-20 15:23:19 -07004717
4718 <activity android:name="Settings$BatterySaverScheduleSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004719 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08004720 android:label="@string/battery_saver_schedule_settings_title">
Salvador Martinez32917042019-03-20 15:23:19 -07004721 <intent-filter>
4722 <action android:name="com.android.settings.BATTERY_SAVER_SCHEDULE_SETTINGS" />
4723 <category android:name="android.intent.category.DEFAULT" />
4724 </intent-filter>
4725 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4726 android:value="com.android.settings.fuelgauge.batterysaver.BatterySaverScheduleSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004727 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4728 android:value="@string/menu_key_battery"/>
Salvador Martinez32917042019-03-20 15:23:19 -07004729 </activity>
Steve Elliotte7721232019-05-22 14:13:29 -04004730
Fabian Kozynski83df54b2020-03-24 16:37:57 -04004731 <activity android:name="Settings$PowerMenuSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004732 android:exported="true"
Fabian Kozynski83df54b2020-03-24 16:37:57 -04004733 android:label="@string/power_menu_setting_name">
4734 <intent-filter>
4735 <action android:name="android.settings.ACTION_POWER_MENU_SETTINGS" />
4736 <category android:name="android.intent.category.DEFAULT" />
4737 </intent-filter>
4738 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4739 android:value="com.android.settings.gestures.PowerMenuSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004740 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4741 android:value="@string/menu_key_system"/>
Fabian Kozynski83df54b2020-03-24 16:37:57 -04004742 </activity>
4743
Mehdi Alizadeh03555962019-12-13 15:31:53 -08004744 <activity
4745 android:name="Settings$GestureNavigationSettingsActivity"
4746 android:label="@string/gesture_settings_activity_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004747 android:exported="true"
Mehdi Alizadeh03555962019-12-13 15:31:53 -08004748 android:enabled="true">
4749 <intent-filter android:priority="32">
4750 <action android:name="android.intent.action.MAIN" />
4751 <category android:name="com.android.settings.SHORTCUT" />
4752 </intent-filter>
4753 <intent-filter android:priority="1">
4754 <action android:name="com.android.settings.GESTURE_NAVIGATION_SETTINGS" />
4755 <category android:name="android.intent.category.DEFAULT" />
4756 </intent-filter>
4757 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4758 android:value="com.android.settings.gestures.GestureNavigationSettingsFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004759 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4760 android:value="@string/menu_key_system"/>
Mehdi Alizadeh03555962019-12-13 15:31:53 -08004761 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4762 android:value="true" />
4763 </activity>
4764
Jernej Virag97ea2792021-08-09 18:11:28 +00004765 <activity
4766 android:name="Settings$ButtonNavigationSettingsActivity"
Xuanang Zhao0cc01492022-11-02 13:55:21 +08004767 android:label="@string/button_navigation_settings_activity_title"
Jernej Virag97ea2792021-08-09 18:11:28 +00004768 android:exported="true"
4769 android:enabled="true">
4770 <intent-filter android:priority="32">
4771 <action android:name="android.intent.action.MAIN" />
4772 <category android:name="com.android.settings.SHORTCUT" />
4773 </intent-filter>
4774 <intent-filter android:priority="1">
4775 <action android:name="com.android.settings.BUTTON_NAVIGATION_SETTINGS" />
4776 <category android:name="android.intent.category.DEFAULT" />
4777 </intent-filter>
4778 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4779 android:value="com.android.settings.gestures.ButtonNavigationSettingsFragment" />
4780 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4781 android:value="true" />
4782 </activity>
4783
Beth Thibodeau59cbd112020-06-09 23:38:41 -04004784 <activity android:name="Settings$MediaControlsSettingsActivity"
4785 android:exported="true"
bvineeth5b90dfa2021-11-16 06:44:41 +00004786 android:label="@string/media_controls_title">
Beth Thibodeau59cbd112020-06-09 23:38:41 -04004787 <intent-filter>
4788 <action android:name="android.settings.ACTION_MEDIA_CONTROLS_SETTINGS" />
4789 <category android:name="android.intent.category.DEFAULT" />
4790 </intent-filter>
4791 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4792 android:value="com.android.settings.sound.MediaControlsSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08004793 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4794 android:value="@string/menu_key_sound"/>
Beth Thibodeau59cbd112020-06-09 23:38:41 -04004795 </activity>
4796
timhypengc3bd8012020-09-02 15:54:18 +08004797 <receiver
4798 android:name=".media.BluetoothPairingReceiver"
4799 android:exported="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06004800 android:permission="android.permission.BLUETOOTH_CONNECT">
timhypengc3bd8012020-09-02 15:54:18 +08004801 <intent-filter>
4802 <action android:name="com.android.settings.action.LAUNCH_BLUETOOTH_PAIRING"/>
Jason Chiu29a09e52021-10-12 17:24:34 +08004803 </intent-filter>
timhypengc3bd8012020-09-02 15:54:18 +08004804 </receiver>
4805
Jiashen Wang610060c82020-07-12 20:44:47 -07004806 <receiver
4807 android:name=".sim.receivers.SimSlotChangeReceiver"
4808 android:exported="true">
4809 <intent-filter>
4810 <action android:name="android.telephony.action.SIM_SLOT_STATUS_CHANGED" />
4811 </intent-filter>
4812 </receiver>
4813
Bonian Chen3ac629f2022-12-14 04:18:20 +00004814 <service android:name=".sim.receivers.SimSlotChangeService"
4815 android:permission="android.permission.BIND_JOB_SERVICE" />
4816
Jiashen Wang7629de02020-11-24 19:03:33 -08004817 <receiver
4818 android:name=".sim.receivers.SimCompleteBootReceiver"
4819 android:exported="true">
4820 <intent-filter>
4821 <action android:name="android.intent.action.BOOT_COMPLETED"/>
4822 </intent-filter>
4823 </receiver>
4824
Jiashen Wangb54d25e2021-01-18 19:14:00 -08004825 <activity
4826 android:name=".sim.ChooseSimActivity"
4827 android:theme="@style/GlifV3Theme.DayNight.NoActionBar"
4828 android:launchMode="singleInstance"
Bonian Chenf81eaeb2022-03-18 16:52:40 +08004829 android:excludeFromRecents="true"
Jiashen Wangb54d25e2021-01-18 19:14:00 -08004830 android:exported="false"/>
4831
4832 <activity
4833 android:name=".sim.SwitchToEsimConfirmDialogActivity"
4834 android:exported="false"
4835 android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
4836 android:launchMode="singleInstance"
SongFerngWang4780be42021-12-21 05:39:09 +08004837 android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/>
Jiashen Wangb54d25e2021-01-18 19:14:00 -08004838
4839 <activity
4840 android:name=".sim.DsdsDialogActivity"
4841 android:exported="false"
4842 android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
4843 android:launchMode="singleInstance"
SongFerngWang4780be42021-12-21 05:39:09 +08004844 android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/>
Jiashen Wangb54d25e2021-01-18 19:14:00 -08004845
Jiashen Wang7629de02020-11-24 19:03:33 -08004846 <service android:name=".sim.SimNotificationService"
4847 android:permission="android.permission.BIND_JOB_SERVICE" />
4848
calvinpane077e392021-01-25 10:07:26 +08004849 <activity android:name=".sim.smartForwarding.SmartForwardingActivity"
calvinpane077e392021-01-25 10:07:26 +08004850 android:exported="true"
4851 android:launchMode="singleTask">
4852 </activity>
4853
Mill Chen00231002021-03-11 01:18:13 +08004854 <activity android:name="Settings$FactoryResetActivity"
Edgar Wangc8bbf832023-05-24 19:36:53 +08004855 android:permission="android.permission.MASTER_CLEAR"
Mill Chen00231002021-03-11 01:18:13 +08004856 android:label="@string/main_clear_title"
4857 android:exported="true"
4858 android:theme="@style/SudThemeGlif.Light">
4859 <intent-filter>
4860 <action android:name="com.android.settings.action.FACTORY_RESET"/>
4861 <category android:name="android.intent.category.DEFAULT"/>
4862 </intent-filter>
4863 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4864 android:value="com.android.settings.MainClear"/>
Jason Chiu646a31e2021-11-10 11:56:00 +08004865 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4866 android:value="@string/menu_key_system"/>
Mill Chen00231002021-03-11 01:18:13 +08004867 </activity>
4868
4869 <activity android:name="Settings$FactoryResetConfirmActivity"
4870 android:label="@string/main_clear_confirm_title"
4871 android:exported="false"
4872 android:theme="@style/SudThemeGlif.Light">
4873 </activity>
4874
Jason Changd1cf05c2021-10-21 16:12:15 +08004875 <activity
4876 android:name="Settings$OneHandedSettingsActivity"
4877 android:label="@string/one_handed_title"
4878 android:exported="true"
4879 android:enabled="true">
4880 <intent-filter android:priority="1">
Jason Changcffaef12021-11-20 23:21:28 +08004881 <action android:name="android.settings.action.ONE_HANDED_SETTINGS" />
4882 <category android:name="android.intent.category.DEFAULT" />
4883 </intent-filter>
4884 <intent-filter android:priority="1">
Jason Changd1cf05c2021-10-21 16:12:15 +08004885 <action android:name="android.intent.action.MAIN" />
4886 <category android:name="com.android.settings.SHORTCUT" />
4887 </intent-filter>
4888 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4889 android:value="com.android.settings.gestures.OneHandedSettings"/>
4890 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4891 android:value="true" />
4892 </activity>
4893
Marie Matheson125a84f2022-02-02 19:14:00 +00004894 <receiver android:name=".safetycenter.SafetySourceBroadcastReceiver"
4895 android:exported="true">
4896 <intent-filter>
4897 <action android:name="android.safetycenter.action.REFRESH_SAFETY_SOURCES"/>
Marie Matheson1106faf2022-02-14 20:33:57 +00004898 <action android:name="android.intent.action.BOOT_COMPLETED"/>
Marie Matheson125a84f2022-02-02 19:14:00 +00004899 </intent-filter>
4900 </receiver>
4901
Zoey Chen4b345982022-05-12 11:27:40 +08004902 <activity
4903 android:name="com.android.settings.bluetooth.QrCodeScanModeActivity"
4904 android:permission="android.permission.BLUETOOTH_CONNECT"
4905 android:exported="true">
4906 <intent-filter>
4907 <action android:name="android.settings.BLUETOOTH_LE_AUDIO_QR_CODE_SCANNER"/>
4908 <category android:name="android.intent.category.DEFAULT"/>
4909 </intent-filter>
4910 </activity>
4911
Chaohui Wangf67f2ad2022-11-21 17:44:31 +08004912 <activity
4913 android:name=".spa.SpaActivity"
4914 android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize"
Viesturs Zarins8e33f2e2023-06-01 17:48:36 +02004915 android:knownActivityEmbeddingCerts="@array/config_known_host_certs"
Chaohui Wangf67f2ad2022-11-21 17:44:31 +08004916 android:exported="false" />
Chaohui Wangd22619e2022-09-08 16:06:09 +08004917 <activity android:name=".spa.SpaBridgeActivity" android:exported="false"/>
Chaohui Wanga9c624b2022-12-23 16:48:40 +08004918 <activity android:name=".spa.SpaAppBridgeActivity" android:exported="false"/>
Chaohui Wangd22619e2022-09-08 16:06:09 +08004919
Joshua McCloskeyb7f0d7a2023-04-13 19:58:26 +00004920 <activity android:name=".Settings$FingerprintSettingsActivityV2"
4921 android:label="@string/security_settings_fingerprint_preference_title"
4922 android:exported="false"
4923 android:icon="@drawable/ic_fingerprint_header">
4924 <intent-filter>
4925 <action android:name="android.settings.FINGERPRINT_SETTINGS_V2" />
4926 <category android:name="android.intent.category.DEFAULT" />
4927 </intent-filter>
4928 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4929 android:value="com.android.settings.biometrics.fingerprint2.ui.fragment.FingerprintSettingsV2Fragment" />
4930 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4931 android:value="@string/menu_key_security"/>
4932 </activity>
4933
Chaohui Wangd22619e2022-09-08 16:06:09 +08004934 <activity-alias android:name="UsageStatsActivity"
4935 android:exported="true"
4936 android:label="@string/testing_usage_stats"
4937 android:targetActivity=".spa.SpaBridgeActivity">
4938 <intent-filter>
4939 <action android:name="android.intent.action.MAIN" />
4940 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
4941 </intent-filter>
4942 <meta-data android:name="com.android.settings.spa.DESTINATION"
4943 android:value="UsageStats"/>
4944 </activity-alias>
Chaohui Wang805f9032022-08-16 16:36:40 +08004945
Tsung-Mao Fangfa7394a2022-10-04 15:51:45 +08004946 <!-- [b/197780098] Disable eager initialization of Jetpack libraries. -->
4947 <provider
4948 android:name="androidx.startup.InitializationProvider"
4949 android:authorities="${applicationId}.androidx-startup"
4950 tools:node="remove" />
4951
Dan Sandler3bd52dd2016-03-24 10:24:27 -07004952 <!-- This is the longest AndroidManifest.xml ever. -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08004953 </application>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08004954</manifest>