blob: 1e45bf36d5a75fbf8d4237248d00112dc5dfe4a0 [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" />
pihuei55fb2b72020-10-13 19:00:57 +0800121
Tsung-Mao Fang4781fc12021-09-06 02:41:26 +0000122 <application
123 android:name=".SettingsApplication"
124 android:label="@string/settings_label"
Hyunyoung Song1f093dd2017-02-14 10:40:58 -0800125 android:icon="@drawable/ic_launcher_settings"
Amith Yamasani56f51a82013-08-05 10:07:23 -0700126 android:theme="@style/Theme.Settings"
Fabrice Di Meglio79d8e802012-07-19 19:25:50 -0700127 android:hardwareAccelerated="true"
Amith Yamasani233592b2013-03-01 17:05:23 -0800128 android:requiredForAllUsers="true"
Fabrice Di Meglio66445562014-06-30 13:11:53 -0700129 android:supportsRtl="true"
Sunny Goyalae788a12019-04-24 17:11:24 -0700130 android:backupAgent="com.android.settings.backup.SettingsBackupHelper"
Jeff Sharkey3bd73ed2015-11-18 10:20:18 -0700131 android:usesCleartextTraffic="true"
Jeff Sharkeya806b7a2016-03-17 11:04:55 -0600132 android:defaultToDeviceProtectedStorage="true"
Jason Monk20210122018-04-03 18:36:42 -0400133 android:directBootAware="true"
kellyz76516bb2022-07-22 10:23:28 +0800134 android:appComponentFactory="androidx.core.app.CoreComponentFactory"
135 android:enableOnBackInvokedCallback="true">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800136
Bonian Chene69d1a62021-01-06 05:41:46 +0000137 <uses-library android:name="org.apache.http.legacy" />
Tsung-Mao Fang18ad0c42021-08-17 18:28:06 +0800138
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800139 <!-- Settings -->
Fan Zhang44be9132018-09-07 12:56:53 -0700140 <activity android:name=".homepage.SettingsHomepageActivity"
Raff Tsai082f8ee2018-06-29 06:11:39 +0000141 android:label="@string/settings_label_launcher"
142 android:theme="@style/Theme.Settings.Home"
Sunny Shao0b0e6fc2019-06-18 13:32:05 +0800143 android:taskAffinity="com.android.settings.root"
Jason Chiu130629b2020-03-06 10:52:19 +0800144 android:launchMode="singleTask"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700145 android:exported="true"
Jason Chiuae1c17b2022-06-13 13:58:17 +0800146 android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize">
Fan Zhang0c7c59f2018-10-26 13:40:38 -0700147 <intent-filter android:priority="1">
148 <action android:name="android.settings.SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800149 <category android:name="android.intent.category.BROWSABLE" />
Fan Zhang0c7c59f2018-10-26 13:40:38 -0700150 <category android:name="android.intent.category.DEFAULT" />
151 </intent-filter>
152 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
153 android:value="true" />
Raff Tsai082f8ee2018-06-29 06:11:39 +0000154 </activity>
155
Jason Chiua3b21cf2021-11-16 18:20:19 +0800156 <!-- Activity for launching deep link page in 2-pane. -->
157 <activity android:name=".homepage.DeepLinkHomepageActivity"
158 android:label="@string/settings_label_launcher"
Jason Chiu177573c2021-12-02 14:26:24 +0800159 android:theme="@style/Theme.Settings.Home"
Jason Chiua3b21cf2021-11-16 18:20:19 +0800160 android:launchMode="singleTask"
161 android:exported="true"
Tsung-Mao Fang3943de12021-12-08 20:23:13 +0800162 android:enabled="false"
Jason Chiuae1c17b2022-06-13 13:58:17 +0800163 android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize"
Jason Chiua3b21cf2021-11-16 18:20:19 +0800164 android:permission="android.permission.LAUNCH_MULTI_PANE_SETTINGS_DEEP_LINK">
165 <intent-filter>
166 <action android:name="android.settings.SETTINGS_EMBED_DEEP_LINK_ACTIVITY" />
167 <category android:name="android.intent.category.DEFAULT" />
168 </intent-filter>
169 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
170 android:value="true" />
171 </activity>
172
Jason Chiu177573c2021-12-02 14:26:24 +0800173 <activity android:name=".homepage.DeepLinkHomepageActivityInternal"
Arc Wanga63e9c62021-09-28 20:39:15 +0800174 android:label="@string/settings_label_launcher"
Jason Chiu177573c2021-12-02 14:26:24 +0800175 android:theme="@style/Theme.Settings.Home.NoAnimation"
Arc Wanga63e9c62021-09-28 20:39:15 +0800176 android:taskAffinity=""
177 android:launchMode="singleTask"
178 android:exported="false"
Jason Chiua3b21cf2021-11-16 18:20:19 +0800179 android:excludeFromRecents="true"
Jason Chiuae1c17b2022-06-13 13:58:17 +0800180 android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize">
Arc Wanga63e9c62021-09-28 20:39:15 +0800181 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
182 android:value="true" />
jackqdyulei106ae1d2018-10-05 10:04:19 -0700183 </activity>
184
Alexandra Gherghina05dec7f2014-09-05 11:42:51 +0100185 <!-- Alias for launcher activity only, as this belongs to each profile. -->
186 <activity-alias android:name="Settings"
Alexandra Gherghina05dec7f2014-09-05 11:42:51 +0100187 android:label="@string/settings_label_launcher"
Sunny Shao0b0e6fc2019-06-18 13:32:05 +0800188 android:taskAffinity="com.android.settings.root"
Alexandra Gherghina05dec7f2014-09-05 11:42:51 +0100189 android:launchMode="singleTask"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700190 android:exported="true"
Fan Zhang44be9132018-09-07 12:56:53 -0700191 android:targetActivity=".homepage.SettingsHomepageActivity">
Alexandra Gherghina05dec7f2014-09-05 11:42:51 +0100192 <intent-filter>
193 <action android:name="android.intent.action.MAIN" />
194 <category android:name="android.intent.category.DEFAULT" />
195 <category android:name="android.intent.category.LAUNCHER" />
196 </intent-filter>
Sunny Goyal5f179fc2016-06-15 12:36:50 -0700197 <meta-data android:name="android.app.shortcuts" android:resource="@xml/shortcuts"/>
Alexandra Gherghina05dec7f2014-09-05 11:42:51 +0100198 </activity-alias>
199
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700200 <receiver android:name=".SettingsInitialize"
201 android:exported="true">
Alexandra Gherghina89265a32014-07-17 20:29:34 +0100202 <intent-filter>
Alexandra Gherghinaf2e39f22014-08-18 13:16:17 +0100203 <action android:name="android.intent.action.USER_INITIALIZE"/>
Alexandra Gherghina51712242014-09-05 16:32:14 +0100204 <action android:name="android.intent.action.PRE_BOOT_COMPLETED"/>
Alexandra Gherghina89265a32014-07-17 20:29:34 +0100205 </intent-filter>
206 </receiver>
207
Mill Chen14cfd2f2021-01-06 07:46:46 +0800208 <activity android:name=".SubSettings"
Yuri Ufimtsevbe982452022-03-09 09:49:15 +0000209 android:exported="false"
210 android:theme="@style/Theme.SubSettings"
211 android:taskAffinity="com.android.settings.root" />
Dianne Hackbornb7258182011-03-15 16:23:55 -0700212
Fan Zhangf1f0f8b2018-06-22 10:40:07 -0700213 <activity android:name=".Settings$CreateShortcutActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700214 android:exported="true"
Fan Zhang92f1e942017-01-21 10:07:26 -0800215 android:label="@string/settings_shortcut">
Dianne Hackborna54672f2009-06-24 12:45:09 -0700216 <intent-filter>
Fan Zhangf1f0f8b2018-06-22 10:40:07 -0700217 <action android:name="android.intent.action.CREATE_SHORTCUT" />
218 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborna54672f2009-06-24 12:45:09 -0700219 </intent-filter>
Fan Zhangf1f0f8b2018-06-22 10:40:07 -0700220 <meta-data
221 android:name="com.android.settings.FRAGMENT_CLASS"
222 android:value="com.android.settings.shortcut.CreateShortcut" />
Dianne Hackborna54672f2009-06-24 12:45:09 -0700223 </activity>
224
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800225 <!-- Wireless Controls -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800226 <activity
227 android:name=".Settings$NetworkDashboardActivity"
Doris Ling26208222017-03-03 11:28:05 -0800228 android:label="@string/network_dashboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700229 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800230 android:icon="@drawable/ic_homepage_network">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800231 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800232 <action android:name="android.settings.WIRELESS_SETTINGS" />
233 <action android:name="android.settings.AIRPLANE_MODE_SETTINGS" />
Andrew Sappersteinc65ccd22019-04-25 10:31:37 -0700234 <action android:name="com.android.settings.sim.SIM_SUB_INFO_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800235 <category android:name="android.intent.category.BROWSABLE" />
Doris Ling26208222017-03-03 11:28:05 -0800236 <category android:name="android.intent.category.DEFAULT" />
237 </intent-filter>
238 <intent-filter>
239 <action android:name="android.intent.action.MAIN" />
240 <category android:name="android.intent.category.DEFAULT" />
241 <category android:name="android.intent.category.VOICE_LAUNCH" />
242 </intent-filter>
Doris Ling26208222017-03-03 11:28:05 -0800243 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
244 android:value="com.android.settings.network.NetworkDashboardFragment"/>
Jason Chiu29a09e52021-10-12 17:24:34 +0800245 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
246 android:value="@string/menu_key_network"/>
Doris Ling26208222017-03-03 11:28:05 -0800247 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
248 android:value="true" />
249 </activity>
250
Zoey Chen6978a902021-12-14 18:42:37 +0800251 <activity
252 android:name=".Settings$MobileNetworkActivity"
253 android:label="@string/network_settings_title"
254 android:configChanges="orientation|screenSize|keyboardHidden"
Bonian Chend10618d2022-05-30 19:06:10 +0800255 android:launchMode="singleTop"
Zoey Chen6978a902021-12-14 18:42:37 +0800256 android:exported="true">
257 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
258 android:value="com.android.settings.network.telephony.MobileNetworkSettings"/>
Arc Wanga63e9c62021-09-28 20:39:15 +0800259 <intent-filter android:priority="1">
260 <!-- Displays the MobileNetworkActivity and opt-in dialog for capability discovery. -->
Bonian Chend10618d2022-05-30 19:06:10 +0800261 <!-- Please sync with a list created within MobileNetworkIntentConverter.java -->
262 <action android:name="android.intent.action.MAIN" />
Arc Wanga63e9c62021-09-28 20:39:15 +0800263 <action android:name="android.telephony.ims.action.SHOW_CAPABILITY_DISCOVERY_OPT_IN" />
264 <action android:name="android.settings.NETWORK_OPERATOR_SETTINGS" />
265 <action android:name="android.settings.DATA_ROAMING_SETTINGS" />
266 <action android:name="android.settings.MMS_MESSAGE_SETTING" />
Han Xu9cf02662022-08-15 19:19:55 +0800267 <category android:name="android.intent.category.BROWSABLE" />
Arc Wanga63e9c62021-09-28 20:39:15 +0800268 <category android:name="android.intent.category.DEFAULT" />
269 </intent-filter>
270 </activity>
271
Antony Sargent94d97902019-03-26 09:50:22 -0700272 <activity android:name=".Settings$MobileNetworkListActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700273 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800274 android:label="@string/network_settings_title">
Antony Sargent94d97902019-03-26 09:50:22 -0700275 <intent-filter android:priority="1">
276 <action android:name="android.settings.MOBILE_NETWORK_LIST" />
Peter Wang93ce0682021-04-09 11:49:34 -0700277 <action android:name="android.settings.MANAGE_ALL_SIM_PROFILES_SETTINGS" />
Antony Sargent94d97902019-03-26 09:50:22 -0700278 <category android:name="android.intent.category.DEFAULT" />
279 </intent-filter>
280 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
281 android:value="com.android.settings.network.MobileNetworkListFragment"/>
Jason Chiu646a31e2021-11-10 11:56:00 +0800282 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
283 android:value="@string/menu_key_network"/>
Antony Sargent94d97902019-03-26 09:50:22 -0700284 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
285 android:value="true" />
286 </activity>
287
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800288 <activity
289 android:name=".Settings$ConnectedDeviceDashboardActivity"
Doris Ling26208222017-03-03 11:28:05 -0800290 android:label="@string/connected_devices_dashboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700291 android:exported="true"
Sunny Shaob4a5f162020-06-15 23:00:26 +0800292 android:icon="@drawable/ic_homepage_connected_device">
Doris Ling26208222017-03-03 11:28:05 -0800293 <intent-filter android:priority="1">
jackqdyulei6dd7f2e2018-02-07 17:49:09 -0800294 <action android:name="android.settings.BLUETOOTH_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800295 <category android:name="android.intent.category.BROWSABLE" />
jackqdyulei6dd7f2e2018-02-07 17:49:09 -0800296 <category android:name="android.intent.category.DEFAULT" />
297 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700298 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Ling26208222017-03-03 11:28:05 -0800299 android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment"/>
Jason Chiu29a09e52021-10-12 17:24:34 +0800300 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
Jason Chiu646a31e2021-11-10 11:56:00 +0800301 android:value="@string/menu_key_connected_devices"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100302 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
303 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700304 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800305
Barnaby Jamesc55ea152015-04-13 14:33:53 -0700306 <activity android:name="AirplaneModeVoiceActivity"
307 android:label="@string/wireless_networks_settings_title"
Andrew Sapperstein7e157432016-07-15 16:46:38 -0700308 android:theme="@*android:style/Theme.DeviceDefault.Light.Voice"
Barnaby Jamesc55ea152015-04-13 14:33:53 -0700309 android:exported="true">
310 <intent-filter>
311 <action android:name="android.settings.VOICE_CONTROL_AIRPLANE_MODE" />
312 <category android:name="android.intent.category.DEFAULT" />
313 <category android:name="android.intent.category.VOICE" />
314 </intent-filter>
315 </activity>
316
Fan Zhang25f29bf2017-10-24 09:27:02 -0700317 <activity android:name=".search.SearchResultTrampoline"
318 android:theme="@android:style/Theme.NoDisplay"
319 android:excludeFromRecents="true"
320 android:exported="true">
Fan Zhang8068fda2017-11-09 16:37:01 -0800321 <intent-filter>
322 <action android:name="com.android.settings.SEARCH_RESULT_TRAMPOLINE" />
323 <category android:name="android.intent.category.DEFAULT" />
324 </intent-filter>
Fan Zhang25f29bf2017-10-24 09:27:02 -0700325 </activity>
326
Jason Chiu3af73362021-11-11 14:24:37 +0800327 <receiver android:name=".search.SearchStateReceiver"
328 android:exported="true"
Tsung-Mao Fang3943de12021-12-08 20:23:13 +0800329 android:enabled="false"
Jason Chiu3af73362021-11-11 14:24:37 +0800330 android:permission="android.permission.READ_SEARCH_INDEXABLES">
331 <intent-filter>
332 <action android:name="com.android.settings.SEARCH_START"/>
333 <action android:name="com.android.settings.SEARCH_EXIT"/>
334 </intent-filter>
335 </receiver>
336
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800337 <activity
338 android:name="Settings$WifiSettingsActivity"
339 android:label="@string/wifi_settings"
Sunny Shaob4a5f162020-06-15 23:00:26 +0800340 android:icon="@drawable/ic_homepage_network"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700341 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800342 android:configChanges="orientation|keyboardHidden|screenSize">
Weng Sueb70b242021-11-12 22:50:12 +0800343 <intent-filter android:priority="1">
344 <action android:name="android.settings.WIFI_SETTINGS"/>
Han Xu9cf02662022-08-15 19:19:55 +0800345 <category android:name="android.intent.category.BROWSABLE" />
Weng Sueb70b242021-11-12 22:50:12 +0800346 <category android:name="android.intent.category.DEFAULT"/>
347 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700348 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Weng Sueb70b242021-11-12 22:50:12 +0800349 android:value="com.android.settings.network.NetworkProviderSettings"/>
Jason Chiu646a31e2021-11-10 11:56:00 +0800350 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
Weng Sueb70b242021-11-12 22:50:12 +0800351 android:value="@string/menu_key_network"/>
Zoltan Szatmary-Bane03d8862015-04-30 14:35:54 +0100352 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
Weng Sueb70b242021-11-12 22:50:12 +0800353 android:value="true"/>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700354 </activity>
Chia-chi Yeh48090d42010-01-25 15:41:42 +0800355
David Magno6031a6e2021-10-07 14:40:31 +0200356 <!-- Keep compatibility with old shortcuts. -->
357 <activity-alias
358 android:name="Settings$WifiSettings2Activity"
359 android:targetActivity="Settings$WifiSettingsActivity"
360 android:label="@string/wifi_settings"
361 android:icon="@drawable/ic_homepage_network"
362 android:exported="true">
363 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Weng Sueb70b242021-11-12 22:50:12 +0800364 android:value="com.android.settings.network.NetworkProviderSettings"/>
Jason Chiu646a31e2021-11-10 11:56:00 +0800365 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
Weng Sueb70b242021-11-12 22:50:12 +0800366 android:value="@string/menu_key_network"/>
367 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
368 android:value="true"/>
David Magno6031a6e2021-10-07 14:40:31 +0200369 </activity-alias>
370
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800371 <activity
Arc Wang746176e2020-09-02 17:35:56 +0800372 android:name="Settings$NetworkProviderSettingsActivity"
Weng Su658a4172021-07-26 16:33:31 +0800373 android:label="@string/provider_internet_settings"
Arc Wang746176e2020-09-02 17:35:56 +0800374 android:icon="@drawable/ic_homepage_network"
375 android:exported="true"
376 android:configChanges="orientation|keyboardHidden|screenSize">
377 <intent-filter android:priority="1">
Weng Sueb70b242021-11-12 22:50:12 +0800378 <action android:name="android.settings.NETWORK_PROVIDER_SETTINGS"/>
379 <category android:name="android.intent.category.DEFAULT"/>
Arc Wang746176e2020-09-02 17:35:56 +0800380 </intent-filter>
381 <intent-filter android:priority="1">
Weng Sueb70b242021-11-12 22:50:12 +0800382 <action android:name="android.intent.action.MAIN"/>
383 <category android:name="com.android.settings.SHORTCUT"/>
Arc Wang746176e2020-09-02 17:35:56 +0800384 </intent-filter>
385 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Weng Sueb70b242021-11-12 22:50:12 +0800386 android:value="com.android.settings.network.NetworkProviderSettings"/>
Jason Chiu29a09e52021-10-12 17:24:34 +0800387 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
Weng Sueb70b242021-11-12 22:50:12 +0800388 android:value="@string/menu_key_network"/>
Arc Wang746176e2020-09-02 17:35:56 +0800389 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
Weng Sueb70b242021-11-12 22:50:12 +0800390 android:value="true"/>
Arc Wang746176e2020-09-02 17:35:56 +0800391 </activity>
392
393 <activity
SongFerng Wangfa6a3612021-12-08 14:25:41 +0000394 android:name="Settings$NetworkSelectActivity"
395 android:label="@string/choose_network_title"
396 android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize">
397 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
398 android:value="com.android.settings.network.telephony.NetworkSelectSettings" />
399 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
400 android:value="true" />
401 </activity>
402
403 <activity
Weng Sue8a4e132021-07-15 11:38:38 +0800404 android:name="Settings$WifiDetailsSettingsActivity"
405 android:label="@string/wifi_details_title"
406 android:icon="@drawable/ic_homepage_network"
407 android:exported="true"
408 android:permission="android.permission.CHANGE_WIFI_STATE"
409 android:configChanges="orientation|keyboardHidden|screenSize">
410 <!-- The intent action is only public to OEM, because a special library is required. -->
411 <intent-filter android:priority="1">
412 <action android:name="android.settings.WIFI_DETAILS_SETTINGS" />
413 <category android:name="android.intent.category.DEFAULT" />
414 </intent-filter>
415 <meta-data
416 android:name="com.android.settings.FRAGMENT_CLASS"
417 android:value="com.android.settings.wifi.details.WifiNetworkDetailsFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800418 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
419 android:value="@string/menu_key_network"/>
420 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
Weng Sue8a4e132021-07-15 11:38:38 +0800421 android:value="true" />
422 </activity>
423
424 <activity
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700425 android:name=".wifi.WifiPickerActivity"
Weng Su79c30c02022-01-25 21:22:20 +0800426 android:permission="android.permission.CHANGE_WIFI_STATE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700427 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800428 <intent-filter android:priority="1">
429 <action android:name="android.net.wifi.PICK_WIFI_NETWORK" />
430 <category android:name="android.intent.category.DEFAULT" />
431 </intent-filter>
Zoltan Szatmary-Bane03d8862015-04-30 14:35:54 +0100432 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
433 android:value="true" />
Daisuke Miyakawa79c5fd92011-01-15 14:58:00 -0800434 </activity>
435
Jun Ono89c2c5e2019-05-30 12:56:43 +0900436 <activity android:name=".Settings$AdaptiveBrightnessActivity"
437 android:label="@string/auto_brightness_title"
438 android:exported="true">
439 <intent-filter>
440 <action android:name="android.settings.ADAPTIVE_BRIGHTNESS_SETTINGS" />
441 <category android:name="android.intent.category.DEFAULT" />
442 </intent-filter>
443 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
444 android:value="com.android.settings.display.AutoBrightnessSettings"/>
Jason Chiu646a31e2021-11-10 11:56:00 +0800445 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
446 android:value="@string/menu_key_display"/>
Jun Ono89c2c5e2019-05-30 12:56:43 +0900447 </activity>
448
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800449 <activity
450 android:name="Settings$ConfigureWifiSettingsActivity"
451 android:label="@string/wifi_configure_settings_preference_title"
452 android:icon="@drawable/ic_settings_wireless"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700453 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800454 android:configChanges="orientation|keyboardHidden|screenSize">
Amin Shaikh3aa547b2017-01-06 18:31:41 -0800455 <intent-filter android:priority="1">
Stephen Chen91d13c12017-03-22 15:53:26 -0700456 <action android:name="android.settings.WIFI_IP_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800457 <category android:name="android.intent.category.BROWSABLE" />
Amin Shaikh3aa547b2017-01-06 18:31:41 -0800458 <category android:name="android.intent.category.DEFAULT" />
459 </intent-filter>
460 <intent-filter>
461 <action android:name="android.intent.action.MAIN" />
462 <category android:name="android.intent.category.VOICE_LAUNCH" />
463 <category android:name="android.intent.category.DEFAULT" />
464 </intent-filter>
465 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
466 android:value="com.android.settings.wifi.ConfigureWifiSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800467 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
468 android:value="@string/menu_key_network"/>
Amin Shaikh3aa547b2017-01-06 18:31:41 -0800469 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
470 android:value="true" />
471 </activity>
472
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800473 <activity
474 android:name="Settings$SavedAccessPointsSettingsActivity"
475 android:label="@string/wifi_saved_access_points_label"
476 android:icon="@drawable/ic_settings_wireless"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700477 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800478 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800479 <intent-filter android:priority="1">
Stephen Chen66d1a692016-11-14 16:24:08 -0800480 <action android:name="android.settings.WIFI_SAVED_NETWORK_SETTINGS" />
Dianne Hackborn0702e872015-02-20 12:48:32 -0800481 <category android:name="android.intent.category.DEFAULT" />
482 </intent-filter>
PauloftheWest7837b992014-06-24 07:42:27 -0700483 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang661049f2018-07-18 14:31:44 -0700484 android:value="com.android.settings.wifi.savedaccesspoints.SavedAccessPointsWifiSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800485 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
486 android:value="@string/menu_key_network"/>
Zoltan Szatmary-Bane03d8862015-04-30 14:35:54 +0100487 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
488 android:value="true" />
PauloftheWest7837b992014-06-24 07:42:27 -0700489 </activity>
490
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700491 <activity android:name=".Settings$WifiInfoActivity"
492 android:exported="true">
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800493 <intent-filter>
494 <action android:name="android.intent.action.MAIN"/>
495 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
496 <category android:name="android.intent.category.DEFAULT" />
497 </intent-filter>
Jason Monkb7e43802016-06-06 16:01:58 -0400498 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
499 android:value="com.android.settings.wifi.WifiInfo" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800500 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
501 android:value="@string/menu_key_network"/>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800502 </activity>
503
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700504 <activity android:name=".wifi.WifiConfigInfo"
505 android:exported="true">
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800506 <intent-filter>
507 <action android:name="android.intent.action.MAIN"/>
508 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
509 <category android:name="android.intent.category.DEFAULT" />
510 </intent-filter>
511 </activity>
512
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700513 <activity android:name=".Settings$WifiAPITestActivity"
514 android:exported="true">
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800515 <intent-filter>
516 <action android:name="android.intent.action.MAIN"/>
517 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
518 <category android:name="android.intent.category.DEFAULT" />
519 </intent-filter>
Jason Monkb7e43802016-06-06 16:01:58 -0400520 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
521 android:value="com.android.settings.wifi.WifiAPITest" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800522 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
523 android:value="@string/menu_key_network"/>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800524 </activity>
525
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700526 <activity android:name=".wifi.WifiStatusTest"
527 android:exported="true">
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800528 <intent-filter>
529 <action android:name="android.intent.action.MAIN"/>
530 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
531 <category android:name="android.intent.category.DEFAULT" />
532 </intent-filter>
533 </activity>
534
Lorenzo Colitti877b0542015-04-03 17:31:19 +0900535 <activity android:name=".wifi.WifiNoInternetDialog"
536 android:clearTaskOnLaunch="true"
537 android:excludeFromRecents="true"
538 android:exported="true"
lucaslin7335c592019-03-20 11:41:21 +0800539 android:permission="android.permission.NETWORK_STACK"
Arc Wang5a298fb2020-06-30 14:14:02 +0800540 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight">
lucaslinaaf21232021-02-22 10:37:16 +0800541 <!-- TODO: Consider removing below two intent filters.
542 It seems like below two intent filters can be removed because when the notification
543 is clicked, this activity will be launched anyway. -->
Lorenzo Colitti877b0542015-04-03 17:31:19 +0900544 <intent-filter>
lucaslinaaf21232021-02-22 10:37:16 +0800545 <action android:name="android.net.action.PROMPT_UNVALIDATED" />
Lorenzo Colitti877b0542015-04-03 17:31:19 +0900546 <category android:name="android.intent.category.DEFAULT" />
547 </intent-filter>
Lorenzo Colitti1449ecd2016-09-15 14:06:46 +0900548 <intent-filter>
lucaslinaaf21232021-02-22 10:37:16 +0800549 <action android:name="android.net.action.PROMPT_LOST_VALIDATION" />
Lorenzo Colitti1449ecd2016-09-15 14:06:46 +0900550 <category android:name="android.intent.category.DEFAULT" />
551 </intent-filter>
Zoltan Szatmary-Bane03d8862015-04-30 14:35:54 +0100552 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
553 android:value="true" />
Lorenzo Colitti877b0542015-04-03 17:31:19 +0900554 </activity>
555
Fabrice Di Meglio61a1fec2014-08-13 16:22:38 -0700556 <activity android:name="Settings$ApnSettingsActivity"
Jeff Sharkeyc2b43db2012-11-28 17:09:19 -0800557 android:label="@string/apn_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700558 android:exported="true"
Bonian Chencd1fd102020-02-10 02:38:25 +0800559 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800560 <intent-filter android:priority="1">
561 <action android:name="android.settings.APN_SETTINGS" />
562 <category android:name="android.intent.category.DEFAULT" />
563 </intent-filter>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800564 <intent-filter>
565 <action android:name="android.intent.action.MAIN" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800566 <category android:name="android.intent.category.DEFAULT" />
567 <category android:name="android.intent.category.VOICE_LAUNCH" />
568 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100569 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
570 android:value="true" />
Fabrice Di Meglio61a1fec2014-08-13 16:22:38 -0700571 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
tom hsu2fd7c9f2020-09-30 21:46:27 +0800572 android:value="com.android.settings.network.apn.ApnSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800573 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
574 android:value="@string/menu_key_network"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800575 </activity>
576
Lei Yudec7a712018-03-29 10:54:22 -0700577 <!-- Keep compatibility with old shortcuts. -->
578 <activity-alias
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800579 android:name="Settings$BluetoothSettingsActivity"
Lei Yudec7a712018-03-29 10:54:22 -0700580 android:label="@string/devices_title"
581 android:targetActivity=".Settings$ConnectedDeviceDashboardActivity"
582 android:exported="true">
Fan Zhang5a981772018-06-22 14:30:09 -0700583 <intent-filter android:priority="10">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800584 <action android:name="android.intent.action.MAIN" />
Lei Yudec7a712018-03-29 10:54:22 -0700585 <category android:name="com.android.settings.SHORTCUT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800586 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700587 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Lei Yudec7a712018-03-29 10:54:22 -0700588 android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800589 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
590 android:value="@string/menu_key_connected_devices"/>
Lei Yudec7a712018-03-29 10:54:22 -0700591 </activity-alias>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800592
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800593 <!-- Keep compatibility with old shortcuts. -->
594 <activity-alias android:name=".bluetooth.BluetoothSettings"
Lei Yudec7a712018-03-29 10:54:22 -0700595 android:label="@string/devices_title"
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800596 android:targetActivity="Settings$BluetoothSettingsActivity"
597 android:exported="true"
598 android:clearTaskOnLaunch="true">
599 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Lei Yudec7a712018-03-29 10:54:22 -0700600 android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800601 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
602 android:value="@string/menu_key_connected_devices"/>
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800603 </activity-alias>
604
Kevin Chyn41acc692017-06-17 17:25:21 -0700605 <activity android:name="Settings$AssistGestureSettingsActivity"
606 android:label="@string/assist_gesture_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700607 android:exported="true"
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800608 android:icon="@drawable/ic_settings_gestures">
Kevin Chyn41acc692017-06-17 17:25:21 -0700609 <intent-filter>
610 <action android:name="android.settings.ASSIST_GESTURE_SETTINGS" />
611 <category android:name="android.intent.category.DEFAULT" />
612 </intent-filter>
613 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
614 android:value="com.android.settings.gestures.AssistGestureSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800615 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
616 android:value="@string/menu_key_system"/>
Kevin Chyn41acc692017-06-17 17:25:21 -0700617 </activity>
618
Kevin Chyn71899972018-07-10 17:20:29 -0700619 <activity android:name="Settings$FaceSettingsActivity"
620 android:label="@string/security_settings_face_preference_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700621 android:exported="true"
Kevin Chyn71899972018-07-10 17:20:29 -0700622 android:icon="@drawable/ic_face_header">
623 <intent-filter>
624 <action android:name="android.settings.FACE_SETTINGS" />
625 <category android:name="android.intent.category.DEFAULT" />
626 </intent-filter>
627 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
628 android:value="com.android.settings.biometrics.face.FaceSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800629 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
630 android:value="@string/menu_key_security"/>
Kevin Chyn71899972018-07-10 17:20:29 -0700631 </activity>
632
Yuri Ufimtsevbe982452022-03-09 09:49:15 +0000633 <activity android:name="Settings$FaceSettingsInternalActivity"
634 android:label="@string/security_settings_face_preference_title"
635 android:exported="false"
636 android:icon="@drawable/ic_face_header"
637 android:taskAffinity="com.android.settings.root">
638 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
639 android:value="com.android.settings.biometrics.face.FaceSettings" />
640 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
641 android:value="@string/menu_key_security"/>
642 </activity>
643
Ilya Matyukhin8979f842019-04-28 15:10:02 -0700644 <activity android:name="Settings$FingerprintSettingsActivity"
645 android:label="@string/security_settings_fingerprint_preference_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700646 android:exported="true"
Ilya Matyukhin8979f842019-04-28 15:10:02 -0700647 android:icon="@drawable/ic_fingerprint_header">
648 <intent-filter>
649 <action android:name="android.settings.FINGERPRINT_SETTINGS" />
650 <category android:name="android.intent.category.DEFAULT" />
651 </intent-filter>
652 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
653 android:value="com.android.settings.biometrics.fingerprint.FingerprintSettings$FingerprintSettingsFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800654 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
655 android:value="@string/menu_key_security"/>
Ilya Matyukhin8979f842019-04-28 15:10:02 -0700656 </activity>
657
Mill Chen7edebee2021-04-09 23:14:27 +0800658 <activity android:name="Settings$CombinedBiometricSettingsActivity"
659 android:label="@string/security_settings_biometric_preference_title"
Yuri Ufimtsevbe982452022-03-09 09:49:15 +0000660 android:exported="false"
661 android:taskAffinity="com.android.settings.root">
Mill Chen7edebee2021-04-09 23:14:27 +0800662 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
663 android:value="com.android.settings.biometrics.combination.CombinedBiometricSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800664 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
665 android:value="@string/menu_key_security"/>
Mill Chen7edebee2021-04-09 23:14:27 +0800666 </activity>
667
668 <activity android:name="Settings$CombinedBiometricProfileSettingsActivity"
669 android:label="@string/security_settings_biometric_preference_title"
Mill Chen7edebee2021-04-09 23:14:27 +0800670 android:exported="false">
671 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
672 android:value="com.android.settings.biometrics.combination.CombinedBiometricProfileSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800673 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
674 android:value="@string/menu_key_security"/>
Mill Chen7edebee2021-04-09 23:14:27 +0800675 </activity>
676
Jake Hambyc090feb2010-12-07 16:27:21 -0800677 <activity android:name=".bluetooth.DevicePickerActivity"
Jake Hambyc090feb2010-12-07 16:27:21 -0800678 android:label="@string/device_picker"
Hemant Gupta3483fc32018-02-01 19:20:29 +0530679 android:configChanges="orientation|keyboardHidden|screenSize"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700680 android:exported="true"
Adam Powelld8537a02012-07-18 19:02:39 -0700681 android:clearTaskOnLaunch="true">
Jake Hambyc090feb2010-12-07 16:27:21 -0800682 <intent-filter>
683 <action android:name="android.bluetooth.devicepicker.action.LAUNCH" />
684 <category android:name="android.intent.category.DEFAULT" />
685 </intent-filter>
686 </activity>
687
Doris Lingc6927582018-01-18 15:04:59 -0800688 <service android:name=".wifi.tether.TetherService"
Jason Monk37832d62014-12-10 17:21:51 -0500689 android:exported="true"
Jeremy Klein78d182f2015-12-28 15:39:39 -0800690 android:permission="android.permission.TETHER_PRIVILEGED" />
Jeremy Klein1cf002d2016-01-24 17:21:43 -0800691
markchien8c713fc2019-02-14 11:11:31 +0800692 <activity android:name=".network.TetherProvisioningActivity"
Jeremy Klein1cf002d2016-01-24 17:21:43 -0800693 android:exported="true"
694 android:permission="android.permission.TETHER_PRIVILEGED"
Jeremy Klein7dbad8c2016-12-19 11:22:38 -0800695 android:excludeFromRecents="true"
Jeremy Kleine3e7b952016-01-25 14:43:49 -0800696 android:theme="@style/Theme.ProvisioningActivity">
Jeremy Klein1cf002d2016-01-24 17:21:43 -0800697 <intent-filter android:priority="1">
698 <action android:name="android.settings.TETHER_PROVISIONING_UI" />
699 <category android:name="android.intent.category.DEFAULT" />
700 </intent-filter>
701 </activity>
702
tom hsu427906c2022-02-14 22:12:43 +0800703 <activity
704 android:name=".network.TetherProvisioningCarrierDialogActivity"
705 android:exported="true"
706 android:permission="android.permission.TETHER_PRIVILEGED"
707 android:excludeFromRecents="true"
708 android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar">
709 <intent-filter android:priority="1">
710 <action android:name="android.settings.TETHER_UNSUPPORTED_CARRIER_UI" />
711 <category android:name="android.intent.category.DEFAULT" />
712 </intent-filter>
713 </activity>
714
Jiashen Wangd8bd3bb2020-09-08 15:57:40 -0700715 <activity android:name=".network.telephony.ToggleSubscriptionDialogActivity"
716 android:exported="false"
717 android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
SongFerngWang4780be42021-12-21 05:39:09 +0800718 android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/>
Jiashen Wangd8bd3bb2020-09-08 15:57:40 -0700719
Jiashen Wangff311a22020-10-01 18:36:20 -0700720 <activity android:name=".network.telephony.DeleteEuiccSubscriptionDialogActivity"
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 Wangff311a22020-10-01 18:36:20 -0700724
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800725 <activity
726 android:name="Settings$TetherSettingsActivity"
727 android:label="@string/tether_settings_title_all"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700728 android:exported="true"
Sunny Shaob4a5f162020-06-15 23:00:26 +0800729 android:icon="@drawable/ic_homepage_network">
Robert Greenwalt3901edb2010-01-26 10:22:37 -0800730 <intent-filter>
731 <action android:name="android.intent.action.MAIN" />
paulhu08efd362020-02-07 14:42:08 +0800732 <action android:name="android.settings.TETHER_SETTINGS" />
Robert Greenwalt3901edb2010-01-26 10:22:37 -0800733 <category android:name="android.intent.category.DEFAULT" />
734 <category android:name="android.intent.category.VOICE_LAUNCH" />
735 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700736 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
737 android:value="com.android.settings.TetherSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800738 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
739 android:value="@string/menu_key_network"/>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700740 </activity>
Robert Greenwalt3901edb2010-01-26 10:22:37 -0800741
Salvador Martinezbb333712018-06-19 10:27:30 -0700742 <activity
743 android:name="Settings$WifiTetherSettingsActivity"
744 android:label="@string/wifi_hotspot_checkbox_text"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700745 android:exported="true"
Bonian Chenb6a4bc92022-03-18 09:23:19 +0800746 android:icon="@drawable/ic_homepage_wifi_tethering">
Salvador Martinezbb333712018-06-19 10:27:30 -0700747 <intent-filter>
748 <action android:name="com.android.settings.WIFI_TETHER_SETTINGS" />
749 <category android:name="android.intent.category.DEFAULT" />
750 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -0700751 <intent-filter android:priority="4">
Fan Zhang2f4355a2018-06-21 15:34:43 -0700752 <action android:name="android.intent.action.MAIN" />
Fan Zhang2f4355a2018-06-21 15:34:43 -0700753 <category android:name="com.android.settings.SHORTCUT" />
754 </intent-filter>
Salvador Martinezbb333712018-06-19 10:27:30 -0700755 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
756 android:value="com.android.settings.wifi.tether.WifiTetherSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800757 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
758 android:value="@string/menu_key_network"/>
Salvador Martinezbb333712018-06-19 10:27:30 -0700759 </activity>
760
761
Amith Yamasanieb99f2f2010-12-15 14:12:43 -0800762 <!-- Keep compatibility with old shortcuts. -->
763 <activity-alias android:name=".TetherSettings"
764 android:label="@string/tether_settings_title_all"
765 android:clearTaskOnLaunch="true"
766 android:exported="true"
767 android:targetActivity="Settings$TetherSettingsActivity">
768 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
769 android:value="com.android.settings.TetherSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800770 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
771 android:value="@string/menu_key_network"/>
Amith Yamasanieb99f2f2010-12-15 14:12:43 -0800772 </activity-alias>
773
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700774 <activity android:name="Settings$WifiP2pSettingsActivity"
775 android:exported="true">
repo syncb98463f2011-06-30 10:58:43 -0700776 <intent-filter>
777 <action android:name="android.intent.action.MAIN" />
778 <category android:name="android.intent.category.DEFAULT" />
779 <category android:name="android.intent.category.VOICE_LAUNCH" />
780 </intent-filter>
781 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Irfan Sheriff9ef53572011-08-03 15:40:04 -0700782 android:value="com.android.settings.wifi.p2p.WifiP2pSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800783 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
784 android:value="@string/menu_key_network"/>
repo syncb98463f2011-06-30 10:58:43 -0700785 </activity>
786
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800787 <activity
788 android:name="Settings$VpnSettingsActivity"
789 android:label="@string/vpn_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700790 android:exported="true"
Bonian Chenb6a4bc92022-03-18 09:23:19 +0800791 android:icon="@drawable/ic_homepage_vpn">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800792 <intent-filter android:priority="1">
Robin Leed3041942016-03-24 16:02:08 +0000793 <action android:name="android.settings.VPN_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800794 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -0800795 <action android:name="android.net.vpn.SETTINGS" />
796 <category android:name="android.intent.category.DEFAULT" />
797 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -0700798 <intent-filter android:priority="5">
Hung-ying Tyan16177062009-06-10 22:52:44 +0800799 <action android:name="android.intent.action.MAIN" />
Tobias Brunnerf7ed8572010-06-28 13:10:26 +0200800 <category android:name="com.android.settings.SHORTCUT" />
Hung-ying Tyan16177062009-06-10 22:52:44 +0800801 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700802 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Chia-chi Yeh7606a2f2011-07-02 17:45:23 -0700803 android:value="com.android.settings.vpn2.VpnSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800804 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
805 android:value="@string/menu_key_network"/>
Zoltan Szatmary-Ban131b4972014-08-18 13:48:15 +0100806 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
807 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700808 </activity>
Hung-ying Tyan16177062009-06-10 22:52:44 +0800809
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800810 <activity
Fabian Kozynskid9aadd72019-04-11 12:25:09 -0400811 android:name="Settings$DataSaverSummaryActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700812 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800813 android:label="@string/data_saver_title">
Fabian Kozynskid9aadd72019-04-11 12:25:09 -0400814 <intent-filter android:priority="1">
815 <action android:name="android.settings.DATA_SAVER_SETTINGS" />
816 <category android:name="android.intent.category.DEFAULT" />
817 </intent-filter>
818 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
819 android:value="com.android.settings.datausage.DataSaverSummary" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800820 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
821 android:value="@string/menu_key_network"/>
Fabian Kozynskid9aadd72019-04-11 12:25:09 -0400822 </activity>
823
824 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800825 android:name="Settings$DateTimeSettingsActivity"
826 android:label="@string/date_and_time"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700827 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800828 android:icon="@drawable/ic_settings_date_time">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800829 <intent-filter android:priority="1">
830 <action android:name="android.settings.DATE_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800831 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -0800832 <category android:name="android.intent.category.DEFAULT" />
833 </intent-filter>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800834 <intent-filter>
835 <action android:name="android.intent.action.MAIN" />
Daniel Sandlerf4d1c3e2012-10-01 16:45:10 -0400836 <action android:name="android.intent.action.QUICK_CLOCK" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800837 <category android:name="android.intent.category.VOICE_LAUNCH" />
Dianne Hackborn116d85e2009-06-26 18:20:23 -0700838 <category android:name="android.intent.category.DEFAULT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800839 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700840 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Raff Tsai9e3a9fd2019-10-01 17:06:26 +0800841 android:value="com.android.settings.datetime.DateTimeSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800842 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
843 android:value="@string/menu_key_system"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100844 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
845 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700846 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800847
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800848 <activity
849 android:name="Settings$LocalePickerActivity"
850 android:label="@string/language_picker_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700851 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800852 android:icon="@drawable/ic_settings_language">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800853 <intent-filter android:priority="1">
854 <action android:name="android.settings.LOCALE_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800855 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -0800856 <category android:name="android.intent.category.DEFAULT" />
857 </intent-filter>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800858 <intent-filter>
859 <action android:name="android.intent.action.MAIN" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800860 <category android:name="android.intent.category.DEFAULT" />
861 <category android:name="android.intent.category.VOICE_LAUNCH" />
862 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700863 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Mihai Nitad7d48fd2016-01-12 08:55:05 -0800864 android:value="com.android.settings.localepicker.LocaleListEditor" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800865 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
866 android:value="@string/menu_key_system"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100867 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
868 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700869 </activity>
Michael Chan503c2362009-12-08 22:18:23 -0800870
tmfangc0ed6142018-07-13 11:11:26 +0800871 <activity android:name=".localepicker.LocalePickerWithRegionActivity"
872 android:excludeFromRecents="true"
873 android:configChanges="orientation|keyboardHidden|screenSize"
Arc Wang4a2acd22021-05-19 16:57:21 +0800874 android:exported="false"
875 android:theme="@style/Theme.LocalePickerWithRegionActivity">
tmfangc0ed6142018-07-13 11:11:26 +0800876 </activity>
877
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800878 <activity
tom hsu9be043e2022-03-08 17:40:16 +0800879 android:name=".localepicker.AppLocalePickerActivity"
tom hsu26b0bd72021-12-08 16:27:47 +0800880 android:label="@string/app_locale_picker_title"
tom hsub899bd32022-04-28 21:32:33 +0800881 android:configChanges="orientation|screenSize|keyboardHidden"
tom hsu26b0bd72021-12-08 16:27:47 +0800882 android:exported="true" >
883 <intent-filter>
884 <action android:name="android.settings.APP_LOCALE_SETTINGS" />
885 <category android:name="android.intent.category.DEFAULT" />
tom hsu4da192d2021-12-23 20:29:10 +0800886 <data android:scheme="package" />
tom hsu26b0bd72021-12-08 16:27:47 +0800887 </intent-filter>
tom hsu26b0bd72021-12-08 16:27:47 +0800888 </activity>
889
890 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800891 android:name=".Settings$LanguageAndInputSettingsActivity"
Doris Ling204ca742017-07-18 15:43:26 -0700892 android:label="@string/language_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700893 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800894 android:icon="@drawable/ic_settings_language">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800895 <intent-filter>
896 <action android:name="android.intent.action.MAIN" />
The Android Open Source Projecte6dd1fa2009-03-18 17:39:48 -0700897 <category android:name="android.intent.category.VOICE_LAUNCH" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800898 <category android:name="android.intent.category.DEFAULT" />
899 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700900 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang320d60f2017-03-20 17:32:32 -0700901 android:value="com.android.settings.language.LanguageAndInputSettings"/>
Jason Chiu646a31e2021-11-10 11:56:00 +0800902 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
903 android:value="@string/menu_key_system"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100904 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
Fan Zhang320d60f2017-03-20 17:32:32 -0700905 android:value="true"/>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700906 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800907
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +0000908 <activity android:name="Settings$AvailableVirtualKeyboardActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700909 android:exported="true"
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +0000910 android:label="@string/available_virtual_keyboard_category">
911 <intent-filter android:priority="1">
912 <action android:name="android.settings.INPUT_METHOD_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800913 <category android:name="android.intent.category.BROWSABLE" />
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +0000914 <category android:name="android.intent.category.DEFAULT" />
915 </intent-filter>
916 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
917 android:value="com.android.settings.inputmethod.AvailableVirtualKeyboardFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800918 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
919 android:value="@string/menu_key_system"/>
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +0000920 </activity>
921
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800922 <activity
923 android:name="Settings$ManageAssistActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700924 android:exported="true"
Tsung-Mao Fangdf00a3b2021-06-23 17:53:59 +0800925 android:label="@string/assist_and_voice_input_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800926 <intent-filter android:priority="1">
927 <action android:name="android.settings.VOICE_INPUT_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800928 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -0800929 <category android:name="android.intent.category.DEFAULT" />
930 </intent-filter>
Dianne Hackbornb51253c2014-08-12 15:08:04 -0700931 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangdfce62c2017-02-16 15:00:53 -0800932 android:value="com.android.settings.applications.assist.ManageAssist" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800933 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
934 android:value="@string/menu_key_apps"/>
Dianne Hackbornb51253c2014-08-12 15:08:04 -0700935 </activity>
936
Jeff Browne46c5f32012-04-05 11:42:18 -0700937 <activity android:name="Settings$KeyboardLayoutPickerActivity"
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +0000938 android:label="@string/keyboard_layout_picker_title"
Fan Zhang2f4355a2018-06-21 15:34:43 -0700939 android:clearTaskOnLaunch="true"
940 android:exported="true">
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +0000941 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangaceee522016-11-04 14:12:15 -0700942 android:value="com.android.settings.inputmethod.KeyboardLayoutPickerFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800943 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
944 android:value="@string/menu_key_system"/>
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +0000945 </activity>
946
947 <activity android:name="Settings$PhysicalKeyboardActivity"
Yorke Leed4485222016-03-23 11:11:46 -0700948 android:label="@string/physical_keyboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700949 android:exported="true"
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +0000950 android:clearTaskOnLaunch="true">
Yohei Yukawa7c4499d2016-01-27 19:18:52 -0800951 <intent-filter android:priority="1">
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +0000952 <action android:name="android.settings.HARD_KEYBOARD_SETTINGS" />
Yohei Yukawa7c4499d2016-01-27 19:18:52 -0800953 <category android:name="android.intent.category.DEFAULT" />
954 </intent-filter>
Jeff Browne46c5f32012-04-05 11:42:18 -0700955 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +0000956 android:value="com.android.settings.inputmethod.PhysicalKeyboardFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800957 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
958 android:value="@string/menu_key_system"/>
Jeff Browne46c5f32012-04-05 11:42:18 -0700959 </activity>
960
Amith Yamasaniaf925282011-11-10 15:28:59 -0800961 <!-- Keep compatibility with old shortcuts. -->
962 <activity-alias android:name="LanguageSettings"
Doris Ling7e06ed22017-06-07 14:16:43 -0700963 android:label="@string/language_input_gesture_title"
Amith Yamasaniaf925282011-11-10 15:28:59 -0800964 android:clearTaskOnLaunch="true"
965 android:exported="true"
Doris Lingd299b032017-02-28 17:32:36 -0800966 android:targetActivity="Settings$LanguageAndInputSettingsActivity">
Amith Yamasaniaf925282011-11-10 15:28:59 -0800967 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Lingd299b032017-02-28 17:32:36 -0800968 android:value="com.android.settings.language.LanguageAndInputSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800969 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
970 android:value="@string/menu_key_system"/>
Amith Yamasaniaf925282011-11-10 15:28:59 -0800971 </activity-alias>
972
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800973 <activity
974 android:name="Settings$SpellCheckersSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700975 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800976 android:label="@string/spellcheckers_settings_title">
satoke077d2b2011-07-25 09:38:11 +0900977 <intent-filter>
978 <action android:name="android.intent.action.MAIN" />
satoke077d2b2011-07-25 09:38:11 +0900979 <category android:name="android.intent.category.VOICE_LAUNCH" />
980 <category android:name="android.intent.category.DEFAULT" />
satoke077d2b2011-07-25 09:38:11 +0900981 </intent-filter>
982 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
983 android:value="com.android.settings.inputmethod.SpellCheckersSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800984 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
985 android:value="@string/menu_key_system"/>
satoke077d2b2011-07-25 09:38:11 +0900986 </activity>
987
Daisuke Miyakawa649b9f12011-01-30 19:43:08 -0800988 <activity android:name=".inputmethod.InputMethodAndSubtypeEnablerActivity"
satok5e9c5e72011-07-21 15:32:28 +0900989 android:label=""
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700990 android:exported="true"
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700991 android:clearTaskOnLaunch="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800992 <intent-filter android:priority="1">
993 <action android:name="android.settings.INPUT_METHOD_SUBTYPE_SETTINGS" />
994 <category android:name="android.intent.category.DEFAULT" />
995 </intent-filter>
satok4a5f8892010-10-26 18:58:09 +0900996 <intent-filter>
997 <action android:name="android.intent.action.MAIN" />
satok4a5f8892010-10-26 18:58:09 +0900998 <category android:name="android.intent.category.VOICE_LAUNCH" />
999 <category android:name="android.intent.category.DEFAULT" />
satok4a5f8892010-10-26 18:58:09 +09001000 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001001 </activity>
satok4a5f8892010-10-26 18:58:09 +09001002
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001003 <activity
1004 android:name="Settings$UserDictionarySettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001005 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001006 android:label="@string/user_dict_settings_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001007 <intent-filter android:priority="1">
1008 <action android:name="android.settings.USER_DICTIONARY_SETTINGS" />
1009 <category android:name="android.intent.category.DEFAULT" />
1010 </intent-filter>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001011 <intent-filter>
1012 <action android:name="android.intent.action.MAIN" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001013 <category android:name="android.intent.category.DEFAULT" />
1014 <category android:name="android.intent.category.VOICE_LAUNCH" />
1015 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001016 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Satoshi Kataoka71c915b2013-06-19 22:40:36 +09001017 android:value="com.android.settings.inputmethod.UserDictionaryList" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001018 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1019 android:value="@string/menu_key_system"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001020 </activity>
1021
Jean Chalardbd44e9d2011-11-30 20:51:20 +09001022 <activity android:name=".inputmethod.UserDictionaryAddWordActivity"
Patrick Baumann7a2f9dc2018-04-06 10:08:26 -07001023 android:visibleToInstantApps="true"
Satoshi Kataoka5df33072013-04-30 14:30:12 +09001024 android:label="@string/user_dict_settings_title"
jackqdyulei71a05742017-03-22 13:33:51 -07001025 android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"
Jean Chalarde17eefa2011-12-02 14:56:39 +09001026 android:windowSoftInputMode="stateVisible"
Jean Chalard124283e2011-12-16 19:35:46 +09001027 android:noHistory="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001028 android:exported="true"
Jean Chalarde17eefa2011-12-02 14:56:39 +09001029 android:excludeFromRecents="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001030 <intent-filter android:priority="1">
Jean Chalardbd44e9d2011-11-30 20:51:20 +09001031 <action android:name="com.android.settings.USER_DICTIONARY_INSERT" />
1032 <category android:name="android.intent.category.DEFAULT" />
Jean Chalardbd44e9d2011-11-30 20:51:20 +09001033 </intent-filter>
1034 </activity>
1035
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001036 <activity
1037 android:name="Settings$ZenModeSettingsActivity"
1038 android:label="@string/zen_mode_settings_title"
Sunny Shaob4a5f162020-06-15 23:00:26 +08001039 android:icon="@drawable/ic_homepage_notification"
Fan Zhangac4ad162018-12-18 11:32:10 -08001040 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001041 <intent-filter android:priority="1">
1042 <action android:name="android.settings.ZEN_MODE_SETTINGS" />
1043 <category android:name="android.intent.category.DEFAULT" />
1044 </intent-filter>
Julia Reynolds200da892018-05-04 08:54:53 -04001045 <intent-filter android:priority="1">
1046 <action android:name="android.settings.ZEN_MODE_PRIORITY_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001047 <category android:name="android.intent.category.BROWSABLE" />
Julia Reynolds200da892018-05-04 08:54:53 -04001048 <category android:name="android.intent.category.DEFAULT" />
1049 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001050 <intent-filter android:priority="41">
John Spurlock72438062014-02-27 18:01:20 -05001051 <action android:name="android.intent.action.MAIN" />
John Spurlock72438062014-02-27 18:01:20 -05001052 <category android:name="com.android.settings.SHORTCUT" />
1053 </intent-filter>
Beverly4359d4b2017-10-02 09:45:48 -04001054 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001055 android:value="com.android.settings.notification.zen.ZenModeSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001056 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1057 android:value="@string/menu_key_notifications"/>
Beverly4359d4b2017-10-02 09:45:48 -04001058 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1059 android:value="true" />
1060 </activity>
1061
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001062 <activity
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001063 android:name=".notification.zen.ZenSuggestionActivity"
Beverly8f522582018-05-09 15:27:45 -04001064 android:label="@string/zen_mode_settings_title"
Mill Chen71958002019-01-23 10:44:39 +08001065 android:icon="@drawable/ic_suggestion_dnd"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001066 android:exported="true"
Beverly8f522582018-05-09 15:27:45 -04001067 android:theme="@android:style/Theme.NoDisplay">
1068 <intent-filter>
1069 <action android:name="android.intent.action.MAIN" />
1070 <category android:name="com.android.settings.suggested.category.ZEN" />
1071 </intent-filter>
1072 <intent-filter>
1073 <action android:name="android.intent.action.MAIN" />
1074 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
1075 </intent-filter>
1076
1077 <meta-data android:name="com.android.settings.dismiss"
1078 android:value="0" />
1079 <meta-data android:name="com.android.settings.title"
1080 android:resource="@string/zen_suggestion_title" />
1081 <meta-data android:name="com.android.settings.summary"
1082 android:resource="@string/zen_suggestion_summary" />
1083 </activity>
1084
1085 <activity
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001086 android:name=".notification.zen.ZenOnboardingActivity"
Julia Reynolds4b8fe092018-04-09 15:24:55 -04001087 android:label="@string/zen_onboarding_dnd_visual_disturbances_header"
Antony Sargent32acddc2018-05-21 16:42:11 -07001088 android:icon="@drawable/ic_notifications"
Julia Reynolds29ba3602018-04-30 09:13:34 -04001089 android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001090 android:exported="true">
Julia Reynolds4b8fe092018-04-09 15:24:55 -04001091 <intent-filter android:priority="1">
1092 <action android:name="android.settings.ZEN_MODE_ONBOARDING" />
1093 <category android:name="android.intent.category.DEFAULT" />
1094 </intent-filter>
1095 </activity>
Julia Reynolds4b8fe092018-04-09 15:24:55 -04001096 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001097 android:name="Settings$ZenModeAutomationSettingsActivity"
1098 android:label="@string/zen_mode_automation_settings_title"
Antony Sargent32acddc2018-05-21 16:42:11 -07001099 android:icon="@drawable/ic_notifications"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001100 android:exported="true">
Julia Reynoldse1759022017-03-22 14:05:46 -04001101 <intent-filter android:priority="1">
1102 <action android:name="android.settings.ZEN_MODE_AUTOMATION_SETTINGS" />
1103 <category android:name="android.intent.category.DEFAULT" />
1104 </intent-filter>
1105 <intent-filter android:priority="1">
1106 <action android:name="android.settings.ACTION_CONDITION_PROVIDER_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001107 <category android:name="android.intent.category.BROWSABLE" />
Julia Reynoldse1759022017-03-22 14:05:46 -04001108 <category android:name="android.intent.category.DEFAULT" />
1109 </intent-filter>
John Spurlock72438062014-02-27 18:01:20 -05001110 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001111 android:value="com.android.settings.notification.zen.ZenModeAutomationSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001112 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1113 android:value="@string/menu_key_notifications"/>
Julia Reynolds5555d262015-11-09 10:52:17 -05001114 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1115 android:value="true" />
1116 </activity>
1117
Vladislav Kaznacheev6e93bdd2016-03-09 14:24:45 -08001118 <activity android:name="Settings$WallpaperSettingsActivity"
1119 android:label="@string/wallpaper_settings_fragment_title"
Sunny Shao61aaed42019-03-26 20:14:58 +08001120 android:icon="@drawable/ic_wallpaper"
1121 android:exported="true">
Vladislav Kaznacheev6e93bdd2016-03-09 14:24:45 -08001122 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang2907f862017-03-17 15:05:14 -07001123 android:value="com.android.settings.wallpaper.WallpaperTypeSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001124 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1125 android:value="@string/menu_key_wallpaper"/>
Vladislav Kaznacheev6e93bdd2016-03-09 14:24:45 -08001126 </activity>
1127
Fan Zhang2907f862017-03-17 15:05:14 -07001128 <activity android:name=".wallpaper.WallpaperSuggestionActivity"
Sunny Goyal0bf6f942016-06-13 15:28:47 -07001129 android:label="@string/wallpaper_settings_title"
Mill Chene1fd5af2019-02-22 20:40:52 +08001130 android:icon="@drawable/ic_wallpaper"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001131 android:exported="true"
Sunny Goyal0bf6f942016-06-13 15:28:47 -07001132 android:theme="@android:style/Theme.NoDisplay">
Fan Zhang7afbf0f2017-05-08 09:31:01 -07001133 <intent-filter>
Jason Monkb9e5d232016-01-26 17:43:57 -05001134 <action android:name="android.intent.action.MAIN" />
Fan Zhangaf91c1f2017-06-03 15:24:11 -07001135 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
Jason Monkb9e5d232016-01-26 17:43:57 -05001136 </intent-filter>
Maurice Lamd64d3c02017-07-07 18:21:29 -07001137 <intent-filter>
1138 <action android:name="android.intent.action.MAIN" />
1139 <category android:name="com.android.settings.suggested.category.PERSONALIZE" />
1140 </intent-filter>
Jason Monkb9e5d232016-01-26 17:43:57 -05001141 <meta-data android:name="com.android.settings.title"
Sunny Goyal0bf6f942016-06-13 15:28:47 -07001142 android:resource="@string/wallpaper_suggestion_title" />
Jason Monkec1f28e2016-02-24 17:39:29 -05001143 <meta-data android:name="com.android.settings.summary"
Sunny Goyal0bf6f942016-06-13 15:28:47 -07001144 android:resource="@string/wallpaper_suggestion_summary" />
Fan Zhangaf91c1f2017-06-03 15:24:11 -07001145 <meta-data android:name="com.android.settings.dismiss"
1146 android:value="3,7,30" />
Maurice Lam992fa862017-06-09 16:14:36 -07001147 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
Jason Monkb9e5d232016-01-26 17:43:57 -05001148 </activity>
1149
Beth Thibodeaubf63dde2019-04-29 17:59:54 -04001150 <activity android:name=".wallpaper.StyleSuggestionActivity"
1151 android:label="@string/style_suggestion_title"
1152 android:icon="@drawable/ic_theme"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001153 android:exported="true"
Beth Thibodeaubf63dde2019-04-29 17:59:54 -04001154 android:theme="@android:style/Theme.NoDisplay">
1155 <intent-filter>
1156 <action android:name="android.intent.action.MAIN" />
1157 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
1158 </intent-filter>
1159 <meta-data android:name="com.android.settings.title"
1160 android:resource="@string/style_suggestion_title" />
1161 <meta-data android:name="com.android.settings.summary"
1162 android:resource="@string/style_suggestion_summary" />
1163 <meta-data android:name="com.android.settings.dismiss"
1164 android:value="3,7,30" />
1165 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
1166 </activity>
1167
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001168 <activity
1169 android:name="Settings$ZenModeScheduleRuleSettingsActivity"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001170 android:exported="true">
John Spurlock45fa1402015-04-09 12:50:04 -04001171 <intent-filter android:priority="1">
1172 <action android:name="android.settings.ZEN_MODE_SCHEDULE_RULE_SETTINGS" />
1173 <category android:name="android.intent.category.DEFAULT" />
1174 </intent-filter>
1175 <intent-filter>
1176 <action android:name="android.intent.action.MAIN" />
1177 <category android:name="android.intent.category.DEFAULT" />
John Spurlock45fa1402015-04-09 12:50:04 -04001178 </intent-filter>
1179 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001180 android:value="com.android.settings.notification.zen.ZenModeScheduleRuleSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001181 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1182 android:value="@string/menu_key_notifications"/>
John Spurlock45fa1402015-04-09 12:50:04 -04001183 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1184 android:value="true" />
1185 </activity>
1186
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001187 <activity
1188 android:name="Settings$ZenModeEventRuleSettingsActivity"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001189 android:exported="true">
John Spurlockf57bad72015-04-30 09:26:15 -04001190 <intent-filter android:priority="1">
1191 <action android:name="android.settings.ZEN_MODE_EVENT_RULE_SETTINGS" />
1192 <category android:name="android.intent.category.DEFAULT" />
1193 </intent-filter>
John Spurlockf57bad72015-04-30 09:26:15 -04001194 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001195 android:value="com.android.settings.notification.zen.ZenModeEventRuleSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001196 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1197 android:value="@string/menu_key_notifications"/>
Jason Chiu646a31e2021-11-10 11:56:00 +08001198 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1199 android:value="true" />
John Spurlockf57bad72015-04-30 09:26:15 -04001200 </activity>
1201
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001202 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001203 android:name="Settings$DisplaySettingsActivity"
1204 android:label="@string/display_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001205 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001206 android:icon="@drawable/ic_homepage_display">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001207 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001208 <action android:name="com.android.settings.DISPLAY_SETTINGS" />
Amith Yamasani0422a3b2009-06-12 14:15:20 -07001209 <action android:name="android.settings.DISPLAY_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001210 <category android:name="android.intent.category.BROWSABLE" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001211 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001212 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001213 <intent-filter android:priority="30">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001214 <action android:name="android.intent.action.MAIN" />
Dianne Hackborna54672f2009-06-24 12:45:09 -07001215 <category android:name="com.android.settings.SHORTCUT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001216 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001217 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Abel Tesfaye029c0952021-03-04 21:55:47 +00001218 android:value="com.android.settings.DisplaySettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001219 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1220 android:value="@string/menu_key_display"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001221 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1222 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001223 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001224
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001225 <activity
Abel Tesfaye029c0952021-03-04 21:55:47 +00001226 android:name="Settings$SmartAutoRotateSettingsActivity"
1227 android:label="@string/accelerometer_title"
1228 android:icon="@drawable/ic_homepage_notification"
1229 android:exported="true">
1230 <intent-filter android:priority="1">
1231 <action android:name="android.settings.AUTO_ROTATE_SETTINGS" />
1232 <category android:name="android.intent.category.DEFAULT" />
1233 </intent-filter>
1234 <intent-filter android:priority="32">
1235 <action android:name="android.intent.action.MAIN" />
1236 <category android:name="com.android.settings.SHORTCUT" />
1237 </intent-filter>
1238 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1239 android:value="com.android.settings.display.SmartAutoRotatePreferenceFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001240 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1241 android:value="@string/menu_key_display"/>
Abel Tesfaye029c0952021-03-04 21:55:47 +00001242 </activity>
1243
1244 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001245 android:name="Settings$NightDisplaySettingsActivity"
1246 android:label="@string/night_display_title"
1247 android:enabled="@*android:bool/config_nightDisplayAvailable"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001248 android:exported="true"
Sunny Shaob4a5f162020-06-15 23:00:26 +08001249 android:icon="@drawable/ic_homepage_night_display">
Fan Zhang5a981772018-06-22 14:30:09 -07001250 <intent-filter android:priority="32">
Sean Stout763acf02017-06-20 18:07:22 -07001251 <action android:name="android.intent.action.MAIN" />
Sean Stout763acf02017-06-20 18:07:22 -07001252 <category android:name="com.android.settings.SHORTCUT" />
1253 </intent-filter>
Justin Klaasseneae3d9f2016-07-21 19:25:17 -07001254 <intent-filter android:priority="1">
1255 <action android:name="android.settings.NIGHT_DISPLAY_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001256 <category android:name="android.intent.category.BROWSABLE" />
Justin Klaasseneae3d9f2016-07-21 19:25:17 -07001257 <category android:name="android.intent.category.DEFAULT" />
1258 </intent-filter>
Sean Stout06251262017-02-15 14:04:25 -08001259 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1260 android:value="com.android.settings.display.NightDisplaySettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001261 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1262 android:value="@string/menu_key_display"/>
Sean Stout40067be2017-04-10 15:31:25 -07001263 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1264 android:value="true" />
Justin Klaasseneae3d9f2016-07-21 19:25:17 -07001265 </activity>
1266
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001267 <activity
Jay Aliomer82a0ea02019-12-10 14:49:27 -05001268 android:name="Settings$DarkThemeSettingsActivity"
1269 android:label="@string/dark_ui_auto_mode_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001270 android:exported="true"
Jay Aliomer82a0ea02019-12-10 14:49:27 -05001271 android:enabled="true">
1272 <intent-filter android:priority="32">
1273 <action android:name="android.intent.action.MAIN" />
1274 <category android:name="com.android.settings.SHORTCUT" />
1275 </intent-filter>
1276 <intent-filter android:priority="1">
1277 <action android:name="android.settings.DARK_THEME_SETTINGS" />
1278 <category android:name="android.intent.category.DEFAULT" />
1279 </intent-filter>
1280 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1281 android:value="com.android.settings.display.darkmode.DarkModeSettingsFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001282 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1283 android:value="@string/menu_key_display"/>
Jay Aliomer82a0ea02019-12-10 14:49:27 -05001284 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1285 android:value="true" />
1286 </activity>
1287
1288 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001289 android:name="Settings$NightDisplaySuggestionActivity"
Sean Stout2bc94d62017-05-18 13:39:25 -07001290 android:enabled="@*android:bool/config_nightDisplayAvailable"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001291 android:exported="true"
Mill Chen71958002019-01-23 10:44:39 +08001292 android:icon="@drawable/ic_suggestion_night_display">
Sean Stout2bc94d62017-05-18 13:39:25 -07001293 <intent-filter>
1294 <action android:name="android.intent.action.MAIN" />
1295 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
1296 </intent-filter>
1297 <meta-data android:name="com.android.settings.dismiss"
1298 android:value="6,10,30" />
1299 <meta-data android:name="com.android.settings.title"
1300 android:resource="@string/night_display_suggestion_title" />
1301 <meta-data android:name="com.android.settings.summary"
1302 android:resource="@string/night_display_suggestion_summary" />
1303 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1304 android:value="true" />
1305 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1306 android:value="com.android.settings.display.NightDisplaySettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001307 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1308 android:value="@string/menu_key_display"/>
Sean Stout2bc94d62017-05-18 13:39:25 -07001309 </activity>
1310
Fan Zhang881d5792018-01-26 10:15:56 -08001311 <activity android:name=".Settings$MyDeviceInfoActivity"
Daniel Nishi12254692018-03-23 13:43:12 -07001312 android:label="@string/about_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001313 android:exported="true"
Sunny Shao86140582019-03-22 15:22:36 +08001314 android:icon="@drawable/ic_homepage_about">
Daniel Nishi1e620952017-12-19 10:15:14 -08001315 <intent-filter android:priority="1">
Daniel Nishi87f35e22018-01-22 15:17:25 -08001316 <action android:name="android.settings.DEVICE_INFO_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001317 <category android:name="android.intent.category.BROWSABLE" />
Daniel Nishi41af55e2018-01-25 15:24:29 -08001318 <action android:name="android.settings.DEVICE_NAME" />
Daniel Nishi1e620952017-12-19 10:15:14 -08001319 <category android:name="android.intent.category.DEFAULT" />
1320 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001321 <intent-filter android:priority="71">
Daniel Nishi1e620952017-12-19 10:15:14 -08001322 <action android:name="android.intent.action.MAIN" />
Fan Zhang2f4355a2018-06-21 15:34:43 -07001323 <category android:name="com.android.settings.SHORTCUT" />
Daniel Nishi1e620952017-12-19 10:15:14 -08001324 </intent-filter>
Daniel Nishi1e620952017-12-19 10:15:14 -08001325 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Daniel Nishi87f35e22018-01-22 15:17:25 -08001326 android:value="com.android.settings.deviceinfo.aboutphone.MyDeviceInfoFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001327 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1328 android:value="@string/menu_key_about_device"/>
Daniel Nishi1e620952017-12-19 10:15:14 -08001329 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1330 android:value="true" />
1331 </activity>
1332
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001333 <activity
Silin Huangc80b3ab2021-05-13 23:59:33 -07001334 android:name=".Settings$LockScreenSettingsActivity"
1335 android:label="@string/lockscreen_settings_title"
1336 android:exported="true">
1337 <intent-filter android:priority="1">
1338 <action android:name="android.settings.LOCK_SCREEN_SETTINGS" />
1339 <category android:name="android.intent.category.DEFAULT" />
1340 </intent-filter>
1341 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1342 android:value="com.android.settings.security.LockscreenDashboardFragment" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001343 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1344 android:value="@string/menu_key_display"/>
Silin Huangc80b3ab2021-05-13 23:59:33 -07001345 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1346 android:value="true" />
1347 </activity>
1348
1349 <activity
shaoweishen1b58ba52021-12-03 08:47:15 +00001350 android:name=".Settings$BlueToothPairingActivity"
1351 android:label="@string/bluetooth_pairing_page_title"
1352 android:permission="android.permission.BLUETOOTH_SCAN"
1353 android:exported="true">
1354 <intent-filter android:priority="1">
1355 <action android:name="android.settings.BLUETOOTH_PAIRING_SETTINGS" />
1356 <category android:name="android.intent.category.DEFAULT" />
1357 </intent-filter>
1358 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1359 android:value="com.android.settings.bluetooth.BluetoothPairingDetail" />
1360 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1361 android:value="@string/menu_key_connected_devices"/>
1362 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1363 android:value="true" />
1364 </activity>
1365
1366 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001367 android:name="SettingsLicenseActivity"
1368 android:label="@string/settings_license_activity_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001369 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001370 android:configChanges="orientation|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001371 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001372 <action android:name="android.settings.LICENSE" />
1373 <category android:name="android.intent.category.DEFAULT" />
1374 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001375 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1376 android:value="true" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001377 </activity>
1378
Andrew Sapperstein56a8c332019-06-18 09:44:18 -07001379 <activity android:name=".Settings$ModuleLicensesActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001380 android:exported="true"
Andrew Sapperstein56a8c332019-06-18 09:44:18 -07001381 android:label="@string/module_license_title">
1382 <intent-filter>
1383 <action android:name="android.settings.MODULE_LICENSES" />
1384 <category android:name="android.intent.category.DEFAULT" />
1385 </intent-filter>
1386 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1387 android:value="com.android.settings.deviceinfo.legal.ModuleLicensesDashboard" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001388 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1389 android:value="@string/menu_key_about_device"/>
Andrew Sapperstein56a8c332019-06-18 09:44:18 -07001390 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1391 android:value="true" />
1392 </activity>
1393
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001394 <activity
1395 android:name="Settings$ManageApplicationsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001396 android:exported="true"
Fan Zhangc7635e52019-03-04 14:27:08 -08001397 android:label="@string/applications_settings">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001398 <intent-filter android:priority="1">
Gilles Debunneab189bd2011-07-06 13:10:16 -07001399 <action android:name="android.settings.APPLICATION_SETTINGS" />
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001400 <action android:name="android.settings.MANAGE_APPLICATIONS_SETTINGS" />
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001401 <action android:name="android.settings.MANAGE_ALL_APPLICATIONS_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001402 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001403 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001404 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001405 <intent-filter android:priority="20">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001406 <action android:name="android.intent.action.MAIN" />
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001407 <category android:name="com.android.settings.SHORTCUT" />
1408 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001409 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001410 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001411 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1412 android:value="@string/menu_key_apps"/>
Zoltan Szatmary-Bande7d4982015-03-31 19:49:18 +01001413 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1414 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001415 </activity>
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001416
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001417 <!-- Keep compatibility with old shortcuts. -->
1418 <activity-alias android:name=".applications.ManageApplications"
1419 android:label="@string/applications_settings"
1420 android:exported="true"
1421 android:targetActivity="Settings$ManageApplicationsActivity">
1422 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1423 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001424 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1425 android:value="@string/menu_key_apps"/>
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001426 </activity-alias>
1427
1428 <activity
1429 android:name="Settings$ManageDomainUrlsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001430 android:exported="true"
Sunny Shao600ba962019-07-04 11:52:59 +08001431 android:label="@string/domain_urls_title">
Todd Kennedy2ef1aa52016-09-06 14:02:38 -07001432 <intent-filter>
1433 <action android:name="android.settings.MANAGE_DOMAIN_URLS" />
1434 <category android:name="android.intent.category.DEFAULT" />
1435 </intent-filter>
Todd Kennedy2ef1aa52016-09-06 14:02:38 -07001436 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
stanley.tf_wang828409a2018-04-13 16:18:13 +08001437 android:value="com.android.settings.applications.managedomainurls.ManageDomainUrls" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001438 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1439 android:value="@string/menu_key_apps"/>
Todd Kennedy2ef1aa52016-09-06 14:02:38 -07001440 </activity>
1441
Muyuan Liba115af2016-03-25 15:46:12 -07001442 <activity android:name="Settings$AppMemoryUsageActivity"
1443 android:label="@string/app_list_memory_use"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001444 android:exported="true"
Muyuan Liba115af2016-03-25 15:46:12 -07001445 android:icon="@drawable/ic_settings_memory">
1446 <intent-filter>
1447 <action android:name="android.settings.APP_MEMORY_USAGE" />
1448 <category android:name="android.intent.category.DEFAULT" />
1449 </intent-filter>
Muyuan Liba115af2016-03-25 15:46:12 -07001450 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1451 android:value="com.android.settings.applications.ProcessStatsUi" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001452 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1453 android:value="@string/menu_key_apps"/>
Muyuan Liba115af2016-03-25 15:46:12 -07001454 </activity>
1455
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001456 <activity
1457 android:name="Settings$HighPowerApplicationsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001458 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001459 android:label="@string/high_power_apps">
Jason Monk3a90d7c2015-06-10 11:03:06 -04001460 <intent-filter android:priority="1">
1461 <action android:name="android.settings.IGNORE_BATTERY_OPTIMIZATION_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001462 <category android:name="android.intent.category.BROWSABLE" />
Jason Monk3a90d7c2015-06-10 11:03:06 -04001463 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn3f98c0c2015-06-12 18:13:54 -07001464 </intent-filter>
Jason Monk1eb54eb2015-04-29 12:46:42 -04001465 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001466 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001467 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1468 android:value="@string/menu_key_apps"/>
Jason Monk1eb54eb2015-04-29 12:46:42 -04001469 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1470 android:value="true" />
1471 </activity>
1472
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001473 <activity
1474 android:name=".datausage.AppDataUsageActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001475 android:exported="true"
Arc Wang358dd2b2022-05-06 04:07:50 +00001476 android:noHistory="true">
Felipe Leme616ff3e2016-04-26 13:50:14 -07001477 <intent-filter android:priority="1">
1478 <action android:name="android.settings.IGNORE_BACKGROUND_DATA_RESTRICTIONS_SETTINGS" />
1479 <category android:name="android.intent.category.DEFAULT" />
1480 <data android:scheme="package" />
1481 </intent-filter>
1482 </activity>
1483
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001484 <activity
1485 android:name=".fuelgauge.RequestIgnoreBatteryOptimizations"
1486 android:label="@string/high_power_apps"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001487 android:exported="true"
Arc Wang5a298fb2020-06-30 14:14:02 +08001488 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight">
Dianne Hackbornbe4df032015-08-10 14:53:33 -07001489 <intent-filter android:priority="1">
1490 <action android:name="android.settings.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
1491 <category android:name="android.intent.category.DEFAULT" />
1492 <data android:scheme="package" />
1493 </intent-filter>
1494 </activity>
1495
Fan Zhang66156d62018-05-09 17:33:19 -07001496 <activity
1497 android:name=".slices.SliceDeepLinkSpringBoard"
1498 android:excludeFromRecents="true"
Fan Zhang03dd39c2019-04-02 16:41:01 -07001499 android:theme="@android:style/Theme.NoDisplay"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001500 android:exported="true"
Fan Zhang03dd39c2019-04-02 16:41:01 -07001501 android:permission="android.permission.MODIFY_PHONE_STATE">
Jason Monkf6edc7c2017-11-22 10:04:38 -05001502 <intent-filter>
1503 <action android:name="android.intent.action.VIEW" />
1504 <category android:name="android.intent.category.DEFAULT" />
1505 <category android:name="android.intent.category.BROWSABLE" />
1506 <data android:scheme="settings"
1507 android:host="com.android.settings.slices" />
1508 </intent-filter>
1509 </activity>
1510
Amith Yamasaniaf925282011-11-10 15:28:59 -08001511 <!-- Provide direct entry into manage apps showing running services.
1512 This is for compatibility with old shortcuts. -->
1513 <activity-alias android:name=".RunningServices"
1514 android:label="@string/runningservices_settings_title"
Amith Yamasaniaf925282011-11-10 15:28:59 -08001515 android:exported="true"
1516 android:targetActivity="Settings$ManageApplicationsActivity">
1517 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001518 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001519 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1520 android:value="@string/menu_key_system"/>
Amith Yamasaniaf925282011-11-10 15:28:59 -08001521 </activity-alias>
Lifu Tangfc86f692013-07-30 18:34:35 -07001522
Amith Yamasaniaf925282011-11-10 15:28:59 -08001523 <!-- Provide direct entry into manage apps showing storage usage for apps.
1524 This is for compatibility with old shortcuts. -->
1525 <activity-alias android:name=".applications.StorageUse"
1526 android:label="@string/storageuse_settings_title"
Amith Yamasaniaf925282011-11-10 15:28:59 -08001527 android:exported="true"
1528 android:targetActivity="Settings$ManageApplicationsActivity">
1529 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001530 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001531 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1532 android:value="@string/menu_key_apps"/>
Amith Yamasaniaf925282011-11-10 15:28:59 -08001533 </activity-alias>
1534
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001535 <!-- Still need a top-level activity for showing app details. Aliasing
1536 trick is so the code that is now a fragment can still be called
1537 InstalledAppDetails. -->
1538 <activity android:name=".applications.InstalledAppDetailsTop"
1539 android:label="@string/application_info_label"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001540 android:exported="true" />
Gilles Debunneab189bd2011-07-06 13:10:16 -07001541
Amith Yamasaniaf925282011-11-10 15:28:59 -08001542 <!-- Keep compatibility with old shortcuts. -->
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001543 <activity-alias android:name=".applications.InstalledAppDetails"
Amith Yamasaniaf925282011-11-10 15:28:59 -08001544 android:label="@string/application_info_label"
1545 android:exported="true"
1546 android:targetActivity=".applications.InstalledAppDetailsTop">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001547 <intent-filter android:priority="1">
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001548 <action android:name="android.settings.APPLICATION_DETAILS_SETTINGS" />
Eugene Susla596662c2020-04-13 13:20:50 -07001549 <action android:name="android.intent.action.AUTO_REVOKE_PERMISSIONS" />
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001550 <category android:name="android.intent.category.DEFAULT" />
1551 <data android:scheme="package" />
1552 </intent-filter>
Jason Chiubbb9f202022-03-10 15:34:55 +08001553 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1554 android:value="@string/menu_key_apps"/>
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001555 </activity-alias>
1556
Ben Lin30ed7c72018-09-13 15:22:03 -07001557 <activity android:name=".applications.InstalledAppOpenByDefaultActivity"
Ben Lin0cdc1032018-02-27 15:31:40 -08001558 android:label="@string/application_info_label"
Arc Wang358dd2b2022-05-06 04:07:50 +00001559 android:exported="true">
Ben Lin0cdc1032018-02-27 15:31:40 -08001560 <intent-filter android:priority="1">
Winsoned6d7332021-04-02 12:43:55 -07001561 <action android:name="android.settings.APP_OPEN_BY_DEFAULT_SETTINGS" />
1562 <!-- Also catch legacy "com." prefixed action. -->
Ben Lin30ed7c72018-09-13 15:22:03 -07001563 <action android:name="com.android.settings.APP_OPEN_BY_DEFAULT_SETTINGS" />
Ben Lin0cdc1032018-02-27 15:31:40 -08001564 <category android:name="android.intent.category.DEFAULT" />
1565 <data android:scheme="package" />
1566 </intent-filter>
Jason Chiubbb9f202022-03-10 15:34:55 +08001567 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1568 android:value="@string/menu_key_apps"/>
Ben Lin0cdc1032018-02-27 15:31:40 -08001569 </activity>
1570
Dianne Hackborn508fedc2010-07-28 17:10:42 -07001571 <!-- Provide direct entry into manage apps showing running services. -->
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001572 <activity android:name="Settings$RunningServicesActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001573 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001574 android:label="@string/runningservices_settings_title">
Dianne Hackbornc58c5492009-08-31 21:33:17 -07001575 <intent-filter>
1576 <action android:name="android.intent.action.MAIN" />
1577 <category android:name="android.intent.category.DEFAULT" />
1578 <category android:name="android.intent.category.MONKEY" />
1579 <category android:name="android.intent.category.VOICE_LAUNCH" />
Dianne Hackbornc58c5492009-08-31 21:33:17 -07001580 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001581 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001582 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001583 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1584 android:value="@string/menu_key_apps"/>
Zoltan Szatmary-Bande7d4982015-03-31 19:49:18 +01001585 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1586 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001587 </activity>
Amith Yamasani1bb6db52010-09-17 13:34:47 -07001588
Amith Yamasaniaf925282011-11-10 15:28:59 -08001589 <!-- Provide direct entry into manage apps showing storage usage of apps. -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001590 <activity
1591 android:name="Settings$StorageUseActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001592 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001593 android:label="@string/storageuse_settings_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001594 <intent-filter android:priority="1">
1595 <action android:name="android.intent.action.MANAGE_PACKAGE_STORAGE" />
1596 <category android:name="android.intent.category.DEFAULT" />
1597 </intent-filter>
Dianne Hackborn728ac352010-06-06 22:51:42 -07001598 <intent-filter>
1599 <action android:name="android.intent.action.MAIN" />
1600 <category android:name="android.intent.category.DEFAULT" />
1601 <category android:name="android.intent.category.MONKEY" />
1602 <category android:name="android.intent.category.VOICE_LAUNCH" />
Dianne Hackborn728ac352010-06-06 22:51:42 -07001603 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001604 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001605 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001606 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1607 android:value="@string/menu_key_apps"/>
Zoltan Szatmary-Bande7d4982015-03-31 19:49:18 +01001608 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1609 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001610 </activity>
Amith Yamasani1bb6db52010-09-17 13:34:47 -07001611
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001612 <activity
1613 android:name="Settings$NotificationStationActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001614 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001615 android:label="@string/notification_log_title">
Fan Zhang5a981772018-06-22 14:30:09 -07001616 <intent-filter android:priority="22">
Daniel Sandler328e2d22013-01-17 13:14:02 -05001617 <action android:name="android.intent.action.MAIN" />
Daniel Sandler328e2d22013-01-17 13:14:02 -05001618 <category android:name="com.android.settings.SHORTCUT" />
1619 </intent-filter>
1620 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001621 android:value="com.android.settings.notification.history.NotificationStation" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001622 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1623 android:value="@string/menu_key_notifications"/>
Daniel Sandler328e2d22013-01-17 13:14:02 -05001624 </activity>
1625
Julia Reynoldsb37d5652019-12-12 08:12:29 -05001626 <activity
1627 android:name=".notification.history.NotificationHistoryActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001628 android:exported="true"
Tsung-Mao Fangefaf49c2021-06-29 14:40:31 +08001629 android:label="@string/notification_history_title"
1630 android:theme="@style/Theme.Settings.NoActionBar">
Julia Reynolds49880c32020-02-11 14:09:42 -05001631 <intent-filter android:priority="1">
1632 <action android:name="android.settings.NOTIFICATION_HISTORY" />
1633 <category android:name="android.intent.category.DEFAULT" />
1634 </intent-filter>
Julia Reynoldsb37d5652019-12-12 08:12:29 -05001635 <intent-filter>
1636 <action android:name="android.intent.action.MAIN" />
1637 <category android:name="android.intent.category.DEFAULT" />
1638 </intent-filter>
1639 </activity>
1640
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001641 <activity android:name=".notification.zen.ZenModeVoiceActivity"
jackqdyulei71a05742017-03-22 13:33:51 -07001642 android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001643 android:exported="true"
Barnaby James0474b722015-05-10 16:24:05 -07001644 android:label="@string/zen_mode_settings_title">
Barnaby Jamesc55ea152015-04-13 14:33:53 -07001645 <intent-filter>
1646 <action android:name="android.settings.VOICE_CONTROL_DO_NOT_DISTURB_MODE" />
1647 <category android:name="android.intent.category.DEFAULT" />
1648 <category android:name="android.intent.category.VOICE" />
1649 </intent-filter>
1650 </activity>
1651
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001652 <activity
1653 android:name="Settings$LocationSettingsActivity"
1654 android:label="@string/location_settings_title"
Sunny Shaob4a5f162020-06-15 23:00:26 +08001655 android:icon="@drawable/ic_homepage_location"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001656 android:exported="true"
Yanting Yang5edcc302019-09-05 16:25:17 +08001657 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001658 <intent-filter android:priority="1">
1659 <action android:name="android.settings.LOCATION_SOURCE_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001660 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001661 <category android:name="android.intent.category.DEFAULT" />
1662 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001663 <intent-filter android:priority="52">
Gilles Debunnea6a8a142011-06-09 11:56:17 -07001664 <action android:name="android.intent.action.MAIN" />
Gilles Debunnea6a8a142011-06-09 11:56:17 -07001665 <category android:name="com.android.settings.SHORTCUT" />
1666 </intent-filter>
1667 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Lifu Tang83ab7c92013-07-29 12:07:48 -07001668 android:value="com.android.settings.location.LocationSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001669 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1670 android:value="@string/menu_key_location"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001671 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1672 android:value="true" />
Gilles Debunnea6a8a142011-06-09 11:56:17 -07001673 </activity>
Lifu Tangf72f8302018-04-12 10:01:29 -07001674 <activity
1675 android:name="Settings$ScanningSettingsActivity"
Yu-Han Yange93c1292021-02-17 13:52:39 -08001676 android:label="@string/location_services_screen_title"
tmfang54a5d372018-10-30 16:49:12 +08001677 android:icon="@drawable/ic_homepage_location"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001678 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001679 android:configChanges="orientation|keyboardHidden|screenSize">
Lifu Tangf72f8302018-04-12 10:01:29 -07001680 <intent-filter android:priority="1">
1681 <action android:name="android.settings.LOCATION_SCANNING_SETTINGS" />
1682 <category android:name="android.intent.category.DEFAULT" />
1683 </intent-filter>
1684 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Yu-Han Yange93c1292021-02-17 13:52:39 -08001685 android:value="com.android.settings.location.LocationServices" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001686 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1687 android:value="@string/menu_key_location"/>
Lifu Tangf72f8302018-04-12 10:01:29 -07001688 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1689 android:value="true" />
1690 </activity>
Gilles Debunnea6a8a142011-06-09 11:56:17 -07001691
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001692 <activity
Weng Su9e6966d2021-10-13 23:08:50 +08001693 android:name="Settings$WifiScanningSettingsActivity"
1694 android:label="@string/location_scanning_wifi_always_scanning_title"
1695 android:icon="@drawable/ic_homepage_location"
1696 android:exported="true"
1697 android:permission="android.permission.CHANGE_WIFI_STATE"
1698 android:configChanges="orientation|keyboardHidden|screenSize">
1699 <intent-filter android:priority="1">
1700 <action android:name="android.settings.WIFI_SCANNING_SETTINGS" />
1701 <category android:name="android.intent.category.DEFAULT" />
1702 </intent-filter>
1703 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1704 android:value="com.android.settings.location.WifiScanningFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001705 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1706 android:value="@string/menu_key_location"/>
Weng Su9e6966d2021-10-13 23:08:50 +08001707 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1708 android:value="true" />
1709 </activity>
1710
1711 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001712 android:name=".Settings$SecurityDashboardActivity"
1713 android:label="@string/security_settings_title"
1714 android:icon="@drawable/ic_homepage_security"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001715 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001716 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001717 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001718 <action android:name="android.settings.SECURITY_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001719 <category android:name="android.intent.category.BROWSABLE" />
Chia-chi Yeh9cec6982009-09-22 23:59:01 +08001720 <action android:name="android.credentials.UNLOCK" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001721 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001722 </intent-filter>
1723 <intent-filter>
1724 <action android:name="android.intent.action.MAIN" />
1725 <category android:name="android.intent.category.DEFAULT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001726 <category android:name="android.intent.category.VOICE_LAUNCH" />
1727 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001728 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangb9164562017-11-03 09:35:12 -07001729 android:value="com.android.settings.security.SecuritySettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001730 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1731 android:value="@string/menu_key_security"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001732 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1733 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001734 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001735
Yuri Ufimtsev4eea1262021-12-03 15:43:11 +00001736 <activity
1737 android:name="Settings$SecurityAdvancedSettings"
1738 android:label="@string/security_advanced_settings"
1739 android:exported="true"
1740 android:icon="@drawable/ic_settings_security">
1741 <intent-filter android:priority="1">
1742 <action android:name="com.android.settings.security.SECURITY_ADVANCED_SETTINGS" />
1743 <category android:name="android.intent.category.DEFAULT" />
1744 </intent-filter>
1745 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1746 android:value="com.android.settings.security.SecurityAdvancedSettings" />
1747 </activity>
1748
Maggie Benthall9d6c40e2013-09-05 15:33:58 -04001749 <activity android:name="MonitoringCertInfoActivity"
Victor Change8a46f22016-04-19 17:45:07 +01001750 android:label=""
Maggie Benthall9d6c40e2013-09-05 15:33:58 -04001751 android:theme="@style/Transparent"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001752 android:exported="true"
Fan Zhang416ff0a2018-10-26 15:39:39 -07001753 android:excludeFromRecents="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001754 <intent-filter android:priority="1">
1755 <action android:name="com.android.settings.MONITORING_CERT_INFO" />
1756 <category android:name="android.intent.category.DEFAULT" />
1757 </intent-filter>
Maggie Benthall9d6c40e2013-09-05 15:33:58 -04001758 </activity>
1759
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001760 <activity
1761 android:name="Settings$TrustedCredentialsSettingsActivity"
1762 android:label="@string/trusted_credentials"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001763 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001764 android:icon="@drawable/ic_settings_security">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001765 <intent-filter android:priority="1">
Geoffrey Borggaardfc6bc202013-08-09 11:44:42 -04001766 <action android:name="com.android.settings.TRUSTED_CREDENTIALS" />
1767 <action android:name="com.android.settings.TRUSTED_CREDENTIALS_USER" />
1768 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001769 </intent-filter>
Geoffrey Borggaardfc6bc202013-08-09 11:44:42 -04001770 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1771 android:value="com.android.settings.TrustedCredentialsSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001772 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1773 android:value="@string/menu_key_security"/>
Victor Chang37afa282016-04-07 21:20:38 +01001774 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1775 android:value="true" />
Geoffrey Borggaardfc6bc202013-08-09 11:44:42 -04001776 </activity>
1777
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001778 <activity android:name="Settings$PrivacySettingsActivity"
Amith Yamasanie65c9432009-09-22 13:50:19 -07001779 android:label="@string/privacy_settings_title"
Jason Monk4da79e02015-09-10 10:54:36 -04001780 android:icon="@drawable/ic_settings_backup"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001781 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001782 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001783 <intent-filter>
1784 <action android:name="android.intent.action.MAIN" />
1785 <category android:name="android.intent.category.DEFAULT" />
Amith Yamasanie65c9432009-09-22 13:50:19 -07001786 <category android:name="android.intent.category.VOICE_LAUNCH" />
1787 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001788 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
sunnyshao15ec2cf2018-03-29 19:50:20 +08001789 android:value="com.android.settings.backup.PrivacySettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001790 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1791 android:value="@string/menu_key_privacy"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001792 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1793 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001794 </activity>
Amith Yamasanie65c9432009-09-22 13:50:19 -07001795
Fan Zhang11482d22019-02-06 10:37:03 -08001796 <activity android:name="Settings$PrivacyDashboardActivity"
1797 android:label="@string/privacy_dashboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001798 android:exported="true"
Fan Zhang11482d22019-02-06 10:37:03 -08001799 android:icon="@drawable/ic_settings_privacy">
1800 <intent-filter>
1801 <action android:name="android.settings.PRIVACY_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001802 <category android:name="android.intent.category.BROWSABLE" />
Fan Zhang11482d22019-02-06 10:37:03 -08001803 <category android:name="android.intent.category.DEFAULT" />
1804 </intent-filter>
Jay Thomas Sullivan5efeddc2022-05-04 22:09:54 +00001805 <intent-filter>
1806 <action android:name="android.settings.PRIVACY_ADVANCED_SETTINGS" />
1807 <category android:name="android.intent.category.DEFAULT" />
1808 </intent-filter>
Felipe Lemea71991a2019-03-07 15:33:51 -08001809 <intent-filter android:priority="1">
1810 <action android:name="android.settings.REQUEST_ENABLE_CONTENT_CAPTURE" />
1811 <category android:name="android.intent.category.DEFAULT" />
1812 </intent-filter>
Fan Zhang11482d22019-02-06 10:37:03 -08001813 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1814 android:value="com.android.settings.privacy.PrivacyDashboardFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001815 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1816 android:value="@string/menu_key_privacy"/>
tmfangbf2989a2019-04-24 10:29:46 +08001817 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1818 android:value="true" />
Fan Zhang11482d22019-02-06 10:37:03 -08001819 </activity>
1820
Nate Myrend1749cf2022-04-22 13:58:50 -07001821 <activity android:name="Settings$PrivacyControlsActivity"
1822 android:label="@string/privacy_controls_title"
1823 android:exported="true"
1824 android:icon="@drawable/ic_settings_privacy">
1825 <intent-filter android:priority="1">
1826 <action android:name="android.settings.PRIVACY_CONTROLS" />
1827 <category android:name="android.intent.category.DEFAULT" />
1828 </intent-filter>
1829 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1830 android:value="com.android.settings.privacy.PrivacyControlsFragment" />
1831 </activity>
1832
alinasuarez6ffa9da2021-07-14 18:59:31 +00001833 <activity android:name=".development.tare.TareHomePage"
1834 android:label="@string/tare_settings"
1835 android:exported="false" />
1836
alinasuarezaef6ac22021-07-30 20:25:19 +00001837 <activity android:name=".development.tare.DropdownActivity"
1838 android:exported="false" />
1839
Christopher Tate4f338782011-07-25 12:09:10 -07001840 <activity android:name="SetFullBackupPassword"
Doris Ling03a3b512017-10-18 14:25:01 -07001841 android:label="@string/local_backup_password_title"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001842 android:exported="false" />
Christopher Tate4f338782011-07-25 12:09:10 -07001843
Eran Messeri1e9bd272019-01-24 10:12:01 +00001844 <activity android:name=".security.CredentialStorage"
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08001845 android:theme="@style/Transparent"
Amith Yamasanib9812022011-08-26 15:39:16 -07001846 android:launchMode="singleTop"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001847 android:exported="true"
Gilles Debunneab189bd2011-07-06 13:10:16 -07001848 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001849 <intent-filter android:priority="1">
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08001850 <action android:name="com.android.credentials.INSTALL" />
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08001851 <action android:name="com.android.credentials.RESET" />
1852 <category android:name="android.intent.category.DEFAULT" />
1853 </intent-filter>
1854 </activity>
1855
Alex Johnstonc0c75a32019-10-18 14:20:27 +01001856 <activity android:name=".security.InstallCaCertificateWarning"
1857 android:theme="@style/GlifV3Theme.Light"
1858 android:exported="false">
1859 </activity>
1860
Alex Johnston580b7af2020-11-26 12:40:38 +00001861 <activity android:name=".security.RequestManageCredentials"
Alex Johnston8d06d632021-06-21 23:33:17 +01001862 android:theme="@style/Theme.SubSettings"
Alex Johnston580b7af2020-11-26 12:40:38 +00001863 android:exported="true">
1864 <intent-filter>
1865 <action android:name="android.security.MANAGE_CREDENTIALS"/>
1866 <category android:name="android.intent.category.DEFAULT"/>
1867 </intent-filter>
1868 </activity>
1869
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001870 <activity
1871 android:name="Settings$DeviceAdminSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001872 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001873 android:label="@string/device_admin_settings_title">
Dianne Hackbornfeff6522010-01-12 18:18:05 -08001874 <intent-filter>
1875 <action android:name="android.intent.action.MAIN" />
Dianne Hackbornfeff6522010-01-12 18:18:05 -08001876 <category android:name="android.intent.category.DEFAULT" />
1877 <category android:name="android.intent.category.VOICE_LAUNCH" />
Dianne Hackbornfeff6522010-01-12 18:18:05 -08001878 </intent-filter>
Amith Yamasania1d01842011-01-24 16:02:11 -08001879 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangca6d86c2018-06-14 12:52:06 -07001880 android:value="com.android.settings.applications.specialaccess.deviceadmin.DeviceAdminSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001881 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1882 android:value="@string/menu_key_security"/>
Dianne Hackbornfeff6522010-01-12 18:18:05 -08001883 </activity>
1884
Amith Yamasaniaf925282011-11-10 15:28:59 -08001885 <!-- Keep compatibility with old shortcuts. -->
1886 <activity-alias android:name="DeviceAdminSettings"
1887 android:label="@string/device_admin_settings_title"
Amith Yamasaniaf925282011-11-10 15:28:59 -08001888 android:exported="true"
1889 android:targetActivity="Settings$DeviceAdminSettingsActivity">
1890 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangca6d86c2018-06-14 12:52:06 -07001891 android:value="com.android.settings.applications.specialaccess.deviceadmin.DeviceAdminSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001892 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1893 android:value="@string/menu_key_security"/>
Amith Yamasaniaf925282011-11-10 15:28:59 -08001894 </activity-alias>
1895
Fan Zhangca6d86c2018-06-14 12:52:06 -07001896 <activity android:name=".applications.specialaccess.deviceadmin.DeviceAdminAdd"
Michael Wachenschwanz35eef602019-04-25 16:07:39 -07001897 android:label="@string/device_admin_add_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001898 android:exported="true"
Tsung-Mao Fangefaf49c2021-06-29 14:40:31 +08001899 android:clearTaskOnLaunch="true"
1900 android:theme="@style/Theme.Settings.NoActionBar">
Tsung-Mao Fang56e9b252022-03-16 18:03:40 +08001901 <intent-filter android:priority="1000">
Dianne Hackborn28429032010-01-25 18:56:17 -08001902 <action android:name="android.app.action.ADD_DEVICE_ADMIN" />
1903 <category android:name="android.intent.category.DEFAULT" />
1904 </intent-filter>
1905 </activity>
1906
Michael Wachenschwanz35eef602019-04-25 16:07:39 -07001907 <activity android:name=".applications.specialaccess.deviceadmin.ProfileOwnerAdd"
1908 android:excludeFromRecents="true"
1909 android:theme="@style/Transparent"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001910 android:exported="true"
Michael Wachenschwanz35eef602019-04-25 16:07:39 -07001911 android:clearTaskOnLaunch="true">
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001912 <intent-filter android:priority="1000">
1913 <action android:name="android.app.action.SET_PROFILE_OWNER" />
1914 <category android:name="android.intent.category.DEFAULT" />
1915 </intent-filter>
Michael Wachenschwanz35eef602019-04-25 16:07:39 -07001916 </activity>
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001917
1918 <activity
1919 android:name="Settings$UsageAccessSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001920 android:exported="true"
Fan Zhangc7635e52019-03-04 14:27:08 -08001921 android:label="@string/usage_access_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001922 <intent-filter android:priority="1">
1923 <action android:name="android.settings.USAGE_ACCESS_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001924 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001925 <category android:name="android.intent.category.DEFAULT" />
1926 </intent-filter>
Dianne Hackbornb51253c2014-08-12 15:08:04 -07001927 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001928 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001929 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1930 android:value="@string/menu_key_apps"/>
Raff Tsai613f15a2020-01-05 21:56:35 +08001931 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1932 android:value="true" />
Dianne Hackbornb51253c2014-08-12 15:08:04 -07001933 </activity>
1934
Fan Zhang104ee2e2018-09-20 16:21:53 -07001935 <activity
1936 android:name="Settings$AppUsageAccessSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001937 android:exported="true"
Arc Wang358dd2b2022-05-06 04:07:50 +00001938 android:label="@string/usage_access_title">
Fan Zhang104ee2e2018-09-20 16:21:53 -07001939 <intent-filter>
1940 <action android:name="android.settings.USAGE_ACCESS_SETTINGS"/>
1941 <category android:name="android.intent.category.DEFAULT"/>
1942 <data android:scheme="package"/>
1943 </intent-filter>
1944 <meta-data
1945 android:name="com.android.settings.FRAGMENT_CLASS"
1946 android:value="com.android.settings.applications.UsageAccessDetails"/>
Jason Chiu646a31e2021-11-10 11:56:00 +08001947 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1948 android:value="@string/menu_key_apps"/>
Fan Zhang104ee2e2018-09-20 16:21:53 -07001949 </activity>
1950
Jason Monkb7e43802016-06-06 16:01:58 -04001951 <activity android:name="Settings$IccLockSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001952 android:exported="true"
Bonian Chencd1fd102020-02-10 02:38:25 +08001953 android:label="@string/sim_lock_settings">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001954 <intent-filter>
1955 <action android:name="android.intent.action.MAIN" />
1956 <category android:name="android.intent.category.DEFAULT" />
1957 <category android:name="android.intent.category.VOICE_LAUNCH" />
1958 </intent-filter>
Jason Monkb7e43802016-06-06 16:01:58 -04001959 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1960 android:value="com.android.settings.IccLockSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001961 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1962 android:value="@string/menu_key_security"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001963 </activity>
1964
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001965 <activity
1966 android:name="Settings$AccessibilitySettingsActivity"
1967 android:label="@string/accessibility_settings"
1968 android:icon="@drawable/ic_homepage_accessibility"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001969 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001970 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001971 <intent-filter android:priority="1">
1972 <action android:name="android.settings.ACCESSIBILITY_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001973 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001974 <category android:name="android.intent.category.DEFAULT" />
1975 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001976 <intent-filter android:priority="60">
svetoslavganova05d0dc2009-05-14 22:26:34 -07001977 <action android:name="android.intent.action.MAIN" />
Costin Manolache672b3c62011-07-21 10:38:15 -07001978 <category android:name="com.android.settings.SHORTCUT" />
svetoslavganova05d0dc2009-05-14 22:26:34 -07001979 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001980 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Alan Viverette341ff662013-07-18 17:49:33 -07001981 android:value="com.android.settings.accessibility.AccessibilitySettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001982 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1983 android:value="@string/menu_key_accessibility"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001984 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1985 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001986 </activity>
Michael Chan732c1da2010-04-06 14:49:30 -07001987
Jackal Guo29365512019-02-14 15:19:53 +08001988 <activity
1989 android:name="Settings$AccessibilityDetailsSettingsActivity"
1990 android:label="@string/accessibility_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001991 android:exported="true"
Jackal Guo29365512019-02-14 15:19:53 +08001992 android:permission="android.permission.OPEN_ACCESSIBILITY_DETAILS_SETTINGS">
1993 <intent-filter android:priority="1">
1994 <action android:name="android.settings.ACCESSIBILITY_DETAILS_SETTINGS" />
1995 <category android:name="android.intent.category.DEFAULT" />
1996 </intent-filter>
1997 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1998 android:value="com.android.settings.accessibility.AccessibilityDetailsSettingsFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001999 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2000 android:value="@string/menu_key_accessibility"/>
Jackal Guo29365512019-02-14 15:19:53 +08002001 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2002 android:value="true" />
2003 </activity>
2004
Anna Galuszab1795f52016-01-08 14:37:16 -08002005 <activity android:name=".accessibility.AccessibilitySettingsForSetupWizardActivity"
Maurice Lamf3c5b4d2017-06-08 20:17:18 -07002006 android:icon="@drawable/ic_accessibility_suggestion"
Anna Galuszab1795f52016-01-08 14:37:16 -08002007 android:label="@string/vision_settings_title"
Peter_Liangd2fc78d2022-03-09 21:17:35 +08002008 android:exported="true">
Anna Galuszab1795f52016-01-08 14:37:16 -08002009 <intent-filter android:priority="1">
2010 <action android:name="android.settings.ACCESSIBILITY_SETTINGS_FOR_SUW" />
2011 <category android:name="android.intent.category.DEFAULT" />
2012 </intent-filter>
cnchen7a83d512019-05-06 10:19:10 +08002013 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2014 android:value="com.android.settings.accessibility.AccessibilitySettingsForSetupWizard" />
2015 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2016 android:value="true" />
2017 </activity>
2018
2019 <activity-alias
2020 android:name=".FontSizeSettingsForSetupWizardActivity"
2021 android:exported="true"
2022 android:targetActivity=".accessibility.AccessibilitySettingsForSetupWizardActivity">
Maurice Lamf3c5b4d2017-06-08 20:17:18 -07002023 <intent-filter>
2024 <action android:name="android.intent.action.MAIN" />
Maurice Lamf3c5b4d2017-06-08 20:17:18 -07002025 </intent-filter>
2026 <meta-data android:name="com.android.settings.title"
2027 android:resource="@string/vision_settings_suggestion_title" />
Maurice Lam992fa862017-06-09 16:14:36 -07002028 <meta-data android:name="com.android.settings.icon_tintable"
2029 android:value="true" />
Anna Galuszab1795f52016-01-08 14:37:16 -08002030 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2031 android:value="com.android.settings.accessibility.AccessibilitySettingsForSetupWizard" />
cnchen7a83d512019-05-06 10:19:10 +08002032 </activity-alias>
Anna Galuszab1795f52016-01-08 14:37:16 -08002033
Peter_Liangefb44b72022-01-25 09:05:23 +08002034 <activity-alias
2035 android:name=".TextReadingForSetupWizardActivity"
2036 android:exported="true"
2037 android:icon="@drawable/ic_font_download"
2038 android:targetActivity=".accessibility.AccessibilitySettingsForSetupWizardActivity">
2039 <intent-filter>
2040 <action android:name="android.intent.action.MAIN" />
2041 <!-- TODO(b/1352717): Consider replacing it with another category, temporarily
2042 using an older one to avoid side problems. -->
2043 <category android:name="com.android.settings.suggested.category.DISPLAY_SETTINGS" />
2044 </intent-filter>
2045
2046 <meta-data
2047 android:name="com.android.settings.title"
Peter_Liang61264d02022-02-12 17:36:20 +08002048 android:resource="@string/accessibility_text_reading_options_suggestion_title" />
Peter_Liangefb44b72022-01-25 09:05:23 +08002049 <meta-data
2050 android:name="com.android.settings.icon_tintable"
2051 android:value="true" />
2052 <meta-data
2053 android:name="com.android.settings.FRAGMENT_CLASS"
2054 android:value="com.android.settings.accessibility.TextReadingPreferenceFragmentForSetupWizard" />
2055 </activity-alias>
2056
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002057 <activity
2058 android:name="Settings$AccessibilityDaltonizerSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002059 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002060 android:label="@string/accessibility_display_daltonizer_preference_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002061 <intent-filter android:priority="1">
2062 <action android:name="com.android.settings.ACCESSIBILITY_COLOR_SPACE_SETTINGS" />
2063 <category android:name="android.intent.category.DEFAULT" />
2064 </intent-filter>
Alan Viverettefc0ab212013-10-02 16:36:33 -07002065 <intent-filter>
2066 <action android:name="android.intent.action.MAIN" />
Alan Viverettefc0ab212013-10-02 16:36:33 -07002067 <category android:name="android.intent.category.DEFAULT" />
2068 </intent-filter>
2069 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2070 android:value="com.android.settings.accessibility.ToggleDaltonizerPreferenceFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002071 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2072 android:value="@string/menu_key_accessibility"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002073 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2074 android:value="true" />
Alan Viverettefc0ab212013-10-02 16:36:33 -07002075 </activity>
2076
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002077 <activity
Sally9fe91b92020-10-16 22:45:27 +00002078 android:name="Settings$ReduceBrightColorsSettingsActivity"
2079 android:exported="true"
2080 android:label="@string/reduce_bright_colors_preference_title">
2081 <intent-filter android:priority="1">
2082 <action android:name="android.settings.REDUCE_BRIGHT_COLORS_SETTINGS" />
2083 <category android:name="android.intent.category.DEFAULT" />
2084 </intent-filter>
2085 <intent-filter>
2086 <action android:name="android.intent.action.MAIN" />
2087 <category android:name="android.intent.category.DEFAULT" />
2088 </intent-filter>
2089 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2090 android:value="com.android.settings.accessibility.ToggleReduceBrightColorsPreferenceFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002091 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2092 android:value="@string/menu_key_accessibility"/>
Sally9fe91b92020-10-16 22:45:27 +00002093 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2094 android:value="true" />
2095 </activity>
2096
2097 <activity
jasonwshsu9fcd1f92021-10-08 15:43:08 +08002098 android:name="Settings$AccessibilityInversionSettingsActivity"
2099 android:exported="true"
2100 android:label="@string/accessibility_display_inversion_preference_title">
2101 <intent-filter android:priority="1">
2102 <action android:name="android.settings.COLOR_INVERSION_SETTINGS" />
2103 <category android:name="android.intent.category.DEFAULT" />
2104 </intent-filter>
2105 <intent-filter>
2106 <action android:name="android.intent.action.MAIN" />
2107 <category android:name="android.intent.category.DEFAULT" />
2108 </intent-filter>
2109 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2110 android:value="com.android.settings.accessibility.ToggleColorInversionPreferenceFragment" />
2111 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2112 android:value="@string/menu_key_accessibility"/>
2113 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2114 android:value="true" />
2115 </activity>
2116
2117 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002118 android:name="Settings$CaptioningSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002119 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002120 android:label="@string/accessibility_captioning_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002121 <intent-filter android:priority="1">
2122 <action android:name="android.settings.CAPTIONING_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08002123 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002124 <category android:name="android.intent.category.DEFAULT" />
2125 </intent-filter>
Alan Viverettecc0e7822013-08-06 13:53:58 -07002126 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Alan Viverette4098dba2013-12-04 17:19:24 -08002127 android:value="com.android.settings.accessibility.CaptionPropertiesFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002128 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2129 android:value="@string/menu_key_accessibility"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002130 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2131 android:value="true" />
Alan Viverettecc0e7822013-08-06 13:53:58 -07002132 </activity>
2133
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002134 <activity
2135 android:name="Settings$TextToSpeechSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002136 android:exported="true"
Fan Zhangbcd8a252019-04-29 13:35:20 -07002137 android:label="@string/tts_settings">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002138 <intent-filter android:priority="1">
Jean-Michel Trivied29a652009-06-05 18:37:29 -07002139 <action android:name="com.android.settings.TTS_SETTINGS" />
Dianne Hackborn116d85e2009-06-26 18:20:23 -07002140 <category android:name="android.intent.category.DEFAULT" />
Jean-Michel Trivied29a652009-06-05 18:37:29 -07002141 </intent-filter>
Gilles Debunneab189bd2011-07-06 13:10:16 -07002142 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Narayan Kamathfdd94d82011-11-04 16:12:27 +00002143 android:value="com.android.settings.tts.TextToSpeechSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002144 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2145 android:value="@string/menu_key_accessibility"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002146 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2147 android:value="true" />
Jean-Michel Trivied29a652009-06-05 18:37:29 -07002148 </activity>
2149
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002150 <activity
2151 android:name="Settings$EnterprisePrivacySettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002152 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002153 android:label="@string/enterprise_privacy_settings">
Bartosz Fabianowski0e4a1e52016-11-28 19:16:34 +01002154 <intent-filter>
2155 <action android:name="android.settings.ENTERPRISE_PRIVACY_SETTINGS" />
2156 <category android:name="android.intent.category.DEFAULT" />
2157 </intent-filter>
Bartosz Fabianowski05061fc2016-11-14 12:04:49 +01002158 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2159 android:value="com.android.settings.enterprise.EnterprisePrivacySettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002160 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2161 android:value="@string/menu_key_privacy"/>
Bartosz Fabianowski05061fc2016-11-14 12:04:49 +01002162 </activity>
2163
Jim Miller9757e302010-12-17 18:23:23 -08002164 <!-- Lock screen settings -->
Maurice Lam2eb170c2017-04-28 16:18:47 -07002165 <activity android:name=".password.ConfirmDeviceCredentialActivity"
Amith Yamasani39fb0622014-12-17 10:52:52 -08002166 android:exported="true"
Mill Chen078af332019-04-04 15:39:27 -07002167 android:taskAffinity="com.android.settings.workmode"
Kevin Chynb3ee2312018-10-04 15:01:43 -07002168 android:theme="@android:style/Theme.Translucent.NoTitleBar">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002169 <intent-filter android:priority="1">
Jim Miller75fe9e02014-08-13 14:52:52 -07002170 <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL" />
Adrian Roos5a9a3cd2017-03-30 18:02:25 -07002171 <action android:name="android.app.action.CONFIRM_FRP_CREDENTIAL" />
Jim Miller75fe9e02014-08-13 14:52:52 -07002172 <category android:name="android.intent.category.DEFAULT" />
2173 </intent-filter>
Jay Civelli09b52282014-07-10 17:27:07 -07002174 </activity>
Maurice Lam2eb170c2017-04-28 16:18:47 -07002175 <!-- Activity alias for compatibility -->
2176 <activity-alias android:name=".ConfirmDeviceCredentialActivity"
2177 android:targetActivity=".password.ConfirmDeviceCredentialActivity"
2178 android:exported="true" />
Jay Civelli09b52282014-07-10 17:27:07 -07002179
Clara Bayarric5cde052015-10-22 17:24:43 +01002180 <!-- Note this must not be exported since it authenticates the given user -->
Maurice Lam2eb170c2017-04-28 16:18:47 -07002181 <activity android:name=".password.ConfirmDeviceCredentialActivity$InternalActivity"
Clara Bayarric5cde052015-10-22 17:24:43 +01002182 android:exported="false"
2183 android:permission="android.permission.MANAGE_USERS"
Mill Chen078af332019-04-04 15:39:27 -07002184 android:taskAffinity="com.android.settings.workmode"
Kevin Chyn127da9c2018-11-09 16:13:53 -08002185 android:theme="@android:style/Theme.Translucent.NoTitleBar">
Clara Bayarric5cde052015-10-22 17:24:43 +01002186 <intent-filter android:priority="1">
2187 <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL_WITH_USER" />
2188 <category android:name="android.intent.category.DEFAULT" />
2189 </intent-filter>
2190 </activity>
2191
Maurice Lamecd2b7b2014-12-01 10:41:49 -08002192 <activity android:name=".SetupRedactionInterstitial"
Udam Sainidd05ab72016-03-21 17:35:08 -07002193 android:enabled="false"
2194 android:exported="true"
pastychang79614822019-01-03 10:12:54 +08002195 android:theme="@style/SudThemeGlif.DayNight"
Maurice Lam43366f12016-08-05 16:57:59 -07002196 android:label="@string/lock_screen_notifications_interstitial_title"
Udam Sainidd05ab72016-03-21 17:35:08 -07002197 android:icon="@drawable/ic_suggested_notifications">
2198 <intent-filter>
2199 <action android:name="android.intent.action.MAIN" />
Maurice Lam4331a2e2017-06-07 20:59:51 -07002200 <category android:name="com.android.settings.suggested.category.LOCK_SCREEN_REDACTION" />
Udam Sainidd05ab72016-03-21 17:35:08 -07002201 </intent-filter>
2202 <meta-data android:name="com.android.settings.require_user_type"
2203 android:value="primary" />
2204 <meta-data android:name="com.android.settings.title"
2205 android:resource="@string/notification_suggestion_title" />
2206 <meta-data android:name="com.android.settings.summary"
2207 android:resource="@string/notification_suggestion_summary" />
Maurice Lam992fa862017-06-09 16:14:36 -07002208 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
Udam Sainidd05ab72016-03-21 17:35:08 -07002209 </activity>
Maurice Lamecd2b7b2014-12-01 10:41:49 -08002210
Maurice Lamd189ac52016-06-15 13:39:34 -07002211 <activity android:name=".notification.RedactionInterstitial"
Maurice Lame0e81b62017-04-05 12:10:37 -07002212 android:theme="@style/GlifTheme.Light" />
Chris Wren51ae3322014-08-28 15:45:31 -04002213
2214 <activity android:name=".notification.RedactionSettingsStandalone"
2215 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002216 <intent-filter android:priority="1">
Chris Wren51ae3322014-08-28 15:45:31 -04002217 <action android:name="android.settings.ACTION_APP_NOTIFICATION_REDACTION" />
2218 <category android:name="android.intent.category.DEFAULT" />
2219 </intent-filter>
2220 </activity>
Jay Civelli09b52282014-07-10 17:27:07 -07002221
Maurice Lam2eb170c2017-04-28 16:18:47 -07002222 <activity android:name=".password.ConfirmLockPattern"
Maurice Lame0e81b62017-04-05 12:10:37 -07002223 android:theme="@style/GlifTheme.Light"/>
Michael Chan503c2362009-12-08 22:18:23 -08002224
Maurice Lam2eb170c2017-04-28 16:18:47 -07002225 <activity android:name=".password.ConfirmLockPassword"
Jorim Jaggiff41a9a2015-06-09 15:31:28 -07002226 android:windowSoftInputMode="stateHidden|adjustResize"
Maurice Lame0e81b62017-04-05 12:10:37 -07002227 android:theme="@style/GlifTheme.Light"/>
Jim Miller9757e302010-12-17 18:23:23 -08002228
Pavel Grafov04f783c2020-02-13 21:39:37 +00002229 <activity android:name=".password.ForgotPasswordActivity"
2230 android:theme="@style/GlifV3Theme.Light"
2231 android:exported="false"/>
2232
Joe Bolingera8808f72021-06-10 13:36:38 -07002233 <activity android:name=".biometrics.face.FaceEnrollParentalConsent"
2234 android:exported="false"
2235 android:screenOrientation="portrait"/>
2236
Kevin Chyn22b4edd2018-07-30 19:20:01 -07002237 <activity android:name=".biometrics.face.FaceEnrollIntroduction"
Yuri Ufimtsevbe982452022-03-09 09:49:15 +00002238 android:exported="true"
2239 android:screenOrientation="portrait">
Curtis Belmonte3de8abe2021-11-02 14:03:47 -07002240 <intent-filter>
2241 <action android:name="android.settings.FACE_ENROLL"/>
2242 <category android:name="android.intent.category.DEFAULT"/>
2243 </intent-filter>
2244 </activity>
Kevin Chyn22b4edd2018-07-30 19:20:01 -07002245
Yuri Ufimtsevbe982452022-03-09 09:49:15 +00002246 <activity android:name=".biometrics.face.FaceEnrollIntroductionInternal"
2247 android:exported="false"
2248 android:screenOrientation="portrait"
2249 android:taskAffinity="com.android.settings.root" />
2250
joshmccloskey04582622019-05-06 21:42:14 -07002251 <activity android:name=".biometrics.face.FaceEnrollEducation"
2252 android:exported="false"
2253 android:screenOrientation="portrait"/>
2254
Kevin Chyn22b4edd2018-07-30 19:20:01 -07002255 <activity android:name=".biometrics.face.FaceEnrollEnrolling"
2256 android:exported="false"
2257 android:screenOrientation="portrait"/>
2258
2259 <activity android:name=".biometrics.face.FaceEnrollFinish"
2260 android:exported="false"
2261 android:screenOrientation="portrait"/>
Kevin Chyn4882e872018-06-25 17:58:31 -07002262
Joe Bolingerfb515ed2021-06-16 14:07:37 -07002263 <activity android:name=".biometrics.BiometricHandoffActivity"
Joe Bolingerdde461d2021-12-01 00:59:57 +00002264 android:exported="false"/>
Joe Bolingerfb515ed2021-06-16 14:07:37 -07002265
Kevin Chyn5ab064f2019-04-12 15:19:12 -07002266 <!-- Must not be exported -->
2267 <activity android:name=".biometrics.BiometricEnrollActivity$InternalActivity"
2268 android:exported="false"
2269 android:theme="@style/GlifTheme.Light"/>
2270
Kevin Chyn66d09a42018-10-31 13:30:44 -07002271 <activity android:name=".biometrics.BiometricEnrollActivity"
2272 android:exported="true"
Milton Wua4f30402022-04-18 17:18:57 +08002273 android:configChanges="orientation|screenSize|keyboard|keyboardHidden|smallestScreenSize|screenLayout|density"
Kevin Chyn66d09a42018-10-31 13:30:44 -07002274 android:theme="@style/GlifTheme.Light">
2275 <intent-filter>
2276 <action android:name="android.settings.BIOMETRIC_ENROLL" />
Han Xu9cf02662022-08-15 19:19:55 +08002277 <category android:name="android.intent.category.BROWSABLE" />
Kevin Chyn66d09a42018-10-31 13:30:44 -07002278 <category android:name="android.intent.category.DEFAULT" />
2279 </intent-filter>
2280 </activity>
2281
Yuri Ufimtsevbe982452022-03-09 09:49:15 +00002282 <activity android:name=".biometrics.fingerprint.FingerprintSettings"
2283 android:exported="false"
2284 android:taskAffinity="com.android.settings.root" />
Kevin Chyn871e55f2018-06-25 16:50:52 -07002285 <activity android:name=".biometrics.fingerprint.FingerprintEnrollFindSensor" android:exported="false"/>
2286 <activity android:name=".biometrics.fingerprint.FingerprintEnrollEnrolling" android:exported="false"/>
2287 <activity android:name=".biometrics.fingerprint.FingerprintEnrollFinish" android:exported="false"/>
Joe Bolingera8808f72021-06-10 13:36:38 -07002288 <activity android:name=".biometrics.fingerprint.FingerprintEnrollParentalConsent" android:exported="false"/>
Kevin Chyn871e55f2018-06-25 16:50:52 -07002289 <activity android:name=".biometrics.fingerprint.FingerprintEnrollIntroduction"
Kevin Chyn42ae10e2017-10-13 16:34:05 -07002290 android:exported="true"
2291 android:theme="@style/GlifTheme.Light">
2292 <intent-filter>
2293 <action android:name="android.settings.FINGERPRINT_ENROLL" />
Han Xu9cf02662022-08-15 19:19:55 +08002294 <category android:name="android.intent.category.BROWSABLE" />
Kevin Chyn42ae10e2017-10-13 16:34:05 -07002295 <category android:name="android.intent.category.DEFAULT" />
2296 </intent-filter>
2297 </activity>
Maurice Lam8d1f9c92015-07-09 16:38:37 -07002298
Yuri Ufimtsevbe982452022-03-09 09:49:15 +00002299 <activity android:name=".biometrics.fingerprint.FingerprintEnrollIntroductionInternal"
2300 android:exported="false"
2301 android:theme="@style/GlifTheme.Light"
2302 android:taskAffinity="com.android.settings.root" />
2303
Kevin Chyn871e55f2018-06-25 16:50:52 -07002304 <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFindSensor" android:exported="false"/>
2305 <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollEnrolling" android:exported="false"/>
2306 <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFinish" android:exported="false"/>
2307 <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollIntroduction"
Maurice Lame1eaed02015-07-08 16:59:59 -07002308 android:exported="true"
Maurice Lam8d1f9c92015-07-09 16:38:37 -07002309 android:permission="android.permission.MANAGE_FINGERPRINT"
Maurice Lame0e81b62017-04-05 12:10:37 -07002310 android:theme="@style/GlifTheme.Light">
Maurice Lame1eaed02015-07-08 16:59:59 -07002311 <intent-filter>
2312 <action android:name="android.settings.FINGERPRINT_SETUP" />
2313 <category android:name="android.intent.category.DEFAULT" />
2314 </intent-filter>
2315 </activity>
Jim Miller94d4bd92015-02-19 21:04:57 -08002316
Kevin Chyn871e55f2018-06-25 16:50:52 -07002317 <activity android:name=".biometrics.fingerprint.FingerprintSuggestionActivity"
Maurice Lam34a181a2017-06-20 20:00:54 -07002318 android:exported="true"
2319 android:permission="android.permission.MANAGE_FINGERPRINT"
2320 android:icon="@drawable/ic_suggestion_fingerprint"
2321 android:theme="@style/GlifTheme.Light">
Maurice Lam34a181a2017-06-20 20:00:54 -07002322 <meta-data android:name="com.android.settings.require_feature"
2323 android:value="android.hardware.fingerprint" />
2324 <meta-data android:name="com.android.settings.title"
2325 android:resource="@string/suggestion_additional_fingerprints" />
2326 <meta-data android:name="com.android.settings.summary"
2327 android:resource="@string/suggestion_additional_fingerprints_summary" />
Maurice Lam34a181a2017-06-20 20:00:54 -07002328 </activity>
2329
cnchend2159992019-03-22 19:48:04 +08002330 <activity-alias android:name=".SetupFingerprintSuggestionActivity"
2331 android:enabled="false"
2332 android:exported="true"
2333 android:targetActivity=".biometrics.fingerprint.FingerprintSuggestionActivity">
2334 <intent-filter>
2335 <action android:name="android.intent.action.MAIN" />
2336 <category android:name="com.android.settings.suggested.category.FINGERPRINT_ENROLL" />
2337 </intent-filter>
2338 <meta-data android:name="com.android.settings.require_feature"
2339 android:value="android.hardware.fingerprint" />
2340 <meta-data android:name="com.android.settings.title"
2341 android:resource="@string/suggestion_additional_fingerprints" />
2342 <meta-data android:name="com.android.settings.summary"
2343 android:resource="@string/suggestion_additional_fingerprints_summary" />
Cating Lin84e6a472019-04-24 09:25:55 +08002344 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
cnchend2159992019-03-22 19:48:04 +08002345 </activity-alias>
2346
Paul Lawrence20444042014-07-07 13:10:16 -07002347 <!-- Note this must not be exported since it returns the password in the intent -->
Maurice Lam2eb170c2017-04-28 16:18:47 -07002348 <activity android:name=".password.ConfirmLockPattern$InternalActivity"
Andres Morales02d54872015-04-14 11:33:45 -07002349 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002350 android:theme="@style/GlifTheme.Light"/>
Paul Lawrence20444042014-07-07 13:10:16 -07002351
2352 <!-- Note this must not be exported since it returns the password in the intent -->
Maurice Lam2eb170c2017-04-28 16:18:47 -07002353 <activity android:name=".password.ConfirmLockPassword$InternalActivity"
Paul Lawrence20444042014-07-07 13:10:16 -07002354 android:exported="false"
Xiyuan Xia4a8edaf2015-05-20 14:26:15 -07002355 android:windowSoftInputMode="adjustResize"
Maurice Lame0e81b62017-04-05 12:10:37 -07002356 android:theme="@style/GlifTheme.Light"/>
Paul Lawrence20444042014-07-07 13:10:16 -07002357
Maurice Lam2eb170c2017-04-28 16:18:47 -07002358 <activity android:name=".password.SetupChooseLockGeneric"
Maurice Lame0e81b62017-04-05 12:10:37 -07002359 android:theme="@style/GlifTheme.Light"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002360 android:exported="true"
Lucky Zhang36ec2742014-12-05 18:20:27 -08002361 android:label="@string/lock_settings_picker_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002362 <intent-filter android:priority="1">
Maurice Lam52c75ba2014-11-25 14:06:38 -08002363 <action android:name="com.android.settings.SETUP_LOCK_SCREEN" />
2364 <category android:name="android.intent.category.DEFAULT" />
2365 </intent-filter>
2366 </activity>
2367
Doris Ling069d2932018-11-13 14:54:26 -08002368 <activity android:name=".password.SetupChooseLockGeneric$InternalActivity"
Doris Ling069d2932018-11-13 14:54:26 -08002369 android:exported="false"
2370 android:excludeFromRecents="true" />
2371
Maurice Lam2eb170c2017-04-28 16:18:47 -07002372 <activity android:name=".password.ChooseLockGeneric"
Steven Rossb7a9e952011-10-03 10:06:44 -04002373 android:label="@string/lockpassword_choose_lock_generic_header"
Steven Ng4fdcec72016-09-26 22:13:08 +01002374 android:excludeFromRecents="true"
2375 android:exported="false" />
2376
2377 <activity android:name=".password.SetNewPasswordActivity"
2378 android:theme="@android:style/Theme.NoDisplay"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002379 android:exported="true"
Steven Rossb7a9e952011-10-03 10:06:44 -04002380 android:excludeFromRecents="true" >
Dianne Hackborn0702e872015-02-20 12:48:32 -08002381 <intent-filter android:priority="1">
Dianne Hackbornabc3dc62010-01-20 13:40:19 -08002382 <action android:name="android.app.action.SET_NEW_PASSWORD" />
Benjamin Franzae07b502016-01-08 17:16:19 +00002383 <action android:name="android.app.action.SET_NEW_PARENT_PROFILE_PASSWORD" />
Dianne Hackbornabc3dc62010-01-20 13:40:19 -08002384 <category android:name="android.intent.category.DEFAULT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002385 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002386 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2387 android:value="true" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002388 </activity>
2389
Fan Zhang31f699c2017-09-28 17:17:44 -07002390 <activity android:name=".password.ScreenLockSuggestionActivity"
Joe Bolinger34704f42022-03-24 00:39:20 +00002391 android:exported="false"
Mill Chen71958002019-01-23 10:44:39 +08002392 android:icon="@drawable/ic_suggestion_security">
Udam Saini7ad4a172016-01-25 11:22:33 -08002393 <intent-filter android:priority="1">
2394 <action android:name="android.intent.action.MAIN" />
Raff Tsai7c834632019-03-22 12:00:00 +08002395 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002396 </intent-filter>
Raff Tsai7c834632019-03-22 12:00:00 +08002397 <meta-data android:name="com.android.settings.dismiss" android:value="14" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002398 <meta-data android:name="com.android.settings.title"
2399 android:resource="@string/suggested_lock_settings_title" />
2400 <meta-data android:name="com.android.settings.summary"
2401 android:resource="@string/suggested_lock_settings_summary" />
Maurice Lam992fa862017-06-09 16:14:36 -07002402 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
Udam Saini62a72802016-01-28 11:09:29 -08002403 </activity>
Udam Saini7ad4a172016-01-25 11:22:33 -08002404
Kevin Chyn871e55f2018-06-25 16:50:52 -07002405 <activity android:name=".biometrics.fingerprint.FingerprintEnrollSuggestionActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002406 android:exported="true"
Udam Sainiaafbba12016-02-02 10:33:40 -08002407 android:icon="@drawable/ic_suggestion_fingerprint">
Udam Saini7ad4a172016-01-25 11:22:33 -08002408 <intent-filter android:priority="2">
2409 <action android:name="android.intent.action.MAIN" />
Fan Zhangaf91c1f2017-06-03 15:24:11 -07002410 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002411 </intent-filter>
Raff Tsai165708d2019-03-21 15:46:48 +08002412 <meta-data android:name="com.android.settings.dismiss" android:value="14" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002413 <meta-data android:name="com.android.settings.require_feature"
2414 android:value="android.hardware.fingerprint" />
2415 <meta-data android:name="com.android.settings.title"
TreeHugger Robota4e3c142016-07-12 21:42:03 +00002416 android:resource="@string/suggested_fingerprint_lock_settings_title" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002417 <meta-data android:name="com.android.settings.summary"
Udam Sainiaafbba12016-02-02 10:33:40 -08002418 android:resource="@string/suggested_fingerprint_lock_settings_summary" />
Doris Lingea85c0a2018-04-30 14:08:55 -07002419 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
Udam Saini62a72802016-01-28 11:09:29 -08002420 </activity>
Udam Saini7ad4a172016-01-25 11:22:33 -08002421
Maurice Lam2eb170c2017-04-28 16:18:47 -07002422 <activity android:name=".password.ChooseLockGeneric$InternalActivity"
2423 android:exported="false"
Amith Yamasani66026772013-09-25 14:05:33 -07002424 android:label="@string/lockpassword_choose_lock_generic_header"
Maurice Lam2eb170c2017-04-28 16:18:47 -07002425 android:excludeFromRecents="true" />
Amith Yamasani66026772013-09-25 14:05:33 -07002426
Maurice Lam2eb170c2017-04-28 16:18:47 -07002427 <activity android:name=".password.SetupChooseLockPattern"
Maurice Lam6b19fa92014-11-25 19:25:56 -08002428 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002429 android:theme="@style/GlifTheme.Light" />
Maurice Lam6b19fa92014-11-25 19:25:56 -08002430
Maurice Lam2eb170c2017-04-28 16:18:47 -07002431 <activity android:name=".password.ChooseLockPattern"
Maurice Lamd189ac52016-06-15 13:39:34 -07002432 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002433 android:theme="@style/GlifTheme.Light" />
Dianne Hackbornabc3dc62010-01-20 13:40:19 -08002434
Maurice Lam2eb170c2017-04-28 16:18:47 -07002435 <activity android:name=".password.SetupChooseLockPassword"
Maurice Lam6b19fa92014-11-25 19:25:56 -08002436 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002437 android:theme="@style/GlifTheme.Light"
Maurice Lam6b19fa92014-11-25 19:25:56 -08002438 android:windowSoftInputMode="stateVisible|adjustResize" />
2439
Maurice Lam2eb170c2017-04-28 16:18:47 -07002440 <activity android:name=".password.ChooseLockPassword"
Maurice Lamd189ac52016-06-15 13:39:34 -07002441 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002442 android:theme="@style/GlifTheme.Light"
Jim Miller165bf2f2011-01-26 16:10:26 -08002443 android:windowSoftInputMode="stateVisible|adjustResize"/>
Jim Miller00d24762009-12-22 19:04:57 -08002444
Maurice Lamecd2b7b2014-12-01 10:41:49 -08002445 <activity android:name=".SetupEncryptionInterstitial"
Maurice Lam46a194b2016-05-24 20:03:08 -07002446 android:label="@string/encryption_interstitial_header"
Maurice Lame0e81b62017-04-05 12:10:37 -07002447 android:theme="@style/GlifTheme.Light"/>
Maurice Lamecd2b7b2014-12-01 10:41:49 -08002448
Maurice Lamd189ac52016-06-15 13:39:34 -07002449 <activity android:name=".EncryptionInterstitial"
Maurice Lame0e81b62017-04-05 12:10:37 -07002450 android:theme="@style/GlifTheme.Light" />
Jim Miller46c7f6d2014-10-13 18:15:17 -07002451
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002452 <activity
2453 android:name=".Settings$StorageDashboardActivity"
2454 android:label="@string/storage_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002455 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002456 android:icon="@drawable/ic_homepage_storage">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002457 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002458 <action android:name="android.settings.INTERNAL_STORAGE_SETTINGS" />
2459 <action android:name="android.settings.MEMORY_CARD_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08002460 <category android:name="android.intent.category.BROWSABLE" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002461 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002462 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07002463 <intent-filter android:priority="50">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002464 <action android:name="android.intent.action.MAIN" />
Fan Zhang2f4355a2018-06-21 15:34:43 -07002465 <category android:name="com.android.settings.SHORTCUT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002466 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07002467 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Arc Wangfadbe5b2021-03-19 17:58:34 +08002468 android:value="com.android.settings.deviceinfo.StorageDashboardFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002469 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2470 android:value="@string/menu_key_storage"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002471 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2472 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07002473 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002474
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002475 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002476 android:name="Settings$PublicVolumeSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002477 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002478 android:label="@string/storage_settings_title">
Jeff Sharkey42833b22015-04-11 21:27:33 -07002479 <intent-filter>
2480 <action android:name="android.provider.action.DOCUMENT_ROOT_SETTINGS" />
2481 <category android:name="android.intent.category.DEFAULT" />
2482 <data
2483 android:scheme="content"
2484 android:host="com.android.externalstorage.documents"
2485 android:mimeType="vnd.android.document/root" />
2486 </intent-filter>
2487 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2488 android:value="com.android.settings.deviceinfo.PublicVolumeSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002489 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2490 android:value="@string/menu_key_storage"/>
Jeff Sharkey42833b22015-04-11 21:27:33 -07002491 </activity>
Vasu Nori21809742011-01-25 13:39:16 -08002492
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002493 <activity
2494 android:name="Settings$PrivateVolumeForgetActivity"
2495 android:label="@string/storage_settings_title"
2496 android:exported="true"
2497 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS">
Jeff Sharkeya16257d2015-04-28 13:41:01 -07002498 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2499 android:value="com.android.settings.deviceinfo.PrivateVolumeForget" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002500 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2501 android:value="@string/menu_key_storage"/>
Jeff Sharkeya16257d2015-04-28 13:41:01 -07002502 </activity>
2503
Jeff Sharkey94635992015-04-13 14:15:26 -07002504 <!-- Exported for SystemUI to launch into -->
2505 <activity android:name=".deviceinfo.StorageWizardInit"
sayakiitgefdedcd2022-01-12 10:45:33 +00002506 android:theme="@style/GlifTheme.Light"
Jeff Sharkey2949a4a2015-04-14 16:44:34 -07002507 android:exported="true"
2508 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
Jeff Sharkey94635992015-04-13 14:15:26 -07002509 <activity android:name=".deviceinfo.StorageWizardFormatProgress"
sayakiitgefdedcd2022-01-12 10:45:33 +00002510 android:theme="@style/GlifTheme.Light"
Sayak Dutta4c36d492022-09-14 06:50:17 +00002511 android:exported="false"/>
Jeff Sharkey2af67a92018-04-01 18:25:54 -06002512 <activity android:name=".deviceinfo.StorageWizardFormatSlow"
sayakiitgefdedcd2022-01-12 10:45:33 +00002513 android:theme="@style/GlifTheme.Light"
Sayak Dutta4c36d492022-09-14 06:50:17 +00002514 android:exported="false"/>
Jeff Sharkey94635992015-04-13 14:15:26 -07002515 <activity android:name=".deviceinfo.StorageWizardMigrateConfirm"
sayakiitgefdedcd2022-01-12 10:45:33 +00002516 android:theme="@style/GlifTheme.Light"
Sayak Dutta4c36d492022-09-14 06:50:17 +00002517 android:exported="false"/>
Jeff Sharkey94635992015-04-13 14:15:26 -07002518 <activity android:name=".deviceinfo.StorageWizardMigrateProgress"
sayakiitgefdedcd2022-01-12 10:45:33 +00002519 android:theme="@style/GlifTheme.Light"
Jeff Sharkeye77f0682015-04-29 11:24:57 -07002520 android:exported="true"
2521 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
Jeff Sharkey94635992015-04-13 14:15:26 -07002522 <activity android:name=".deviceinfo.StorageWizardReady"
sayakiitgefdedcd2022-01-12 10:45:33 +00002523 android:theme="@style/GlifTheme.Light"
Jeff Sharkeye77f0682015-04-29 11:24:57 -07002524 android:exported="true"
2525 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
Jeff Sharkey94635992015-04-13 14:15:26 -07002526
2527 <activity android:name=".deviceinfo.StorageWizardMoveConfirm"
sayakiitgefdedcd2022-01-12 10:45:33 +00002528 android:theme="@style/GlifTheme.Light"
Sayak Dutta4c36d492022-09-14 06:50:17 +00002529 android:exported="false"/>
Jeff Sharkey94635992015-04-13 14:15:26 -07002530 <activity android:name=".deviceinfo.StorageWizardMoveProgress"
sayakiitgefdedcd2022-01-12 10:45:33 +00002531 android:theme="@style/GlifTheme.Light"
Jeff Sharkeye77f0682015-04-29 11:24:57 -07002532 android:exported="true"
2533 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
Jeff Sharkey94635992015-04-13 14:15:26 -07002534
Jeff Sharkey2949a4a2015-04-14 16:44:34 -07002535 <!-- Exported for SystemUI to trigger -->
2536 <receiver android:name=".deviceinfo.StorageUnmountReceiver"
2537 android:exported="true"
2538 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
2539
Jason Monkb7e43802016-06-06 16:01:58 -04002540 <activity android:name="Settings$ApnEditorActivity"
Junda Liu76ad6352017-02-03 16:39:23 -08002541 android:configChanges="orientation|keyboardHidden|screenSize"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002542 android:exported="true"
Amith Yamasani34bd7e62013-06-07 10:19:55 -07002543 android:label="@string/apn_edit">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002544 <intent-filter>
2545 <action android:name="android.intent.action.VIEW" />
2546 <action android:name="android.intent.action.EDIT" />
2547 <category android:name="android.intent.category.DEFAULT" />
2548 <data android:mimeType="vnd.android.cursor.item/telephony-carrier" />
2549 </intent-filter>
2550
2551 <intent-filter>
2552 <action android:name="android.intent.action.INSERT" />
2553 <category android:name="android.intent.category.DEFAULT" />
2554 <data android:mimeType="vnd.android.cursor.dir/telephony-carrier" />
2555 </intent-filter>
Jason Monkb7e43802016-06-06 16:01:58 -04002556 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
tom hsu2fd7c9f2020-09-30 21:46:27 +08002557 android:value="com.android.settings.network.apn.ApnEditor" />
Jason Chiuae5327d2021-11-04 17:09:53 +08002558 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2559 android:value="@string/menu_key_network"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002560 </activity>
2561
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002562 <activity
2563 android:name="Settings$DevelopmentSettingsDashboardActivity"
2564 android:label="@string/development_settings_title"
2565 android:icon="@drawable/ic_settings_development"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002566 android:exported="true"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002567 android:enabled="false">
Fan Zhang4c26da92017-09-08 15:29:54 -07002568 <intent-filter android:priority="1">
2569 <action android:name="android.settings.APPLICATION_DEVELOPMENT_SETTINGS" />
2570 <action android:name="com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS" />
Joshua Duong2972bfa2020-04-10 00:22:04 -07002571 <action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES"/>
Fan Zhang4c26da92017-09-08 15:29:54 -07002572 <category android:name="android.intent.category.DEFAULT" />
2573 </intent-filter>
Fan Zhang99800962018-08-08 11:12:03 -07002574 <intent-filter>
Fan Zhang4c26da92017-09-08 15:29:54 -07002575 <action android:name="com.android.settings.action.SETTINGS" />
2576 </intent-filter>
Fan Zhang99800962018-08-08 11:12:03 -07002577 <meta-data android:name="com.android.settings.order" android:value="-40"/>
Fan Zhang4c26da92017-09-08 15:29:54 -07002578 <meta-data android:name="com.android.settings.category"
2579 android:value="com.android.settings.category.ia.system" />
2580 <meta-data android:name="com.android.settings.summary"
2581 android:resource="@string/summary_empty"/>
Jason Chiu5f0fc1f2021-05-24 18:27:42 +08002582 <meta-data android:name="com.android.settings.icon"
2583 android:resource="@drawable/ic_settings_development" />
Fan Zhang4c26da92017-09-08 15:29:54 -07002584 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2585 android:value="com.android.settings.development.DevelopmentSettingsDashboardFragment" />
Jason Chiuae5327d2021-11-04 17:09:53 +08002586 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2587 android:value="@string/menu_key_system"/>
Jason Chiu646a31e2021-11-10 11:56:00 +08002588 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2589 android:value="true" />
Fan Zhang4c26da92017-09-08 15:29:54 -07002590 </activity>
2591
Fan Zhang6359a192017-05-11 16:04:09 -07002592 <!-- The opposite of DevelopmentSettingsActivity, it's no-op and only enabled when the real
2593 activity is disabled to be CTS compliant. -->
2594 <activity
2595 android:name=".development.DevelopmentSettingsDisabledActivity"
2596 android:icon="@drawable/ic_settings_development"
2597 android:label="@string/development_settings_title"
Fan Zhang7373ec02018-08-14 13:25:47 -07002598 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002599 android:exported="true"
Fan Zhang7373ec02018-08-14 13:25:47 -07002600 android:theme="@style/Transparent">
Fan Zhang6359a192017-05-11 16:04:09 -07002601 <intent-filter android:priority="-1">
2602 <action android:name="android.settings.APPLICATION_DEVELOPMENT_SETTINGS" />
2603 <action android:name="com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS" />
2604 <category android:name="android.intent.category.DEFAULT" />
2605 </intent-filter>
2606 </activity>
2607
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002608 <activity
2609 android:name="Settings$PrintSettingsActivity"
2610 android:label="@string/print_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002611 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002612 android:icon="@drawable/ic_settings_print">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002613 <intent-filter android:priority="1">
2614 <action android:name="android.settings.ACTION_PRINT_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08002615 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002616 <category android:name="android.intent.category.DEFAULT" />
2617 </intent-filter>
Svetoslav Ganov74648ac2013-09-04 23:52:28 -07002618 <intent-filter>
2619 <action android:name="android.intent.action.MAIN" />
Svetoslav Ganov74648ac2013-09-04 23:52:28 -07002620 <category android:name="android.intent.category.DEFAULT" />
2621 <category android:name="android.intent.category.VOICE_LAUNCH" />
2622 </intent-filter>
2623 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2624 android:value="com.android.settings.print.PrintSettingsFragment" />
Jason Chiuae5327d2021-11-04 17:09:53 +08002625 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2626 android:value="@string/menu_key_connected_devices"/>
Svetoslav Ganov74648ac2013-09-04 23:52:28 -07002627 </activity>
2628
Svetoslavd9f156d2013-10-09 21:59:04 -07002629 <activity android:name="Settings$PrintJobSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002630 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002631 android:label="@string/print_print_job">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002632 <intent-filter android:priority="1">
Svetoslavd9f156d2013-10-09 21:59:04 -07002633 <action android:name="android.settings.ACTION_PRINT_SETTINGS" />
2634 <category android:name="android.intent.category.DEFAULT" />
2635 <data android:scheme="printjob" android:pathPattern="*" />
2636 </intent-filter>
2637 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2638 android:value="com.android.settings.print.PrintJobSettingsFragment" />
Jason Chiuae5327d2021-11-04 17:09:53 +08002639 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2640 android:value="@string/menu_key_connected_devices"/>
Svetoslavd9f156d2013-10-09 21:59:04 -07002641 </activity>
2642
Fan Zhang2907f862017-03-17 15:05:14 -07002643 <activity android:name=".development.AppPicker"
Edgar Wang3c03f0a2020-05-05 06:19:14 +08002644 android:label="@string/select_application" />
Dianne Hackborn9244df42012-02-14 13:25:41 -08002645
Joshua Duongfd009222021-07-14 16:05:57 -07002646 <activity android:name=".development.AdbQrCodeActivity" />
2647
Howard Chend5f3a0c2019-08-29 17:31:05 +08002648 <activity android:name=".development.DSULoader"
2649 android:label="Select DSU Package"
2650 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog" />
Howard Chen60acb512019-12-02 15:34:58 +08002651 <activity android:name=".development.DSUTermsOfServiceActivity"
2652 android:label="Terms of Service"
2653 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog" />
Howard Chend5f3a0c2019-08-29 17:31:05 +08002654
Varun Shah7efe9312020-03-26 23:02:50 -07002655 <activity android:name=".development.storage.BlobInfoListView"
2656 android:label="@string/shared_data_title" />
2657 <activity android:name=".development.storage.LeaseInfoListView"
2658 android:label="@string/accessor_info_title" />
2659
Gustav Sennton5b596282017-02-03 16:19:02 +00002660 <activity android:name="Settings$WebViewAppPickerActivity"
Jason Chiuae5327d2021-11-04 17:09:53 +08002661 android:label="@string/select_webview_provider_dialog_title">
2662 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2663 android:value="@string/menu_key_system"/>
2664 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002665
Paul Chang6ae4c4d2019-11-28 22:38:49 +08002666 <activity android:name="Settings$BugReportHandlerPickerActivity"
2667 android:label="@string/bug_report_handler_title"
2668 android:exported="true"
2669 android:excludeFromRecents="true">
2670 <intent-filter>
2671 <action android:name="android.settings.BUGREPORT_HANDLER_SETTINGS" />
2672 <category android:name="android.intent.category.DEFAULT" />
2673 </intent-filter>
Paul Chang6950a802020-04-22 20:59:59 +08002674 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2675 android:value="true" />
Paul Chang6ae4c4d2019-11-28 22:38:49 +08002676 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2677 android:value="com.android.settings.bugreporthandler.BugReportHandlerPicker" />
Jason Chiuae5327d2021-11-04 17:09:53 +08002678 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2679 android:value="@string/menu_key_system"/>
Paul Chang6ae4c4d2019-11-28 22:38:49 +08002680 </activity>
2681
Jaikumar Ganesh3a76bca2009-07-16 18:41:58 -07002682 <activity android:name=".bluetooth.BluetoothPairingDialog"
Chen Chen38101d52021-10-05 17:46:02 -07002683 android:permission="android.permission.BLUETOOTH_PRIVILEGED"
Michael Chan684736a2009-09-01 18:51:04 -07002684 android:excludeFromRecents="true"
Antony Sargent4d7df062017-07-12 17:29:10 -07002685 android:windowSoftInputMode="stateVisible|adjustResize"
jackqdyulei27f62fd2019-02-22 15:31:35 -08002686 android:theme="@style/Theme.AlertDialog"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002687 android:exported="true"
jackqdyulei27f62fd2019-02-22 15:31:35 -08002688 android:taskAffinity=".bluetooth.BluetoothPairingDialog">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002689 <intent-filter android:priority="1">
Nick Pelly5ddbd942009-09-11 11:41:59 -07002690 <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002691 <category android:name="android.intent.category.DEFAULT" />
2692 </intent-filter>
2693 </activity>
2694
Michael Chane1089ad2009-09-26 06:16:17 -07002695 <activity android:name=".bluetooth.RequestPermissionActivity"
Michael Chane1089ad2009-09-26 06:16:17 -07002696 android:excludeFromRecents="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06002697 android:permission="android.permission.BLUETOOTH_CONNECT"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002698 android:exported="true"
Fan Zhanga122be12018-07-16 16:28:37 -07002699 android:theme="@style/Theme.BluetoothPermission">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002700 <intent-filter android:priority="1">
Michael Chane1089ad2009-09-26 06:16:17 -07002701 <action android:name="android.bluetooth.adapter.action.REQUEST_DISCOVERABLE" />
2702 <action android:name="android.bluetooth.adapter.action.REQUEST_ENABLE" />
Svetoslav Ganovb06766f2016-07-22 20:08:41 -07002703 <action android:name="android.bluetooth.adapter.action.REQUEST_DISABLE" />
Michael Chane1089ad2009-09-26 06:16:17 -07002704 <category android:name="android.intent.category.DEFAULT" />
2705 </intent-filter>
2706 </activity>
2707
Irfan Sheriff50f341d2013-03-18 13:11:47 -07002708 <activity android:name=".wifi.WifiScanModeActivity"
2709 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002710 android:exported="true"
Irfan Sheriff50f341d2013-03-18 13:11:47 -07002711 android:theme="@style/Transparent">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002712 <intent-filter android:priority="1">
Irfan Sheriff50f341d2013-03-18 13:11:47 -07002713 <action android:name="android.net.wifi.action.REQUEST_SCAN_ALWAYS_AVAILABLE" />
2714 <category android:name="android.intent.category.DEFAULT" />
2715 </intent-filter>
2716 </activity>
2717
Jerry Zhangd18d6f12018-01-11 16:47:14 -08002718 <activity android:name=".Settings$UsbDetailsActivity"
2719 android:excludeFromRecents="true"
2720 android:permission="android.permission.MANAGE_USB"
2721 android:exported="true">
2722 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2723 android:value="com.android.settings.connecteddevice.usb.UsbDetailsFragment"/>
Jason Chiu646a31e2021-11-10 11:56:00 +08002724 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2725 android:value="@string/menu_key_connected_devices"/>
Jerry Zhangd18d6f12018-01-11 16:47:14 -08002726 </activity>
2727
Michal Karpinski707f42f2016-02-25 17:29:43 +00002728 <activity android:name=".RemoteBugreportActivity"
2729 android:excludeFromRecents="true"
2730 android:exported="true"
2731 android:permission="android.permission.DUMP"
tmfang5ade2f12018-07-30 13:49:43 +08002732 android:theme="@style/Theme.AlertDialog">
Michal Karpinski707f42f2016-02-25 17:29:43 +00002733 <intent-filter>
2734 <action android:name="android.settings.SHOW_REMOTE_BUGREPORT_DIALOG" />
2735 <category android:name="android.intent.category.DEFAULT" />
2736 </intent-filter>
2737 </activity>
2738
Michael Chane1089ad2009-09-26 06:16:17 -07002739 <activity android:name=".bluetooth.RequestPermissionHelperActivity"
2740 android:label="@string/bluetooth_pairing_request"
2741 android:excludeFromRecents="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06002742 android:permission="android.permission.BLUETOOTH_CONNECT"
Arc Wang5a298fb2020-06-30 14:14:02 +08002743 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight">
Michael Chane1089ad2009-09-26 06:16:17 -07002744 </activity>
2745
Marie Janssend06d83c2017-02-14 18:49:17 -08002746 <service android:name=".bluetooth.BluetoothPairingService" />
2747
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002748 <receiver android:name=".bluetooth.BluetoothPairingRequest"
2749 android:exported="true">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002750 <intent-filter>
Nick Pelly5ddbd942009-09-11 11:41:59 -07002751 <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
Alice Kuoebea73e2021-10-13 18:43:47 +08002752 <action android:name="android.bluetooth.action.CSIS_SET_MEMBER_AVAILABLE"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002753 </intent-filter>
2754 </receiver>
2755
Jaikumar Ganeshe0b01ad2011-09-07 17:19:19 -07002756 <receiver android:name=".bluetooth.BluetoothPermissionRequest"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002757 android:exported="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06002758 android:permission="android.permission.BLUETOOTH_CONNECT">
Matthew Xiedbed1202011-06-27 18:21:25 -07002759 <intent-filter>
2760 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
2761 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />
2762 </intent-filter>
2763 </receiver>
2764
2765 <activity android:name=".bluetooth.BluetoothPermissionActivity"
2766 android:label="@string/bluetooth_connection_permission_request"
2767 android:excludeFromRecents="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06002768 android:permission="android.permission.BLUETOOTH_CONNECT"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002769 android:exported="true"
Andrew Sapperstein7e157432016-07-15 16:46:38 -07002770 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002771 <intent-filter android:priority="1">
Matthew Xiedbed1202011-06-27 18:21:25 -07002772 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
2773 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />
2774 <category android:name="android.intent.category.DEFAULT" />
2775 </intent-filter>
2776 </activity>
2777
Joe Onoratode5603722009-03-24 17:49:03 -07002778 <activity android:name="ActivityPicker"
2779 android:label="@string/activity_picker_label"
Arc Wang5a298fb2020-06-30 14:14:02 +08002780 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002781 android:exported="true"
Dianne Hackbornec549972009-09-23 22:24:22 -07002782 android:finishOnCloseSystemDialogs="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002783 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002784 <action android:name="android.intent.action.PICK_ACTIVITY" />
2785 <category android:name="android.intent.category.DEFAULT" />
2786 </intent-filter>
2787 </activity>
2788
Jeff Hamilton3d670de2011-09-21 16:44:36 -05002789 <!-- NFC settings -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002790 <activity
2791 android:name="Settings$AndroidBeamSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002792 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002793 android:label="@string/android_beam_settings_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002794 <intent-filter android:priority="1">
2795 <action android:name="android.settings.NFCSHARING_SETTINGS" />
2796 <category android:name="android.intent.category.DEFAULT" />
2797 </intent-filter>
Jeff Hamilton3d670de2011-09-21 16:44:36 -05002798 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Nick Pellye0eedf72011-10-31 14:11:29 -07002799 android:value="com.android.settings.nfc.AndroidBeam" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002800 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2801 android:value="@string/menu_key_connected_devices"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002802 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2803 android:value="true" />
Jeff Hamilton3d670de2011-09-21 16:44:36 -05002804 </activity>
2805
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002806 <activity
2807 android:name="Settings$WifiDisplaySettingsActivity"
2808 android:label="@string/wifi_display_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002809 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002810 android:icon="@drawable/ic_cast_24dp">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002811 <intent-filter android:priority="1">
Jeff Brownff0e81e2014-08-19 17:47:54 -07002812 <action android:name="android.settings.CAST_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08002813 <category android:name="android.intent.category.BROWSABLE" />
Jeff Brown9e143f52012-09-19 20:46:07 -07002814 <category android:name="android.intent.category.DEFAULT" />
2815 </intent-filter>
2816 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2817 android:value="com.android.settings.wfd.WifiDisplaySettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002818 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2819 android:value="@string/menu_key_connected_devices"/>
Jeff Brown9e143f52012-09-19 20:46:07 -07002820 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002821
Jason Monkb7e43802016-06-06 16:01:58 -04002822 <activity android:name="Settings$TestingSettingsActivity" android:label="@string/testing">
Jason Monkb7e43802016-06-06 16:01:58 -04002823 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2824 android:value="com.android.settings.TestingSettings" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002825 </activity>
2826
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002827 <receiver android:name=".TestingSettingsBroadcastReceiver"
2828 android:exported="true">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002829 <intent-filter>
Grace Jia84da1e82020-02-14 15:53:28 -08002830 <action android:name="android.telephony.action.SECRET_CODE" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002831 <data android:scheme="android_secret_code" android:host="4636" />
2832 </intent-filter>
2833 </receiver>
2834
The Android Open Source Project80a7a1d2009-03-11 12:11:59 -07002835 <!-- Standard picker for widgets -->
Joe Onoratode5603722009-03-24 17:49:03 -07002836 <activity android:name="AppWidgetPickActivity"
2837 android:label="@string/widget_picker_title"
Arc Wang5a298fb2020-06-30 14:14:02 +08002838 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002839 android:exported="true"
Joe Onorato9bcc6912011-01-10 12:55:57 -08002840 android:finishOnCloseSystemDialogs="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002841 <intent-filter android:priority="1">
The Android Open Source Project80a7a1d2009-03-11 12:11:59 -07002842 <action android:name="android.appwidget.action.APPWIDGET_PICK" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002843 <category android:name="android.intent.category.DEFAULT" />
2844 </intent-filter>
2845 </activity>
2846
Michael Jurkac9029d92012-04-20 01:47:44 -07002847 <activity android:name="AllowBindAppWidgetActivity"
Arc Wang5a298fb2020-06-30 14:14:02 +08002848 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"
Michael Jurkac9029d92012-04-20 01:47:44 -07002849 android:finishOnCloseSystemDialogs="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002850 android:exported="true"
Michael Jurkac9029d92012-04-20 01:47:44 -07002851 android:excludeFromRecents="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002852 <intent-filter android:priority="1">
Michael Jurkac9029d92012-04-20 01:47:44 -07002853 <action android:name="android.appwidget.action.APPWIDGET_BIND" />
2854 <category android:name="android.intent.category.DEFAULT" />
2855 </intent-filter>
2856 </activity>
2857
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002858 <activity android:name="UsageStatsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002859 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002860 android:label="@string/usage_stats_label">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002861 <intent-filter>
2862 <action android:name="android.intent.action.MAIN" />
2863 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
2864 </intent-filter>
2865 </activity>
2866
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002867 <activity
2868 android:name="Settings$PowerUsageSummaryActivity"
2869 android:label="@string/power_usage_summary_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002870 android:exported="true"
Sunny Shaob4a5f162020-06-15 23:00:26 +08002871 android:icon="@drawable/ic_homepage_battery">
jackqdyuleib96ccba2018-01-23 10:29:13 -08002872 <intent-filter android:priority="1">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002873 <action android:name="android.intent.action.POWER_USAGE_SUMMARY" />
2874 <category android:name="android.intent.category.DEFAULT" />
2875 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07002876 <intent-filter android:priority="51">
jackqdyuleib96ccba2018-01-23 10:29:13 -08002877 <action android:name="android.intent.action.MAIN" />
jackqdyuleib96ccba2018-01-23 10:29:13 -08002878 <category android:name="com.android.settings.SHORTCUT" />
2879 </intent-filter>
Dianne Hackborn59a48602010-11-10 23:34:52 -08002880 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
xuezaiyueac731842022-06-08 21:53:23 +08002881 android:value="com.android.settings.fuelgauge.batteryusage.PowerUsageSummary" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002882 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2883 android:value="@string/menu_key_battery"/>
Dianne Hackborncbaf6ce2010-07-23 00:23:21 -07002884 </activity>
2885
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002886 <activity
2887 android:name="Settings$BatterySaverSettingsActivity"
2888 android:label="@string/battery_saver"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002889 android:exported="true"
ykhungeadeee52022-05-18 12:18:15 +08002890 android:icon="@drawable/ic_homepage_battery">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002891 <intent-filter android:priority="1">
2892 <action android:name="android.settings.BATTERY_SAVER_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08002893 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002894 <category android:name="android.intent.category.DEFAULT" />
2895 </intent-filter>
John Spurlockc7f8e8c2014-06-04 19:11:22 -04002896 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang747f0e12018-03-01 09:49:34 -08002897 android:value="com.android.settings.fuelgauge.batterysaver.BatterySaverSettings" />
Arc Wanga63e9c62021-09-28 20:39:15 +08002898 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2899 android:value="@string/menu_key_battery"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002900 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2901 android:value="true" />
John Spurlockc7f8e8c2014-06-04 19:11:22 -04002902 </activity>
2903
P.Y. Laligand1f403d52015-04-14 16:14:16 -07002904 <activity android:name=".fuelgauge.BatterySaverModeVoiceActivity"
Barnaby Jamesc55ea152015-04-13 14:33:53 -07002905 android:label="@string/power_usage_summary_title"
ykhungeadeee52022-05-18 12:18:15 +08002906 android:icon="@drawable/ic_homepage_battery"
Andrew Sapperstein7e157432016-07-15 16:46:38 -07002907 android:theme="@*android:style/Theme.DeviceDefault.Light.Voice"
Barnaby Jamesc55ea152015-04-13 14:33:53 -07002908 android:exported="true">
2909 <intent-filter>
2910 <action android:name="android.settings.VOICE_CONTROL_BATTERY_SAVER_MODE" />
2911 <category android:name="android.intent.category.DEFAULT" />
2912 <category android:name="android.intent.category.VOICE" />
2913 </intent-filter>
2914 </activity>
2915
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002916 <activity
2917 android:name="Settings$AccountSyncSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002918 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002919 android:label="@string/account_sync_settings_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002920 <intent-filter android:priority="1">
2921 <action android:name="android.settings.ACCOUNT_SYNC_SETTINGS" />
2922 <category android:name="android.intent.category.DEFAULT" />
2923 </intent-filter>
Amith Yamasani43c69782010-12-01 09:04:36 -08002924 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2925 android:value="com.android.settings.accounts.AccountSyncSettings" />
Arc Wanga63e9c62021-09-28 20:39:15 +08002926 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2927 android:value="@string/menu_key_accounts"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002928 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2929 android:value="true" />
Amith Yamasani43c69782010-12-01 09:04:36 -08002930 </activity>
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002931 <activity
2932 android:name="Settings$ManagedProfileSettingsActivity"
Ricky Waibf94d092017-02-01 15:26:29 +00002933 android:label="@string/managed_profile_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002934 android:exported="true"
Ricky Waibf94d092017-02-01 15:26:29 +00002935 android:permission="android.permission.MANAGE_USERS">
2936 <intent-filter android:priority="1">
2937 <action android:name="android.settings.MANAGED_PROFILE_SETTINGS" />
2938 <category android:name="android.intent.category.DEFAULT" />
2939 </intent-filter>
2940 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2941 android:value="com.android.settings.accounts.ManagedProfileSettings" />
Arc Wanga63e9c62021-09-28 20:39:15 +08002942 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2943 android:value="@string/menu_key_accounts"/>
Ricky Waibf94d092017-02-01 15:26:29 +00002944 </activity>
Amith Yamasani43c69782010-12-01 09:04:36 -08002945
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002946 <activity
2947 android:name="com.android.settings.accounts.AddAccountSettings"
Amith Yamasani7bb8f722011-06-02 18:05:40 -07002948 android:configChanges="orientation|keyboardHidden|screenSize"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002949 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002950 android:label="@string/header_add_an_account">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002951 <intent-filter android:priority="1">
2952 <action android:name="android.settings.ADD_ACCOUNT_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08002953 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002954 <category android:name="android.intent.category.DEFAULT" />
2955 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002956 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2957 android:value="true" />
Amith Yamasani43c69782010-12-01 09:04:36 -08002958 </activity>
2959
Jason Monkb7e43802016-06-06 16:01:58 -04002960 <activity android:name="Settings$ChooseAccountActivity"
Amith Yamasani43c69782010-12-01 09:04:36 -08002961 android:label="@string/header_add_an_account"
Fan Zhang92f1e942017-01-21 10:07:26 -08002962 android:configChanges="orientation|keyboardHidden|screenSize">
Jason Monkb7e43802016-06-06 16:01:58 -04002963 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Emily Chuangb279b1c2018-04-12 10:12:28 +08002964 android:value="com.android.settings.accounts.ChooseAccountFragment" />
Arc Wanga63e9c62021-09-28 20:39:15 +08002965 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2966 android:value="@string/menu_key_accounts"/>
Jason Monkb7e43802016-06-06 16:01:58 -04002967 </activity>
Jim Miller165bf2f2011-01-26 16:10:26 -08002968
Jeff Sharkey9e9f7d12015-11-30 13:28:19 -07002969 <!-- Triggered when user-selected home app isn't encryption aware -->
2970 <activity android:name=".FallbackHome"
2971 android:excludeFromRecents="true"
Fan Zhang49534b72017-06-22 15:04:41 -07002972 android:label=""
Maurice Lam6e79c022016-07-15 18:11:54 -07002973 android:screenOrientation="nosensor"
Louis Chang397cdd62019-06-27 09:57:54 +08002974 android:taskAffinity="com.android.settings.FallbackHome"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002975 android:exported="true"
Adam Bookatzeb89d142022-02-24 16:45:28 -08002976 android:theme="@style/FallbackHome"
2977 android:configChanges="keyboardHidden">
Xiaohui Chendbf3e152015-12-30 15:51:56 -08002978 <intent-filter android:priority="-1000">
Jeff Sharkey9e9f7d12015-11-30 13:28:19 -07002979 <action android:name="android.intent.action.MAIN" />
2980 <category android:name="android.intent.category.HOME" />
2981 <category android:name="android.intent.category.DEFAULT" />
2982 </intent-filter>
2983 </activity>
2984
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002985 <activity
2986 android:name="Settings$DataUsageSummaryActivity"
2987 android:label="@string/data_usage_summary_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002988 android:exported="true"
Bonian Chenb6a4bc92022-03-18 09:23:19 +08002989 android:icon="@drawable/ic_homepage_data_usage">
Rohan Shahff5bd332018-03-21 17:16:39 -07002990 <intent-filter android:priority="1">
2991 <action android:name="android.settings.DATA_USAGE_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08002992 <category android:name="android.intent.category.BROWSABLE" />
Rohan Shahff5bd332018-03-21 17:16:39 -07002993 <category android:name="android.intent.category.DEFAULT" />
2994 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07002995 <intent-filter android:priority="3">
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07002996 <action android:name="android.intent.action.MAIN" />
Amith Yamasani7836e4a2011-09-19 13:25:52 -07002997 <category android:name="com.android.settings.SHORTCUT" />
Jeff Sharkeydd6efe12011-06-15 10:31:41 -07002998 </intent-filter>
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07002999 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangcd21cb82018-06-11 09:28:02 -07003000 android:value="com.android.settings.datausage.DataUsageSummary" />
Arc Wanga63e9c62021-09-28 20:39:15 +08003001 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3002 android:value="@string/menu_key_network"/>
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07003003 </activity>
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003004 <activity
3005 android:name="Settings$MobileDataUsageListActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003006 android:exported="true"
Yanting Yang85713d02019-09-27 18:34:04 +08003007 android:label="@string/cellular_data_usage">
Malcolm Chen52584e92017-06-20 11:14:27 -07003008 <intent-filter android:priority="1">
3009 <action android:name="android.settings.MOBILE_DATA_USAGE" />
Malcolm Chen6fef2fff2017-07-13 17:59:58 -07003010 <category android:name="android.intent.category.DEFAULT" />
Malcolm Chen52584e92017-06-20 11:14:27 -07003011 </intent-filter>
3012 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Ling282a0d92018-11-30 16:20:32 -08003013 android:value="com.android.settings.datausage.DataUsageList" />
Arc Wanga63e9c62021-09-28 20:39:15 +08003014 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3015 android:value="@string/menu_key_network"/>
Malcolm Chen52584e92017-06-20 11:14:27 -07003016 </activity>
3017
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003018 <activity
3019 android:name="Settings$DreamSettingsActivity"
3020 android:label="@string/screensaver_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003021 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003022 android:icon="@drawable/ic_settings_display">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003023 <intent-filter android:priority="1">
3024 <action android:name="android.settings.DREAM_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08003025 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08003026 <category android:name="android.intent.category.DEFAULT" />
3027 </intent-filter>
Daniel Sandler7dee75c2012-11-27 22:41:30 -05003028 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Evan Laird22315ad2017-07-18 16:37:42 -04003029 android:value="com.android.settings.dream.DreamSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003030 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3031 android:value="@string/menu_key_display"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003032 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3033 android:value="true" />
Daniel Sandler7dee75c2012-11-27 22:41:30 -05003034 </activity>
3035
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003036 <activity
3037 android:name="Settings$UserSettingsActivity"
3038 android:label="@string/user_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003039 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003040 android:icon="@drawable/ic_settings_multiuser">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003041 <intent-filter android:priority="1">
3042 <action android:name="android.settings.USER_SETTINGS" />
3043 <category android:name="android.intent.category.DEFAULT" />
3044 </intent-filter>
Fan Zhang99800962018-08-08 11:12:03 -07003045 <intent-filter>
Jason Monk4da79e02015-09-10 10:54:36 -04003046 <action android:name="com.android.settings.action.SETTINGS" />
3047 </intent-filter>
Fan Zhang99800962018-08-08 11:12:03 -07003048 <meta-data android:name="com.android.settings.order" android:value="-45"/>
Jason Monk4da79e02015-09-10 10:54:36 -04003049 <meta-data android:name="com.android.settings.category"
Raff Tsai9e3a9fd2019-10-01 17:06:26 +08003050 android:value="com.android.settings.category.ia.system" />
Raff Tsai6db277e2019-10-02 16:43:23 +08003051 <meta-data android:name="com.android.settings.summary_uri"
3052 android:value="content://com.android.settings.dashboard.SummaryProvider/user" />
Jason Chiu5f0fc1f2021-05-24 18:27:42 +08003053 <meta-data android:name="com.android.settings.icon"
3054 android:resource="@drawable/ic_settings_multiuser" />
Amith Yamasani233592b2013-03-01 17:05:23 -08003055 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Raff Tsai9e3a9fd2019-10-01 17:06:26 +08003056 android:value="com.android.settings.users.UserSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003057 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3058 android:value="@string/menu_key_system"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003059 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
Raff Tsai9e3a9fd2019-10-01 17:06:26 +08003060 android:value="true" />
Amith Yamasani233592b2013-03-01 17:05:23 -08003061 </activity>
3062
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003063 <activity
Yasin Kilicderecc1d2102021-12-03 22:00:42 +00003064 android:name=".users.AddSupervisedUserActivity"
3065 android:label="@*android:string/supervised_user_creation_label"
Matt Pietald7314e12022-02-08 11:16:38 -05003066 android:icon="@drawable/ic_settings_multiuser"
3067 android:exported="true">
Yasin Kilicderecc1d2102021-12-03 22:00:42 +00003068 </activity>
3069
3070 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003071 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"
Julia Reynoldsefe26e22021-03-10 21:38:49 -05003415 android:configChanges="orientation|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>