blob: f9b15ebffe496365881a30a023d88b31313d1c5c [file] [log] [blame]
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001<manifest xmlns:android="http://schemas.android.com/apk/res/android"
Lucas Silva06e373d2022-01-27 22:49:42 +00002 package="com.android.settings"
3 coreApp="true"
4 android:sharedUserId="android.uid.system">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08005
Lucas Silva06e373d2022-01-27 22:49:42 +00006 <original-package android:name="com.android.settings"/>
Jeff Hamiltonc60fb582010-02-11 16:25:53 -06007
Sundeep Ghumanc164ad02016-12-26 17:37:30 -08008 <uses-permission android:name="android.permission.REQUEST_NETWORK_SCORES" />
Jeff Sharkey57382662015-07-30 16:55:42 -07009 <uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE" />
Zim3d437eb2020-01-24 15:29:00 +000010 <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
Vasu Nori21809742011-01-25 13:39:16 -080011 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
Jay Thomas Sullivancd2109a2022-03-09 22:31:53 -080012 <uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
Tsung-Mao Fang09c96a32022-02-22 17:06:01 +080013 <uses-permission android:name="android.permission.READ_MEDIA_VIDEO" />
14 <uses-permission android:name="android.permission.READ_MEDIA_AUDIO" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080015 <uses-permission android:name="android.permission.WRITE_SETTINGS" />
16 <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" />
Mike Lockwoodcd03f532009-09-15 14:39:47 -040017 <uses-permission android:name="android.permission.DEVICE_POWER" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080018 <uses-permission android:name="android.permission.CHANGE_CONFIGURATION" />
19 <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
20 <uses-permission android:name="android.permission.VIBRATE" />
Jeff Sharkey7025a832021-06-22 19:58:58 -060021 <uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE" />
Jeff Sharkey9e07eab2021-03-22 15:33:01 -060022 <uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />
23 <uses-permission android:name="android.permission.BLUETOOTH_SCAN" />
Matthew Xie500f2942013-09-24 00:55:42 -070024 <uses-permission android:name="android.permission.BLUETOOTH_PRIVILEGED" />
Nick Pellyf2917ac2010-10-20 16:39:44 -070025 <uses-permission android:name="android.permission.NFC" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080026 <uses-permission android:name="android.permission.HARDWARE_TEST" />
27 <uses-permission android:name="android.permission.CALL_PHONE" />
28 <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
William Escande23ebda42021-12-20 13:45:47 +010029 <uses-permission android:name="android.permission.QUERY_AUDIO_STATE" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080030 <uses-permission android:name="android.permission.MASTER_CLEAR" />
31 <uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH" />
32 <uses-permission android:name="android.permission.ACCESS_DOWNLOAD_MANAGER" />
33 <uses-permission android:name="android.permission.READ_CONTACTS" />
34 <uses-permission android:name="android.permission.WRITE_CONTACTS" />
Chia-chi Yeh413b1712011-07-07 12:49:18 -070035 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
Roshan Piusf1f209f2017-12-13 16:20:18 -080036 <uses-permission android:name="android.permission.LOCAL_MAC_ADDRESS" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080037 <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
Irfan Sheriff0f41b492013-03-29 11:15:07 -070038 <uses-permission android:name="com.android.certinstaller.INSTALL_AS_USER" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080039 <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
Jeremy Klein78d182f2015-12-28 15:39:39 -080040 <uses-permission android:name="android.permission.TETHER_PRIVILEGED" />
Dianne Hackborn027cdd22018-01-19 17:57:28 -080041 <uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080042 <uses-permission android:name="android.permission.INTERNET" />
43 <uses-permission android:name="android.permission.CLEAR_APP_USER_DATA" />
44 <uses-permission android:name="android.permission.READ_PHONE_STATE" />
zoey chen4a7ad4d2019-12-17 18:13:39 +080045 <uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080046 <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" />
Hall Liua6840ca2018-11-27 17:00:50 -080047 <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080048 <uses-permission android:name="android.permission.WRITE_APN_SETTINGS"/>
49 <uses-permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"/>
50 <uses-permission android:name="android.permission.READ_USER_DICTIONARY"/>
51 <uses-permission android:name="android.permission.WRITE_USER_DICTIONARY"/>
Dianne Hackborn517ea9f2010-01-04 18:47:54 -080052 <uses-permission android:name="android.permission.FORCE_STOP_PACKAGES"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -080053 <uses-permission android:name="android.permission.PACKAGE_USAGE_STATS"/>
54 <uses-permission android:name="android.permission.BATTERY_STATS"/>
55 <uses-permission android:name="com.android.launcher.permission.READ_SETTINGS" />
56 <uses-permission android:name="com.android.launcher.permission.WRITE_SETTINGS" />
Suchi Amalapurapuad148272010-02-19 14:30:01 -080057 <uses-permission android:name="android.permission.MOVE_PACKAGE" />
Amith Yamasani43c69782010-12-01 09:04:36 -080058 <uses-permission android:name="android.permission.USE_CREDENTIALS" />
59 <uses-permission android:name="android.permission.BACKUP" />
Amith Yamasani43c69782010-12-01 09:04:36 -080060 <uses-permission android:name="android.permission.READ_SYNC_STATS" />
61 <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" />
62 <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" />
Stanislav Zholnin646dda92019-02-01 13:00:37 +000063 <uses-permission android:name="android.permission.READ_DEVICE_CONFIG" />
Jason parks8fd5bc92011-01-12 16:03:31 -060064 <uses-permission android:name="android.permission.STATUS_BAR" />
Mike Lockwood9d6d92b2011-02-27 09:05:10 -080065 <uses-permission android:name="android.permission.MANAGE_USB" />
Kenny Roote7bbf8f2018-01-23 21:53:53 +090066 <uses-permission android:name="android.permission.MANAGE_DEBUGGING" />
Jeff Brownd82487b2011-06-02 03:10:28 -070067 <uses-permission android:name="android.permission.SET_POINTER_SPEED" />
Jeff Brown4397f402012-04-09 13:24:34 -070068 <uses-permission android:name="android.permission.SET_KEYBOARD_LAYOUT" />
Dianne Hackborn271c8b02012-08-20 17:24:39 -070069 <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" />
70 <uses-permission android:name="android.permission.COPY_PROTECTED_DATA" />
71 <uses-permission android:name="android.permission.MANAGE_USERS" />
Nicolas Prevot189294e2015-04-22 16:26:45 +010072 <uses-permission android:name="android.permission.MANAGE_PROFILE_AND_DEVICE_OWNERS" />
Amith Yamasani32dccbc2012-09-13 18:06:49 -070073 <uses-permission android:name="android.permission.READ_PROFILE" />
Jeff Brown9e143f52012-09-19 20:46:07 -070074 <uses-permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY" />
Michael Wrightaacf55a2016-07-13 22:11:09 -070075 <uses-permission android:name="android.permission.CONFIGURE_DISPLAY_COLOR_MODE" />
Christine Franksbce91d92018-07-03 14:44:08 -070076 <uses-permission android:name="android.permission.CONTROL_DISPLAY_COLOR_TRANSFORMS" />
Neil Fuller0770b3f2019-11-21 16:09:00 +000077 <uses-permission android:name="android.permission.SUGGEST_MANUAL_TIME_AND_ZONE" />
Daniel Sandler328e2d22013-01-17 13:14:02 -050078 <uses-permission android:name="android.permission.ACCESS_NOTIFICATIONS" />
Brian Carlstromf32ba132013-06-28 13:18:41 -070079 <uses-permission android:name="android.permission.REBOOT" />
PauloftheWest63f7bc82014-10-30 08:01:30 -070080 <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
Amith Yamasani92472652013-07-19 12:37:42 -070081 <uses-permission android:name="android.permission.MANAGE_DEVICE_ADMINS" />
Fabrice Di Meglio485b1b82014-03-20 12:24:57 -070082 <uses-permission android:name="android.permission.READ_SEARCH_INDEXABLES" />
Fan Zhangd040ecd2017-08-17 16:13:20 -070083 <uses-permission android:name="android.permission.BIND_SETTINGS_SUGGESTIONS_SERVICE" />
Andres Moralesce249fe2014-07-07 16:58:16 -070084 <uses-permission android:name="android.permission.OEM_UNLOCK_STATE" />
Andrew Scullc23357e2017-04-18 09:40:11 +010085 <uses-permission android:name="android.permission.MANAGE_USER_OEM_UNLOCK_STATE" />
Sky Faber2d657e32014-09-22 16:43:04 -070086 <uses-permission android:name="android.permission.OVERRIDE_WIFI_CONFIG" />
Etan Cohen07de3592021-01-21 16:52:03 -080087 <uses-permission android:name="android.permission.RESTART_WIFI_SUBSYSTEM" />
Jim Miller94d4bd92015-02-19 21:04:57 -080088 <uses-permission android:name="android.permission.MANAGE_FINGERPRINT" />
Kevin Chynb3ee2312018-10-04 15:01:43 -070089 <uses-permission android:name="android.permission.USE_BIOMETRIC" />
90 <uses-permission android:name="android.permission.USE_BIOMETRIC_INTERNAL" />
Jorim Jaggi4a2423b2015-04-24 10:19:48 -070091 <uses-permission android:name="android.permission.USER_ACTIVITY" />
Amith Yamasani50e32b02015-05-13 18:18:16 -070092 <uses-permission android:name="android.permission.CHANGE_APP_IDLE_STATE" />
Fyodor Kupolov0938a632015-07-27 12:24:59 -070093 <uses-permission android:name="android.permission.PEERS_MAC_ADDRESS"/>
Julia Reynoldsf02aa0c2015-09-28 08:57:03 -040094 <uses-permission android:name="android.permission.MANAGE_NOTIFICATIONS"/>
Daniel Nishib84304d2016-04-11 14:08:44 -070095 <uses-permission android:name="android.permission.DELETE_PACKAGES"/>
Philip P. Moltmanndd7441b2017-09-05 12:42:04 -070096 <uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES" />
Phil Weaver2e2dbfe2017-05-30 10:41:52 -070097 <uses-permission android:name="android.permission.MANAGE_APP_OPS_RESTRICTIONS"/>
Dianne Hackbornda3c0462018-03-07 16:42:39 -080098 <uses-permission android:name="android.permission.MANAGE_APP_OPS_MODES" />
Phil Weaver633c9be2017-07-05 10:02:38 -070099 <uses-permission android:name="android.permission.HIDE_NON_SYSTEM_OVERLAY_WINDOWS"/>
Philip P. Moltmann5929b132017-06-19 10:55:31 -0700100 <uses-permission android:name="android.permission.READ_PRINT_SERVICES" />
Roshan Pius37a46a12017-07-24 15:05:36 -0700101 <uses-permission android:name="android.permission.NETWORK_SETTINGS" />
Alexandru-Andrei Rotaruaeb3e442017-08-07 12:21:31 +0100102 <uses-permission android:name="android.permission.TEST_BLACKLISTED_PASSWORD" />
Jeff Sharkeyd9403362018-01-05 17:14:37 -0700103 <uses-permission android:name="android.permission.USE_RESERVED_DISK" />
Felipe Lemea5bbad42018-02-14 13:15:19 -0800104 <uses-permission android:name="android.permission.MANAGE_SCOPED_ACCESS_DIRECTORY_PERMISSIONS" />
Kevin Chyn22b4edd2018-07-30 19:20:01 -0700105 <uses-permission android:name="android.permission.CAMERA" />
jackqdyuleif25c9b02019-02-27 10:05:56 -0800106 <uses-permission android:name="android.permission.MEDIA_CONTENT_CONTROL" />
PO HUNG CHENafc513e2019-12-10 04:11:21 +0000107 <uses-permission android:name="android.permission.INSTALL_DYNAMIC_SYSTEM" />
Jack Yuc4da22a2020-01-30 00:04:06 -0800108 <uses-permission android:name="android.permission.BIND_CELL_BROADCAST_SERVICE" />
Mehdi Alizadeh2552dff2020-06-11 21:06:00 -0700109 <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" />
Edgar Wang39121792020-10-27 16:54:46 +0800110 <uses-permission android:name="android.permission.READ_DREAM_STATE" />
111 <uses-permission android:name="android.permission.READ_DREAM_SUPPRESSION" />
Zhen Zhang1f99d6a2021-03-22 00:49:49 -0700112 <uses-permission android:name="android.permission.MANAGE_APP_HIBERNATION" />
Arc Wang8b2dd652021-10-05 20:20:40 +0800113 <uses-permission android:name="android.permission.LAUNCH_MULTI_PANE_SETTINGS_DEEP_LINK" />
114 <uses-permission android:name="android.permission.ALLOW_PLACE_IN_MULTI_PANE_SETTINGS" />
Steve Elliott7bfcff32021-12-03 16:35:02 -0500115 <uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
tom hsu58244b12021-10-28 14:50:11 +0800116 <uses-permission android:name="android.permission.READ_APP_SPECIFIC_LOCALES" />
Pavel Grafov8d4e89b2021-12-16 14:34:06 +0000117 <uses-permission android:name="android.permission.QUERY_ADMIN_POLICY" />
Jan Tomljanovic9d2ec952022-01-17 12:21:59 +0000118 <uses-permission android:name="android.permission.READ_SAFETY_CENTER_STATUS" />
Marie Matheson6b9a1ff2022-01-25 18:48:22 +0000119 <uses-permission android:name="android.permission.SEND_SAFETY_CENTER_UPDATE" />
Pyuli Naithanid1408572022-01-12 23:08:02 +0000120 <uses-permission android:name="android.permission.START_VIEW_APP_FEATURES" />
Alejandro Nijamkin2f61fd62022-12-24 08:08:02 -0800121 <uses-permission android:name="android.permission.CUSTOMIZE_SYSTEM_UI" />
pihuei55fb2b72020-10-13 19:00:57 +0800122
Tsung-Mao Fang4781fc12021-09-06 02:41:26 +0000123 <application
124 android:name=".SettingsApplication"
125 android:label="@string/settings_label"
Hyunyoung Song1f093dd2017-02-14 10:40:58 -0800126 android:icon="@drawable/ic_launcher_settings"
Amith Yamasani56f51a82013-08-05 10:07:23 -0700127 android:theme="@style/Theme.Settings"
Fabrice Di Meglio79d8e802012-07-19 19:25:50 -0700128 android:hardwareAccelerated="true"
Amith Yamasani233592b2013-03-01 17:05:23 -0800129 android:requiredForAllUsers="true"
Fabrice Di Meglio66445562014-06-30 13:11:53 -0700130 android:supportsRtl="true"
Sunny Goyalae788a12019-04-24 17:11:24 -0700131 android:backupAgent="com.android.settings.backup.SettingsBackupHelper"
Jeff Sharkey3bd73ed2015-11-18 10:20:18 -0700132 android:usesCleartextTraffic="true"
Jeff Sharkeya806b7a2016-03-17 11:04:55 -0600133 android:defaultToDeviceProtectedStorage="true"
Jason Monk20210122018-04-03 18:36:42 -0400134 android:directBootAware="true"
kellyz76516bb2022-07-22 10:23:28 +0800135 android:appComponentFactory="androidx.core.app.CoreComponentFactory"
136 android:enableOnBackInvokedCallback="true">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800137
Bonian Chene69d1a62021-01-06 05:41:46 +0000138 <uses-library android:name="org.apache.http.legacy" />
Tsung-Mao Fang18ad0c42021-08-17 18:28:06 +0800139
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800140 <!-- Settings -->
Fan Zhang44be9132018-09-07 12:56:53 -0700141 <activity android:name=".homepage.SettingsHomepageActivity"
Raff Tsai082f8ee2018-06-29 06:11:39 +0000142 android:label="@string/settings_label_launcher"
143 android:theme="@style/Theme.Settings.Home"
Sunny Shao0b0e6fc2019-06-18 13:32:05 +0800144 android:taskAffinity="com.android.settings.root"
Jason Chiu130629b2020-03-06 10:52:19 +0800145 android:launchMode="singleTask"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700146 android:exported="true"
Jason Chiuae1c17b2022-06-13 13:58:17 +0800147 android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize">
Fan Zhang0c7c59f2018-10-26 13:40:38 -0700148 <intent-filter android:priority="1">
149 <action android:name="android.settings.SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800150 <category android:name="android.intent.category.BROWSABLE" />
Fan Zhang0c7c59f2018-10-26 13:40:38 -0700151 <category android:name="android.intent.category.DEFAULT" />
152 </intent-filter>
153 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
154 android:value="true" />
Raff Tsai082f8ee2018-06-29 06:11:39 +0000155 </activity>
156
Jason Chiua3b21cf2021-11-16 18:20:19 +0800157 <!-- Activity for launching deep link page in 2-pane. -->
158 <activity android:name=".homepage.DeepLinkHomepageActivity"
159 android:label="@string/settings_label_launcher"
Jason Chiu177573c2021-12-02 14:26:24 +0800160 android:theme="@style/Theme.Settings.Home"
Jason Chiua3b21cf2021-11-16 18:20:19 +0800161 android:launchMode="singleTask"
162 android:exported="true"
Tsung-Mao Fang3943de12021-12-08 20:23:13 +0800163 android:enabled="false"
Jason Chiuae1c17b2022-06-13 13:58:17 +0800164 android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize"
Jason Chiua3b21cf2021-11-16 18:20:19 +0800165 android:permission="android.permission.LAUNCH_MULTI_PANE_SETTINGS_DEEP_LINK">
166 <intent-filter>
167 <action android:name="android.settings.SETTINGS_EMBED_DEEP_LINK_ACTIVITY" />
168 <category android:name="android.intent.category.DEFAULT" />
169 </intent-filter>
170 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
171 android:value="true" />
172 </activity>
173
Jason Chiu177573c2021-12-02 14:26:24 +0800174 <activity android:name=".homepage.DeepLinkHomepageActivityInternal"
Arc Wanga63e9c62021-09-28 20:39:15 +0800175 android:label="@string/settings_label_launcher"
Jason Chiu177573c2021-12-02 14:26:24 +0800176 android:theme="@style/Theme.Settings.Home.NoAnimation"
Arc Wanga63e9c62021-09-28 20:39:15 +0800177 android:taskAffinity=""
178 android:launchMode="singleTask"
179 android:exported="false"
Jason Chiua3b21cf2021-11-16 18:20:19 +0800180 android:excludeFromRecents="true"
Jason Chiuae1c17b2022-06-13 13:58:17 +0800181 android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize">
Arc Wanga63e9c62021-09-28 20:39:15 +0800182 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
183 android:value="true" />
jackqdyulei106ae1d2018-10-05 10:04:19 -0700184 </activity>
185
Alexandra Gherghina05dec7f2014-09-05 11:42:51 +0100186 <!-- Alias for launcher activity only, as this belongs to each profile. -->
187 <activity-alias android:name="Settings"
Alexandra Gherghina05dec7f2014-09-05 11:42:51 +0100188 android:label="@string/settings_label_launcher"
Sunny Shao0b0e6fc2019-06-18 13:32:05 +0800189 android:taskAffinity="com.android.settings.root"
Alexandra Gherghina05dec7f2014-09-05 11:42:51 +0100190 android:launchMode="singleTask"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700191 android:exported="true"
Fan Zhang44be9132018-09-07 12:56:53 -0700192 android:targetActivity=".homepage.SettingsHomepageActivity">
Alexandra Gherghina05dec7f2014-09-05 11:42:51 +0100193 <intent-filter>
194 <action android:name="android.intent.action.MAIN" />
195 <category android:name="android.intent.category.DEFAULT" />
196 <category android:name="android.intent.category.LAUNCHER" />
197 </intent-filter>
Sunny Goyal5f179fc2016-06-15 12:36:50 -0700198 <meta-data android:name="android.app.shortcuts" android:resource="@xml/shortcuts"/>
Alexandra Gherghina05dec7f2014-09-05 11:42:51 +0100199 </activity-alias>
200
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700201 <receiver android:name=".SettingsInitialize"
202 android:exported="true">
Alexandra Gherghina89265a32014-07-17 20:29:34 +0100203 <intent-filter>
Alexandra Gherghinaf2e39f22014-08-18 13:16:17 +0100204 <action android:name="android.intent.action.USER_INITIALIZE"/>
Alexandra Gherghina51712242014-09-05 16:32:14 +0100205 <action android:name="android.intent.action.PRE_BOOT_COMPLETED"/>
Alexandra Gherghina89265a32014-07-17 20:29:34 +0100206 </intent-filter>
207 </receiver>
208
Mill Chen14cfd2f2021-01-06 07:46:46 +0800209 <activity android:name=".SubSettings"
Yuri Ufimtsevbe982452022-03-09 09:49:15 +0000210 android:exported="false"
211 android:theme="@style/Theme.SubSettings"
212 android:taskAffinity="com.android.settings.root" />
Dianne Hackbornb7258182011-03-15 16:23:55 -0700213
Fan Zhangf1f0f8b2018-06-22 10:40:07 -0700214 <activity android:name=".Settings$CreateShortcutActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700215 android:exported="true"
Fan Zhang92f1e942017-01-21 10:07:26 -0800216 android:label="@string/settings_shortcut">
Dianne Hackborna54672f2009-06-24 12:45:09 -0700217 <intent-filter>
Fan Zhangf1f0f8b2018-06-22 10:40:07 -0700218 <action android:name="android.intent.action.CREATE_SHORTCUT" />
219 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborna54672f2009-06-24 12:45:09 -0700220 </intent-filter>
Fan Zhangf1f0f8b2018-06-22 10:40:07 -0700221 <meta-data
222 android:name="com.android.settings.FRAGMENT_CLASS"
223 android:value="com.android.settings.shortcut.CreateShortcut" />
Dianne Hackborna54672f2009-06-24 12:45:09 -0700224 </activity>
225
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800226 <!-- Wireless Controls -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800227 <activity
228 android:name=".Settings$NetworkDashboardActivity"
Doris Ling26208222017-03-03 11:28:05 -0800229 android:label="@string/network_dashboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700230 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800231 android:icon="@drawable/ic_homepage_network">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800232 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800233 <action android:name="android.settings.WIRELESS_SETTINGS" />
234 <action android:name="android.settings.AIRPLANE_MODE_SETTINGS" />
Andrew Sappersteinc65ccd22019-04-25 10:31:37 -0700235 <action android:name="com.android.settings.sim.SIM_SUB_INFO_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800236 <category android:name="android.intent.category.BROWSABLE" />
Doris Ling26208222017-03-03 11:28:05 -0800237 <category android:name="android.intent.category.DEFAULT" />
238 </intent-filter>
239 <intent-filter>
240 <action android:name="android.intent.action.MAIN" />
241 <category android:name="android.intent.category.DEFAULT" />
242 <category android:name="android.intent.category.VOICE_LAUNCH" />
243 </intent-filter>
Doris Ling26208222017-03-03 11:28:05 -0800244 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
245 android:value="com.android.settings.network.NetworkDashboardFragment"/>
Jason Chiu29a09e52021-10-12 17:24:34 +0800246 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
247 android:value="@string/menu_key_network"/>
Doris Ling26208222017-03-03 11:28:05 -0800248 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
249 android:value="true" />
250 </activity>
251
Zoey Chen6978a902021-12-14 18:42:37 +0800252 <activity
253 android:name=".Settings$MobileNetworkActivity"
254 android:label="@string/network_settings_title"
255 android:configChanges="orientation|screenSize|keyboardHidden"
Bonian Chend10618d2022-05-30 19:06:10 +0800256 android:launchMode="singleTop"
Zoey Chen6978a902021-12-14 18:42:37 +0800257 android:exported="true">
258 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
259 android:value="com.android.settings.network.telephony.MobileNetworkSettings"/>
Arc Wanga63e9c62021-09-28 20:39:15 +0800260 <intent-filter android:priority="1">
261 <!-- Displays the MobileNetworkActivity and opt-in dialog for capability discovery. -->
Bonian Chend10618d2022-05-30 19:06:10 +0800262 <!-- Please sync with a list created within MobileNetworkIntentConverter.java -->
263 <action android:name="android.intent.action.MAIN" />
Arc Wanga63e9c62021-09-28 20:39:15 +0800264 <action android:name="android.telephony.ims.action.SHOW_CAPABILITY_DISCOVERY_OPT_IN" />
265 <action android:name="android.settings.NETWORK_OPERATOR_SETTINGS" />
266 <action android:name="android.settings.DATA_ROAMING_SETTINGS" />
267 <action android:name="android.settings.MMS_MESSAGE_SETTING" />
Han Xu9cf02662022-08-15 19:19:55 +0800268 <category android:name="android.intent.category.BROWSABLE" />
Arc Wanga63e9c62021-09-28 20:39:15 +0800269 <category android:name="android.intent.category.DEFAULT" />
270 </intent-filter>
271 </activity>
272
Antony Sargent94d97902019-03-26 09:50:22 -0700273 <activity android:name=".Settings$MobileNetworkListActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700274 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800275 android:label="@string/network_settings_title">
Antony Sargent94d97902019-03-26 09:50:22 -0700276 <intent-filter android:priority="1">
277 <action android:name="android.settings.MOBILE_NETWORK_LIST" />
Peter Wang93ce0682021-04-09 11:49:34 -0700278 <action android:name="android.settings.MANAGE_ALL_SIM_PROFILES_SETTINGS" />
Antony Sargent94d97902019-03-26 09:50:22 -0700279 <category android:name="android.intent.category.DEFAULT" />
280 </intent-filter>
281 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
282 android:value="com.android.settings.network.MobileNetworkListFragment"/>
Jason Chiu646a31e2021-11-10 11:56:00 +0800283 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
284 android:value="@string/menu_key_network"/>
Antony Sargent94d97902019-03-26 09:50:22 -0700285 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
286 android:value="true" />
287 </activity>
288
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800289 <activity
290 android:name=".Settings$ConnectedDeviceDashboardActivity"
Doris Ling26208222017-03-03 11:28:05 -0800291 android:label="@string/connected_devices_dashboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700292 android:exported="true"
Sunny Shaob4a5f162020-06-15 23:00:26 +0800293 android:icon="@drawable/ic_homepage_connected_device">
Doris Ling26208222017-03-03 11:28:05 -0800294 <intent-filter android:priority="1">
jackqdyulei6dd7f2e2018-02-07 17:49:09 -0800295 <action android:name="android.settings.BLUETOOTH_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800296 <category android:name="android.intent.category.BROWSABLE" />
jackqdyulei6dd7f2e2018-02-07 17:49:09 -0800297 <category android:name="android.intent.category.DEFAULT" />
298 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700299 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Ling26208222017-03-03 11:28:05 -0800300 android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment"/>
Jason Chiu29a09e52021-10-12 17:24:34 +0800301 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
Jason Chiu646a31e2021-11-10 11:56:00 +0800302 android:value="@string/menu_key_connected_devices"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100303 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
304 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700305 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800306
Barnaby Jamesc55ea152015-04-13 14:33:53 -0700307 <activity android:name="AirplaneModeVoiceActivity"
308 android:label="@string/wireless_networks_settings_title"
Andrew Sapperstein7e157432016-07-15 16:46:38 -0700309 android:theme="@*android:style/Theme.DeviceDefault.Light.Voice"
Barnaby Jamesc55ea152015-04-13 14:33:53 -0700310 android:exported="true">
311 <intent-filter>
312 <action android:name="android.settings.VOICE_CONTROL_AIRPLANE_MODE" />
313 <category android:name="android.intent.category.DEFAULT" />
314 <category android:name="android.intent.category.VOICE" />
315 </intent-filter>
316 </activity>
317
Fan Zhang25f29bf2017-10-24 09:27:02 -0700318 <activity android:name=".search.SearchResultTrampoline"
319 android:theme="@android:style/Theme.NoDisplay"
320 android:excludeFromRecents="true"
321 android:exported="true">
Fan Zhang8068fda2017-11-09 16:37:01 -0800322 <intent-filter>
323 <action android:name="com.android.settings.SEARCH_RESULT_TRAMPOLINE" />
324 <category android:name="android.intent.category.DEFAULT" />
325 </intent-filter>
Fan Zhang25f29bf2017-10-24 09:27:02 -0700326 </activity>
327
Jason Chiu3af73362021-11-11 14:24:37 +0800328 <receiver android:name=".search.SearchStateReceiver"
329 android:exported="true"
Tsung-Mao Fang3943de12021-12-08 20:23:13 +0800330 android:enabled="false"
Jason Chiu3af73362021-11-11 14:24:37 +0800331 android:permission="android.permission.READ_SEARCH_INDEXABLES">
332 <intent-filter>
333 <action android:name="com.android.settings.SEARCH_START"/>
334 <action android:name="com.android.settings.SEARCH_EXIT"/>
335 </intent-filter>
336 </receiver>
337
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800338 <activity
339 android:name="Settings$WifiSettingsActivity"
340 android:label="@string/wifi_settings"
Sunny Shaob4a5f162020-06-15 23:00:26 +0800341 android:icon="@drawable/ic_homepage_network"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700342 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800343 android:configChanges="orientation|keyboardHidden|screenSize">
Weng Sueb70b242021-11-12 22:50:12 +0800344 <intent-filter android:priority="1">
345 <action android:name="android.settings.WIFI_SETTINGS"/>
Han Xu9cf02662022-08-15 19:19:55 +0800346 <category android:name="android.intent.category.BROWSABLE" />
Weng Sueb70b242021-11-12 22:50:12 +0800347 <category android:name="android.intent.category.DEFAULT"/>
348 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700349 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Weng Sueb70b242021-11-12 22:50:12 +0800350 android:value="com.android.settings.network.NetworkProviderSettings"/>
Jason Chiu646a31e2021-11-10 11:56:00 +0800351 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
Weng Sueb70b242021-11-12 22:50:12 +0800352 android:value="@string/menu_key_network"/>
Zoltan Szatmary-Bane03d8862015-04-30 14:35:54 +0100353 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
Weng Sueb70b242021-11-12 22:50:12 +0800354 android:value="true"/>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700355 </activity>
Chia-chi Yeh48090d42010-01-25 15:41:42 +0800356
David Magno6031a6e2021-10-07 14:40:31 +0200357 <!-- Keep compatibility with old shortcuts. -->
358 <activity-alias
359 android:name="Settings$WifiSettings2Activity"
360 android:targetActivity="Settings$WifiSettingsActivity"
361 android:label="@string/wifi_settings"
362 android:icon="@drawable/ic_homepage_network"
363 android:exported="true">
364 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Weng Sueb70b242021-11-12 22:50:12 +0800365 android:value="com.android.settings.network.NetworkProviderSettings"/>
Jason Chiu646a31e2021-11-10 11:56:00 +0800366 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
Weng Sueb70b242021-11-12 22:50:12 +0800367 android:value="@string/menu_key_network"/>
368 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
369 android:value="true"/>
David Magno6031a6e2021-10-07 14:40:31 +0200370 </activity-alias>
371
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800372 <activity
Arc Wang746176e2020-09-02 17:35:56 +0800373 android:name="Settings$NetworkProviderSettingsActivity"
Weng Su658a4172021-07-26 16:33:31 +0800374 android:label="@string/provider_internet_settings"
Arc Wang746176e2020-09-02 17:35:56 +0800375 android:icon="@drawable/ic_homepage_network"
376 android:exported="true"
377 android:configChanges="orientation|keyboardHidden|screenSize">
378 <intent-filter android:priority="1">
Weng Sueb70b242021-11-12 22:50:12 +0800379 <action android:name="android.settings.NETWORK_PROVIDER_SETTINGS"/>
380 <category android:name="android.intent.category.DEFAULT"/>
Arc Wang746176e2020-09-02 17:35:56 +0800381 </intent-filter>
382 <intent-filter android:priority="1">
Weng Sueb70b242021-11-12 22:50:12 +0800383 <action android:name="android.intent.action.MAIN"/>
384 <category android:name="com.android.settings.SHORTCUT"/>
Arc Wang746176e2020-09-02 17:35:56 +0800385 </intent-filter>
386 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Weng Sueb70b242021-11-12 22:50:12 +0800387 android:value="com.android.settings.network.NetworkProviderSettings"/>
Jason Chiu29a09e52021-10-12 17:24:34 +0800388 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
Weng Sueb70b242021-11-12 22:50:12 +0800389 android:value="@string/menu_key_network"/>
Arc Wang746176e2020-09-02 17:35:56 +0800390 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
Weng Sueb70b242021-11-12 22:50:12 +0800391 android:value="true"/>
Arc Wang746176e2020-09-02 17:35:56 +0800392 </activity>
393
394 <activity
SongFerng Wangfa6a3612021-12-08 14:25:41 +0000395 android:name="Settings$NetworkSelectActivity"
396 android:label="@string/choose_network_title"
397 android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize">
398 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
399 android:value="com.android.settings.network.telephony.NetworkSelectSettings" />
400 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
401 android:value="true" />
402 </activity>
403
404 <activity
Weng Sue8a4e132021-07-15 11:38:38 +0800405 android:name="Settings$WifiDetailsSettingsActivity"
406 android:label="@string/wifi_details_title"
407 android:icon="@drawable/ic_homepage_network"
408 android:exported="true"
409 android:permission="android.permission.CHANGE_WIFI_STATE"
410 android:configChanges="orientation|keyboardHidden|screenSize">
411 <!-- The intent action is only public to OEM, because a special library is required. -->
412 <intent-filter android:priority="1">
413 <action android:name="android.settings.WIFI_DETAILS_SETTINGS" />
414 <category android:name="android.intent.category.DEFAULT" />
415 </intent-filter>
416 <meta-data
417 android:name="com.android.settings.FRAGMENT_CLASS"
418 android:value="com.android.settings.wifi.details.WifiNetworkDetailsFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800419 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
420 android:value="@string/menu_key_network"/>
421 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
Weng Sue8a4e132021-07-15 11:38:38 +0800422 android:value="true" />
423 </activity>
424
425 <activity
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700426 android:name=".wifi.WifiPickerActivity"
Weng Su79c30c02022-01-25 21:22:20 +0800427 android:permission="android.permission.CHANGE_WIFI_STATE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700428 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800429 <intent-filter android:priority="1">
430 <action android:name="android.net.wifi.PICK_WIFI_NETWORK" />
431 <category android:name="android.intent.category.DEFAULT" />
432 </intent-filter>
Zoltan Szatmary-Bane03d8862015-04-30 14:35:54 +0100433 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
434 android:value="true" />
Daisuke Miyakawa79c5fd92011-01-15 14:58:00 -0800435 </activity>
436
Jun Ono89c2c5e2019-05-30 12:56:43 +0900437 <activity android:name=".Settings$AdaptiveBrightnessActivity"
438 android:label="@string/auto_brightness_title"
439 android:exported="true">
440 <intent-filter>
441 <action android:name="android.settings.ADAPTIVE_BRIGHTNESS_SETTINGS" />
442 <category android:name="android.intent.category.DEFAULT" />
443 </intent-filter>
444 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
445 android:value="com.android.settings.display.AutoBrightnessSettings"/>
Jason Chiu646a31e2021-11-10 11:56:00 +0800446 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
447 android:value="@string/menu_key_display"/>
Jun Ono89c2c5e2019-05-30 12:56:43 +0900448 </activity>
449
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800450 <activity
451 android:name="Settings$ConfigureWifiSettingsActivity"
452 android:label="@string/wifi_configure_settings_preference_title"
453 android:icon="@drawable/ic_settings_wireless"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700454 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800455 android:configChanges="orientation|keyboardHidden|screenSize">
Amin Shaikh3aa547b2017-01-06 18:31:41 -0800456 <intent-filter android:priority="1">
Stephen Chen91d13c12017-03-22 15:53:26 -0700457 <action android:name="android.settings.WIFI_IP_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800458 <category android:name="android.intent.category.BROWSABLE" />
Amin Shaikh3aa547b2017-01-06 18:31:41 -0800459 <category android:name="android.intent.category.DEFAULT" />
460 </intent-filter>
461 <intent-filter>
462 <action android:name="android.intent.action.MAIN" />
463 <category android:name="android.intent.category.VOICE_LAUNCH" />
464 <category android:name="android.intent.category.DEFAULT" />
465 </intent-filter>
466 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
467 android:value="com.android.settings.wifi.ConfigureWifiSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800468 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
469 android:value="@string/menu_key_network"/>
Amin Shaikh3aa547b2017-01-06 18:31:41 -0800470 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
471 android:value="true" />
472 </activity>
473
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800474 <activity
475 android:name="Settings$SavedAccessPointsSettingsActivity"
476 android:label="@string/wifi_saved_access_points_label"
477 android:icon="@drawable/ic_settings_wireless"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700478 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800479 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800480 <intent-filter android:priority="1">
Stephen Chen66d1a692016-11-14 16:24:08 -0800481 <action android:name="android.settings.WIFI_SAVED_NETWORK_SETTINGS" />
Dianne Hackborn0702e872015-02-20 12:48:32 -0800482 <category android:name="android.intent.category.DEFAULT" />
483 </intent-filter>
PauloftheWest7837b992014-06-24 07:42:27 -0700484 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang661049f2018-07-18 14:31:44 -0700485 android:value="com.android.settings.wifi.savedaccesspoints.SavedAccessPointsWifiSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800486 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
487 android:value="@string/menu_key_network"/>
Zoltan Szatmary-Bane03d8862015-04-30 14:35:54 +0100488 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
489 android:value="true" />
PauloftheWest7837b992014-06-24 07:42:27 -0700490 </activity>
491
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700492 <activity android:name=".Settings$WifiInfoActivity"
493 android:exported="true">
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800494 <intent-filter>
495 <action android:name="android.intent.action.MAIN"/>
496 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
497 <category android:name="android.intent.category.DEFAULT" />
498 </intent-filter>
Jason Monkb7e43802016-06-06 16:01:58 -0400499 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
500 android:value="com.android.settings.wifi.WifiInfo" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800501 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
502 android:value="@string/menu_key_network"/>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800503 </activity>
504
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700505 <activity android:name=".wifi.WifiConfigInfo"
506 android:exported="true">
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800507 <intent-filter>
508 <action android:name="android.intent.action.MAIN"/>
509 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
510 <category android:name="android.intent.category.DEFAULT" />
511 </intent-filter>
512 </activity>
513
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700514 <activity android:name=".Settings$WifiAPITestActivity"
515 android:exported="true">
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800516 <intent-filter>
517 <action android:name="android.intent.action.MAIN"/>
518 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
519 <category android:name="android.intent.category.DEFAULT" />
520 </intent-filter>
Jason Monkb7e43802016-06-06 16:01:58 -0400521 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
522 android:value="com.android.settings.wifi.WifiAPITest" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800523 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
524 android:value="@string/menu_key_network"/>
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800525 </activity>
526
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700527 <activity android:name=".wifi.WifiStatusTest"
528 android:exported="true">
Irfan Sheriff2ff62e22009-12-03 10:53:50 -0800529 <intent-filter>
530 <action android:name="android.intent.action.MAIN"/>
531 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
532 <category android:name="android.intent.category.DEFAULT" />
533 </intent-filter>
534 </activity>
535
Lorenzo Colitti877b0542015-04-03 17:31:19 +0900536 <activity android:name=".wifi.WifiNoInternetDialog"
537 android:clearTaskOnLaunch="true"
538 android:excludeFromRecents="true"
539 android:exported="true"
lucaslin7335c592019-03-20 11:41:21 +0800540 android:permission="android.permission.NETWORK_STACK"
Arc Wang5a298fb2020-06-30 14:14:02 +0800541 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight">
lucaslinaaf21232021-02-22 10:37:16 +0800542 <!-- TODO: Consider removing below two intent filters.
543 It seems like below two intent filters can be removed because when the notification
544 is clicked, this activity will be launched anyway. -->
Lorenzo Colitti877b0542015-04-03 17:31:19 +0900545 <intent-filter>
lucaslinaaf21232021-02-22 10:37:16 +0800546 <action android:name="android.net.action.PROMPT_UNVALIDATED" />
Lorenzo Colitti877b0542015-04-03 17:31:19 +0900547 <category android:name="android.intent.category.DEFAULT" />
548 </intent-filter>
Lorenzo Colitti1449ecd2016-09-15 14:06:46 +0900549 <intent-filter>
lucaslinaaf21232021-02-22 10:37:16 +0800550 <action android:name="android.net.action.PROMPT_LOST_VALIDATION" />
Lorenzo Colitti1449ecd2016-09-15 14:06:46 +0900551 <category android:name="android.intent.category.DEFAULT" />
552 </intent-filter>
Zoltan Szatmary-Bane03d8862015-04-30 14:35:54 +0100553 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
554 android:value="true" />
Lorenzo Colitti877b0542015-04-03 17:31:19 +0900555 </activity>
556
Fabrice Di Meglio61a1fec2014-08-13 16:22:38 -0700557 <activity android:name="Settings$ApnSettingsActivity"
Jeff Sharkeyc2b43db2012-11-28 17:09:19 -0800558 android:label="@string/apn_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700559 android:exported="true"
Bonian Chencd1fd102020-02-10 02:38:25 +0800560 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800561 <intent-filter android:priority="1">
562 <action android:name="android.settings.APN_SETTINGS" />
563 <category android:name="android.intent.category.DEFAULT" />
564 </intent-filter>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800565 <intent-filter>
566 <action android:name="android.intent.action.MAIN" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800567 <category android:name="android.intent.category.DEFAULT" />
568 <category android:name="android.intent.category.VOICE_LAUNCH" />
569 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100570 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
571 android:value="true" />
Fabrice Di Meglio61a1fec2014-08-13 16:22:38 -0700572 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
tom hsu2fd7c9f2020-09-30 21:46:27 +0800573 android:value="com.android.settings.network.apn.ApnSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800574 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
575 android:value="@string/menu_key_network"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800576 </activity>
577
Lei Yudec7a712018-03-29 10:54:22 -0700578 <!-- Keep compatibility with old shortcuts. -->
579 <activity-alias
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800580 android:name="Settings$BluetoothSettingsActivity"
Lei Yudec7a712018-03-29 10:54:22 -0700581 android:label="@string/devices_title"
582 android:targetActivity=".Settings$ConnectedDeviceDashboardActivity"
583 android:exported="true">
Fan Zhang5a981772018-06-22 14:30:09 -0700584 <intent-filter android:priority="10">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800585 <action android:name="android.intent.action.MAIN" />
Lei Yudec7a712018-03-29 10:54:22 -0700586 <category android:name="com.android.settings.SHORTCUT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800587 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700588 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Lei Yudec7a712018-03-29 10:54:22 -0700589 android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800590 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
591 android:value="@string/menu_key_connected_devices"/>
Lei Yudec7a712018-03-29 10:54:22 -0700592 </activity-alias>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800593
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800594 <!-- Keep compatibility with old shortcuts. -->
595 <activity-alias android:name=".bluetooth.BluetoothSettings"
Lei Yudec7a712018-03-29 10:54:22 -0700596 android:label="@string/devices_title"
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800597 android:targetActivity="Settings$BluetoothSettingsActivity"
598 android:exported="true"
599 android:clearTaskOnLaunch="true">
600 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Lei Yudec7a712018-03-29 10:54:22 -0700601 android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800602 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
603 android:value="@string/menu_key_connected_devices"/>
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800604 </activity-alias>
605
Kevin Chyn41acc692017-06-17 17:25:21 -0700606 <activity android:name="Settings$AssistGestureSettingsActivity"
607 android:label="@string/assist_gesture_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700608 android:exported="true"
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800609 android:icon="@drawable/ic_settings_gestures">
Kevin Chyn41acc692017-06-17 17:25:21 -0700610 <intent-filter>
611 <action android:name="android.settings.ASSIST_GESTURE_SETTINGS" />
612 <category android:name="android.intent.category.DEFAULT" />
613 </intent-filter>
614 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
615 android:value="com.android.settings.gestures.AssistGestureSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800616 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
617 android:value="@string/menu_key_system"/>
Kevin Chyn41acc692017-06-17 17:25:21 -0700618 </activity>
619
Kevin Chyn71899972018-07-10 17:20:29 -0700620 <activity android:name="Settings$FaceSettingsActivity"
621 android:label="@string/security_settings_face_preference_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700622 android:exported="true"
Kevin Chyn71899972018-07-10 17:20:29 -0700623 android:icon="@drawable/ic_face_header">
624 <intent-filter>
625 <action android:name="android.settings.FACE_SETTINGS" />
626 <category android:name="android.intent.category.DEFAULT" />
627 </intent-filter>
628 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
629 android:value="com.android.settings.biometrics.face.FaceSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800630 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
631 android:value="@string/menu_key_security"/>
Kevin Chyn71899972018-07-10 17:20:29 -0700632 </activity>
633
Yuri Ufimtsevbe982452022-03-09 09:49:15 +0000634 <activity android:name="Settings$FaceSettingsInternalActivity"
635 android:label="@string/security_settings_face_preference_title"
636 android:exported="false"
637 android:icon="@drawable/ic_face_header"
638 android:taskAffinity="com.android.settings.root">
639 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
640 android:value="com.android.settings.biometrics.face.FaceSettings" />
641 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
642 android:value="@string/menu_key_security"/>
643 </activity>
644
Ilya Matyukhin8979f842019-04-28 15:10:02 -0700645 <activity android:name="Settings$FingerprintSettingsActivity"
646 android:label="@string/security_settings_fingerprint_preference_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700647 android:exported="true"
Ilya Matyukhin8979f842019-04-28 15:10:02 -0700648 android:icon="@drawable/ic_fingerprint_header">
649 <intent-filter>
650 <action android:name="android.settings.FINGERPRINT_SETTINGS" />
651 <category android:name="android.intent.category.DEFAULT" />
652 </intent-filter>
653 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
654 android:value="com.android.settings.biometrics.fingerprint.FingerprintSettings$FingerprintSettingsFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800655 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
656 android:value="@string/menu_key_security"/>
Ilya Matyukhin8979f842019-04-28 15:10:02 -0700657 </activity>
658
Mill Chen7edebee2021-04-09 23:14:27 +0800659 <activity android:name="Settings$CombinedBiometricSettingsActivity"
660 android:label="@string/security_settings_biometric_preference_title"
Yuri Ufimtsevbe982452022-03-09 09:49:15 +0000661 android:exported="false"
662 android:taskAffinity="com.android.settings.root">
Mill Chen7edebee2021-04-09 23:14:27 +0800663 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
664 android:value="com.android.settings.biometrics.combination.CombinedBiometricSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800665 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
666 android:value="@string/menu_key_security"/>
Mill Chen7edebee2021-04-09 23:14:27 +0800667 </activity>
668
669 <activity android:name="Settings$CombinedBiometricProfileSettingsActivity"
670 android:label="@string/security_settings_biometric_preference_title"
Mill Chen7edebee2021-04-09 23:14:27 +0800671 android:exported="false">
672 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
673 android:value="com.android.settings.biometrics.combination.CombinedBiometricProfileSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800674 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
675 android:value="@string/menu_key_security"/>
Mill Chen7edebee2021-04-09 23:14:27 +0800676 </activity>
677
Jake Hambyc090feb2010-12-07 16:27:21 -0800678 <activity android:name=".bluetooth.DevicePickerActivity"
Jake Hambyc090feb2010-12-07 16:27:21 -0800679 android:label="@string/device_picker"
Hemant Gupta3483fc32018-02-01 19:20:29 +0530680 android:configChanges="orientation|keyboardHidden|screenSize"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700681 android:exported="true"
Adam Powelld8537a02012-07-18 19:02:39 -0700682 android:clearTaskOnLaunch="true">
Jake Hambyc090feb2010-12-07 16:27:21 -0800683 <intent-filter>
684 <action android:name="android.bluetooth.devicepicker.action.LAUNCH" />
685 <category android:name="android.intent.category.DEFAULT" />
686 </intent-filter>
687 </activity>
688
Doris Lingc6927582018-01-18 15:04:59 -0800689 <service android:name=".wifi.tether.TetherService"
Jason Monk37832d62014-12-10 17:21:51 -0500690 android:exported="true"
Jeremy Klein78d182f2015-12-28 15:39:39 -0800691 android:permission="android.permission.TETHER_PRIVILEGED" />
Jeremy Klein1cf002d2016-01-24 17:21:43 -0800692
markchien8c713fc2019-02-14 11:11:31 +0800693 <activity android:name=".network.TetherProvisioningActivity"
Jeremy Klein1cf002d2016-01-24 17:21:43 -0800694 android:exported="true"
695 android:permission="android.permission.TETHER_PRIVILEGED"
Jeremy Klein7dbad8c2016-12-19 11:22:38 -0800696 android:excludeFromRecents="true"
Jeremy Kleine3e7b952016-01-25 14:43:49 -0800697 android:theme="@style/Theme.ProvisioningActivity">
Jeremy Klein1cf002d2016-01-24 17:21:43 -0800698 <intent-filter android:priority="1">
699 <action android:name="android.settings.TETHER_PROVISIONING_UI" />
700 <category android:name="android.intent.category.DEFAULT" />
701 </intent-filter>
702 </activity>
703
tom hsu427906c2022-02-14 22:12:43 +0800704 <activity
705 android:name=".network.TetherProvisioningCarrierDialogActivity"
706 android:exported="true"
707 android:permission="android.permission.TETHER_PRIVILEGED"
708 android:excludeFromRecents="true"
709 android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar">
710 <intent-filter android:priority="1">
711 <action android:name="android.settings.TETHER_UNSUPPORTED_CARRIER_UI" />
712 <category android:name="android.intent.category.DEFAULT" />
713 </intent-filter>
714 </activity>
715
Jiashen Wangd8bd3bb2020-09-08 15:57:40 -0700716 <activity android:name=".network.telephony.ToggleSubscriptionDialogActivity"
717 android:exported="false"
718 android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
SongFerngWang4780be42021-12-21 05:39:09 +0800719 android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/>
Jiashen Wangd8bd3bb2020-09-08 15:57:40 -0700720
Jiashen Wangff311a22020-10-01 18:36:20 -0700721 <activity android:name=".network.telephony.DeleteEuiccSubscriptionDialogActivity"
722 android:exported="false"
723 android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
SongFerngWang4780be42021-12-21 05:39:09 +0800724 android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/>
Jiashen Wangff311a22020-10-01 18:36:20 -0700725
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800726 <activity
727 android:name="Settings$TetherSettingsActivity"
728 android:label="@string/tether_settings_title_all"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700729 android:exported="true"
Sunny Shaob4a5f162020-06-15 23:00:26 +0800730 android:icon="@drawable/ic_homepage_network">
Robert Greenwalt3901edb2010-01-26 10:22:37 -0800731 <intent-filter>
732 <action android:name="android.intent.action.MAIN" />
paulhu08efd362020-02-07 14:42:08 +0800733 <action android:name="android.settings.TETHER_SETTINGS" />
Robert Greenwalt3901edb2010-01-26 10:22:37 -0800734 <category android:name="android.intent.category.DEFAULT" />
735 <category android:name="android.intent.category.VOICE_LAUNCH" />
736 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700737 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
738 android:value="com.android.settings.TetherSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800739 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
740 android:value="@string/menu_key_network"/>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700741 </activity>
Robert Greenwalt3901edb2010-01-26 10:22:37 -0800742
Salvador Martinezbb333712018-06-19 10:27:30 -0700743 <activity
744 android:name="Settings$WifiTetherSettingsActivity"
745 android:label="@string/wifi_hotspot_checkbox_text"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700746 android:exported="true"
Bonian Chenb6a4bc92022-03-18 09:23:19 +0800747 android:icon="@drawable/ic_homepage_wifi_tethering">
Salvador Martinezbb333712018-06-19 10:27:30 -0700748 <intent-filter>
749 <action android:name="com.android.settings.WIFI_TETHER_SETTINGS" />
750 <category android:name="android.intent.category.DEFAULT" />
751 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -0700752 <intent-filter android:priority="4">
Fan Zhang2f4355a2018-06-21 15:34:43 -0700753 <action android:name="android.intent.action.MAIN" />
Fan Zhang2f4355a2018-06-21 15:34:43 -0700754 <category android:name="com.android.settings.SHORTCUT" />
755 </intent-filter>
Salvador Martinezbb333712018-06-19 10:27:30 -0700756 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
757 android:value="com.android.settings.wifi.tether.WifiTetherSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800758 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
759 android:value="@string/menu_key_network"/>
Salvador Martinezbb333712018-06-19 10:27:30 -0700760 </activity>
761
762
Amith Yamasanieb99f2f2010-12-15 14:12:43 -0800763 <!-- Keep compatibility with old shortcuts. -->
764 <activity-alias android:name=".TetherSettings"
765 android:label="@string/tether_settings_title_all"
766 android:clearTaskOnLaunch="true"
767 android:exported="true"
768 android:targetActivity="Settings$TetherSettingsActivity">
769 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
770 android:value="com.android.settings.TetherSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800771 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
772 android:value="@string/menu_key_network"/>
Amith Yamasanieb99f2f2010-12-15 14:12:43 -0800773 </activity-alias>
774
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700775 <activity android:name="Settings$WifiP2pSettingsActivity"
776 android:exported="true">
repo syncb98463f2011-06-30 10:58:43 -0700777 <intent-filter>
778 <action android:name="android.intent.action.MAIN" />
779 <category android:name="android.intent.category.DEFAULT" />
780 <category android:name="android.intent.category.VOICE_LAUNCH" />
781 </intent-filter>
782 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Irfan Sheriff9ef53572011-08-03 15:40:04 -0700783 android:value="com.android.settings.wifi.p2p.WifiP2pSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800784 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
785 android:value="@string/menu_key_network"/>
repo syncb98463f2011-06-30 10:58:43 -0700786 </activity>
787
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800788 <activity
789 android:name="Settings$VpnSettingsActivity"
790 android:label="@string/vpn_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700791 android:exported="true"
Bonian Chenb6a4bc92022-03-18 09:23:19 +0800792 android:icon="@drawable/ic_homepage_vpn">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800793 <intent-filter android:priority="1">
Robin Leed3041942016-03-24 16:02:08 +0000794 <action android:name="android.settings.VPN_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800795 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -0800796 <action android:name="android.net.vpn.SETTINGS" />
797 <category android:name="android.intent.category.DEFAULT" />
798 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -0700799 <intent-filter android:priority="5">
Hung-ying Tyan16177062009-06-10 22:52:44 +0800800 <action android:name="android.intent.action.MAIN" />
Tobias Brunnerf7ed8572010-06-28 13:10:26 +0200801 <category android:name="com.android.settings.SHORTCUT" />
Hung-ying Tyan16177062009-06-10 22:52:44 +0800802 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700803 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Chia-chi Yeh7606a2f2011-07-02 17:45:23 -0700804 android:value="com.android.settings.vpn2.VpnSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800805 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
806 android:value="@string/menu_key_network"/>
Zoltan Szatmary-Ban131b4972014-08-18 13:48:15 +0100807 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
808 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700809 </activity>
Hung-ying Tyan16177062009-06-10 22:52:44 +0800810
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800811 <activity
Fabian Kozynskid9aadd72019-04-11 12:25:09 -0400812 android:name="Settings$DataSaverSummaryActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700813 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800814 android:label="@string/data_saver_title">
Fabian Kozynskid9aadd72019-04-11 12:25:09 -0400815 <intent-filter android:priority="1">
816 <action android:name="android.settings.DATA_SAVER_SETTINGS" />
817 <category android:name="android.intent.category.DEFAULT" />
818 </intent-filter>
819 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
820 android:value="com.android.settings.datausage.DataSaverSummary" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800821 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
822 android:value="@string/menu_key_network"/>
Fabian Kozynskid9aadd72019-04-11 12:25:09 -0400823 </activity>
824
825 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800826 android:name="Settings$DateTimeSettingsActivity"
827 android:label="@string/date_and_time"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700828 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800829 android:icon="@drawable/ic_settings_date_time">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800830 <intent-filter android:priority="1">
831 <action android:name="android.settings.DATE_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800832 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -0800833 <category android:name="android.intent.category.DEFAULT" />
834 </intent-filter>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800835 <intent-filter>
836 <action android:name="android.intent.action.MAIN" />
Daniel Sandlerf4d1c3e2012-10-01 16:45:10 -0400837 <action android:name="android.intent.action.QUICK_CLOCK" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800838 <category android:name="android.intent.category.VOICE_LAUNCH" />
Dianne Hackborn116d85e2009-06-26 18:20:23 -0700839 <category android:name="android.intent.category.DEFAULT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800840 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700841 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Raff Tsai9e3a9fd2019-10-01 17:06:26 +0800842 android:value="com.android.settings.datetime.DateTimeSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800843 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
844 android:value="@string/menu_key_system"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100845 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
846 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700847 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800848
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800849 <activity
850 android:name="Settings$LocalePickerActivity"
851 android:label="@string/language_picker_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700852 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800853 android:icon="@drawable/ic_settings_language">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800854 <intent-filter android:priority="1">
855 <action android:name="android.settings.LOCALE_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800856 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -0800857 <category android:name="android.intent.category.DEFAULT" />
858 </intent-filter>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800859 <intent-filter>
860 <action android:name="android.intent.action.MAIN" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800861 <category android:name="android.intent.category.DEFAULT" />
862 <category android:name="android.intent.category.VOICE_LAUNCH" />
863 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700864 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Mihai Nitad7d48fd2016-01-12 08:55:05 -0800865 android:value="com.android.settings.localepicker.LocaleListEditor" />
Jason Chiu29a09e52021-10-12 17:24:34 +0800866 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
867 android:value="@string/menu_key_system"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100868 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
869 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700870 </activity>
Michael Chan503c2362009-12-08 22:18:23 -0800871
tmfangc0ed6142018-07-13 11:11:26 +0800872 <activity android:name=".localepicker.LocalePickerWithRegionActivity"
873 android:excludeFromRecents="true"
874 android:configChanges="orientation|keyboardHidden|screenSize"
Arc Wang4a2acd22021-05-19 16:57:21 +0800875 android:exported="false"
876 android:theme="@style/Theme.LocalePickerWithRegionActivity">
tmfangc0ed6142018-07-13 11:11:26 +0800877 </activity>
878
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800879 <activity
tom hsu9be043e2022-03-08 17:40:16 +0800880 android:name=".localepicker.AppLocalePickerActivity"
tom hsu26b0bd72021-12-08 16:27:47 +0800881 android:label="@string/app_locale_picker_title"
tom hsub899bd32022-04-28 21:32:33 +0800882 android:configChanges="orientation|screenSize|keyboardHidden"
tom hsu26b0bd72021-12-08 16:27:47 +0800883 android:exported="true" >
884 <intent-filter>
885 <action android:name="android.settings.APP_LOCALE_SETTINGS" />
886 <category android:name="android.intent.category.DEFAULT" />
tom hsu4da192d2021-12-23 20:29:10 +0800887 <data android:scheme="package" />
tom hsu26b0bd72021-12-08 16:27:47 +0800888 </intent-filter>
tom hsu26b0bd72021-12-08 16:27:47 +0800889 </activity>
890
891 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800892 android:name=".Settings$LanguageAndInputSettingsActivity"
Doris Ling204ca742017-07-18 15:43:26 -0700893 android:label="@string/language_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700894 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800895 android:icon="@drawable/ic_settings_language">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800896 <intent-filter>
897 <action android:name="android.intent.action.MAIN" />
The Android Open Source Projecte6dd1fa2009-03-18 17:39:48 -0700898 <category android:name="android.intent.category.VOICE_LAUNCH" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800899 <category android:name="android.intent.category.DEFAULT" />
900 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700901 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang320d60f2017-03-20 17:32:32 -0700902 android:value="com.android.settings.language.LanguageAndInputSettings"/>
Jason Chiu646a31e2021-11-10 11:56:00 +0800903 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
904 android:value="@string/menu_key_system"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +0100905 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
Fan Zhang320d60f2017-03-20 17:32:32 -0700906 android:value="true"/>
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700907 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -0800908
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +0000909 <activity android:name="Settings$AvailableVirtualKeyboardActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700910 android:exported="true"
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +0000911 android:label="@string/available_virtual_keyboard_category">
912 <intent-filter android:priority="1">
913 <action android:name="android.settings.INPUT_METHOD_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800914 <category android:name="android.intent.category.BROWSABLE" />
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +0000915 <category android:name="android.intent.category.DEFAULT" />
916 </intent-filter>
917 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
918 android:value="com.android.settings.inputmethod.AvailableVirtualKeyboardFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800919 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
920 android:value="@string/menu_key_system"/>
Abodunrinwa Toki976bb3f2016-01-20 18:43:20 +0000921 </activity>
922
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800923 <activity
924 android:name="Settings$ManageAssistActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700925 android:exported="true"
Tsung-Mao Fangdf00a3b2021-06-23 17:53:59 +0800926 android:label="@string/assist_and_voice_input_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800927 <intent-filter android:priority="1">
928 <action android:name="android.settings.VOICE_INPUT_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +0800929 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -0800930 <category android:name="android.intent.category.DEFAULT" />
931 </intent-filter>
Dianne Hackbornb51253c2014-08-12 15:08:04 -0700932 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangdfce62c2017-02-16 15:00:53 -0800933 android:value="com.android.settings.applications.assist.ManageAssist" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800934 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
935 android:value="@string/menu_key_apps"/>
Dianne Hackbornb51253c2014-08-12 15:08:04 -0700936 </activity>
937
Jeff Browne46c5f32012-04-05 11:42:18 -0700938 <activity android:name="Settings$KeyboardLayoutPickerActivity"
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +0000939 android:label="@string/keyboard_layout_picker_title"
Fan Zhang2f4355a2018-06-21 15:34:43 -0700940 android:clearTaskOnLaunch="true"
941 android:exported="true">
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +0000942 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangaceee522016-11-04 14:12:15 -0700943 android:value="com.android.settings.inputmethod.KeyboardLayoutPickerFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800944 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
945 android:value="@string/menu_key_system"/>
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +0000946 </activity>
947
948 <activity android:name="Settings$PhysicalKeyboardActivity"
Yorke Leed4485222016-03-23 11:11:46 -0700949 android:label="@string/physical_keyboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700950 android:exported="true"
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +0000951 android:clearTaskOnLaunch="true">
Yohei Yukawa7c4499d2016-01-27 19:18:52 -0800952 <intent-filter android:priority="1">
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +0000953 <action android:name="android.settings.HARD_KEYBOARD_SETTINGS" />
Yohei Yukawa7c4499d2016-01-27 19:18:52 -0800954 <category android:name="android.intent.category.DEFAULT" />
955 </intent-filter>
Jeff Browne46c5f32012-04-05 11:42:18 -0700956 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Abodunrinwa Tokib28b2cc2016-03-22 16:29:38 +0000957 android:value="com.android.settings.inputmethod.PhysicalKeyboardFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800958 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
959 android:value="@string/menu_key_system"/>
Jeff Browne46c5f32012-04-05 11:42:18 -0700960 </activity>
961
Amith Yamasaniaf925282011-11-10 15:28:59 -0800962 <!-- Keep compatibility with old shortcuts. -->
963 <activity-alias android:name="LanguageSettings"
Doris Ling7e06ed22017-06-07 14:16:43 -0700964 android:label="@string/language_input_gesture_title"
Amith Yamasaniaf925282011-11-10 15:28:59 -0800965 android:clearTaskOnLaunch="true"
966 android:exported="true"
Doris Lingd299b032017-02-28 17:32:36 -0800967 android:targetActivity="Settings$LanguageAndInputSettingsActivity">
Amith Yamasaniaf925282011-11-10 15:28:59 -0800968 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Lingd299b032017-02-28 17:32:36 -0800969 android:value="com.android.settings.language.LanguageAndInputSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800970 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
971 android:value="@string/menu_key_system"/>
Amith Yamasaniaf925282011-11-10 15:28:59 -0800972 </activity-alias>
973
Fan Zhangdb26cfb2018-02-07 17:32:17 -0800974 <activity
975 android:name="Settings$SpellCheckersSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700976 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +0800977 android:label="@string/spellcheckers_settings_title">
satoke077d2b2011-07-25 09:38:11 +0900978 <intent-filter>
979 <action android:name="android.intent.action.MAIN" />
satoke077d2b2011-07-25 09:38:11 +0900980 <category android:name="android.intent.category.VOICE_LAUNCH" />
981 <category android:name="android.intent.category.DEFAULT" />
satoke077d2b2011-07-25 09:38:11 +0900982 </intent-filter>
983 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
984 android:value="com.android.settings.inputmethod.SpellCheckersSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +0800985 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
986 android:value="@string/menu_key_system"/>
satoke077d2b2011-07-25 09:38:11 +0900987 </activity>
988
Daisuke Miyakawa649b9f12011-01-30 19:43:08 -0800989 <activity android:name=".inputmethod.InputMethodAndSubtypeEnablerActivity"
satok5e9c5e72011-07-21 15:32:28 +0900990 android:label=""
Ashwini Orugantifd9721f2020-05-20 14:42:18 -0700991 android:exported="true"
Amith Yamasani5203bdf2010-11-04 09:59:44 -0700992 android:clearTaskOnLaunch="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -0800993 <intent-filter android:priority="1">
994 <action android:name="android.settings.INPUT_METHOD_SUBTYPE_SETTINGS" />
995 <category android:name="android.intent.category.DEFAULT" />
996 </intent-filter>
satok4a5f8892010-10-26 18:58:09 +0900997 <intent-filter>
998 <action android:name="android.intent.action.MAIN" />
satok4a5f8892010-10-26 18:58:09 +0900999 <category android:name="android.intent.category.VOICE_LAUNCH" />
1000 <category android:name="android.intent.category.DEFAULT" />
satok4a5f8892010-10-26 18:58:09 +09001001 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001002 </activity>
satok4a5f8892010-10-26 18:58:09 +09001003
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001004 <activity
1005 android:name="Settings$UserDictionarySettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001006 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001007 android:label="@string/user_dict_settings_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001008 <intent-filter android:priority="1">
1009 <action android:name="android.settings.USER_DICTIONARY_SETTINGS" />
1010 <category android:name="android.intent.category.DEFAULT" />
1011 </intent-filter>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001012 <intent-filter>
1013 <action android:name="android.intent.action.MAIN" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001014 <category android:name="android.intent.category.DEFAULT" />
1015 <category android:name="android.intent.category.VOICE_LAUNCH" />
1016 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001017 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Satoshi Kataoka71c915b2013-06-19 22:40:36 +09001018 android:value="com.android.settings.inputmethod.UserDictionaryList" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001019 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1020 android:value="@string/menu_key_system"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001021 </activity>
1022
Jean Chalardbd44e9d2011-11-30 20:51:20 +09001023 <activity android:name=".inputmethod.UserDictionaryAddWordActivity"
Patrick Baumann7a2f9dc2018-04-06 10:08:26 -07001024 android:visibleToInstantApps="true"
Satoshi Kataoka5df33072013-04-30 14:30:12 +09001025 android:label="@string/user_dict_settings_title"
jackqdyulei71a05742017-03-22 13:33:51 -07001026 android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"
Jean Chalarde17eefa2011-12-02 14:56:39 +09001027 android:windowSoftInputMode="stateVisible"
Jean Chalard124283e2011-12-16 19:35:46 +09001028 android:noHistory="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001029 android:exported="true"
Jean Chalarde17eefa2011-12-02 14:56:39 +09001030 android:excludeFromRecents="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001031 <intent-filter android:priority="1">
Jean Chalardbd44e9d2011-11-30 20:51:20 +09001032 <action android:name="com.android.settings.USER_DICTIONARY_INSERT" />
1033 <category android:name="android.intent.category.DEFAULT" />
Jean Chalardbd44e9d2011-11-30 20:51:20 +09001034 </intent-filter>
1035 </activity>
1036
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001037 <activity
1038 android:name="Settings$ZenModeSettingsActivity"
1039 android:label="@string/zen_mode_settings_title"
Sunny Shaob4a5f162020-06-15 23:00:26 +08001040 android:icon="@drawable/ic_homepage_notification"
Fan Zhangac4ad162018-12-18 11:32:10 -08001041 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001042 <intent-filter android:priority="1">
1043 <action android:name="android.settings.ZEN_MODE_SETTINGS" />
1044 <category android:name="android.intent.category.DEFAULT" />
1045 </intent-filter>
Julia Reynolds200da892018-05-04 08:54:53 -04001046 <intent-filter android:priority="1">
1047 <action android:name="android.settings.ZEN_MODE_PRIORITY_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001048 <category android:name="android.intent.category.BROWSABLE" />
Julia Reynolds200da892018-05-04 08:54:53 -04001049 <category android:name="android.intent.category.DEFAULT" />
1050 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001051 <intent-filter android:priority="41">
John Spurlock72438062014-02-27 18:01:20 -05001052 <action android:name="android.intent.action.MAIN" />
John Spurlock72438062014-02-27 18:01:20 -05001053 <category android:name="com.android.settings.SHORTCUT" />
1054 </intent-filter>
Beverly4359d4b2017-10-02 09:45:48 -04001055 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001056 android:value="com.android.settings.notification.zen.ZenModeSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001057 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1058 android:value="@string/menu_key_notifications"/>
Beverly4359d4b2017-10-02 09:45:48 -04001059 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1060 android:value="true" />
1061 </activity>
1062
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001063 <activity
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001064 android:name=".notification.zen.ZenSuggestionActivity"
Beverly8f522582018-05-09 15:27:45 -04001065 android:label="@string/zen_mode_settings_title"
Mill Chen71958002019-01-23 10:44:39 +08001066 android:icon="@drawable/ic_suggestion_dnd"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001067 android:exported="true"
Beverly8f522582018-05-09 15:27:45 -04001068 android:theme="@android:style/Theme.NoDisplay">
1069 <intent-filter>
1070 <action android:name="android.intent.action.MAIN" />
1071 <category android:name="com.android.settings.suggested.category.ZEN" />
1072 </intent-filter>
1073 <intent-filter>
1074 <action android:name="android.intent.action.MAIN" />
1075 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
1076 </intent-filter>
1077
1078 <meta-data android:name="com.android.settings.dismiss"
1079 android:value="0" />
1080 <meta-data android:name="com.android.settings.title"
1081 android:resource="@string/zen_suggestion_title" />
1082 <meta-data android:name="com.android.settings.summary"
1083 android:resource="@string/zen_suggestion_summary" />
1084 </activity>
1085
1086 <activity
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001087 android:name=".notification.zen.ZenOnboardingActivity"
Julia Reynolds4b8fe092018-04-09 15:24:55 -04001088 android:label="@string/zen_onboarding_dnd_visual_disturbances_header"
Antony Sargent32acddc2018-05-21 16:42:11 -07001089 android:icon="@drawable/ic_notifications"
Julia Reynolds29ba3602018-04-30 09:13:34 -04001090 android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001091 android:exported="true">
Julia Reynolds4b8fe092018-04-09 15:24:55 -04001092 <intent-filter android:priority="1">
1093 <action android:name="android.settings.ZEN_MODE_ONBOARDING" />
1094 <category android:name="android.intent.category.DEFAULT" />
1095 </intent-filter>
1096 </activity>
Julia Reynolds4b8fe092018-04-09 15:24:55 -04001097 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001098 android:name="Settings$ZenModeAutomationSettingsActivity"
1099 android:label="@string/zen_mode_automation_settings_title"
Antony Sargent32acddc2018-05-21 16:42:11 -07001100 android:icon="@drawable/ic_notifications"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001101 android:exported="true">
Julia Reynoldse1759022017-03-22 14:05:46 -04001102 <intent-filter android:priority="1">
1103 <action android:name="android.settings.ZEN_MODE_AUTOMATION_SETTINGS" />
1104 <category android:name="android.intent.category.DEFAULT" />
1105 </intent-filter>
1106 <intent-filter android:priority="1">
1107 <action android:name="android.settings.ACTION_CONDITION_PROVIDER_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001108 <category android:name="android.intent.category.BROWSABLE" />
Julia Reynoldse1759022017-03-22 14:05:46 -04001109 <category android:name="android.intent.category.DEFAULT" />
1110 </intent-filter>
John Spurlock72438062014-02-27 18:01:20 -05001111 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001112 android:value="com.android.settings.notification.zen.ZenModeAutomationSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001113 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1114 android:value="@string/menu_key_notifications"/>
Julia Reynolds5555d262015-11-09 10:52:17 -05001115 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1116 android:value="true" />
1117 </activity>
1118
Vladislav Kaznacheev6e93bdd2016-03-09 14:24:45 -08001119 <activity android:name="Settings$WallpaperSettingsActivity"
1120 android:label="@string/wallpaper_settings_fragment_title"
Sunny Shao61aaed42019-03-26 20:14:58 +08001121 android:icon="@drawable/ic_wallpaper"
1122 android:exported="true">
Vladislav Kaznacheev6e93bdd2016-03-09 14:24:45 -08001123 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang2907f862017-03-17 15:05:14 -07001124 android:value="com.android.settings.wallpaper.WallpaperTypeSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001125 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1126 android:value="@string/menu_key_wallpaper"/>
Vladislav Kaznacheev6e93bdd2016-03-09 14:24:45 -08001127 </activity>
1128
Fan Zhang2907f862017-03-17 15:05:14 -07001129 <activity android:name=".wallpaper.WallpaperSuggestionActivity"
Sunny Goyal0bf6f942016-06-13 15:28:47 -07001130 android:label="@string/wallpaper_settings_title"
Mill Chene1fd5af2019-02-22 20:40:52 +08001131 android:icon="@drawable/ic_wallpaper"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001132 android:exported="true"
Sunny Goyal0bf6f942016-06-13 15:28:47 -07001133 android:theme="@android:style/Theme.NoDisplay">
Fan Zhang7afbf0f2017-05-08 09:31:01 -07001134 <intent-filter>
Jason Monkb9e5d232016-01-26 17:43:57 -05001135 <action android:name="android.intent.action.MAIN" />
Fan Zhangaf91c1f2017-06-03 15:24:11 -07001136 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
Jason Monkb9e5d232016-01-26 17:43:57 -05001137 </intent-filter>
Maurice Lamd64d3c02017-07-07 18:21:29 -07001138 <intent-filter>
1139 <action android:name="android.intent.action.MAIN" />
1140 <category android:name="com.android.settings.suggested.category.PERSONALIZE" />
1141 </intent-filter>
Jason Monkb9e5d232016-01-26 17:43:57 -05001142 <meta-data android:name="com.android.settings.title"
Sunny Goyal0bf6f942016-06-13 15:28:47 -07001143 android:resource="@string/wallpaper_suggestion_title" />
Jason Monkec1f28e2016-02-24 17:39:29 -05001144 <meta-data android:name="com.android.settings.summary"
Sunny Goyal0bf6f942016-06-13 15:28:47 -07001145 android:resource="@string/wallpaper_suggestion_summary" />
Fan Zhangaf91c1f2017-06-03 15:24:11 -07001146 <meta-data android:name="com.android.settings.dismiss"
1147 android:value="3,7,30" />
Maurice Lam992fa862017-06-09 16:14:36 -07001148 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
Jason Monkb9e5d232016-01-26 17:43:57 -05001149 </activity>
1150
Beth Thibodeaubf63dde2019-04-29 17:59:54 -04001151 <activity android:name=".wallpaper.StyleSuggestionActivity"
1152 android:label="@string/style_suggestion_title"
1153 android:icon="@drawable/ic_theme"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001154 android:exported="true"
Beth Thibodeaubf63dde2019-04-29 17:59:54 -04001155 android:theme="@android:style/Theme.NoDisplay">
1156 <intent-filter>
1157 <action android:name="android.intent.action.MAIN" />
1158 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
1159 </intent-filter>
1160 <meta-data android:name="com.android.settings.title"
1161 android:resource="@string/style_suggestion_title" />
1162 <meta-data android:name="com.android.settings.summary"
1163 android:resource="@string/style_suggestion_summary" />
1164 <meta-data android:name="com.android.settings.dismiss"
1165 android:value="3,7,30" />
1166 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
1167 </activity>
1168
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001169 <activity
1170 android:name="Settings$ZenModeScheduleRuleSettingsActivity"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001171 android:exported="true">
John Spurlock45fa1402015-04-09 12:50:04 -04001172 <intent-filter android:priority="1">
1173 <action android:name="android.settings.ZEN_MODE_SCHEDULE_RULE_SETTINGS" />
1174 <category android:name="android.intent.category.DEFAULT" />
1175 </intent-filter>
1176 <intent-filter>
1177 <action android:name="android.intent.action.MAIN" />
1178 <category android:name="android.intent.category.DEFAULT" />
John Spurlock45fa1402015-04-09 12:50:04 -04001179 </intent-filter>
1180 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001181 android:value="com.android.settings.notification.zen.ZenModeScheduleRuleSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001182 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1183 android:value="@string/menu_key_notifications"/>
John Spurlock45fa1402015-04-09 12:50:04 -04001184 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1185 android:value="true" />
1186 </activity>
1187
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001188 <activity
1189 android:name="Settings$ZenModeEventRuleSettingsActivity"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001190 android:exported="true">
John Spurlockf57bad72015-04-30 09:26:15 -04001191 <intent-filter android:priority="1">
1192 <action android:name="android.settings.ZEN_MODE_EVENT_RULE_SETTINGS" />
1193 <category android:name="android.intent.category.DEFAULT" />
1194 </intent-filter>
John Spurlockf57bad72015-04-30 09:26:15 -04001195 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001196 android:value="com.android.settings.notification.zen.ZenModeEventRuleSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001197 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1198 android:value="@string/menu_key_notifications"/>
Jason Chiu646a31e2021-11-10 11:56:00 +08001199 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1200 android:value="true" />
John Spurlockf57bad72015-04-30 09:26:15 -04001201 </activity>
1202
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001203 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001204 android:name="Settings$DisplaySettingsActivity"
1205 android:label="@string/display_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001206 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001207 android:icon="@drawable/ic_homepage_display">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001208 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001209 <action android:name="com.android.settings.DISPLAY_SETTINGS" />
Amith Yamasani0422a3b2009-06-12 14:15:20 -07001210 <action android:name="android.settings.DISPLAY_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001211 <category android:name="android.intent.category.BROWSABLE" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001212 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001213 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001214 <intent-filter android:priority="30">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001215 <action android:name="android.intent.action.MAIN" />
Dianne Hackborna54672f2009-06-24 12:45:09 -07001216 <category android:name="com.android.settings.SHORTCUT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001217 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001218 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Abel Tesfaye029c0952021-03-04 21:55:47 +00001219 android:value="com.android.settings.DisplaySettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001220 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1221 android:value="@string/menu_key_display"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001222 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1223 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001224 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001225
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001226 <activity
Abel Tesfaye029c0952021-03-04 21:55:47 +00001227 android:name="Settings$SmartAutoRotateSettingsActivity"
1228 android:label="@string/accelerometer_title"
1229 android:icon="@drawable/ic_homepage_notification"
1230 android:exported="true">
1231 <intent-filter android:priority="1">
1232 <action android:name="android.settings.AUTO_ROTATE_SETTINGS" />
1233 <category android:name="android.intent.category.DEFAULT" />
1234 </intent-filter>
1235 <intent-filter android:priority="32">
1236 <action android:name="android.intent.action.MAIN" />
1237 <category android:name="com.android.settings.SHORTCUT" />
1238 </intent-filter>
1239 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1240 android:value="com.android.settings.display.SmartAutoRotatePreferenceFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001241 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1242 android:value="@string/menu_key_display"/>
Abel Tesfaye029c0952021-03-04 21:55:47 +00001243 </activity>
1244
1245 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001246 android:name="Settings$NightDisplaySettingsActivity"
1247 android:label="@string/night_display_title"
1248 android:enabled="@*android:bool/config_nightDisplayAvailable"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001249 android:exported="true"
Sunny Shaob4a5f162020-06-15 23:00:26 +08001250 android:icon="@drawable/ic_homepage_night_display">
Fan Zhang5a981772018-06-22 14:30:09 -07001251 <intent-filter android:priority="32">
Sean Stout763acf02017-06-20 18:07:22 -07001252 <action android:name="android.intent.action.MAIN" />
Sean Stout763acf02017-06-20 18:07:22 -07001253 <category android:name="com.android.settings.SHORTCUT" />
1254 </intent-filter>
Justin Klaasseneae3d9f2016-07-21 19:25:17 -07001255 <intent-filter android:priority="1">
1256 <action android:name="android.settings.NIGHT_DISPLAY_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001257 <category android:name="android.intent.category.BROWSABLE" />
Justin Klaasseneae3d9f2016-07-21 19:25:17 -07001258 <category android:name="android.intent.category.DEFAULT" />
1259 </intent-filter>
Sean Stout06251262017-02-15 14:04:25 -08001260 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1261 android:value="com.android.settings.display.NightDisplaySettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001262 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1263 android:value="@string/menu_key_display"/>
Sean Stout40067be2017-04-10 15:31:25 -07001264 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1265 android:value="true" />
Justin Klaasseneae3d9f2016-07-21 19:25:17 -07001266 </activity>
1267
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001268 <activity
Jay Aliomer82a0ea02019-12-10 14:49:27 -05001269 android:name="Settings$DarkThemeSettingsActivity"
1270 android:label="@string/dark_ui_auto_mode_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001271 android:exported="true"
Jay Aliomer82a0ea02019-12-10 14:49:27 -05001272 android:enabled="true">
1273 <intent-filter android:priority="32">
1274 <action android:name="android.intent.action.MAIN" />
1275 <category android:name="com.android.settings.SHORTCUT" />
1276 </intent-filter>
1277 <intent-filter android:priority="1">
1278 <action android:name="android.settings.DARK_THEME_SETTINGS" />
1279 <category android:name="android.intent.category.DEFAULT" />
1280 </intent-filter>
1281 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1282 android:value="com.android.settings.display.darkmode.DarkModeSettingsFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001283 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1284 android:value="@string/menu_key_display"/>
Jay Aliomer82a0ea02019-12-10 14:49:27 -05001285 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1286 android:value="true" />
1287 </activity>
1288
1289 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001290 android:name="Settings$NightDisplaySuggestionActivity"
Sean Stout2bc94d62017-05-18 13:39:25 -07001291 android:enabled="@*android:bool/config_nightDisplayAvailable"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001292 android:exported="true"
Mill Chen71958002019-01-23 10:44:39 +08001293 android:icon="@drawable/ic_suggestion_night_display">
Sean Stout2bc94d62017-05-18 13:39:25 -07001294 <intent-filter>
1295 <action android:name="android.intent.action.MAIN" />
1296 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
1297 </intent-filter>
1298 <meta-data android:name="com.android.settings.dismiss"
1299 android:value="6,10,30" />
1300 <meta-data android:name="com.android.settings.title"
1301 android:resource="@string/night_display_suggestion_title" />
1302 <meta-data android:name="com.android.settings.summary"
1303 android:resource="@string/night_display_suggestion_summary" />
1304 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1305 android:value="true" />
1306 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1307 android:value="com.android.settings.display.NightDisplaySettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001308 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1309 android:value="@string/menu_key_display"/>
Sean Stout2bc94d62017-05-18 13:39:25 -07001310 </activity>
1311
Fan Zhang881d5792018-01-26 10:15:56 -08001312 <activity android:name=".Settings$MyDeviceInfoActivity"
Daniel Nishi12254692018-03-23 13:43:12 -07001313 android:label="@string/about_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001314 android:exported="true"
Sunny Shao86140582019-03-22 15:22:36 +08001315 android:icon="@drawable/ic_homepage_about">
Daniel Nishi1e620952017-12-19 10:15:14 -08001316 <intent-filter android:priority="1">
Daniel Nishi87f35e22018-01-22 15:17:25 -08001317 <action android:name="android.settings.DEVICE_INFO_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001318 <category android:name="android.intent.category.BROWSABLE" />
Daniel Nishi41af55e2018-01-25 15:24:29 -08001319 <action android:name="android.settings.DEVICE_NAME" />
Daniel Nishi1e620952017-12-19 10:15:14 -08001320 <category android:name="android.intent.category.DEFAULT" />
1321 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001322 <intent-filter android:priority="71">
Daniel Nishi1e620952017-12-19 10:15:14 -08001323 <action android:name="android.intent.action.MAIN" />
Fan Zhang2f4355a2018-06-21 15:34:43 -07001324 <category android:name="com.android.settings.SHORTCUT" />
Daniel Nishi1e620952017-12-19 10:15:14 -08001325 </intent-filter>
Daniel Nishi1e620952017-12-19 10:15:14 -08001326 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Daniel Nishi87f35e22018-01-22 15:17:25 -08001327 android:value="com.android.settings.deviceinfo.aboutphone.MyDeviceInfoFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001328 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1329 android:value="@string/menu_key_about_device"/>
Daniel Nishi1e620952017-12-19 10:15:14 -08001330 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1331 android:value="true" />
1332 </activity>
1333
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001334 <activity
Silin Huangc80b3ab2021-05-13 23:59:33 -07001335 android:name=".Settings$LockScreenSettingsActivity"
1336 android:label="@string/lockscreen_settings_title"
1337 android:exported="true">
1338 <intent-filter android:priority="1">
1339 <action android:name="android.settings.LOCK_SCREEN_SETTINGS" />
1340 <category android:name="android.intent.category.DEFAULT" />
1341 </intent-filter>
1342 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1343 android:value="com.android.settings.security.LockscreenDashboardFragment" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001344 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1345 android:value="@string/menu_key_display"/>
Silin Huangc80b3ab2021-05-13 23:59:33 -07001346 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1347 android:value="true" />
1348 </activity>
1349
1350 <activity
shaoweishen1b58ba52021-12-03 08:47:15 +00001351 android:name=".Settings$BlueToothPairingActivity"
1352 android:label="@string/bluetooth_pairing_page_title"
1353 android:permission="android.permission.BLUETOOTH_SCAN"
1354 android:exported="true">
1355 <intent-filter android:priority="1">
1356 <action android:name="android.settings.BLUETOOTH_PAIRING_SETTINGS" />
1357 <category android:name="android.intent.category.DEFAULT" />
1358 </intent-filter>
1359 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1360 android:value="com.android.settings.bluetooth.BluetoothPairingDetail" />
1361 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1362 android:value="@string/menu_key_connected_devices"/>
1363 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1364 android:value="true" />
1365 </activity>
1366
1367 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001368 android:name="SettingsLicenseActivity"
1369 android:label="@string/settings_license_activity_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001370 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001371 android:configChanges="orientation|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001372 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001373 <action android:name="android.settings.LICENSE" />
1374 <category android:name="android.intent.category.DEFAULT" />
1375 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001376 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1377 android:value="true" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001378 </activity>
1379
Andrew Sapperstein56a8c332019-06-18 09:44:18 -07001380 <activity android:name=".Settings$ModuleLicensesActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001381 android:exported="true"
Andrew Sapperstein56a8c332019-06-18 09:44:18 -07001382 android:label="@string/module_license_title">
1383 <intent-filter>
1384 <action android:name="android.settings.MODULE_LICENSES" />
1385 <category android:name="android.intent.category.DEFAULT" />
1386 </intent-filter>
1387 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1388 android:value="com.android.settings.deviceinfo.legal.ModuleLicensesDashboard" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001389 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1390 android:value="@string/menu_key_about_device"/>
Andrew Sapperstein56a8c332019-06-18 09:44:18 -07001391 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1392 android:value="true" />
1393 </activity>
1394
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001395 <activity
1396 android:name="Settings$ManageApplicationsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001397 android:exported="true"
Fan Zhangc7635e52019-03-04 14:27:08 -08001398 android:label="@string/applications_settings">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001399 <intent-filter android:priority="1">
Gilles Debunneab189bd2011-07-06 13:10:16 -07001400 <action android:name="android.settings.APPLICATION_SETTINGS" />
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001401 <action android:name="android.settings.MANAGE_APPLICATIONS_SETTINGS" />
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001402 <action android:name="android.settings.MANAGE_ALL_APPLICATIONS_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001403 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001404 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001405 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001406 <intent-filter android:priority="20">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001407 <action android:name="android.intent.action.MAIN" />
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001408 <category android:name="com.android.settings.SHORTCUT" />
1409 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001410 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001411 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001412 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1413 android:value="@string/menu_key_apps"/>
Zoltan Szatmary-Bande7d4982015-03-31 19:49:18 +01001414 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1415 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001416 </activity>
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001417
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001418 <!-- Keep compatibility with old shortcuts. -->
1419 <activity-alias android:name=".applications.ManageApplications"
1420 android:label="@string/applications_settings"
1421 android:exported="true"
1422 android:targetActivity="Settings$ManageApplicationsActivity">
1423 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1424 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001425 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1426 android:value="@string/menu_key_apps"/>
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001427 </activity-alias>
1428
1429 <activity
1430 android:name="Settings$ManageDomainUrlsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001431 android:exported="true"
Sunny Shao600ba962019-07-04 11:52:59 +08001432 android:label="@string/domain_urls_title">
Todd Kennedy2ef1aa52016-09-06 14:02:38 -07001433 <intent-filter>
1434 <action android:name="android.settings.MANAGE_DOMAIN_URLS" />
1435 <category android:name="android.intent.category.DEFAULT" />
1436 </intent-filter>
Todd Kennedy2ef1aa52016-09-06 14:02:38 -07001437 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
stanley.tf_wang828409a2018-04-13 16:18:13 +08001438 android:value="com.android.settings.applications.managedomainurls.ManageDomainUrls" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001439 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1440 android:value="@string/menu_key_apps"/>
Todd Kennedy2ef1aa52016-09-06 14:02:38 -07001441 </activity>
1442
Muyuan Liba115af2016-03-25 15:46:12 -07001443 <activity android:name="Settings$AppMemoryUsageActivity"
1444 android:label="@string/app_list_memory_use"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001445 android:exported="true"
Muyuan Liba115af2016-03-25 15:46:12 -07001446 android:icon="@drawable/ic_settings_memory">
1447 <intent-filter>
1448 <action android:name="android.settings.APP_MEMORY_USAGE" />
1449 <category android:name="android.intent.category.DEFAULT" />
1450 </intent-filter>
Muyuan Liba115af2016-03-25 15:46:12 -07001451 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1452 android:value="com.android.settings.applications.ProcessStatsUi" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001453 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1454 android:value="@string/menu_key_apps"/>
Muyuan Liba115af2016-03-25 15:46:12 -07001455 </activity>
1456
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001457 <activity
1458 android:name="Settings$HighPowerApplicationsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001459 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001460 android:label="@string/high_power_apps">
Jason Monk3a90d7c2015-06-10 11:03:06 -04001461 <intent-filter android:priority="1">
1462 <action android:name="android.settings.IGNORE_BATTERY_OPTIMIZATION_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001463 <category android:name="android.intent.category.BROWSABLE" />
Jason Monk3a90d7c2015-06-10 11:03:06 -04001464 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn3f98c0c2015-06-12 18:13:54 -07001465 </intent-filter>
Jason Monk1eb54eb2015-04-29 12:46:42 -04001466 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001467 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001468 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1469 android:value="@string/menu_key_apps"/>
Jason Monk1eb54eb2015-04-29 12:46:42 -04001470 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1471 android:value="true" />
1472 </activity>
1473
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001474 <activity
1475 android:name=".datausage.AppDataUsageActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001476 android:exported="true"
Arc Wang358dd2b2022-05-06 04:07:50 +00001477 android:noHistory="true">
Felipe Leme616ff3e2016-04-26 13:50:14 -07001478 <intent-filter android:priority="1">
1479 <action android:name="android.settings.IGNORE_BACKGROUND_DATA_RESTRICTIONS_SETTINGS" />
1480 <category android:name="android.intent.category.DEFAULT" />
1481 <data android:scheme="package" />
1482 </intent-filter>
1483 </activity>
1484
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001485 <activity
1486 android:name=".fuelgauge.RequestIgnoreBatteryOptimizations"
1487 android:label="@string/high_power_apps"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001488 android:exported="true"
Arc Wang5a298fb2020-06-30 14:14:02 +08001489 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight">
Dianne Hackbornbe4df032015-08-10 14:53:33 -07001490 <intent-filter android:priority="1">
1491 <action android:name="android.settings.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" />
1492 <category android:name="android.intent.category.DEFAULT" />
1493 <data android:scheme="package" />
1494 </intent-filter>
1495 </activity>
1496
Fan Zhang66156d62018-05-09 17:33:19 -07001497 <activity
1498 android:name=".slices.SliceDeepLinkSpringBoard"
1499 android:excludeFromRecents="true"
Fan Zhang03dd39c2019-04-02 16:41:01 -07001500 android:theme="@android:style/Theme.NoDisplay"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001501 android:exported="true"
Fan Zhang03dd39c2019-04-02 16:41:01 -07001502 android:permission="android.permission.MODIFY_PHONE_STATE">
Jason Monkf6edc7c2017-11-22 10:04:38 -05001503 <intent-filter>
1504 <action android:name="android.intent.action.VIEW" />
1505 <category android:name="android.intent.category.DEFAULT" />
1506 <category android:name="android.intent.category.BROWSABLE" />
1507 <data android:scheme="settings"
1508 android:host="com.android.settings.slices" />
1509 </intent-filter>
1510 </activity>
1511
Amith Yamasaniaf925282011-11-10 15:28:59 -08001512 <!-- Provide direct entry into manage apps showing running services.
1513 This is for compatibility with old shortcuts. -->
1514 <activity-alias android:name=".RunningServices"
1515 android:label="@string/runningservices_settings_title"
Amith Yamasaniaf925282011-11-10 15:28:59 -08001516 android:exported="true"
1517 android:targetActivity="Settings$ManageApplicationsActivity">
1518 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001519 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001520 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1521 android:value="@string/menu_key_system"/>
Amith Yamasaniaf925282011-11-10 15:28:59 -08001522 </activity-alias>
Lifu Tangfc86f692013-07-30 18:34:35 -07001523
Amith Yamasaniaf925282011-11-10 15:28:59 -08001524 <!-- Provide direct entry into manage apps showing storage usage for apps.
1525 This is for compatibility with old shortcuts. -->
1526 <activity-alias android:name=".applications.StorageUse"
1527 android:label="@string/storageuse_settings_title"
Amith Yamasaniaf925282011-11-10 15:28:59 -08001528 android:exported="true"
1529 android:targetActivity="Settings$ManageApplicationsActivity">
1530 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001531 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001532 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1533 android:value="@string/menu_key_apps"/>
Amith Yamasaniaf925282011-11-10 15:28:59 -08001534 </activity-alias>
1535
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001536 <!-- Still need a top-level activity for showing app details. Aliasing
1537 trick is so the code that is now a fragment can still be called
1538 InstalledAppDetails. -->
1539 <activity android:name=".applications.InstalledAppDetailsTop"
1540 android:label="@string/application_info_label"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001541 android:exported="true" />
Gilles Debunneab189bd2011-07-06 13:10:16 -07001542
Amith Yamasaniaf925282011-11-10 15:28:59 -08001543 <!-- Keep compatibility with old shortcuts. -->
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001544 <activity-alias android:name=".applications.InstalledAppDetails"
Amith Yamasaniaf925282011-11-10 15:28:59 -08001545 android:label="@string/application_info_label"
1546 android:exported="true"
1547 android:targetActivity=".applications.InstalledAppDetailsTop">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001548 <intent-filter android:priority="1">
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001549 <action android:name="android.settings.APPLICATION_DETAILS_SETTINGS" />
Eugene Susla596662c2020-04-13 13:20:50 -07001550 <action android:name="android.intent.action.AUTO_REVOKE_PERMISSIONS" />
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001551 <category android:name="android.intent.category.DEFAULT" />
1552 <data android:scheme="package" />
1553 </intent-filter>
Jason Chiubbb9f202022-03-10 15:34:55 +08001554 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1555 android:value="@string/menu_key_apps"/>
Dianne Hackbornf4eb85b2010-10-29 16:53:04 -07001556 </activity-alias>
1557
Ben Lin30ed7c72018-09-13 15:22:03 -07001558 <activity android:name=".applications.InstalledAppOpenByDefaultActivity"
Ben Lin0cdc1032018-02-27 15:31:40 -08001559 android:label="@string/application_info_label"
Arc Wang358dd2b2022-05-06 04:07:50 +00001560 android:exported="true">
Ben Lin0cdc1032018-02-27 15:31:40 -08001561 <intent-filter android:priority="1">
Winsoned6d7332021-04-02 12:43:55 -07001562 <action android:name="android.settings.APP_OPEN_BY_DEFAULT_SETTINGS" />
1563 <!-- Also catch legacy "com." prefixed action. -->
Ben Lin30ed7c72018-09-13 15:22:03 -07001564 <action android:name="com.android.settings.APP_OPEN_BY_DEFAULT_SETTINGS" />
Ben Lin0cdc1032018-02-27 15:31:40 -08001565 <category android:name="android.intent.category.DEFAULT" />
1566 <data android:scheme="package" />
1567 </intent-filter>
Jason Chiubbb9f202022-03-10 15:34:55 +08001568 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1569 android:value="@string/menu_key_apps"/>
Ben Lin0cdc1032018-02-27 15:31:40 -08001570 </activity>
1571
Dianne Hackborn508fedc2010-07-28 17:10:42 -07001572 <!-- Provide direct entry into manage apps showing running services. -->
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001573 <activity android:name="Settings$RunningServicesActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001574 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001575 android:label="@string/runningservices_settings_title">
Dianne Hackbornc58c5492009-08-31 21:33:17 -07001576 <intent-filter>
1577 <action android:name="android.intent.action.MAIN" />
1578 <category android:name="android.intent.category.DEFAULT" />
1579 <category android:name="android.intent.category.MONKEY" />
1580 <category android:name="android.intent.category.VOICE_LAUNCH" />
Dianne Hackbornc58c5492009-08-31 21:33:17 -07001581 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001582 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001583 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001584 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1585 android:value="@string/menu_key_apps"/>
Zoltan Szatmary-Bande7d4982015-03-31 19:49:18 +01001586 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1587 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001588 </activity>
Amith Yamasani1bb6db52010-09-17 13:34:47 -07001589
Amith Yamasaniaf925282011-11-10 15:28:59 -08001590 <!-- Provide direct entry into manage apps showing storage usage of apps. -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001591 <activity
1592 android:name="Settings$StorageUseActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001593 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001594 android:label="@string/storageuse_settings_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001595 <intent-filter android:priority="1">
1596 <action android:name="android.intent.action.MANAGE_PACKAGE_STORAGE" />
1597 <category android:name="android.intent.category.DEFAULT" />
1598 </intent-filter>
Dianne Hackborn728ac352010-06-06 22:51:42 -07001599 <intent-filter>
1600 <action android:name="android.intent.action.MAIN" />
1601 <category android:name="android.intent.category.DEFAULT" />
1602 <category android:name="android.intent.category.MONKEY" />
1603 <category android:name="android.intent.category.VOICE_LAUNCH" />
Dianne Hackborn728ac352010-06-06 22:51:42 -07001604 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001605 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001606 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiuae5327d2021-11-04 17:09:53 +08001607 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1608 android:value="@string/menu_key_apps"/>
Zoltan Szatmary-Bande7d4982015-03-31 19:49:18 +01001609 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1610 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001611 </activity>
Amith Yamasani1bb6db52010-09-17 13:34:47 -07001612
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001613 <activity
1614 android:name="Settings$NotificationStationActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001615 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001616 android:label="@string/notification_log_title">
Fan Zhang5a981772018-06-22 14:30:09 -07001617 <intent-filter android:priority="22">
Daniel Sandler328e2d22013-01-17 13:14:02 -05001618 <action android:name="android.intent.action.MAIN" />
Daniel Sandler328e2d22013-01-17 13:14:02 -05001619 <category android:name="com.android.settings.SHORTCUT" />
1620 </intent-filter>
1621 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001622 android:value="com.android.settings.notification.history.NotificationStation" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001623 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1624 android:value="@string/menu_key_notifications"/>
Daniel Sandler328e2d22013-01-17 13:14:02 -05001625 </activity>
1626
Julia Reynoldsb37d5652019-12-12 08:12:29 -05001627 <activity
1628 android:name=".notification.history.NotificationHistoryActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001629 android:exported="true"
Tsung-Mao Fangefaf49c2021-06-29 14:40:31 +08001630 android:label="@string/notification_history_title"
1631 android:theme="@style/Theme.Settings.NoActionBar">
Julia Reynolds49880c32020-02-11 14:09:42 -05001632 <intent-filter android:priority="1">
1633 <action android:name="android.settings.NOTIFICATION_HISTORY" />
1634 <category android:name="android.intent.category.DEFAULT" />
1635 </intent-filter>
Julia Reynoldsb37d5652019-12-12 08:12:29 -05001636 <intent-filter>
1637 <action android:name="android.intent.action.MAIN" />
1638 <category android:name="android.intent.category.DEFAULT" />
1639 </intent-filter>
1640 </activity>
1641
Julia Reynoldsaceccce2019-11-26 16:14:03 -05001642 <activity android:name=".notification.zen.ZenModeVoiceActivity"
jackqdyulei71a05742017-03-22 13:33:51 -07001643 android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001644 android:exported="true"
Barnaby James0474b722015-05-10 16:24:05 -07001645 android:label="@string/zen_mode_settings_title">
Barnaby Jamesc55ea152015-04-13 14:33:53 -07001646 <intent-filter>
1647 <action android:name="android.settings.VOICE_CONTROL_DO_NOT_DISTURB_MODE" />
1648 <category android:name="android.intent.category.DEFAULT" />
1649 <category android:name="android.intent.category.VOICE" />
1650 </intent-filter>
1651 </activity>
1652
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001653 <activity
1654 android:name="Settings$LocationSettingsActivity"
1655 android:label="@string/location_settings_title"
Sunny Shaob4a5f162020-06-15 23:00:26 +08001656 android:icon="@drawable/ic_homepage_location"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001657 android:exported="true"
Yanting Yang5edcc302019-09-05 16:25:17 +08001658 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001659 <intent-filter android:priority="1">
1660 <action android:name="android.settings.LOCATION_SOURCE_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001661 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001662 <category android:name="android.intent.category.DEFAULT" />
1663 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001664 <intent-filter android:priority="52">
Gilles Debunnea6a8a142011-06-09 11:56:17 -07001665 <action android:name="android.intent.action.MAIN" />
Gilles Debunnea6a8a142011-06-09 11:56:17 -07001666 <category android:name="com.android.settings.SHORTCUT" />
1667 </intent-filter>
1668 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Lifu Tang83ab7c92013-07-29 12:07:48 -07001669 android:value="com.android.settings.location.LocationSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001670 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1671 android:value="@string/menu_key_location"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001672 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1673 android:value="true" />
Gilles Debunnea6a8a142011-06-09 11:56:17 -07001674 </activity>
Lifu Tangf72f8302018-04-12 10:01:29 -07001675 <activity
1676 android:name="Settings$ScanningSettingsActivity"
Yu-Han Yange93c1292021-02-17 13:52:39 -08001677 android:label="@string/location_services_screen_title"
tmfang54a5d372018-10-30 16:49:12 +08001678 android:icon="@drawable/ic_homepage_location"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001679 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001680 android:configChanges="orientation|keyboardHidden|screenSize">
Lifu Tangf72f8302018-04-12 10:01:29 -07001681 <intent-filter android:priority="1">
1682 <action android:name="android.settings.LOCATION_SCANNING_SETTINGS" />
1683 <category android:name="android.intent.category.DEFAULT" />
1684 </intent-filter>
1685 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Yu-Han Yange93c1292021-02-17 13:52:39 -08001686 android:value="com.android.settings.location.LocationServices" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001687 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1688 android:value="@string/menu_key_location"/>
Lifu Tangf72f8302018-04-12 10:01:29 -07001689 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1690 android:value="true" />
1691 </activity>
Gilles Debunnea6a8a142011-06-09 11:56:17 -07001692
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001693 <activity
Weng Su9e6966d2021-10-13 23:08:50 +08001694 android:name="Settings$WifiScanningSettingsActivity"
1695 android:label="@string/location_scanning_wifi_always_scanning_title"
1696 android:icon="@drawable/ic_homepage_location"
1697 android:exported="true"
1698 android:permission="android.permission.CHANGE_WIFI_STATE"
1699 android:configChanges="orientation|keyboardHidden|screenSize">
1700 <intent-filter android:priority="1">
1701 <action android:name="android.settings.WIFI_SCANNING_SETTINGS" />
1702 <category android:name="android.intent.category.DEFAULT" />
1703 </intent-filter>
1704 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1705 android:value="com.android.settings.location.WifiScanningFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001706 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1707 android:value="@string/menu_key_location"/>
Weng Su9e6966d2021-10-13 23:08:50 +08001708 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1709 android:value="true" />
1710 </activity>
1711
1712 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001713 android:name=".Settings$SecurityDashboardActivity"
1714 android:label="@string/security_settings_title"
1715 android:icon="@drawable/ic_homepage_security"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001716 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001717 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001718 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001719 <action android:name="android.settings.SECURITY_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001720 <category android:name="android.intent.category.BROWSABLE" />
Chia-chi Yeh9cec6982009-09-22 23:59:01 +08001721 <action android:name="android.credentials.UNLOCK" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001722 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001723 </intent-filter>
1724 <intent-filter>
1725 <action android:name="android.intent.action.MAIN" />
1726 <category android:name="android.intent.category.DEFAULT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001727 <category android:name="android.intent.category.VOICE_LAUNCH" />
1728 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001729 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangb9164562017-11-03 09:35:12 -07001730 android:value="com.android.settings.security.SecuritySettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001731 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1732 android:value="@string/menu_key_security"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001733 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1734 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001735 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001736
Yuri Ufimtsev4eea1262021-12-03 15:43:11 +00001737 <activity
1738 android:name="Settings$SecurityAdvancedSettings"
1739 android:label="@string/security_advanced_settings"
1740 android:exported="true"
1741 android:icon="@drawable/ic_settings_security">
1742 <intent-filter android:priority="1">
1743 <action android:name="com.android.settings.security.SECURITY_ADVANCED_SETTINGS" />
1744 <category android:name="android.intent.category.DEFAULT" />
1745 </intent-filter>
1746 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1747 android:value="com.android.settings.security.SecurityAdvancedSettings" />
Simon Wingroveea8a4ad2022-10-17 15:05:15 +01001748 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1749 android:value="@string/menu_key_security"/>
Yuri Ufimtsev4eea1262021-12-03 15:43:11 +00001750 </activity>
1751
Maggie Benthall9d6c40e2013-09-05 15:33:58 -04001752 <activity android:name="MonitoringCertInfoActivity"
Victor Change8a46f22016-04-19 17:45:07 +01001753 android:label=""
Maggie Benthall9d6c40e2013-09-05 15:33:58 -04001754 android:theme="@style/Transparent"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001755 android:exported="true"
Fan Zhang416ff0a2018-10-26 15:39:39 -07001756 android:excludeFromRecents="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001757 <intent-filter android:priority="1">
1758 <action android:name="com.android.settings.MONITORING_CERT_INFO" />
1759 <category android:name="android.intent.category.DEFAULT" />
1760 </intent-filter>
Maggie Benthall9d6c40e2013-09-05 15:33:58 -04001761 </activity>
1762
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001763 <activity
1764 android:name="Settings$TrustedCredentialsSettingsActivity"
1765 android:label="@string/trusted_credentials"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001766 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001767 android:icon="@drawable/ic_settings_security">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001768 <intent-filter android:priority="1">
Geoffrey Borggaardfc6bc202013-08-09 11:44:42 -04001769 <action android:name="com.android.settings.TRUSTED_CREDENTIALS" />
1770 <action android:name="com.android.settings.TRUSTED_CREDENTIALS_USER" />
1771 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001772 </intent-filter>
Geoffrey Borggaardfc6bc202013-08-09 11:44:42 -04001773 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1774 android:value="com.android.settings.TrustedCredentialsSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001775 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1776 android:value="@string/menu_key_security"/>
Victor Chang37afa282016-04-07 21:20:38 +01001777 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1778 android:value="true" />
Geoffrey Borggaardfc6bc202013-08-09 11:44:42 -04001779 </activity>
1780
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001781 <activity android:name="Settings$PrivacySettingsActivity"
Amith Yamasanie65c9432009-09-22 13:50:19 -07001782 android:label="@string/privacy_settings_title"
Jason Monk4da79e02015-09-10 10:54:36 -04001783 android:icon="@drawable/ic_settings_backup"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001784 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001785 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001786 <intent-filter>
1787 <action android:name="android.intent.action.MAIN" />
1788 <category android:name="android.intent.category.DEFAULT" />
Amith Yamasanie65c9432009-09-22 13:50:19 -07001789 <category android:name="android.intent.category.VOICE_LAUNCH" />
1790 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001791 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
sunnyshao15ec2cf2018-03-29 19:50:20 +08001792 android:value="com.android.settings.backup.PrivacySettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001793 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1794 android:value="@string/menu_key_privacy"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001795 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1796 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001797 </activity>
Amith Yamasanie65c9432009-09-22 13:50:19 -07001798
Fan Zhang11482d22019-02-06 10:37:03 -08001799 <activity android:name="Settings$PrivacyDashboardActivity"
1800 android:label="@string/privacy_dashboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001801 android:exported="true"
Fan Zhang11482d22019-02-06 10:37:03 -08001802 android:icon="@drawable/ic_settings_privacy">
1803 <intent-filter>
1804 <action android:name="android.settings.PRIVACY_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001805 <category android:name="android.intent.category.BROWSABLE" />
Fan Zhang11482d22019-02-06 10:37:03 -08001806 <category android:name="android.intent.category.DEFAULT" />
1807 </intent-filter>
Jay Thomas Sullivan5efeddc2022-05-04 22:09:54 +00001808 <intent-filter>
1809 <action android:name="android.settings.PRIVACY_ADVANCED_SETTINGS" />
1810 <category android:name="android.intent.category.DEFAULT" />
1811 </intent-filter>
Felipe Lemea71991a2019-03-07 15:33:51 -08001812 <intent-filter android:priority="1">
1813 <action android:name="android.settings.REQUEST_ENABLE_CONTENT_CAPTURE" />
1814 <category android:name="android.intent.category.DEFAULT" />
1815 </intent-filter>
Fan Zhang11482d22019-02-06 10:37:03 -08001816 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1817 android:value="com.android.settings.privacy.PrivacyDashboardFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001818 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1819 android:value="@string/menu_key_privacy"/>
tmfangbf2989a2019-04-24 10:29:46 +08001820 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1821 android:value="true" />
Fan Zhang11482d22019-02-06 10:37:03 -08001822 </activity>
1823
Nate Myrend1749cf2022-04-22 13:58:50 -07001824 <activity android:name="Settings$PrivacyControlsActivity"
1825 android:label="@string/privacy_controls_title"
1826 android:exported="true"
1827 android:icon="@drawable/ic_settings_privacy">
1828 <intent-filter android:priority="1">
1829 <action android:name="android.settings.PRIVACY_CONTROLS" />
1830 <category android:name="android.intent.category.DEFAULT" />
1831 </intent-filter>
1832 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1833 android:value="com.android.settings.privacy.PrivacyControlsFragment" />
1834 </activity>
1835
alinasuarez6ffa9da2021-07-14 18:59:31 +00001836 <activity android:name=".development.tare.TareHomePage"
1837 android:label="@string/tare_settings"
1838 android:exported="false" />
1839
alinasuarezaef6ac22021-07-30 20:25:19 +00001840 <activity android:name=".development.tare.DropdownActivity"
1841 android:exported="false" />
1842
Christopher Tate4f338782011-07-25 12:09:10 -07001843 <activity android:name="SetFullBackupPassword"
Doris Ling03a3b512017-10-18 14:25:01 -07001844 android:label="@string/local_backup_password_title"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001845 android:exported="false" />
Christopher Tate4f338782011-07-25 12:09:10 -07001846
Eran Messeri1e9bd272019-01-24 10:12:01 +00001847 <activity android:name=".security.CredentialStorage"
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08001848 android:theme="@style/Transparent"
Amith Yamasanib9812022011-08-26 15:39:16 -07001849 android:launchMode="singleTop"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001850 android:exported="true"
Gilles Debunneab189bd2011-07-06 13:10:16 -07001851 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001852 <intent-filter android:priority="1">
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08001853 <action android:name="com.android.credentials.INSTALL" />
Chia-chi Yeh91d65a22011-01-20 18:46:01 +08001854 <action android:name="com.android.credentials.RESET" />
1855 <category android:name="android.intent.category.DEFAULT" />
1856 </intent-filter>
1857 </activity>
1858
Alex Johnstonc0c75a32019-10-18 14:20:27 +01001859 <activity android:name=".security.InstallCaCertificateWarning"
1860 android:theme="@style/GlifV3Theme.Light"
1861 android:exported="false">
1862 </activity>
1863
Alex Johnston580b7af2020-11-26 12:40:38 +00001864 <activity android:name=".security.RequestManageCredentials"
Alex Johnston8d06d632021-06-21 23:33:17 +01001865 android:theme="@style/Theme.SubSettings"
Alex Johnston580b7af2020-11-26 12:40:38 +00001866 android:exported="true">
1867 <intent-filter>
1868 <action android:name="android.security.MANAGE_CREDENTIALS"/>
1869 <category android:name="android.intent.category.DEFAULT"/>
1870 </intent-filter>
1871 </activity>
1872
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001873 <activity
1874 android:name="Settings$DeviceAdminSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001875 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001876 android:label="@string/device_admin_settings_title">
Dianne Hackbornfeff6522010-01-12 18:18:05 -08001877 <intent-filter>
1878 <action android:name="android.intent.action.MAIN" />
Dianne Hackbornfeff6522010-01-12 18:18:05 -08001879 <category android:name="android.intent.category.DEFAULT" />
1880 <category android:name="android.intent.category.VOICE_LAUNCH" />
Dianne Hackbornfeff6522010-01-12 18:18:05 -08001881 </intent-filter>
Amith Yamasania1d01842011-01-24 16:02:11 -08001882 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangca6d86c2018-06-14 12:52:06 -07001883 android:value="com.android.settings.applications.specialaccess.deviceadmin.DeviceAdminSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001884 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1885 android:value="@string/menu_key_security"/>
Dianne Hackbornfeff6522010-01-12 18:18:05 -08001886 </activity>
1887
Amith Yamasaniaf925282011-11-10 15:28:59 -08001888 <!-- Keep compatibility with old shortcuts. -->
1889 <activity-alias android:name="DeviceAdminSettings"
1890 android:label="@string/device_admin_settings_title"
Amith Yamasaniaf925282011-11-10 15:28:59 -08001891 android:exported="true"
1892 android:targetActivity="Settings$DeviceAdminSettingsActivity">
1893 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangca6d86c2018-06-14 12:52:06 -07001894 android:value="com.android.settings.applications.specialaccess.deviceadmin.DeviceAdminSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001895 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1896 android:value="@string/menu_key_security"/>
Amith Yamasaniaf925282011-11-10 15:28:59 -08001897 </activity-alias>
1898
Fan Zhangca6d86c2018-06-14 12:52:06 -07001899 <activity android:name=".applications.specialaccess.deviceadmin.DeviceAdminAdd"
Michael Wachenschwanz35eef602019-04-25 16:07:39 -07001900 android:label="@string/device_admin_add_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001901 android:exported="true"
Tsung-Mao Fangefaf49c2021-06-29 14:40:31 +08001902 android:clearTaskOnLaunch="true"
1903 android:theme="@style/Theme.Settings.NoActionBar">
Tsung-Mao Fang56e9b252022-03-16 18:03:40 +08001904 <intent-filter android:priority="1000">
Dianne Hackborn28429032010-01-25 18:56:17 -08001905 <action android:name="android.app.action.ADD_DEVICE_ADMIN" />
1906 <category android:name="android.intent.category.DEFAULT" />
1907 </intent-filter>
1908 </activity>
1909
Michael Wachenschwanz35eef602019-04-25 16:07:39 -07001910 <activity android:name=".applications.specialaccess.deviceadmin.ProfileOwnerAdd"
1911 android:excludeFromRecents="true"
1912 android:theme="@style/Transparent"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001913 android:exported="true"
Michael Wachenschwanz35eef602019-04-25 16:07:39 -07001914 android:clearTaskOnLaunch="true">
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001915 <intent-filter android:priority="1000">
1916 <action android:name="android.app.action.SET_PROFILE_OWNER" />
1917 <category android:name="android.intent.category.DEFAULT" />
1918 </intent-filter>
Michael Wachenschwanz35eef602019-04-25 16:07:39 -07001919 </activity>
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001920
1921 <activity
1922 android:name="Settings$UsageAccessSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001923 android:exported="true"
Fan Zhangc7635e52019-03-04 14:27:08 -08001924 android:label="@string/usage_access_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001925 <intent-filter android:priority="1">
1926 <action android:name="android.settings.USAGE_ACCESS_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001927 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001928 <category android:name="android.intent.category.DEFAULT" />
1929 </intent-filter>
Dianne Hackbornb51253c2014-08-12 15:08:04 -07001930 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07001931 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001932 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1933 android:value="@string/menu_key_apps"/>
Raff Tsai613f15a2020-01-05 21:56:35 +08001934 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1935 android:value="true" />
Dianne Hackbornb51253c2014-08-12 15:08:04 -07001936 </activity>
1937
Fan Zhang104ee2e2018-09-20 16:21:53 -07001938 <activity
1939 android:name="Settings$AppUsageAccessSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001940 android:exported="true"
Arc Wang358dd2b2022-05-06 04:07:50 +00001941 android:label="@string/usage_access_title">
Fan Zhang104ee2e2018-09-20 16:21:53 -07001942 <intent-filter>
1943 <action android:name="android.settings.USAGE_ACCESS_SETTINGS"/>
1944 <category android:name="android.intent.category.DEFAULT"/>
1945 <data android:scheme="package"/>
1946 </intent-filter>
1947 <meta-data
1948 android:name="com.android.settings.FRAGMENT_CLASS"
1949 android:value="com.android.settings.applications.UsageAccessDetails"/>
Jason Chiu646a31e2021-11-10 11:56:00 +08001950 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1951 android:value="@string/menu_key_apps"/>
Fan Zhang104ee2e2018-09-20 16:21:53 -07001952 </activity>
1953
Jason Monkb7e43802016-06-06 16:01:58 -04001954 <activity android:name="Settings$IccLockSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001955 android:exported="true"
Bonian Chencd1fd102020-02-10 02:38:25 +08001956 android:label="@string/sim_lock_settings">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001957 <intent-filter>
1958 <action android:name="android.intent.action.MAIN" />
1959 <category android:name="android.intent.category.DEFAULT" />
1960 <category android:name="android.intent.category.VOICE_LAUNCH" />
1961 </intent-filter>
Jason Monkb7e43802016-06-06 16:01:58 -04001962 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
1963 android:value="com.android.settings.IccLockSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08001964 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1965 android:value="@string/menu_key_security"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08001966 </activity>
1967
Fan Zhangdb26cfb2018-02-07 17:32:17 -08001968 <activity
1969 android:name="Settings$AccessibilitySettingsActivity"
1970 android:label="@string/accessibility_settings"
1971 android:icon="@drawable/ic_homepage_accessibility"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001972 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08001973 android:configChanges="orientation|keyboardHidden|screenSize">
Dianne Hackborn0702e872015-02-20 12:48:32 -08001974 <intent-filter android:priority="1">
1975 <action android:name="android.settings.ACCESSIBILITY_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08001976 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08001977 <category android:name="android.intent.category.DEFAULT" />
1978 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07001979 <intent-filter android:priority="60">
svetoslavganova05d0dc2009-05-14 22:26:34 -07001980 <action android:name="android.intent.action.MAIN" />
Costin Manolache672b3c62011-07-21 10:38:15 -07001981 <category android:name="com.android.settings.SHORTCUT" />
svetoslavganova05d0dc2009-05-14 22:26:34 -07001982 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001983 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Alan Viverette341ff662013-07-18 17:49:33 -07001984 android:value="com.android.settings.accessibility.AccessibilitySettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08001985 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
1986 android:value="@string/menu_key_accessibility"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01001987 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
1988 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07001989 </activity>
Michael Chan732c1da2010-04-06 14:49:30 -07001990
Jackal Guo29365512019-02-14 15:19:53 +08001991 <activity
1992 android:name="Settings$AccessibilityDetailsSettingsActivity"
1993 android:label="@string/accessibility_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07001994 android:exported="true"
Jackal Guo29365512019-02-14 15:19:53 +08001995 android:permission="android.permission.OPEN_ACCESSIBILITY_DETAILS_SETTINGS">
1996 <intent-filter android:priority="1">
1997 <action android:name="android.settings.ACCESSIBILITY_DETAILS_SETTINGS" />
1998 <category android:name="android.intent.category.DEFAULT" />
1999 </intent-filter>
2000 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2001 android:value="com.android.settings.accessibility.AccessibilityDetailsSettingsFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002002 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2003 android:value="@string/menu_key_accessibility"/>
Jackal Guo29365512019-02-14 15:19:53 +08002004 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2005 android:value="true" />
2006 </activity>
2007
Anna Galuszab1795f52016-01-08 14:37:16 -08002008 <activity android:name=".accessibility.AccessibilitySettingsForSetupWizardActivity"
Maurice Lamf3c5b4d2017-06-08 20:17:18 -07002009 android:icon="@drawable/ic_accessibility_suggestion"
Anna Galuszab1795f52016-01-08 14:37:16 -08002010 android:label="@string/vision_settings_title"
Peter_Liangd2fc78d2022-03-09 21:17:35 +08002011 android:exported="true">
Anna Galuszab1795f52016-01-08 14:37:16 -08002012 <intent-filter android:priority="1">
2013 <action android:name="android.settings.ACCESSIBILITY_SETTINGS_FOR_SUW" />
2014 <category android:name="android.intent.category.DEFAULT" />
2015 </intent-filter>
cnchen7a83d512019-05-06 10:19:10 +08002016 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2017 android:value="com.android.settings.accessibility.AccessibilitySettingsForSetupWizard" />
2018 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2019 android:value="true" />
2020 </activity>
2021
2022 <activity-alias
2023 android:name=".FontSizeSettingsForSetupWizardActivity"
2024 android:exported="true"
2025 android:targetActivity=".accessibility.AccessibilitySettingsForSetupWizardActivity">
Maurice Lamf3c5b4d2017-06-08 20:17:18 -07002026 <intent-filter>
2027 <action android:name="android.intent.action.MAIN" />
Maurice Lamf3c5b4d2017-06-08 20:17:18 -07002028 </intent-filter>
2029 <meta-data android:name="com.android.settings.title"
2030 android:resource="@string/vision_settings_suggestion_title" />
Maurice Lam992fa862017-06-09 16:14:36 -07002031 <meta-data android:name="com.android.settings.icon_tintable"
2032 android:value="true" />
Anna Galuszab1795f52016-01-08 14:37:16 -08002033 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2034 android:value="com.android.settings.accessibility.AccessibilitySettingsForSetupWizard" />
cnchen7a83d512019-05-06 10:19:10 +08002035 </activity-alias>
Anna Galuszab1795f52016-01-08 14:37:16 -08002036
Peter_Liangefb44b72022-01-25 09:05:23 +08002037 <activity-alias
2038 android:name=".TextReadingForSetupWizardActivity"
2039 android:exported="true"
2040 android:icon="@drawable/ic_font_download"
2041 android:targetActivity=".accessibility.AccessibilitySettingsForSetupWizardActivity">
2042 <intent-filter>
2043 <action android:name="android.intent.action.MAIN" />
2044 <!-- TODO(b/1352717): Consider replacing it with another category, temporarily
2045 using an older one to avoid side problems. -->
2046 <category android:name="com.android.settings.suggested.category.DISPLAY_SETTINGS" />
2047 </intent-filter>
2048
2049 <meta-data
2050 android:name="com.android.settings.title"
Peter_Liang61264d02022-02-12 17:36:20 +08002051 android:resource="@string/accessibility_text_reading_options_suggestion_title" />
Peter_Liangefb44b72022-01-25 09:05:23 +08002052 <meta-data
2053 android:name="com.android.settings.icon_tintable"
2054 android:value="true" />
2055 <meta-data
2056 android:name="com.android.settings.FRAGMENT_CLASS"
2057 android:value="com.android.settings.accessibility.TextReadingPreferenceFragmentForSetupWizard" />
2058 </activity-alias>
2059
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002060 <activity
2061 android:name="Settings$AccessibilityDaltonizerSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002062 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002063 android:label="@string/accessibility_display_daltonizer_preference_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002064 <intent-filter android:priority="1">
2065 <action android:name="com.android.settings.ACCESSIBILITY_COLOR_SPACE_SETTINGS" />
2066 <category android:name="android.intent.category.DEFAULT" />
2067 </intent-filter>
Alan Viverettefc0ab212013-10-02 16:36:33 -07002068 <intent-filter>
2069 <action android:name="android.intent.action.MAIN" />
Alan Viverettefc0ab212013-10-02 16:36:33 -07002070 <category android:name="android.intent.category.DEFAULT" />
2071 </intent-filter>
2072 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2073 android:value="com.android.settings.accessibility.ToggleDaltonizerPreferenceFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002074 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2075 android:value="@string/menu_key_accessibility"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002076 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2077 android:value="true" />
Alan Viverettefc0ab212013-10-02 16:36:33 -07002078 </activity>
2079
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002080 <activity
Sally9fe91b92020-10-16 22:45:27 +00002081 android:name="Settings$ReduceBrightColorsSettingsActivity"
2082 android:exported="true"
2083 android:label="@string/reduce_bright_colors_preference_title">
2084 <intent-filter android:priority="1">
2085 <action android:name="android.settings.REDUCE_BRIGHT_COLORS_SETTINGS" />
2086 <category android:name="android.intent.category.DEFAULT" />
2087 </intent-filter>
2088 <intent-filter>
2089 <action android:name="android.intent.action.MAIN" />
2090 <category android:name="android.intent.category.DEFAULT" />
2091 </intent-filter>
2092 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2093 android:value="com.android.settings.accessibility.ToggleReduceBrightColorsPreferenceFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002094 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2095 android:value="@string/menu_key_accessibility"/>
Sally9fe91b92020-10-16 22:45:27 +00002096 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2097 android:value="true" />
2098 </activity>
2099
2100 <activity
jasonwshsu9fcd1f92021-10-08 15:43:08 +08002101 android:name="Settings$AccessibilityInversionSettingsActivity"
2102 android:exported="true"
2103 android:label="@string/accessibility_display_inversion_preference_title">
2104 <intent-filter android:priority="1">
2105 <action android:name="android.settings.COLOR_INVERSION_SETTINGS" />
2106 <category android:name="android.intent.category.DEFAULT" />
2107 </intent-filter>
2108 <intent-filter>
2109 <action android:name="android.intent.action.MAIN" />
2110 <category android:name="android.intent.category.DEFAULT" />
2111 </intent-filter>
2112 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2113 android:value="com.android.settings.accessibility.ToggleColorInversionPreferenceFragment" />
2114 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2115 android:value="@string/menu_key_accessibility"/>
2116 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2117 android:value="true" />
2118 </activity>
2119
2120 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002121 android:name="Settings$CaptioningSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002122 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002123 android:label="@string/accessibility_captioning_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002124 <intent-filter android:priority="1">
2125 <action android:name="android.settings.CAPTIONING_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08002126 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002127 <category android:name="android.intent.category.DEFAULT" />
2128 </intent-filter>
Alan Viverettecc0e7822013-08-06 13:53:58 -07002129 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Alan Viverette4098dba2013-12-04 17:19:24 -08002130 android:value="com.android.settings.accessibility.CaptionPropertiesFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002131 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2132 android:value="@string/menu_key_accessibility"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002133 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2134 android:value="true" />
Alan Viverettecc0e7822013-08-06 13:53:58 -07002135 </activity>
2136
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002137 <activity
2138 android:name="Settings$TextToSpeechSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002139 android:exported="true"
Fan Zhangbcd8a252019-04-29 13:35:20 -07002140 android:label="@string/tts_settings">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002141 <intent-filter android:priority="1">
Jean-Michel Trivied29a652009-06-05 18:37:29 -07002142 <action android:name="com.android.settings.TTS_SETTINGS" />
Dianne Hackborn116d85e2009-06-26 18:20:23 -07002143 <category android:name="android.intent.category.DEFAULT" />
Jean-Michel Trivied29a652009-06-05 18:37:29 -07002144 </intent-filter>
Gilles Debunneab189bd2011-07-06 13:10:16 -07002145 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Narayan Kamathfdd94d82011-11-04 16:12:27 +00002146 android:value="com.android.settings.tts.TextToSpeechSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002147 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2148 android:value="@string/menu_key_accessibility"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002149 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2150 android:value="true" />
Jean-Michel Trivied29a652009-06-05 18:37:29 -07002151 </activity>
2152
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002153 <activity
2154 android:name="Settings$EnterprisePrivacySettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002155 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002156 android:label="@string/enterprise_privacy_settings">
Bartosz Fabianowski0e4a1e52016-11-28 19:16:34 +01002157 <intent-filter>
2158 <action android:name="android.settings.ENTERPRISE_PRIVACY_SETTINGS" />
2159 <category android:name="android.intent.category.DEFAULT" />
2160 </intent-filter>
Bartosz Fabianowski05061fc2016-11-14 12:04:49 +01002161 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2162 android:value="com.android.settings.enterprise.EnterprisePrivacySettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002163 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2164 android:value="@string/menu_key_privacy"/>
Bartosz Fabianowski05061fc2016-11-14 12:04:49 +01002165 </activity>
2166
Jim Miller9757e302010-12-17 18:23:23 -08002167 <!-- Lock screen settings -->
Maurice Lam2eb170c2017-04-28 16:18:47 -07002168 <activity android:name=".password.ConfirmDeviceCredentialActivity"
Amith Yamasani39fb0622014-12-17 10:52:52 -08002169 android:exported="true"
Mill Chen078af332019-04-04 15:39:27 -07002170 android:taskAffinity="com.android.settings.workmode"
Kevin Chynb3ee2312018-10-04 15:01:43 -07002171 android:theme="@android:style/Theme.Translucent.NoTitleBar">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002172 <intent-filter android:priority="1">
Jim Miller75fe9e02014-08-13 14:52:52 -07002173 <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL" />
Adrian Roos5a9a3cd2017-03-30 18:02:25 -07002174 <action android:name="android.app.action.CONFIRM_FRP_CREDENTIAL" />
Jim Miller75fe9e02014-08-13 14:52:52 -07002175 <category android:name="android.intent.category.DEFAULT" />
2176 </intent-filter>
Jay Civelli09b52282014-07-10 17:27:07 -07002177 </activity>
Maurice Lam2eb170c2017-04-28 16:18:47 -07002178 <!-- Activity alias for compatibility -->
2179 <activity-alias android:name=".ConfirmDeviceCredentialActivity"
2180 android:targetActivity=".password.ConfirmDeviceCredentialActivity"
2181 android:exported="true" />
Jay Civelli09b52282014-07-10 17:27:07 -07002182
Clara Bayarric5cde052015-10-22 17:24:43 +01002183 <!-- Note this must not be exported since it authenticates the given user -->
Maurice Lam2eb170c2017-04-28 16:18:47 -07002184 <activity android:name=".password.ConfirmDeviceCredentialActivity$InternalActivity"
Clara Bayarric5cde052015-10-22 17:24:43 +01002185 android:exported="false"
2186 android:permission="android.permission.MANAGE_USERS"
Mill Chen078af332019-04-04 15:39:27 -07002187 android:taskAffinity="com.android.settings.workmode"
Kevin Chyn127da9c2018-11-09 16:13:53 -08002188 android:theme="@android:style/Theme.Translucent.NoTitleBar">
Clara Bayarric5cde052015-10-22 17:24:43 +01002189 <intent-filter android:priority="1">
2190 <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL_WITH_USER" />
2191 <category android:name="android.intent.category.DEFAULT" />
2192 </intent-filter>
2193 </activity>
2194
Maurice Lamecd2b7b2014-12-01 10:41:49 -08002195 <activity android:name=".SetupRedactionInterstitial"
Udam Sainidd05ab72016-03-21 17:35:08 -07002196 android:enabled="false"
2197 android:exported="true"
pastychang79614822019-01-03 10:12:54 +08002198 android:theme="@style/SudThemeGlif.DayNight"
Maurice Lam43366f12016-08-05 16:57:59 -07002199 android:label="@string/lock_screen_notifications_interstitial_title"
Udam Sainidd05ab72016-03-21 17:35:08 -07002200 android:icon="@drawable/ic_suggested_notifications">
2201 <intent-filter>
2202 <action android:name="android.intent.action.MAIN" />
Maurice Lam4331a2e2017-06-07 20:59:51 -07002203 <category android:name="com.android.settings.suggested.category.LOCK_SCREEN_REDACTION" />
Udam Sainidd05ab72016-03-21 17:35:08 -07002204 </intent-filter>
2205 <meta-data android:name="com.android.settings.require_user_type"
2206 android:value="primary" />
2207 <meta-data android:name="com.android.settings.title"
2208 android:resource="@string/notification_suggestion_title" />
2209 <meta-data android:name="com.android.settings.summary"
2210 android:resource="@string/notification_suggestion_summary" />
Maurice Lam992fa862017-06-09 16:14:36 -07002211 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
Udam Sainidd05ab72016-03-21 17:35:08 -07002212 </activity>
Maurice Lamecd2b7b2014-12-01 10:41:49 -08002213
Maurice Lamd189ac52016-06-15 13:39:34 -07002214 <activity android:name=".notification.RedactionInterstitial"
Maurice Lame0e81b62017-04-05 12:10:37 -07002215 android:theme="@style/GlifTheme.Light" />
Chris Wren51ae3322014-08-28 15:45:31 -04002216
2217 <activity android:name=".notification.RedactionSettingsStandalone"
2218 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002219 <intent-filter android:priority="1">
Chris Wren51ae3322014-08-28 15:45:31 -04002220 <action android:name="android.settings.ACTION_APP_NOTIFICATION_REDACTION" />
2221 <category android:name="android.intent.category.DEFAULT" />
2222 </intent-filter>
2223 </activity>
Jay Civelli09b52282014-07-10 17:27:07 -07002224
Maurice Lam2eb170c2017-04-28 16:18:47 -07002225 <activity android:name=".password.ConfirmLockPattern"
Maurice Lame0e81b62017-04-05 12:10:37 -07002226 android:theme="@style/GlifTheme.Light"/>
Michael Chan503c2362009-12-08 22:18:23 -08002227
Maurice Lam2eb170c2017-04-28 16:18:47 -07002228 <activity android:name=".password.ConfirmLockPassword"
Jorim Jaggiff41a9a2015-06-09 15:31:28 -07002229 android:windowSoftInputMode="stateHidden|adjustResize"
Maurice Lame0e81b62017-04-05 12:10:37 -07002230 android:theme="@style/GlifTheme.Light"/>
Jim Miller9757e302010-12-17 18:23:23 -08002231
Pavel Grafov04f783c2020-02-13 21:39:37 +00002232 <activity android:name=".password.ForgotPasswordActivity"
2233 android:theme="@style/GlifV3Theme.Light"
2234 android:exported="false"/>
2235
Joe Bolingera8808f72021-06-10 13:36:38 -07002236 <activity android:name=".biometrics.face.FaceEnrollParentalConsent"
2237 android:exported="false"
2238 android:screenOrientation="portrait"/>
2239
Kevin Chyn22b4edd2018-07-30 19:20:01 -07002240 <activity android:name=".biometrics.face.FaceEnrollIntroduction"
Yuri Ufimtsevbe982452022-03-09 09:49:15 +00002241 android:exported="true"
2242 android:screenOrientation="portrait">
Curtis Belmonte3de8abe2021-11-02 14:03:47 -07002243 <intent-filter>
2244 <action android:name="android.settings.FACE_ENROLL"/>
2245 <category android:name="android.intent.category.DEFAULT"/>
2246 </intent-filter>
2247 </activity>
Kevin Chyn22b4edd2018-07-30 19:20:01 -07002248
Yuri Ufimtsevbe982452022-03-09 09:49:15 +00002249 <activity android:name=".biometrics.face.FaceEnrollIntroductionInternal"
2250 android:exported="false"
2251 android:screenOrientation="portrait"
2252 android:taskAffinity="com.android.settings.root" />
2253
joshmccloskey04582622019-05-06 21:42:14 -07002254 <activity android:name=".biometrics.face.FaceEnrollEducation"
2255 android:exported="false"
2256 android:screenOrientation="portrait"/>
2257
Kevin Chyn22b4edd2018-07-30 19:20:01 -07002258 <activity android:name=".biometrics.face.FaceEnrollEnrolling"
2259 android:exported="false"
2260 android:screenOrientation="portrait"/>
2261
2262 <activity android:name=".biometrics.face.FaceEnrollFinish"
2263 android:exported="false"
2264 android:screenOrientation="portrait"/>
Kevin Chyn4882e872018-06-25 17:58:31 -07002265
Joe Bolingerfb515ed2021-06-16 14:07:37 -07002266 <activity android:name=".biometrics.BiometricHandoffActivity"
Joe Bolingerdde461d2021-12-01 00:59:57 +00002267 android:exported="false"/>
Joe Bolingerfb515ed2021-06-16 14:07:37 -07002268
Kevin Chyn5ab064f2019-04-12 15:19:12 -07002269 <!-- Must not be exported -->
2270 <activity android:name=".biometrics.BiometricEnrollActivity$InternalActivity"
2271 android:exported="false"
2272 android:theme="@style/GlifTheme.Light"/>
2273
Kevin Chyn66d09a42018-10-31 13:30:44 -07002274 <activity android:name=".biometrics.BiometricEnrollActivity"
2275 android:exported="true"
Milton Wua4f30402022-04-18 17:18:57 +08002276 android:configChanges="orientation|screenSize|keyboard|keyboardHidden|smallestScreenSize|screenLayout|density"
Kevin Chyn66d09a42018-10-31 13:30:44 -07002277 android:theme="@style/GlifTheme.Light">
2278 <intent-filter>
2279 <action android:name="android.settings.BIOMETRIC_ENROLL" />
Han Xu9cf02662022-08-15 19:19:55 +08002280 <category android:name="android.intent.category.BROWSABLE" />
Kevin Chyn66d09a42018-10-31 13:30:44 -07002281 <category android:name="android.intent.category.DEFAULT" />
2282 </intent-filter>
2283 </activity>
2284
Yuri Ufimtsevbe982452022-03-09 09:49:15 +00002285 <activity android:name=".biometrics.fingerprint.FingerprintSettings"
2286 android:exported="false"
2287 android:taskAffinity="com.android.settings.root" />
Kevin Chyn871e55f2018-06-25 16:50:52 -07002288 <activity android:name=".biometrics.fingerprint.FingerprintEnrollFindSensor" android:exported="false"/>
2289 <activity android:name=".biometrics.fingerprint.FingerprintEnrollEnrolling" android:exported="false"/>
2290 <activity android:name=".biometrics.fingerprint.FingerprintEnrollFinish" android:exported="false"/>
Joe Bolingera8808f72021-06-10 13:36:38 -07002291 <activity android:name=".biometrics.fingerprint.FingerprintEnrollParentalConsent" android:exported="false"/>
Kevin Chyn871e55f2018-06-25 16:50:52 -07002292 <activity android:name=".biometrics.fingerprint.FingerprintEnrollIntroduction"
Kevin Chyn42ae10e2017-10-13 16:34:05 -07002293 android:exported="true"
2294 android:theme="@style/GlifTheme.Light">
2295 <intent-filter>
2296 <action android:name="android.settings.FINGERPRINT_ENROLL" />
Han Xu9cf02662022-08-15 19:19:55 +08002297 <category android:name="android.intent.category.BROWSABLE" />
Kevin Chyn42ae10e2017-10-13 16:34:05 -07002298 <category android:name="android.intent.category.DEFAULT" />
2299 </intent-filter>
2300 </activity>
Maurice Lam8d1f9c92015-07-09 16:38:37 -07002301
Yuri Ufimtsevbe982452022-03-09 09:49:15 +00002302 <activity android:name=".biometrics.fingerprint.FingerprintEnrollIntroductionInternal"
2303 android:exported="false"
2304 android:theme="@style/GlifTheme.Light"
2305 android:taskAffinity="com.android.settings.root" />
2306
Kevin Chyn871e55f2018-06-25 16:50:52 -07002307 <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFindSensor" android:exported="false"/>
2308 <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollEnrolling" android:exported="false"/>
2309 <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFinish" android:exported="false"/>
2310 <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollIntroduction"
Maurice Lame1eaed02015-07-08 16:59:59 -07002311 android:exported="true"
Maurice Lam8d1f9c92015-07-09 16:38:37 -07002312 android:permission="android.permission.MANAGE_FINGERPRINT"
Maurice Lame0e81b62017-04-05 12:10:37 -07002313 android:theme="@style/GlifTheme.Light">
Maurice Lame1eaed02015-07-08 16:59:59 -07002314 <intent-filter>
2315 <action android:name="android.settings.FINGERPRINT_SETUP" />
2316 <category android:name="android.intent.category.DEFAULT" />
2317 </intent-filter>
2318 </activity>
Jim Miller94d4bd92015-02-19 21:04:57 -08002319
Kevin Chyn871e55f2018-06-25 16:50:52 -07002320 <activity android:name=".biometrics.fingerprint.FingerprintSuggestionActivity"
Maurice Lam34a181a2017-06-20 20:00:54 -07002321 android:exported="true"
2322 android:permission="android.permission.MANAGE_FINGERPRINT"
2323 android:icon="@drawable/ic_suggestion_fingerprint"
2324 android:theme="@style/GlifTheme.Light">
Maurice Lam34a181a2017-06-20 20:00:54 -07002325 <meta-data android:name="com.android.settings.require_feature"
2326 android:value="android.hardware.fingerprint" />
2327 <meta-data android:name="com.android.settings.title"
2328 android:resource="@string/suggestion_additional_fingerprints" />
2329 <meta-data android:name="com.android.settings.summary"
2330 android:resource="@string/suggestion_additional_fingerprints_summary" />
Maurice Lam34a181a2017-06-20 20:00:54 -07002331 </activity>
2332
cnchend2159992019-03-22 19:48:04 +08002333 <activity-alias android:name=".SetupFingerprintSuggestionActivity"
2334 android:enabled="false"
2335 android:exported="true"
2336 android:targetActivity=".biometrics.fingerprint.FingerprintSuggestionActivity">
2337 <intent-filter>
2338 <action android:name="android.intent.action.MAIN" />
2339 <category android:name="com.android.settings.suggested.category.FINGERPRINT_ENROLL" />
2340 </intent-filter>
2341 <meta-data android:name="com.android.settings.require_feature"
2342 android:value="android.hardware.fingerprint" />
2343 <meta-data android:name="com.android.settings.title"
2344 android:resource="@string/suggestion_additional_fingerprints" />
2345 <meta-data android:name="com.android.settings.summary"
2346 android:resource="@string/suggestion_additional_fingerprints_summary" />
Cating Lin84e6a472019-04-24 09:25:55 +08002347 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
cnchend2159992019-03-22 19:48:04 +08002348 </activity-alias>
2349
Paul Lawrence20444042014-07-07 13:10:16 -07002350 <!-- Note this must not be exported since it returns the password in the intent -->
Maurice Lam2eb170c2017-04-28 16:18:47 -07002351 <activity android:name=".password.ConfirmLockPattern$InternalActivity"
Andres Morales02d54872015-04-14 11:33:45 -07002352 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002353 android:theme="@style/GlifTheme.Light"/>
Paul Lawrence20444042014-07-07 13:10:16 -07002354
2355 <!-- Note this must not be exported since it returns the password in the intent -->
Maurice Lam2eb170c2017-04-28 16:18:47 -07002356 <activity android:name=".password.ConfirmLockPassword$InternalActivity"
Paul Lawrence20444042014-07-07 13:10:16 -07002357 android:exported="false"
Xiyuan Xia4a8edaf2015-05-20 14:26:15 -07002358 android:windowSoftInputMode="adjustResize"
Maurice Lame0e81b62017-04-05 12:10:37 -07002359 android:theme="@style/GlifTheme.Light"/>
Paul Lawrence20444042014-07-07 13:10:16 -07002360
Maurice Lam2eb170c2017-04-28 16:18:47 -07002361 <activity android:name=".password.SetupChooseLockGeneric"
Maurice Lame0e81b62017-04-05 12:10:37 -07002362 android:theme="@style/GlifTheme.Light"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002363 android:exported="true"
Lucky Zhang36ec2742014-12-05 18:20:27 -08002364 android:label="@string/lock_settings_picker_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002365 <intent-filter android:priority="1">
Maurice Lam52c75ba2014-11-25 14:06:38 -08002366 <action android:name="com.android.settings.SETUP_LOCK_SCREEN" />
2367 <category android:name="android.intent.category.DEFAULT" />
2368 </intent-filter>
2369 </activity>
2370
Doris Ling069d2932018-11-13 14:54:26 -08002371 <activity android:name=".password.SetupChooseLockGeneric$InternalActivity"
Doris Ling069d2932018-11-13 14:54:26 -08002372 android:exported="false"
2373 android:excludeFromRecents="true" />
2374
Maurice Lam2eb170c2017-04-28 16:18:47 -07002375 <activity android:name=".password.ChooseLockGeneric"
Steven Rossb7a9e952011-10-03 10:06:44 -04002376 android:label="@string/lockpassword_choose_lock_generic_header"
Steven Ng4fdcec72016-09-26 22:13:08 +01002377 android:excludeFromRecents="true"
2378 android:exported="false" />
2379
2380 <activity android:name=".password.SetNewPasswordActivity"
2381 android:theme="@android:style/Theme.NoDisplay"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002382 android:exported="true"
Steven Rossb7a9e952011-10-03 10:06:44 -04002383 android:excludeFromRecents="true" >
Dianne Hackborn0702e872015-02-20 12:48:32 -08002384 <intent-filter android:priority="1">
Dianne Hackbornabc3dc62010-01-20 13:40:19 -08002385 <action android:name="android.app.action.SET_NEW_PASSWORD" />
Benjamin Franzae07b502016-01-08 17:16:19 +00002386 <action android:name="android.app.action.SET_NEW_PARENT_PROFILE_PASSWORD" />
Dianne Hackbornabc3dc62010-01-20 13:40:19 -08002387 <category android:name="android.intent.category.DEFAULT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002388 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002389 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2390 android:value="true" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002391 </activity>
2392
Fan Zhang31f699c2017-09-28 17:17:44 -07002393 <activity android:name=".password.ScreenLockSuggestionActivity"
Joe Bolinger34704f42022-03-24 00:39:20 +00002394 android:exported="false"
Mill Chen71958002019-01-23 10:44:39 +08002395 android:icon="@drawable/ic_suggestion_security">
Udam Saini7ad4a172016-01-25 11:22:33 -08002396 <intent-filter android:priority="1">
2397 <action android:name="android.intent.action.MAIN" />
Raff Tsai7c834632019-03-22 12:00:00 +08002398 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002399 </intent-filter>
Raff Tsai7c834632019-03-22 12:00:00 +08002400 <meta-data android:name="com.android.settings.dismiss" android:value="14" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002401 <meta-data android:name="com.android.settings.title"
2402 android:resource="@string/suggested_lock_settings_title" />
2403 <meta-data android:name="com.android.settings.summary"
2404 android:resource="@string/suggested_lock_settings_summary" />
Maurice Lam992fa862017-06-09 16:14:36 -07002405 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
Udam Saini62a72802016-01-28 11:09:29 -08002406 </activity>
Udam Saini7ad4a172016-01-25 11:22:33 -08002407
Kevin Chyn871e55f2018-06-25 16:50:52 -07002408 <activity android:name=".biometrics.fingerprint.FingerprintEnrollSuggestionActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002409 android:exported="true"
Udam Sainiaafbba12016-02-02 10:33:40 -08002410 android:icon="@drawable/ic_suggestion_fingerprint">
Udam Saini7ad4a172016-01-25 11:22:33 -08002411 <intent-filter android:priority="2">
2412 <action android:name="android.intent.action.MAIN" />
Fan Zhangaf91c1f2017-06-03 15:24:11 -07002413 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002414 </intent-filter>
Raff Tsai165708d2019-03-21 15:46:48 +08002415 <meta-data android:name="com.android.settings.dismiss" android:value="14" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002416 <meta-data android:name="com.android.settings.require_feature"
2417 android:value="android.hardware.fingerprint" />
2418 <meta-data android:name="com.android.settings.title"
TreeHugger Robota4e3c142016-07-12 21:42:03 +00002419 android:resource="@string/suggested_fingerprint_lock_settings_title" />
Udam Saini7ad4a172016-01-25 11:22:33 -08002420 <meta-data android:name="com.android.settings.summary"
Udam Sainiaafbba12016-02-02 10:33:40 -08002421 android:resource="@string/suggested_fingerprint_lock_settings_summary" />
Doris Lingea85c0a2018-04-30 14:08:55 -07002422 <meta-data android:name="com.android.settings.icon_tintable" android:value="true" />
Udam Saini62a72802016-01-28 11:09:29 -08002423 </activity>
Udam Saini7ad4a172016-01-25 11:22:33 -08002424
Maurice Lam2eb170c2017-04-28 16:18:47 -07002425 <activity android:name=".password.ChooseLockGeneric$InternalActivity"
2426 android:exported="false"
Amith Yamasani66026772013-09-25 14:05:33 -07002427 android:label="@string/lockpassword_choose_lock_generic_header"
Maurice Lam2eb170c2017-04-28 16:18:47 -07002428 android:excludeFromRecents="true" />
Amith Yamasani66026772013-09-25 14:05:33 -07002429
Maurice Lam2eb170c2017-04-28 16:18:47 -07002430 <activity android:name=".password.SetupChooseLockPattern"
Maurice Lam6b19fa92014-11-25 19:25:56 -08002431 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002432 android:theme="@style/GlifTheme.Light" />
Maurice Lam6b19fa92014-11-25 19:25:56 -08002433
Maurice Lam2eb170c2017-04-28 16:18:47 -07002434 <activity android:name=".password.ChooseLockPattern"
Maurice Lamd189ac52016-06-15 13:39:34 -07002435 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002436 android:theme="@style/GlifTheme.Light" />
Dianne Hackbornabc3dc62010-01-20 13:40:19 -08002437
Maurice Lam2eb170c2017-04-28 16:18:47 -07002438 <activity android:name=".password.SetupChooseLockPassword"
Maurice Lam6b19fa92014-11-25 19:25:56 -08002439 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002440 android:theme="@style/GlifTheme.Light"
Maurice Lam6b19fa92014-11-25 19:25:56 -08002441 android:windowSoftInputMode="stateVisible|adjustResize" />
2442
Maurice Lam2eb170c2017-04-28 16:18:47 -07002443 <activity android:name=".password.ChooseLockPassword"
Maurice Lamd189ac52016-06-15 13:39:34 -07002444 android:exported="false"
Maurice Lame0e81b62017-04-05 12:10:37 -07002445 android:theme="@style/GlifTheme.Light"
Jim Miller165bf2f2011-01-26 16:10:26 -08002446 android:windowSoftInputMode="stateVisible|adjustResize"/>
Jim Miller00d24762009-12-22 19:04:57 -08002447
Maurice Lamecd2b7b2014-12-01 10:41:49 -08002448 <activity android:name=".SetupEncryptionInterstitial"
Maurice Lam46a194b2016-05-24 20:03:08 -07002449 android:label="@string/encryption_interstitial_header"
Maurice Lame0e81b62017-04-05 12:10:37 -07002450 android:theme="@style/GlifTheme.Light"/>
Maurice Lamecd2b7b2014-12-01 10:41:49 -08002451
Maurice Lamd189ac52016-06-15 13:39:34 -07002452 <activity android:name=".EncryptionInterstitial"
Maurice Lame0e81b62017-04-05 12:10:37 -07002453 android:theme="@style/GlifTheme.Light" />
Jim Miller46c7f6d2014-10-13 18:15:17 -07002454
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002455 <activity
2456 android:name=".Settings$StorageDashboardActivity"
2457 android:label="@string/storage_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002458 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002459 android:icon="@drawable/ic_homepage_storage">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002460 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002461 <action android:name="android.settings.INTERNAL_STORAGE_SETTINGS" />
2462 <action android:name="android.settings.MEMORY_CARD_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08002463 <category android:name="android.intent.category.BROWSABLE" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002464 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002465 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07002466 <intent-filter android:priority="50">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002467 <action android:name="android.intent.action.MAIN" />
Fan Zhang2f4355a2018-06-21 15:34:43 -07002468 <category android:name="com.android.settings.SHORTCUT" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002469 </intent-filter>
Amith Yamasani5203bdf2010-11-04 09:59:44 -07002470 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Arc Wangfadbe5b2021-03-19 17:58:34 +08002471 android:value="com.android.settings.deviceinfo.StorageDashboardFragment" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002472 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2473 android:value="@string/menu_key_storage"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002474 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2475 android:value="true" />
Amith Yamasani5203bdf2010-11-04 09:59:44 -07002476 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002477
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002478 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002479 android:name="Settings$PublicVolumeSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002480 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002481 android:label="@string/storage_settings_title">
Jeff Sharkey42833b22015-04-11 21:27:33 -07002482 <intent-filter>
2483 <action android:name="android.provider.action.DOCUMENT_ROOT_SETTINGS" />
2484 <category android:name="android.intent.category.DEFAULT" />
2485 <data
2486 android:scheme="content"
2487 android:host="com.android.externalstorage.documents"
2488 android:mimeType="vnd.android.document/root" />
2489 </intent-filter>
2490 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2491 android:value="com.android.settings.deviceinfo.PublicVolumeSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002492 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2493 android:value="@string/menu_key_storage"/>
Jeff Sharkey42833b22015-04-11 21:27:33 -07002494 </activity>
Vasu Nori21809742011-01-25 13:39:16 -08002495
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002496 <activity
2497 android:name="Settings$PrivateVolumeForgetActivity"
2498 android:label="@string/storage_settings_title"
2499 android:exported="true"
2500 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS">
Jeff Sharkeya16257d2015-04-28 13:41:01 -07002501 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2502 android:value="com.android.settings.deviceinfo.PrivateVolumeForget" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002503 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2504 android:value="@string/menu_key_storage"/>
Jeff Sharkeya16257d2015-04-28 13:41:01 -07002505 </activity>
2506
Jeff Sharkey94635992015-04-13 14:15:26 -07002507 <!-- Exported for SystemUI to launch into -->
2508 <activity android:name=".deviceinfo.StorageWizardInit"
sayakiitgefdedcd2022-01-12 10:45:33 +00002509 android:theme="@style/GlifTheme.Light"
Jeff Sharkey2949a4a2015-04-14 16:44:34 -07002510 android:exported="true"
2511 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
Jeff Sharkey94635992015-04-13 14:15:26 -07002512 <activity android:name=".deviceinfo.StorageWizardFormatProgress"
sayakiitgefdedcd2022-01-12 10:45:33 +00002513 android:theme="@style/GlifTheme.Light"
Sayak Dutta4c36d492022-09-14 06:50:17 +00002514 android:exported="false"/>
Jeff Sharkey2af67a92018-04-01 18:25:54 -06002515 <activity android:name=".deviceinfo.StorageWizardFormatSlow"
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.StorageWizardMigrateConfirm"
sayakiitgefdedcd2022-01-12 10:45:33 +00002519 android:theme="@style/GlifTheme.Light"
Sayak Dutta4c36d492022-09-14 06:50:17 +00002520 android:exported="false"/>
Jeff Sharkey94635992015-04-13 14:15:26 -07002521 <activity android:name=".deviceinfo.StorageWizardMigrateProgress"
sayakiitgefdedcd2022-01-12 10:45:33 +00002522 android:theme="@style/GlifTheme.Light"
Jeff Sharkeye77f0682015-04-29 11:24:57 -07002523 android:exported="true"
2524 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
Jeff Sharkey94635992015-04-13 14:15:26 -07002525 <activity android:name=".deviceinfo.StorageWizardReady"
sayakiitgefdedcd2022-01-12 10:45:33 +00002526 android:theme="@style/GlifTheme.Light"
Jeff Sharkeye77f0682015-04-29 11:24:57 -07002527 android:exported="true"
2528 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
Jeff Sharkey94635992015-04-13 14:15:26 -07002529
2530 <activity android:name=".deviceinfo.StorageWizardMoveConfirm"
sayakiitgefdedcd2022-01-12 10:45:33 +00002531 android:theme="@style/GlifTheme.Light"
Sayak Dutta4c36d492022-09-14 06:50:17 +00002532 android:exported="false"/>
Jeff Sharkey94635992015-04-13 14:15:26 -07002533 <activity android:name=".deviceinfo.StorageWizardMoveProgress"
sayakiitgefdedcd2022-01-12 10:45:33 +00002534 android:theme="@style/GlifTheme.Light"
Jeff Sharkeye77f0682015-04-29 11:24:57 -07002535 android:exported="true"
2536 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
Jeff Sharkey94635992015-04-13 14:15:26 -07002537
Jeff Sharkey2949a4a2015-04-14 16:44:34 -07002538 <!-- Exported for SystemUI to trigger -->
2539 <receiver android:name=".deviceinfo.StorageUnmountReceiver"
2540 android:exported="true"
2541 android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
2542
Jason Monkb7e43802016-06-06 16:01:58 -04002543 <activity android:name="Settings$ApnEditorActivity"
Junda Liu76ad6352017-02-03 16:39:23 -08002544 android:configChanges="orientation|keyboardHidden|screenSize"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002545 android:exported="true"
Amith Yamasani34bd7e62013-06-07 10:19:55 -07002546 android:label="@string/apn_edit">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002547 <intent-filter>
2548 <action android:name="android.intent.action.VIEW" />
2549 <action android:name="android.intent.action.EDIT" />
2550 <category android:name="android.intent.category.DEFAULT" />
2551 <data android:mimeType="vnd.android.cursor.item/telephony-carrier" />
2552 </intent-filter>
2553
2554 <intent-filter>
2555 <action android:name="android.intent.action.INSERT" />
2556 <category android:name="android.intent.category.DEFAULT" />
2557 <data android:mimeType="vnd.android.cursor.dir/telephony-carrier" />
2558 </intent-filter>
Jason Monkb7e43802016-06-06 16:01:58 -04002559 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
tom hsu2fd7c9f2020-09-30 21:46:27 +08002560 android:value="com.android.settings.network.apn.ApnEditor" />
Jason Chiuae5327d2021-11-04 17:09:53 +08002561 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2562 android:value="@string/menu_key_network"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002563 </activity>
2564
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002565 <activity
2566 android:name="Settings$DevelopmentSettingsDashboardActivity"
2567 android:label="@string/development_settings_title"
2568 android:icon="@drawable/ic_settings_development"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002569 android:exported="true"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002570 android:enabled="false">
Fan Zhang4c26da92017-09-08 15:29:54 -07002571 <intent-filter android:priority="1">
2572 <action android:name="android.settings.APPLICATION_DEVELOPMENT_SETTINGS" />
2573 <action android:name="com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS" />
Joshua Duong2972bfa2020-04-10 00:22:04 -07002574 <action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES"/>
Fan Zhang4c26da92017-09-08 15:29:54 -07002575 <category android:name="android.intent.category.DEFAULT" />
2576 </intent-filter>
Fan Zhang99800962018-08-08 11:12:03 -07002577 <intent-filter>
Fan Zhang4c26da92017-09-08 15:29:54 -07002578 <action android:name="com.android.settings.action.SETTINGS" />
2579 </intent-filter>
Fan Zhang99800962018-08-08 11:12:03 -07002580 <meta-data android:name="com.android.settings.order" android:value="-40"/>
Fan Zhang4c26da92017-09-08 15:29:54 -07002581 <meta-data android:name="com.android.settings.category"
2582 android:value="com.android.settings.category.ia.system" />
2583 <meta-data android:name="com.android.settings.summary"
2584 android:resource="@string/summary_empty"/>
Jason Chiu5f0fc1f2021-05-24 18:27:42 +08002585 <meta-data android:name="com.android.settings.icon"
2586 android:resource="@drawable/ic_settings_development" />
Fan Zhang4c26da92017-09-08 15:29:54 -07002587 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2588 android:value="com.android.settings.development.DevelopmentSettingsDashboardFragment" />
Jason Chiuae5327d2021-11-04 17:09:53 +08002589 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2590 android:value="@string/menu_key_system"/>
Jason Chiu646a31e2021-11-10 11:56:00 +08002591 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2592 android:value="true" />
Fan Zhang4c26da92017-09-08 15:29:54 -07002593 </activity>
2594
Fan Zhang6359a192017-05-11 16:04:09 -07002595 <!-- The opposite of DevelopmentSettingsActivity, it's no-op and only enabled when the real
2596 activity is disabled to be CTS compliant. -->
2597 <activity
2598 android:name=".development.DevelopmentSettingsDisabledActivity"
2599 android:icon="@drawable/ic_settings_development"
2600 android:label="@string/development_settings_title"
Fan Zhang7373ec02018-08-14 13:25:47 -07002601 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002602 android:exported="true"
Fan Zhang7373ec02018-08-14 13:25:47 -07002603 android:theme="@style/Transparent">
Fan Zhang6359a192017-05-11 16:04:09 -07002604 <intent-filter android:priority="-1">
2605 <action android:name="android.settings.APPLICATION_DEVELOPMENT_SETTINGS" />
2606 <action android:name="com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS" />
2607 <category android:name="android.intent.category.DEFAULT" />
2608 </intent-filter>
2609 </activity>
2610
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002611 <activity
2612 android:name="Settings$PrintSettingsActivity"
2613 android:label="@string/print_settings"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002614 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002615 android:icon="@drawable/ic_settings_print">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002616 <intent-filter android:priority="1">
2617 <action android:name="android.settings.ACTION_PRINT_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08002618 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002619 <category android:name="android.intent.category.DEFAULT" />
2620 </intent-filter>
Svetoslav Ganov74648ac2013-09-04 23:52:28 -07002621 <intent-filter>
2622 <action android:name="android.intent.action.MAIN" />
Svetoslav Ganov74648ac2013-09-04 23:52:28 -07002623 <category android:name="android.intent.category.DEFAULT" />
2624 <category android:name="android.intent.category.VOICE_LAUNCH" />
2625 </intent-filter>
2626 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2627 android:value="com.android.settings.print.PrintSettingsFragment" />
Jason Chiuae5327d2021-11-04 17:09:53 +08002628 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2629 android:value="@string/menu_key_connected_devices"/>
Svetoslav Ganov74648ac2013-09-04 23:52:28 -07002630 </activity>
2631
Svetoslavd9f156d2013-10-09 21:59:04 -07002632 <activity android:name="Settings$PrintJobSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002633 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002634 android:label="@string/print_print_job">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002635 <intent-filter android:priority="1">
Svetoslavd9f156d2013-10-09 21:59:04 -07002636 <action android:name="android.settings.ACTION_PRINT_SETTINGS" />
2637 <category android:name="android.intent.category.DEFAULT" />
2638 <data android:scheme="printjob" android:pathPattern="*" />
2639 </intent-filter>
2640 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2641 android:value="com.android.settings.print.PrintJobSettingsFragment" />
Jason Chiuae5327d2021-11-04 17:09:53 +08002642 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2643 android:value="@string/menu_key_connected_devices"/>
Svetoslavd9f156d2013-10-09 21:59:04 -07002644 </activity>
2645
Fan Zhang2907f862017-03-17 15:05:14 -07002646 <activity android:name=".development.AppPicker"
Edgar Wang3c03f0a2020-05-05 06:19:14 +08002647 android:label="@string/select_application" />
Dianne Hackborn9244df42012-02-14 13:25:41 -08002648
Joshua Duongfd009222021-07-14 16:05:57 -07002649 <activity android:name=".development.AdbQrCodeActivity" />
2650
Howard Chend5f3a0c2019-08-29 17:31:05 +08002651 <activity android:name=".development.DSULoader"
2652 android:label="Select DSU Package"
2653 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog" />
Howard Chen60acb512019-12-02 15:34:58 +08002654 <activity android:name=".development.DSUTermsOfServiceActivity"
2655 android:label="Terms of Service"
2656 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog" />
Howard Chend5f3a0c2019-08-29 17:31:05 +08002657
Varun Shah7efe9312020-03-26 23:02:50 -07002658 <activity android:name=".development.storage.BlobInfoListView"
2659 android:label="@string/shared_data_title" />
2660 <activity android:name=".development.storage.LeaseInfoListView"
2661 android:label="@string/accessor_info_title" />
2662
Gustav Sennton5b596282017-02-03 16:19:02 +00002663 <activity android:name="Settings$WebViewAppPickerActivity"
Jason Chiuae5327d2021-11-04 17:09:53 +08002664 android:label="@string/select_webview_provider_dialog_title">
2665 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2666 android:value="@string/menu_key_system"/>
2667 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002668
Paul Chang6ae4c4d2019-11-28 22:38:49 +08002669 <activity android:name="Settings$BugReportHandlerPickerActivity"
2670 android:label="@string/bug_report_handler_title"
2671 android:exported="true"
2672 android:excludeFromRecents="true">
2673 <intent-filter>
2674 <action android:name="android.settings.BUGREPORT_HANDLER_SETTINGS" />
2675 <category android:name="android.intent.category.DEFAULT" />
2676 </intent-filter>
Paul Chang6950a802020-04-22 20:59:59 +08002677 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2678 android:value="true" />
Paul Chang6ae4c4d2019-11-28 22:38:49 +08002679 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2680 android:value="com.android.settings.bugreporthandler.BugReportHandlerPicker" />
Jason Chiuae5327d2021-11-04 17:09:53 +08002681 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2682 android:value="@string/menu_key_system"/>
Paul Chang6ae4c4d2019-11-28 22:38:49 +08002683 </activity>
2684
Jaikumar Ganesh3a76bca2009-07-16 18:41:58 -07002685 <activity android:name=".bluetooth.BluetoothPairingDialog"
Chen Chen38101d52021-10-05 17:46:02 -07002686 android:permission="android.permission.BLUETOOTH_PRIVILEGED"
Michael Chan684736a2009-09-01 18:51:04 -07002687 android:excludeFromRecents="true"
Antony Sargent4d7df062017-07-12 17:29:10 -07002688 android:windowSoftInputMode="stateVisible|adjustResize"
jackqdyulei27f62fd2019-02-22 15:31:35 -08002689 android:theme="@style/Theme.AlertDialog"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002690 android:exported="true"
jackqdyulei27f62fd2019-02-22 15:31:35 -08002691 android:taskAffinity=".bluetooth.BluetoothPairingDialog">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002692 <intent-filter android:priority="1">
Nick Pelly5ddbd942009-09-11 11:41:59 -07002693 <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002694 <category android:name="android.intent.category.DEFAULT" />
2695 </intent-filter>
2696 </activity>
2697
Michael Chane1089ad2009-09-26 06:16:17 -07002698 <activity android:name=".bluetooth.RequestPermissionActivity"
Michael Chane1089ad2009-09-26 06:16:17 -07002699 android:excludeFromRecents="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06002700 android:permission="android.permission.BLUETOOTH_CONNECT"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002701 android:exported="true"
Fan Zhanga122be12018-07-16 16:28:37 -07002702 android:theme="@style/Theme.BluetoothPermission">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002703 <intent-filter android:priority="1">
Michael Chane1089ad2009-09-26 06:16:17 -07002704 <action android:name="android.bluetooth.adapter.action.REQUEST_DISCOVERABLE" />
2705 <action android:name="android.bluetooth.adapter.action.REQUEST_ENABLE" />
Svetoslav Ganovb06766f2016-07-22 20:08:41 -07002706 <action android:name="android.bluetooth.adapter.action.REQUEST_DISABLE" />
Michael Chane1089ad2009-09-26 06:16:17 -07002707 <category android:name="android.intent.category.DEFAULT" />
2708 </intent-filter>
2709 </activity>
2710
Irfan Sheriff50f341d2013-03-18 13:11:47 -07002711 <activity android:name=".wifi.WifiScanModeActivity"
2712 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002713 android:exported="true"
Irfan Sheriff50f341d2013-03-18 13:11:47 -07002714 android:theme="@style/Transparent">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002715 <intent-filter android:priority="1">
Irfan Sheriff50f341d2013-03-18 13:11:47 -07002716 <action android:name="android.net.wifi.action.REQUEST_SCAN_ALWAYS_AVAILABLE" />
2717 <category android:name="android.intent.category.DEFAULT" />
2718 </intent-filter>
2719 </activity>
2720
Jerry Zhangd18d6f12018-01-11 16:47:14 -08002721 <activity android:name=".Settings$UsbDetailsActivity"
2722 android:excludeFromRecents="true"
2723 android:permission="android.permission.MANAGE_USB"
2724 android:exported="true">
2725 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2726 android:value="com.android.settings.connecteddevice.usb.UsbDetailsFragment"/>
Jason Chiu646a31e2021-11-10 11:56:00 +08002727 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2728 android:value="@string/menu_key_connected_devices"/>
Jerry Zhangd18d6f12018-01-11 16:47:14 -08002729 </activity>
2730
Michal Karpinski707f42f2016-02-25 17:29:43 +00002731 <activity android:name=".RemoteBugreportActivity"
2732 android:excludeFromRecents="true"
2733 android:exported="true"
2734 android:permission="android.permission.DUMP"
tmfang5ade2f12018-07-30 13:49:43 +08002735 android:theme="@style/Theme.AlertDialog">
Michal Karpinski707f42f2016-02-25 17:29:43 +00002736 <intent-filter>
2737 <action android:name="android.settings.SHOW_REMOTE_BUGREPORT_DIALOG" />
2738 <category android:name="android.intent.category.DEFAULT" />
2739 </intent-filter>
2740 </activity>
2741
Michael Chane1089ad2009-09-26 06:16:17 -07002742 <activity android:name=".bluetooth.RequestPermissionHelperActivity"
2743 android:label="@string/bluetooth_pairing_request"
2744 android:excludeFromRecents="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06002745 android:permission="android.permission.BLUETOOTH_CONNECT"
Arc Wang5a298fb2020-06-30 14:14:02 +08002746 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight">
Michael Chane1089ad2009-09-26 06:16:17 -07002747 </activity>
2748
Marie Janssend06d83c2017-02-14 18:49:17 -08002749 <service android:name=".bluetooth.BluetoothPairingService" />
2750
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002751 <receiver android:name=".bluetooth.BluetoothPairingRequest"
2752 android:exported="true">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002753 <intent-filter>
Nick Pelly5ddbd942009-09-11 11:41:59 -07002754 <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" />
Alice Kuoebea73e2021-10-13 18:43:47 +08002755 <action android:name="android.bluetooth.action.CSIS_SET_MEMBER_AVAILABLE"/>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002756 </intent-filter>
2757 </receiver>
2758
Jaikumar Ganeshe0b01ad2011-09-07 17:19:19 -07002759 <receiver android:name=".bluetooth.BluetoothPermissionRequest"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002760 android:exported="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06002761 android:permission="android.permission.BLUETOOTH_CONNECT">
Matthew Xiedbed1202011-06-27 18:21:25 -07002762 <intent-filter>
2763 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
2764 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />
2765 </intent-filter>
2766 </receiver>
2767
2768 <activity android:name=".bluetooth.BluetoothPermissionActivity"
2769 android:label="@string/bluetooth_connection_permission_request"
2770 android:excludeFromRecents="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06002771 android:permission="android.permission.BLUETOOTH_CONNECT"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002772 android:exported="true"
Andrew Sapperstein7e157432016-07-15 16:46:38 -07002773 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002774 <intent-filter android:priority="1">
Matthew Xiedbed1202011-06-27 18:21:25 -07002775 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" />
2776 <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" />
2777 <category android:name="android.intent.category.DEFAULT" />
2778 </intent-filter>
2779 </activity>
2780
Joe Onoratode5603722009-03-24 17:49:03 -07002781 <activity android:name="ActivityPicker"
2782 android:label="@string/activity_picker_label"
Arc Wang5a298fb2020-06-30 14:14:02 +08002783 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002784 android:exported="true"
Dianne Hackbornec549972009-09-23 22:24:22 -07002785 android:finishOnCloseSystemDialogs="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002786 <intent-filter android:priority="1">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002787 <action android:name="android.intent.action.PICK_ACTIVITY" />
2788 <category android:name="android.intent.category.DEFAULT" />
2789 </intent-filter>
2790 </activity>
2791
Jeff Hamilton3d670de2011-09-21 16:44:36 -05002792 <!-- NFC settings -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002793 <activity
2794 android:name="Settings$AndroidBeamSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002795 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002796 android:label="@string/android_beam_settings_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002797 <intent-filter android:priority="1">
2798 <action android:name="android.settings.NFCSHARING_SETTINGS" />
2799 <category android:name="android.intent.category.DEFAULT" />
2800 </intent-filter>
Jeff Hamilton3d670de2011-09-21 16:44:36 -05002801 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Nick Pellye0eedf72011-10-31 14:11:29 -07002802 android:value="com.android.settings.nfc.AndroidBeam" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002803 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2804 android:value="@string/menu_key_connected_devices"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002805 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2806 android:value="true" />
Jeff Hamilton3d670de2011-09-21 16:44:36 -05002807 </activity>
2808
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002809 <activity
2810 android:name="Settings$WifiDisplaySettingsActivity"
2811 android:label="@string/wifi_display_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002812 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002813 android:icon="@drawable/ic_cast_24dp">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002814 <intent-filter android:priority="1">
Jeff Brownff0e81e2014-08-19 17:47:54 -07002815 <action android:name="android.settings.CAST_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08002816 <category android:name="android.intent.category.BROWSABLE" />
Jeff Brown9e143f52012-09-19 20:46:07 -07002817 <category android:name="android.intent.category.DEFAULT" />
2818 </intent-filter>
2819 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2820 android:value="com.android.settings.wfd.WifiDisplaySettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08002821 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2822 android:value="@string/menu_key_connected_devices"/>
Jeff Brown9e143f52012-09-19 20:46:07 -07002823 </activity>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002824
Jason Monkb7e43802016-06-06 16:01:58 -04002825 <activity android:name="Settings$TestingSettingsActivity" android:label="@string/testing">
Jason Monkb7e43802016-06-06 16:01:58 -04002826 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2827 android:value="com.android.settings.TestingSettings" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002828 </activity>
2829
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002830 <receiver android:name=".TestingSettingsBroadcastReceiver"
2831 android:exported="true">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002832 <intent-filter>
Grace Jia84da1e82020-02-14 15:53:28 -08002833 <action android:name="android.telephony.action.SECRET_CODE" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002834 <data android:scheme="android_secret_code" android:host="4636" />
2835 </intent-filter>
2836 </receiver>
2837
The Android Open Source Project80a7a1d2009-03-11 12:11:59 -07002838 <!-- Standard picker for widgets -->
Joe Onoratode5603722009-03-24 17:49:03 -07002839 <activity android:name="AppWidgetPickActivity"
2840 android:label="@string/widget_picker_title"
Arc Wang5a298fb2020-06-30 14:14:02 +08002841 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002842 android:exported="true"
Joe Onorato9bcc6912011-01-10 12:55:57 -08002843 android:finishOnCloseSystemDialogs="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002844 <intent-filter android:priority="1">
The Android Open Source Project80a7a1d2009-03-11 12:11:59 -07002845 <action android:name="android.appwidget.action.APPWIDGET_PICK" />
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002846 <category android:name="android.intent.category.DEFAULT" />
2847 </intent-filter>
2848 </activity>
2849
Michael Jurkac9029d92012-04-20 01:47:44 -07002850 <activity android:name="AllowBindAppWidgetActivity"
Arc Wang5a298fb2020-06-30 14:14:02 +08002851 android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"
Michael Jurkac9029d92012-04-20 01:47:44 -07002852 android:finishOnCloseSystemDialogs="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002853 android:exported="true"
Michael Jurkac9029d92012-04-20 01:47:44 -07002854 android:excludeFromRecents="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002855 <intent-filter android:priority="1">
Michael Jurkac9029d92012-04-20 01:47:44 -07002856 <action android:name="android.appwidget.action.APPWIDGET_BIND" />
2857 <category android:name="android.intent.category.DEFAULT" />
2858 </intent-filter>
2859 </activity>
2860
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002861 <activity android:name="UsageStatsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002862 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002863 android:label="@string/usage_stats_label">
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08002864 <intent-filter>
2865 <action android:name="android.intent.action.MAIN" />
2866 <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" />
2867 </intent-filter>
2868 </activity>
2869
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002870 <activity
2871 android:name="Settings$PowerUsageSummaryActivity"
2872 android:label="@string/power_usage_summary_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002873 android:exported="true"
Sunny Shaob4a5f162020-06-15 23:00:26 +08002874 android:icon="@drawable/ic_homepage_battery">
jackqdyuleib96ccba2018-01-23 10:29:13 -08002875 <intent-filter android:priority="1">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002876 <action android:name="android.intent.action.POWER_USAGE_SUMMARY" />
2877 <category android:name="android.intent.category.DEFAULT" />
2878 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07002879 <intent-filter android:priority="51">
jackqdyuleib96ccba2018-01-23 10:29:13 -08002880 <action android:name="android.intent.action.MAIN" />
jackqdyuleib96ccba2018-01-23 10:29:13 -08002881 <category android:name="com.android.settings.SHORTCUT" />
2882 </intent-filter>
Dianne Hackborn59a48602010-11-10 23:34:52 -08002883 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
xuezaiyueac731842022-06-08 21:53:23 +08002884 android:value="com.android.settings.fuelgauge.batteryusage.PowerUsageSummary" />
Jason Chiu29a09e52021-10-12 17:24:34 +08002885 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2886 android:value="@string/menu_key_battery"/>
Dianne Hackborncbaf6ce2010-07-23 00:23:21 -07002887 </activity>
2888
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002889 <activity
2890 android:name="Settings$BatterySaverSettingsActivity"
2891 android:label="@string/battery_saver"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002892 android:exported="true"
ykhungeadeee52022-05-18 12:18:15 +08002893 android:icon="@drawable/ic_homepage_battery">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002894 <intent-filter android:priority="1">
2895 <action android:name="android.settings.BATTERY_SAVER_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08002896 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002897 <category android:name="android.intent.category.DEFAULT" />
2898 </intent-filter>
John Spurlockc7f8e8c2014-06-04 19:11:22 -04002899 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang747f0e12018-03-01 09:49:34 -08002900 android:value="com.android.settings.fuelgauge.batterysaver.BatterySaverSettings" />
Arc Wanga63e9c62021-09-28 20:39:15 +08002901 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2902 android:value="@string/menu_key_battery"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002903 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2904 android:value="true" />
John Spurlockc7f8e8c2014-06-04 19:11:22 -04002905 </activity>
2906
P.Y. Laligand1f403d52015-04-14 16:14:16 -07002907 <activity android:name=".fuelgauge.BatterySaverModeVoiceActivity"
Barnaby Jamesc55ea152015-04-13 14:33:53 -07002908 android:label="@string/power_usage_summary_title"
ykhungeadeee52022-05-18 12:18:15 +08002909 android:icon="@drawable/ic_homepage_battery"
Andrew Sapperstein7e157432016-07-15 16:46:38 -07002910 android:theme="@*android:style/Theme.DeviceDefault.Light.Voice"
Barnaby Jamesc55ea152015-04-13 14:33:53 -07002911 android:exported="true">
2912 <intent-filter>
2913 <action android:name="android.settings.VOICE_CONTROL_BATTERY_SAVER_MODE" />
2914 <category android:name="android.intent.category.DEFAULT" />
2915 <category android:name="android.intent.category.VOICE" />
2916 </intent-filter>
2917 </activity>
2918
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002919 <activity
2920 android:name="Settings$AccountSyncSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002921 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002922 android:label="@string/account_sync_settings_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002923 <intent-filter android:priority="1">
2924 <action android:name="android.settings.ACCOUNT_SYNC_SETTINGS" />
2925 <category android:name="android.intent.category.DEFAULT" />
2926 </intent-filter>
Amith Yamasani43c69782010-12-01 09:04:36 -08002927 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2928 android:value="com.android.settings.accounts.AccountSyncSettings" />
Arc Wanga63e9c62021-09-28 20:39:15 +08002929 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2930 android:value="@string/menu_key_accounts"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002931 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2932 android:value="true" />
Amith Yamasani43c69782010-12-01 09:04:36 -08002933 </activity>
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002934 <activity
2935 android:name="Settings$ManagedProfileSettingsActivity"
Ricky Waibf94d092017-02-01 15:26:29 +00002936 android:label="@string/managed_profile_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002937 android:exported="true"
Ricky Waibf94d092017-02-01 15:26:29 +00002938 android:permission="android.permission.MANAGE_USERS">
2939 <intent-filter android:priority="1">
2940 <action android:name="android.settings.MANAGED_PROFILE_SETTINGS" />
2941 <category android:name="android.intent.category.DEFAULT" />
2942 </intent-filter>
2943 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
2944 android:value="com.android.settings.accounts.ManagedProfileSettings" />
Arc Wanga63e9c62021-09-28 20:39:15 +08002945 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2946 android:value="@string/menu_key_accounts"/>
Ricky Waibf94d092017-02-01 15:26:29 +00002947 </activity>
Amith Yamasani43c69782010-12-01 09:04:36 -08002948
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002949 <activity
2950 android:name="com.android.settings.accounts.AddAccountSettings"
Amith Yamasani7bb8f722011-06-02 18:05:40 -07002951 android:configChanges="orientation|keyboardHidden|screenSize"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002952 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08002953 android:label="@string/header_add_an_account">
Dianne Hackborn0702e872015-02-20 12:48:32 -08002954 <intent-filter android:priority="1">
2955 <action android:name="android.settings.ADD_ACCOUNT_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08002956 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08002957 <category android:name="android.intent.category.DEFAULT" />
2958 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01002959 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
2960 android:value="true" />
Amith Yamasani43c69782010-12-01 09:04:36 -08002961 </activity>
2962
Jason Monkb7e43802016-06-06 16:01:58 -04002963 <activity android:name="Settings$ChooseAccountActivity"
Amith Yamasani43c69782010-12-01 09:04:36 -08002964 android:label="@string/header_add_an_account"
Fan Zhang92f1e942017-01-21 10:07:26 -08002965 android:configChanges="orientation|keyboardHidden|screenSize">
Jason Monkb7e43802016-06-06 16:01:58 -04002966 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Emily Chuangb279b1c2018-04-12 10:12:28 +08002967 android:value="com.android.settings.accounts.ChooseAccountFragment" />
Arc Wanga63e9c62021-09-28 20:39:15 +08002968 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
2969 android:value="@string/menu_key_accounts"/>
Jason Monkb7e43802016-06-06 16:01:58 -04002970 </activity>
Jim Miller165bf2f2011-01-26 16:10:26 -08002971
Jeff Sharkey9e9f7d12015-11-30 13:28:19 -07002972 <!-- Triggered when user-selected home app isn't encryption aware -->
2973 <activity android:name=".FallbackHome"
2974 android:excludeFromRecents="true"
Fan Zhang49534b72017-06-22 15:04:41 -07002975 android:label=""
Maurice Lam6e79c022016-07-15 18:11:54 -07002976 android:screenOrientation="nosensor"
Louis Chang397cdd62019-06-27 09:57:54 +08002977 android:taskAffinity="com.android.settings.FallbackHome"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002978 android:exported="true"
Adam Bookatzeb89d142022-02-24 16:45:28 -08002979 android:theme="@style/FallbackHome"
Tsung-Mao Fang8b8d3b42022-09-30 15:27:06 +08002980 android:permission="android.permission.DEVICE_POWER"
Adam Bookatzeb89d142022-02-24 16:45:28 -08002981 android:configChanges="keyboardHidden">
Xiaohui Chendbf3e152015-12-30 15:51:56 -08002982 <intent-filter android:priority="-1000">
Jeff Sharkey9e9f7d12015-11-30 13:28:19 -07002983 <action android:name="android.intent.action.MAIN" />
2984 <category android:name="android.intent.category.HOME" />
2985 <category android:name="android.intent.category.DEFAULT" />
2986 </intent-filter>
2987 </activity>
2988
Fan Zhangdb26cfb2018-02-07 17:32:17 -08002989 <activity
2990 android:name="Settings$DataUsageSummaryActivity"
2991 android:label="@string/data_usage_summary_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07002992 android:exported="true"
Bonian Chenb6a4bc92022-03-18 09:23:19 +08002993 android:icon="@drawable/ic_homepage_data_usage">
Rohan Shahff5bd332018-03-21 17:16:39 -07002994 <intent-filter android:priority="1">
2995 <action android:name="android.settings.DATA_USAGE_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08002996 <category android:name="android.intent.category.BROWSABLE" />
Rohan Shahff5bd332018-03-21 17:16:39 -07002997 <category android:name="android.intent.category.DEFAULT" />
2998 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07002999 <intent-filter android:priority="3">
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07003000 <action android:name="android.intent.action.MAIN" />
Amith Yamasani7836e4a2011-09-19 13:25:52 -07003001 <category android:name="com.android.settings.SHORTCUT" />
Jeff Sharkeydd6efe12011-06-15 10:31:41 -07003002 </intent-filter>
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07003003 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangcd21cb82018-06-11 09:28:02 -07003004 android:value="com.android.settings.datausage.DataUsageSummary" />
Arc Wanga63e9c62021-09-28 20:39:15 +08003005 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3006 android:value="@string/menu_key_network"/>
Jeff Sharkeyab2d8d32011-05-30 16:19:56 -07003007 </activity>
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003008 <activity
3009 android:name="Settings$MobileDataUsageListActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003010 android:exported="true"
Yanting Yang85713d02019-09-27 18:34:04 +08003011 android:label="@string/cellular_data_usage">
Malcolm Chen52584e92017-06-20 11:14:27 -07003012 <intent-filter android:priority="1">
3013 <action android:name="android.settings.MOBILE_DATA_USAGE" />
Malcolm Chen6fef2fff2017-07-13 17:59:58 -07003014 <category android:name="android.intent.category.DEFAULT" />
Malcolm Chen52584e92017-06-20 11:14:27 -07003015 </intent-filter>
3016 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Ling282a0d92018-11-30 16:20:32 -08003017 android:value="com.android.settings.datausage.DataUsageList" />
Arc Wanga63e9c62021-09-28 20:39:15 +08003018 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3019 android:value="@string/menu_key_network"/>
Malcolm Chen52584e92017-06-20 11:14:27 -07003020 </activity>
3021
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003022 <activity
3023 android:name="Settings$DreamSettingsActivity"
3024 android:label="@string/screensaver_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003025 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003026 android:icon="@drawable/ic_settings_display">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003027 <intent-filter android:priority="1">
3028 <action android:name="android.settings.DREAM_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08003029 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08003030 <category android:name="android.intent.category.DEFAULT" />
3031 </intent-filter>
Daniel Sandler7dee75c2012-11-27 22:41:30 -05003032 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Evan Laird22315ad2017-07-18 16:37:42 -04003033 android:value="com.android.settings.dream.DreamSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003034 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3035 android:value="@string/menu_key_display"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003036 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3037 android:value="true" />
Daniel Sandler7dee75c2012-11-27 22:41:30 -05003038 </activity>
3039
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003040 <activity
3041 android:name="Settings$UserSettingsActivity"
3042 android:label="@string/user_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003043 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003044 android:icon="@drawable/ic_settings_multiuser">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003045 <intent-filter android:priority="1">
3046 <action android:name="android.settings.USER_SETTINGS" />
3047 <category android:name="android.intent.category.DEFAULT" />
3048 </intent-filter>
Fan Zhang99800962018-08-08 11:12:03 -07003049 <intent-filter>
Jason Monk4da79e02015-09-10 10:54:36 -04003050 <action android:name="com.android.settings.action.SETTINGS" />
3051 </intent-filter>
Fan Zhang99800962018-08-08 11:12:03 -07003052 <meta-data android:name="com.android.settings.order" android:value="-45"/>
Jason Monk4da79e02015-09-10 10:54:36 -04003053 <meta-data android:name="com.android.settings.category"
Raff Tsai9e3a9fd2019-10-01 17:06:26 +08003054 android:value="com.android.settings.category.ia.system" />
Raff Tsai6db277e2019-10-02 16:43:23 +08003055 <meta-data android:name="com.android.settings.summary_uri"
3056 android:value="content://com.android.settings.dashboard.SummaryProvider/user" />
Jason Chiu5f0fc1f2021-05-24 18:27:42 +08003057 <meta-data android:name="com.android.settings.icon"
3058 android:resource="@drawable/ic_settings_multiuser" />
Amith Yamasani233592b2013-03-01 17:05:23 -08003059 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Raff Tsai9e3a9fd2019-10-01 17:06:26 +08003060 android:value="com.android.settings.users.UserSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003061 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3062 android:value="@string/menu_key_system"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003063 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
Raff Tsai9e3a9fd2019-10-01 17:06:26 +08003064 android:value="true" />
Amith Yamasani233592b2013-03-01 17:05:23 -08003065 </activity>
3066
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003067 <activity
Yasin Kilicderecc1d2102021-12-03 22:00:42 +00003068 android:name=".users.AddSupervisedUserActivity"
3069 android:label="@*android:string/supervised_user_creation_label"
Matt Pietald7314e12022-02-08 11:16:38 -05003070 android:icon="@drawable/ic_settings_multiuser"
3071 android:exported="true">
Yasin Kilicderecc1d2102021-12-03 22:00:42 +00003072 </activity>
3073
3074 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003075 android:name="Settings$PaymentSettingsActivity"
3076 android:label="@string/nfc_payment_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003077 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003078 android:icon="@drawable/ic_settings_nfc_payment">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003079 <intent-filter android:priority="1">
3080 <action android:name="android.settings.NFC_PAYMENT_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08003081 <category android:name="android.intent.category.BROWSABLE" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08003082 <category android:name="android.intent.category.DEFAULT" />
3083 </intent-filter>
Martijn Coenen26515da2013-08-01 18:13:33 -07003084 <intent-filter>
3085 <action android:name="android.intent.action.MAIN" />
Martijn Coenen26515da2013-08-01 18:13:33 -07003086 <category android:name="android.intent.category.DEFAULT" />
3087 </intent-filter>
3088 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3089 android:value="com.android.settings.nfc.PaymentSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003090 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3091 android:value="@string/menu_key_connected_devices"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003092 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3093 android:value="true" />
Martijn Coenen26515da2013-08-01 18:13:33 -07003094 </activity>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003095
Martijn Coenen26515da2013-08-01 18:13:33 -07003096 <activity android:name=".nfc.PaymentDefaultDialog"
Martijn Coenenda6c0ba2013-09-05 21:07:23 -07003097 android:label="@string/nfc_payment_set_default_label"
Martijn Coenen26515da2013-08-01 18:13:33 -07003098 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003099 android:exported="true"
Andrew Sapperstein7e157432016-07-15 16:46:38 -07003100 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003101 <intent-filter android:priority="1">
Martijn Coenena73aa322013-08-30 12:57:42 -07003102 <action android:name="android.nfc.cardemulation.action.ACTION_CHANGE_DEFAULT" />
3103 <category android:name="android.intent.category.DEFAULT" />
3104 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003105 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3106 android:value="true" />
Martijn Coenen26515da2013-08-01 18:13:33 -07003107 </activity>
3108
Martijn Coenencbcc76e2015-06-05 21:28:17 +02003109 <activity android:name=".nfc.HowItWorks"
3110 android:label="@string/nfc_payment_settings_title"
Martijn Coenencbcc76e2015-06-05 21:28:17 +02003111 android:excludeFromRecents="true">
3112 </activity>
3113
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003114 <activity
3115 android:name="Settings$NotificationAccessSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003116 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003117 android:label="@string/manage_notification_access_title">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003118 <intent-filter android:priority="1">
3119 <action android:name="android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS" />
3120 <category android:name="android.intent.category.DEFAULT" />
3121 </intent-filter>
Daniel Sandler79b9bfe2013-04-04 14:30:04 -04003122 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
John Spurlock4a350512014-04-08 14:08:21 -04003123 android:value="com.android.settings.notification.NotificationAccessSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003124 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3125 android:value="@string/menu_key_notifications"/>
John Spurlock08531a82015-05-07 17:45:43 -04003126 </activity>
3127
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003128 <activity
Julia Reynolds31dc1fd2019-10-29 15:15:08 -04003129 android:name="Settings$NotificationAccessDetailsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003130 android:exported="true"
Julia Reynolds31dc1fd2019-10-29 15:15:08 -04003131 android:label="@string/manage_notification_access_title" >
3132 <intent-filter android:priority="1">
3133 <action android:name="android.settings.NOTIFICATION_LISTENER_DETAIL_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08003134 <category android:name="android.intent.category.BROWSABLE" />
Julia Reynolds31dc1fd2019-10-29 15:15:08 -04003135 <category android:name="android.intent.category.DEFAULT" />
3136 </intent-filter>
3137 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3138 android:value="com.android.settings.applications.specialaccess.notificationaccess.NotificationAccessDetails" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003139 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3140 android:value="@string/menu_key_notifications"/>
Julia Reynolds31dc1fd2019-10-29 15:15:08 -04003141 </activity>
3142
3143 <activity
Fabian Kozynski01b2a632019-02-20 12:55:10 -05003144 android:name="Settings$NotificationAssistantSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003145 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003146 android:label="@string/notification_assistant_title">
Fabian Kozynski01b2a632019-02-20 12:55:10 -05003147 <intent-filter android:priority="1">
3148 <action android:name="android.settings.NOTIFICATION_ASSISTANT_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08003149 <category android:name="android.intent.category.BROWSABLE" />
Fabian Kozynski01b2a632019-02-20 12:55:10 -05003150 <category android:name="android.intent.category.DEFAULT" />
3151 </intent-filter>
3152 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Chloris Kuo2c955bb2021-03-19 07:00:45 -07003153 android:value="com.android.settings.notification.ConfigureNotificationSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003154 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3155 android:value="@string/menu_key_notifications"/>
Fabian Kozynski01b2a632019-02-20 12:55:10 -05003156 </activity>
3157
3158 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003159 android:name="Settings$VrListenersSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003160 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003161 android:label="@string/vr_listeners_title">
Ruben Brunke1c98ca2016-02-23 18:58:56 -08003162 <intent-filter android:priority="1">
3163 <action android:name="android.settings.VR_LISTENER_SETTINGS" />
3164 <category android:name="android.intent.category.DEFAULT" />
3165 </intent-filter>
Ruben Brunke1c98ca2016-02-23 18:58:56 -08003166 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangaf155222018-07-11 09:41:39 -07003167 android:value="com.android.settings.applications.specialaccess.vrlistener.VrListenerSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003168 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3169 android:value="@string/menu_key_apps"/>
Ruben Brunke1c98ca2016-02-23 18:58:56 -08003170 </activity>
3171
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003172 <activity
3173 android:name="Settings$PictureInPictureSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003174 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003175 android:label="@string/picture_in_picture_title">
Winson Chung0a0d95a2017-01-20 11:22:44 -08003176 <intent-filter android:priority="1">
3177 <action android:name="android.settings.PICTURE_IN_PICTURE_SETTINGS" />
3178 <category android:name="android.intent.category.DEFAULT" />
3179 </intent-filter>
3180 <intent-filter>
3181 <action android:name="android.intent.action.MAIN" />
3182 <category android:name="android.intent.category.DEFAULT" />
3183 </intent-filter>
3184 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang4560ab72018-07-10 15:46:31 -07003185 android:value="com.android.settings.applications.specialaccess.pictureinpicture.PictureInPictureSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003186 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3187 android:value="@string/menu_key_apps"/>
Winson Chung0a0d95a2017-01-20 11:22:44 -08003188 </activity>
Ruben Brunke1c98ca2016-02-23 18:58:56 -08003189
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003190 <activity
3191 android:name="Settings$AppPictureInPictureSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003192 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003193 android:label="@string/picture_in_picture_title">
Winson Chung217d0e92017-03-17 15:48:38 -07003194 <intent-filter>
3195 <action android:name="android.settings.PICTURE_IN_PICTURE_SETTINGS" />
3196 <category android:name="android.intent.category.DEFAULT" />
3197 <data android:scheme="package" />
3198 </intent-filter>
3199 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang4560ab72018-07-10 15:46:31 -07003200 android:value="com.android.settings.applications.specialaccess.pictureinpicture.PictureInPictureDetails" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003201 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3202 android:value="@string/menu_key_apps"/>
Winson Chung217d0e92017-03-17 15:48:38 -07003203 </activity>
3204
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003205 <activity
Philip Junker8a978052022-03-14 18:08:46 +00003206 android:name="Settings$TurnScreenOnSettingsActivity"
3207 android:exported="true"
3208 android:label="@string/turn_screen_on_title">
3209 <intent-filter android:priority="1">
3210 <action android:name="android.settings.TURN_SCREEN_ON_SETTINGS" />
3211 <category android:name="android.intent.category.DEFAULT" />
3212 </intent-filter>
3213 <intent-filter>
3214 <action android:name="android.intent.action.MAIN" />
3215 <category android:name="android.intent.category.DEFAULT" />
3216 </intent-filter>
3217 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3218 android:value="com.android.settings.applications.specialaccess.turnscreenon.TurnScreenOnSettings" />
3219 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3220 android:value="@string/menu_key_apps"/>
3221 </activity>
3222
3223 <activity
kholoud mohamed14a887f2020-01-29 17:38:31 +00003224 android:name="Settings$InteractAcrossProfilesSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003225 android:exported="true"
kholoud mohamed14a887f2020-01-29 17:38:31 +00003226 android:label="@string/interact_across_profiles_title">
3227 <intent-filter android:priority="1">
3228 <action android:name="android.settings.MANAGE_CROSS_PROFILE_ACCESS" />
3229 <category android:name="android.intent.category.DEFAULT" />
3230 </intent-filter>
3231 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3232 android:value="com.android.settings.applications.specialaccess.interactacrossprofiles.InteractAcrossProfilesSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003233 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3234 android:value="@string/menu_key_apps"/>
kholoud mohamed14a887f2020-01-29 17:38:31 +00003235 </activity>
3236
3237 <activity android:name="Settings$AppInteractAcrossProfilesSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003238 android:exported="true"
kholoud mohamed14a887f2020-01-29 17:38:31 +00003239 android:label="@string/interact_across_profiles_title">
3240 <intent-filter>
3241 <action android:name="android.settings.MANAGE_CROSS_PROFILE_ACCESS" />
3242 <category android:name="android.intent.category.DEFAULT" />
3243 <data android:scheme="package" />
3244 </intent-filter>
3245 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3246 android:value="com.android.settings.applications.specialaccess.interactacrossprofiles.InteractAcrossProfilesDetails" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003247 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3248 android:value="@string/menu_key_apps"/>
kholoud mohamed14a887f2020-01-29 17:38:31 +00003249 </activity>
3250
3251 <activity
Fan Zhange366f022019-03-19 13:08:10 -07003252 android:name="Settings$ZenAccessDetailSettingsActivity"
3253 android:label="@string/manage_zen_access_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003254 android:exported="true"
Fan Zhange366f022019-03-19 13:08:10 -07003255 android:excludeFromRecents="true">
3256 <intent-filter>
3257 <action android:name="android.settings.NOTIFICATION_POLICY_ACCESS_DETAIL_SETTINGS" />
3258 <category android:name="android.intent.category.DEFAULT" />
3259 <data android:scheme="package" />
3260 </intent-filter>
3261 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3262 android:value="com.android.settings.applications.specialaccess.zenaccess.ZenAccessDetails" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003263 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3264 android:value="@string/menu_key_notifications"/>
Fan Zhange366f022019-03-19 13:08:10 -07003265 </activity>
3266
3267 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003268 android:name="Settings$ZenAccessSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003269 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003270 android:label="@string/manage_zen_access_title">
John Spurlock08531a82015-05-07 17:45:43 -04003271 <intent-filter android:priority="1">
John Spurlocka00194d2015-06-04 13:01:59 -04003272 <action android:name="android.settings.NOTIFICATION_POLICY_ACCESS_SETTINGS" />
John Spurlock08531a82015-05-07 17:45:43 -04003273 <category android:name="android.intent.category.DEFAULT" />
3274 </intent-filter>
John Spurlock08531a82015-05-07 17:45:43 -04003275 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05003276 android:value="com.android.settings.notification.zen.ZenAccessSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003277 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3278 android:value="@string/menu_key_notifications"/>
Daniel Sandler79b9bfe2013-04-04 14:30:04 -04003279 </activity>
3280
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003281 <activity
3282 android:name="Settings$ConfigureNotificationSettingsActivity"
3283 android:label="@string/configure_notification_settings"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003284 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003285 <intent-filter android:priority="1">
3286 <action android:name="android.settings.NOTIFICATION_SETTINGS" />
3287 <category android:name="android.intent.category.DEFAULT" />
3288 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07003289 <intent-filter android:priority="21">
Dan Sandler347f9442014-03-11 01:32:47 -04003290 <action android:name="android.intent.action.MAIN" />
Dan Sandler347f9442014-03-11 01:32:47 -04003291 <category android:name="com.android.settings.SHORTCUT" />
3292 </intent-filter>
3293 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynolds8c0a4232015-11-24 10:08:14 -05003294 android:value="com.android.settings.notification.ConfigureNotificationSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003295 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3296 android:value="@string/menu_key_notifications"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003297 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3298 android:value="true" />
Dan Sandler347f9442014-03-11 01:32:47 -04003299 </activity>
3300
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003301 <activity
Julia Reynolds6a88e142020-06-02 11:20:13 -04003302 android:name="Settings$ConversationListSettingsActivity"
3303 android:label="@string/zen_mode_conversations_title"
3304 android:exported="true">
3305 <intent-filter android:priority="1">
3306 <action android:name="android.settings.CONVERSATION_SETTINGS" />
3307 <category android:name="android.intent.category.DEFAULT" />
3308 </intent-filter>
3309 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3310 android:value="com.android.settings.notification.app.ConversationListSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003311 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3312 android:value="@string/menu_key_apps"/>
Julia Reynolds6a88e142020-06-02 11:20:13 -04003313 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3314 android:value="true" />
3315 </activity>
3316
3317 <activity
Julia Reynolds4e48da92019-03-26 09:04:22 -04003318 android:name="Settings$AppBubbleNotificationSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003319 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003320 android:label="@string/bubbles_app_toggle_title">
Julia Reynolds4e48da92019-03-26 09:04:22 -04003321 <intent-filter android:priority="1">
3322 <action android:name="android.settings.APP_NOTIFICATION_BUBBLE_SETTINGS" />
3323 <category android:name="android.intent.category.DEFAULT" />
3324 </intent-filter>
3325 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05003326 android:value="com.android.settings.notification.app.AppBubbleNotificationSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003327 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3328 android:value="@string/menu_key_apps"/>
Julia Reynolds4e48da92019-03-26 09:04:22 -04003329 </activity>
3330
3331 <activity
Amber Ogata9d5de292020-12-16 20:37:22 +00003332 android:name="Settings$PremiumSmsAccessActivity"
3333 android:label="@string/premium_sms_access"
3334 android:exported="true">
3335 <intent-filter>
3336 <action android:name="android.settings.PREMIUM_SMS_SETTINGS" />
3337 <category android:name="android.intent.category.DEFAULT" />
3338 <data android:scheme="package" />
3339 </intent-filter>
3340 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3341 android:value="com.android.settings.applications.specialaccess.premiumsms.PremiumSmsAccess" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003342 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3343 android:value="@string/menu_key_apps"/>
Amber Ogata9d5de292020-12-16 20:37:22 +00003344 </activity>
3345
3346 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003347 android:name="Settings$SoundSettingsActivity"
3348 android:label="@string/sound_settings"
3349 android:icon="@drawable/ic_homepage_sound"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003350 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003351 <intent-filter android:priority="1">
John Spurlock4e4cdef2014-05-28 09:43:45 -04003352 <action android:name="com.android.settings.SOUND_SETTINGS" />
3353 <action android:name="android.settings.SOUND_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08003354 <category android:name="android.intent.category.BROWSABLE" />
Kenny Guyf9f279e2017-04-04 18:01:13 +01003355 <action android:name="android.settings.ACTION_OTHER_SOUND_SETTINGS" />
John Spurlock4e4cdef2014-05-28 09:43:45 -04003356 <category android:name="android.intent.category.DEFAULT" />
Dianne Hackborn0702e872015-02-20 12:48:32 -08003357 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07003358 <intent-filter android:priority="40">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003359 <action android:name="android.intent.action.MAIN" />
Julia Reynolds8c0a4232015-11-24 10:08:14 -05003360 <category android:name="com.android.settings.SHORTCUT" />
John Spurlock4e4cdef2014-05-28 09:43:45 -04003361 </intent-filter>
3362 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynolds8c0a4232015-11-24 10:08:14 -05003363 android:value="com.android.settings.notification.SoundSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003364 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3365 android:value="@string/menu_key_sound"/>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003366 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3367 android:value="true" />
Julia Reynolds8c0a4232015-11-24 10:08:14 -05003368 </activity>
John Spurlock4e4cdef2014-05-28 09:43:45 -04003369
Julia Reynoldsff9500d2018-03-21 15:23:13 -04003370 <!-- Show apps for which application-level notification settings are applicable -->
3371 <activity android:name="Settings$NotificationAppListActivity"
3372 android:label="@string/app_notifications_title"
3373 android:icon="@drawable/ic_notifications"
Fan Zhang416ff0a2018-10-26 15:39:39 -07003374 android:exported="true">
Julia Reynoldsff9500d2018-03-21 15:23:13 -04003375 <intent-filter android:priority="1">
3376 <action android:name="android.settings.ALL_APPS_NOTIFICATION_SETTINGS" />
3377 <category android:name="android.intent.category.DEFAULT" />
3378 </intent-filter>
Julia Reynoldsff9500d2018-03-21 15:23:13 -04003379 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3380 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003381 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3382 android:value="@string/menu_key_notifications"/>
Julia Reynoldsff9500d2018-03-21 15:23:13 -04003383 </activity>
3384
Yuri Lin554ab1f2022-04-12 17:05:49 -04003385 <!-- Application-level notification settings page, same as above but only accessible
3386 internally from system server -->
3387 <activity android:name="Settings$NotificationReviewPermissionsActivity"
3388 android:label="@string/app_notifications_title"
3389 android:icon="@drawable/ic_notifications"
3390 android:exported="false">
3391 <intent-filter android:priority="1">
3392 <action android:name="android.settings.ALL_APPS_NOTIFICATION_SETTINGS_FOR_REVIEW" />
3393 <category android:name="android.intent.category.DEFAULT" />
3394 </intent-filter>
3395 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3396 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
3397 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3398 android:value="@string/menu_key_notifications"/>
3399 </activity>
3400
John Spurlock802ddf92014-07-18 11:51:13 -04003401 <!-- Show application-level notification settings (app passed in as extras) -->
3402 <activity android:name="Settings$AppNotificationSettingsActivity"
John Spurlockb8ec3432014-07-27 13:33:34 -04003403 android:exported="true">
Dianne Hackborn0702e872015-02-20 12:48:32 -08003404 <intent-filter android:priority="1">
3405 <action android:name="android.settings.APP_NOTIFICATION_SETTINGS" />
3406 <category android:name="android.intent.category.DEFAULT" />
3407 </intent-filter>
John Spurlock802ddf92014-07-18 11:51:13 -04003408 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05003409 android:value="com.android.settings.notification.app.AppNotificationSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003410 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3411 android:value="@string/menu_key_notifications"/>
John Spurlockb8ec3432014-07-27 13:33:34 -04003412 </activity>
3413
Julia Reynolds69492882017-01-25 10:32:07 -05003414 <!-- Show channel-level notification settings (channel passed in as extras) -->
Julia Reynoldsefe26e22021-03-10 21:38:49 -05003415 <activity android:name=".notification.app.ChannelPanelActivity"
Julia Reynoldse2897ae2018-04-19 10:04:53 -04003416 android:label="@string/notification_channel_title"
Julia Reynoldsefe26e22021-03-10 21:38:49 -05003417 android:theme="@style/Theme.Panel"
Julia Reynoldsefe26e22021-03-10 21:38:49 -05003418 android:excludeFromRecents="true"
Julia Reynoldsefe26e22021-03-10 21:38:49 -05003419 android:configChanges="orientation|keyboardHidden|screenSize"
Julia Reynolds69492882017-01-25 10:32:07 -05003420 android:exported="true">
3421 <intent-filter android:priority="1">
3422 <action android:name="android.settings.CHANNEL_NOTIFICATION_SETTINGS" />
3423 <category android:name="android.intent.category.DEFAULT" />
3424 </intent-filter>
Julia Reynolds69492882017-01-25 10:32:07 -05003425 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Julia Reynoldsaceccce2019-11-26 16:14:03 -05003426 android:value="com.android.settings.notification.app.ChannelNotificationSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003427 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3428 android:value="@string/menu_key_notifications"/>
Julia Reynolds69492882017-01-25 10:32:07 -05003429 </activity>
3430
Zachary Kuznia5adcb3d2015-08-07 16:32:28 -07003431 <!-- Show Manual (from settings item) -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003432 <activity
3433 android:name="ManualDisplayActivity"
3434 android:label="@string/manual"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003435 android:exported="true"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003436 android:enabled="@bool/config_show_manual">
Zachary Kuznia5adcb3d2015-08-07 16:32:28 -07003437 <intent-filter>
3438 <action android:name="android.settings.SHOW_MANUAL" />
3439 <category android:name="android.intent.category.DEFAULT" />
3440 </intent-filter>
3441 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3442 android:value="true" />
3443 </activity>
3444
Jake Hamby5e9bd862013-04-09 15:48:25 -07003445 <!-- Show regulatory info (from settings item or dialing "*#07#") -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003446 <activity
3447 android:name="RegulatoryInfoDisplayActivity"
3448 android:label="@string/regulatory_labels"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003449 android:exported="true"
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003450 android:enabled="@bool/config_show_regulatory_info">
Jeff Sharkey3daa2592014-04-18 15:30:15 -07003451 <intent-filter>
Jake Hamby5e9bd862013-04-09 15:48:25 -07003452 <action android:name="android.settings.SHOW_REGULATORY_INFO" />
Han Xu9cf02662022-08-15 19:19:55 +08003453 <category android:name="android.intent.category.BROWSABLE" />
Jake Hamby5e9bd862013-04-09 15:48:25 -07003454 <category android:name="android.intent.category.DEFAULT" />
3455 </intent-filter>
Alexandra Gherghina25138512014-07-21 22:42:21 +01003456 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3457 android:value="true" />
Jake Hamby5e9bd862013-04-09 15:48:25 -07003458 </activity>
3459
Eugene Susla57544122017-04-14 10:42:59 -07003460 <!-- Confirmation dialog for enabling notification access from CompanionDeviceManager -->
3461 <activity android:name=".notification.NotificationAccessConfirmationActivity"
Guojing Yuan19235b82021-05-12 17:06:42 +00003462 android:taskAffinity=".notification.NotificationAccessConfirmationActivity"
Eugene Susla57544122017-04-14 10:42:59 -07003463 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" />
3464
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003465 <receiver android:name="com.android.settingslib.bluetooth.BluetoothDiscoverableTimeoutReceiver"
3466 android:exported="true">
Srikanth Uppala59a97f72012-04-04 03:32:22 -07003467 <intent-filter>
3468 <action android:name="android.bluetooth.intent.DISCOVERABLE_TIMEOUT" />
3469 </intent-filter>
3470 </receiver>
3471
Amith Yamasani32dccbc2012-09-13 18:06:49 -07003472 <!-- Watch for ContactsContract.Profile changes and update the user's photo. -->
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003473 <receiver android:name=".users.ProfileUpdateReceiver"
3474 android:exported="true">
Amith Yamasani32dccbc2012-09-13 18:06:49 -07003475 <intent-filter>
3476 <action android:name="android.provider.Contacts.PROFILE_CHANGED" />
3477 </intent-filter>
3478 </receiver>
3479
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003480 <receiver android:name=".sim.SimSelectNotification"
3481 android:exported="true">
PauloftheWest63f7bc82014-10-30 08:01:30 -07003482 <intent-filter>
Malcolm Chena05e6f82019-03-27 17:45:29 -07003483 <action android:name="android.telephony.action.PRIMARY_SUBSCRIPTION_LIST_CHANGED"/>
Malcolm Chen7dd82f92019-04-18 19:45:04 -07003484 <action android:name="android.settings.ENABLE_MMS_DATA_REQUEST"/>
PauloftheWest63f7bc82014-10-30 08:01:30 -07003485 </intent-filter>
3486 </receiver>
3487
Amith Yamasani2ad96252013-09-09 13:07:27 -07003488 <provider
Aurimas Liutikase0069d32018-04-17 11:22:43 -07003489 android:name="androidx.core.content.FileProvider"
Amith Yamasani2ad96252013-09-09 13:07:27 -07003490 android:authorities="com.android.settings.files"
3491 android:grantUriPermissions="true"
3492 android:exported="false">
3493 <meta-data
3494 android:name="android.support.FILE_PROVIDER_PATHS"
3495 android:resource="@xml/file_paths" />
3496 </provider>
Fabrice Di Megliofa7dc242014-03-12 19:24:43 -07003497
Andrew Sapperstein56a8c332019-06-18 09:44:18 -07003498 <provider
3499 android:name=".deviceinfo.legal.ModuleLicenseProvider"
3500 android:authorities="com.android.settings.module_licenses"
3501 android:grantUriPermissions="true"
3502 android:exported="false"/>
3503
Fan Zhang9fdceae2021-03-10 21:45:19 +00003504 <provider
3505 android:name=".emergency.EmergencyActionContentProvider"
3506 android:authorities="com.android.settings.emergency"
3507 android:permission="android.permission.CALL_PRIVILEGED"
3508 android:exported="true"/>
3509
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003510 <activity
3511 android:name=".wifi.RequestToggleWiFiActivity"
3512 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"
Svetoslav Ganov871078e2016-07-26 18:26:45 -07003513 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003514 android:exported="true"
Svetoslav Ganov871078e2016-07-26 18:26:45 -07003515 android:permission="android.permission.CHANGE_WIFI_STATE">
3516 <intent-filter>
3517 <action android:name="android.net.wifi.action.REQUEST_ENABLE" />
3518 <action android:name="android.net.wifi.action.REQUEST_DISABLE" />
3519 <category android:name="android.intent.category.DEFAULT" />
3520 </intent-filter>
3521 </activity>
3522
Weng Su56a88882021-07-06 11:30:17 +08003523 <!--
3524 The Wi-Fi result data will only be returned from WifiDialogActivity if the calling
3525 package has ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission. (see b/185126813)
3526 -->
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003527 <activity
3528 android:name=".wifi.WifiDialogActivity"
Udam Saini86d52c92016-03-10 11:30:53 -08003529 android:label=""
Maurice Lam771fac52015-09-08 10:36:43 -07003530 android:theme="@style/Transparent"
3531 android:excludeFromRecents="true"
lindatseng8d7d0132019-05-21 14:41:11 -07003532 android:documentLaunchMode="always"
Maurice Lamec1f2ee2015-10-29 16:40:49 -07003533 android:exported="true"
Udam Saini0ec68622015-12-21 10:52:34 -08003534 android:permission="android.permission.CHANGE_WIFI_STATE"
3535 android:configChanges="orientation|keyboardHidden|screenSize">
Maurice Lam771fac52015-09-08 10:36:43 -07003536 <intent-filter>
3537 <action android:name="com.android.settings.WIFI_DIALOG" />
3538 <category android:name="android.intent.category.DEFAULT" />
3539 </intent-filter>
3540 </activity>
3541
cosmohsiehda37bb72018-11-26 11:58:02 +08003542 <activity
3543 android:name=".wifi.NetworkRequestDialogActivity"
govenliudbf920c2019-08-19 16:22:22 +08003544 android:theme="@style/Theme.AlertDialog"
cosmohsiehda37bb72018-11-26 11:58:02 +08003545 android:excludeFromRecents="true"
cosmohsiehed2fac12019-03-21 13:32:19 +08003546 android:launchMode="singleTop"
3547 android:taskAffinity=".wifi.NetworkRequestDialogActivity"
cosmohsiehda37bb72018-11-26 11:58:02 +08003548 android:exported="true"
Roshan Piusb2db1f02019-11-19 15:45:40 +00003549 android:permission="android.permission.NETWORK_SETTINGS">
cosmohsiehda37bb72018-11-26 11:58:02 +08003550 <intent-filter>
cosmohsieh1e2e6142019-01-11 10:02:24 +08003551 <action android:name="com.android.settings.wifi.action.NETWORK_REQUEST" />
cosmohsiehda37bb72018-11-26 11:58:02 +08003552 <category android:name="android.intent.category.DEFAULT" />
3553 </intent-filter>
3554 </activity>
3555
Jason Chiu2c3e6c62019-04-30 14:41:19 +08003556 <receiver
Jason Chiuda2ca2f2019-01-29 17:13:28 +08003557 android:name=".wifi.slice.ConnectToWifiHandler"
Jason Chiuda2ca2f2019-01-29 17:13:28 +08003558 android:exported="false" />
3559
Antony Sargenta7dc2772019-04-12 15:08:16 -07003560 <activity
3561 android:name=".sim.SimDialogActivity"
SongFerngWangbe8f2792021-12-21 12:58:12 +08003562 android:theme="@style/Theme.AlertDialog.SimConfirmDialog"
Antony Sargenta7dc2772019-04-12 15:08:16 -07003563 android:label="@string/sim_settings_title"
3564 android:launchMode="singleTop"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003565 android:exported="true"
Antony Sargenta7dc2772019-04-12 15:08:16 -07003566 android:excludeFromRecents="true">
PauloftheWestffef98b2014-11-18 07:12:48 -08003567 <intent-filter>
3568 <action android:name="android.intent.action.MAIN" />
PauloftheWestffef98b2014-11-18 07:12:48 -08003569 </intent-filter>
3570 </activity>
3571
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003572 <activity
Fan Zhang03dd39c2019-04-02 16:41:01 -07003573 android:name=".flashlight.FlashlightHandleActivity"
3574 android:theme="@android:style/Theme.NoDisplay"
3575 android:excludeFromRecents="true"
3576 android:exported="true"
3577 android:label="@string/power_flashlight"/>
3578
3579 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003580 android:name="Settings$WifiCallingSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003581 android:exported="true"
Zoey Chen6cf16b02021-11-01 16:46:12 +08003582 android:configChanges="orientation|keyboard|keyboardHidden|screenSize|smallestScreenSize|screenLayout"
Fan Zhang416ff0a2018-10-26 15:39:39 -07003583 android:label="@string/wifi_calling_settings_title">
Pavel Zhamaitsiak4ab32562015-02-23 15:34:07 -08003584 <intent-filter>
3585 <action android:name="android.intent.action.MAIN" />
3586 <action android:name="android.settings.WIFI_CALLING_SETTINGS" />
3587 <category android:name="android.intent.category.DEFAULT" />
3588 <category android:name="android.intent.category.VOICE_LAUNCH" />
3589 </intent-filter>
3590 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangb91db422018-02-09 10:25:55 -08003591 android:value="com.android.settings.wifi.calling.WifiCallingSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003592 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3593 android:value="@string/menu_key_network"/>
Pavel Zhamaitsiak4ab32562015-02-23 15:34:07 -08003594 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3595 android:value="true" />
Pavel Zhamaitsiak4ab32562015-02-23 15:34:07 -08003596 </activity>
3597
Fan Zhangb91db422018-02-09 10:25:55 -08003598 <activity android:name=".wifi.calling.WifiCallingSuggestionActivity"
Jason Monkd3ac2392016-01-27 13:54:35 -05003599 android:label="@string/wifi_calling_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003600 android:exported="true"
Mill Chen71958002019-01-23 10:44:39 +08003601 android:icon="@drawable/ic_suggestion_wireless">
Jason Monkd3ac2392016-01-27 13:54:35 -05003602 <intent-filter>
3603 <action android:name="android.intent.action.MAIN" />
Fan Zhang7afbf0f2017-05-08 09:31:01 -07003604 <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" />
Jason Monkd3ac2392016-01-27 13:54:35 -05003605 </intent-filter>
3606 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhangb91db422018-02-09 10:25:55 -08003607 android:value="com.android.settings.wifi.calling.WifiCallingSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003608 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3609 android:value="@string/menu_key_network"/>
Jason Monkd3ac2392016-01-27 13:54:35 -05003610 <meta-data android:name="com.android.settings.dismiss"
Fan Zhangaf91c1f2017-06-03 15:24:11 -07003611 android:value="10,14,30" />
Jason Monkd3ac2392016-01-27 13:54:35 -05003612 <meta-data android:name="com.android.settings.title"
3613 android:resource="@string/wifi_calling_suggestion_title" />
Jason Monkec1f28e2016-02-24 17:39:29 -05003614 <meta-data android:name="com.android.settings.summary"
3615 android:resource="@string/wifi_calling_suggestion_summary" />
Jason Monkd3ac2392016-01-27 13:54:35 -05003616 </activity>
3617
Fabrice Di Megliofa7dc242014-03-12 19:24:43 -07003618 <provider
3619 android:name=".search.SettingsSearchIndexablesProvider"
3620 android:authorities="com.android.settings"
3621 android:multiprocess="false"
3622 android:grantUriPermissions="true"
3623 android:permission="android.permission.READ_SEARCH_INDEXABLES"
3624 android:exported="true">
3625 <intent-filter>
3626 <action android:name="android.content.action.SEARCH_INDEXABLES_PROVIDER" />
3627 </intent-filter>
3628 </provider>
3629
Fan Zhang2985a072017-09-27 17:32:46 -07003630 <provider
3631 android:name=".dashboard.suggestions.SuggestionStateProvider"
3632 android:authorities="com.android.settings.suggestions.status"
3633 android:exported="true">
3634 <intent-filter>
3635 <action android:name="com.android.settings.action.SUGGESTION_STATE_PROVIDER" />
3636 </intent-filter>
3637 </provider>
3638
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003639 <activity
3640 android:name="Settings$OverlaySettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003641 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003642 android:label="@string/draw_overlay">
Billy Lau7f70ba12015-07-03 17:01:18 +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 </intent-filter>
Billy Laufee78562015-07-27 12:57:07 +01003647 <intent-filter android:priority="1">
3648 <action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" />
3649 <category android:name="android.intent.category.DEFAULT" />
3650 <data android:scheme="package" />
3651 </intent-filter>
3652 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Bernardo Rufino897a0e02019-11-06 15:00:27 +00003653 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003654 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3655 android:value="@string/menu_key_apps"/>
Raff Tsai613f15a2020-01-05 21:56:35 +08003656 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3657 android:value="true" />
Billy Laufee78562015-07-27 12:57:07 +01003658 </activity>
3659
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003660 <activity
Bernardo Rufino88540312019-11-25 19:40:53 +00003661 android:name="Settings$AppDrawOverlaySettingsActivity"
3662 android:label="@string/draw_overlay"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003663 android:exported="true"
Bernardo Rufino88540312019-11-25 19:40:53 +00003664 android:permission="android.permission.INTERNAL_SYSTEM_WINDOW">
3665 <intent-filter android:priority="1">
3666 <action android:name="android.settings.MANAGE_APP_OVERLAY_PERMISSION" />
3667 <category android:name="android.intent.category.DEFAULT" />
3668 <data android:scheme="package" />
3669 </intent-filter>
3670 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3671 android:value="com.android.settings.applications.appinfo.DrawOverlayDetails" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003672 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3673 android:value="@string/menu_key_apps"/>
Bernardo Rufino88540312019-11-25 19:40:53 +00003674 </activity>
3675
3676 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003677 android:name="Settings$WriteSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003678 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003679 android:label="@string/write_settings_title">
Billy Lau7f70ba12015-07-03 17:01:18 +01003680 <intent-filter android:priority="1">
3681 <action android:name="android.settings.action.MANAGE_WRITE_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08003682 <category android:name="android.intent.category.BROWSABLE" />
Billy Lau7f70ba12015-07-03 17:01:18 +01003683 <category android:name="android.intent.category.DEFAULT" />
3684 </intent-filter>
Billy Laubb3aa262015-07-21 16:43:17 +01003685 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07003686 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003687 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3688 android:value="@string/menu_key_apps"/>
Raff Tsai613f15a2020-01-05 21:56:35 +08003689 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3690 android:value="true" />
Billy Lau7f70ba12015-07-03 17:01:18 +01003691 </activity>
3692
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003693 <activity
3694 android:name="Settings$AppWriteSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003695 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003696 android:label="@string/write_settings_title">
Suprabh Shuklaf59d2112017-03-06 17:51:05 -08003697 <intent-filter android:priority="1">
3698 <action android:name="android.settings.action.MANAGE_WRITE_SETTINGS" />
3699 <category android:name="android.intent.category.DEFAULT" />
3700 <data android:scheme="package" />
3701 </intent-filter>
3702 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Lingebf88432017-12-11 11:18:10 -08003703 android:value="com.android.settings.applications.appinfo.WriteSettingsDetails" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003704 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3705 android:value="@string/menu_key_apps"/>
Suprabh Shuklaf59d2112017-03-06 17:51:05 -08003706 </activity>
3707
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003708 <activity
Suprabh Shuklac8b92402021-02-17 18:00:35 -08003709 android:name="Settings$AlarmsAndRemindersActivity"
3710 android:exported="true"
3711 android:label="@string/alarms_and_reminders_label">
3712 <intent-filter android:priority="1">
3713 <action android:name="android.settings.REQUEST_SCHEDULE_EXACT_ALARM" />
3714 <category android:name="android.intent.category.DEFAULT" />
3715 </intent-filter>
3716 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3717 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003718 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3719 android:value="@string/menu_key_apps"/>
Suprabh Shuklac8b92402021-02-17 18:00:35 -08003720 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3721 android:value="true" />
3722 </activity>
3723
3724 <activity
3725 android:name="Settings$AlarmsAndRemindersAppActivity"
3726 android:exported="true"
3727 android:label="@string/alarms_and_reminders_label">
3728 <intent-filter android:priority="1">
3729 <action android:name="android.settings.REQUEST_SCHEDULE_EXACT_ALARM" />
3730 <category android:name="android.intent.category.DEFAULT" />
3731 <data android:scheme="package" />
3732 </intent-filter>
3733 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3734 android:value="com.android.settings.applications.appinfo.AlarmsAndRemindersDetails" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003735 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3736 android:value="@string/menu_key_apps"/>
Suprabh Shuklac8b92402021-02-17 18:00:35 -08003737 </activity>
3738
3739 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003740 android:name="Settings$ManageExternalSourcesActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003741 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003742 android:label="@string/install_other_apps">
Suprabh Shukla57d92312016-12-16 14:44:05 -08003743 <intent-filter android:priority="1">
Suprabh Shuklaed0ba742017-04-20 16:02:54 -07003744 <action android:name="android.settings.MANAGE_UNKNOWN_APP_SOURCES" />
Suprabh Shukla57d92312016-12-16 14:44:05 -08003745 <category android:name="android.intent.category.DEFAULT" />
3746 </intent-filter>
3747 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhanga8cac7a2017-10-11 16:44:41 -07003748 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003749 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3750 android:value="@string/menu_key_apps"/>
Raff Tsai613f15a2020-01-05 21:56:35 +08003751 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3752 android:value="true" />
Suprabh Shukla57d92312016-12-16 14:44:05 -08003753 </activity>
3754
Suprabh Shuklaf59d2112017-03-06 17:51:05 -08003755 <activity android:name="Settings$ManageAppExternalSourcesActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003756 android:exported="true"
Fan Zhang416ff0a2018-10-26 15:39:39 -07003757 android:label="@string/install_other_apps">
Billy Laufee78562015-07-27 12:57:07 +01003758 <intent-filter android:priority="1">
Suprabh Shuklaed0ba742017-04-20 16:02:54 -07003759 <action android:name="android.settings.MANAGE_UNKNOWN_APP_SOURCES" />
Billy Laufee78562015-07-27 12:57:07 +01003760 <category android:name="android.intent.category.DEFAULT" />
3761 <data android:scheme="package" />
3762 </intent-filter>
3763 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Doris Lingebf88432017-12-11 11:18:10 -08003764 android:value="com.android.settings.applications.appinfo.ExternalSourcesDetails" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003765 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3766 android:value="@string/menu_key_apps"/>
Billy Laufee78562015-07-27 12:57:07 +01003767 </activity>
3768
arangelove35badd2017-10-27 13:51:28 +01003769 <activity android:name=".enterprise.ActionDisabledByAdminDialog"
Edgar Wang83507b52021-05-27 00:47:03 +08003770 android:theme="@style/Theme.AlertDialog"
Mill Chen078af332019-04-04 15:39:27 -07003771 android:taskAffinity="com.android.settings.enterprise"
Sudheer Shankafee4e3e2016-02-18 17:48:01 +00003772 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003773 android:exported="true"
Sudheer Shankafee4e3e2016-02-18 17:48:01 +00003774 android:launchMode="singleTop">
Sudheer Shankabc1c50c2018-02-13 17:19:38 -08003775 <intent-filter android:priority="1">
Sudheer Shankacb99d942015-12-31 17:46:29 +00003776 <action android:name="android.settings.SHOW_ADMIN_SUPPORT_DETAILS" />
Sudheer Shanka9159fe92015-11-23 12:07:05 +00003777 <category android:name="android.intent.category.DEFAULT" />
3778 </intent-filter>
3779 </activity>
3780
Ricky Waic76a11f2022-01-25 23:04:26 +00003781 <activity android:name=".ActionDisabledByAppOpsDialog"
3782 android:theme="@style/Theme.AlertDialog"
3783 android:taskAffinity="com.android.settings.appops"
3784 android:excludeFromRecents="true"
3785 android:exported="false"
3786 android:launchMode="singleTop">
3787 <intent-filter android:priority="1">
3788 <action android:name="android.settings.SHOW_RESTRICTED_SETTING_DIALOG" />
3789 <category android:name="android.intent.category.DEFAULT" />
3790 </intent-filter>
3791 </activity>
3792
shafika54d7a82020-01-08 18:03:22 +00003793 <activity
3794 android:name="Settings$ManageExternalStorageActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003795 android:exported="true"
shafika54d7a82020-01-08 18:03:22 +00003796 android:label="@string/manage_external_storage_title">
3797 <intent-filter android:priority="1">
3798 <action android:name="android.settings.MANAGE_ALL_FILES_ACCESS_PERMISSION" />
3799 <category android:name="android.intent.category.DEFAULT" />
3800 </intent-filter>
3801 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3802 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003803 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3804 android:value="@string/menu_key_storage"/>
shafika54d7a82020-01-08 18:03:22 +00003805 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3806 android:value="true" />
3807 </activity>
3808
3809 <activity
3810 android:name="Settings$AppManageExternalStorageActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003811 android:exported="true"
shafikc32844922020-01-20 16:01:21 +00003812 android:label="@string/manage_external_storage_title">
shafika54d7a82020-01-08 18:03:22 +00003813 <intent-filter android:priority="1">
3814 <action android:name="android.settings.MANAGE_APP_ALL_FILES_ACCESS_PERMISSION" />
3815 <category android:name="android.intent.category.DEFAULT" />
3816 <data android:scheme="package" />
3817 </intent-filter>
3818 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3819 android:value="com.android.settings.applications.appinfo.ManageExternalStorageDetails" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003820 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3821 android:value="@string/menu_key_apps"/>
shafika54d7a82020-01-08 18:03:22 +00003822 </activity>
3823
Ivan Chiangd01c81e2021-03-09 10:39:45 +08003824 <activity
3825 android:name="Settings$MediaManagementAppsActivity"
3826 android:exported="true"
3827 android:label="@string/media_management_apps_title">
3828 <intent-filter android:priority="1">
3829 <action android:name="android.settings.REQUEST_MANAGE_MEDIA" />
3830 <category android:name="android.intent.category.DEFAULT" />
3831 </intent-filter>
3832 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3833 android:value="com.android.settings.applications.manageapplications.ManageApplications" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003834 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3835 android:value="@string/menu_key_apps"/>
Ivan Chiangd01c81e2021-03-09 10:39:45 +08003836 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3837 android:value="true" />
3838 </activity>
3839
3840 <activity
3841 android:name="Settings$AppMediaManagementAppsActivity"
3842 android:exported="true"
3843 android:label="@string/media_management_apps_title">
3844 <intent-filter android:priority="1">
3845 <action android:name="android.settings.REQUEST_MANAGE_MEDIA" />
3846 <category android:name="android.intent.category.DEFAULT" />
3847 <data android:scheme="package" />
3848 </intent-filter>
3849 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3850 android:value="com.android.settings.applications.appinfo.MediaManagementAppsDetails" />
Jason Chiu646a31e2021-11-10 11:56:00 +08003851 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3852 android:value="@string/menu_key_apps"/>
Ivan Chiangd01c81e2021-03-09 10:39:45 +08003853 </activity>
3854
Gustav Sennton4d3334c2016-12-13 19:16:48 +00003855 <!-- Keep compatibility with old WebView-picker implementation -->
3856 <activity-alias android:name=".WebViewImplementation"
Gustav Sennton5b596282017-02-03 16:19:02 +00003857 android:targetActivity="Settings$WebViewAppPickerActivity"
Jason Monk75199542016-05-06 15:09:32 -04003858 android:exported="true"
3859 android:excludeFromRecents="true"
Andrew Sapperstein7e157432016-07-15 16:46:38 -07003860 android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert">
Jason Monk75199542016-05-06 15:09:32 -04003861 <intent-filter>
3862 <action android:name="android.settings.WEBVIEW_SETTINGS" />
3863 <category android:name="android.intent.category.DEFAULT" />
3864 </intent-filter>
3865 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3866 android:value="true" />
Gustav Sennton5b596282017-02-03 16:19:02 +00003867 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3868 android:value="com.android.settings.webview.WebViewAppPicker" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003869 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3870 android:value="@string/menu_key_system"/>
Doris Lingd299b032017-02-28 17:32:36 -08003871 </activity-alias>
Doris Ling91365232016-05-23 17:06:26 -07003872
Chandan Nath0bfef632019-01-28 21:15:13 +00003873 <provider
Raff Tsai6db277e2019-10-02 16:43:23 +08003874 android:name=".dashboard.SummaryProvider"
3875 android:authorities="com.android.settings.dashboard.SummaryProvider">
Chandan Nath0bfef632019-01-28 21:15:13 +00003876 </provider>
3877
3878 <activity android:name=".backup.UserBackupSettingsActivity"
Doris Ling26bf0032016-06-15 18:16:09 -07003879 android:label="@string/privacy_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003880 android:exported="true"
Chandan Nath0bfef632019-01-28 21:15:13 +00003881 android:icon="@drawable/ic_settings_backup">
Doris Ling26bf0032016-06-15 18:16:09 -07003882 <intent-filter>
3883 <action android:name="android.intent.action.MAIN" />
3884 <category android:name="android.intent.category.DEFAULT" />
3885 <category android:name="android.intent.category.VOICE_LAUNCH" />
3886 </intent-filter>
Chandan Nath0bfef632019-01-28 21:15:13 +00003887 <!-- Mark the activity as a dynamic setting -->
3888 <intent-filter>
3889 <action android:name="com.android.settings.action.IA_SETTINGS" />
3890 </intent-filter>
3891 <!-- Tell Settings app which category it belongs to -->
3892 <meta-data android:name="com.android.settings.category"
3893 android:value="com.android.settings.category.ia.system" />
Jason Chiu5f0fc1f2021-05-24 18:27:42 +08003894 <meta-data android:name="com.android.settings.icon"
3895 android:resource="@drawable/ic_settings_backup" />
Chandan Nath0bfef632019-01-28 21:15:13 +00003896 <meta-data android:name="com.android.settings.order" android:value="-60"/>
Doris Ling26bf0032016-06-15 18:16:09 -07003897 </activity>
3898
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003899 <activity
3900 android:name="Settings$AutomaticStorageManagerSettingsActivity"
3901 android:exported="@bool/config_storage_manager_settings_enabled"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003902 android:label="@string/automatic_storage_manager_settings">
Daniel Nishi39818892016-09-20 16:40:49 -07003903 <intent-filter android:priority="1">
3904 <action android:name="android.settings.STORAGE_MANAGER_SETTINGS" />
3905 <category android:name="android.intent.category.DEFAULT" />
3906 </intent-filter>
3907 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3908 android:value="com.android.settings.deletionhelper.AutomaticStorageManagerSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08003909 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3910 android:value="@string/menu_key_storage"/>
Daniel Nishi39818892016-09-20 16:40:49 -07003911 </activity>
Fan Zhangcc335d92016-09-29 14:37:14 -07003912
Sean Stout64417232019-04-05 12:34:44 -07003913 <!-- Show app-level advanced power usage details (app passed in as extras) -->
3914 <activity
3915 android:name=".fuelgauge.AdvancedPowerUsageDetailActivity"
3916 android:excludeFromRecents="true"
3917 android:launchMode="singleInstance"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003918 android:exported="true"
Sean Stout64417232019-04-05 12:34:44 -07003919 android:theme="@android:style/Theme.NoDisplay">
3920 <intent-filter>
Sean Stout75ea57a2020-07-14 23:32:14 +00003921 <action android:name="android.settings.VIEW_ADVANCED_POWER_USAGE_DETAIL" />
Sean Stout64417232019-04-05 12:34:44 -07003922 <category android:name="android.intent.category.DEFAULT" />
3923 <data android:scheme="package" />
3924 </intent-filter>
3925 </activity>
3926
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003927 <activity
Yanting Yang92fce8e2020-12-17 23:26:49 +08003928 android:name=".Settings$AppDashboardActivity"
3929 android:label="@string/apps_dashboard_title"
3930 android:icon="@drawable/ic_homepage_apps"
3931 android:exported="true">
3932 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3933 android:value="com.android.settings.applications.AppDashboardFragment"/>
Jason Chiu29a09e52021-10-12 17:24:34 +08003934 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3935 android:value="@string/menu_key_apps"/>
Yanting Yang92fce8e2020-12-17 23:26:49 +08003936 </activity>
3937
3938 <activity
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003939 android:name=".Settings$AccountDashboardActivity"
3940 android:label="@string/account_dashboard_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003941 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003942 android:icon="@drawable/ic_homepage_accounts">
Fan Zhange2de8d52017-02-13 12:28:43 -08003943 <intent-filter android:priority="1">
3944 <action android:name="android.settings.SYNC_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08003945 <category android:name="android.intent.category.BROWSABLE" />
Fan Zhange2de8d52017-02-13 12:28:43 -08003946 <category android:name="android.intent.category.DEFAULT" />
3947 </intent-filter>
Fan Zhang5a981772018-06-22 14:30:09 -07003948 <intent-filter android:priority="53">
Fan Zhang2f4355a2018-06-21 15:34:43 -07003949 <action android:name="android.intent.action.MAIN" />
3950 <category android:name="com.android.settings.SHORTCUT" />
3951 </intent-filter>
Fan Zhangb75fdfc2016-12-14 11:35:28 -08003952 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
Fan Zhang881d5792018-01-26 10:15:56 -08003953 android:value="com.android.settings.accounts.AccountDashboardFragment"/>
Jason Chiu29a09e52021-10-12 17:24:34 +08003954 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3955 android:value="@string/menu_key_accounts"/>
Rubin Xu71560fc2018-05-17 14:48:49 +01003956 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
3957 android:value="true" />
Fan Zhangb75fdfc2016-12-14 11:35:28 -08003958 </activity>
3959
Fan Zhangdb26cfb2018-02-07 17:32:17 -08003960 <activity
3961 android:name=".Settings$SystemDashboardActivity"
3962 android:label="@string/header_category_system"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003963 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08003964 android:icon="@drawable/ic_homepage_system_dashboard">
Fan Zhang5a981772018-06-22 14:30:09 -07003965 <intent-filter android:priority="70">
Fan Zhang2f4355a2018-06-21 15:34:43 -07003966 <action android:name="android.intent.action.MAIN" />
3967 <category android:name="com.android.settings.SHORTCUT" />
3968 </intent-filter>
Fan Zhangcc335d92016-09-29 14:37:14 -07003969 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
3970 android:value="com.android.settings.system.SystemDashboardFragment"/>
Jason Chiu29a09e52021-10-12 17:24:34 +08003971 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
3972 android:value="@string/menu_key_system"/>
Fan Zhangcc335d92016-09-29 14:37:14 -07003973 </activity>
3974
Fan Zhangb4737302017-05-31 12:43:48 -07003975 <activity android:name=".support.SupportDashboardActivity"
Fan Zhangcc335d92016-09-29 14:37:14 -07003976 android:label="@string/page_tab_title_support"
Fan Zhang925a4f82018-01-23 16:35:31 -08003977 android:icon="@drawable/ic_homepage_support"
Daniel Nishi67ca29f2017-07-17 12:49:04 -07003978 android:theme="@android:style/Theme.DeviceDefault.Light.Panel"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003979 android:exported="true"
Fan Zhang6ff6add2017-03-02 12:07:38 -08003980 android:enabled="@bool/config_support_enabled">
Fan Zhang9445d152018-08-06 10:03:07 -07003981 <intent-filter>
Maurice Lam5f0edba2017-06-08 11:57:40 -07003982 <action android:name="com.android.settings.action.SUPPORT_SETTINGS" />
3983 <category android:name="android.intent.category.DEFAULT" />
3984 </intent-filter>
Fan Zhanga96a2d82016-09-27 17:51:11 -07003985 </activity>
3986
Jason Monkdc252eb2016-01-30 11:36:52 -05003987 <service
3988 android:name=".SettingsDumpService"
3989 android:exported="true"
3990 android:permission="android.permission.DUMP" />
3991
Dan Sandler3bd52dd2016-03-24 10:24:27 -07003992 <!-- Quick Settings tiles for Developer Options -->
3993 <service
Fan Zhang83332602017-10-09 15:53:16 -07003994 android:name=".development.qstile.DevelopmentTiles$ShowLayout"
Sunny Goyalc9607512017-02-06 15:19:00 -08003995 android:label="@string/debug_layout"
3996 android:icon="@drawable/tile_icon_show_layout"
Sunny Goyalbf9f2d22016-11-02 11:20:17 -07003997 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07003998 android:exported="true"
Sunny Goyalc9607512017-02-06 15:19:00 -08003999 android:enabled="false">
4000 <intent-filter>
4001 <action android:name="android.service.quicksettings.action.QS_TILE" />
4002 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05004003 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04004004 android:value="true"/>
Sunny Goyalc9607512017-02-06 15:19:00 -08004005 </service>
4006 <service
Fan Zhang83332602017-10-09 15:53:16 -07004007 android:name=".development.qstile.DevelopmentTiles$GPUProfiling"
Sunny Goyalc9607512017-02-06 15:19:00 -08004008 android:label="@string/track_frame_time"
4009 android:icon="@drawable/tile_icon_graphics"
4010 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004011 android:exported="true"
Sunny Goyalc9607512017-02-06 15:19:00 -08004012 android:enabled="false">
4013 <intent-filter>
4014 <action android:name="android.service.quicksettings.action.QS_TILE" />
4015 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05004016 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04004017 android:value="true"/>
Sunny Goyalc9607512017-02-06 15:19:00 -08004018 </service>
4019 <service
Fan Zhang83332602017-10-09 15:53:16 -07004020 android:name=".development.qstile.DevelopmentTiles$ForceRTL"
Sunny Goyalc9607512017-02-06 15:19:00 -08004021 android:label="@string/force_rtl_layout_all_locales"
4022 android:icon="@drawable/tile_icon_force_rtl"
4023 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004024 android:exported="true"
Sunny Goyalc9607512017-02-06 15:19:00 -08004025 android:enabled="false">
4026 <intent-filter>
4027 <action android:name="android.service.quicksettings.action.QS_TILE" />
4028 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05004029 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04004030 android:value="true"/>
Sunny Goyalc9607512017-02-06 15:19:00 -08004031 </service>
4032 <service
Fan Zhang83332602017-10-09 15:53:16 -07004033 android:name=".development.qstile.DevelopmentTiles$AnimationSpeed"
Sunny Goyalc9607512017-02-06 15:19:00 -08004034 android:label="@string/window_animation_scale_title"
4035 android:icon="@drawable/tile_icon_animation_speed"
4036 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004037 android:exported="true"
Sunny Goyalc9607512017-02-06 15:19:00 -08004038 android:enabled="false">
Dan Sandler12c4ba42016-03-28 11:13:40 -04004039 <intent-filter>
4040 <action android:name="android.service.quicksettings.action.QS_TILE" />
4041 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05004042 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04004043 android:value="true"/>
Dan Sandler12c4ba42016-03-28 11:13:40 -04004044 </service>
Fan Zhang130c4772018-10-01 12:14:06 -07004045
Vishnu Nairdc6bc482018-01-10 16:07:23 -08004046 <service
Vishnu Nair74100b32018-02-22 07:14:36 -08004047 android:name=".development.qstile.DevelopmentTiles$WinscopeTrace"
4048 android:label="@string/winscope_trace_quick_settings_title"
4049 android:icon="@drawable/tile_icon_winscope_trace"
Vishnu Nairdc6bc482018-01-10 16:07:23 -08004050 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004051 android:exported="true"
Vishnu Nairdc6bc482018-01-10 16:07:23 -08004052 android:enabled="false">
4053 <intent-filter>
4054 <action android:name="android.service.quicksettings.action.QS_TILE" />
4055 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05004056 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04004057 android:value="true"/>
Vishnu Nairdc6bc482018-01-10 16:07:23 -08004058 </service>
Daniel Nishi80c20442016-05-04 10:08:36 -07004059
Michael Groover3a665ac2019-03-19 19:13:17 -07004060 <service
4061 android:name=".development.qstile.DevelopmentTiles$SensorsOff"
4062 android:label="@string/sensors_off_quick_settings_title"
4063 android:icon="@drawable/tile_icon_sensors_off"
4064 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004065 android:exported="true"
Michael Groover3a665ac2019-03-19 19:13:17 -07004066 android:enabled="false">
4067 <intent-filter>
4068 <action android:name="android.service.quicksettings.action.QS_TILE" />
4069 </intent-filter>
Fabian Kozynskie47b82b2020-02-07 10:11:57 -05004070 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
Fabian Kozynskie94d09f2019-06-28 13:23:56 -04004071 android:value="true"/>
Michael Groover3a665ac2019-03-19 19:13:17 -07004072 </service>
4073
Joshua Duong0f3eba32020-04-07 00:17:17 -07004074 <service
4075 android:name=".development.qstile.DevelopmentTiles$WirelessDebugging"
4076 android:label="@string/enable_adb_wireless"
4077 android:icon="@drawable/tile_icon_debugging_wireless"
4078 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004079 android:exported="true"
Joshua Duong0f3eba32020-04-07 00:17:17 -07004080 android:enabled="false">
4081 <intent-filter>
4082 <action android:name="android.service.quicksettings.action.QS_TILE" />
4083 </intent-filter>
4084 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
4085 android:value="true"/>
4086 </service>
4087
Chris Ye39b586f2020-06-11 17:57:16 -07004088 <service
4089 android:name=".development.qstile.DevelopmentTiles$ShowTaps"
4090 android:label="@string/show_touches"
4091 android:icon="@drawable/tile_icon_show_taps"
4092 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
Ashwini Oruganti917aa552020-06-24 16:36:28 -07004093 android:exported="true"
Chris Ye39b586f2020-06-11 17:57:16 -07004094 android:enabled="false">
4095 <intent-filter>
4096 <action android:name="android.service.quicksettings.action.QS_TILE" />
4097 </intent-filter>
4098 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
4099 android:value="true"/>
4100 </service>
4101
Ats Jenkfe2a1682022-06-17 14:32:59 -07004102 <service
4103 android:name=".development.qstile.DevelopmentTiles$DesktopMode"
4104 android:label="@string/desktop_mode"
4105 android:icon="@drawable/tile_icon_desktop_mode"
4106 android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"
4107 android:exported="true"
4108 android:enabled="false">
4109 <intent-filter>
4110 <action android:name="android.service.quicksettings.action.QS_TILE" />
4111 </intent-filter>
4112 <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE"
4113 android:value="true"/>
Ats Jenk618876c2022-09-22 16:44:51 -07004114 <meta-data android:name="com.android.settings.development.qstile.REQUIRES_SYSTEM_PROPERTY"
4115 android:value="persist.wm.debug.desktop_mode" />
Ats Jenkfe2a1682022-06-17 14:32:59 -07004116 </service>
4117
Fan Zhang7373ec02018-08-14 13:25:47 -07004118 <activity
4119 android:name=".HelpTrampoline"
Jeff Sharkey4f425c82016-07-18 18:28:55 -06004120 android:exported="true"
Fan Zhang7373ec02018-08-14 13:25:47 -07004121 android:theme="@style/Transparent"
Jeff Sharkey4f425c82016-07-18 18:28:55 -06004122 android:permission="android.permission.DUMP"
Fan Zhang7373ec02018-08-14 13:25:47 -07004123 android:excludeFromRecents="true"
Tsung-Mao Fang98b9b342021-11-17 13:46:08 +08004124 android:enabled="@*android:bool/config_settingsHelpLinksEnabled" />
Jeff Sharkey4f425c82016-07-18 18:28:55 -06004125
Felipe Lemef7d54ba2017-04-25 16:42:55 -07004126 <activity android:name=".applications.autofill.AutofillPickerActivity"
4127 android:excludeFromRecents="true"
4128 android:launchMode="singleInstance"
4129 android:exported="false">
4130 </activity>
4131
4132 <activity android:name=".applications.autofill.AutofillPickerTrampolineActivity"
4133 android:theme="@android:style/Theme.NoDisplay"
4134 android:excludeFromRecents="true"
4135 android:launchMode="singleInstance"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004136 android:exported="true"
Felipe Lemef7d54ba2017-04-25 16:42:55 -07004137 android:label="@string/autofill_app">
Felipe Lemedb2b55a2017-04-24 18:10:09 -07004138 <intent-filter android:priority="1">
4139 <action android:name="android.settings.REQUEST_SET_AUTOFILL_SERVICE" />
4140 <category android:name="android.intent.category.DEFAULT" />
4141 <data android:scheme="package" />
4142 </intent-filter>
4143 </activity>
4144
Daniel Nishi232ebf12018-01-19 14:11:20 -08004145 <activity android:name="Settings$AdvancedConnectedDeviceActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004146 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08004147 android:label="@string/connected_device_connections_title">
Daniel Nishi232ebf12018-01-19 14:11:20 -08004148 <intent-filter android:priority="1">
Zhaoyu Su0a9f8762018-07-09 14:50:47 +08004149 <action android:name="android.settings.NFC_SETTINGS" />
Han Xu9cf02662022-08-15 19:19:55 +08004150 <category android:name="android.intent.category.BROWSABLE" />
Zhaoyu Su0a9f8762018-07-09 14:50:47 +08004151 <category android:name="android.intent.category.DEFAULT" />
4152 </intent-filter>
4153 <intent-filter android:priority="1">
Daniel Nishi232ebf12018-01-19 14:11:20 -08004154 <action android:name="com.android.settings.ADVANCED_CONNECTED_DEVICE_SETTINGS" />
4155 <category android:name="android.intent.category.DEFAULT" />
4156 </intent-filter>
Daniel Nishi232ebf12018-01-19 14:11:20 -08004157 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4158 android:value="com.android.settings.connecteddevice.AdvancedConnectedDeviceDashboardFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004159 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4160 android:value="@string/menu_key_connected_devices"/>
Daniel Nishi232ebf12018-01-19 14:11:20 -08004161 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4162 android:value="true" />
4163 </activity>
4164
jackqdyulei715408e2019-02-07 15:47:52 -08004165 <activity android:name="Settings$BluetoothDeviceDetailActivity"
4166 android:label="@string/device_details_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004167 android:exported="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06004168 android:permission="android.permission.BLUETOOTH_CONNECT">
jackqdyulei715408e2019-02-07 15:47:52 -08004169 <intent-filter android:priority="1">
4170 <action android:name="com.android.settings.BLUETOOTH_DEVICE_DETAIL_SETTINGS" />
4171 <category android:name="android.intent.category.DEFAULT" />
4172 </intent-filter>
4173 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4174 android:value="com.android.settings.bluetooth.BluetoothDeviceDetailsFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004175 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4176 android:value="@string/menu_key_connected_devices"/>
hughchenb78ecc42019-10-16 15:27:17 +08004177 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4178 android:value="true" />
jackqdyulei715408e2019-02-07 15:47:52 -08004179 </activity>
4180
changbettya56e1982022-03-29 01:14:05 +00004181 <activity
4182 android:name="Settings$BluetoothBroadcastActivity"
4183 android:exported="true"
4184 android:theme="@style/Theme.AlertDialog.SimConfirmDialog"
4185 android:permission="android.permission.BLUETOOTH_CONNECT"
4186 android:configChanges="orientation|keyboardHidden|screenSize">
4187 <intent-filter android:priority="1">
4188 <action android:name="android.settings.MEDIA_BROADCAST_DIALOG" />
4189 <category android:name="android.intent.category.DEFAULT" />
4190 </intent-filter>
4191 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
changbettyf31b5762022-04-28 15:49:49 +00004192 android:value="com.android.settings.bluetooth.BluetoothBroadcastDialog" />
changbettya56e1982022-03-29 01:14:05 +00004193 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4194 android:value="true" />
4195 </activity>
4196
4197 <activity
4198 android:name="Settings$BluetoothFindBroadcastsActivity"
4199 android:label="@string/bluetooth_find_broadcast_title"
4200 android:exported="true"
4201 android:permission="android.permission.BLUETOOTH_CONNECT"
4202 android:configChanges="orientation|keyboardHidden|screenSize">
4203 <intent-filter android:priority="1">
4204 <action android:name="android.settings.BLUTOOTH_FIND_BROADCASTS_ACTIVITY" />
4205 <category android:name="android.intent.category.DEFAULT" />
4206 </intent-filter>
4207 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4208 android:value="com.android.settings.bluetooth.BluetoothFindBroadcastsFragment" />
4209 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4210 android:value="true" />
4211 </activity>
4212
Matt Fritze90899e02018-10-16 12:41:42 -07004213 <activity android:name=".panel.SettingsPanelActivity"
4214 android:label="@string/settings_panel_title"
lindatsenge972b162019-04-19 15:40:20 -07004215 android:theme="@style/Theme.Panel"
lindatseng2943c1d2019-05-02 17:12:27 -07004216 android:launchMode="singleInstance"
Matt Fritze90899e02018-10-16 12:41:42 -07004217 android:excludeFromRecents="true"
Tim Penge54e0292020-04-15 10:49:35 +08004218 android:configChanges="orientation|keyboardHidden|screenSize"
Matthew Fritze735d6ef2018-12-05 07:55:12 -08004219 android:exported="true">
Matt Fritze90899e02018-10-16 12:41:42 -07004220 <intent-filter>
Matthew Fritze735d6ef2018-12-05 07:55:12 -08004221 <action android:name="android.settings.panel.action.INTERNET_CONNECTIVITY" />
Matt Fritze90899e02018-10-16 12:41:42 -07004222 <category android:name="android.intent.category.DEFAULT" />
4223 </intent-filter>
Matthew Fritze735d6ef2018-12-05 07:55:12 -08004224 <intent-filter>
Matthew Fritze63cce452019-03-05 08:17:37 -08004225 <action android:name="android.settings.panel.action.NFC" />
Matthew Fritze735d6ef2018-12-05 07:55:12 -08004226 <category android:name="android.intent.category.DEFAULT" />
4227 </intent-filter>
Matthew Fritze3f743ae2019-01-22 15:53:37 -08004228 <intent-filter>
Matthew Fritze63cce452019-03-05 08:17:37 -08004229 <action android:name="android.settings.panel.action.WIFI" />
4230 <category android:name="android.intent.category.DEFAULT" />
4231 </intent-filter>
4232 <intent-filter>
4233 <action android:name="android.settings.panel.action.VOLUME" />
Matthew Fritze3f743ae2019-01-22 15:53:37 -08004234 <category android:name="android.intent.category.DEFAULT" />
4235 </intent-filter>
Matt Fritze90899e02018-10-16 12:41:42 -07004236 </activity>
4237
govenliud507b562019-11-21 09:36:58 +08004238 <activity android:name=".wifi.addappnetworks.AddAppNetworksActivity"
4239 android:label="@string/settings_panel_title"
4240 android:theme="@style/Theme.Panel"
4241 android:launchMode="singleInstance"
4242 android:excludeFromRecents="true"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004243 android:exported="true"
govenliu66dd7582020-01-31 12:53:30 +08004244 android:configChanges="orientation|keyboardHidden|screenSize">
govenliud507b562019-11-21 09:36:58 +08004245 <intent-filter>
4246 <action android:name="android.settings.WIFI_ADD_NETWORKS" />
4247 <category android:name="android.intent.category.DEFAULT" />
4248 </intent-filter>
4249 </activity>
4250
Matthew Fritze7fddfeb2017-12-11 15:01:11 -08004251 <provider android:name=".slices.SettingsSliceProvider"
Matthew Fritzea4a3dff2018-02-28 08:15:55 -08004252 android:authorities="com.android.settings.slices;android.settings.slices"
Jason Monkf6edc7c2017-11-22 10:04:38 -05004253 android:exported="true"
Fan Zhang671a39f2019-02-11 14:38:13 -08004254 android:grantUriPermissions="true" />
Mady Mellor7c740852017-11-03 09:17:05 -07004255
4256 <receiver
Matthew Fritzee8d66bb2018-07-30 14:12:50 -07004257 android:name=".slices.SliceBroadcastReceiver"
Fan Zhang0c7c59f2018-10-26 13:40:38 -07004258 android:exported="false" />
Matthew Fritzee8d66bb2018-07-30 14:12:50 -07004259
4260 <receiver
4261 android:name=".slices.SliceRelayReceiver"
4262 android:permission="android.permission.MANAGE_SLICE_PERMISSIONS"
Fan Zhang0c7c59f2018-10-26 13:40:38 -07004263 android:exported="true" />
Mady Mellor7c740852017-11-03 09:17:05 -07004264
Jason Chiu2c7b77d2020-08-20 16:22:44 +08004265 <receiver
4266 android:name=".slices.VolumeSliceRelayReceiver"
4267 android:permission="android.permission.MANAGE_SLICE_PERMISSIONS"
4268 android:exported="true" />
4269
jackqdyulei821adce2018-01-29 19:20:37 -08004270 <!-- Couldn't be triggered from outside of settings. Statsd can trigger it because we send
4271 PendingIntent to it-->
4272 <receiver android:name=".fuelgauge.batterytip.AnomalyDetectionReceiver"
4273 android:exported="false" />
4274
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004275 <receiver android:name=".fuelgauge.batterytip.AnomalyConfigReceiver"
4276 android:exported="true">
jackqdyuleie1604d32018-01-31 20:24:47 -08004277 <intent-filter>
4278 <action android:name="android.app.action.STATSD_STARTED"/>
4279 <action android:name="android.intent.action.BOOT_COMPLETED"/>
4280 </intent-filter>
4281 </receiver>
4282
jackqdyulei0fa413e2018-02-23 10:59:27 -08004283 <service android:name=".fuelgauge.batterytip.AnomalyCleanupJobService"
jackqdyulei338ae2f2018-02-16 10:06:08 -08004284 android:permission="android.permission.BIND_JOB_SERVICE" />
4285
Lei Yu9a80d6e2018-03-15 15:55:07 -07004286 <service android:name=".fuelgauge.batterytip.AnomalyConfigJobService"
4287 android:permission="android.permission.BIND_JOB_SERVICE" />
4288
jackqdyulei3ee28c82018-02-20 15:07:26 -08004289 <service android:name=".fuelgauge.batterytip.AnomalyDetectionJobService"
4290 android:permission="android.permission.BIND_JOB_SERVICE" />
4291
Sunny Shao195f61b2018-07-24 18:15:55 +08004292 <provider
Fan Zhang5e6e6a12018-10-25 14:19:43 -07004293 android:name=".homepage.contextualcards.CardContentProvider"
Sunny Shao195f61b2018-07-24 18:15:55 +08004294 android:authorities="com.android.settings.homepage.CardContentProvider"
4295 android:exported="true"
4296 android:permission="android.permission.WRITE_SETTINGS_HOMEPAGE_DATA" />
4297
Raff Tsai3936e9f2018-09-28 17:42:43 +08004298 <provider
4299 android:name=".homepage.contextualcards.SettingsContextualCardProvider"
4300 android:authorities="com.android.settings.homepage.contextualcards"
4301 android:permission="android.permission.WRITE_SETTINGS_HOMEPAGE_DATA"
4302 android:exported="true">
4303 <intent-filter>
4304 <action android:name="android.content.action.SETTINGS_HOMEPAGE_DATA"/>
4305 </intent-filter>
4306 </provider>
Arc Wang4591d822018-11-19 15:48:29 +08004307
4308 <activity
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004309 android:name=".wifi.dpp.WifiDppConfiguratorActivity"
4310 android:exported="true">
Arc Wange43bb772018-12-03 17:16:55 +08004311 <intent-filter>
4312 <action android:name="android.settings.WIFI_DPP_CONFIGURATOR_QR_CODE_SCANNER"/>
4313 <action android:name="android.settings.WIFI_DPP_CONFIGURATOR_QR_CODE_GENERATOR"/>
Arc Wange43bb772018-12-03 17:16:55 +08004314 <category android:name="android.intent.category.DEFAULT"/>
4315 </intent-filter>
Arc Wangc1036df2019-02-26 15:19:30 +08004316 <intent-filter>
4317 <action android:name="android.settings.PROCESS_WIFI_EASY_CONNECT_URI"/>
4318 <category android:name="android.intent.category.DEFAULT"/>
4319 <data android:scheme="DPP"/>
4320 </intent-filter>
Arc Wange43bb772018-12-03 17:16:55 +08004321 </activity>
Yi-Ling Chuang68f37a12018-11-20 19:51:13 +08004322
Arc Wang4ab0d162018-12-07 16:00:18 +08004323 <activity
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004324 android:name=".wifi.dpp.WifiDppEnrolleeActivity"
4325 android:exported="true">
Arc Wang4ab0d162018-12-07 16:00:18 +08004326 <intent-filter>
4327 <action android:name="android.settings.WIFI_DPP_ENROLLEE_QR_CODE_SCANNER"/>
4328 <category android:name="android.intent.category.DEFAULT"/>
4329 </intent-filter>
4330 </activity>
4331
Yi-Ling Chuang68f37a12018-11-20 19:51:13 +08004332 <activity android:name=".homepage.contextualcards.ContextualCardFeedbackDialog"
4333 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" />
manabu, shimoda9fae7392017-11-08 11:32:31 +09004334
joshmccloskeybba76322019-09-19 11:23:29 -07004335 <activity android:name=".homepage.contextualcards.FaceReEnrollDialog"
4336 android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" />
4337
manabu, shimoda9fae7392017-11-08 11:32:31 +09004338 <activity
4339 android:name="Settings$WifiCallingDisclaimerActivity"
4340 android:label="@string/wifi_calling_settings_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004341 android:exported="true"
manabu, shimoda9fae7392017-11-08 11:32:31 +09004342 android:taskAffinity="com.android.settings">
4343 <intent-filter>
4344 <action android:name="android.intent.action.MAIN" />
4345 <category android:name="android.intent.category.DEFAULT" />
4346 </intent-filter>
4347 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4348 android:value="com.android.settings.wifi.calling.WifiCallingDisclaimerFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004349 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4350 android:value="@string/menu_key_network"/>
manabu, shimoda9fae7392017-11-08 11:32:31 +09004351 </activity>
Salvador Martinez32917042019-03-20 15:23:19 -07004352
4353 <activity android:name="Settings$BatterySaverScheduleSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004354 android:exported="true"
Jason Chiubbaf0a02019-11-05 12:30:58 +08004355 android:label="@string/battery_saver_schedule_settings_title">
Salvador Martinez32917042019-03-20 15:23:19 -07004356 <intent-filter>
4357 <action android:name="com.android.settings.BATTERY_SAVER_SCHEDULE_SETTINGS" />
4358 <category android:name="android.intent.category.DEFAULT" />
4359 </intent-filter>
4360 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4361 android:value="com.android.settings.fuelgauge.batterysaver.BatterySaverScheduleSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004362 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4363 android:value="@string/menu_key_battery"/>
Salvador Martinez32917042019-03-20 15:23:19 -07004364 </activity>
Steve Elliotte7721232019-05-22 14:13:29 -04004365
Fabian Kozynski83df54b2020-03-24 16:37:57 -04004366 <activity android:name="Settings$PowerMenuSettingsActivity"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004367 android:exported="true"
Fabian Kozynski83df54b2020-03-24 16:37:57 -04004368 android:label="@string/power_menu_setting_name">
4369 <intent-filter>
4370 <action android:name="android.settings.ACTION_POWER_MENU_SETTINGS" />
4371 <category android:name="android.intent.category.DEFAULT" />
4372 </intent-filter>
4373 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4374 android:value="com.android.settings.gestures.PowerMenuSettings" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004375 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4376 android:value="@string/menu_key_system"/>
Fabian Kozynski83df54b2020-03-24 16:37:57 -04004377 </activity>
4378
Mehdi Alizadeh03555962019-12-13 15:31:53 -08004379 <activity
4380 android:name="Settings$GestureNavigationSettingsActivity"
4381 android:label="@string/gesture_settings_activity_title"
Ashwini Orugantifd9721f2020-05-20 14:42:18 -07004382 android:exported="true"
Mehdi Alizadeh03555962019-12-13 15:31:53 -08004383 android:enabled="true">
4384 <intent-filter android:priority="32">
4385 <action android:name="android.intent.action.MAIN" />
4386 <category android:name="com.android.settings.SHORTCUT" />
4387 </intent-filter>
4388 <intent-filter android:priority="1">
4389 <action android:name="com.android.settings.GESTURE_NAVIGATION_SETTINGS" />
4390 <category android:name="android.intent.category.DEFAULT" />
4391 </intent-filter>
4392 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4393 android:value="com.android.settings.gestures.GestureNavigationSettingsFragment" />
Jason Chiu29a09e52021-10-12 17:24:34 +08004394 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4395 android:value="@string/menu_key_system"/>
Mehdi Alizadeh03555962019-12-13 15:31:53 -08004396 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4397 android:value="true" />
4398 </activity>
4399
Jernej Virag97ea2792021-08-09 18:11:28 +00004400 <activity
4401 android:name="Settings$ButtonNavigationSettingsActivity"
4402 android:label="Button Navigation Settings"
4403 android:exported="true"
4404 android:enabled="true">
4405 <intent-filter android:priority="32">
4406 <action android:name="android.intent.action.MAIN" />
4407 <category android:name="com.android.settings.SHORTCUT" />
4408 </intent-filter>
4409 <intent-filter android:priority="1">
4410 <action android:name="com.android.settings.BUTTON_NAVIGATION_SETTINGS" />
4411 <category android:name="android.intent.category.DEFAULT" />
4412 </intent-filter>
4413 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4414 android:value="com.android.settings.gestures.ButtonNavigationSettingsFragment" />
4415 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4416 android:value="true" />
4417 </activity>
4418
Beth Thibodeau59cbd112020-06-09 23:38:41 -04004419 <activity android:name="Settings$MediaControlsSettingsActivity"
4420 android:exported="true"
bvineeth5b90dfa2021-11-16 06:44:41 +00004421 android:label="@string/media_controls_title">
Beth Thibodeau59cbd112020-06-09 23:38:41 -04004422 <intent-filter>
4423 <action android:name="android.settings.ACTION_MEDIA_CONTROLS_SETTINGS" />
4424 <category android:name="android.intent.category.DEFAULT" />
4425 </intent-filter>
4426 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4427 android:value="com.android.settings.sound.MediaControlsSettings" />
Jason Chiu646a31e2021-11-10 11:56:00 +08004428 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4429 android:value="@string/menu_key_sound"/>
Beth Thibodeau59cbd112020-06-09 23:38:41 -04004430 </activity>
4431
timhypengc3bd8012020-09-02 15:54:18 +08004432 <receiver
4433 android:name=".media.BluetoothPairingReceiver"
4434 android:exported="true"
Jeff Sharkey7025a832021-06-22 19:58:58 -06004435 android:permission="android.permission.BLUETOOTH_CONNECT">
timhypengc3bd8012020-09-02 15:54:18 +08004436 <intent-filter>
4437 <action android:name="com.android.settings.action.LAUNCH_BLUETOOTH_PAIRING"/>
Jason Chiu29a09e52021-10-12 17:24:34 +08004438 </intent-filter>
timhypengc3bd8012020-09-02 15:54:18 +08004439 </receiver>
4440
Jiashen Wang610060c82020-07-12 20:44:47 -07004441 <receiver
4442 android:name=".sim.receivers.SimSlotChangeReceiver"
4443 android:exported="true">
4444 <intent-filter>
4445 <action android:name="android.telephony.action.SIM_SLOT_STATUS_CHANGED" />
4446 </intent-filter>
4447 </receiver>
4448
Jiashen Wang7629de02020-11-24 19:03:33 -08004449 <receiver
Jiashen Wang85109672021-01-25 19:49:26 -08004450 android:name=".sim.receivers.SuwFinishReceiver"
4451 android:exported="true">
4452 <intent-filter>
4453 <action android:name="com.google.android.setupwizard.SETUP_WIZARD_FINISHED" />
4454 </intent-filter>
4455 </receiver>
4456
4457 <receiver
Jiashen Wang7629de02020-11-24 19:03:33 -08004458 android:name=".sim.receivers.SimCompleteBootReceiver"
4459 android:exported="true">
4460 <intent-filter>
4461 <action android:name="android.intent.action.BOOT_COMPLETED"/>
4462 </intent-filter>
4463 </receiver>
4464
Jiashen Wangb54d25e2021-01-18 19:14:00 -08004465 <activity
4466 android:name=".sim.ChooseSimActivity"
4467 android:theme="@style/GlifV3Theme.DayNight.NoActionBar"
4468 android:launchMode="singleInstance"
Bonian Chenc79e74d2022-03-18 16:52:40 +08004469 android:excludeFromRecents="true"
Jiashen Wangb54d25e2021-01-18 19:14:00 -08004470 android:exported="false"/>
4471
4472 <activity
4473 android:name=".sim.SwitchToEsimConfirmDialogActivity"
4474 android:exported="false"
4475 android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
4476 android:launchMode="singleInstance"
SongFerngWang4780be42021-12-21 05:39:09 +08004477 android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/>
Jiashen Wangb54d25e2021-01-18 19:14:00 -08004478
4479 <activity
4480 android:name=".sim.DsdsDialogActivity"
4481 android:exported="false"
4482 android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS"
4483 android:launchMode="singleInstance"
SongFerngWang4780be42021-12-21 05:39:09 +08004484 android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/>
Jiashen Wangb54d25e2021-01-18 19:14:00 -08004485
Jiashen Wang7629de02020-11-24 19:03:33 -08004486 <service android:name=".sim.SimNotificationService"
4487 android:permission="android.permission.BIND_JOB_SERVICE" />
4488
calvinpane077e392021-01-25 10:07:26 +08004489 <activity android:name=".sim.smartForwarding.SmartForwardingActivity"
calvinpane077e392021-01-25 10:07:26 +08004490 android:exported="true"
4491 android:launchMode="singleTask">
4492 </activity>
4493
Mill Chen00231002021-03-11 01:18:13 +08004494 <activity android:name="Settings$FactoryResetActivity"
4495 android:permission="android.permission.BACKUP"
4496 android:label="@string/main_clear_title"
4497 android:exported="true"
4498 android:theme="@style/SudThemeGlif.Light">
4499 <intent-filter>
4500 <action android:name="com.android.settings.action.FACTORY_RESET"/>
4501 <category android:name="android.intent.category.DEFAULT"/>
4502 </intent-filter>
4503 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4504 android:value="com.android.settings.MainClear"/>
Jason Chiu646a31e2021-11-10 11:56:00 +08004505 <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY"
4506 android:value="@string/menu_key_system"/>
Mill Chen00231002021-03-11 01:18:13 +08004507 </activity>
4508
4509 <activity android:name="Settings$FactoryResetConfirmActivity"
4510 android:label="@string/main_clear_confirm_title"
4511 android:exported="false"
4512 android:theme="@style/SudThemeGlif.Light">
4513 </activity>
4514
Jason Changd1cf05c2021-10-21 16:12:15 +08004515 <activity
4516 android:name="Settings$OneHandedSettingsActivity"
4517 android:label="@string/one_handed_title"
4518 android:exported="true"
4519 android:enabled="true">
4520 <intent-filter android:priority="1">
Jason Changcffaef12021-11-20 23:21:28 +08004521 <action android:name="android.settings.action.ONE_HANDED_SETTINGS" />
4522 <category android:name="android.intent.category.DEFAULT" />
4523 </intent-filter>
4524 <intent-filter android:priority="1">
Jason Changd1cf05c2021-10-21 16:12:15 +08004525 <action android:name="android.intent.action.MAIN" />
4526 <category android:name="com.android.settings.SHORTCUT" />
4527 </intent-filter>
4528 <meta-data android:name="com.android.settings.FRAGMENT_CLASS"
4529 android:value="com.android.settings.gestures.OneHandedSettings"/>
4530 <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED"
4531 android:value="true" />
4532 </activity>
4533
Marie Matheson125a84f2022-02-02 19:14:00 +00004534 <receiver android:name=".safetycenter.SafetySourceBroadcastReceiver"
4535 android:exported="true">
4536 <intent-filter>
4537 <action android:name="android.safetycenter.action.REFRESH_SAFETY_SOURCES"/>
Marie Matheson1106faf2022-02-14 20:33:57 +00004538 <action android:name="android.intent.action.BOOT_COMPLETED"/>
Marie Matheson125a84f2022-02-02 19:14:00 +00004539 </intent-filter>
4540 </receiver>
4541
Zoey Chen4b345982022-05-12 11:27:40 +08004542 <activity
4543 android:name="com.android.settings.bluetooth.QrCodeScanModeActivity"
4544 android:permission="android.permission.BLUETOOTH_CONNECT"
4545 android:exported="true">
4546 <intent-filter>
4547 <action android:name="android.settings.BLUETOOTH_LE_AUDIO_QR_CODE_SCANNER"/>
4548 <category android:name="android.intent.category.DEFAULT"/>
4549 </intent-filter>
4550 </activity>
4551
Dan Sandler3bd52dd2016-03-24 10:24:27 -07004552 <!-- This is the longest AndroidManifest.xml ever. -->
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08004553 </application>
The Android Open Source Projectafc4ab22009-03-03 19:32:34 -08004554</manifest>