blob: a4d899d5dc944c58fa841e472a75ab02c68ad092 [file] [log] [blame]
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001<manifest xmlns:android="http://schemas.android.com/apk/res/android"
Lucas Silva06e373d2022-01-27 22:49:42 +00002 package="com.android.settings"
3 coreApp="true"
4 android:sharedUserId="android.uid.system">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08005
Lucas Silva06e373d2022-01-27 22:49:42 +00006 <original-package android:name="com.android.settings"/>
Jeff Hamiltonc60fb582010-02-11 16:25:53 -06007
Sundeep Ghumanc164ad02016-12-26 17:37:30 -08008 <uses-permission android:name="android.permission.REQUEST_NETWORK_SCORES" />
Jeff Sharkey57382662015-07-30 16:55:42 -07009 <uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE" />
Zim3d437eb2020-01-24 15:29:00 +000010 <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
Vasu Nori21809742011-01-25 13:39:16 -080011 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Jay Thomas Sullivancd2109a2022-03-09 22:31:53 -080012 <uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
Tsung-Mao Fang09c96a32022-02-22 17:06:01 +080013 <uses-permission android:name="android.permission.READ_MEDIA_VIDEO" />
14 <uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080015 <uses-permission android:name="android.permission.WRITE_SETTINGS" />
16 <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" />
Mike Lockwoodcd03f532009-09-15 14:39:47 -040017 <uses-permission android:name="android.permission.DEVICE_POWER" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080018 <uses-permission android:name="android.permission.CHANGE_CONFIGURATION" />
19 <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
20 <uses-permission android:name="android.permission.VIBRATE" />
Jeff Sharkey7025a832021-06-22 19:58:58 -060021 <uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE" />
Jeff Sharkey9e07eab2021-03-22 15:33:01 -060022 <uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
23 <uses-permission android:name="android.permission.BLUETOOTH_SCAN" />
Matthew Xie500f2942013-09-24 00:55:42 -070024 <uses-permission android:name="android.permission.BLUETOOTH_PRIVILEGED" />
Nick Pellyf2917ac2010-10-20 16:39:44 -070025 <uses-permission android:name="android.permission.NFC" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080026 <uses-permission android:name="android.permission.HARDWARE_TEST" />
27 <uses-permission android:name="android.permission.CALL_PHONE" />
28 <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
William Escande23ebda42021-12-20 13:45:47 +010029 <uses-permission android:name="android.permission.QUERY_AUDIO_STATE" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080030 <uses-permission android:name="android.permission.MASTER_CLEAR" />
31 <uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH" />
32 <uses-permission android:name="android.permission.ACCESS_DOWNLOAD_MANAGER" />
33 <uses-permission android:name="android.permission.READ_CONTACTS" />
34 <uses-permission android:name="android.permission.WRITE_CONTACTS" />
Chia-chi Yeh413b1712011-07-07 12:49:18 -070035 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Roshan Piusf1f209f2017-12-13 16:20:18 -080036 <uses-permission android:name="android.permission.LOCAL_MAC_ADDRESS" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080037 <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
Irfan Sheriff0f41b492013-03-29 11:15:07 -070038 <uses-permission android:name="com.android.certinstaller.INSTALL_AS_USER" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080039 <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
Jeremy Klein78d182f2015-12-28 15:39:39 -080040 <uses-permission android:name="android.permission.TETHER_PRIVILEGED" />
Dianne Hackborn027cdd22018-01-19 17:57:28 -080041 <uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080042 <uses-permission android:name="android.permission.INTERNET" />
43 <uses-permission android:name="android.permission.CLEAR_APP_USER_DATA" />
44 <uses-permission android:name="android.permission.READ_PHONE_STATE" />
zoey chen4a7ad4d2019-12-17 18:13:39 +080045 <uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080046 <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" />
Hall Liua6840ca2018-11-27 17:00:50 -080047 <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080048 <uses-permission android:name="android.permission.WRITE_APN_SETTINGS"/>
49 <uses-permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"/>
50 <uses-permission android:name="android.permission.READ_USER_DICTIONARY"/>
51 <uses-permission android:name="android.permission.WRITE_USER_DICTIONARY"/>
Dianne Hackborn517ea9f2010-01-04 18:47:54 -080052 <uses-permission android:name="android.permission.FORCE_STOP_PACKAGES"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080053 <uses-permission android:name="android.permission.PACKAGE_USAGE_STATS"/>
54 <uses-permission android:name="android.permission.BATTERY_STATS"/>
55 <uses-permission android:name="com.android.launcher.permission.READ_SETTINGS" />
56 <uses-permission android:name="com.android.launcher.permission.WRITE_SETTINGS" />
Suchi Amalapurapuad148272010-02-19 14:30:01 -080057 <uses-permission android:name="android.permission.MOVE_PACKAGE" />
Amith Yamasani43c69782010-12-01 09:04:36 -080058 <uses-permission android:name="android.permission.USE_CREDENTIALS" />
59 <uses-permission android:name="android.permission.BACKUP" />
Amith Yamasani43c69782010-12-01 09:04:36 -080060 <uses-permission android:name="android.permission.READ_SYNC_STATS" />
61 <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
62 <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />
Stanislav Zholnin646dda92019-02-01 13:00:37 +000063 <uses-permission android:name="android.permission.READ_DEVICE_CONFIG" />
Jason parks8fd5bc92011-01-12 16:03:31 -060064 <uses-permission android:name="android.permission.STATUS_BAR" />
Mike Lockwood9d6d92b2011-02-27 09:05:10 -080065 <uses-permission android:name="android.permission.MANAGE_USB" />
Kenny Roote7bbf8f2018-01-23 21:53:53 +090066 <uses-permission android:name="android.permission.MANAGE_DEBUGGING" />
Jeff Brownd82487b2011-06-02 03:10:28 -070067 <uses-permission android:name="android.permission.SET_POINTER_SPEED" />
Jeff Brown4397f402012-04-09 13:24:34 -070068 <uses-permission android:name="android.permission.SET_KEYBOARD_LAYOUT" />
Dianne Hackborn271c8b02012-08-20 17:24:39 -070069 <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" />
70 <uses-permission android:name="android.permission.COPY_PROTECTED_DATA" />
71 <uses-permission android:name="android.permission.MANAGE_USERS" />
Nicolas Prevot189294e2015-04-22 16:26:45 +010072 <uses-permission android:name="android.permission.MANAGE_PROFILE_AND_DEVICE_OWNERS" />
Amith Yamasani32dccbc2012-09-13 18:06:49 -070073 <uses-permission android:name="android.permission.READ_PROFILE" />
Jeff Brown9e143f52012-09-19 20:46:07 -070074 <uses-permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY" />
Michael Wrightaacf55a2016-07-13 22:11:09 -070075 <uses-permission android:name="android.permission.CONFIGURE_DISPLAY_COLOR_MODE" />
Christine Franksbce91d92018-07-03 14:44:08 -070076 <uses-permission android:name="android.permission.CONTROL_DISPLAY_COLOR_TRANSFORMS" />
Neil Fuller0770b3f2019-11-21 16:09:00 +000077 <uses-permission android:name="android.permission.SUGGEST_MANUAL_TIME_AND_ZONE" />
Daniel Sandler328e2d22013-01-17 13:14:02 -050078 <uses-permission android:name="android.permission.ACCESS_NOTIFICATIONS" />
Brian Carlstromf32ba132013-06-28 13:18:41 -070079 <uses-permission android:name="android.permission.REBOOT" />
PauloftheWest63f7bc82014-10-30 08:01:30 -070080 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
Amith Yamasani92472652013-07-19 12:37:42 -070081 <uses-permission android:name="android.permission.MANAGE_DEVICE_ADMINS" />
Fabrice Di Meglio485b1b82014-03-20 12:24:57 -070082 <uses-permission android:name="android.permission.READ_SEARCH_INDEXABLES" />
Fan Zhangd040ecd2017-08-17 16:13:20 -070083 <uses-permission android:name="android.permission.BIND_SETTINGS_SUGGESTIONS_SERVICE" />
Andres Moralesce249fe2014-07-07 16:58:16 -070084 <uses-permission android:name="android.permission.OEM_UNLOCK_STATE" />
Andrew Scullc23357e2017-04-18 09:40:11 +010085 <uses-permission android:name="android.permission.MANAGE_USER_OEM_UNLOCK_STATE" />
Sky Faber2d657e32014-09-22 16:43:04 -070086 <uses-permission android:name="android.permission.OVERRIDE_WIFI_CONFIG" />
Etan Cohen07de3592021-01-21 16:52:03 -080087 <uses-permission android:name="android.permission.RESTART_WIFI_SUBSYSTEM" />
Jim Miller94d4bd92015-02-19 21:04:57 -080088 <uses-permission android:name="android.permission.MANAGE_FINGERPRINT" />
Kevin Chynb3ee2312018-10-04 15:01:43 -070089 <uses-permission android:name="android.permission.USE_BIOMETRIC" />
90 <uses-permission android:name="android.permission.USE_BIOMETRIC_INTERNAL" />
Jorim Jaggi4a2423b2015-04-24 10:19:48 -070091 <uses-permission android:name="android.permission.USER_ACTIVITY" />
Amith Yamasani50e32b02015-05-13 18:18:16 -070092 <uses-permission android:name="android.permission.CHANGE_APP_IDLE_STATE" />
Fyodor Kupolov0938a632015-07-27 12:24:59 -070093 <uses-permission android:name="android.permission.PEERS_MAC_ADDRESS"/>
Julia Reynoldsf02aa0c2015-09-28 08:57:03 -040094 <uses-permission android:name="android.permission.MANAGE_NOTIFICATIONS"/>
Daniel Nishib84304d2016-04-11 14:08:44 -070095 <uses-permission android:name="android.permission.DELETE_PACKAGES"/>
Philip P. Moltmanndd7441b2017-09-05 12:42:04 -070096 <uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES" />
Phil Weaver2e2dbfe2017-05-30 10:41:52 -070097 <uses-permission android:name="android.permission.MANAGE_APP_OPS_RESTRICTIONS"/>
Dianne Hackbornda3c0462018-03-07 16:42:39 -080098 <uses-permission android:name="android.permission.MANAGE_APP_OPS_MODES" />
Phil Weaver633c9be2017-07-05 10:02:38 -070099 <uses-permission android:name="android.permission.HIDE_NON_SYSTEM_OVERLAY_WINDOWS"/>
Philip P. Moltmann5929b132017-06-19 10:55:31 -0700100 <uses-permission android:name="android.permission.READ_PRINT_SERVICES" />
Roshan Pius37a46a12017-07-24 15:05:36 -0700101 <uses-permission android:name="android.permission.NETWORK_SETTINGS" />
Alexandru-Andrei Rotaruaeb3e442017-08-07 12:21:31 +0100102 <uses-permission android:name="android.permission.TEST_BLACKLISTED_PASSWORD" />
Jeff Sharkeyd9403362018-01-05 17:14:37 -0700103 <uses-permission android:name="android.permission.USE_RESERVED_DISK" />
Felipe Lemea5bbad42018-02-14 13:15:19 -0800104 <uses-permission android:name="android.permission.MANAGE_SCOPED_ACCESS_DIRECTORY_PERMISSIONS" />
Kevin Chyn22b4edd2018-07-30 19:20:01 -0700105 <uses-permission android:name="android.permission.CAMERA" />
jackqdyuleif25c9b02019-02-27 10:05:56 -0800106 <uses-permission android:name="android.permission.MEDIA_CONTENT_CONTROL" />
PO HUNG CHENafc513e2019-12-10 04:11:21 +0000107 <uses-permission android:name="android.permission.INSTALL_DYNAMIC_SYSTEM" />
Jack Yuc4da22a2020-01-30 00:04:06 -0800108 <uses-permission android:name="android.permission.BIND_CELL_BROADCAST_SERVICE" />
Mehdi Alizadeh2552dff2020-06-11 21:06:00 -0700109 <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
Edgar Wang39121792020-10-27 16:54:46 +0800110 <uses-permission android:name="android.permission.READ_DREAM_STATE" />
111 <uses-permission android:name="android.permission.READ_DREAM_SUPPRESSION" />
Zhen Zhang1f99d6a2021-03-22 00:49:49 -0700112 <uses-permission android:name="android.permission.MANAGE_APP_HIBERNATION" />
Arc Wang8b2dd652021-10-05 20:20:40 +0800113 <uses-permission android:name="android.permission.LAUNCH_MULTI_PANE_SETTINGS_DEEP_LINK" />
114 <uses-permission android:name="android.permission.ALLOW_PLACE_IN_MULTI_PANE_SETTINGS" />
Steve Elliott7bfcff32021-12-03 16:35:02 -0500115 <uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
tom hsu58244b12021-10-28 14:50:11 +0800116 <uses-permission android:name="android.permission.READ_APP_SPECIFIC_LOCALES" />
Pavel Grafov8d4e89b2021-12-16 14:34:06 +0000117 <uses-permission android:name="android.permission.QUERY_ADMIN_POLICY" />
Jan Tomljanovic9d2ec952022-01-17 12:21:59 +0000118 <uses-permission android:name="android.permission.READ_SAFETY_CENTER_STATUS" />
Marie Matheson6b9a1ff2022-01-25 18:48:22 +0000119 <uses-permission android:name="android.permission.SEND_SAFETY_CENTER_UPDATE" />
Pyuli Naithanid1408572022-01-12 23:08:02 +0000120 <uses-permission android:name="android.permission.START_VIEW_APP_FEATURES" />
Alejandro Nijamkin2f61fd62022-12-24 08:08:02 -0800121 <uses-permission android:name="android.permission.CUSTOMIZE_SYSTEM_UI" />
pihuei55fb2b72020-10-13 19:00:57 +0800122
Tsung-Mao Fang4781fc12021-09-06 02:41:26 +0000123 <application
124 android:name=".SettingsApplication"
125 android:label="@string/settings_label"
Hyunyoung Song1f093dd2017-02-14 10:40:58 -0800126 android:icon="@drawable/ic_launcher_settings"
Amith Yamasani56f51a82013-08-05 10:07:23 -0700127 android:theme="@style/Theme.Settings"
Fabrice Di Meglio79d8e802012-07-19 19:25:50 -0700128 android:hardwareAccelerated="true"
Amith Yamasani233592b2013-03-01 17:05:23 -0800129 android:requiredForAllUsers="true"
Fabrice Di Meglio66445562014-06-30 13:11:53 -0700130 android:supportsRtl="true"
Sunny Goyalae788a12019-04-24 17:11:24 -0700131 android:backupAgent="com.android.settings.backup.SettingsBackupHelper"
Jeff Sharkey3bd73ed2015-11-18 10:20:18 -0700132 android:usesCleartextTraffic="true"
Jeff Sharkeya806b7a2016-03-17 11:04:55 -0600133 android:defaultToDeviceProtectedStorage="true"
Jason Monk20210122018-04-03 18:36:42 -0400134 android:directBootAware="true"
kellyz76516bb2022-07-22 10:23:28 +0800135 android:appComponentFactory="androidx.core.app.CoreComponentFactory"
136 android:enableOnBackInvokedCallback="true">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800137
Bonian Chene69d1a62021-01-06 05:41:46 +0000138 <uses-library android:name="org.apache.http.legacy" />
Tsung-Mao Fang18ad0c42021-08-17 18:28:06 +0800139
Arc Wangbfc95e72023-01-09 10:26:07 +0800140 <property
141 android:name="android.window.PROPERTY_ACTIVITY_EMBEDDING_SPLITS_ENABLED"
142 android:value="true" />
143
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800144 <!-- Settings -->
Fan Zhang44be9132018-09-07 12:56:53 -0700145 <activity android:name=".homepage.SettingsHomepageActivity"
Raff Tsai082f8ee2018-06-29 06:11:39 +0000146 android:label="@string/settings_label_launcher"
147 android:theme="@style/Theme.Settings.Home"
Sunny Shao0b0e6fc2019-06-18 13:32:05 +0800148 android:taskAffinity="com.android.settings.root"
Jason Chiu130629b2020-03-06 10:52:19 +0800149 android:launchMode="singleTask"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700150 android:exported="true"
Jason Chiuae1c17b2022-06-13 13:58:17 +0800151 android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize">
Fan Zhang0c7c59f2018-10-26 13:40:38 -0700152 <intent-filter android:priority="1">
153 <action android:name="android.settings.SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800154 <category android:name="android.intent.category.BROWSABLE" />
Fan Zhang0c7c59f2018-10-26 13:40:38 -0700155 <category android:name="android.intent.category.DEFAULT" />
156 </intent-filter>
157 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
158 android:value="true" />
Raff Tsai082f8ee2018-06-29 06:11:39 +0000159 </activity>
160
Jason Chiua3b21cf2021-11-16 18:20:19 +0800161 <!-- Activity for launching deep link page in 2-pane. -->
162 <activity android:name=".homepage.DeepLinkHomepageActivity"
163 android:label="@string/settings_label_launcher"
Jason Chiu177573c2021-12-02 14:26:24 +0800164 android:theme="@style/Theme.Settings.Home"
Jason Chiua3b21cf2021-11-16 18:20:19 +0800165 android:launchMode="singleTask"
166 android:exported="true"
Tsung-Mao Fang3943de12021-12-08 20:23:13 +0800167 android:enabled="false"
Jason Chiuae1c17b2022-06-13 13:58:17 +0800168 android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize"
Jason Chiua3b21cf2021-11-16 18:20:19 +0800169 android:permission="android.permission.LAUNCH_MULTI_PANE_SETTINGS_DEEP_LINK">
170 <intent-filter>
171 <action android:name="android.settings.SETTINGS_EMBED_DEEP_LINK_ACTIVITY" />
172 <category android:name="android.intent.category.DEFAULT" />
173 </intent-filter>
174 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
175 android:value="true" />
176 </activity>
177
Jason Chiu177573c2021-12-02 14:26:24 +0800178 <activity android:name=".homepage.DeepLinkHomepageActivityInternal"
Arc Wanga63e9c62021-09-28 20:39:15 +0800179 android:label="@string/settings_label_launcher"
Jason Chiu177573c2021-12-02 14:26:24 +0800180 android:theme="@style/Theme.Settings.Home.NoAnimation"
Arc Wanga63e9c62021-09-28 20:39:15 +0800181 android:taskAffinity=""
182 android:launchMode="singleTask"
183 android:exported="false"
Jason Chiua3b21cf2021-11-16 18:20:19 +0800184 android:excludeFromRecents="true"
Jason Chiuae1c17b2022-06-13 13:58:17 +0800185 android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize">
Arc Wanga63e9c62021-09-28 20:39:15 +0800186 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
187 android:value="true" />
jackqdyulei106ae1d2018-10-05 10:04:19 -0700188 </activity>
189
Alexandra Gherghina05dec7f2014-09-05 11:42:51 +0100190 <!-- Alias for launcher activity only, as this belongs to each profile. -->
191 <activity-alias android:name="Settings"
Alexandra Gherghina05dec7f2014-09-05 11:42:51 +0100192 android:label="@string/settings_label_launcher"
Sunny Shao0b0e6fc2019-06-18 13:32:05 +0800193 android:taskAffinity="com.android.settings.root"
Alexandra Gherghina05dec7f2014-09-05 11:42:51 +0100194 android:launchMode="singleTask"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700195 android:exported="true"
Fan Zhang44be9132018-09-07 12:56:53 -0700196 android:targetActivity=".homepage.SettingsHomepageActivity">
Alexandra Gherghina05dec7f2014-09-05 11:42:51 +0100197 <intent-filter>
198 <action android:name="android.intent.action.MAIN" />
199 <category android:name="android.intent.category.DEFAULT" />
200 <category android:name="android.intent.category.LAUNCHER" />
201 </intent-filter>
Sunny Goyal5f179fc2016-06-15 12:36:50 -0700202 <meta-data android:name="android.app.shortcuts" android:resource="@xml/shortcuts"/>
Alexandra Gherghina05dec7f2014-09-05 11:42:51 +0100203 </activity-alias>
204
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700205 <receiver android:name=".SettingsInitialize"
206 android:exported="true">
Alexandra Gherghina89265a32014-07-17 20:29:34 +0100207 <intent-filter>
Alexandra Gherghinaf2e39f22014-08-18 13:16:17 +0100208 <action android:name="android.intent.action.USER_INITIALIZE"/>
Alexandra Gherghina51712242014-09-05 16:32:14 +0100209 <action android:name="android.intent.action.PRE_BOOT_COMPLETED"/>
Alexandra Gherghina89265a32014-07-17 20:29:34 +0100210 </intent-filter>
211 </receiver>
212
Mill Chen14cfd2f2021-01-06 07:46:46 +0800213 <activity android:name=".SubSettings"
Yuri Ufimtsevbe982452022-03-09 09:49:15 +0000214 android:exported="false"
215 android:theme="@style/Theme.SubSettings"
216 android:taskAffinity="com.android.settings.root" />
Dianne Hackbornb7258182011-03-15 16:23:55 -0700217
Fan Zhangf1f0f8b2018-06-22 10:40:07 -0700218 <activity android:name=".Settings$CreateShortcutActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700219 android:exported="true"
Fan Zhang92f1e942017-01-21 10:07:26 -0800220 android:label="@string/settings_shortcut">
Dianne Hackborna54672f2009-06-24 12:45:09 -0700221 <intent-filter>
Fan Zhangf1f0f8b2018-06-22 10:40:07 -0700222 <action android:name="android.intent.action.CREATE_SHORTCUT" />
223 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborna54672f2009-06-24 12:45:09 -0700224 </intent-filter>
Fan Zhangf1f0f8b2018-06-22 10:40:07 -0700225 <meta-data
226 android:name="com.android.settings.FRAGMENT_CLASS"
227 android:value="com.android.settings.shortcut.CreateShortcut" />
Dianne Hackborna54672f2009-06-24 12:45:09 -0700228 </activity>
229
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800230 <!-- Wireless Controls -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800231 <activity
232 android:name=".Settings$NetworkDashboardActivity"
Doris Ling26208222017-03-03 11:28:05 -0800233 android:label="@string/network_dashboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700234 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800235 android:icon="@drawable/ic_homepage_network">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800236 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800237 <action android:name="android.settings.WIRELESS_SETTINGS" />
238 <action android:name="android.settings.AIRPLANE_MODE_SETTINGS" />
Andrew Sappersteinc65ccd22019-04-25 10:31:37 -0700239 <action android:name="com.android.settings.sim.SIM_SUB_INFO_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800240 <category android:name="android.intent.category.BROWSABLE" />
Doris Ling26208222017-03-03 11:28:05 -0800241 <category android:name="android.intent.category.DEFAULT" />
242 </intent-filter>
243 <intent-filter>
244 <action android:name="android.intent.action.MAIN" />
245 <category android:name="android.intent.category.DEFAULT" />
246 <category android:name="android.intent.category.VOICE_LAUNCH" />
247 </intent-filter>
Doris Ling26208222017-03-03 11:28:05 -0800248 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
249 android:value="com.android.settings.network.NetworkDashboardFragment"/>
Jason Chiu29a09e52021-10-12 17:24:34 +0800250 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
251 android:value="@string/menu_key_network"/>
Doris Ling26208222017-03-03 11:28:05 -0800252 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
253 android:value="true" />
254 </activity>
255
Zoey Chen6978a902021-12-14 18:42:37 +0800256 <activity
257 android:name=".Settings$MobileNetworkActivity"
258 android:label="@string/network_settings_title"
259 android:configChanges="orientation|screenSize|keyboardHidden"
Bonian Chend10618d2022-05-30 19:06:10 +0800260 android:launchMode="singleTop"
Zoey Chen6978a902021-12-14 18:42:37 +0800261 android:exported="true">
262 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
263 android:value="com.android.settings.network.telephony.MobileNetworkSettings"/>
Arc Wanga63e9c62021-09-28 20:39:15 +0800264 <intent-filter android:priority="1">
265 <!-- Displays the MobileNetworkActivity and opt-in dialog for capability discovery. -->
Bonian Chend10618d2022-05-30 19:06:10 +0800266 <!-- Please sync with a list created within MobileNetworkIntentConverter.java -->
267 <action android:name="android.intent.action.MAIN" />
Arc Wanga63e9c62021-09-28 20:39:15 +0800268 <action android:name="android.telephony.ims.action.SHOW_CAPABILITY_DISCOVERY_OPT_IN" />
269 <action android:name="android.settings.NETWORK_OPERATOR_SETTINGS" />
270 <action android:name="android.settings.DATA_ROAMING_SETTINGS" />
271 <action android:name="android.settings.MMS_MESSAGE_SETTING" />
Han Xu9cf02662022-08-15 19:19:55 +0800272 <category android:name="android.intent.category.BROWSABLE" />
Arc Wanga63e9c62021-09-28 20:39:15 +0800273 <category android:name="android.intent.category.DEFAULT" />
274 </intent-filter>
275 </activity>
276
Antony Sargent94d97902019-03-26 09:50:22 -0700277 <activity android:name=".Settings$MobileNetworkListActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700278 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800279 android:label="@string/network_settings_title">
Antony Sargent94d97902019-03-26 09:50:22 -0700280 <intent-filter android:priority="1">
281 <action android:name="android.settings.MOBILE_NETWORK_LIST" />
Peter Wang93ce0682021-04-09 11:49:34 -0700282 <action android:name="android.settings.MANAGE_ALL_SIM_PROFILES_SETTINGS" />
Antony Sargent94d97902019-03-26 09:50:22 -0700283 <category android:name="android.intent.category.DEFAULT" />
284 </intent-filter>
285 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
286 android:value="com.android.settings.network.MobileNetworkListFragment"/>
Jason Chiu646a31e2021-11-10 11:56:00 +0800287 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
288 android:value="@string/menu_key_network"/>
Antony Sargent94d97902019-03-26 09:50:22 -0700289 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
290 android:value="true" />
291 </activity>
292
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800293 <activity
294 android:name=".Settings$ConnectedDeviceDashboardActivity"
Doris Ling26208222017-03-03 11:28:05 -0800295 android:label="@string/connected_devices_dashboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700296 android:exported="true"
Sunny Shaob4a5f162020-06-15 23:00:26 +0800297 android:icon="@drawable/ic_homepage_connected_device">
Doris Ling26208222017-03-03 11:28:05 -0800298 <intent-filter android:priority="1">
jackqdyulei6dd7f2e2018-02-07 17:49:09 -0800299 <action android:name="android.settings.BLUETOOTH_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800300 <category android:name="android.intent.category.BROWSABLE" />
jackqdyulei6dd7f2e2018-02-07 17:49:09 -0800301 <category android:name="android.intent.category.DEFAULT" />
302 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700303 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Ling26208222017-03-03 11:28:05 -0800304 android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment"/>
Jason Chiu29a09e52021-10-12 17:24:34 +0800305 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
Jason Chiu646a31e2021-11-10 11:56:00 +0800306 android:value="@string/menu_key_connected_devices"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100307 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
308 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700309 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800310
Barnaby Jamesc55ea152015-04-13 14:33:53 -0700311 <activity android:name="AirplaneModeVoiceActivity"
312 android:label="@string/wireless_networks_settings_title"
Andrew Sapperstein7e157432016-07-15 16:46:38 -0700313 android:theme="@*android:style/Theme.DeviceDefault.Light.Voice"
Barnaby Jamesc55ea152015-04-13 14:33:53 -0700314 android:exported="true">
315 <intent-filter>
316 <action android:name="android.settings.VOICE_CONTROL_AIRPLANE_MODE" />
317 <category android:name="android.intent.category.DEFAULT" />
318 <category android:name="android.intent.category.VOICE" />
319 </intent-filter>
320 </activity>
321
Fan Zhang25f29bf2017-10-24 09:27:02 -0700322 <activity android:name=".search.SearchResultTrampoline"
323 android:theme="@android:style/Theme.NoDisplay"
324 android:excludeFromRecents="true"
325 android:exported="true">
Fan Zhang8068fda2017-11-09 16:37:01 -0800326 <intent-filter>
327 <action android:name="com.android.settings.SEARCH_RESULT_TRAMPOLINE" />
328 <category android:name="android.intent.category.DEFAULT" />
329 </intent-filter>
Fan Zhang25f29bf2017-10-24 09:27:02 -0700330 </activity>
331
Jason Chiu3af73362021-11-11 14:24:37 +0800332 <receiver android:name=".search.SearchStateReceiver"
333 android:exported="true"
Tsung-Mao Fang3943de12021-12-08 20:23:13 +0800334 android:enabled="false"
Jason Chiu3af73362021-11-11 14:24:37 +0800335 android:permission="android.permission.READ_SEARCH_INDEXABLES">
336 <intent-filter>
337 <action android:name="com.android.settings.SEARCH_START"/>
338 <action android:name="com.android.settings.SEARCH_EXIT"/>
339 </intent-filter>
340 </receiver>
341
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800342 <activity
343 android:name="Settings$WifiSettingsActivity"
344 android:label="@string/wifi_settings"
Sunny Shaob4a5f162020-06-15 23:00:26 +0800345 android:icon="@drawable/ic_homepage_network"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700346 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800347 android:configChanges="orientation|keyboardHidden|screenSize">
Weng Sueb70b242021-11-12 22:50:12 +0800348 <intent-filter android:priority="1">
349 <action android:name="android.settings.WIFI_SETTINGS"/>
Han Xu9cf02662022-08-15 19:19:55 +0800350 <category android:name="android.intent.category.BROWSABLE" />
Weng Sueb70b242021-11-12 22:50:12 +0800351 <category android:name="android.intent.category.DEFAULT"/>
352 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700353 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Weng Sueb70b242021-11-12 22:50:12 +0800354 android:value="com.android.settings.network.NetworkProviderSettings"/>
Jason Chiu646a31e2021-11-10 11:56:00 +0800355 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
Weng Sueb70b242021-11-12 22:50:12 +0800356 android:value="@string/menu_key_network"/>
Zoltan Szatmary-Bane03d8862015-04-30 14:35:54 +0100357 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
Weng Sueb70b242021-11-12 22:50:12 +0800358 android:value="true"/>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700359 </activity>
Chia-chi Yeh48090d42010-01-25 15:41:42 +0800360
David Magno6031a6e2021-10-07 14:40:31 +0200361 <!-- Keep compatibility with old shortcuts. -->
362 <activity-alias
363 android:name="Settings$WifiSettings2Activity"
364 android:targetActivity="Settings$WifiSettingsActivity"
365 android:label="@string/wifi_settings"
366 android:icon="@drawable/ic_homepage_network"
367 android:exported="true">
368 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Weng Sueb70b242021-11-12 22:50:12 +0800369 android:value="com.android.settings.network.NetworkProviderSettings"/>
Jason Chiu646a31e2021-11-10 11:56:00 +0800370 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
Weng Sueb70b242021-11-12 22:50:12 +0800371 android:value="@string/menu_key_network"/>
372 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
373 android:value="true"/>
David Magno6031a6e2021-10-07 14:40:31 +0200374 </activity-alias>
375
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800376 <activity
Arc Wang746176e2020-09-02 17:35:56 +0800377 android:name="Settings$NetworkProviderSettingsActivity"
Weng Su658a4172021-07-26 16:33:31 +0800378 android:label="@string/provider_internet_settings"
Arc Wang746176e2020-09-02 17:35:56 +0800379 android:icon="@drawable/ic_homepage_network"
380 android:exported="true"
381 android:configChanges="orientation|keyboardHidden|screenSize">
382 <intent-filter android:priority="1">
Weng Sueb70b242021-11-12 22:50:12 +0800383 <action android:name="android.settings.NETWORK_PROVIDER_SETTINGS"/>
384 <category android:name="android.intent.category.DEFAULT"/>
Arc Wang746176e2020-09-02 17:35:56 +0800385 </intent-filter>
386 <intent-filter android:priority="1">
Weng Sueb70b242021-11-12 22:50:12 +0800387 <action android:name="android.intent.action.MAIN"/>
388 <category android:name="com.android.settings.SHORTCUT"/>
Arc Wang746176e2020-09-02 17:35:56 +0800389 </intent-filter>
390 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Weng Sueb70b242021-11-12 22:50:12 +0800391 android:value="com.android.settings.network.NetworkProviderSettings"/>
Jason Chiu29a09e52021-10-12 17:24:34 +0800392 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
Weng Sueb70b242021-11-12 22:50:12 +0800393 android:value="@string/menu_key_network"/>
Arc Wang746176e2020-09-02 17:35:56 +0800394 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
Weng Sueb70b242021-11-12 22:50:12 +0800395 android:value="true"/>
Arc Wang746176e2020-09-02 17:35:56 +0800396 </activity>
397
398 <activity
SongFerng Wangfa6a3612021-12-08 14:25:41 +0000399 android:name="Settings$NetworkSelectActivity"
400 android:label="@string/choose_network_title"
401 android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize">
402 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
403 android:value="com.android.settings.network.telephony.NetworkSelectSettings" />
404 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
405 android:value="true" />
406 </activity>
407
408 <activity
Weng Sue8a4e132021-07-15 11:38:38 +0800409 android:name="Settings$WifiDetailsSettingsActivity"
410 android:label="@string/wifi_details_title"
411 android:icon="@drawable/ic_homepage_network"
412 android:exported="true"
413 android:permission="android.permission.CHANGE_WIFI_STATE"
414 android:configChanges="orientation|keyboardHidden|screenSize">
415 <!-- The intent action is only public to OEM, because a special library is required. -->
416 <intent-filter android:priority="1">
417 <action android:name="android.settings.WIFI_DETAILS_SETTINGS" />
418 <category android:name="android.intent.category.DEFAULT" />
419 </intent-filter>
420 <meta-data
421 android:name="com.android.settings.FRAGMENT_CLASS"
422 android:value="com.android.settings.wifi.details.WifiNetworkDetailsFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800423 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
424 android:value="@string/menu_key_network"/>
425 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
Weng Sue8a4e132021-07-15 11:38:38 +0800426 android:value="true" />
427 </activity>
428
429 <activity
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700430 android:name=".wifi.WifiPickerActivity"
Weng Su79c30c02022-01-25 21:22:20 +0800431 android:permission="android.permission.CHANGE_WIFI_STATE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700432 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800433 <intent-filter android:priority="1">
434 <action android:name="android.net.wifi.PICK_WIFI_NETWORK" />
435 <category android:name="android.intent.category.DEFAULT" />
436 </intent-filter>
Zoltan Szatmary-Bane03d8862015-04-30 14:35:54 +0100437 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
438 android:value="true" />
Daisuke Miyakawa79c5fd92011-01-15 14:58:00 -0800439 </activity>
440
Jun Ono89c2c5e2019-05-30 12:56:43 +0900441 <activity android:name=".Settings$AdaptiveBrightnessActivity"
442 android:label="@string/auto_brightness_title"
443 android:exported="true">
444 <intent-filter>
445 <action android:name="android.settings.ADAPTIVE_BRIGHTNESS_SETTINGS" />
446 <category android:name="android.intent.category.DEFAULT" />
447 </intent-filter>
448 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
449 android:value="com.android.settings.display.AutoBrightnessSettings"/>
Jason Chiu646a31e2021-11-10 11:56:00 +0800450 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
451 android:value="@string/menu_key_display"/>
Jun Ono89c2c5e2019-05-30 12:56:43 +0900452 </activity>
453
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800454 <activity
455 android:name="Settings$ConfigureWifiSettingsActivity"
456 android:label="@string/wifi_configure_settings_preference_title"
457 android:icon="@drawable/ic_settings_wireless"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700458 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800459 android:configChanges="orientation|keyboardHidden|screenSize">
Amin Shaikh3aa547b2017-01-06 18:31:41 -0800460 <intent-filter android:priority="1">
Stephen Chen91d13c12017-03-22 15:53:26 -0700461 <action android:name="android.settings.WIFI_IP_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800462 <category android:name="android.intent.category.BROWSABLE" />
Amin Shaikh3aa547b2017-01-06 18:31:41 -0800463 <category android:name="android.intent.category.DEFAULT" />
464 </intent-filter>
465 <intent-filter>
466 <action android:name="android.intent.action.MAIN" />
467 <category android:name="android.intent.category.VOICE_LAUNCH" />
468 <category android:name="android.intent.category.DEFAULT" />
469 </intent-filter>
470 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
471 android:value="com.android.settings.wifi.ConfigureWifiSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800472 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
473 android:value="@string/menu_key_network"/>
Amin Shaikh3aa547b2017-01-06 18:31:41 -0800474 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
475 android:value="true" />
476 </activity>
477
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800478 <activity
479 android:name="Settings$SavedAccessPointsSettingsActivity"
480 android:label="@string/wifi_saved_access_points_label"
481 android:icon="@drawable/ic_settings_wireless"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700482 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800483 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800484 <intent-filter android:priority="1">
Stephen Chen66d1a692016-11-14 16:24:08 -0800485 <action android:name="android.settings.WIFI_SAVED_NETWORK_SETTINGS" />
Dianne Hackborn0702e872015-02-20 12:48:32 -0800486 <category android:name="android.intent.category.DEFAULT" />
487 </intent-filter>
PauloftheWest7837b992014-06-24 07:42:27 -0700488 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang661049f2018-07-18 14:31:44 -0700489 android:value="com.android.settings.wifi.savedaccesspoints.SavedAccessPointsWifiSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800490 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
491 android:value="@string/menu_key_network"/>
Zoltan Szatmary-Bane03d8862015-04-30 14:35:54 +0100492 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
493 android:value="true" />
PauloftheWest7837b992014-06-24 07:42:27 -0700494 </activity>
495
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700496 <activity android:name=".Settings$WifiInfoActivity"
497 android:exported="true">
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800498 <intent-filter>
499 <action android:name="android.intent.action.MAIN"/>
500 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
501 <category android:name="android.intent.category.DEFAULT" />
502 </intent-filter>
Jason Monkb7e43802016-06-06 16:01:58 -0400503 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
504 android:value="com.android.settings.wifi.WifiInfo" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800505 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
506 android:value="@string/menu_key_network"/>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800507 </activity>
508
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700509 <activity android:name=".wifi.WifiConfigInfo"
510 android:exported="true">
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800511 <intent-filter>
512 <action android:name="android.intent.action.MAIN"/>
513 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
514 <category android:name="android.intent.category.DEFAULT" />
515 </intent-filter>
516 </activity>
517
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700518 <activity android:name=".Settings$WifiAPITestActivity"
519 android:exported="true">
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800520 <intent-filter>
521 <action android:name="android.intent.action.MAIN"/>
522 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
523 <category android:name="android.intent.category.DEFAULT" />
524 </intent-filter>
Jason Monkb7e43802016-06-06 16:01:58 -0400525 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
526 android:value="com.android.settings.wifi.WifiAPITest" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800527 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
528 android:value="@string/menu_key_network"/>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800529 </activity>
530
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700531 <activity android:name=".wifi.WifiStatusTest"
532 android:exported="true">
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800533 <intent-filter>
534 <action android:name="android.intent.action.MAIN"/>
535 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
536 <category android:name="android.intent.category.DEFAULT" />
537 </intent-filter>
538 </activity>
539
Lorenzo Colitti877b0542015-04-03 17:31:19 +0900540 <activity android:name=".wifi.WifiNoInternetDialog"
541 android:clearTaskOnLaunch="true"
542 android:excludeFromRecents="true"
543 android:exported="true"
lucaslin7335c592019-03-20 11:41:21 +0800544 android:permission="android.permission.NETWORK_STACK"
Arc Wang5a298fb2020-06-30 14:14:02 +0800545 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight">
lucaslinaaf21232021-02-22 10:37:16 +0800546 <!-- TODO: Consider removing below two intent filters.
547 It seems like below two intent filters can be removed because when the notification
548 is clicked, this activity will be launched anyway. -->
Lorenzo Colitti877b0542015-04-03 17:31:19 +0900549 <intent-filter>
lucaslinaaf21232021-02-22 10:37:16 +0800550 <action android:name="android.net.action.PROMPT_UNVALIDATED" />
Lorenzo Colitti877b0542015-04-03 17:31:19 +0900551 <category android:name="android.intent.category.DEFAULT" />
552 </intent-filter>
Lorenzo Colitti1449ecd2016-09-15 14:06:46 +0900553 <intent-filter>
lucaslinaaf21232021-02-22 10:37:16 +0800554 <action android:name="android.net.action.PROMPT_LOST_VALIDATION" />
Lorenzo Colitti1449ecd2016-09-15 14:06:46 +0900555 <category android:name="android.intent.category.DEFAULT" />
556 </intent-filter>
Zoltan Szatmary-Bane03d8862015-04-30 14:35:54 +0100557 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
558 android:value="true" />
Lorenzo Colitti877b0542015-04-03 17:31:19 +0900559 </activity>
560
Fabrice Di Meglio61a1fec2014-08-13 16:22:38 -0700561 <activity android:name="Settings$ApnSettingsActivity"
Jeff Sharkeyc2b43db2012-11-28 17:09:19 -0800562 android:label="@string/apn_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700563 android:exported="true"
Bonian Chencd1fd102020-02-10 02:38:25 +0800564 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800565 <intent-filter android:priority="1">
566 <action android:name="android.settings.APN_SETTINGS" />
567 <category android:name="android.intent.category.DEFAULT" />
568 </intent-filter>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800569 <intent-filter>
570 <action android:name="android.intent.action.MAIN" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800571 <category android:name="android.intent.category.DEFAULT" />
572 <category android:name="android.intent.category.VOICE_LAUNCH" />
573 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100574 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
575 android:value="true" />
Fabrice Di Meglio61a1fec2014-08-13 16:22:38 -0700576 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
tom hsu2fd7c9f2020-09-30 21:46:27 +0800577 android:value="com.android.settings.network.apn.ApnSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800578 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
579 android:value="@string/menu_key_network"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800580 </activity>
581
Lei Yudec7a712018-03-29 10:54:22 -0700582 <!-- Keep compatibility with old shortcuts. -->
583 <activity-alias
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800584 android:name="Settings$BluetoothSettingsActivity"
Lei Yudec7a712018-03-29 10:54:22 -0700585 android:label="@string/devices_title"
586 android:targetActivity=".Settings$ConnectedDeviceDashboardActivity"
587 android:exported="true">
Fan Zhang5a981772018-06-22 14:30:09 -0700588 <intent-filter android:priority="10">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800589 <action android:name="android.intent.action.MAIN" />
Lei Yudec7a712018-03-29 10:54:22 -0700590 <category android:name="com.android.settings.SHORTCUT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800591 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700592 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Lei Yudec7a712018-03-29 10:54:22 -0700593 android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800594 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
595 android:value="@string/menu_key_connected_devices"/>
Lei Yudec7a712018-03-29 10:54:22 -0700596 </activity-alias>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800597
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800598 <!-- Keep compatibility with old shortcuts. -->
599 <activity-alias android:name=".bluetooth.BluetoothSettings"
Lei Yudec7a712018-03-29 10:54:22 -0700600 android:label="@string/devices_title"
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800601 android:targetActivity="Settings$BluetoothSettingsActivity"
602 android:exported="true"
603 android:clearTaskOnLaunch="true">
604 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Lei Yudec7a712018-03-29 10:54:22 -0700605 android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800606 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
607 android:value="@string/menu_key_connected_devices"/>
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800608 </activity-alias>
609
Kevin Chyn41acc692017-06-17 17:25:21 -0700610 <activity android:name="Settings$AssistGestureSettingsActivity"
611 android:label="@string/assist_gesture_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700612 android:exported="true"
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800613 android:icon="@drawable/ic_settings_gestures">
Kevin Chyn41acc692017-06-17 17:25:21 -0700614 <intent-filter>
615 <action android:name="android.settings.ASSIST_GESTURE_SETTINGS" />
616 <category android:name="android.intent.category.DEFAULT" />
617 </intent-filter>
618 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
619 android:value="com.android.settings.gestures.AssistGestureSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800620 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
621 android:value="@string/menu_key_system"/>
Kevin Chyn41acc692017-06-17 17:25:21 -0700622 </activity>
623
Kevin Chyn71899972018-07-10 17:20:29 -0700624 <activity android:name="Settings$FaceSettingsActivity"
625 android:label="@string/security_settings_face_preference_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700626 android:exported="true"
Kevin Chyn71899972018-07-10 17:20:29 -0700627 android:icon="@drawable/ic_face_header">
628 <intent-filter>
629 <action android:name="android.settings.FACE_SETTINGS" />
630 <category android:name="android.intent.category.DEFAULT" />
631 </intent-filter>
632 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
633 android:value="com.android.settings.biometrics.face.FaceSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800634 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
635 android:value="@string/menu_key_security"/>
Kevin Chyn71899972018-07-10 17:20:29 -0700636 </activity>
637
Yuri Ufimtsevbe982452022-03-09 09:49:15 +0000638 <activity android:name="Settings$FaceSettingsInternalActivity"
639 android:label="@string/security_settings_face_preference_title"
640 android:exported="false"
641 android:icon="@drawable/ic_face_header"
642 android:taskAffinity="com.android.settings.root">
643 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
644 android:value="com.android.settings.biometrics.face.FaceSettings" />
645 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
646 android:value="@string/menu_key_security"/>
647 </activity>
648
Ilya Matyukhin8979f842019-04-28 15:10:02 -0700649 <activity android:name="Settings$FingerprintSettingsActivity"
650 android:label="@string/security_settings_fingerprint_preference_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700651 android:exported="true"
Ilya Matyukhin8979f842019-04-28 15:10:02 -0700652 android:icon="@drawable/ic_fingerprint_header">
653 <intent-filter>
654 <action android:name="android.settings.FINGERPRINT_SETTINGS" />
655 <category android:name="android.intent.category.DEFAULT" />
656 </intent-filter>
657 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
658 android:value="com.android.settings.biometrics.fingerprint.FingerprintSettings$FingerprintSettingsFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800659 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
660 android:value="@string/menu_key_security"/>
Ilya Matyukhin8979f842019-04-28 15:10:02 -0700661 </activity>
662
Mill Chen7edebee2021-04-09 23:14:27 +0800663 <activity android:name="Settings$CombinedBiometricSettingsActivity"
664 android:label="@string/security_settings_biometric_preference_title"
Yuri Ufimtsevbe982452022-03-09 09:49:15 +0000665 android:exported="false"
666 android:taskAffinity="com.android.settings.root">
Mill Chen7edebee2021-04-09 23:14:27 +0800667 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
668 android:value="com.android.settings.biometrics.combination.CombinedBiometricSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800669 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
670 android:value="@string/menu_key_security"/>
Mill Chen7edebee2021-04-09 23:14:27 +0800671 </activity>
672
673 <activity android:name="Settings$CombinedBiometricProfileSettingsActivity"
674 android:label="@string/security_settings_biometric_preference_title"
Mill Chen7edebee2021-04-09 23:14:27 +0800675 android:exported="false">
676 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
677 android:value="com.android.settings.biometrics.combination.CombinedBiometricProfileSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800678 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
679 android:value="@string/menu_key_security"/>
Mill Chen7edebee2021-04-09 23:14:27 +0800680 </activity>
681
Jake Hambyc090feb2010-12-07 16:27:21 -0800682 <activity android:name=".bluetooth.DevicePickerActivity"
Jake Hambyc090feb2010-12-07 16:27:21 -0800683 android:label="@string/device_picker"
Hemant Gupta3483fc32018-02-01 19:20:29 +0530684 android:configChanges="orientation|keyboardHidden|screenSize"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700685 android:exported="true"
Adam Powelld8537a02012-07-18 19:02:39 -0700686 android:clearTaskOnLaunch="true">
Jake Hambyc090feb2010-12-07 16:27:21 -0800687 <intent-filter>
688 <action android:name="android.bluetooth.devicepicker.action.LAUNCH" />
689 <category android:name="android.intent.category.DEFAULT" />
690 </intent-filter>
691 </activity>
692
Doris Lingc6927582018-01-18 15:04:59 -0800693 <service android:name=".wifi.tether.TetherService"
Jason Monk37832d62014-12-10 17:21:51 -0500694 android:exported="true"
Jeremy Klein78d182f2015-12-28 15:39:39 -0800695 android:permission="android.permission.TETHER_PRIVILEGED" />
Jeremy Klein1cf002d2016-01-24 17:21:43 -0800696
markchien8c713fc2019-02-14 11:11:31 +0800697 <activity android:name=".network.TetherProvisioningActivity"
Jeremy Klein1cf002d2016-01-24 17:21:43 -0800698 android:exported="true"
699 android:permission="android.permission.TETHER_PRIVILEGED"
Jeremy Klein7dbad8c2016-12-19 11:22:38 -0800700 android:excludeFromRecents="true"
Jeremy Kleine3e7b952016-01-25 14:43:49 -0800701 android:theme="@style/Theme.ProvisioningActivity">
Jeremy Klein1cf002d2016-01-24 17:21:43 -0800702 <intent-filter android:priority="1">
703 <action android:name="android.settings.TETHER_PROVISIONING_UI" />
704 <category android:name="android.intent.category.DEFAULT" />
705 </intent-filter>
706 </activity>
707
tom hsu427906c2022-02-14 22:12:43 +0800708 <activity
709 android:name=".network.TetherProvisioningCarrierDialogActivity"
710 android:exported="true"
711 android:permission="android.permission.TETHER_PRIVILEGED"
712 android:excludeFromRecents="true"
713 android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar">
714 <intent-filter android:priority="1">
715 <action android:name="android.settings.TETHER_UNSUPPORTED_CARRIER_UI" />
716 <category android:name="android.intent.category.DEFAULT" />
717 </intent-filter>
718 </activity>
719
Jiashen Wangd8bd3bb2020-09-08 15:57:40 -0700720 <activity android:name=".network.telephony.ToggleSubscriptionDialogActivity"
721 android:exported="false"
722 android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
SongFerngWang4780be42021-12-21 05:39:09 +0800723 android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/>
Jiashen Wangd8bd3bb2020-09-08 15:57:40 -0700724
Jiashen Wangff311a22020-10-01 18:36:20 -0700725 <activity android:name=".network.telephony.DeleteEuiccSubscriptionDialogActivity"
726 android:exported="false"
727 android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
SongFerngWang4780be42021-12-21 05:39:09 +0800728 android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/>
Jiashen Wangff311a22020-10-01 18:36:20 -0700729
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800730 <activity
731 android:name="Settings$TetherSettingsActivity"
732 android:label="@string/tether_settings_title_all"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700733 android:exported="true"
Sunny Shaob4a5f162020-06-15 23:00:26 +0800734 android:icon="@drawable/ic_homepage_network">
Robert Greenwalt3901edb2010-01-26 10:22:37 -0800735 <intent-filter>
736 <action android:name="android.intent.action.MAIN" />
paulhu08efd362020-02-07 14:42:08 +0800737 <action android:name="android.settings.TETHER_SETTINGS" />
Robert Greenwalt3901edb2010-01-26 10:22:37 -0800738 <category android:name="android.intent.category.DEFAULT" />
739 <category android:name="android.intent.category.VOICE_LAUNCH" />
740 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700741 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
742 android:value="com.android.settings.TetherSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800743 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
744 android:value="@string/menu_key_network"/>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700745 </activity>
Robert Greenwalt3901edb2010-01-26 10:22:37 -0800746
Salvador Martinezbb333712018-06-19 10:27:30 -0700747 <activity
748 android:name="Settings$WifiTetherSettingsActivity"
749 android:label="@string/wifi_hotspot_checkbox_text"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700750 android:exported="true"
Bonian Chenb6a4bc92022-03-18 09:23:19 +0800751 android:icon="@drawable/ic_homepage_wifi_tethering">
Salvador Martinezbb333712018-06-19 10:27:30 -0700752 <intent-filter>
753 <action android:name="com.android.settings.WIFI_TETHER_SETTINGS" />
754 <category android:name="android.intent.category.DEFAULT" />
755 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -0700756 <intent-filter android:priority="4">
Fan Zhang2f4355a2018-06-21 15:34:43 -0700757 <action android:name="android.intent.action.MAIN" />
Fan Zhang2f4355a2018-06-21 15:34:43 -0700758 <category android:name="com.android.settings.SHORTCUT" />
759 </intent-filter>
Salvador Martinezbb333712018-06-19 10:27:30 -0700760 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
761 android:value="com.android.settings.wifi.tether.WifiTetherSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800762 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
763 android:value="@string/menu_key_network"/>
Salvador Martinezbb333712018-06-19 10:27:30 -0700764 </activity>
765
766
Amith Yamasanieb99f2f2010-12-15 14:12:43 -0800767 <!-- Keep compatibility with old shortcuts. -->
768 <activity-alias android:name=".TetherSettings"
769 android:label="@string/tether_settings_title_all"
770 android:clearTaskOnLaunch="true"
771 android:exported="true"
772 android:targetActivity="Settings$TetherSettingsActivity">
773 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
774 android:value="com.android.settings.TetherSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800775 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
776 android:value="@string/menu_key_network"/>
Amith Yamasanieb99f2f2010-12-15 14:12:43 -0800777 </activity-alias>
778
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700779 <activity android:name="Settings$WifiP2pSettingsActivity"
780 android:exported="true">
repo syncb98463f2011-06-30 10:58:43 -0700781 <intent-filter>
782 <action android:name="android.intent.action.MAIN" />
783 <category android:name="android.intent.category.DEFAULT" />
784 <category android:name="android.intent.category.VOICE_LAUNCH" />
785 </intent-filter>
786 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Irfan Sheriff9ef53572011-08-03 15:40:04 -0700787 android:value="com.android.settings.wifi.p2p.WifiP2pSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800788 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
789 android:value="@string/menu_key_network"/>
repo syncb98463f2011-06-30 10:58:43 -0700790 </activity>
791
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800792 <activity
793 android:name="Settings$VpnSettingsActivity"
794 android:label="@string/vpn_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700795 android:exported="true"
Bonian Chenb6a4bc92022-03-18 09:23:19 +0800796 android:icon="@drawable/ic_homepage_vpn">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800797 <intent-filter android:priority="1">
Robin Leed3041942016-03-24 16:02:08 +0000798 <action android:name="android.settings.VPN_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800799 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -0800800 <action android:name="android.net.vpn.SETTINGS" />
801 <category android:name="android.intent.category.DEFAULT" />
802 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -0700803 <intent-filter android:priority="5">
Hung-ying Tyan16177062009-06-10 22:52:44 +0800804 <action android:name="android.intent.action.MAIN" />
Tobias Brunnerf7ed8572010-06-28 13:10:26 +0200805 <category android:name="com.android.settings.SHORTCUT" />
Hung-ying Tyan16177062009-06-10 22:52:44 +0800806 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700807 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Chia-chi Yeh7606a2f2011-07-02 17:45:23 -0700808 android:value="com.android.settings.vpn2.VpnSettings" />
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"/>
Zoltan Szatmary-Ban131b4972014-08-18 13:48:15 +0100811 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
812 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700813 </activity>
Hung-ying Tyan16177062009-06-10 22:52:44 +0800814
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800815 <activity
Fabian Kozynskid9aadd72019-04-11 12:25:09 -0400816 android:name="Settings$DataSaverSummaryActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700817 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800818 android:label="@string/data_saver_title">
Fabian Kozynskid9aadd72019-04-11 12:25:09 -0400819 <intent-filter android:priority="1">
820 <action android:name="android.settings.DATA_SAVER_SETTINGS" />
821 <category android:name="android.intent.category.DEFAULT" />
822 </intent-filter>
823 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
824 android:value="com.android.settings.datausage.DataSaverSummary" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800825 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
826 android:value="@string/menu_key_network"/>
Fabian Kozynskid9aadd72019-04-11 12:25:09 -0400827 </activity>
828
829 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800830 android:name="Settings$DateTimeSettingsActivity"
831 android:label="@string/date_and_time"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700832 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800833 android:icon="@drawable/ic_settings_date_time">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800834 <intent-filter android:priority="1">
835 <action android:name="android.settings.DATE_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800836 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -0800837 <category android:name="android.intent.category.DEFAULT" />
838 </intent-filter>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800839 <intent-filter>
840 <action android:name="android.intent.action.MAIN" />
Daniel Sandlerf4d1c3e2012-10-01 16:45:10 -0400841 <action android:name="android.intent.action.QUICK_CLOCK" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800842 <category android:name="android.intent.category.VOICE_LAUNCH" />
Dianne Hackborn116d85e2009-06-26 18:20:23 -0700843 <category android:name="android.intent.category.DEFAULT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800844 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700845 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Raff Tsai9e3a9fd2019-10-01 17:06:26 +0800846 android:value="com.android.settings.datetime.DateTimeSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800847 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
848 android:value="@string/menu_key_system"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100849 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
850 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700851 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800852
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800853 <activity
854 android:name="Settings$LocalePickerActivity"
855 android:label="@string/language_picker_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700856 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800857 android:icon="@drawable/ic_settings_language">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800858 <intent-filter android:priority="1">
859 <action android:name="android.settings.LOCALE_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800860 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -0800861 <category android:name="android.intent.category.DEFAULT" />
862 </intent-filter>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800863 <intent-filter>
864 <action android:name="android.intent.action.MAIN" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800865 <category android:name="android.intent.category.DEFAULT" />
866 <category android:name="android.intent.category.VOICE_LAUNCH" />
867 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700868 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Mihai Nitad7d48fd2016-01-12 08:55:05 -0800869 android:value="com.android.settings.localepicker.LocaleListEditor" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800870 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
871 android:value="@string/menu_key_system"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100872 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
873 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700874 </activity>
Michael Chan503c2362009-12-08 22:18:23 -0800875
tmfangc0ed6142018-07-13 11:11:26 +0800876 <activity android:name=".localepicker.LocalePickerWithRegionActivity"
877 android:excludeFromRecents="true"
878 android:configChanges="orientation|keyboardHidden|screenSize"
Arc Wang4a2acd22021-05-19 16:57:21 +0800879 android:exported="false"
880 android:theme="@style/Theme.LocalePickerWithRegionActivity">
tmfangc0ed6142018-07-13 11:11:26 +0800881 </activity>
882
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800883 <activity
tom hsu9be043e2022-03-08 17:40:16 +0800884 android:name=".localepicker.AppLocalePickerActivity"
tom hsu26b0bd72021-12-08 16:27:47 +0800885 android:label="@string/app_locale_picker_title"
tom hsub899bd32022-04-28 21:32:33 +0800886 android:configChanges="orientation|screenSize|keyboardHidden"
tom hsu26b0bd72021-12-08 16:27:47 +0800887 android:exported="true" >
888 <intent-filter>
889 <action android:name="android.settings.APP_LOCALE_SETTINGS" />
890 <category android:name="android.intent.category.DEFAULT" />
tom hsu4da192d2021-12-23 20:29:10 +0800891 <data android:scheme="package" />
tom hsu26b0bd72021-12-08 16:27:47 +0800892 </intent-filter>
tom hsu26b0bd72021-12-08 16:27:47 +0800893 </activity>
894
895 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800896 android:name=".Settings$LanguageAndInputSettingsActivity"
Doris Ling204ca742017-07-18 15:43:26 -0700897 android:label="@string/language_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700898 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800899 android:icon="@drawable/ic_settings_language">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800900 <intent-filter>
901 <action android:name="android.intent.action.MAIN" />
The Android Open Source Projecte6dd1fa2009-03-18 17:39:48 -0700902 <category android:name="android.intent.category.VOICE_LAUNCH" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800903 <category android:name="android.intent.category.DEFAULT" />
904 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700905 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang320d60f2017-03-20 17:32:32 -0700906 android:value="com.android.settings.language.LanguageAndInputSettings"/>
Jason Chiu646a31e2021-11-10 11:56:00 +0800907 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
908 android:value="@string/menu_key_system"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100909 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
Fan Zhang320d60f2017-03-20 17:32:32 -0700910 android:value="true"/>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700911 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800912
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +0000913 <activity android:name="Settings$AvailableVirtualKeyboardActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700914 android:exported="true"
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +0000915 android:label="@string/available_virtual_keyboard_category">
916 <intent-filter android:priority="1">
917 <action android:name="android.settings.INPUT_METHOD_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800918 <category android:name="android.intent.category.BROWSABLE" />
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +0000919 <category android:name="android.intent.category.DEFAULT" />
920 </intent-filter>
921 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
922 android:value="com.android.settings.inputmethod.AvailableVirtualKeyboardFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800923 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
924 android:value="@string/menu_key_system"/>
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +0000925 </activity>
926
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800927 <activity
928 android:name="Settings$ManageAssistActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700929 android:exported="true"
Tsung-Mao Fangdf00a3b2021-06-23 17:53:59 +0800930 android:label="@string/assist_and_voice_input_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800931 <intent-filter android:priority="1">
932 <action android:name="android.settings.VOICE_INPUT_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800933 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -0800934 <category android:name="android.intent.category.DEFAULT" />
935 </intent-filter>
Dianne Hackbornb51253c2014-08-12 15:08:04 -0700936 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangdfce62c2017-02-16 15:00:53 -0800937 android:value="com.android.settings.applications.assist.ManageAssist" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800938 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
939 android:value="@string/menu_key_apps"/>
Dianne Hackbornb51253c2014-08-12 15:08:04 -0700940 </activity>
941
Jeff Browne46c5f32012-04-05 11:42:18 -0700942 <activity android:name="Settings$KeyboardLayoutPickerActivity"
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +0000943 android:label="@string/keyboard_layout_picker_title"
Fan Zhang2f4355a2018-06-21 15:34:43 -0700944 android:clearTaskOnLaunch="true"
945 android:exported="true">
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +0000946 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangaceee522016-11-04 14:12:15 -0700947 android:value="com.android.settings.inputmethod.KeyboardLayoutPickerFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800948 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
949 android:value="@string/menu_key_system"/>
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +0000950 </activity>
951
952 <activity android:name="Settings$PhysicalKeyboardActivity"
Yorke Leed4485222016-03-23 11:11:46 -0700953 android:label="@string/physical_keyboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700954 android:exported="true"
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +0000955 android:clearTaskOnLaunch="true">
Yohei Yukawa7c4499d2016-01-27 19:18:52 -0800956 <intent-filter android:priority="1">
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +0000957 <action android:name="android.settings.HARD_KEYBOARD_SETTINGS" />
Yohei Yukawa7c4499d2016-01-27 19:18:52 -0800958 <category android:name="android.intent.category.DEFAULT" />
959 </intent-filter>
Jeff Browne46c5f32012-04-05 11:42:18 -0700960 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +0000961 android:value="com.android.settings.inputmethod.PhysicalKeyboardFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800962 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
963 android:value="@string/menu_key_system"/>
Jeff Browne46c5f32012-04-05 11:42:18 -0700964 </activity>
965
Amith Yamasaniaf925282011-11-10 15:28:59 -0800966 <!-- Keep compatibility with old shortcuts. -->
967 <activity-alias android:name="LanguageSettings"
Doris Ling7e06ed22017-06-07 14:16:43 -0700968 android:label="@string/language_input_gesture_title"
Amith Yamasaniaf925282011-11-10 15:28:59 -0800969 android:clearTaskOnLaunch="true"
970 android:exported="true"
Doris Lingd299b032017-02-28 17:32:36 -0800971 android:targetActivity="Settings$LanguageAndInputSettingsActivity">
Amith Yamasaniaf925282011-11-10 15:28:59 -0800972 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Lingd299b032017-02-28 17:32:36 -0800973 android:value="com.android.settings.language.LanguageAndInputSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800974 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
975 android:value="@string/menu_key_system"/>
Amith Yamasaniaf925282011-11-10 15:28:59 -0800976 </activity-alias>
977
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800978 <activity
979 android:name="Settings$SpellCheckersSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700980 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800981 android:label="@string/spellcheckers_settings_title">
satoke077d2b2011-07-25 09:38:11 +0900982 <intent-filter>
983 <action android:name="android.intent.action.MAIN" />
satoke077d2b2011-07-25 09:38:11 +0900984 <category android:name="android.intent.category.VOICE_LAUNCH" />
985 <category android:name="android.intent.category.DEFAULT" />
satoke077d2b2011-07-25 09:38:11 +0900986 </intent-filter>
987 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
988 android:value="com.android.settings.inputmethod.SpellCheckersSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800989 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
990 android:value="@string/menu_key_system"/>
satoke077d2b2011-07-25 09:38:11 +0900991 </activity>
992
Daisuke Miyakawa649b9f12011-01-30 19:43:08 -0800993 <activity android:name=".inputmethod.InputMethodAndSubtypeEnablerActivity"
satok5e9c5e72011-07-21 15:32:28 +0900994 android:label=""
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700995 android:exported="true"
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700996 android:clearTaskOnLaunch="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800997 <intent-filter android:priority="1">
998 <action android:name="android.settings.INPUT_METHOD_SUBTYPE_SETTINGS" />
999 <category android:name="android.intent.category.DEFAULT" />
1000 </intent-filter>
satok4a5f8892010-10-26 18:58:09 +09001001 <intent-filter>
1002 <action android:name="android.intent.action.MAIN" />
satok4a5f8892010-10-26 18:58:09 +09001003 <category android:name="android.intent.category.VOICE_LAUNCH" />
1004 <category android:name="android.intent.category.DEFAULT" />
satok4a5f8892010-10-26 18:58:09 +09001005 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001006 </activity>
satok4a5f8892010-10-26 18:58:09 +09001007
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001008 <activity
1009 android:name="Settings$UserDictionarySettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001010 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001011 android:label="@string/user_dict_settings_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001012 <intent-filter android:priority="1">
1013 <action android:name="android.settings.USER_DICTIONARY_SETTINGS" />
1014 <category android:name="android.intent.category.DEFAULT" />
1015 </intent-filter>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001016 <intent-filter>
1017 <action android:name="android.intent.action.MAIN" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001018 <category android:name="android.intent.category.DEFAULT" />
1019 <category android:name="android.intent.category.VOICE_LAUNCH" />
1020 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001021 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Satoshi Kataoka71c915b2013-06-19 22:40:36 +09001022 android:value="com.android.settings.inputmethod.UserDictionaryList" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001023 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1024 android:value="@string/menu_key_system"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001025 </activity>
1026
Jean Chalardbd44e9d2011-11-30 20:51:20 +09001027 <activity android:name=".inputmethod.UserDictionaryAddWordActivity"
Patrick Baumann7a2f9dc2018-04-06 10:08:26 -07001028 android:visibleToInstantApps="true"
Satoshi Kataoka5df33072013-04-30 14:30:12 +09001029 android:label="@string/user_dict_settings_title"
jackqdyulei71a05742017-03-22 13:33:51 -07001030 android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"
Jean Chalarde17eefa2011-12-02 14:56:39 +09001031 android:windowSoftInputMode="stateVisible"
Jean Chalard124283e2011-12-16 19:35:46 +09001032 android:noHistory="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001033 android:exported="true"
Jean Chalarde17eefa2011-12-02 14:56:39 +09001034 android:excludeFromRecents="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001035 <intent-filter android:priority="1">
Jean Chalardbd44e9d2011-11-30 20:51:20 +09001036 <action android:name="com.android.settings.USER_DICTIONARY_INSERT" />
1037 <category android:name="android.intent.category.DEFAULT" />
Jean Chalardbd44e9d2011-11-30 20:51:20 +09001038 </intent-filter>
1039 </activity>
1040
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001041 <activity
1042 android:name="Settings$ZenModeSettingsActivity"
1043 android:label="@string/zen_mode_settings_title"
Sunny Shaob4a5f162020-06-15 23:00:26 +08001044 android:icon="@drawable/ic_homepage_notification"
Fan Zhangac4ad162018-12-18 11:32:10 -08001045 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001046 <intent-filter android:priority="1">
1047 <action android:name="android.settings.ZEN_MODE_SETTINGS" />
1048 <category android:name="android.intent.category.DEFAULT" />
1049 </intent-filter>
Julia Reynolds200da892018-05-04 08:54:53 -04001050 <intent-filter android:priority="1">
1051 <action android:name="android.settings.ZEN_MODE_PRIORITY_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001052 <category android:name="android.intent.category.BROWSABLE" />
Julia Reynolds200da892018-05-04 08:54:53 -04001053 <category android:name="android.intent.category.DEFAULT" />
1054 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001055 <intent-filter android:priority="41">
John Spurlock72438062014-02-27 18:01:20 -05001056 <action android:name="android.intent.action.MAIN" />
John Spurlock72438062014-02-27 18:01:20 -05001057 <category android:name="com.android.settings.SHORTCUT" />
1058 </intent-filter>
Beverly4359d4b2017-10-02 09:45:48 -04001059 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001060 android:value="com.android.settings.notification.zen.ZenModeSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001061 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1062 android:value="@string/menu_key_notifications"/>
Beverly4359d4b2017-10-02 09:45:48 -04001063 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1064 android:value="true" />
1065 </activity>
1066
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001067 <activity
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001068 android:name=".notification.zen.ZenSuggestionActivity"
Beverly8f522582018-05-09 15:27:45 -04001069 android:label="@string/zen_mode_settings_title"
Mill Chen71958002019-01-23 10:44:39 +08001070 android:icon="@drawable/ic_suggestion_dnd"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001071 android:exported="true"
Beverly8f522582018-05-09 15:27:45 -04001072 android:theme="@android:style/Theme.NoDisplay">
1073 <intent-filter>
1074 <action android:name="android.intent.action.MAIN" />
1075 <category android:name="com.android.settings.suggested.category.ZEN" />
1076 </intent-filter>
1077 <intent-filter>
1078 <action android:name="android.intent.action.MAIN" />
1079 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
1080 </intent-filter>
1081
1082 <meta-data android:name="com.android.settings.dismiss"
1083 android:value="0" />
1084 <meta-data android:name="com.android.settings.title"
1085 android:resource="@string/zen_suggestion_title" />
1086 <meta-data android:name="com.android.settings.summary"
1087 android:resource="@string/zen_suggestion_summary" />
1088 </activity>
1089
1090 <activity
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001091 android:name=".notification.zen.ZenOnboardingActivity"
Julia Reynolds4b8fe092018-04-09 15:24:55 -04001092 android:label="@string/zen_onboarding_dnd_visual_disturbances_header"
Antony Sargent32acddc2018-05-21 16:42:11 -07001093 android:icon="@drawable/ic_notifications"
Julia Reynolds29ba3602018-04-30 09:13:34 -04001094 android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001095 android:exported="true">
Julia Reynolds4b8fe092018-04-09 15:24:55 -04001096 <intent-filter android:priority="1">
1097 <action android:name="android.settings.ZEN_MODE_ONBOARDING" />
1098 <category android:name="android.intent.category.DEFAULT" />
1099 </intent-filter>
1100 </activity>
Julia Reynolds4b8fe092018-04-09 15:24:55 -04001101 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001102 android:name="Settings$ZenModeAutomationSettingsActivity"
1103 android:label="@string/zen_mode_automation_settings_title"
Antony Sargent32acddc2018-05-21 16:42:11 -07001104 android:icon="@drawable/ic_notifications"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001105 android:exported="true">
Julia Reynoldse1759022017-03-22 14:05:46 -04001106 <intent-filter android:priority="1">
1107 <action android:name="android.settings.ZEN_MODE_AUTOMATION_SETTINGS" />
1108 <category android:name="android.intent.category.DEFAULT" />
1109 </intent-filter>
1110 <intent-filter android:priority="1">
1111 <action android:name="android.settings.ACTION_CONDITION_PROVIDER_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001112 <category android:name="android.intent.category.BROWSABLE" />
Julia Reynoldse1759022017-03-22 14:05:46 -04001113 <category android:name="android.intent.category.DEFAULT" />
1114 </intent-filter>
John Spurlock72438062014-02-27 18:01:20 -05001115 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001116 android:value="com.android.settings.notification.zen.ZenModeAutomationSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001117 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1118 android:value="@string/menu_key_notifications"/>
Julia Reynolds5555d262015-11-09 10:52:17 -05001119 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1120 android:value="true" />
1121 </activity>
1122
Vladislav Kaznacheev6e93bdd2016-03-09 14:24:45 -08001123 <activity android:name="Settings$WallpaperSettingsActivity"
1124 android:label="@string/wallpaper_settings_fragment_title"
Sunny Shao61aaed42019-03-26 20:14:58 +08001125 android:icon="@drawable/ic_wallpaper"
1126 android:exported="true">
Vladislav Kaznacheev6e93bdd2016-03-09 14:24:45 -08001127 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang2907f862017-03-17 15:05:14 -07001128 android:value="com.android.settings.wallpaper.WallpaperTypeSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001129 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1130 android:value="@string/menu_key_wallpaper"/>
Vladislav Kaznacheev6e93bdd2016-03-09 14:24:45 -08001131 </activity>
1132
Fan Zhang2907f862017-03-17 15:05:14 -07001133 <activity android:name=".wallpaper.WallpaperSuggestionActivity"
Sunny Goyal0bf6f942016-06-13 15:28:47 -07001134 android:label="@string/wallpaper_settings_title"
Mill Chene1fd5af2019-02-22 20:40:52 +08001135 android:icon="@drawable/ic_wallpaper"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001136 android:exported="true"
Sunny Goyal0bf6f942016-06-13 15:28:47 -07001137 android:theme="@android:style/Theme.NoDisplay">
Fan Zhang7afbf0f2017-05-08 09:31:01 -07001138 <intent-filter>
Jason Monkb9e5d232016-01-26 17:43:57 -05001139 <action android:name="android.intent.action.MAIN" />
Fan Zhangaf91c1f2017-06-03 15:24:11 -07001140 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
Jason Monkb9e5d232016-01-26 17:43:57 -05001141 </intent-filter>
Maurice Lamd64d3c02017-07-07 18:21:29 -07001142 <intent-filter>
1143 <action android:name="android.intent.action.MAIN" />
1144 <category android:name="com.android.settings.suggested.category.PERSONALIZE" />
1145 </intent-filter>
Jason Monkb9e5d232016-01-26 17:43:57 -05001146 <meta-data android:name="com.android.settings.title"
Sunny Goyal0bf6f942016-06-13 15:28:47 -07001147 android:resource="@string/wallpaper_suggestion_title" />
Jason Monkec1f28e2016-02-24 17:39:29 -05001148 <meta-data android:name="com.android.settings.summary"
Sunny Goyal0bf6f942016-06-13 15:28:47 -07001149 android:resource="@string/wallpaper_suggestion_summary" />
Fan Zhangaf91c1f2017-06-03 15:24:11 -07001150 <meta-data android:name="com.android.settings.dismiss"
1151 android:value="3,7,30" />
Maurice Lam992fa862017-06-09 16:14:36 -07001152 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
Jason Monkb9e5d232016-01-26 17:43:57 -05001153 </activity>
1154
Beth Thibodeaubf63dde2019-04-29 17:59:54 -04001155 <activity android:name=".wallpaper.StyleSuggestionActivity"
1156 android:label="@string/style_suggestion_title"
1157 android:icon="@drawable/ic_theme"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001158 android:exported="true"
Beth Thibodeaubf63dde2019-04-29 17:59:54 -04001159 android:theme="@android:style/Theme.NoDisplay">
1160 <intent-filter>
1161 <action android:name="android.intent.action.MAIN" />
1162 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
1163 </intent-filter>
1164 <meta-data android:name="com.android.settings.title"
1165 android:resource="@string/style_suggestion_title" />
1166 <meta-data android:name="com.android.settings.summary"
1167 android:resource="@string/style_suggestion_summary" />
1168 <meta-data android:name="com.android.settings.dismiss"
1169 android:value="3,7,30" />
1170 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
1171 </activity>
1172
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001173 <activity
1174 android:name="Settings$ZenModeScheduleRuleSettingsActivity"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001175 android:exported="true">
John Spurlock45fa1402015-04-09 12:50:04 -04001176 <intent-filter android:priority="1">
1177 <action android:name="android.settings.ZEN_MODE_SCHEDULE_RULE_SETTINGS" />
1178 <category android:name="android.intent.category.DEFAULT" />
1179 </intent-filter>
1180 <intent-filter>
1181 <action android:name="android.intent.action.MAIN" />
1182 <category android:name="android.intent.category.DEFAULT" />
John Spurlock45fa1402015-04-09 12:50:04 -04001183 </intent-filter>
1184 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001185 android:value="com.android.settings.notification.zen.ZenModeScheduleRuleSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001186 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1187 android:value="@string/menu_key_notifications"/>
John Spurlock45fa1402015-04-09 12:50:04 -04001188 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1189 android:value="true" />
1190 </activity>
1191
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001192 <activity
1193 android:name="Settings$ZenModeEventRuleSettingsActivity"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001194 android:exported="true">
John Spurlockf57bad72015-04-30 09:26:15 -04001195 <intent-filter android:priority="1">
1196 <action android:name="android.settings.ZEN_MODE_EVENT_RULE_SETTINGS" />
1197 <category android:name="android.intent.category.DEFAULT" />
1198 </intent-filter>
John Spurlockf57bad72015-04-30 09:26:15 -04001199 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001200 android:value="com.android.settings.notification.zen.ZenModeEventRuleSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001201 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1202 android:value="@string/menu_key_notifications"/>
Jason Chiu646a31e2021-11-10 11:56:00 +08001203 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1204 android:value="true" />
John Spurlockf57bad72015-04-30 09:26:15 -04001205 </activity>
1206
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001207 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001208 android:name="Settings$DisplaySettingsActivity"
1209 android:label="@string/display_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001210 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001211 android:icon="@drawable/ic_homepage_display">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001212 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001213 <action android:name="com.android.settings.DISPLAY_SETTINGS" />
Amith Yamasani0422a3b2009-06-12 14:15:20 -07001214 <action android:name="android.settings.DISPLAY_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001215 <category android:name="android.intent.category.BROWSABLE" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001216 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001217 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001218 <intent-filter android:priority="30">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001219 <action android:name="android.intent.action.MAIN" />
Dianne Hackborna54672f2009-06-24 12:45:09 -07001220 <category android:name="com.android.settings.SHORTCUT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001221 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001222 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Abel Tesfaye029c0952021-03-04 21:55:47 +00001223 android:value="com.android.settings.DisplaySettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001224 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1225 android:value="@string/menu_key_display"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001226 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1227 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001228 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001229
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001230 <activity
Abel Tesfaye029c0952021-03-04 21:55:47 +00001231 android:name="Settings$SmartAutoRotateSettingsActivity"
1232 android:label="@string/accelerometer_title"
1233 android:icon="@drawable/ic_homepage_notification"
1234 android:exported="true">
1235 <intent-filter android:priority="1">
1236 <action android:name="android.settings.AUTO_ROTATE_SETTINGS" />
1237 <category android:name="android.intent.category.DEFAULT" />
1238 </intent-filter>
1239 <intent-filter android:priority="32">
1240 <action android:name="android.intent.action.MAIN" />
1241 <category android:name="com.android.settings.SHORTCUT" />
1242 </intent-filter>
1243 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1244 android:value="com.android.settings.display.SmartAutoRotatePreferenceFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001245 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1246 android:value="@string/menu_key_display"/>
Abel Tesfaye029c0952021-03-04 21:55:47 +00001247 </activity>
1248
1249 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001250 android:name="Settings$NightDisplaySettingsActivity"
1251 android:label="@string/night_display_title"
1252 android:enabled="@*android:bool/config_nightDisplayAvailable"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001253 android:exported="true"
Sunny Shaob4a5f162020-06-15 23:00:26 +08001254 android:icon="@drawable/ic_homepage_night_display">
Fan Zhang5a981772018-06-22 14:30:09 -07001255 <intent-filter android:priority="32">
Sean Stout763acf02017-06-20 18:07:22 -07001256 <action android:name="android.intent.action.MAIN" />
Sean Stout763acf02017-06-20 18:07:22 -07001257 <category android:name="com.android.settings.SHORTCUT" />
1258 </intent-filter>
Justin Klaasseneae3d9f2016-07-21 19:25:17 -07001259 <intent-filter android:priority="1">
1260 <action android:name="android.settings.NIGHT_DISPLAY_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001261 <category android:name="android.intent.category.BROWSABLE" />
Justin Klaasseneae3d9f2016-07-21 19:25:17 -07001262 <category android:name="android.intent.category.DEFAULT" />
1263 </intent-filter>
Sean Stout06251262017-02-15 14:04:25 -08001264 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1265 android:value="com.android.settings.display.NightDisplaySettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001266 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1267 android:value="@string/menu_key_display"/>
Sean Stout40067be2017-04-10 15:31:25 -07001268 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1269 android:value="true" />
Justin Klaasseneae3d9f2016-07-21 19:25:17 -07001270 </activity>
1271
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001272 <activity
Jay Aliomer82a0ea02019-12-10 14:49:27 -05001273 android:name="Settings$DarkThemeSettingsActivity"
1274 android:label="@string/dark_ui_auto_mode_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001275 android:exported="true"
Jay Aliomer82a0ea02019-12-10 14:49:27 -05001276 android:enabled="true">
1277 <intent-filter android:priority="32">
1278 <action android:name="android.intent.action.MAIN" />
1279 <category android:name="com.android.settings.SHORTCUT" />
1280 </intent-filter>
1281 <intent-filter android:priority="1">
1282 <action android:name="android.settings.DARK_THEME_SETTINGS" />
1283 <category android:name="android.intent.category.DEFAULT" />
1284 </intent-filter>
1285 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1286 android:value="com.android.settings.display.darkmode.DarkModeSettingsFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001287 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1288 android:value="@string/menu_key_display"/>
Jay Aliomer82a0ea02019-12-10 14:49:27 -05001289 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1290 android:value="true" />
1291 </activity>
1292
1293 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001294 android:name="Settings$NightDisplaySuggestionActivity"
Sean Stout2bc94d62017-05-18 13:39:25 -07001295 android:enabled="@*android:bool/config_nightDisplayAvailable"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001296 android:exported="true"
Mill Chen71958002019-01-23 10:44:39 +08001297 android:icon="@drawable/ic_suggestion_night_display">
Sean Stout2bc94d62017-05-18 13:39:25 -07001298 <intent-filter>
1299 <action android:name="android.intent.action.MAIN" />
1300 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
1301 </intent-filter>
1302 <meta-data android:name="com.android.settings.dismiss"
1303 android:value="6,10,30" />
1304 <meta-data android:name="com.android.settings.title"
1305 android:resource="@string/night_display_suggestion_title" />
1306 <meta-data android:name="com.android.settings.summary"
1307 android:resource="@string/night_display_suggestion_summary" />
1308 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1309 android:value="true" />
1310 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1311 android:value="com.android.settings.display.NightDisplaySettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001312 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1313 android:value="@string/menu_key_display"/>
Sean Stout2bc94d62017-05-18 13:39:25 -07001314 </activity>
1315
Fan Zhang881d5792018-01-26 10:15:56 -08001316 <activity android:name=".Settings$MyDeviceInfoActivity"
Daniel Nishi12254692018-03-23 13:43:12 -07001317 android:label="@string/about_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001318 android:exported="true"
Sunny Shao86140582019-03-22 15:22:36 +08001319 android:icon="@drawable/ic_homepage_about">
Daniel Nishi1e620952017-12-19 10:15:14 -08001320 <intent-filter android:priority="1">
Daniel Nishi87f35e22018-01-22 15:17:25 -08001321 <action android:name="android.settings.DEVICE_INFO_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001322 <category android:name="android.intent.category.BROWSABLE" />
Daniel Nishi41af55e2018-01-25 15:24:29 -08001323 <action android:name="android.settings.DEVICE_NAME" />
Daniel Nishi1e620952017-12-19 10:15:14 -08001324 <category android:name="android.intent.category.DEFAULT" />
1325 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001326 <intent-filter android:priority="71">
Daniel Nishi1e620952017-12-19 10:15:14 -08001327 <action android:name="android.intent.action.MAIN" />
Fan Zhang2f4355a2018-06-21 15:34:43 -07001328 <category android:name="com.android.settings.SHORTCUT" />
Daniel Nishi1e620952017-12-19 10:15:14 -08001329 </intent-filter>
Daniel Nishi1e620952017-12-19 10:15:14 -08001330 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Daniel Nishi87f35e22018-01-22 15:17:25 -08001331 android:value="com.android.settings.deviceinfo.aboutphone.MyDeviceInfoFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001332 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1333 android:value="@string/menu_key_about_device"/>
Daniel Nishi1e620952017-12-19 10:15:14 -08001334 <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
Silin Huangc80b3ab2021-05-13 23:59:33 -07001339 android:name=".Settings$LockScreenSettingsActivity"
1340 android:label="@string/lockscreen_settings_title"
1341 android:exported="true">
1342 <intent-filter android:priority="1">
1343 <action android:name="android.settings.LOCK_SCREEN_SETTINGS" />
1344 <category android:name="android.intent.category.DEFAULT" />
1345 </intent-filter>
1346 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1347 android:value="com.android.settings.security.LockscreenDashboardFragment" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001348 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1349 android:value="@string/menu_key_display"/>
Silin Huangc80b3ab2021-05-13 23:59:33 -07001350 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1351 android:value="true" />
1352 </activity>
1353
1354 <activity
shaoweishen1b58ba52021-12-03 08:47:15 +00001355 android:name=".Settings$BlueToothPairingActivity"
1356 android:label="@string/bluetooth_pairing_page_title"
1357 android:permission="android.permission.BLUETOOTH_SCAN"
1358 android:exported="true">
1359 <intent-filter android:priority="1">
1360 <action android:name="android.settings.BLUETOOTH_PAIRING_SETTINGS" />
1361 <category android:name="android.intent.category.DEFAULT" />
1362 </intent-filter>
1363 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1364 android:value="com.android.settings.bluetooth.BluetoothPairingDetail" />
1365 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1366 android:value="@string/menu_key_connected_devices"/>
1367 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1368 android:value="true" />
1369 </activity>
1370
1371 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001372 android:name="SettingsLicenseActivity"
1373 android:label="@string/settings_license_activity_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001374 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001375 android:configChanges="orientation|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001376 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001377 <action android:name="android.settings.LICENSE" />
1378 <category android:name="android.intent.category.DEFAULT" />
1379 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001380 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1381 android:value="true" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001382 </activity>
1383
Andrew Sapperstein56a8c332019-06-18 09:44:18 -07001384 <activity android:name=".Settings$ModuleLicensesActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001385 android:exported="true"
Andrew Sapperstein56a8c332019-06-18 09:44:18 -07001386 android:label="@string/module_license_title">
1387 <intent-filter>
1388 <action android:name="android.settings.MODULE_LICENSES" />
1389 <category android:name="android.intent.category.DEFAULT" />
1390 </intent-filter>
1391 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1392 android:value="com.android.settings.deviceinfo.legal.ModuleLicensesDashboard" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001393 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1394 android:value="@string/menu_key_about_device"/>
Andrew Sapperstein56a8c332019-06-18 09:44:18 -07001395 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1396 android:value="true" />
1397 </activity>
1398
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001399 <activity
1400 android:name="Settings$ManageApplicationsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001401 android:exported="true"
Fan Zhangc7635e52019-03-04 14:27:08 -08001402 android:label="@string/applications_settings">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001403 <intent-filter android:priority="1">
Gilles Debunneab189bd2011-07-06 13:10:16 -07001404 <action android:name="android.settings.APPLICATION_SETTINGS" />
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001405 <action android:name="android.settings.MANAGE_APPLICATIONS_SETTINGS" />
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001406 <action android:name="android.settings.MANAGE_ALL_APPLICATIONS_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001407 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001408 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001409 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001410 <intent-filter android:priority="20">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001411 <action android:name="android.intent.action.MAIN" />
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001412 <category android:name="com.android.settings.SHORTCUT" />
1413 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001414 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001415 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001416 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1417 android:value="@string/menu_key_apps"/>
Zoltan Szatmary-Bande7d4982015-03-31 19:49:18 +01001418 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1419 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001420 </activity>
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001421
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001422 <!-- Keep compatibility with old shortcuts. -->
1423 <activity-alias android:name=".applications.ManageApplications"
1424 android:label="@string/applications_settings"
1425 android:exported="true"
1426 android:targetActivity="Settings$ManageApplicationsActivity">
1427 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1428 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001429 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1430 android:value="@string/menu_key_apps"/>
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001431 </activity-alias>
1432
1433 <activity
1434 android:name="Settings$ManageDomainUrlsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001435 android:exported="true"
Sunny Shao600ba962019-07-04 11:52:59 +08001436 android:label="@string/domain_urls_title">
Todd Kennedy2ef1aa52016-09-06 14:02:38 -07001437 <intent-filter>
1438 <action android:name="android.settings.MANAGE_DOMAIN_URLS" />
1439 <category android:name="android.intent.category.DEFAULT" />
1440 </intent-filter>
Todd Kennedy2ef1aa52016-09-06 14:02:38 -07001441 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
stanley.tf_wang828409a2018-04-13 16:18:13 +08001442 android:value="com.android.settings.applications.managedomainurls.ManageDomainUrls" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001443 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1444 android:value="@string/menu_key_apps"/>
Todd Kennedy2ef1aa52016-09-06 14:02:38 -07001445 </activity>
1446
Muyuan Liba115af2016-03-25 15:46:12 -07001447 <activity android:name="Settings$AppMemoryUsageActivity"
1448 android:label="@string/app_list_memory_use"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001449 android:exported="true"
Muyuan Liba115af2016-03-25 15:46:12 -07001450 android:icon="@drawable/ic_settings_memory">
1451 <intent-filter>
1452 <action android:name="android.settings.APP_MEMORY_USAGE" />
1453 <category android:name="android.intent.category.DEFAULT" />
1454 </intent-filter>
Muyuan Liba115af2016-03-25 15:46:12 -07001455 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1456 android:value="com.android.settings.applications.ProcessStatsUi" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001457 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1458 android:value="@string/menu_key_apps"/>
Muyuan Liba115af2016-03-25 15:46:12 -07001459 </activity>
1460
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001461 <activity
1462 android:name="Settings$HighPowerApplicationsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001463 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001464 android:label="@string/high_power_apps">
Jason Monk3a90d7c2015-06-10 11:03:06 -04001465 <intent-filter android:priority="1">
1466 <action android:name="android.settings.IGNORE_BATTERY_OPTIMIZATION_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001467 <category android:name="android.intent.category.BROWSABLE" />
Jason Monk3a90d7c2015-06-10 11:03:06 -04001468 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn3f98c0c2015-06-12 18:13:54 -07001469 </intent-filter>
Jason Monk1eb54eb2015-04-29 12:46:42 -04001470 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001471 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001472 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1473 android:value="@string/menu_key_apps"/>
Jason Monk1eb54eb2015-04-29 12:46:42 -04001474 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1475 android:value="true" />
1476 </activity>
1477
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001478 <activity
1479 android:name=".datausage.AppDataUsageActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001480 android:exported="true"
Arc Wang358dd2b2022-05-06 04:07:50 +00001481 android:noHistory="true">
Felipe Leme616ff3e2016-04-26 13:50:14 -07001482 <intent-filter android:priority="1">
1483 <action android:name="android.settings.IGNORE_BACKGROUND_DATA_RESTRICTIONS_SETTINGS" />
1484 <category android:name="android.intent.category.DEFAULT" />
1485 <data android:scheme="package" />
1486 </intent-filter>
1487 </activity>
1488
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001489 <activity
1490 android:name=".fuelgauge.RequestIgnoreBatteryOptimizations"
1491 android:label="@string/high_power_apps"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001492 android:exported="true"
Arc Wang5a298fb2020-06-30 14:14:02 +08001493 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight">
Dianne Hackbornbe4df032015-08-10 14:53:33 -07001494 <intent-filter android:priority="1">
1495 <action android:name="android.settings.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
1496 <category android:name="android.intent.category.DEFAULT" />
1497 <data android:scheme="package" />
1498 </intent-filter>
1499 </activity>
1500
Fan Zhang66156d62018-05-09 17:33:19 -07001501 <activity
1502 android:name=".slices.SliceDeepLinkSpringBoard"
1503 android:excludeFromRecents="true"
Fan Zhang03dd39c2019-04-02 16:41:01 -07001504 android:theme="@android:style/Theme.NoDisplay"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001505 android:exported="true"
Fan Zhang03dd39c2019-04-02 16:41:01 -07001506 android:permission="android.permission.MODIFY_PHONE_STATE">
Jason Monkf6edc7c2017-11-22 10:04:38 -05001507 <intent-filter>
1508 <action android:name="android.intent.action.VIEW" />
1509 <category android:name="android.intent.category.DEFAULT" />
1510 <category android:name="android.intent.category.BROWSABLE" />
1511 <data android:scheme="settings"
1512 android:host="com.android.settings.slices" />
1513 </intent-filter>
1514 </activity>
1515
Amith Yamasaniaf925282011-11-10 15:28:59 -08001516 <!-- Provide direct entry into manage apps showing running services.
1517 This is for compatibility with old shortcuts. -->
1518 <activity-alias android:name=".RunningServices"
1519 android:label="@string/runningservices_settings_title"
Amith Yamasaniaf925282011-11-10 15:28:59 -08001520 android:exported="true"
1521 android:targetActivity="Settings$ManageApplicationsActivity">
1522 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001523 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001524 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1525 android:value="@string/menu_key_system"/>
Amith Yamasaniaf925282011-11-10 15:28:59 -08001526 </activity-alias>
Lifu Tangfc86f692013-07-30 18:34:35 -07001527
Amith Yamasaniaf925282011-11-10 15:28:59 -08001528 <!-- Provide direct entry into manage apps showing storage usage for apps.
1529 This is for compatibility with old shortcuts. -->
1530 <activity-alias android:name=".applications.StorageUse"
1531 android:label="@string/storageuse_settings_title"
Amith Yamasaniaf925282011-11-10 15:28:59 -08001532 android:exported="true"
1533 android:targetActivity="Settings$ManageApplicationsActivity">
1534 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001535 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001536 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1537 android:value="@string/menu_key_apps"/>
Amith Yamasaniaf925282011-11-10 15:28:59 -08001538 </activity-alias>
1539
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001540 <!-- Still need a top-level activity for showing app details. Aliasing
1541 trick is so the code that is now a fragment can still be called
1542 InstalledAppDetails. -->
1543 <activity android:name=".applications.InstalledAppDetailsTop"
1544 android:label="@string/application_info_label"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001545 android:exported="true" />
Gilles Debunneab189bd2011-07-06 13:10:16 -07001546
Amith Yamasaniaf925282011-11-10 15:28:59 -08001547 <!-- Keep compatibility with old shortcuts. -->
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001548 <activity-alias android:name=".applications.InstalledAppDetails"
Amith Yamasaniaf925282011-11-10 15:28:59 -08001549 android:label="@string/application_info_label"
1550 android:exported="true"
1551 android:targetActivity=".applications.InstalledAppDetailsTop">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001552 <intent-filter android:priority="1">
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001553 <action android:name="android.settings.APPLICATION_DETAILS_SETTINGS" />
Eugene Susla596662c2020-04-13 13:20:50 -07001554 <action android:name="android.intent.action.AUTO_REVOKE_PERMISSIONS" />
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001555 <category android:name="android.intent.category.DEFAULT" />
1556 <data android:scheme="package" />
1557 </intent-filter>
Jason Chiubbb9f202022-03-10 15:34:55 +08001558 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1559 android:value="@string/menu_key_apps"/>
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001560 </activity-alias>
1561
Ben Lin30ed7c72018-09-13 15:22:03 -07001562 <activity android:name=".applications.InstalledAppOpenByDefaultActivity"
Ben Lin0cdc1032018-02-27 15:31:40 -08001563 android:label="@string/application_info_label"
Arc Wang358dd2b2022-05-06 04:07:50 +00001564 android:exported="true">
Ben Lin0cdc1032018-02-27 15:31:40 -08001565 <intent-filter android:priority="1">
Winsoned6d7332021-04-02 12:43:55 -07001566 <action android:name="android.settings.APP_OPEN_BY_DEFAULT_SETTINGS" />
1567 <!-- Also catch legacy "com." prefixed action. -->
Ben Lin30ed7c72018-09-13 15:22:03 -07001568 <action android:name="com.android.settings.APP_OPEN_BY_DEFAULT_SETTINGS" />
Ben Lin0cdc1032018-02-27 15:31:40 -08001569 <category android:name="android.intent.category.DEFAULT" />
1570 <data android:scheme="package" />
1571 </intent-filter>
Jason Chiubbb9f202022-03-10 15:34:55 +08001572 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1573 android:value="@string/menu_key_apps"/>
Ben Lin0cdc1032018-02-27 15:31:40 -08001574 </activity>
1575
Dianne Hackborn508fedc2010-07-28 17:10:42 -07001576 <!-- Provide direct entry into manage apps showing running services. -->
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001577 <activity android:name="Settings$RunningServicesActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001578 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001579 android:label="@string/runningservices_settings_title">
Dianne Hackbornc58c5492009-08-31 21:33:17 -07001580 <intent-filter>
1581 <action android:name="android.intent.action.MAIN" />
1582 <category android:name="android.intent.category.DEFAULT" />
1583 <category android:name="android.intent.category.MONKEY" />
1584 <category android:name="android.intent.category.VOICE_LAUNCH" />
Dianne Hackbornc58c5492009-08-31 21:33:17 -07001585 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001586 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001587 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001588 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1589 android:value="@string/menu_key_apps"/>
Zoltan Szatmary-Bande7d4982015-03-31 19:49:18 +01001590 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1591 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001592 </activity>
Amith Yamasani1bb6db52010-09-17 13:34:47 -07001593
Amith Yamasaniaf925282011-11-10 15:28:59 -08001594 <!-- Provide direct entry into manage apps showing storage usage of apps. -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001595 <activity
1596 android:name="Settings$StorageUseActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001597 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001598 android:label="@string/storageuse_settings_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001599 <intent-filter android:priority="1">
1600 <action android:name="android.intent.action.MANAGE_PACKAGE_STORAGE" />
1601 <category android:name="android.intent.category.DEFAULT" />
1602 </intent-filter>
Dianne Hackborn728ac352010-06-06 22:51:42 -07001603 <intent-filter>
1604 <action android:name="android.intent.action.MAIN" />
1605 <category android:name="android.intent.category.DEFAULT" />
1606 <category android:name="android.intent.category.MONKEY" />
1607 <category android:name="android.intent.category.VOICE_LAUNCH" />
Dianne Hackborn728ac352010-06-06 22:51:42 -07001608 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001609 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001610 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001611 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1612 android:value="@string/menu_key_apps"/>
Zoltan Szatmary-Bande7d4982015-03-31 19:49:18 +01001613 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1614 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001615 </activity>
Amith Yamasani1bb6db52010-09-17 13:34:47 -07001616
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001617 <activity
1618 android:name="Settings$NotificationStationActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001619 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001620 android:label="@string/notification_log_title">
Fan Zhang5a981772018-06-22 14:30:09 -07001621 <intent-filter android:priority="22">
Daniel Sandler328e2d22013-01-17 13:14:02 -05001622 <action android:name="android.intent.action.MAIN" />
Daniel Sandler328e2d22013-01-17 13:14:02 -05001623 <category android:name="com.android.settings.SHORTCUT" />
1624 </intent-filter>
1625 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001626 android:value="com.android.settings.notification.history.NotificationStation" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001627 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1628 android:value="@string/menu_key_notifications"/>
Daniel Sandler328e2d22013-01-17 13:14:02 -05001629 </activity>
1630
Julia Reynoldsb37d5652019-12-12 08:12:29 -05001631 <activity
1632 android:name=".notification.history.NotificationHistoryActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001633 android:exported="true"
Tsung-Mao Fangefaf49c2021-06-29 14:40:31 +08001634 android:label="@string/notification_history_title"
1635 android:theme="@style/Theme.Settings.NoActionBar">
Julia Reynolds49880c32020-02-11 14:09:42 -05001636 <intent-filter android:priority="1">
1637 <action android:name="android.settings.NOTIFICATION_HISTORY" />
1638 <category android:name="android.intent.category.DEFAULT" />
1639 </intent-filter>
Julia Reynoldsb37d5652019-12-12 08:12:29 -05001640 <intent-filter>
1641 <action android:name="android.intent.action.MAIN" />
1642 <category android:name="android.intent.category.DEFAULT" />
1643 </intent-filter>
1644 </activity>
1645
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001646 <activity android:name=".notification.zen.ZenModeVoiceActivity"
jackqdyulei71a05742017-03-22 13:33:51 -07001647 android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001648 android:exported="true"
Barnaby James0474b722015-05-10 16:24:05 -07001649 android:label="@string/zen_mode_settings_title">
Barnaby Jamesc55ea152015-04-13 14:33:53 -07001650 <intent-filter>
1651 <action android:name="android.settings.VOICE_CONTROL_DO_NOT_DISTURB_MODE" />
1652 <category android:name="android.intent.category.DEFAULT" />
1653 <category android:name="android.intent.category.VOICE" />
1654 </intent-filter>
1655 </activity>
1656
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001657 <activity
1658 android:name="Settings$LocationSettingsActivity"
1659 android:label="@string/location_settings_title"
Sunny Shaob4a5f162020-06-15 23:00:26 +08001660 android:icon="@drawable/ic_homepage_location"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001661 android:exported="true"
Yanting Yang5edcc302019-09-05 16:25:17 +08001662 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001663 <intent-filter android:priority="1">
1664 <action android:name="android.settings.LOCATION_SOURCE_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001665 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001666 <category android:name="android.intent.category.DEFAULT" />
1667 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001668 <intent-filter android:priority="52">
Gilles Debunnea6a8a142011-06-09 11:56:17 -07001669 <action android:name="android.intent.action.MAIN" />
Gilles Debunnea6a8a142011-06-09 11:56:17 -07001670 <category android:name="com.android.settings.SHORTCUT" />
1671 </intent-filter>
1672 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Lifu Tang83ab7c92013-07-29 12:07:48 -07001673 android:value="com.android.settings.location.LocationSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001674 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1675 android:value="@string/menu_key_location"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001676 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1677 android:value="true" />
Gilles Debunnea6a8a142011-06-09 11:56:17 -07001678 </activity>
Lifu Tangf72f8302018-04-12 10:01:29 -07001679 <activity
1680 android:name="Settings$ScanningSettingsActivity"
Yu-Han Yange93c1292021-02-17 13:52:39 -08001681 android:label="@string/location_services_screen_title"
tmfang54a5d372018-10-30 16:49:12 +08001682 android:icon="@drawable/ic_homepage_location"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001683 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001684 android:configChanges="orientation|keyboardHidden|screenSize">
Lifu Tangf72f8302018-04-12 10:01:29 -07001685 <intent-filter android:priority="1">
1686 <action android:name="android.settings.LOCATION_SCANNING_SETTINGS" />
1687 <category android:name="android.intent.category.DEFAULT" />
1688 </intent-filter>
1689 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Yu-Han Yange93c1292021-02-17 13:52:39 -08001690 android:value="com.android.settings.location.LocationServices" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001691 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1692 android:value="@string/menu_key_location"/>
Lifu Tangf72f8302018-04-12 10:01:29 -07001693 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1694 android:value="true" />
1695 </activity>
Gilles Debunnea6a8a142011-06-09 11:56:17 -07001696
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001697 <activity
Weng Su9e6966d2021-10-13 23:08:50 +08001698 android:name="Settings$WifiScanningSettingsActivity"
1699 android:label="@string/location_scanning_wifi_always_scanning_title"
1700 android:icon="@drawable/ic_homepage_location"
1701 android:exported="true"
1702 android:permission="android.permission.CHANGE_WIFI_STATE"
1703 android:configChanges="orientation|keyboardHidden|screenSize">
1704 <intent-filter android:priority="1">
1705 <action android:name="android.settings.WIFI_SCANNING_SETTINGS" />
1706 <category android:name="android.intent.category.DEFAULT" />
1707 </intent-filter>
1708 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1709 android:value="com.android.settings.location.WifiScanningFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001710 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1711 android:value="@string/menu_key_location"/>
Weng Su9e6966d2021-10-13 23:08:50 +08001712 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1713 android:value="true" />
1714 </activity>
1715
1716 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001717 android:name=".Settings$SecurityDashboardActivity"
1718 android:label="@string/security_settings_title"
1719 android:icon="@drawable/ic_homepage_security"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001720 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001721 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001722 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001723 <action android:name="android.settings.SECURITY_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001724 <category android:name="android.intent.category.BROWSABLE" />
Chia-chi Yeh9cec6982009-09-22 23:59:01 +08001725 <action android:name="android.credentials.UNLOCK" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001726 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001727 </intent-filter>
1728 <intent-filter>
1729 <action android:name="android.intent.action.MAIN" />
1730 <category android:name="android.intent.category.DEFAULT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001731 <category android:name="android.intent.category.VOICE_LAUNCH" />
1732 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001733 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangb9164562017-11-03 09:35:12 -07001734 android:value="com.android.settings.security.SecuritySettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001735 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1736 android:value="@string/menu_key_security"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001737 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1738 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001739 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001740
Yuri Ufimtsev4eea1262021-12-03 15:43:11 +00001741 <activity
1742 android:name="Settings$SecurityAdvancedSettings"
1743 android:label="@string/security_advanced_settings"
1744 android:exported="true"
1745 android:icon="@drawable/ic_settings_security">
1746 <intent-filter android:priority="1">
1747 <action android:name="com.android.settings.security.SECURITY_ADVANCED_SETTINGS" />
1748 <category android:name="android.intent.category.DEFAULT" />
1749 </intent-filter>
1750 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1751 android:value="com.android.settings.security.SecurityAdvancedSettings" />
Simon Wingroveea8a4ad2022-10-17 15:05:15 +01001752 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1753 android:value="@string/menu_key_security"/>
Yuri Ufimtsev4eea1262021-12-03 15:43:11 +00001754 </activity>
1755
Maggie Benthall9d6c40e2013-09-05 15:33:58 -04001756 <activity android:name="MonitoringCertInfoActivity"
Victor Change8a46f22016-04-19 17:45:07 +01001757 android:label=""
Maggie Benthall9d6c40e2013-09-05 15:33:58 -04001758 android:theme="@style/Transparent"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001759 android:exported="true"
Fan Zhang416ff0a2018-10-26 15:39:39 -07001760 android:excludeFromRecents="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001761 <intent-filter android:priority="1">
1762 <action android:name="com.android.settings.MONITORING_CERT_INFO" />
1763 <category android:name="android.intent.category.DEFAULT" />
1764 </intent-filter>
Maggie Benthall9d6c40e2013-09-05 15:33:58 -04001765 </activity>
1766
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001767 <activity
1768 android:name="Settings$TrustedCredentialsSettingsActivity"
1769 android:label="@string/trusted_credentials"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001770 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001771 android:icon="@drawable/ic_settings_security">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001772 <intent-filter android:priority="1">
Geoffrey Borggaardfc6bc202013-08-09 11:44:42 -04001773 <action android:name="com.android.settings.TRUSTED_CREDENTIALS" />
1774 <action android:name="com.android.settings.TRUSTED_CREDENTIALS_USER" />
1775 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001776 </intent-filter>
Geoffrey Borggaardfc6bc202013-08-09 11:44:42 -04001777 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1778 android:value="com.android.settings.TrustedCredentialsSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001779 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1780 android:value="@string/menu_key_security"/>
Victor Chang37afa282016-04-07 21:20:38 +01001781 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1782 android:value="true" />
Geoffrey Borggaardfc6bc202013-08-09 11:44:42 -04001783 </activity>
1784
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001785 <activity android:name="Settings$PrivacySettingsActivity"
Amith Yamasanie65c9432009-09-22 13:50:19 -07001786 android:label="@string/privacy_settings_title"
Jason Monk4da79e02015-09-10 10:54:36 -04001787 android:icon="@drawable/ic_settings_backup"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001788 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001789 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001790 <intent-filter>
1791 <action android:name="android.intent.action.MAIN" />
1792 <category android:name="android.intent.category.DEFAULT" />
Amith Yamasanie65c9432009-09-22 13:50:19 -07001793 <category android:name="android.intent.category.VOICE_LAUNCH" />
1794 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001795 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
sunnyshao15ec2cf2018-03-29 19:50:20 +08001796 android:value="com.android.settings.backup.PrivacySettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001797 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1798 android:value="@string/menu_key_privacy"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001799 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1800 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001801 </activity>
Amith Yamasanie65c9432009-09-22 13:50:19 -07001802
Fan Zhang11482d22019-02-06 10:37:03 -08001803 <activity android:name="Settings$PrivacyDashboardActivity"
1804 android:label="@string/privacy_dashboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001805 android:exported="true"
Fan Zhang11482d22019-02-06 10:37:03 -08001806 android:icon="@drawable/ic_settings_privacy">
1807 <intent-filter>
1808 <action android:name="android.settings.PRIVACY_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001809 <category android:name="android.intent.category.BROWSABLE" />
Fan Zhang11482d22019-02-06 10:37:03 -08001810 <category android:name="android.intent.category.DEFAULT" />
1811 </intent-filter>
Jay Thomas Sullivan5efeddc2022-05-04 22:09:54 +00001812 <intent-filter>
1813 <action android:name="android.settings.PRIVACY_ADVANCED_SETTINGS" />
1814 <category android:name="android.intent.category.DEFAULT" />
1815 </intent-filter>
Felipe Lemea71991a2019-03-07 15:33:51 -08001816 <intent-filter android:priority="1">
1817 <action android:name="android.settings.REQUEST_ENABLE_CONTENT_CAPTURE" />
1818 <category android:name="android.intent.category.DEFAULT" />
1819 </intent-filter>
Fan Zhang11482d22019-02-06 10:37:03 -08001820 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1821 android:value="com.android.settings.privacy.PrivacyDashboardFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001822 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1823 android:value="@string/menu_key_privacy"/>
tmfangbf2989a2019-04-24 10:29:46 +08001824 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1825 android:value="true" />
Fan Zhang11482d22019-02-06 10:37:03 -08001826 </activity>
1827
Nate Myrend1749cf2022-04-22 13:58:50 -07001828 <activity android:name="Settings$PrivacyControlsActivity"
1829 android:label="@string/privacy_controls_title"
1830 android:exported="true"
1831 android:icon="@drawable/ic_settings_privacy">
1832 <intent-filter android:priority="1">
1833 <action android:name="android.settings.PRIVACY_CONTROLS" />
1834 <category android:name="android.intent.category.DEFAULT" />
1835 </intent-filter>
1836 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1837 android:value="com.android.settings.privacy.PrivacyControlsFragment" />
1838 </activity>
1839
alinasuarez6ffa9da2021-07-14 18:59:31 +00001840 <activity android:name=".development.tare.TareHomePage"
1841 android:label="@string/tare_settings"
1842 android:exported="false" />
1843
alinasuarezaef6ac22021-07-30 20:25:19 +00001844 <activity android:name=".development.tare.DropdownActivity"
1845 android:exported="false" />
1846
Christopher Tate4f338782011-07-25 12:09:10 -07001847 <activity android:name="SetFullBackupPassword"
Doris Ling03a3b512017-10-18 14:25:01 -07001848 android:label="@string/local_backup_password_title"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001849 android:exported="false" />
Christopher Tate4f338782011-07-25 12:09:10 -07001850
Eran Messeri1e9bd272019-01-24 10:12:01 +00001851 <activity android:name=".security.CredentialStorage"
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08001852 android:theme="@style/Transparent"
Amith Yamasanib9812022011-08-26 15:39:16 -07001853 android:launchMode="singleTop"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001854 android:exported="true"
Gilles Debunneab189bd2011-07-06 13:10:16 -07001855 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001856 <intent-filter android:priority="1">
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08001857 <action android:name="com.android.credentials.INSTALL" />
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08001858 <action android:name="com.android.credentials.RESET" />
1859 <category android:name="android.intent.category.DEFAULT" />
1860 </intent-filter>
1861 </activity>
1862
Alex Johnstonc0c75a32019-10-18 14:20:27 +01001863 <activity android:name=".security.InstallCaCertificateWarning"
1864 android:theme="@style/GlifV3Theme.Light"
1865 android:exported="false">
1866 </activity>
1867
Alex Johnston580b7af2020-11-26 12:40:38 +00001868 <activity android:name=".security.RequestManageCredentials"
Alex Johnston8d06d632021-06-21 23:33:17 +01001869 android:theme="@style/Theme.SubSettings"
Alex Johnston580b7af2020-11-26 12:40:38 +00001870 android:exported="true">
1871 <intent-filter>
1872 <action android:name="android.security.MANAGE_CREDENTIALS"/>
1873 <category android:name="android.intent.category.DEFAULT"/>
1874 </intent-filter>
1875 </activity>
1876
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001877 <activity
1878 android:name="Settings$DeviceAdminSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001879 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001880 android:label="@string/device_admin_settings_title">
Dianne Hackbornfeff6522010-01-12 18:18:05 -08001881 <intent-filter>
1882 <action android:name="android.intent.action.MAIN" />
Dianne Hackbornfeff6522010-01-12 18:18:05 -08001883 <category android:name="android.intent.category.DEFAULT" />
1884 <category android:name="android.intent.category.VOICE_LAUNCH" />
Dianne Hackbornfeff6522010-01-12 18:18:05 -08001885 </intent-filter>
Amith Yamasania1d01842011-01-24 16:02:11 -08001886 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangca6d86c2018-06-14 12:52:06 -07001887 android:value="com.android.settings.applications.specialaccess.deviceadmin.DeviceAdminSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001888 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1889 android:value="@string/menu_key_security"/>
Dianne Hackbornfeff6522010-01-12 18:18:05 -08001890 </activity>
1891
Amith Yamasaniaf925282011-11-10 15:28:59 -08001892 <!-- Keep compatibility with old shortcuts. -->
1893 <activity-alias android:name="DeviceAdminSettings"
1894 android:label="@string/device_admin_settings_title"
Amith Yamasaniaf925282011-11-10 15:28:59 -08001895 android:exported="true"
1896 android:targetActivity="Settings$DeviceAdminSettingsActivity">
1897 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangca6d86c2018-06-14 12:52:06 -07001898 android:value="com.android.settings.applications.specialaccess.deviceadmin.DeviceAdminSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001899 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1900 android:value="@string/menu_key_security"/>
Amith Yamasaniaf925282011-11-10 15:28:59 -08001901 </activity-alias>
1902
Fan Zhangca6d86c2018-06-14 12:52:06 -07001903 <activity android:name=".applications.specialaccess.deviceadmin.DeviceAdminAdd"
Michael Wachenschwanz35eef602019-04-25 16:07:39 -07001904 android:label="@string/device_admin_add_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001905 android:exported="true"
Tsung-Mao Fangefaf49c2021-06-29 14:40:31 +08001906 android:clearTaskOnLaunch="true"
1907 android:theme="@style/Theme.Settings.NoActionBar">
Tsung-Mao Fang56e9b252022-03-16 18:03:40 +08001908 <intent-filter android:priority="1000">
Dianne Hackborn28429032010-01-25 18:56:17 -08001909 <action android:name="android.app.action.ADD_DEVICE_ADMIN" />
1910 <category android:name="android.intent.category.DEFAULT" />
1911 </intent-filter>
1912 </activity>
1913
Michael Wachenschwanz35eef602019-04-25 16:07:39 -07001914 <activity android:name=".applications.specialaccess.deviceadmin.ProfileOwnerAdd"
1915 android:excludeFromRecents="true"
1916 android:theme="@style/Transparent"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001917 android:exported="true"
Michael Wachenschwanz35eef602019-04-25 16:07:39 -07001918 android:clearTaskOnLaunch="true">
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001919 <intent-filter android:priority="1000">
1920 <action android:name="android.app.action.SET_PROFILE_OWNER" />
1921 <category android:name="android.intent.category.DEFAULT" />
1922 </intent-filter>
Michael Wachenschwanz35eef602019-04-25 16:07:39 -07001923 </activity>
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001924
1925 <activity
1926 android:name="Settings$UsageAccessSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001927 android:exported="true"
Fan Zhangc7635e52019-03-04 14:27:08 -08001928 android:label="@string/usage_access_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001929 <intent-filter android:priority="1">
1930 <action android:name="android.settings.USAGE_ACCESS_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001931 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001932 <category android:name="android.intent.category.DEFAULT" />
1933 </intent-filter>
Dianne Hackbornb51253c2014-08-12 15:08:04 -07001934 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001935 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001936 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1937 android:value="@string/menu_key_apps"/>
Raff Tsai613f15a2020-01-05 21:56:35 +08001938 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1939 android:value="true" />
Dianne Hackbornb51253c2014-08-12 15:08:04 -07001940 </activity>
1941
Fan Zhang104ee2e2018-09-20 16:21:53 -07001942 <activity
1943 android:name="Settings$AppUsageAccessSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001944 android:exported="true"
Arc Wang358dd2b2022-05-06 04:07:50 +00001945 android:label="@string/usage_access_title">
Fan Zhang104ee2e2018-09-20 16:21:53 -07001946 <intent-filter>
1947 <action android:name="android.settings.USAGE_ACCESS_SETTINGS"/>
1948 <category android:name="android.intent.category.DEFAULT"/>
1949 <data android:scheme="package"/>
1950 </intent-filter>
1951 <meta-data
1952 android:name="com.android.settings.FRAGMENT_CLASS"
1953 android:value="com.android.settings.applications.UsageAccessDetails"/>
Jason Chiu646a31e2021-11-10 11:56:00 +08001954 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1955 android:value="@string/menu_key_apps"/>
Fan Zhang104ee2e2018-09-20 16:21:53 -07001956 </activity>
1957
Jason Monkb7e43802016-06-06 16:01:58 -04001958 <activity android:name="Settings$IccLockSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001959 android:exported="true"
Bonian Chencd1fd102020-02-10 02:38:25 +08001960 android:label="@string/sim_lock_settings">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001961 <intent-filter>
1962 <action android:name="android.intent.action.MAIN" />
1963 <category android:name="android.intent.category.DEFAULT" />
1964 <category android:name="android.intent.category.VOICE_LAUNCH" />
1965 </intent-filter>
Jason Monkb7e43802016-06-06 16:01:58 -04001966 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1967 android:value="com.android.settings.IccLockSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001968 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1969 android:value="@string/menu_key_security"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001970 </activity>
1971
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001972 <activity
1973 android:name="Settings$AccessibilitySettingsActivity"
1974 android:label="@string/accessibility_settings"
1975 android:icon="@drawable/ic_homepage_accessibility"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001976 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001977 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001978 <intent-filter android:priority="1">
1979 <action android:name="android.settings.ACCESSIBILITY_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001980 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001981 <category android:name="android.intent.category.DEFAULT" />
1982 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001983 <intent-filter android:priority="60">
svetoslavganova05d0dc2009-05-14 22:26:34 -07001984 <action android:name="android.intent.action.MAIN" />
Costin Manolache672b3c62011-07-21 10:38:15 -07001985 <category android:name="com.android.settings.SHORTCUT" />
svetoslavganova05d0dc2009-05-14 22:26:34 -07001986 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001987 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Alan Viverette341ff662013-07-18 17:49:33 -07001988 android:value="com.android.settings.accessibility.AccessibilitySettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001989 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1990 android:value="@string/menu_key_accessibility"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001991 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1992 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001993 </activity>
Michael Chan732c1da2010-04-06 14:49:30 -07001994
Jackal Guo29365512019-02-14 15:19:53 +08001995 <activity
1996 android:name="Settings$AccessibilityDetailsSettingsActivity"
1997 android:label="@string/accessibility_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001998 android:exported="true"
Jackal Guo29365512019-02-14 15:19:53 +08001999 android:permission="android.permission.OPEN_ACCESSIBILITY_DETAILS_SETTINGS">
2000 <intent-filter android:priority="1">
2001 <action android:name="android.settings.ACCESSIBILITY_DETAILS_SETTINGS" />
2002 <category android:name="android.intent.category.DEFAULT" />
2003 </intent-filter>
2004 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2005 android:value="com.android.settings.accessibility.AccessibilityDetailsSettingsFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002006 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2007 android:value="@string/menu_key_accessibility"/>
Jackal Guo29365512019-02-14 15:19:53 +08002008 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2009 android:value="true" />
2010 </activity>
2011
Anna Galuszab1795f52016-01-08 14:37:16 -08002012 <activity android:name=".accessibility.AccessibilitySettingsForSetupWizardActivity"
Maurice Lamf3c5b4d2017-06-08 20:17:18 -07002013 android:icon="@drawable/ic_accessibility_suggestion"
Anna Galuszab1795f52016-01-08 14:37:16 -08002014 android:label="@string/vision_settings_title"
Peter_Liangd2fc78d2022-03-09 21:17:35 +08002015 android:exported="true">
Anna Galuszab1795f52016-01-08 14:37:16 -08002016 <intent-filter android:priority="1">
2017 <action android:name="android.settings.ACCESSIBILITY_SETTINGS_FOR_SUW" />
2018 <category android:name="android.intent.category.DEFAULT" />
2019 </intent-filter>
cnchen7a83d512019-05-06 10:19:10 +08002020 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2021 android:value="com.android.settings.accessibility.AccessibilitySettingsForSetupWizard" />
2022 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2023 android:value="true" />
2024 </activity>
2025
2026 <activity-alias
2027 android:name=".FontSizeSettingsForSetupWizardActivity"
2028 android:exported="true"
2029 android:targetActivity=".accessibility.AccessibilitySettingsForSetupWizardActivity">
Maurice Lamf3c5b4d2017-06-08 20:17:18 -07002030 <intent-filter>
2031 <action android:name="android.intent.action.MAIN" />
Maurice Lamf3c5b4d2017-06-08 20:17:18 -07002032 </intent-filter>
2033 <meta-data android:name="com.android.settings.title"
2034 android:resource="@string/vision_settings_suggestion_title" />
Maurice Lam992fa862017-06-09 16:14:36 -07002035 <meta-data android:name="com.android.settings.icon_tintable"
2036 android:value="true" />
Anna Galuszab1795f52016-01-08 14:37:16 -08002037 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2038 android:value="com.android.settings.accessibility.AccessibilitySettingsForSetupWizard" />
cnchen7a83d512019-05-06 10:19:10 +08002039 </activity-alias>
Anna Galuszab1795f52016-01-08 14:37:16 -08002040
Peter_Liangefb44b72022-01-25 09:05:23 +08002041 <activity-alias
2042 android:name=".TextReadingForSetupWizardActivity"
2043 android:exported="true"
2044 android:icon="@drawable/ic_font_download"
2045 android:targetActivity=".accessibility.AccessibilitySettingsForSetupWizardActivity">
2046 <intent-filter>
2047 <action android:name="android.intent.action.MAIN" />
2048 <!-- TODO(b/1352717): Consider replacing it with another category, temporarily
2049 using an older one to avoid side problems. -->
2050 <category android:name="com.android.settings.suggested.category.DISPLAY_SETTINGS" />
2051 </intent-filter>
2052
2053 <meta-data
2054 android:name="com.android.settings.title"
Peter_Liang61264d02022-02-12 17:36:20 +08002055 android:resource="@string/accessibility_text_reading_options_suggestion_title" />
Peter_Liangefb44b72022-01-25 09:05:23 +08002056 <meta-data
2057 android:name="com.android.settings.icon_tintable"
2058 android:value="true" />
2059 <meta-data
2060 android:name="com.android.settings.FRAGMENT_CLASS"
2061 android:value="com.android.settings.accessibility.TextReadingPreferenceFragmentForSetupWizard" />
2062 </activity-alias>
2063
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002064 <activity
2065 android:name="Settings$AccessibilityDaltonizerSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002066 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002067 android:label="@string/accessibility_display_daltonizer_preference_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002068 <intent-filter android:priority="1">
2069 <action android:name="com.android.settings.ACCESSIBILITY_COLOR_SPACE_SETTINGS" />
2070 <category android:name="android.intent.category.DEFAULT" />
2071 </intent-filter>
Alan Viverettefc0ab212013-10-02 16:36:33 -07002072 <intent-filter>
2073 <action android:name="android.intent.action.MAIN" />
Alan Viverettefc0ab212013-10-02 16:36:33 -07002074 <category android:name="android.intent.category.DEFAULT" />
2075 </intent-filter>
2076 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2077 android:value="com.android.settings.accessibility.ToggleDaltonizerPreferenceFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002078 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2079 android:value="@string/menu_key_accessibility"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002080 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2081 android:value="true" />
Alan Viverettefc0ab212013-10-02 16:36:33 -07002082 </activity>
2083
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002084 <activity
Sally9fe91b92020-10-16 22:45:27 +00002085 android:name="Settings$ReduceBrightColorsSettingsActivity"
2086 android:exported="true"
2087 android:label="@string/reduce_bright_colors_preference_title">
2088 <intent-filter android:priority="1">
2089 <action android:name="android.settings.REDUCE_BRIGHT_COLORS_SETTINGS" />
2090 <category android:name="android.intent.category.DEFAULT" />
2091 </intent-filter>
2092 <intent-filter>
2093 <action android:name="android.intent.action.MAIN" />
2094 <category android:name="android.intent.category.DEFAULT" />
2095 </intent-filter>
2096 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2097 android:value="com.android.settings.accessibility.ToggleReduceBrightColorsPreferenceFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002098 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2099 android:value="@string/menu_key_accessibility"/>
Sally9fe91b92020-10-16 22:45:27 +00002100 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2101 android:value="true" />
2102 </activity>
2103
2104 <activity
jasonwshsu9fcd1f92021-10-08 15:43:08 +08002105 android:name="Settings$AccessibilityInversionSettingsActivity"
2106 android:exported="true"
2107 android:label="@string/accessibility_display_inversion_preference_title">
2108 <intent-filter android:priority="1">
2109 <action android:name="android.settings.COLOR_INVERSION_SETTINGS" />
2110 <category android:name="android.intent.category.DEFAULT" />
2111 </intent-filter>
2112 <intent-filter>
2113 <action android:name="android.intent.action.MAIN" />
2114 <category android:name="android.intent.category.DEFAULT" />
2115 </intent-filter>
2116 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2117 android:value="com.android.settings.accessibility.ToggleColorInversionPreferenceFragment" />
2118 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2119 android:value="@string/menu_key_accessibility"/>
2120 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2121 android:value="true" />
2122 </activity>
2123
2124 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002125 android:name="Settings$CaptioningSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002126 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002127 android:label="@string/accessibility_captioning_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002128 <intent-filter android:priority="1">
2129 <action android:name="android.settings.CAPTIONING_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08002130 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002131 <category android:name="android.intent.category.DEFAULT" />
2132 </intent-filter>
Alan Viverettecc0e7822013-08-06 13:53:58 -07002133 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Alan Viverette4098dba2013-12-04 17:19:24 -08002134 android:value="com.android.settings.accessibility.CaptionPropertiesFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002135 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2136 android:value="@string/menu_key_accessibility"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002137 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2138 android:value="true" />
Alan Viverettecc0e7822013-08-06 13:53:58 -07002139 </activity>
2140
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002141 <activity
2142 android:name="Settings$TextToSpeechSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002143 android:exported="true"
Fan Zhangbcd8a252019-04-29 13:35:20 -07002144 android:label="@string/tts_settings">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002145 <intent-filter android:priority="1">
Jean-Michel Trivied29a652009-06-05 18:37:29 -07002146 <action android:name="com.android.settings.TTS_SETTINGS" />
Dianne Hackborn116d85e2009-06-26 18:20:23 -07002147 <category android:name="android.intent.category.DEFAULT" />
Jean-Michel Trivied29a652009-06-05 18:37:29 -07002148 </intent-filter>
Gilles Debunneab189bd2011-07-06 13:10:16 -07002149 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Narayan Kamathfdd94d82011-11-04 16:12:27 +00002150 android:value="com.android.settings.tts.TextToSpeechSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002151 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2152 android:value="@string/menu_key_accessibility"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002153 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2154 android:value="true" />
Jean-Michel Trivied29a652009-06-05 18:37:29 -07002155 </activity>
2156
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002157 <activity
2158 android:name="Settings$EnterprisePrivacySettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002159 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002160 android:label="@string/enterprise_privacy_settings">
Bartosz Fabianowski0e4a1e52016-11-28 19:16:34 +01002161 <intent-filter>
2162 <action android:name="android.settings.ENTERPRISE_PRIVACY_SETTINGS" />
2163 <category android:name="android.intent.category.DEFAULT" />
2164 </intent-filter>
Bartosz Fabianowski05061fc2016-11-14 12:04:49 +01002165 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2166 android:value="com.android.settings.enterprise.EnterprisePrivacySettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002167 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2168 android:value="@string/menu_key_privacy"/>
Bartosz Fabianowski05061fc2016-11-14 12:04:49 +01002169 </activity>
2170
Jim Miller9757e302010-12-17 18:23:23 -08002171 <!-- Lock screen settings -->
Maurice Lam2eb170c2017-04-28 16:18:47 -07002172 <activity android:name=".password.ConfirmDeviceCredentialActivity"
Amith Yamasani39fb0622014-12-17 10:52:52 -08002173 android:exported="true"
Mill Chen078af332019-04-04 15:39:27 -07002174 android:taskAffinity="com.android.settings.workmode"
Kevin Chynb3ee2312018-10-04 15:01:43 -07002175 android:theme="@android:style/Theme.Translucent.NoTitleBar">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002176 <intent-filter android:priority="1">
Jim Miller75fe9e02014-08-13 14:52:52 -07002177 <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL" />
Adrian Roos5a9a3cd2017-03-30 18:02:25 -07002178 <action android:name="android.app.action.CONFIRM_FRP_CREDENTIAL" />
Jim Miller75fe9e02014-08-13 14:52:52 -07002179 <category android:name="android.intent.category.DEFAULT" />
2180 </intent-filter>
Jay Civelli09b52282014-07-10 17:27:07 -07002181 </activity>
Maurice Lam2eb170c2017-04-28 16:18:47 -07002182 <!-- Activity alias for compatibility -->
2183 <activity-alias android:name=".ConfirmDeviceCredentialActivity"
2184 android:targetActivity=".password.ConfirmDeviceCredentialActivity"
2185 android:exported="true" />
Jay Civelli09b52282014-07-10 17:27:07 -07002186
Clara Bayarric5cde052015-10-22 17:24:43 +01002187 <!-- Note this must not be exported since it authenticates the given user -->
Maurice Lam2eb170c2017-04-28 16:18:47 -07002188 <activity android:name=".password.ConfirmDeviceCredentialActivity$InternalActivity"
Clara Bayarric5cde052015-10-22 17:24:43 +01002189 android:exported="false"
2190 android:permission="android.permission.MANAGE_USERS"
Mill Chen078af332019-04-04 15:39:27 -07002191 android:taskAffinity="com.android.settings.workmode"
Kevin Chyn127da9c2018-11-09 16:13:53 -08002192 android:theme="@android:style/Theme.Translucent.NoTitleBar">
Clara Bayarric5cde052015-10-22 17:24:43 +01002193 <intent-filter android:priority="1">
2194 <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL_WITH_USER" />
2195 <category android:name="android.intent.category.DEFAULT" />
2196 </intent-filter>
2197 </activity>
2198
Maurice Lamecd2b7b2014-12-01 10:41:49 -08002199 <activity android:name=".SetupRedactionInterstitial"
Udam Sainidd05ab72016-03-21 17:35:08 -07002200 android:enabled="false"
2201 android:exported="true"
pastychang79614822019-01-03 10:12:54 +08002202 android:theme="@style/SudThemeGlif.DayNight"
Maurice Lam43366f12016-08-05 16:57:59 -07002203 android:label="@string/lock_screen_notifications_interstitial_title"
Udam Sainidd05ab72016-03-21 17:35:08 -07002204 android:icon="@drawable/ic_suggested_notifications">
2205 <intent-filter>
2206 <action android:name="android.intent.action.MAIN" />
Maurice Lam4331a2e2017-06-07 20:59:51 -07002207 <category android:name="com.android.settings.suggested.category.LOCK_SCREEN_REDACTION" />
Udam Sainidd05ab72016-03-21 17:35:08 -07002208 </intent-filter>
2209 <meta-data android:name="com.android.settings.require_user_type"
2210 android:value="primary" />
2211 <meta-data android:name="com.android.settings.title"
2212 android:resource="@string/notification_suggestion_title" />
2213 <meta-data android:name="com.android.settings.summary"
2214 android:resource="@string/notification_suggestion_summary" />
Maurice Lam992fa862017-06-09 16:14:36 -07002215 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
Udam Sainidd05ab72016-03-21 17:35:08 -07002216 </activity>
Maurice Lamecd2b7b2014-12-01 10:41:49 -08002217
Maurice Lamd189ac52016-06-15 13:39:34 -07002218 <activity android:name=".notification.RedactionInterstitial"
Maurice Lame0e81b62017-04-05 12:10:37 -07002219 android:theme="@style/GlifTheme.Light" />
Chris Wren51ae3322014-08-28 15:45:31 -04002220
2221 <activity android:name=".notification.RedactionSettingsStandalone"
2222 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002223 <intent-filter android:priority="1">
Chris Wren51ae3322014-08-28 15:45:31 -04002224 <action android:name="android.settings.ACTION_APP_NOTIFICATION_REDACTION" />
2225 <category android:name="android.intent.category.DEFAULT" />
2226 </intent-filter>
2227 </activity>
Jay Civelli09b52282014-07-10 17:27:07 -07002228
Maurice Lam2eb170c2017-04-28 16:18:47 -07002229 <activity android:name=".password.ConfirmLockPattern"
Maurice Lame0e81b62017-04-05 12:10:37 -07002230 android:theme="@style/GlifTheme.Light"/>
Michael Chan503c2362009-12-08 22:18:23 -08002231
Maurice Lam2eb170c2017-04-28 16:18:47 -07002232 <activity android:name=".password.ConfirmLockPassword"
Jorim Jaggiff41a9a2015-06-09 15:31:28 -07002233 android:windowSoftInputMode="stateHidden|adjustResize"
Maurice Lame0e81b62017-04-05 12:10:37 -07002234 android:theme="@style/GlifTheme.Light"/>
Jim Miller9757e302010-12-17 18:23:23 -08002235
Pavel Grafov04f783c2020-02-13 21:39:37 +00002236 <activity android:name=".password.ForgotPasswordActivity"
2237 android:theme="@style/GlifV3Theme.Light"
2238 android:exported="false"/>
2239
Joe Bolingera8808f72021-06-10 13:36:38 -07002240 <activity android:name=".biometrics.face.FaceEnrollParentalConsent"
2241 android:exported="false"
2242 android:screenOrientation="portrait"/>
2243
Kevin Chyn22b4edd2018-07-30 19:20:01 -07002244 <activity android:name=".biometrics.face.FaceEnrollIntroduction"
Yuri Ufimtsevbe982452022-03-09 09:49:15 +00002245 android:exported="true"
2246 android:screenOrientation="portrait">
Curtis Belmonte3de8abe2021-11-02 14:03:47 -07002247 <intent-filter>
2248 <action android:name="android.settings.FACE_ENROLL"/>
2249 <category android:name="android.intent.category.DEFAULT"/>
2250 </intent-filter>
2251 </activity>
Kevin Chyn22b4edd2018-07-30 19:20:01 -07002252
Yuri Ufimtsevbe982452022-03-09 09:49:15 +00002253 <activity android:name=".biometrics.face.FaceEnrollIntroductionInternal"
2254 android:exported="false"
2255 android:screenOrientation="portrait"
2256 android:taskAffinity="com.android.settings.root" />
2257
joshmccloskey04582622019-05-06 21:42:14 -07002258 <activity android:name=".biometrics.face.FaceEnrollEducation"
2259 android:exported="false"
2260 android:screenOrientation="portrait"/>
2261
Kevin Chyn22b4edd2018-07-30 19:20:01 -07002262 <activity android:name=".biometrics.face.FaceEnrollEnrolling"
2263 android:exported="false"
2264 android:screenOrientation="portrait"/>
2265
2266 <activity android:name=".biometrics.face.FaceEnrollFinish"
2267 android:exported="false"
2268 android:screenOrientation="portrait"/>
Kevin Chyn4882e872018-06-25 17:58:31 -07002269
Joe Bolingerfb515ed2021-06-16 14:07:37 -07002270 <activity android:name=".biometrics.BiometricHandoffActivity"
Joe Bolingerdde461d2021-12-01 00:59:57 +00002271 android:exported="false"/>
Joe Bolingerfb515ed2021-06-16 14:07:37 -07002272
Kevin Chyn5ab064f2019-04-12 15:19:12 -07002273 <!-- Must not be exported -->
2274 <activity android:name=".biometrics.BiometricEnrollActivity$InternalActivity"
2275 android:exported="false"
2276 android:theme="@style/GlifTheme.Light"/>
2277
Kevin Chyn66d09a42018-10-31 13:30:44 -07002278 <activity android:name=".biometrics.BiometricEnrollActivity"
2279 android:exported="true"
Milton Wua4f30402022-04-18 17:18:57 +08002280 android:configChanges="orientation|screenSize|keyboard|keyboardHidden|smallestScreenSize|screenLayout|density"
Kevin Chyn66d09a42018-10-31 13:30:44 -07002281 android:theme="@style/GlifTheme.Light">
2282 <intent-filter>
2283 <action android:name="android.settings.BIOMETRIC_ENROLL" />
Han Xu9cf02662022-08-15 19:19:55 +08002284 <category android:name="android.intent.category.BROWSABLE" />
Kevin Chyn66d09a42018-10-31 13:30:44 -07002285 <category android:name="android.intent.category.DEFAULT" />
2286 </intent-filter>
2287 </activity>
2288
Yuri Ufimtsevbe982452022-03-09 09:49:15 +00002289 <activity android:name=".biometrics.fingerprint.FingerprintSettings"
2290 android:exported="false"
2291 android:taskAffinity="com.android.settings.root" />
Kevin Chyn871e55f2018-06-25 16:50:52 -07002292 <activity android:name=".biometrics.fingerprint.FingerprintEnrollFindSensor" android:exported="false"/>
2293 <activity android:name=".biometrics.fingerprint.FingerprintEnrollEnrolling" android:exported="false"/>
2294 <activity android:name=".biometrics.fingerprint.FingerprintEnrollFinish" android:exported="false"/>
Joe Bolingera8808f72021-06-10 13:36:38 -07002295 <activity android:name=".biometrics.fingerprint.FingerprintEnrollParentalConsent" android:exported="false"/>
Kevin Chyn871e55f2018-06-25 16:50:52 -07002296 <activity android:name=".biometrics.fingerprint.FingerprintEnrollIntroduction"
Kevin Chyn42ae10e2017-10-13 16:34:05 -07002297 android:exported="true"
2298 android:theme="@style/GlifTheme.Light">
2299 <intent-filter>
2300 <action android:name="android.settings.FINGERPRINT_ENROLL" />
Han Xu9cf02662022-08-15 19:19:55 +08002301 <category android:name="android.intent.category.BROWSABLE" />
Kevin Chyn42ae10e2017-10-13 16:34:05 -07002302 <category android:name="android.intent.category.DEFAULT" />
2303 </intent-filter>
2304 </activity>
Maurice Lam8d1f9c92015-07-09 16:38:37 -07002305
Yuri Ufimtsevbe982452022-03-09 09:49:15 +00002306 <activity android:name=".biometrics.fingerprint.FingerprintEnrollIntroductionInternal"
2307 android:exported="false"
2308 android:theme="@style/GlifTheme.Light"
2309 android:taskAffinity="com.android.settings.root" />
2310
Kevin Chyn871e55f2018-06-25 16:50:52 -07002311 <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFindSensor" android:exported="false"/>
2312 <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollEnrolling" android:exported="false"/>
2313 <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFinish" android:exported="false"/>
2314 <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollIntroduction"
Maurice Lame1eaed02015-07-08 16:59:59 -07002315 android:exported="true"
Maurice Lam8d1f9c92015-07-09 16:38:37 -07002316 android:permission="android.permission.MANAGE_FINGERPRINT"
Maurice Lame0e81b62017-04-05 12:10:37 -07002317 android:theme="@style/GlifTheme.Light">
Maurice Lame1eaed02015-07-08 16:59:59 -07002318 <intent-filter>
2319 <action android:name="android.settings.FINGERPRINT_SETUP" />
2320 <category android:name="android.intent.category.DEFAULT" />
2321 </intent-filter>
2322 </activity>
Jim Miller94d4bd92015-02-19 21:04:57 -08002323
Kevin Chyn871e55f2018-06-25 16:50:52 -07002324 <activity android:name=".biometrics.fingerprint.FingerprintSuggestionActivity"
Maurice Lam34a181a2017-06-20 20:00:54 -07002325 android:exported="true"
2326 android:permission="android.permission.MANAGE_FINGERPRINT"
2327 android:icon="@drawable/ic_suggestion_fingerprint"
2328 android:theme="@style/GlifTheme.Light">
Maurice Lam34a181a2017-06-20 20:00:54 -07002329 <meta-data android:name="com.android.settings.require_feature"
2330 android:value="android.hardware.fingerprint" />
2331 <meta-data android:name="com.android.settings.title"
2332 android:resource="@string/suggestion_additional_fingerprints" />
2333 <meta-data android:name="com.android.settings.summary"
2334 android:resource="@string/suggestion_additional_fingerprints_summary" />
Maurice Lam34a181a2017-06-20 20:00:54 -07002335 </activity>
2336
cnchend2159992019-03-22 19:48:04 +08002337 <activity-alias android:name=".SetupFingerprintSuggestionActivity"
2338 android:enabled="false"
2339 android:exported="true"
2340 android:targetActivity=".biometrics.fingerprint.FingerprintSuggestionActivity">
2341 <intent-filter>
2342 <action android:name="android.intent.action.MAIN" />
2343 <category android:name="com.android.settings.suggested.category.FINGERPRINT_ENROLL" />
2344 </intent-filter>
2345 <meta-data android:name="com.android.settings.require_feature"
2346 android:value="android.hardware.fingerprint" />
2347 <meta-data android:name="com.android.settings.title"
2348 android:resource="@string/suggestion_additional_fingerprints" />
2349 <meta-data android:name="com.android.settings.summary"
2350 android:resource="@string/suggestion_additional_fingerprints_summary" />
Cating Lin84e6a472019-04-24 09:25:55 +08002351 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
cnchend2159992019-03-22 19:48:04 +08002352 </activity-alias>
2353
Paul Lawrence20444042014-07-07 13:10:16 -07002354 <!-- Note this must not be exported since it returns the password in the intent -->
Maurice Lam2eb170c2017-04-28 16:18:47 -07002355 <activity android:name=".password.ConfirmLockPattern$InternalActivity"
Andres Morales02d54872015-04-14 11:33:45 -07002356 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002357 android:theme="@style/GlifTheme.Light"/>
Paul Lawrence20444042014-07-07 13:10:16 -07002358
2359 <!-- Note this must not be exported since it returns the password in the intent -->
Maurice Lam2eb170c2017-04-28 16:18:47 -07002360 <activity android:name=".password.ConfirmLockPassword$InternalActivity"
Paul Lawrence20444042014-07-07 13:10:16 -07002361 android:exported="false"
Xiyuan Xia4a8edaf2015-05-20 14:26:15 -07002362 android:windowSoftInputMode="adjustResize"
Maurice Lame0e81b62017-04-05 12:10:37 -07002363 android:theme="@style/GlifTheme.Light"/>
Paul Lawrence20444042014-07-07 13:10:16 -07002364
Maurice Lam2eb170c2017-04-28 16:18:47 -07002365 <activity android:name=".password.SetupChooseLockGeneric"
Maurice Lame0e81b62017-04-05 12:10:37 -07002366 android:theme="@style/GlifTheme.Light"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002367 android:exported="true"
Lucky Zhang36ec2742014-12-05 18:20:27 -08002368 android:label="@string/lock_settings_picker_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002369 <intent-filter android:priority="1">
Maurice Lam52c75ba2014-11-25 14:06:38 -08002370 <action android:name="com.android.settings.SETUP_LOCK_SCREEN" />
2371 <category android:name="android.intent.category.DEFAULT" />
2372 </intent-filter>
2373 </activity>
2374
Doris Ling069d2932018-11-13 14:54:26 -08002375 <activity android:name=".password.SetupChooseLockGeneric$InternalActivity"
Doris Ling069d2932018-11-13 14:54:26 -08002376 android:exported="false"
2377 android:excludeFromRecents="true" />
2378
Maurice Lam2eb170c2017-04-28 16:18:47 -07002379 <activity android:name=".password.ChooseLockGeneric"
Steven Rossb7a9e952011-10-03 10:06:44 -04002380 android:label="@string/lockpassword_choose_lock_generic_header"
Steven Ng4fdcec72016-09-26 22:13:08 +01002381 android:excludeFromRecents="true"
2382 android:exported="false" />
2383
2384 <activity android:name=".password.SetNewPasswordActivity"
2385 android:theme="@android:style/Theme.NoDisplay"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002386 android:exported="true"
Steven Rossb7a9e952011-10-03 10:06:44 -04002387 android:excludeFromRecents="true" >
Dianne Hackborn0702e872015-02-20 12:48:32 -08002388 <intent-filter android:priority="1">
Dianne Hackbornabc3dc62010-01-20 13:40:19 -08002389 <action android:name="android.app.action.SET_NEW_PASSWORD" />
Benjamin Franzae07b502016-01-08 17:16:19 +00002390 <action android:name="android.app.action.SET_NEW_PARENT_PROFILE_PASSWORD" />
Dianne Hackbornabc3dc62010-01-20 13:40:19 -08002391 <category android:name="android.intent.category.DEFAULT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002392 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002393 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2394 android:value="true" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002395 </activity>
2396
Fan Zhang31f699c2017-09-28 17:17:44 -07002397 <activity android:name=".password.ScreenLockSuggestionActivity"
Joe Bolinger34704f42022-03-24 00:39:20 +00002398 android:exported="false"
Mill Chen71958002019-01-23 10:44:39 +08002399 android:icon="@drawable/ic_suggestion_security">
Udam Saini7ad4a172016-01-25 11:22:33 -08002400 <intent-filter android:priority="1">
2401 <action android:name="android.intent.action.MAIN" />
Raff Tsai7c834632019-03-22 12:00:00 +08002402 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002403 </intent-filter>
Raff Tsai7c834632019-03-22 12:00:00 +08002404 <meta-data android:name="com.android.settings.dismiss" android:value="14" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002405 <meta-data android:name="com.android.settings.title"
2406 android:resource="@string/suggested_lock_settings_title" />
2407 <meta-data android:name="com.android.settings.summary"
2408 android:resource="@string/suggested_lock_settings_summary" />
Maurice Lam992fa862017-06-09 16:14:36 -07002409 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
Udam Saini62a72802016-01-28 11:09:29 -08002410 </activity>
Udam Saini7ad4a172016-01-25 11:22:33 -08002411
Kevin Chyn871e55f2018-06-25 16:50:52 -07002412 <activity android:name=".biometrics.fingerprint.FingerprintEnrollSuggestionActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002413 android:exported="true"
Udam Sainiaafbba12016-02-02 10:33:40 -08002414 android:icon="@drawable/ic_suggestion_fingerprint">
Udam Saini7ad4a172016-01-25 11:22:33 -08002415 <intent-filter android:priority="2">
2416 <action android:name="android.intent.action.MAIN" />
Fan Zhangaf91c1f2017-06-03 15:24:11 -07002417 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002418 </intent-filter>
Raff Tsai165708d2019-03-21 15:46:48 +08002419 <meta-data android:name="com.android.settings.dismiss" android:value="14" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002420 <meta-data android:name="com.android.settings.require_feature"
2421 android:value="android.hardware.fingerprint" />
2422 <meta-data android:name="com.android.settings.title"
TreeHugger Robota4e3c142016-07-12 21:42:03 +00002423 android:resource="@string/suggested_fingerprint_lock_settings_title" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002424 <meta-data android:name="com.android.settings.summary"
Udam Sainiaafbba12016-02-02 10:33:40 -08002425 android:resource="@string/suggested_fingerprint_lock_settings_summary" />
Doris Lingea85c0a2018-04-30 14:08:55 -07002426 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
Udam Saini62a72802016-01-28 11:09:29 -08002427 </activity>
Udam Saini7ad4a172016-01-25 11:22:33 -08002428
Maurice Lam2eb170c2017-04-28 16:18:47 -07002429 <activity android:name=".password.ChooseLockGeneric$InternalActivity"
2430 android:exported="false"
Amith Yamasani66026772013-09-25 14:05:33 -07002431 android:label="@string/lockpassword_choose_lock_generic_header"
Maurice Lam2eb170c2017-04-28 16:18:47 -07002432 android:excludeFromRecents="true" />
Amith Yamasani66026772013-09-25 14:05:33 -07002433
Maurice Lam2eb170c2017-04-28 16:18:47 -07002434 <activity android:name=".password.SetupChooseLockPattern"
Maurice Lam6b19fa92014-11-25 19:25:56 -08002435 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002436 android:theme="@style/GlifTheme.Light" />
Maurice Lam6b19fa92014-11-25 19:25:56 -08002437
Maurice Lam2eb170c2017-04-28 16:18:47 -07002438 <activity android:name=".password.ChooseLockPattern"
Maurice Lamd189ac52016-06-15 13:39:34 -07002439 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002440 android:theme="@style/GlifTheme.Light" />
Dianne Hackbornabc3dc62010-01-20 13:40:19 -08002441
Maurice Lam2eb170c2017-04-28 16:18:47 -07002442 <activity android:name=".password.SetupChooseLockPassword"
Maurice Lam6b19fa92014-11-25 19:25:56 -08002443 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002444 android:theme="@style/GlifTheme.Light"
Maurice Lam6b19fa92014-11-25 19:25:56 -08002445 android:windowSoftInputMode="stateVisible|adjustResize" />
2446
Maurice Lam2eb170c2017-04-28 16:18:47 -07002447 <activity android:name=".password.ChooseLockPassword"
Maurice Lamd189ac52016-06-15 13:39:34 -07002448 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002449 android:theme="@style/GlifTheme.Light"
Jim Miller165bf2f2011-01-26 16:10:26 -08002450 android:windowSoftInputMode="stateVisible|adjustResize"/>
Jim Miller00d24762009-12-22 19:04:57 -08002451
Maurice Lamecd2b7b2014-12-01 10:41:49 -08002452 <activity android:name=".SetupEncryptionInterstitial"
Maurice Lam46a194b2016-05-24 20:03:08 -07002453 android:label="@string/encryption_interstitial_header"
Maurice Lame0e81b62017-04-05 12:10:37 -07002454 android:theme="@style/GlifTheme.Light"/>
Maurice Lamecd2b7b2014-12-01 10:41:49 -08002455
Maurice Lamd189ac52016-06-15 13:39:34 -07002456 <activity android:name=".EncryptionInterstitial"
Maurice Lame0e81b62017-04-05 12:10:37 -07002457 android:theme="@style/GlifTheme.Light" />
Jim Miller46c7f6d2014-10-13 18:15:17 -07002458
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002459 <activity
2460 android:name=".Settings$StorageDashboardActivity"
2461 android:label="@string/storage_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002462 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002463 android:icon="@drawable/ic_homepage_storage">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002464 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002465 <action android:name="android.settings.INTERNAL_STORAGE_SETTINGS" />
2466 <action android:name="android.settings.MEMORY_CARD_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08002467 <category android:name="android.intent.category.BROWSABLE" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002468 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002469 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07002470 <intent-filter android:priority="50">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002471 <action android:name="android.intent.action.MAIN" />
Fan Zhang2f4355a2018-06-21 15:34:43 -07002472 <category android:name="com.android.settings.SHORTCUT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002473 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07002474 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Arc Wangfadbe5b2021-03-19 17:58:34 +08002475 android:value="com.android.settings.deviceinfo.StorageDashboardFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002476 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2477 android:value="@string/menu_key_storage"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002478 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2479 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07002480 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002481
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002482 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002483 android:name="Settings$PublicVolumeSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002484 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002485 android:label="@string/storage_settings_title">
Jeff Sharkey42833b22015-04-11 21:27:33 -07002486 <intent-filter>
2487 <action android:name="android.provider.action.DOCUMENT_ROOT_SETTINGS" />
2488 <category android:name="android.intent.category.DEFAULT" />
2489 <data
2490 android:scheme="content"
2491 android:host="com.android.externalstorage.documents"
2492 android:mimeType="vnd.android.document/root" />
2493 </intent-filter>
2494 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2495 android:value="com.android.settings.deviceinfo.PublicVolumeSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002496 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2497 android:value="@string/menu_key_storage"/>
Jeff Sharkey42833b22015-04-11 21:27:33 -07002498 </activity>
Vasu Nori21809742011-01-25 13:39:16 -08002499
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002500 <activity
2501 android:name="Settings$PrivateVolumeForgetActivity"
2502 android:label="@string/storage_settings_title"
2503 android:exported="true"
2504 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS">
Jeff Sharkeya16257d2015-04-28 13:41:01 -07002505 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2506 android:value="com.android.settings.deviceinfo.PrivateVolumeForget" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002507 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2508 android:value="@string/menu_key_storage"/>
Jeff Sharkeya16257d2015-04-28 13:41:01 -07002509 </activity>
2510
Jeff Sharkey94635992015-04-13 14:15:26 -07002511 <!-- Exported for SystemUI to launch into -->
2512 <activity android:name=".deviceinfo.StorageWizardInit"
sayakiitgefdedcd2022-01-12 10:45:33 +00002513 android:theme="@style/GlifTheme.Light"
Jeff Sharkey2949a4a2015-04-14 16:44:34 -07002514 android:exported="true"
2515 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
Jeff Sharkey94635992015-04-13 14:15:26 -07002516 <activity android:name=".deviceinfo.StorageWizardFormatProgress"
sayakiitgefdedcd2022-01-12 10:45:33 +00002517 android:theme="@style/GlifTheme.Light"
Sayak Dutta4c36d492022-09-14 06:50:17 +00002518 android:exported="false"/>
Jeff Sharkey2af67a92018-04-01 18:25:54 -06002519 <activity android:name=".deviceinfo.StorageWizardFormatSlow"
sayakiitgefdedcd2022-01-12 10:45:33 +00002520 android:theme="@style/GlifTheme.Light"
Sayak Dutta4c36d492022-09-14 06:50:17 +00002521 android:exported="false"/>
Jeff Sharkey94635992015-04-13 14:15:26 -07002522 <activity android:name=".deviceinfo.StorageWizardMigrateConfirm"
sayakiitgefdedcd2022-01-12 10:45:33 +00002523 android:theme="@style/GlifTheme.Light"
Sayak Dutta4c36d492022-09-14 06:50:17 +00002524 android:exported="false"/>
Jeff Sharkey94635992015-04-13 14:15:26 -07002525 <activity android:name=".deviceinfo.StorageWizardMigrateProgress"
sayakiitgefdedcd2022-01-12 10:45:33 +00002526 android:theme="@style/GlifTheme.Light"
Jeff Sharkeye77f0682015-04-29 11:24:57 -07002527 android:exported="true"
2528 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
Jeff Sharkey94635992015-04-13 14:15:26 -07002529 <activity android:name=".deviceinfo.StorageWizardReady"
sayakiitgefdedcd2022-01-12 10:45:33 +00002530 android:theme="@style/GlifTheme.Light"
Jeff Sharkeye77f0682015-04-29 11:24:57 -07002531 android:exported="true"
2532 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
Jeff Sharkey94635992015-04-13 14:15:26 -07002533
2534 <activity android:name=".deviceinfo.StorageWizardMoveConfirm"
sayakiitgefdedcd2022-01-12 10:45:33 +00002535 android:theme="@style/GlifTheme.Light"
Sayak Dutta4c36d492022-09-14 06:50:17 +00002536 android:exported="false"/>
Jeff Sharkey94635992015-04-13 14:15:26 -07002537 <activity android:name=".deviceinfo.StorageWizardMoveProgress"
sayakiitgefdedcd2022-01-12 10:45:33 +00002538 android:theme="@style/GlifTheme.Light"
Jeff Sharkeye77f0682015-04-29 11:24:57 -07002539 android:exported="true"
2540 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
Jeff Sharkey94635992015-04-13 14:15:26 -07002541
Jeff Sharkey2949a4a2015-04-14 16:44:34 -07002542 <!-- Exported for SystemUI to trigger -->
2543 <receiver android:name=".deviceinfo.StorageUnmountReceiver"
2544 android:exported="true"
2545 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
2546
Jason Monkb7e43802016-06-06 16:01:58 -04002547 <activity android:name="Settings$ApnEditorActivity"
Junda Liu76ad6352017-02-03 16:39:23 -08002548 android:configChanges="orientation|keyboardHidden|screenSize"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002549 android:exported="true"
Amith Yamasani34bd7e62013-06-07 10:19:55 -07002550 android:label="@string/apn_edit">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002551 <intent-filter>
2552 <action android:name="android.intent.action.VIEW" />
2553 <action android:name="android.intent.action.EDIT" />
2554 <category android:name="android.intent.category.DEFAULT" />
2555 <data android:mimeType="vnd.android.cursor.item/telephony-carrier" />
2556 </intent-filter>
2557
2558 <intent-filter>
2559 <action android:name="android.intent.action.INSERT" />
2560 <category android:name="android.intent.category.DEFAULT" />
2561 <data android:mimeType="vnd.android.cursor.dir/telephony-carrier" />
2562 </intent-filter>
Jason Monkb7e43802016-06-06 16:01:58 -04002563 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
tom hsu2fd7c9f2020-09-30 21:46:27 +08002564 android:value="com.android.settings.network.apn.ApnEditor" />
Jason Chiuae5327d2021-11-04 17:09:53 +08002565 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2566 android:value="@string/menu_key_network"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002567 </activity>
2568
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002569 <activity
2570 android:name="Settings$DevelopmentSettingsDashboardActivity"
2571 android:label="@string/development_settings_title"
2572 android:icon="@drawable/ic_settings_development"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002573 android:exported="true"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002574 android:enabled="false">
Fan Zhang4c26da92017-09-08 15:29:54 -07002575 <intent-filter android:priority="1">
2576 <action android:name="android.settings.APPLICATION_DEVELOPMENT_SETTINGS" />
2577 <action android:name="com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS" />
Joshua Duong2972bfa2020-04-10 00:22:04 -07002578 <action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES"/>
Fan Zhang4c26da92017-09-08 15:29:54 -07002579 <category android:name="android.intent.category.DEFAULT" />
2580 </intent-filter>
Fan Zhang99800962018-08-08 11:12:03 -07002581 <intent-filter>
Fan Zhang4c26da92017-09-08 15:29:54 -07002582 <action android:name="com.android.settings.action.SETTINGS" />
2583 </intent-filter>
Fan Zhang99800962018-08-08 11:12:03 -07002584 <meta-data android:name="com.android.settings.order" android:value="-40"/>
Fan Zhang4c26da92017-09-08 15:29:54 -07002585 <meta-data android:name="com.android.settings.category"
2586 android:value="com.android.settings.category.ia.system" />
2587 <meta-data android:name="com.android.settings.summary"
2588 android:resource="@string/summary_empty"/>
Jason Chiu5f0fc1f2021-05-24 18:27:42 +08002589 <meta-data android:name="com.android.settings.icon"
2590 android:resource="@drawable/ic_settings_development" />
Fan Zhang4c26da92017-09-08 15:29:54 -07002591 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2592 android:value="com.android.settings.development.DevelopmentSettingsDashboardFragment" />
Jason Chiuae5327d2021-11-04 17:09:53 +08002593 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2594 android:value="@string/menu_key_system"/>
Jason Chiu646a31e2021-11-10 11:56:00 +08002595 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2596 android:value="true" />
Fan Zhang4c26da92017-09-08 15:29:54 -07002597 </activity>
2598
Fan Zhang6359a192017-05-11 16:04:09 -07002599 <!-- The opposite of DevelopmentSettingsActivity, it's no-op and only enabled when the real
2600 activity is disabled to be CTS compliant. -->
2601 <activity
2602 android:name=".development.DevelopmentSettingsDisabledActivity"
2603 android:icon="@drawable/ic_settings_development"
2604 android:label="@string/development_settings_title"
Fan Zhang7373ec02018-08-14 13:25:47 -07002605 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002606 android:exported="true"
Fan Zhang7373ec02018-08-14 13:25:47 -07002607 android:theme="@style/Transparent">
Fan Zhang6359a192017-05-11 16:04:09 -07002608 <intent-filter android:priority="-1">
2609 <action android:name="android.settings.APPLICATION_DEVELOPMENT_SETTINGS" />
2610 <action android:name="com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS" />
2611 <category android:name="android.intent.category.DEFAULT" />
2612 </intent-filter>
2613 </activity>
2614
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002615 <activity
2616 android:name="Settings$PrintSettingsActivity"
2617 android:label="@string/print_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002618 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002619 android:icon="@drawable/ic_settings_print">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002620 <intent-filter android:priority="1">
2621 <action android:name="android.settings.ACTION_PRINT_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08002622 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002623 <category android:name="android.intent.category.DEFAULT" />
2624 </intent-filter>
Svetoslav Ganov74648ac2013-09-04 23:52:28 -07002625 <intent-filter>
2626 <action android:name="android.intent.action.MAIN" />
Svetoslav Ganov74648ac2013-09-04 23:52:28 -07002627 <category android:name="android.intent.category.DEFAULT" />
2628 <category android:name="android.intent.category.VOICE_LAUNCH" />
2629 </intent-filter>
2630 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2631 android:value="com.android.settings.print.PrintSettingsFragment" />
Jason Chiuae5327d2021-11-04 17:09:53 +08002632 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2633 android:value="@string/menu_key_connected_devices"/>
Svetoslav Ganov74648ac2013-09-04 23:52:28 -07002634 </activity>
2635
Svetoslavd9f156d2013-10-09 21:59:04 -07002636 <activity android:name="Settings$PrintJobSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002637 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002638 android:label="@string/print_print_job">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002639 <intent-filter android:priority="1">
Svetoslavd9f156d2013-10-09 21:59:04 -07002640 <action android:name="android.settings.ACTION_PRINT_SETTINGS" />
2641 <category android:name="android.intent.category.DEFAULT" />
2642 <data android:scheme="printjob" android:pathPattern="*" />
2643 </intent-filter>
2644 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2645 android:value="com.android.settings.print.PrintJobSettingsFragment" />
Jason Chiuae5327d2021-11-04 17:09:53 +08002646 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2647 android:value="@string/menu_key_connected_devices"/>
Svetoslavd9f156d2013-10-09 21:59:04 -07002648 </activity>
2649
Fan Zhang2907f862017-03-17 15:05:14 -07002650 <activity android:name=".development.AppPicker"
Edgar Wang3c03f0a2020-05-05 06:19:14 +08002651 android:label="@string/select_application" />
Dianne Hackborn9244df42012-02-14 13:25:41 -08002652
Joshua Duongfd009222021-07-14 16:05:57 -07002653 <activity android:name=".development.AdbQrCodeActivity" />
2654
Howard Chend5f3a0c2019-08-29 17:31:05 +08002655 <activity android:name=".development.DSULoader"
2656 android:label="Select DSU Package"
2657 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog" />
Howard Chen60acb512019-12-02 15:34:58 +08002658 <activity android:name=".development.DSUTermsOfServiceActivity"
2659 android:label="Terms of Service"
2660 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog" />
Howard Chend5f3a0c2019-08-29 17:31:05 +08002661
Varun Shah7efe9312020-03-26 23:02:50 -07002662 <activity android:name=".development.storage.BlobInfoListView"
2663 android:label="@string/shared_data_title" />
2664 <activity android:name=".development.storage.LeaseInfoListView"
2665 android:label="@string/accessor_info_title" />
2666
Gustav Sennton5b596282017-02-03 16:19:02 +00002667 <activity android:name="Settings$WebViewAppPickerActivity"
Jason Chiuae5327d2021-11-04 17:09:53 +08002668 android:label="@string/select_webview_provider_dialog_title">
2669 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2670 android:value="@string/menu_key_system"/>
2671 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002672
Paul Chang6ae4c4d2019-11-28 22:38:49 +08002673 <activity android:name="Settings$BugReportHandlerPickerActivity"
2674 android:label="@string/bug_report_handler_title"
2675 android:exported="true"
2676 android:excludeFromRecents="true">
2677 <intent-filter>
2678 <action android:name="android.settings.BUGREPORT_HANDLER_SETTINGS" />
2679 <category android:name="android.intent.category.DEFAULT" />
2680 </intent-filter>
Paul Chang6950a802020-04-22 20:59:59 +08002681 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2682 android:value="true" />
Paul Chang6ae4c4d2019-11-28 22:38:49 +08002683 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2684 android:value="com.android.settings.bugreporthandler.BugReportHandlerPicker" />
Jason Chiuae5327d2021-11-04 17:09:53 +08002685 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2686 android:value="@string/menu_key_system"/>
Paul Chang6ae4c4d2019-11-28 22:38:49 +08002687 </activity>
2688
Jaikumar Ganesh3a76bca2009-07-16 18:41:58 -07002689 <activity android:name=".bluetooth.BluetoothPairingDialog"
Chen Chen38101d52021-10-05 17:46:02 -07002690 android:permission="android.permission.BLUETOOTH_PRIVILEGED"
Michael Chan684736a2009-09-01 18:51:04 -07002691 android:excludeFromRecents="true"
Antony Sargent4d7df062017-07-12 17:29:10 -07002692 android:windowSoftInputMode="stateVisible|adjustResize"
jackqdyulei27f62fd2019-02-22 15:31:35 -08002693 android:theme="@style/Theme.AlertDialog"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002694 android:exported="true"
jackqdyulei27f62fd2019-02-22 15:31:35 -08002695 android:taskAffinity=".bluetooth.BluetoothPairingDialog">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002696 <intent-filter android:priority="1">
Nick Pelly5ddbd942009-09-11 11:41:59 -07002697 <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002698 <category android:name="android.intent.category.DEFAULT" />
2699 </intent-filter>
2700 </activity>
2701
Michael Chane1089ad2009-09-26 06:16:17 -07002702 <activity android:name=".bluetooth.RequestPermissionActivity"
Michael Chane1089ad2009-09-26 06:16:17 -07002703 android:excludeFromRecents="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06002704 android:permission="android.permission.BLUETOOTH_CONNECT"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002705 android:exported="true"
Fan Zhanga122be12018-07-16 16:28:37 -07002706 android:theme="@style/Theme.BluetoothPermission">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002707 <intent-filter android:priority="1">
Michael Chane1089ad2009-09-26 06:16:17 -07002708 <action android:name="android.bluetooth.adapter.action.REQUEST_DISCOVERABLE" />
2709 <action android:name="android.bluetooth.adapter.action.REQUEST_ENABLE" />
Svetoslav Ganovb06766f2016-07-22 20:08:41 -07002710 <action android:name="android.bluetooth.adapter.action.REQUEST_DISABLE" />
Michael Chane1089ad2009-09-26 06:16:17 -07002711 <category android:name="android.intent.category.DEFAULT" />
2712 </intent-filter>
2713 </activity>
2714
Irfan Sheriff50f341d2013-03-18 13:11:47 -07002715 <activity android:name=".wifi.WifiScanModeActivity"
2716 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002717 android:exported="true"
Irfan Sheriff50f341d2013-03-18 13:11:47 -07002718 android:theme="@style/Transparent">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002719 <intent-filter android:priority="1">
Irfan Sheriff50f341d2013-03-18 13:11:47 -07002720 <action android:name="android.net.wifi.action.REQUEST_SCAN_ALWAYS_AVAILABLE" />
2721 <category android:name="android.intent.category.DEFAULT" />
2722 </intent-filter>
2723 </activity>
2724
Jerry Zhangd18d6f12018-01-11 16:47:14 -08002725 <activity android:name=".Settings$UsbDetailsActivity"
2726 android:excludeFromRecents="true"
2727 android:permission="android.permission.MANAGE_USB"
2728 android:exported="true">
2729 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2730 android:value="com.android.settings.connecteddevice.usb.UsbDetailsFragment"/>
Jason Chiu646a31e2021-11-10 11:56:00 +08002731 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2732 android:value="@string/menu_key_connected_devices"/>
Jerry Zhangd18d6f12018-01-11 16:47:14 -08002733 </activity>
2734
Michal Karpinski707f42f2016-02-25 17:29:43 +00002735 <activity android:name=".RemoteBugreportActivity"
2736 android:excludeFromRecents="true"
2737 android:exported="true"
2738 android:permission="android.permission.DUMP"
tmfang5ade2f12018-07-30 13:49:43 +08002739 android:theme="@style/Theme.AlertDialog">
Michal Karpinski707f42f2016-02-25 17:29:43 +00002740 <intent-filter>
2741 <action android:name="android.settings.SHOW_REMOTE_BUGREPORT_DIALOG" />
2742 <category android:name="android.intent.category.DEFAULT" />
2743 </intent-filter>
2744 </activity>
2745
Michael Chane1089ad2009-09-26 06:16:17 -07002746 <activity android:name=".bluetooth.RequestPermissionHelperActivity"
2747 android:label="@string/bluetooth_pairing_request"
2748 android:excludeFromRecents="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06002749 android:permission="android.permission.BLUETOOTH_CONNECT"
Arc Wang5a298fb2020-06-30 14:14:02 +08002750 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight">
Michael Chane1089ad2009-09-26 06:16:17 -07002751 </activity>
2752
Marie Janssend06d83c2017-02-14 18:49:17 -08002753 <service android:name=".bluetooth.BluetoothPairingService" />
2754
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002755 <receiver android:name=".bluetooth.BluetoothPairingRequest"
2756 android:exported="true">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002757 <intent-filter>
Nick Pelly5ddbd942009-09-11 11:41:59 -07002758 <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
Alice Kuoebea73e2021-10-13 18:43:47 +08002759 <action android:name="android.bluetooth.action.CSIS_SET_MEMBER_AVAILABLE"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002760 </intent-filter>
2761 </receiver>
2762
Jaikumar Ganeshe0b01ad2011-09-07 17:19:19 -07002763 <receiver android:name=".bluetooth.BluetoothPermissionRequest"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002764 android:exported="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06002765 android:permission="android.permission.BLUETOOTH_CONNECT">
Matthew Xiedbed1202011-06-27 18:21:25 -07002766 <intent-filter>
2767 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
2768 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />
2769 </intent-filter>
2770 </receiver>
2771
2772 <activity android:name=".bluetooth.BluetoothPermissionActivity"
2773 android:label="@string/bluetooth_connection_permission_request"
2774 android:excludeFromRecents="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06002775 android:permission="android.permission.BLUETOOTH_CONNECT"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002776 android:exported="true"
Andrew Sapperstein7e157432016-07-15 16:46:38 -07002777 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002778 <intent-filter android:priority="1">
Matthew Xiedbed1202011-06-27 18:21:25 -07002779 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
2780 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />
2781 <category android:name="android.intent.category.DEFAULT" />
2782 </intent-filter>
2783 </activity>
2784
Joe Onoratode5603722009-03-24 17:49:03 -07002785 <activity android:name="ActivityPicker"
2786 android:label="@string/activity_picker_label"
Arc Wang5a298fb2020-06-30 14:14:02 +08002787 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002788 android:exported="true"
Dianne Hackbornec549972009-09-23 22:24:22 -07002789 android:finishOnCloseSystemDialogs="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002790 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002791 <action android:name="android.intent.action.PICK_ACTIVITY" />
2792 <category android:name="android.intent.category.DEFAULT" />
2793 </intent-filter>
2794 </activity>
2795
Jeff Hamilton3d670de2011-09-21 16:44:36 -05002796 <!-- NFC settings -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002797 <activity
2798 android:name="Settings$AndroidBeamSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002799 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002800 android:label="@string/android_beam_settings_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002801 <intent-filter android:priority="1">
2802 <action android:name="android.settings.NFCSHARING_SETTINGS" />
2803 <category android:name="android.intent.category.DEFAULT" />
2804 </intent-filter>
Jeff Hamilton3d670de2011-09-21 16:44:36 -05002805 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Nick Pellye0eedf72011-10-31 14:11:29 -07002806 android:value="com.android.settings.nfc.AndroidBeam" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002807 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2808 android:value="@string/menu_key_connected_devices"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002809 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2810 android:value="true" />
Jeff Hamilton3d670de2011-09-21 16:44:36 -05002811 </activity>
2812
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002813 <activity
2814 android:name="Settings$WifiDisplaySettingsActivity"
2815 android:label="@string/wifi_display_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002816 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002817 android:icon="@drawable/ic_cast_24dp">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002818 <intent-filter android:priority="1">
Jeff Brownff0e81e2014-08-19 17:47:54 -07002819 <action android:name="android.settings.CAST_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08002820 <category android:name="android.intent.category.BROWSABLE" />
Jeff Brown9e143f52012-09-19 20:46:07 -07002821 <category android:name="android.intent.category.DEFAULT" />
2822 </intent-filter>
2823 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2824 android:value="com.android.settings.wfd.WifiDisplaySettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002825 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2826 android:value="@string/menu_key_connected_devices"/>
Jeff Brown9e143f52012-09-19 20:46:07 -07002827 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002828
Jason Monkb7e43802016-06-06 16:01:58 -04002829 <activity android:name="Settings$TestingSettingsActivity" android:label="@string/testing">
Jason Monkb7e43802016-06-06 16:01:58 -04002830 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2831 android:value="com.android.settings.TestingSettings" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002832 </activity>
2833
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002834 <receiver android:name=".TestingSettingsBroadcastReceiver"
2835 android:exported="true">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002836 <intent-filter>
Grace Jia84da1e82020-02-14 15:53:28 -08002837 <action android:name="android.telephony.action.SECRET_CODE" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002838 <data android:scheme="android_secret_code" android:host="4636" />
2839 </intent-filter>
2840 </receiver>
2841
The Android Open Source Project80a7a1d2009-03-11 12:11:59 -07002842 <!-- Standard picker for widgets -->
Joe Onoratode5603722009-03-24 17:49:03 -07002843 <activity android:name="AppWidgetPickActivity"
2844 android:label="@string/widget_picker_title"
Arc Wang5a298fb2020-06-30 14:14:02 +08002845 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002846 android:exported="true"
Joe Onorato9bcc6912011-01-10 12:55:57 -08002847 android:finishOnCloseSystemDialogs="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002848 <intent-filter android:priority="1">
The Android Open Source Project80a7a1d2009-03-11 12:11:59 -07002849 <action android:name="android.appwidget.action.APPWIDGET_PICK" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002850 <category android:name="android.intent.category.DEFAULT" />
2851 </intent-filter>
2852 </activity>
2853
Michael Jurkac9029d92012-04-20 01:47:44 -07002854 <activity android:name="AllowBindAppWidgetActivity"
Arc Wang5a298fb2020-06-30 14:14:02 +08002855 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"
Michael Jurkac9029d92012-04-20 01:47:44 -07002856 android:finishOnCloseSystemDialogs="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002857 android:exported="true"
Michael Jurkac9029d92012-04-20 01:47:44 -07002858 android:excludeFromRecents="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002859 <intent-filter android:priority="1">
Michael Jurkac9029d92012-04-20 01:47:44 -07002860 <action android:name="android.appwidget.action.APPWIDGET_BIND" />
2861 <category android:name="android.intent.category.DEFAULT" />
2862 </intent-filter>
2863 </activity>
2864
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002865 <activity android:name="UsageStatsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002866 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002867 android:label="@string/usage_stats_label">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002868 <intent-filter>
2869 <action android:name="android.intent.action.MAIN" />
2870 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
2871 </intent-filter>
2872 </activity>
2873
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002874 <activity
2875 android:name="Settings$PowerUsageSummaryActivity"
2876 android:label="@string/power_usage_summary_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002877 android:exported="true"
Sunny Shaob4a5f162020-06-15 23:00:26 +08002878 android:icon="@drawable/ic_homepage_battery">
jackqdyuleib96ccba2018-01-23 10:29:13 -08002879 <intent-filter android:priority="1">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002880 <action android:name="android.intent.action.POWER_USAGE_SUMMARY" />
2881 <category android:name="android.intent.category.DEFAULT" />
2882 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07002883 <intent-filter android:priority="51">
jackqdyuleib96ccba2018-01-23 10:29:13 -08002884 <action android:name="android.intent.action.MAIN" />
jackqdyuleib96ccba2018-01-23 10:29:13 -08002885 <category android:name="com.android.settings.SHORTCUT" />
2886 </intent-filter>
Dianne Hackborn59a48602010-11-10 23:34:52 -08002887 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
xuezaiyueac731842022-06-08 21:53:23 +08002888 android:value="com.android.settings.fuelgauge.batteryusage.PowerUsageSummary" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002889 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2890 android:value="@string/menu_key_battery"/>
Dianne Hackborncbaf6ce2010-07-23 00:23:21 -07002891 </activity>
2892
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002893 <activity
2894 android:name="Settings$BatterySaverSettingsActivity"
2895 android:label="@string/battery_saver"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002896 android:exported="true"
ykhungeadeee52022-05-18 12:18:15 +08002897 android:icon="@drawable/ic_homepage_battery">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002898 <intent-filter android:priority="1">
2899 <action android:name="android.settings.BATTERY_SAVER_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08002900 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002901 <category android:name="android.intent.category.DEFAULT" />
2902 </intent-filter>
John Spurlockc7f8e8c2014-06-04 19:11:22 -04002903 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang747f0e12018-03-01 09:49:34 -08002904 android:value="com.android.settings.fuelgauge.batterysaver.BatterySaverSettings" />
Arc Wanga63e9c62021-09-28 20:39:15 +08002905 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2906 android:value="@string/menu_key_battery"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002907 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2908 android:value="true" />
John Spurlockc7f8e8c2014-06-04 19:11:22 -04002909 </activity>
2910
P.Y. Laligand1f403d52015-04-14 16:14:16 -07002911 <activity android:name=".fuelgauge.BatterySaverModeVoiceActivity"
Barnaby Jamesc55ea152015-04-13 14:33:53 -07002912 android:label="@string/power_usage_summary_title"
ykhungeadeee52022-05-18 12:18:15 +08002913 android:icon="@drawable/ic_homepage_battery"
Andrew Sapperstein7e157432016-07-15 16:46:38 -07002914 android:theme="@*android:style/Theme.DeviceDefault.Light.Voice"
Barnaby Jamesc55ea152015-04-13 14:33:53 -07002915 android:exported="true">
2916 <intent-filter>
2917 <action android:name="android.settings.VOICE_CONTROL_BATTERY_SAVER_MODE" />
2918 <category android:name="android.intent.category.DEFAULT" />
2919 <category android:name="android.intent.category.VOICE" />
2920 </intent-filter>
2921 </activity>
2922
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002923 <activity
2924 android:name="Settings$AccountSyncSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002925 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002926 android:label="@string/account_sync_settings_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002927 <intent-filter android:priority="1">
2928 <action android:name="android.settings.ACCOUNT_SYNC_SETTINGS" />
2929 <category android:name="android.intent.category.DEFAULT" />
2930 </intent-filter>
Amith Yamasani43c69782010-12-01 09:04:36 -08002931 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2932 android:value="com.android.settings.accounts.AccountSyncSettings" />
Arc Wanga63e9c62021-09-28 20:39:15 +08002933 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2934 android:value="@string/menu_key_accounts"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002935 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2936 android:value="true" />
Amith Yamasani43c69782010-12-01 09:04:36 -08002937 </activity>
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002938 <activity
2939 android:name="Settings$ManagedProfileSettingsActivity"
Ricky Waibf94d092017-02-01 15:26:29 +00002940 android:label="@string/managed_profile_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002941 android:exported="true"
Ricky Waibf94d092017-02-01 15:26:29 +00002942 android:permission="android.permission.MANAGE_USERS">
2943 <intent-filter android:priority="1">
2944 <action android:name="android.settings.MANAGED_PROFILE_SETTINGS" />
2945 <category android:name="android.intent.category.DEFAULT" />
2946 </intent-filter>
2947 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2948 android:value="com.android.settings.accounts.ManagedProfileSettings" />
Arc Wanga63e9c62021-09-28 20:39:15 +08002949 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2950 android:value="@string/menu_key_accounts"/>
Ricky Waibf94d092017-02-01 15:26:29 +00002951 </activity>
Amith Yamasani43c69782010-12-01 09:04:36 -08002952
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002953 <activity
2954 android:name="com.android.settings.accounts.AddAccountSettings"
Amith Yamasani7bb8f722011-06-02 18:05:40 -07002955 android:configChanges="orientation|keyboardHidden|screenSize"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002956 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002957 android:label="@string/header_add_an_account">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002958 <intent-filter android:priority="1">
2959 <action android:name="android.settings.ADD_ACCOUNT_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08002960 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002961 <category android:name="android.intent.category.DEFAULT" />
2962 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002963 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2964 android:value="true" />
Amith Yamasani43c69782010-12-01 09:04:36 -08002965 </activity>
2966
Jason Monkb7e43802016-06-06 16:01:58 -04002967 <activity android:name="Settings$ChooseAccountActivity"
Amith Yamasani43c69782010-12-01 09:04:36 -08002968 android:label="@string/header_add_an_account"
Fan Zhang92f1e942017-01-21 10:07:26 -08002969 android:configChanges="orientation|keyboardHidden|screenSize">
Jason Monkb7e43802016-06-06 16:01:58 -04002970 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Emily Chuangb279b1c2018-04-12 10:12:28 +08002971 android:value="com.android.settings.accounts.ChooseAccountFragment" />
Arc Wanga63e9c62021-09-28 20:39:15 +08002972 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2973 android:value="@string/menu_key_accounts"/>
Jason Monkb7e43802016-06-06 16:01:58 -04002974 </activity>
Jim Miller165bf2f2011-01-26 16:10:26 -08002975
Jeff Sharkey9e9f7d12015-11-30 13:28:19 -07002976 <!-- Triggered when user-selected home app isn't encryption aware -->
2977 <activity android:name=".FallbackHome"
2978 android:excludeFromRecents="true"
Fan Zhang49534b72017-06-22 15:04:41 -07002979 android:label=""
Louis Chang397cdd62019-06-27 09:57:54 +08002980 android:taskAffinity="com.android.settings.FallbackHome"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002981 android:exported="true"
Adam Bookatzeb89d142022-02-24 16:45:28 -08002982 android:theme="@style/FallbackHome"
Tsung-Mao Fang8b8d3b42022-09-30 15:27:06 +08002983 android:permission="android.permission.DEVICE_POWER"
Adam Bookatzeb89d142022-02-24 16:45:28 -08002984 android:configChanges="keyboardHidden">
Xiaohui Chendbf3e152015-12-30 15:51:56 -08002985 <intent-filter android:priority="-1000">
Jeff Sharkey9e9f7d12015-11-30 13:28:19 -07002986 <action android:name="android.intent.action.MAIN" />
2987 <category android:name="android.intent.category.HOME" />
2988 <category android:name="android.intent.category.DEFAULT" />
2989 </intent-filter>
2990 </activity>
2991
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002992 <activity
2993 android:name="Settings$DataUsageSummaryActivity"
2994 android:label="@string/data_usage_summary_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002995 android:exported="true"
Bonian Chenb6a4bc92022-03-18 09:23:19 +08002996 android:icon="@drawable/ic_homepage_data_usage">
Rohan Shahff5bd332018-03-21 17:16:39 -07002997 <intent-filter android:priority="1">
2998 <action android:name="android.settings.DATA_USAGE_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08002999 <category android:name="android.intent.category.BROWSABLE" />
Rohan Shahff5bd332018-03-21 17:16:39 -07003000 <category android:name="android.intent.category.DEFAULT" />
3001 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07003002 <intent-filter android:priority="3">
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07003003 <action android:name="android.intent.action.MAIN" />
Amith Yamasani7836e4a2011-09-19 13:25:52 -07003004 <category android:name="com.android.settings.SHORTCUT" />
Jeff Sharkeydd6efe12011-06-15 10:31:41 -07003005 </intent-filter>
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07003006 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangcd21cb82018-06-11 09:28:02 -07003007 android:value="com.android.settings.datausage.DataUsageSummary" />
Arc Wanga63e9c62021-09-28 20:39:15 +08003008 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3009 android:value="@string/menu_key_network"/>
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07003010 </activity>
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003011 <activity
3012 android:name="Settings$MobileDataUsageListActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003013 android:exported="true"
Yanting Yang85713d02019-09-27 18:34:04 +08003014 android:label="@string/cellular_data_usage">
Malcolm Chen52584e92017-06-20 11:14:27 -07003015 <intent-filter android:priority="1">
3016 <action android:name="android.settings.MOBILE_DATA_USAGE" />
Malcolm Chen6fef2fff2017-07-13 17:59:58 -07003017 <category android:name="android.intent.category.DEFAULT" />
Malcolm Chen52584e92017-06-20 11:14:27 -07003018 </intent-filter>
3019 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Ling282a0d92018-11-30 16:20:32 -08003020 android:value="com.android.settings.datausage.DataUsageList" />
Arc Wanga63e9c62021-09-28 20:39:15 +08003021 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3022 android:value="@string/menu_key_network"/>
Malcolm Chen52584e92017-06-20 11:14:27 -07003023 </activity>
3024
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003025 <activity
3026 android:name="Settings$DreamSettingsActivity"
3027 android:label="@string/screensaver_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003028 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003029 android:icon="@drawable/ic_settings_display">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003030 <intent-filter android:priority="1">
3031 <action android:name="android.settings.DREAM_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08003032 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08003033 <category android:name="android.intent.category.DEFAULT" />
3034 </intent-filter>
Daniel Sandler7dee75c2012-11-27 22:41:30 -05003035 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Evan Laird22315ad2017-07-18 16:37:42 -04003036 android:value="com.android.settings.dream.DreamSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003037 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3038 android:value="@string/menu_key_display"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003039 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3040 android:value="true" />
Daniel Sandler7dee75c2012-11-27 22:41:30 -05003041 </activity>
3042
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003043 <activity
3044 android:name="Settings$UserSettingsActivity"
3045 android:label="@string/user_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003046 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003047 android:icon="@drawable/ic_settings_multiuser">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003048 <intent-filter android:priority="1">
3049 <action android:name="android.settings.USER_SETTINGS" />
3050 <category android:name="android.intent.category.DEFAULT" />
3051 </intent-filter>
Fan Zhang99800962018-08-08 11:12:03 -07003052 <intent-filter>
Jason Monk4da79e02015-09-10 10:54:36 -04003053 <action android:name="com.android.settings.action.SETTINGS" />
3054 </intent-filter>
Fan Zhang99800962018-08-08 11:12:03 -07003055 <meta-data android:name="com.android.settings.order" android:value="-45"/>
Jason Monk4da79e02015-09-10 10:54:36 -04003056 <meta-data android:name="com.android.settings.category"
Raff Tsai9e3a9fd2019-10-01 17:06:26 +08003057 android:value="com.android.settings.category.ia.system" />
Raff Tsai6db277e2019-10-02 16:43:23 +08003058 <meta-data android:name="com.android.settings.summary_uri"
3059 android:value="content://com.android.settings.dashboard.SummaryProvider/user" />
Jason Chiu5f0fc1f2021-05-24 18:27:42 +08003060 <meta-data android:name="com.android.settings.icon"
3061 android:resource="@drawable/ic_settings_multiuser" />
Amith Yamasani233592b2013-03-01 17:05:23 -08003062 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Raff Tsai9e3a9fd2019-10-01 17:06:26 +08003063 android:value="com.android.settings.users.UserSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003064 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3065 android:value="@string/menu_key_system"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003066 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
Raff Tsai9e3a9fd2019-10-01 17:06:26 +08003067 android:value="true" />
Amith Yamasani233592b2013-03-01 17:05:23 -08003068 </activity>
3069
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003070 <activity
3071 android:name="Settings$PaymentSettingsActivity"
3072 android:label="@string/nfc_payment_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003073 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003074 android:icon="@drawable/ic_settings_nfc_payment">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003075 <intent-filter android:priority="1">
3076 <action android:name="android.settings.NFC_PAYMENT_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08003077 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08003078 <category android:name="android.intent.category.DEFAULT" />
3079 </intent-filter>
Martijn Coenen26515da2013-08-01 18:13:33 -07003080 <intent-filter>
3081 <action android:name="android.intent.action.MAIN" />
Martijn Coenen26515da2013-08-01 18:13:33 -07003082 <category android:name="android.intent.category.DEFAULT" />
3083 </intent-filter>
3084 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3085 android:value="com.android.settings.nfc.PaymentSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003086 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3087 android:value="@string/menu_key_connected_devices"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003088 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3089 android:value="true" />
Martijn Coenen26515da2013-08-01 18:13:33 -07003090 </activity>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003091
Martijn Coenen26515da2013-08-01 18:13:33 -07003092 <activity android:name=".nfc.PaymentDefaultDialog"
Martijn Coenenda6c0ba2013-09-05 21:07:23 -07003093 android:label="@string/nfc_payment_set_default_label"
Martijn Coenen26515da2013-08-01 18:13:33 -07003094 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003095 android:exported="true"
Andrew Sapperstein7e157432016-07-15 16:46:38 -07003096 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003097 <intent-filter android:priority="1">
Martijn Coenena73aa322013-08-30 12:57:42 -07003098 <action android:name="android.nfc.cardemulation.action.ACTION_CHANGE_DEFAULT" />
3099 <category android:name="android.intent.category.DEFAULT" />
3100 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003101 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3102 android:value="true" />
Martijn Coenen26515da2013-08-01 18:13:33 -07003103 </activity>
3104
Martijn Coenencbcc76e2015-06-05 21:28:17 +02003105 <activity android:name=".nfc.HowItWorks"
3106 android:label="@string/nfc_payment_settings_title"
Martijn Coenencbcc76e2015-06-05 21:28:17 +02003107 android:excludeFromRecents="true">
3108 </activity>
3109
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003110 <activity
3111 android:name="Settings$NotificationAccessSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003112 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003113 android:label="@string/manage_notification_access_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003114 <intent-filter android:priority="1">
3115 <action android:name="android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS" />
3116 <category android:name="android.intent.category.DEFAULT" />
3117 </intent-filter>
Daniel Sandler79b9bfe2013-04-04 14:30:04 -04003118 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
John Spurlock4a350512014-04-08 14:08:21 -04003119 android:value="com.android.settings.notification.NotificationAccessSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003120 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3121 android:value="@string/menu_key_notifications"/>
John Spurlock08531a82015-05-07 17:45:43 -04003122 </activity>
3123
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003124 <activity
Julia Reynolds31dc1fd2019-10-29 15:15:08 -04003125 android:name="Settings$NotificationAccessDetailsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003126 android:exported="true"
Julia Reynolds31dc1fd2019-10-29 15:15:08 -04003127 android:label="@string/manage_notification_access_title" >
3128 <intent-filter android:priority="1">
3129 <action android:name="android.settings.NOTIFICATION_LISTENER_DETAIL_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08003130 <category android:name="android.intent.category.BROWSABLE" />
Julia Reynolds31dc1fd2019-10-29 15:15:08 -04003131 <category android:name="android.intent.category.DEFAULT" />
3132 </intent-filter>
3133 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3134 android:value="com.android.settings.applications.specialaccess.notificationaccess.NotificationAccessDetails" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003135 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3136 android:value="@string/menu_key_notifications"/>
Julia Reynolds31dc1fd2019-10-29 15:15:08 -04003137 </activity>
3138
3139 <activity
Fabian Kozynski01b2a632019-02-20 12:55:10 -05003140 android:name="Settings$NotificationAssistantSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003141 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003142 android:label="@string/notification_assistant_title">
Fabian Kozynski01b2a632019-02-20 12:55:10 -05003143 <intent-filter android:priority="1">
3144 <action android:name="android.settings.NOTIFICATION_ASSISTANT_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08003145 <category android:name="android.intent.category.BROWSABLE" />
Fabian Kozynski01b2a632019-02-20 12:55:10 -05003146 <category android:name="android.intent.category.DEFAULT" />
3147 </intent-filter>
3148 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Chloris Kuo2c955bb2021-03-19 07:00:45 -07003149 android:value="com.android.settings.notification.ConfigureNotificationSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003150 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3151 android:value="@string/menu_key_notifications"/>
Fabian Kozynski01b2a632019-02-20 12:55:10 -05003152 </activity>
3153
3154 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003155 android:name="Settings$VrListenersSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003156 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003157 android:label="@string/vr_listeners_title">
Ruben Brunke1c98ca2016-02-23 18:58:56 -08003158 <intent-filter android:priority="1">
3159 <action android:name="android.settings.VR_LISTENER_SETTINGS" />
3160 <category android:name="android.intent.category.DEFAULT" />
3161 </intent-filter>
Ruben Brunke1c98ca2016-02-23 18:58:56 -08003162 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangaf155222018-07-11 09:41:39 -07003163 android:value="com.android.settings.applications.specialaccess.vrlistener.VrListenerSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003164 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3165 android:value="@string/menu_key_apps"/>
Ruben Brunke1c98ca2016-02-23 18:58:56 -08003166 </activity>
3167
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003168 <activity
3169 android:name="Settings$PictureInPictureSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003170 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003171 android:label="@string/picture_in_picture_title">
Winson Chung0a0d95a2017-01-20 11:22:44 -08003172 <intent-filter android:priority="1">
3173 <action android:name="android.settings.PICTURE_IN_PICTURE_SETTINGS" />
3174 <category android:name="android.intent.category.DEFAULT" />
3175 </intent-filter>
3176 <intent-filter>
3177 <action android:name="android.intent.action.MAIN" />
3178 <category android:name="android.intent.category.DEFAULT" />
3179 </intent-filter>
3180 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang4560ab72018-07-10 15:46:31 -07003181 android:value="com.android.settings.applications.specialaccess.pictureinpicture.PictureInPictureSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003182 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3183 android:value="@string/menu_key_apps"/>
Winson Chung0a0d95a2017-01-20 11:22:44 -08003184 </activity>
Ruben Brunke1c98ca2016-02-23 18:58:56 -08003185
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003186 <activity
3187 android:name="Settings$AppPictureInPictureSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003188 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003189 android:label="@string/picture_in_picture_title">
Winson Chung217d0e92017-03-17 15:48:38 -07003190 <intent-filter>
3191 <action android:name="android.settings.PICTURE_IN_PICTURE_SETTINGS" />
3192 <category android:name="android.intent.category.DEFAULT" />
3193 <data android:scheme="package" />
3194 </intent-filter>
3195 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang4560ab72018-07-10 15:46:31 -07003196 android:value="com.android.settings.applications.specialaccess.pictureinpicture.PictureInPictureDetails" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003197 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3198 android:value="@string/menu_key_apps"/>
Winson Chung217d0e92017-03-17 15:48:38 -07003199 </activity>
3200
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003201 <activity
Philip Junker8a978052022-03-14 18:08:46 +00003202 android:name="Settings$TurnScreenOnSettingsActivity"
3203 android:exported="true"
3204 android:label="@string/turn_screen_on_title">
3205 <intent-filter android:priority="1">
3206 <action android:name="android.settings.TURN_SCREEN_ON_SETTINGS" />
3207 <category android:name="android.intent.category.DEFAULT" />
3208 </intent-filter>
3209 <intent-filter>
3210 <action android:name="android.intent.action.MAIN" />
3211 <category android:name="android.intent.category.DEFAULT" />
3212 </intent-filter>
3213 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3214 android:value="com.android.settings.applications.specialaccess.turnscreenon.TurnScreenOnSettings" />
3215 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3216 android:value="@string/menu_key_apps"/>
3217 </activity>
3218
3219 <activity
kholoud mohamed14a887f2020-01-29 17:38:31 +00003220 android:name="Settings$InteractAcrossProfilesSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003221 android:exported="true"
kholoud mohamed14a887f2020-01-29 17:38:31 +00003222 android:label="@string/interact_across_profiles_title">
3223 <intent-filter android:priority="1">
3224 <action android:name="android.settings.MANAGE_CROSS_PROFILE_ACCESS" />
3225 <category android:name="android.intent.category.DEFAULT" />
3226 </intent-filter>
3227 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3228 android:value="com.android.settings.applications.specialaccess.interactacrossprofiles.InteractAcrossProfilesSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003229 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3230 android:value="@string/menu_key_apps"/>
kholoud mohamed14a887f2020-01-29 17:38:31 +00003231 </activity>
3232
3233 <activity android:name="Settings$AppInteractAcrossProfilesSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003234 android:exported="true"
kholoud mohamed14a887f2020-01-29 17:38:31 +00003235 android:label="@string/interact_across_profiles_title">
3236 <intent-filter>
3237 <action android:name="android.settings.MANAGE_CROSS_PROFILE_ACCESS" />
3238 <category android:name="android.intent.category.DEFAULT" />
3239 <data android:scheme="package" />
3240 </intent-filter>
3241 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3242 android:value="com.android.settings.applications.specialaccess.interactacrossprofiles.InteractAcrossProfilesDetails" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003243 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3244 android:value="@string/menu_key_apps"/>
kholoud mohamed14a887f2020-01-29 17:38:31 +00003245 </activity>
3246
3247 <activity
Fan Zhange366f022019-03-19 13:08:10 -07003248 android:name="Settings$ZenAccessDetailSettingsActivity"
3249 android:label="@string/manage_zen_access_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003250 android:exported="true"
Fan Zhange366f022019-03-19 13:08:10 -07003251 android:excludeFromRecents="true">
3252 <intent-filter>
3253 <action android:name="android.settings.NOTIFICATION_POLICY_ACCESS_DETAIL_SETTINGS" />
3254 <category android:name="android.intent.category.DEFAULT" />
3255 <data android:scheme="package" />
3256 </intent-filter>
3257 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3258 android:value="com.android.settings.applications.specialaccess.zenaccess.ZenAccessDetails" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003259 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3260 android:value="@string/menu_key_notifications"/>
Fan Zhange366f022019-03-19 13:08:10 -07003261 </activity>
3262
3263 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003264 android:name="Settings$ZenAccessSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003265 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003266 android:label="@string/manage_zen_access_title">
John Spurlock08531a82015-05-07 17:45:43 -04003267 <intent-filter android:priority="1">
John Spurlocka00194d2015-06-04 13:01:59 -04003268 <action android:name="android.settings.NOTIFICATION_POLICY_ACCESS_SETTINGS" />
John Spurlock08531a82015-05-07 17:45:43 -04003269 <category android:name="android.intent.category.DEFAULT" />
3270 </intent-filter>
John Spurlock08531a82015-05-07 17:45:43 -04003271 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05003272 android:value="com.android.settings.notification.zen.ZenAccessSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003273 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3274 android:value="@string/menu_key_notifications"/>
Daniel Sandler79b9bfe2013-04-04 14:30:04 -04003275 </activity>
3276
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003277 <activity
3278 android:name="Settings$ConfigureNotificationSettingsActivity"
3279 android:label="@string/configure_notification_settings"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003280 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003281 <intent-filter android:priority="1">
3282 <action android:name="android.settings.NOTIFICATION_SETTINGS" />
3283 <category android:name="android.intent.category.DEFAULT" />
3284 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07003285 <intent-filter android:priority="21">
Dan Sandler347f9442014-03-11 01:32:47 -04003286 <action android:name="android.intent.action.MAIN" />
Dan Sandler347f9442014-03-11 01:32:47 -04003287 <category android:name="com.android.settings.SHORTCUT" />
3288 </intent-filter>
3289 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynolds8c0a4232015-11-24 10:08:14 -05003290 android:value="com.android.settings.notification.ConfigureNotificationSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003291 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3292 android:value="@string/menu_key_notifications"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003293 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3294 android:value="true" />
Dan Sandler347f9442014-03-11 01:32:47 -04003295 </activity>
3296
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003297 <activity
Julia Reynolds6a88e142020-06-02 11:20:13 -04003298 android:name="Settings$ConversationListSettingsActivity"
3299 android:label="@string/zen_mode_conversations_title"
3300 android:exported="true">
3301 <intent-filter android:priority="1">
3302 <action android:name="android.settings.CONVERSATION_SETTINGS" />
3303 <category android:name="android.intent.category.DEFAULT" />
3304 </intent-filter>
3305 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3306 android:value="com.android.settings.notification.app.ConversationListSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003307 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3308 android:value="@string/menu_key_apps"/>
Julia Reynolds6a88e142020-06-02 11:20:13 -04003309 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3310 android:value="true" />
3311 </activity>
3312
3313 <activity
Julia Reynolds4e48da92019-03-26 09:04:22 -04003314 android:name="Settings$AppBubbleNotificationSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003315 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003316 android:label="@string/bubbles_app_toggle_title">
Julia Reynolds4e48da92019-03-26 09:04:22 -04003317 <intent-filter android:priority="1">
3318 <action android:name="android.settings.APP_NOTIFICATION_BUBBLE_SETTINGS" />
3319 <category android:name="android.intent.category.DEFAULT" />
3320 </intent-filter>
3321 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05003322 android:value="com.android.settings.notification.app.AppBubbleNotificationSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003323 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3324 android:value="@string/menu_key_apps"/>
Julia Reynolds4e48da92019-03-26 09:04:22 -04003325 </activity>
3326
3327 <activity
Amber Ogata9d5de292020-12-16 20:37:22 +00003328 android:name="Settings$PremiumSmsAccessActivity"
3329 android:label="@string/premium_sms_access"
3330 android:exported="true">
3331 <intent-filter>
3332 <action android:name="android.settings.PREMIUM_SMS_SETTINGS" />
3333 <category android:name="android.intent.category.DEFAULT" />
3334 <data android:scheme="package" />
3335 </intent-filter>
3336 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3337 android:value="com.android.settings.applications.specialaccess.premiumsms.PremiumSmsAccess" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003338 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3339 android:value="@string/menu_key_apps"/>
Amber Ogata9d5de292020-12-16 20:37:22 +00003340 </activity>
3341
3342 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003343 android:name="Settings$SoundSettingsActivity"
3344 android:label="@string/sound_settings"
3345 android:icon="@drawable/ic_homepage_sound"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003346 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003347 <intent-filter android:priority="1">
John Spurlock4e4cdef2014-05-28 09:43:45 -04003348 <action android:name="com.android.settings.SOUND_SETTINGS" />
3349 <action android:name="android.settings.SOUND_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08003350 <category android:name="android.intent.category.BROWSABLE" />
Kenny Guyf9f279e2017-04-04 18:01:13 +01003351 <action android:name="android.settings.ACTION_OTHER_SOUND_SETTINGS" />
John Spurlock4e4cdef2014-05-28 09:43:45 -04003352 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08003353 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07003354 <intent-filter android:priority="40">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003355 <action android:name="android.intent.action.MAIN" />
Julia Reynolds8c0a4232015-11-24 10:08:14 -05003356 <category android:name="com.android.settings.SHORTCUT" />
John Spurlock4e4cdef2014-05-28 09:43:45 -04003357 </intent-filter>
3358 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynolds8c0a4232015-11-24 10:08:14 -05003359 android:value="com.android.settings.notification.SoundSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003360 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3361 android:value="@string/menu_key_sound"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003362 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3363 android:value="true" />
Julia Reynolds8c0a4232015-11-24 10:08:14 -05003364 </activity>
John Spurlock4e4cdef2014-05-28 09:43:45 -04003365
Julia Reynoldsff9500d2018-03-21 15:23:13 -04003366 <!-- Show apps for which application-level notification settings are applicable -->
3367 <activity android:name="Settings$NotificationAppListActivity"
3368 android:label="@string/app_notifications_title"
3369 android:icon="@drawable/ic_notifications"
Fan Zhang416ff0a2018-10-26 15:39:39 -07003370 android:exported="true">
Julia Reynoldsff9500d2018-03-21 15:23:13 -04003371 <intent-filter android:priority="1">
3372 <action android:name="android.settings.ALL_APPS_NOTIFICATION_SETTINGS" />
3373 <category android:name="android.intent.category.DEFAULT" />
3374 </intent-filter>
Julia Reynoldsff9500d2018-03-21 15:23:13 -04003375 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3376 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003377 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3378 android:value="@string/menu_key_notifications"/>
Julia Reynoldsff9500d2018-03-21 15:23:13 -04003379 </activity>
3380
Yuri Lin554ab1f2022-04-12 17:05:49 -04003381 <!-- Application-level notification settings page, same as above but only accessible
3382 internally from system server -->
3383 <activity android:name="Settings$NotificationReviewPermissionsActivity"
3384 android:label="@string/app_notifications_title"
3385 android:icon="@drawable/ic_notifications"
3386 android:exported="false">
3387 <intent-filter android:priority="1">
3388 <action android:name="android.settings.ALL_APPS_NOTIFICATION_SETTINGS_FOR_REVIEW" />
3389 <category android:name="android.intent.category.DEFAULT" />
3390 </intent-filter>
3391 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3392 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
3393 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3394 android:value="@string/menu_key_notifications"/>
3395 </activity>
3396
John Spurlock802ddf92014-07-18 11:51:13 -04003397 <!-- Show application-level notification settings (app passed in as extras) -->
3398 <activity android:name="Settings$AppNotificationSettingsActivity"
John Spurlockb8ec3432014-07-27 13:33:34 -04003399 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003400 <intent-filter android:priority="1">
3401 <action android:name="android.settings.APP_NOTIFICATION_SETTINGS" />
3402 <category android:name="android.intent.category.DEFAULT" />
3403 </intent-filter>
John Spurlock802ddf92014-07-18 11:51:13 -04003404 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05003405 android:value="com.android.settings.notification.app.AppNotificationSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003406 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3407 android:value="@string/menu_key_notifications"/>
John Spurlockb8ec3432014-07-27 13:33:34 -04003408 </activity>
3409
Julia Reynolds69492882017-01-25 10:32:07 -05003410 <!-- Show channel-level notification settings (channel passed in as extras) -->
Julia Reynoldsefe26e22021-03-10 21:38:49 -05003411 <activity android:name=".notification.app.ChannelPanelActivity"
Julia Reynoldse2897ae2018-04-19 10:04:53 -04003412 android:label="@string/notification_channel_title"
Julia Reynoldsefe26e22021-03-10 21:38:49 -05003413 android:theme="@style/Theme.Panel"
Julia Reynoldsefe26e22021-03-10 21:38:49 -05003414 android:excludeFromRecents="true"
Valentin Iftime1e81f6e2023-01-30 10:44:37 +01003415 android:configChanges="keyboardHidden|screenSize"
Julia Reynolds69492882017-01-25 10:32:07 -05003416 android:exported="true">
3417 <intent-filter android:priority="1">
3418 <action android:name="android.settings.CHANNEL_NOTIFICATION_SETTINGS" />
3419 <category android:name="android.intent.category.DEFAULT" />
3420 </intent-filter>
Julia Reynolds69492882017-01-25 10:32:07 -05003421 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05003422 android:value="com.android.settings.notification.app.ChannelNotificationSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003423 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3424 android:value="@string/menu_key_notifications"/>
Julia Reynolds69492882017-01-25 10:32:07 -05003425 </activity>
3426
Zachary Kuznia5adcb3d2015-08-07 16:32:28 -07003427 <!-- Show Manual (from settings item) -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003428 <activity
3429 android:name="ManualDisplayActivity"
3430 android:label="@string/manual"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003431 android:exported="true"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003432 android:enabled="@bool/config_show_manual">
Zachary Kuznia5adcb3d2015-08-07 16:32:28 -07003433 <intent-filter>
3434 <action android:name="android.settings.SHOW_MANUAL" />
3435 <category android:name="android.intent.category.DEFAULT" />
3436 </intent-filter>
3437 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3438 android:value="true" />
3439 </activity>
3440
Jake Hamby5e9bd862013-04-09 15:48:25 -07003441 <!-- Show regulatory info (from settings item or dialing "*#07#") -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003442 <activity
3443 android:name="RegulatoryInfoDisplayActivity"
3444 android:label="@string/regulatory_labels"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003445 android:exported="true"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003446 android:enabled="@bool/config_show_regulatory_info">
Jeff Sharkey3daa2592014-04-18 15:30:15 -07003447 <intent-filter>
Jake Hamby5e9bd862013-04-09 15:48:25 -07003448 <action android:name="android.settings.SHOW_REGULATORY_INFO" />
Han Xu9cf02662022-08-15 19:19:55 +08003449 <category android:name="android.intent.category.BROWSABLE" />
Jake Hamby5e9bd862013-04-09 15:48:25 -07003450 <category android:name="android.intent.category.DEFAULT" />
3451 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003452 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3453 android:value="true" />
Jake Hamby5e9bd862013-04-09 15:48:25 -07003454 </activity>
3455
Eugene Susla57544122017-04-14 10:42:59 -07003456 <!-- Confirmation dialog for enabling notification access from CompanionDeviceManager -->
3457 <activity android:name=".notification.NotificationAccessConfirmationActivity"
Guojing Yuan19235b82021-05-12 17:06:42 +00003458 android:taskAffinity=".notification.NotificationAccessConfirmationActivity"
Eugene Susla57544122017-04-14 10:42:59 -07003459 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" />
3460
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003461 <receiver android:name="com.android.settingslib.bluetooth.BluetoothDiscoverableTimeoutReceiver"
3462 android:exported="true">
Srikanth Uppala59a97f72012-04-04 03:32:22 -07003463 <intent-filter>
3464 <action android:name="android.bluetooth.intent.DISCOVERABLE_TIMEOUT" />
3465 </intent-filter>
3466 </receiver>
3467
Amith Yamasani32dccbc2012-09-13 18:06:49 -07003468 <!-- Watch for ContactsContract.Profile changes and update the user's photo. -->
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003469 <receiver android:name=".users.ProfileUpdateReceiver"
3470 android:exported="true">
Amith Yamasani32dccbc2012-09-13 18:06:49 -07003471 <intent-filter>
3472 <action android:name="android.provider.Contacts.PROFILE_CHANGED" />
3473 </intent-filter>
3474 </receiver>
3475
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003476 <receiver android:name=".sim.SimSelectNotification"
3477 android:exported="true">
PauloftheWest63f7bc82014-10-30 08:01:30 -07003478 <intent-filter>
Malcolm Chena05e6f82019-03-27 17:45:29 -07003479 <action android:name="android.telephony.action.PRIMARY_SUBSCRIPTION_LIST_CHANGED"/>
Malcolm Chen7dd82f92019-04-18 19:45:04 -07003480 <action android:name="android.settings.ENABLE_MMS_DATA_REQUEST"/>
PauloftheWest63f7bc82014-10-30 08:01:30 -07003481 </intent-filter>
3482 </receiver>
3483
Amith Yamasani2ad96252013-09-09 13:07:27 -07003484 <provider
Aurimas Liutikase0069d32018-04-17 11:22:43 -07003485 android:name="androidx.core.content.FileProvider"
Amith Yamasani2ad96252013-09-09 13:07:27 -07003486 android:authorities="com.android.settings.files"
3487 android:grantUriPermissions="true"
3488 android:exported="false">
3489 <meta-data
3490 android:name="android.support.FILE_PROVIDER_PATHS"
3491 android:resource="@xml/file_paths" />
3492 </provider>
Fabrice Di Megliofa7dc242014-03-12 19:24:43 -07003493
Andrew Sapperstein56a8c332019-06-18 09:44:18 -07003494 <provider
3495 android:name=".deviceinfo.legal.ModuleLicenseProvider"
3496 android:authorities="com.android.settings.module_licenses"
3497 android:grantUriPermissions="true"
3498 android:exported="false"/>
3499
Fan Zhang9fdceae2021-03-10 21:45:19 +00003500 <provider
3501 android:name=".emergency.EmergencyActionContentProvider"
3502 android:authorities="com.android.settings.emergency"
3503 android:permission="android.permission.CALL_PRIVILEGED"
3504 android:exported="true"/>
3505
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003506 <activity
3507 android:name=".wifi.RequestToggleWiFiActivity"
3508 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"
Svetoslav Ganov871078e2016-07-26 18:26:45 -07003509 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003510 android:exported="true"
Svetoslav Ganov871078e2016-07-26 18:26:45 -07003511 android:permission="android.permission.CHANGE_WIFI_STATE">
3512 <intent-filter>
3513 <action android:name="android.net.wifi.action.REQUEST_ENABLE" />
3514 <action android:name="android.net.wifi.action.REQUEST_DISABLE" />
3515 <category android:name="android.intent.category.DEFAULT" />
3516 </intent-filter>
3517 </activity>
3518
Weng Su56a88882021-07-06 11:30:17 +08003519 <!--
3520 The Wi-Fi result data will only be returned from WifiDialogActivity if the calling
3521 package has ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission. (see b/185126813)
3522 -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003523 <activity
3524 android:name=".wifi.WifiDialogActivity"
Udam Saini86d52c92016-03-10 11:30:53 -08003525 android:label=""
Maurice Lam771fac52015-09-08 10:36:43 -07003526 android:theme="@style/Transparent"
3527 android:excludeFromRecents="true"
lindatseng8d7d0132019-05-21 14:41:11 -07003528 android:documentLaunchMode="always"
Maurice Lamec1f2ee2015-10-29 16:40:49 -07003529 android:exported="true"
Udam Saini0ec68622015-12-21 10:52:34 -08003530 android:permission="android.permission.CHANGE_WIFI_STATE"
3531 android:configChanges="orientation|keyboardHidden|screenSize">
Maurice Lam771fac52015-09-08 10:36:43 -07003532 <intent-filter>
3533 <action android:name="com.android.settings.WIFI_DIALOG" />
3534 <category android:name="android.intent.category.DEFAULT" />
3535 </intent-filter>
3536 </activity>
3537
cosmohsiehda37bb72018-11-26 11:58:02 +08003538 <activity
3539 android:name=".wifi.NetworkRequestDialogActivity"
govenliudbf920c2019-08-19 16:22:22 +08003540 android:theme="@style/Theme.AlertDialog"
cosmohsiehda37bb72018-11-26 11:58:02 +08003541 android:excludeFromRecents="true"
cosmohsiehed2fac12019-03-21 13:32:19 +08003542 android:launchMode="singleTop"
3543 android:taskAffinity=".wifi.NetworkRequestDialogActivity"
cosmohsiehda37bb72018-11-26 11:58:02 +08003544 android:exported="true"
Roshan Piusb2db1f02019-11-19 15:45:40 +00003545 android:permission="android.permission.NETWORK_SETTINGS">
cosmohsiehda37bb72018-11-26 11:58:02 +08003546 <intent-filter>
cosmohsieh1e2e6142019-01-11 10:02:24 +08003547 <action android:name="com.android.settings.wifi.action.NETWORK_REQUEST" />
cosmohsiehda37bb72018-11-26 11:58:02 +08003548 <category android:name="android.intent.category.DEFAULT" />
3549 </intent-filter>
3550 </activity>
3551
Jason Chiu2c3e6c62019-04-30 14:41:19 +08003552 <receiver
Jason Chiuda2ca2f2019-01-29 17:13:28 +08003553 android:name=".wifi.slice.ConnectToWifiHandler"
Jason Chiuda2ca2f2019-01-29 17:13:28 +08003554 android:exported="false" />
3555
Antony Sargenta7dc2772019-04-12 15:08:16 -07003556 <activity
3557 android:name=".sim.SimDialogActivity"
SongFerngWangbe8f2792021-12-21 12:58:12 +08003558 android:theme="@style/Theme.AlertDialog.SimConfirmDialog"
Antony Sargenta7dc2772019-04-12 15:08:16 -07003559 android:label="@string/sim_settings_title"
3560 android:launchMode="singleTop"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003561 android:exported="true"
Antony Sargenta7dc2772019-04-12 15:08:16 -07003562 android:excludeFromRecents="true">
PauloftheWestffef98b2014-11-18 07:12:48 -08003563 <intent-filter>
3564 <action android:name="android.intent.action.MAIN" />
PauloftheWestffef98b2014-11-18 07:12:48 -08003565 </intent-filter>
3566 </activity>
3567
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003568 <activity
Fan Zhang03dd39c2019-04-02 16:41:01 -07003569 android:name=".flashlight.FlashlightHandleActivity"
3570 android:theme="@android:style/Theme.NoDisplay"
3571 android:excludeFromRecents="true"
3572 android:exported="true"
3573 android:label="@string/power_flashlight"/>
3574
3575 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003576 android:name="Settings$WifiCallingSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003577 android:exported="true"
Zoey Chen6cf16b02021-11-01 16:46:12 +08003578 android:configChanges="orientation|keyboard|keyboardHidden|screenSize|smallestScreenSize|screenLayout"
Fan Zhang416ff0a2018-10-26 15:39:39 -07003579 android:label="@string/wifi_calling_settings_title">
Pavel Zhamaitsiak4ab32562015-02-23 15:34:07 -08003580 <intent-filter>
3581 <action android:name="android.intent.action.MAIN" />
3582 <action android:name="android.settings.WIFI_CALLING_SETTINGS" />
3583 <category android:name="android.intent.category.DEFAULT" />
3584 <category android:name="android.intent.category.VOICE_LAUNCH" />
3585 </intent-filter>
3586 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangb91db422018-02-09 10:25:55 -08003587 android:value="com.android.settings.wifi.calling.WifiCallingSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003588 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3589 android:value="@string/menu_key_network"/>
Pavel Zhamaitsiak4ab32562015-02-23 15:34:07 -08003590 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3591 android:value="true" />
Pavel Zhamaitsiak4ab32562015-02-23 15:34:07 -08003592 </activity>
3593
Fan Zhangb91db422018-02-09 10:25:55 -08003594 <activity android:name=".wifi.calling.WifiCallingSuggestionActivity"
Jason Monkd3ac2392016-01-27 13:54:35 -05003595 android:label="@string/wifi_calling_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003596 android:exported="true"
Mill Chen71958002019-01-23 10:44:39 +08003597 android:icon="@drawable/ic_suggestion_wireless">
Jason Monkd3ac2392016-01-27 13:54:35 -05003598 <intent-filter>
3599 <action android:name="android.intent.action.MAIN" />
Fan Zhang7afbf0f2017-05-08 09:31:01 -07003600 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
Jason Monkd3ac2392016-01-27 13:54:35 -05003601 </intent-filter>
3602 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangb91db422018-02-09 10:25:55 -08003603 android:value="com.android.settings.wifi.calling.WifiCallingSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003604 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3605 android:value="@string/menu_key_network"/>
Jason Monkd3ac2392016-01-27 13:54:35 -05003606 <meta-data android:name="com.android.settings.dismiss"
Fan Zhangaf91c1f2017-06-03 15:24:11 -07003607 android:value="10,14,30" />
Jason Monkd3ac2392016-01-27 13:54:35 -05003608 <meta-data android:name="com.android.settings.title"
3609 android:resource="@string/wifi_calling_suggestion_title" />
Jason Monkec1f28e2016-02-24 17:39:29 -05003610 <meta-data android:name="com.android.settings.summary"
3611 android:resource="@string/wifi_calling_suggestion_summary" />
Jason Monkd3ac2392016-01-27 13:54:35 -05003612 </activity>
3613
Fabrice Di Megliofa7dc242014-03-12 19:24:43 -07003614 <provider
3615 android:name=".search.SettingsSearchIndexablesProvider"
3616 android:authorities="com.android.settings"
3617 android:multiprocess="false"
3618 android:grantUriPermissions="true"
3619 android:permission="android.permission.READ_SEARCH_INDEXABLES"
3620 android:exported="true">
3621 <intent-filter>
3622 <action android:name="android.content.action.SEARCH_INDEXABLES_PROVIDER" />
3623 </intent-filter>
3624 </provider>
3625
Fan Zhang2985a072017-09-27 17:32:46 -07003626 <provider
3627 android:name=".dashboard.suggestions.SuggestionStateProvider"
3628 android:authorities="com.android.settings.suggestions.status"
3629 android:exported="true">
3630 <intent-filter>
3631 <action android:name="com.android.settings.action.SUGGESTION_STATE_PROVIDER" />
3632 </intent-filter>
3633 </provider>
3634
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003635 <activity
3636 android:name="Settings$OverlaySettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003637 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003638 android:label="@string/draw_overlay">
Billy Lau7f70ba12015-07-03 17:01:18 +01003639 <intent-filter android:priority="1">
3640 <action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" />
3641 <category android:name="android.intent.category.DEFAULT" />
3642 </intent-filter>
Billy Laufee78562015-07-27 12:57:07 +01003643 <intent-filter android:priority="1">
3644 <action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" />
3645 <category android:name="android.intent.category.DEFAULT" />
3646 <data android:scheme="package" />
3647 </intent-filter>
3648 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Bernardo Rufino897a0e02019-11-06 15:00:27 +00003649 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003650 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3651 android:value="@string/menu_key_apps"/>
Raff Tsai613f15a2020-01-05 21:56:35 +08003652 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3653 android:value="true" />
Billy Laufee78562015-07-27 12:57:07 +01003654 </activity>
3655
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003656 <activity
Bernardo Rufino88540312019-11-25 19:40:53 +00003657 android:name="Settings$AppDrawOverlaySettingsActivity"
3658 android:label="@string/draw_overlay"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003659 android:exported="true"
Bernardo Rufino88540312019-11-25 19:40:53 +00003660 android:permission="android.permission.INTERNAL_SYSTEM_WINDOW">
3661 <intent-filter android:priority="1">
3662 <action android:name="android.settings.MANAGE_APP_OVERLAY_PERMISSION" />
3663 <category android:name="android.intent.category.DEFAULT" />
3664 <data android:scheme="package" />
3665 </intent-filter>
3666 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3667 android:value="com.android.settings.applications.appinfo.DrawOverlayDetails" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003668 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3669 android:value="@string/menu_key_apps"/>
Bernardo Rufino88540312019-11-25 19:40:53 +00003670 </activity>
3671
3672 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003673 android:name="Settings$WriteSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003674 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003675 android:label="@string/write_settings_title">
Billy Lau7f70ba12015-07-03 17:01:18 +01003676 <intent-filter android:priority="1">
3677 <action android:name="android.settings.action.MANAGE_WRITE_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08003678 <category android:name="android.intent.category.BROWSABLE" />
Billy Lau7f70ba12015-07-03 17:01:18 +01003679 <category android:name="android.intent.category.DEFAULT" />
3680 </intent-filter>
Billy Laubb3aa262015-07-21 16:43:17 +01003681 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07003682 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003683 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3684 android:value="@string/menu_key_apps"/>
Raff Tsai613f15a2020-01-05 21:56:35 +08003685 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3686 android:value="true" />
Billy Lau7f70ba12015-07-03 17:01:18 +01003687 </activity>
3688
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003689 <activity
3690 android:name="Settings$AppWriteSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003691 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003692 android:label="@string/write_settings_title">
Suprabh Shuklaf59d2112017-03-06 17:51:05 -08003693 <intent-filter android:priority="1">
3694 <action android:name="android.settings.action.MANAGE_WRITE_SETTINGS" />
3695 <category android:name="android.intent.category.DEFAULT" />
3696 <data android:scheme="package" />
3697 </intent-filter>
3698 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Lingebf88432017-12-11 11:18:10 -08003699 android:value="com.android.settings.applications.appinfo.WriteSettingsDetails" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003700 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3701 android:value="@string/menu_key_apps"/>
Suprabh Shuklaf59d2112017-03-06 17:51:05 -08003702 </activity>
3703
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003704 <activity
Suprabh Shuklac8b92402021-02-17 18:00:35 -08003705 android:name="Settings$AlarmsAndRemindersActivity"
3706 android:exported="true"
3707 android:label="@string/alarms_and_reminders_label">
3708 <intent-filter android:priority="1">
3709 <action android:name="android.settings.REQUEST_SCHEDULE_EXACT_ALARM" />
3710 <category android:name="android.intent.category.DEFAULT" />
3711 </intent-filter>
3712 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3713 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003714 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3715 android:value="@string/menu_key_apps"/>
Suprabh Shuklac8b92402021-02-17 18:00:35 -08003716 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3717 android:value="true" />
3718 </activity>
3719
3720 <activity
3721 android:name="Settings$AlarmsAndRemindersAppActivity"
3722 android:exported="true"
3723 android:label="@string/alarms_and_reminders_label">
3724 <intent-filter android:priority="1">
3725 <action android:name="android.settings.REQUEST_SCHEDULE_EXACT_ALARM" />
3726 <category android:name="android.intent.category.DEFAULT" />
3727 <data android:scheme="package" />
3728 </intent-filter>
3729 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3730 android:value="com.android.settings.applications.appinfo.AlarmsAndRemindersDetails" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003731 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3732 android:value="@string/menu_key_apps"/>
Suprabh Shuklac8b92402021-02-17 18:00:35 -08003733 </activity>
3734
3735 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003736 android:name="Settings$ManageExternalSourcesActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003737 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003738 android:label="@string/install_other_apps">
Suprabh Shukla57d92312016-12-16 14:44:05 -08003739 <intent-filter android:priority="1">
Suprabh Shuklaed0ba742017-04-20 16:02:54 -07003740 <action android:name="android.settings.MANAGE_UNKNOWN_APP_SOURCES" />
Suprabh Shukla57d92312016-12-16 14:44:05 -08003741 <category android:name="android.intent.category.DEFAULT" />
3742 </intent-filter>
3743 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07003744 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003745 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3746 android:value="@string/menu_key_apps"/>
Raff Tsai613f15a2020-01-05 21:56:35 +08003747 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3748 android:value="true" />
Suprabh Shukla57d92312016-12-16 14:44:05 -08003749 </activity>
3750
Suprabh Shuklaf59d2112017-03-06 17:51:05 -08003751 <activity android:name="Settings$ManageAppExternalSourcesActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003752 android:exported="true"
Fan Zhang416ff0a2018-10-26 15:39:39 -07003753 android:label="@string/install_other_apps">
Billy Laufee78562015-07-27 12:57:07 +01003754 <intent-filter android:priority="1">
Suprabh Shuklaed0ba742017-04-20 16:02:54 -07003755 <action android:name="android.settings.MANAGE_UNKNOWN_APP_SOURCES" />
Billy Laufee78562015-07-27 12:57:07 +01003756 <category android:name="android.intent.category.DEFAULT" />
3757 <data android:scheme="package" />
3758 </intent-filter>
3759 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Lingebf88432017-12-11 11:18:10 -08003760 android:value="com.android.settings.applications.appinfo.ExternalSourcesDetails" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003761 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3762 android:value="@string/menu_key_apps"/>
Billy Laufee78562015-07-27 12:57:07 +01003763 </activity>
3764
arangelove35badd2017-10-27 13:51:28 +01003765 <activity android:name=".enterprise.ActionDisabledByAdminDialog"
Edgar Wang83507b52021-05-27 00:47:03 +08003766 android:theme="@style/Theme.AlertDialog"
Mill Chen078af332019-04-04 15:39:27 -07003767 android:taskAffinity="com.android.settings.enterprise"
Sudheer Shankafee4e3e2016-02-18 17:48:01 +00003768 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003769 android:exported="true"
Sudheer Shankafee4e3e2016-02-18 17:48:01 +00003770 android:launchMode="singleTop">
Sudheer Shankabc1c50c2018-02-13 17:19:38 -08003771 <intent-filter android:priority="1">
Sudheer Shankacb99d942015-12-31 17:46:29 +00003772 <action android:name="android.settings.SHOW_ADMIN_SUPPORT_DETAILS" />
Sudheer Shanka9159fe92015-11-23 12:07:05 +00003773 <category android:name="android.intent.category.DEFAULT" />
3774 </intent-filter>
3775 </activity>
3776
Ricky Waic76a11f2022-01-25 23:04:26 +00003777 <activity android:name=".ActionDisabledByAppOpsDialog"
3778 android:theme="@style/Theme.AlertDialog"
3779 android:taskAffinity="com.android.settings.appops"
3780 android:excludeFromRecents="true"
3781 android:exported="false"
3782 android:launchMode="singleTop">
3783 <intent-filter android:priority="1">
3784 <action android:name="android.settings.SHOW_RESTRICTED_SETTING_DIALOG" />
3785 <category android:name="android.intent.category.DEFAULT" />
3786 </intent-filter>
3787 </activity>
3788
shafika54d7a82020-01-08 18:03:22 +00003789 <activity
3790 android:name="Settings$ManageExternalStorageActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003791 android:exported="true"
shafika54d7a82020-01-08 18:03:22 +00003792 android:label="@string/manage_external_storage_title">
3793 <intent-filter android:priority="1">
3794 <action android:name="android.settings.MANAGE_ALL_FILES_ACCESS_PERMISSION" />
3795 <category android:name="android.intent.category.DEFAULT" />
3796 </intent-filter>
3797 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3798 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003799 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3800 android:value="@string/menu_key_storage"/>
shafika54d7a82020-01-08 18:03:22 +00003801 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3802 android:value="true" />
3803 </activity>
3804
3805 <activity
3806 android:name="Settings$AppManageExternalStorageActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003807 android:exported="true"
shafikc32844922020-01-20 16:01:21 +00003808 android:label="@string/manage_external_storage_title">
shafika54d7a82020-01-08 18:03:22 +00003809 <intent-filter android:priority="1">
3810 <action android:name="android.settings.MANAGE_APP_ALL_FILES_ACCESS_PERMISSION" />
3811 <category android:name="android.intent.category.DEFAULT" />
3812 <data android:scheme="package" />
3813 </intent-filter>
3814 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3815 android:value="com.android.settings.applications.appinfo.ManageExternalStorageDetails" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003816 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3817 android:value="@string/menu_key_apps"/>
shafika54d7a82020-01-08 18:03:22 +00003818 </activity>
3819
Ivan Chiangd01c81e2021-03-09 10:39:45 +08003820 <activity
3821 android:name="Settings$MediaManagementAppsActivity"
3822 android:exported="true"
3823 android:label="@string/media_management_apps_title">
3824 <intent-filter android:priority="1">
3825 <action android:name="android.settings.REQUEST_MANAGE_MEDIA" />
3826 <category android:name="android.intent.category.DEFAULT" />
3827 </intent-filter>
3828 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3829 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003830 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3831 android:value="@string/menu_key_apps"/>
Ivan Chiangd01c81e2021-03-09 10:39:45 +08003832 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3833 android:value="true" />
3834 </activity>
3835
3836 <activity
3837 android:name="Settings$AppMediaManagementAppsActivity"
3838 android:exported="true"
3839 android:label="@string/media_management_apps_title">
3840 <intent-filter android:priority="1">
3841 <action android:name="android.settings.REQUEST_MANAGE_MEDIA" />
3842 <category android:name="android.intent.category.DEFAULT" />
3843 <data android:scheme="package" />
3844 </intent-filter>
3845 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3846 android:value="com.android.settings.applications.appinfo.MediaManagementAppsDetails" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003847 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3848 android:value="@string/menu_key_apps"/>
Ivan Chiangd01c81e2021-03-09 10:39:45 +08003849 </activity>
3850
Gustav Sennton4d3334c2016-12-13 19:16:48 +00003851 <!-- Keep compatibility with old WebView-picker implementation -->
3852 <activity-alias android:name=".WebViewImplementation"
Gustav Sennton5b596282017-02-03 16:19:02 +00003853 android:targetActivity="Settings$WebViewAppPickerActivity"
Jason Monk75199542016-05-06 15:09:32 -04003854 android:exported="true"
3855 android:excludeFromRecents="true"
Andrew Sapperstein7e157432016-07-15 16:46:38 -07003856 android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert">
Jason Monk75199542016-05-06 15:09:32 -04003857 <intent-filter>
3858 <action android:name="android.settings.WEBVIEW_SETTINGS" />
3859 <category android:name="android.intent.category.DEFAULT" />
3860 </intent-filter>
3861 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3862 android:value="true" />
Gustav Sennton5b596282017-02-03 16:19:02 +00003863 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3864 android:value="com.android.settings.webview.WebViewAppPicker" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003865 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3866 android:value="@string/menu_key_system"/>
Doris Lingd299b032017-02-28 17:32:36 -08003867 </activity-alias>
Doris Ling91365232016-05-23 17:06:26 -07003868
Chandan Nath0bfef632019-01-28 21:15:13 +00003869 <provider
Raff Tsai6db277e2019-10-02 16:43:23 +08003870 android:name=".dashboard.SummaryProvider"
3871 android:authorities="com.android.settings.dashboard.SummaryProvider">
Chandan Nath0bfef632019-01-28 21:15:13 +00003872 </provider>
3873
3874 <activity android:name=".backup.UserBackupSettingsActivity"
Doris Ling26bf0032016-06-15 18:16:09 -07003875 android:label="@string/privacy_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003876 android:exported="true"
Chandan Nath0bfef632019-01-28 21:15:13 +00003877 android:icon="@drawable/ic_settings_backup">
Doris Ling26bf0032016-06-15 18:16:09 -07003878 <intent-filter>
3879 <action android:name="android.intent.action.MAIN" />
3880 <category android:name="android.intent.category.DEFAULT" />
3881 <category android:name="android.intent.category.VOICE_LAUNCH" />
3882 </intent-filter>
Chandan Nath0bfef632019-01-28 21:15:13 +00003883 <!-- Mark the activity as a dynamic setting -->
3884 <intent-filter>
3885 <action android:name="com.android.settings.action.IA_SETTINGS" />
3886 </intent-filter>
3887 <!-- Tell Settings app which category it belongs to -->
3888 <meta-data android:name="com.android.settings.category"
3889 android:value="com.android.settings.category.ia.system" />
Jason Chiu5f0fc1f2021-05-24 18:27:42 +08003890 <meta-data android:name="com.android.settings.icon"
3891 android:resource="@drawable/ic_settings_backup" />
Chandan Nath0bfef632019-01-28 21:15:13 +00003892 <meta-data android:name="com.android.settings.order" android:value="-60"/>
Doris Ling26bf0032016-06-15 18:16:09 -07003893 </activity>
3894
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003895 <activity
3896 android:name="Settings$AutomaticStorageManagerSettingsActivity"
3897 android:exported="@bool/config_storage_manager_settings_enabled"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003898 android:label="@string/automatic_storage_manager_settings">
Daniel Nishi39818892016-09-20 16:40:49 -07003899 <intent-filter android:priority="1">
3900 <action android:name="android.settings.STORAGE_MANAGER_SETTINGS" />
3901 <category android:name="android.intent.category.DEFAULT" />
3902 </intent-filter>
3903 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3904 android:value="com.android.settings.deletionhelper.AutomaticStorageManagerSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003905 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3906 android:value="@string/menu_key_storage"/>
Daniel Nishi39818892016-09-20 16:40:49 -07003907 </activity>
Fan Zhangcc335d92016-09-29 14:37:14 -07003908
Sean Stout64417232019-04-05 12:34:44 -07003909 <!-- Show app-level advanced power usage details (app passed in as extras) -->
3910 <activity
3911 android:name=".fuelgauge.AdvancedPowerUsageDetailActivity"
3912 android:excludeFromRecents="true"
3913 android:launchMode="singleInstance"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003914 android:exported="true"
Sean Stout64417232019-04-05 12:34:44 -07003915 android:theme="@android:style/Theme.NoDisplay">
3916 <intent-filter>
Sean Stout75ea57a2020-07-14 23:32:14 +00003917 <action android:name="android.settings.VIEW_ADVANCED_POWER_USAGE_DETAIL" />
Sean Stout64417232019-04-05 12:34:44 -07003918 <category android:name="android.intent.category.DEFAULT" />
3919 <data android:scheme="package" />
3920 </intent-filter>
3921 </activity>
3922
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003923 <activity
Yanting Yang92fce8e2020-12-17 23:26:49 +08003924 android:name=".Settings$AppDashboardActivity"
3925 android:label="@string/apps_dashboard_title"
3926 android:icon="@drawable/ic_homepage_apps"
3927 android:exported="true">
3928 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3929 android:value="com.android.settings.applications.AppDashboardFragment"/>
Jason Chiu29a09e52021-10-12 17:24:34 +08003930 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3931 android:value="@string/menu_key_apps"/>
Yanting Yang92fce8e2020-12-17 23:26:49 +08003932 </activity>
3933
3934 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003935 android:name=".Settings$AccountDashboardActivity"
3936 android:label="@string/account_dashboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003937 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003938 android:icon="@drawable/ic_homepage_accounts">
Fan Zhange2de8d52017-02-13 12:28:43 -08003939 <intent-filter android:priority="1">
3940 <action android:name="android.settings.SYNC_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08003941 <category android:name="android.intent.category.BROWSABLE" />
Fan Zhange2de8d52017-02-13 12:28:43 -08003942 <category android:name="android.intent.category.DEFAULT" />
3943 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07003944 <intent-filter android:priority="53">
Fan Zhang2f4355a2018-06-21 15:34:43 -07003945 <action android:name="android.intent.action.MAIN" />
3946 <category android:name="com.android.settings.SHORTCUT" />
3947 </intent-filter>
Fan Zhangb75fdfc2016-12-14 11:35:28 -08003948 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang881d5792018-01-26 10:15:56 -08003949 android:value="com.android.settings.accounts.AccountDashboardFragment"/>
Jason Chiu29a09e52021-10-12 17:24:34 +08003950 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3951 android:value="@string/menu_key_accounts"/>
Rubin Xu71560fc2018-05-17 14:48:49 +01003952 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3953 android:value="true" />
Fan Zhangb75fdfc2016-12-14 11:35:28 -08003954 </activity>
3955
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003956 <activity
3957 android:name=".Settings$SystemDashboardActivity"
3958 android:label="@string/header_category_system"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003959 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003960 android:icon="@drawable/ic_homepage_system_dashboard">
Fan Zhang5a981772018-06-22 14:30:09 -07003961 <intent-filter android:priority="70">
Fan Zhang2f4355a2018-06-21 15:34:43 -07003962 <action android:name="android.intent.action.MAIN" />
3963 <category android:name="com.android.settings.SHORTCUT" />
3964 </intent-filter>
Fan Zhangcc335d92016-09-29 14:37:14 -07003965 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3966 android:value="com.android.settings.system.SystemDashboardFragment"/>
Jason Chiu29a09e52021-10-12 17:24:34 +08003967 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3968 android:value="@string/menu_key_system"/>
Fan Zhangcc335d92016-09-29 14:37:14 -07003969 </activity>
3970
Fan Zhangb4737302017-05-31 12:43:48 -07003971 <activity android:name=".support.SupportDashboardActivity"
Fan Zhangcc335d92016-09-29 14:37:14 -07003972 android:label="@string/page_tab_title_support"
Fan Zhang925a4f82018-01-23 16:35:31 -08003973 android:icon="@drawable/ic_homepage_support"
Daniel Nishi67ca29f2017-07-17 12:49:04 -07003974 android:theme="@android:style/Theme.DeviceDefault.Light.Panel"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003975 android:exported="true"
Fan Zhang6ff6add2017-03-02 12:07:38 -08003976 android:enabled="@bool/config_support_enabled">
Fan Zhang9445d152018-08-06 10:03:07 -07003977 <intent-filter>
Maurice Lam5f0edba2017-06-08 11:57:40 -07003978 <action android:name="com.android.settings.action.SUPPORT_SETTINGS" />
3979 <category android:name="android.intent.category.DEFAULT" />
3980 </intent-filter>
Fan Zhanga96a2d82016-09-27 17:51:11 -07003981 </activity>
3982
Jason Monkdc252eb2016-01-30 11:36:52 -05003983 <service
3984 android:name=".SettingsDumpService"
3985 android:exported="true"
3986 android:permission="android.permission.DUMP" />
3987
Dan Sandler3bd52dd2016-03-24 10:24:27 -07003988 <!-- Quick Settings tiles for Developer Options -->
3989 <service
Fan Zhang83332602017-10-09 15:53:16 -07003990 android:name=".development.qstile.DevelopmentTiles$ShowLayout"
Sunny Goyalc9607512017-02-06 15:19:00 -08003991 android:label="@string/debug_layout"
3992 android:icon="@drawable/tile_icon_show_layout"
Sunny Goyalbf9f2d22016-11-02 11:20:17 -07003993 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003994 android:exported="true"
Sunny Goyalc9607512017-02-06 15:19:00 -08003995 android:enabled="false">
3996 <intent-filter>
3997 <action android:name="android.service.quicksettings.action.QS_TILE" />
3998 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05003999 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04004000 android:value="true"/>
Sunny Goyalc9607512017-02-06 15:19:00 -08004001 </service>
4002 <service
Fan Zhang83332602017-10-09 15:53:16 -07004003 android:name=".development.qstile.DevelopmentTiles$GPUProfiling"
Sunny Goyalc9607512017-02-06 15:19:00 -08004004 android:label="@string/track_frame_time"
4005 android:icon="@drawable/tile_icon_graphics"
4006 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004007 android:exported="true"
Sunny Goyalc9607512017-02-06 15:19:00 -08004008 android:enabled="false">
4009 <intent-filter>
4010 <action android:name="android.service.quicksettings.action.QS_TILE" />
4011 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05004012 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04004013 android:value="true"/>
Sunny Goyalc9607512017-02-06 15:19:00 -08004014 </service>
4015 <service
Fan Zhang83332602017-10-09 15:53:16 -07004016 android:name=".development.qstile.DevelopmentTiles$ForceRTL"
Sunny Goyalc9607512017-02-06 15:19:00 -08004017 android:label="@string/force_rtl_layout_all_locales"
4018 android:icon="@drawable/tile_icon_force_rtl"
4019 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004020 android:exported="true"
Sunny Goyalc9607512017-02-06 15:19:00 -08004021 android:enabled="false">
4022 <intent-filter>
4023 <action android:name="android.service.quicksettings.action.QS_TILE" />
4024 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05004025 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04004026 android:value="true"/>
Sunny Goyalc9607512017-02-06 15:19:00 -08004027 </service>
4028 <service
Fan Zhang83332602017-10-09 15:53:16 -07004029 android:name=".development.qstile.DevelopmentTiles$AnimationSpeed"
Sunny Goyalc9607512017-02-06 15:19:00 -08004030 android:label="@string/window_animation_scale_title"
4031 android:icon="@drawable/tile_icon_animation_speed"
4032 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004033 android:exported="true"
Sunny Goyalc9607512017-02-06 15:19:00 -08004034 android:enabled="false">
Dan Sandler12c4ba42016-03-28 11:13:40 -04004035 <intent-filter>
4036 <action android:name="android.service.quicksettings.action.QS_TILE" />
4037 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05004038 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04004039 android:value="true"/>
Dan Sandler12c4ba42016-03-28 11:13:40 -04004040 </service>
Fan Zhang130c4772018-10-01 12:14:06 -07004041
Vishnu Nairdc6bc482018-01-10 16:07:23 -08004042 <service
Vishnu Nair74100b32018-02-22 07:14:36 -08004043 android:name=".development.qstile.DevelopmentTiles$WinscopeTrace"
4044 android:label="@string/winscope_trace_quick_settings_title"
4045 android:icon="@drawable/tile_icon_winscope_trace"
Vishnu Nairdc6bc482018-01-10 16:07:23 -08004046 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004047 android:exported="true"
Vishnu Nairdc6bc482018-01-10 16:07:23 -08004048 android:enabled="false">
4049 <intent-filter>
4050 <action android:name="android.service.quicksettings.action.QS_TILE" />
4051 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05004052 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04004053 android:value="true"/>
Vishnu Nairdc6bc482018-01-10 16:07:23 -08004054 </service>
Daniel Nishi80c20442016-05-04 10:08:36 -07004055
Michael Groover3a665ac2019-03-19 19:13:17 -07004056 <service
4057 android:name=".development.qstile.DevelopmentTiles$SensorsOff"
4058 android:label="@string/sensors_off_quick_settings_title"
4059 android:icon="@drawable/tile_icon_sensors_off"
4060 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004061 android:exported="true"
Michael Groover3a665ac2019-03-19 19:13:17 -07004062 android:enabled="false">
4063 <intent-filter>
4064 <action android:name="android.service.quicksettings.action.QS_TILE" />
4065 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05004066 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04004067 android:value="true"/>
Michael Groover3a665ac2019-03-19 19:13:17 -07004068 </service>
4069
Joshua Duong0f3eba32020-04-07 00:17:17 -07004070 <service
4071 android:name=".development.qstile.DevelopmentTiles$WirelessDebugging"
4072 android:label="@string/enable_adb_wireless"
4073 android:icon="@drawable/tile_icon_debugging_wireless"
4074 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004075 android:exported="true"
Joshua Duong0f3eba32020-04-07 00:17:17 -07004076 android:enabled="false">
4077 <intent-filter>
4078 <action android:name="android.service.quicksettings.action.QS_TILE" />
4079 </intent-filter>
4080 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
4081 android:value="true"/>
4082 </service>
4083
Chris Ye39b586f2020-06-11 17:57:16 -07004084 <service
4085 android:name=".development.qstile.DevelopmentTiles$ShowTaps"
4086 android:label="@string/show_touches"
4087 android:icon="@drawable/tile_icon_show_taps"
4088 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Oruganti917aa552020-06-24 16:36:28 -07004089 android:exported="true"
Chris Ye39b586f2020-06-11 17:57:16 -07004090 android:enabled="false">
4091 <intent-filter>
4092 <action android:name="android.service.quicksettings.action.QS_TILE" />
4093 </intent-filter>
4094 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
4095 android:value="true"/>
4096 </service>
4097
Ats Jenkfe2a1682022-06-17 14:32:59 -07004098 <service
4099 android:name=".development.qstile.DevelopmentTiles$DesktopMode"
4100 android:label="@string/desktop_mode"
4101 android:icon="@drawable/tile_icon_desktop_mode"
4102 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
4103 android:exported="true"
4104 android:enabled="false">
4105 <intent-filter>
4106 <action android:name="android.service.quicksettings.action.QS_TILE" />
4107 </intent-filter>
4108 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
4109 android:value="true"/>
Ats Jenk618876c2022-09-22 16:44:51 -07004110 <meta-data android:name="com.android.settings.development.qstile.REQUIRES_SYSTEM_PROPERTY"
4111 android:value="persist.wm.debug.desktop_mode" />
Ats Jenkfe2a1682022-06-17 14:32:59 -07004112 </service>
4113
Fan Zhang7373ec02018-08-14 13:25:47 -07004114 <activity
4115 android:name=".HelpTrampoline"
Jeff Sharkey4f425c82016-07-18 18:28:55 -06004116 android:exported="true"
Fan Zhang7373ec02018-08-14 13:25:47 -07004117 android:theme="@style/Transparent"
Jeff Sharkey4f425c82016-07-18 18:28:55 -06004118 android:permission="android.permission.DUMP"
Fan Zhang7373ec02018-08-14 13:25:47 -07004119 android:excludeFromRecents="true"
Tsung-Mao Fang98b9b342021-11-17 13:46:08 +08004120 android:enabled="@*android:bool/config_settingsHelpLinksEnabled" />
Jeff Sharkey4f425c82016-07-18 18:28:55 -06004121
Felipe Lemef7d54ba2017-04-25 16:42:55 -07004122 <activity android:name=".applications.autofill.AutofillPickerActivity"
4123 android:excludeFromRecents="true"
4124 android:launchMode="singleInstance"
4125 android:exported="false">
4126 </activity>
4127
4128 <activity android:name=".applications.autofill.AutofillPickerTrampolineActivity"
4129 android:theme="@android:style/Theme.NoDisplay"
4130 android:excludeFromRecents="true"
4131 android:launchMode="singleInstance"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004132 android:exported="true"
Felipe Lemef7d54ba2017-04-25 16:42:55 -07004133 android:label="@string/autofill_app">
Felipe Lemedb2b55a2017-04-24 18:10:09 -07004134 <intent-filter android:priority="1">
4135 <action android:name="android.settings.REQUEST_SET_AUTOFILL_SERVICE" />
4136 <category android:name="android.intent.category.DEFAULT" />
4137 <data android:scheme="package" />
4138 </intent-filter>
4139 </activity>
4140
Daniel Nishi232ebf12018-01-19 14:11:20 -08004141 <activity android:name="Settings$AdvancedConnectedDeviceActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004142 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08004143 android:label="@string/connected_device_connections_title">
Daniel Nishi232ebf12018-01-19 14:11:20 -08004144 <intent-filter android:priority="1">
Zhaoyu Su0a9f8762018-07-09 14:50:47 +08004145 <action android:name="android.settings.NFC_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08004146 <category android:name="android.intent.category.BROWSABLE" />
Zhaoyu Su0a9f8762018-07-09 14:50:47 +08004147 <category android:name="android.intent.category.DEFAULT" />
4148 </intent-filter>
4149 <intent-filter android:priority="1">
Daniel Nishi232ebf12018-01-19 14:11:20 -08004150 <action android:name="com.android.settings.ADVANCED_CONNECTED_DEVICE_SETTINGS" />
4151 <category android:name="android.intent.category.DEFAULT" />
4152 </intent-filter>
Daniel Nishi232ebf12018-01-19 14:11:20 -08004153 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4154 android:value="com.android.settings.connecteddevice.AdvancedConnectedDeviceDashboardFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004155 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4156 android:value="@string/menu_key_connected_devices"/>
Daniel Nishi232ebf12018-01-19 14:11:20 -08004157 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4158 android:value="true" />
4159 </activity>
4160
jackqdyulei715408e2019-02-07 15:47:52 -08004161 <activity android:name="Settings$BluetoothDeviceDetailActivity"
4162 android:label="@string/device_details_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004163 android:exported="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06004164 android:permission="android.permission.BLUETOOTH_CONNECT">
jackqdyulei715408e2019-02-07 15:47:52 -08004165 <intent-filter android:priority="1">
4166 <action android:name="com.android.settings.BLUETOOTH_DEVICE_DETAIL_SETTINGS" />
4167 <category android:name="android.intent.category.DEFAULT" />
4168 </intent-filter>
4169 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4170 android:value="com.android.settings.bluetooth.BluetoothDeviceDetailsFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004171 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4172 android:value="@string/menu_key_connected_devices"/>
hughchenb78ecc42019-10-16 15:27:17 +08004173 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4174 android:value="true" />
jackqdyulei715408e2019-02-07 15:47:52 -08004175 </activity>
4176
changbettya56e1982022-03-29 01:14:05 +00004177 <activity
4178 android:name="Settings$BluetoothBroadcastActivity"
4179 android:exported="true"
4180 android:theme="@style/Theme.AlertDialog.SimConfirmDialog"
4181 android:permission="android.permission.BLUETOOTH_CONNECT"
4182 android:configChanges="orientation|keyboardHidden|screenSize">
4183 <intent-filter android:priority="1">
4184 <action android:name="android.settings.MEDIA_BROADCAST_DIALOG" />
4185 <category android:name="android.intent.category.DEFAULT" />
4186 </intent-filter>
4187 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
changbettyf31b5762022-04-28 15:49:49 +00004188 android:value="com.android.settings.bluetooth.BluetoothBroadcastDialog" />
changbettya56e1982022-03-29 01:14:05 +00004189 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4190 android:value="true" />
4191 </activity>
4192
4193 <activity
4194 android:name="Settings$BluetoothFindBroadcastsActivity"
4195 android:label="@string/bluetooth_find_broadcast_title"
4196 android:exported="true"
4197 android:permission="android.permission.BLUETOOTH_CONNECT"
4198 android:configChanges="orientation|keyboardHidden|screenSize">
4199 <intent-filter android:priority="1">
4200 <action android:name="android.settings.BLUTOOTH_FIND_BROADCASTS_ACTIVITY" />
4201 <category android:name="android.intent.category.DEFAULT" />
4202 </intent-filter>
4203 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4204 android:value="com.android.settings.bluetooth.BluetoothFindBroadcastsFragment" />
4205 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4206 android:value="true" />
4207 </activity>
4208
Matt Fritze90899e02018-10-16 12:41:42 -07004209 <activity android:name=".panel.SettingsPanelActivity"
4210 android:label="@string/settings_panel_title"
lindatsenge972b162019-04-19 15:40:20 -07004211 android:theme="@style/Theme.Panel"
lindatseng2943c1d2019-05-02 17:12:27 -07004212 android:launchMode="singleInstance"
Matt Fritze90899e02018-10-16 12:41:42 -07004213 android:excludeFromRecents="true"
Tim Penge54e0292020-04-15 10:49:35 +08004214 android:configChanges="orientation|keyboardHidden|screenSize"
Matthew Fritze735d6ef2018-12-05 07:55:12 -08004215 android:exported="true">
Matt Fritze90899e02018-10-16 12:41:42 -07004216 <intent-filter>
Matthew Fritze735d6ef2018-12-05 07:55:12 -08004217 <action android:name="android.settings.panel.action.INTERNET_CONNECTIVITY" />
Matt Fritze90899e02018-10-16 12:41:42 -07004218 <category android:name="android.intent.category.DEFAULT" />
4219 </intent-filter>
Matthew Fritze735d6ef2018-12-05 07:55:12 -08004220 <intent-filter>
Matthew Fritze63cce452019-03-05 08:17:37 -08004221 <action android:name="android.settings.panel.action.NFC" />
Matthew Fritze735d6ef2018-12-05 07:55:12 -08004222 <category android:name="android.intent.category.DEFAULT" />
4223 </intent-filter>
Matthew Fritze3f743ae2019-01-22 15:53:37 -08004224 <intent-filter>
Matthew Fritze63cce452019-03-05 08:17:37 -08004225 <action android:name="android.settings.panel.action.WIFI" />
4226 <category android:name="android.intent.category.DEFAULT" />
4227 </intent-filter>
4228 <intent-filter>
4229 <action android:name="android.settings.panel.action.VOLUME" />
Matthew Fritze3f743ae2019-01-22 15:53:37 -08004230 <category android:name="android.intent.category.DEFAULT" />
4231 </intent-filter>
Matt Fritze90899e02018-10-16 12:41:42 -07004232 </activity>
4233
govenliud507b562019-11-21 09:36:58 +08004234 <activity android:name=".wifi.addappnetworks.AddAppNetworksActivity"
4235 android:label="@string/settings_panel_title"
4236 android:theme="@style/Theme.Panel"
4237 android:launchMode="singleInstance"
4238 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004239 android:exported="true"
govenliu66dd7582020-01-31 12:53:30 +08004240 android:configChanges="orientation|keyboardHidden|screenSize">
govenliud507b562019-11-21 09:36:58 +08004241 <intent-filter>
4242 <action android:name="android.settings.WIFI_ADD_NETWORKS" />
4243 <category android:name="android.intent.category.DEFAULT" />
4244 </intent-filter>
4245 </activity>
4246
Matthew Fritze7fddfeb2017-12-11 15:01:11 -08004247 <provider android:name=".slices.SettingsSliceProvider"
Matthew Fritzea4a3dff2018-02-28 08:15:55 -08004248 android:authorities="com.android.settings.slices;android.settings.slices"
Jason Monkf6edc7c2017-11-22 10:04:38 -05004249 android:exported="true"
Fan Zhang671a39f2019-02-11 14:38:13 -08004250 android:grantUriPermissions="true" />
Mady Mellor7c740852017-11-03 09:17:05 -07004251
4252 <receiver
Matthew Fritzee8d66bb2018-07-30 14:12:50 -07004253 android:name=".slices.SliceBroadcastReceiver"
Fan Zhang0c7c59f2018-10-26 13:40:38 -07004254 android:exported="false" />
Matthew Fritzee8d66bb2018-07-30 14:12:50 -07004255
4256 <receiver
4257 android:name=".slices.SliceRelayReceiver"
4258 android:permission="android.permission.MANAGE_SLICE_PERMISSIONS"
Fan Zhang0c7c59f2018-10-26 13:40:38 -07004259 android:exported="true" />
Mady Mellor7c740852017-11-03 09:17:05 -07004260
Jason Chiu2c7b77d2020-08-20 16:22:44 +08004261 <receiver
4262 android:name=".slices.VolumeSliceRelayReceiver"
4263 android:permission="android.permission.MANAGE_SLICE_PERMISSIONS"
4264 android:exported="true" />
4265
jackqdyulei821adce2018-01-29 19:20:37 -08004266 <!-- Couldn't be triggered from outside of settings. Statsd can trigger it because we send
4267 PendingIntent to it-->
4268 <receiver android:name=".fuelgauge.batterytip.AnomalyDetectionReceiver"
4269 android:exported="false" />
4270
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004271 <receiver android:name=".fuelgauge.batterytip.AnomalyConfigReceiver"
4272 android:exported="true">
jackqdyuleie1604d32018-01-31 20:24:47 -08004273 <intent-filter>
4274 <action android:name="android.app.action.STATSD_STARTED"/>
4275 <action android:name="android.intent.action.BOOT_COMPLETED"/>
4276 </intent-filter>
4277 </receiver>
4278
jackqdyulei0fa413e2018-02-23 10:59:27 -08004279 <service android:name=".fuelgauge.batterytip.AnomalyCleanupJobService"
jackqdyulei338ae2f2018-02-16 10:06:08 -08004280 android:permission="android.permission.BIND_JOB_SERVICE" />
4281
Lei Yu9a80d6e2018-03-15 15:55:07 -07004282 <service android:name=".fuelgauge.batterytip.AnomalyConfigJobService"
4283 android:permission="android.permission.BIND_JOB_SERVICE" />
4284
jackqdyulei3ee28c82018-02-20 15:07:26 -08004285 <service android:name=".fuelgauge.batterytip.AnomalyDetectionJobService"
4286 android:permission="android.permission.BIND_JOB_SERVICE" />
4287
Sunny Shao195f61b2018-07-24 18:15:55 +08004288 <provider
Fan Zhang5e6e6a12018-10-25 14:19:43 -07004289 android:name=".homepage.contextualcards.CardContentProvider"
Sunny Shao195f61b2018-07-24 18:15:55 +08004290 android:authorities="com.android.settings.homepage.CardContentProvider"
4291 android:exported="true"
4292 android:permission="android.permission.WRITE_SETTINGS_HOMEPAGE_DATA" />
4293
Raff Tsai3936e9f2018-09-28 17:42:43 +08004294 <provider
4295 android:name=".homepage.contextualcards.SettingsContextualCardProvider"
4296 android:authorities="com.android.settings.homepage.contextualcards"
4297 android:permission="android.permission.WRITE_SETTINGS_HOMEPAGE_DATA"
4298 android:exported="true">
4299 <intent-filter>
4300 <action android:name="android.content.action.SETTINGS_HOMEPAGE_DATA"/>
4301 </intent-filter>
4302 </provider>
Arc Wang4591d822018-11-19 15:48:29 +08004303
4304 <activity
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004305 android:name=".wifi.dpp.WifiDppConfiguratorActivity"
4306 android:exported="true">
Arc Wange43bb772018-12-03 17:16:55 +08004307 <intent-filter>
4308 <action android:name="android.settings.WIFI_DPP_CONFIGURATOR_QR_CODE_SCANNER"/>
4309 <action android:name="android.settings.WIFI_DPP_CONFIGURATOR_QR_CODE_GENERATOR"/>
Arc Wange43bb772018-12-03 17:16:55 +08004310 <category android:name="android.intent.category.DEFAULT"/>
4311 </intent-filter>
Arc Wangc1036df2019-02-26 15:19:30 +08004312 <intent-filter>
4313 <action android:name="android.settings.PROCESS_WIFI_EASY_CONNECT_URI"/>
4314 <category android:name="android.intent.category.DEFAULT"/>
4315 <data android:scheme="DPP"/>
4316 </intent-filter>
Arc Wange43bb772018-12-03 17:16:55 +08004317 </activity>
Yi-Ling Chuang68f37a12018-11-20 19:51:13 +08004318
Arc Wang4ab0d162018-12-07 16:00:18 +08004319 <activity
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004320 android:name=".wifi.dpp.WifiDppEnrolleeActivity"
4321 android:exported="true">
Arc Wang4ab0d162018-12-07 16:00:18 +08004322 <intent-filter>
4323 <action android:name="android.settings.WIFI_DPP_ENROLLEE_QR_CODE_SCANNER"/>
4324 <category android:name="android.intent.category.DEFAULT"/>
4325 </intent-filter>
4326 </activity>
4327
Yi-Ling Chuang68f37a12018-11-20 19:51:13 +08004328 <activity android:name=".homepage.contextualcards.ContextualCardFeedbackDialog"
4329 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" />
manabu, shimoda9fae7392017-11-08 11:32:31 +09004330
joshmccloskeybba76322019-09-19 11:23:29 -07004331 <activity android:name=".homepage.contextualcards.FaceReEnrollDialog"
4332 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" />
4333
manabu, shimoda9fae7392017-11-08 11:32:31 +09004334 <activity
4335 android:name="Settings$WifiCallingDisclaimerActivity"
4336 android:label="@string/wifi_calling_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004337 android:exported="true"
manabu, shimoda9fae7392017-11-08 11:32:31 +09004338 android:taskAffinity="com.android.settings">
4339 <intent-filter>
4340 <action android:name="android.intent.action.MAIN" />
4341 <category android:name="android.intent.category.DEFAULT" />
4342 </intent-filter>
4343 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4344 android:value="com.android.settings.wifi.calling.WifiCallingDisclaimerFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004345 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4346 android:value="@string/menu_key_network"/>
manabu, shimoda9fae7392017-11-08 11:32:31 +09004347 </activity>
Salvador Martinez32917042019-03-20 15:23:19 -07004348
4349 <activity android:name="Settings$BatterySaverScheduleSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004350 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08004351 android:label="@string/battery_saver_schedule_settings_title">
Salvador Martinez32917042019-03-20 15:23:19 -07004352 <intent-filter>
4353 <action android:name="com.android.settings.BATTERY_SAVER_SCHEDULE_SETTINGS" />
4354 <category android:name="android.intent.category.DEFAULT" />
4355 </intent-filter>
4356 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4357 android:value="com.android.settings.fuelgauge.batterysaver.BatterySaverScheduleSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004358 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4359 android:value="@string/menu_key_battery"/>
Salvador Martinez32917042019-03-20 15:23:19 -07004360 </activity>
Steve Elliotte7721232019-05-22 14:13:29 -04004361
Fabian Kozynski83df54b2020-03-24 16:37:57 -04004362 <activity android:name="Settings$PowerMenuSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004363 android:exported="true"
Fabian Kozynski83df54b2020-03-24 16:37:57 -04004364 android:label="@string/power_menu_setting_name">
4365 <intent-filter>
4366 <action android:name="android.settings.ACTION_POWER_MENU_SETTINGS" />
4367 <category android:name="android.intent.category.DEFAULT" />
4368 </intent-filter>
4369 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4370 android:value="com.android.settings.gestures.PowerMenuSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004371 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4372 android:value="@string/menu_key_system"/>
Fabian Kozynski83df54b2020-03-24 16:37:57 -04004373 </activity>
4374
Mehdi Alizadeh03555962019-12-13 15:31:53 -08004375 <activity
4376 android:name="Settings$GestureNavigationSettingsActivity"
4377 android:label="@string/gesture_settings_activity_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004378 android:exported="true"
Mehdi Alizadeh03555962019-12-13 15:31:53 -08004379 android:enabled="true">
4380 <intent-filter android:priority="32">
4381 <action android:name="android.intent.action.MAIN" />
4382 <category android:name="com.android.settings.SHORTCUT" />
4383 </intent-filter>
4384 <intent-filter android:priority="1">
4385 <action android:name="com.android.settings.GESTURE_NAVIGATION_SETTINGS" />
4386 <category android:name="android.intent.category.DEFAULT" />
4387 </intent-filter>
4388 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4389 android:value="com.android.settings.gestures.GestureNavigationSettingsFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004390 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4391 android:value="@string/menu_key_system"/>
Mehdi Alizadeh03555962019-12-13 15:31:53 -08004392 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4393 android:value="true" />
4394 </activity>
4395
Jernej Virag97ea2792021-08-09 18:11:28 +00004396 <activity
4397 android:name="Settings$ButtonNavigationSettingsActivity"
4398 android:label="Button Navigation Settings"
4399 android:exported="true"
4400 android:enabled="true">
4401 <intent-filter android:priority="32">
4402 <action android:name="android.intent.action.MAIN" />
4403 <category android:name="com.android.settings.SHORTCUT" />
4404 </intent-filter>
4405 <intent-filter android:priority="1">
4406 <action android:name="com.android.settings.BUTTON_NAVIGATION_SETTINGS" />
4407 <category android:name="android.intent.category.DEFAULT" />
4408 </intent-filter>
4409 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4410 android:value="com.android.settings.gestures.ButtonNavigationSettingsFragment" />
4411 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4412 android:value="true" />
4413 </activity>
4414
Beth Thibodeau59cbd112020-06-09 23:38:41 -04004415 <activity android:name="Settings$MediaControlsSettingsActivity"
4416 android:exported="true"
bvineeth5b90dfa2021-11-16 06:44:41 +00004417 android:label="@string/media_controls_title">
Beth Thibodeau59cbd112020-06-09 23:38:41 -04004418 <intent-filter>
4419 <action android:name="android.settings.ACTION_MEDIA_CONTROLS_SETTINGS" />
4420 <category android:name="android.intent.category.DEFAULT" />
4421 </intent-filter>
4422 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4423 android:value="com.android.settings.sound.MediaControlsSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08004424 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4425 android:value="@string/menu_key_sound"/>
Beth Thibodeau59cbd112020-06-09 23:38:41 -04004426 </activity>
4427
timhypengc3bd8012020-09-02 15:54:18 +08004428 <receiver
4429 android:name=".media.BluetoothPairingReceiver"
4430 android:exported="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06004431 android:permission="android.permission.BLUETOOTH_CONNECT">
timhypengc3bd8012020-09-02 15:54:18 +08004432 <intent-filter>
4433 <action android:name="com.android.settings.action.LAUNCH_BLUETOOTH_PAIRING"/>
Jason Chiu29a09e52021-10-12 17:24:34 +08004434 </intent-filter>
timhypengc3bd8012020-09-02 15:54:18 +08004435 </receiver>
4436
Jiashen Wang610060c82020-07-12 20:44:47 -07004437 <receiver
4438 android:name=".sim.receivers.SimSlotChangeReceiver"
4439 android:exported="true">
4440 <intent-filter>
4441 <action android:name="android.telephony.action.SIM_SLOT_STATUS_CHANGED" />
4442 </intent-filter>
4443 </receiver>
4444
Jiashen Wang7629de02020-11-24 19:03:33 -08004445 <receiver
Jiashen Wang85109672021-01-25 19:49:26 -08004446 android:name=".sim.receivers.SuwFinishReceiver"
4447 android:exported="true">
4448 <intent-filter>
4449 <action android:name="com.google.android.setupwizard.SETUP_WIZARD_FINISHED" />
4450 </intent-filter>
4451 </receiver>
4452
4453 <receiver
Jiashen Wang7629de02020-11-24 19:03:33 -08004454 android:name=".sim.receivers.SimCompleteBootReceiver"
4455 android:exported="true">
4456 <intent-filter>
4457 <action android:name="android.intent.action.BOOT_COMPLETED"/>
4458 </intent-filter>
4459 </receiver>
4460
Jiashen Wangb54d25e2021-01-18 19:14:00 -08004461 <activity
4462 android:name=".sim.ChooseSimActivity"
4463 android:theme="@style/GlifV3Theme.DayNight.NoActionBar"
4464 android:launchMode="singleInstance"
Bonian Chenc79e74d2022-03-18 16:52:40 +08004465 android:excludeFromRecents="true"
Jiashen Wangb54d25e2021-01-18 19:14:00 -08004466 android:exported="false"/>
4467
4468 <activity
4469 android:name=".sim.SwitchToEsimConfirmDialogActivity"
4470 android:exported="false"
4471 android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
4472 android:launchMode="singleInstance"
SongFerngWang4780be42021-12-21 05:39:09 +08004473 android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/>
Jiashen Wangb54d25e2021-01-18 19:14:00 -08004474
4475 <activity
4476 android:name=".sim.DsdsDialogActivity"
4477 android:exported="false"
4478 android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
4479 android:launchMode="singleInstance"
SongFerngWang4780be42021-12-21 05:39:09 +08004480 android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/>
Jiashen Wangb54d25e2021-01-18 19:14:00 -08004481
Jiashen Wang7629de02020-11-24 19:03:33 -08004482 <service android:name=".sim.SimNotificationService"
4483 android:permission="android.permission.BIND_JOB_SERVICE" />
4484
calvinpane077e392021-01-25 10:07:26 +08004485 <activity android:name=".sim.smartForwarding.SmartForwardingActivity"
calvinpane077e392021-01-25 10:07:26 +08004486 android:exported="true"
4487 android:launchMode="singleTask">
4488 </activity>
4489
Mill Chen00231002021-03-11 01:18:13 +08004490 <activity android:name="Settings$FactoryResetActivity"
4491 android:permission="android.permission.BACKUP"
4492 android:label="@string/main_clear_title"
4493 android:exported="true"
4494 android:theme="@style/SudThemeGlif.Light">
4495 <intent-filter>
4496 <action android:name="com.android.settings.action.FACTORY_RESET"/>
4497 <category android:name="android.intent.category.DEFAULT"/>
4498 </intent-filter>
4499 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4500 android:value="com.android.settings.MainClear"/>
Jason Chiu646a31e2021-11-10 11:56:00 +08004501 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4502 android:value="@string/menu_key_system"/>
Mill Chen00231002021-03-11 01:18:13 +08004503 </activity>
4504
4505 <activity android:name="Settings$FactoryResetConfirmActivity"
4506 android:label="@string/main_clear_confirm_title"
4507 android:exported="false"
4508 android:theme="@style/SudThemeGlif.Light">
4509 </activity>
4510
Jason Changd1cf05c2021-10-21 16:12:15 +08004511 <activity
4512 android:name="Settings$OneHandedSettingsActivity"
4513 android:label="@string/one_handed_title"
4514 android:exported="true"
4515 android:enabled="true">
4516 <intent-filter android:priority="1">
Jason Changcffaef12021-11-20 23:21:28 +08004517 <action android:name="android.settings.action.ONE_HANDED_SETTINGS" />
4518 <category android:name="android.intent.category.DEFAULT" />
4519 </intent-filter>
4520 <intent-filter android:priority="1">
Jason Changd1cf05c2021-10-21 16:12:15 +08004521 <action android:name="android.intent.action.MAIN" />
4522 <category android:name="com.android.settings.SHORTCUT" />
4523 </intent-filter>
4524 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4525 android:value="com.android.settings.gestures.OneHandedSettings"/>
4526 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4527 android:value="true" />
4528 </activity>
4529
Marie Matheson125a84f2022-02-02 19:14:00 +00004530 <receiver android:name=".safetycenter.SafetySourceBroadcastReceiver"
4531 android:exported="true">
4532 <intent-filter>
4533 <action android:name="android.safetycenter.action.REFRESH_SAFETY_SOURCES"/>
Marie Matheson1106faf2022-02-14 20:33:57 +00004534 <action android:name="android.intent.action.BOOT_COMPLETED"/>
Marie Matheson125a84f2022-02-02 19:14:00 +00004535 </intent-filter>
4536 </receiver>
4537
Zoey Chen4b345982022-05-12 11:27:40 +08004538 <activity
4539 android:name="com.android.settings.bluetooth.QrCodeScanModeActivity"
4540 android:permission="android.permission.BLUETOOTH_CONNECT"
4541 android:exported="true">
4542 <intent-filter>
4543 <action android:name="android.settings.BLUETOOTH_LE_AUDIO_QR_CODE_SCANNER"/>
4544 <category android:name="android.intent.category.DEFAULT"/>
4545 </intent-filter>
4546 </activity>
4547
Dan Sandler3bd52dd2016-03-24 10:24:27 -07004548 <!-- This is the longest AndroidManifest.xml ever. -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08004549 </application>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08004550</manifest>