The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
Tsung-Mao Fang | fa7394a | 2022-10-04 15:51:45 +0800 | [diff] [blame] | 2 | xmlns:tools="http://schemas.android.com/tools" |
Lucas Silva | 06e373d | 2022-01-27 22:49:42 +0000 | [diff] [blame] | 3 | package="com.android.settings" |
| 4 | coreApp="true" |
| 5 | android:sharedUserId="android.uid.system"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 6 | |
Lucas Silva | 06e373d | 2022-01-27 22:49:42 +0000 | [diff] [blame] | 7 | <original-package android:name="com.android.settings"/> |
Jeff Hamilton | c60fb58 | 2010-02-11 16:25:53 -0600 | [diff] [blame] | 8 | |
Kuan Wang | 0a0ba91 | 2022-10-13 18:07:54 +0800 | [diff] [blame] | 9 | <!-- Permissions for reading or writing battery-related data. --> |
| 10 | <permission |
| 11 | android:name="com.android.settings.BATTERY_DATA" |
| 12 | android:protectionLevel="signature|privileged"/> |
| 13 | |
Joshua McCloskey | 7526b92 | 2023-10-19 00:15:14 +0000 | [diff] [blame] | 14 | <!-- Permission for using the Biometric Settings Provider. --> |
| 15 | <permission |
| 16 | android:name="com.android.settings.USE_BIOMETRIC_PROVIDER" |
| 17 | android:protectionLevel="signature|privileged"/> |
| 18 | |
Sundeep Ghuman | c164ad0 | 2016-12-26 17:37:30 -0800 | [diff] [blame] | 19 | <uses-permission android:name="android.permission.REQUEST_NETWORK_SCORES" /> |
Jeff Sharkey | 5738266 | 2015-07-30 16:55:42 -0700 | [diff] [blame] | 20 | <uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE" /> |
Zim | 3d437eb | 2020-01-24 15:29:00 +0000 | [diff] [blame] | 21 | <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" /> |
Vasu Nori | 2180974 | 2011-01-25 13:39:16 -0800 | [diff] [blame] | 22 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
Jay Thomas Sullivan | cd2109a | 2022-03-09 22:31:53 -0800 | [diff] [blame] | 23 | <uses-permission android:name="android.permission.READ_MEDIA_IMAGES" /> |
Tsung-Mao Fang | 09c96a3 | 2022-02-22 17:06:01 +0800 | [diff] [blame] | 24 | <uses-permission android:name="android.permission.READ_MEDIA_VIDEO" /> |
| 25 | <uses-permission android:name="android.permission.READ_MEDIA_AUDIO" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 26 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
| 27 | <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" /> |
Mike Lockwood | cd03f53 | 2009-09-15 14:39:47 -0400 | [diff] [blame] | 28 | <uses-permission android:name="android.permission.DEVICE_POWER" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 29 | <uses-permission android:name="android.permission.CHANGE_CONFIGURATION" /> |
Yohei Yukawa | c7fc742 | 2022-07-25 18:38:49 +0900 | [diff] [blame] | 30 | <uses-permission android:name="android.permission.CONTROL_UI_TRACING" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 31 | <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
| 32 | <uses-permission android:name="android.permission.VIBRATE" /> |
Jeff Sharkey | 7025a83 | 2021-06-22 19:58:58 -0600 | [diff] [blame] | 33 | <uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE" /> |
Jeff Sharkey | 9e07eab | 2021-03-22 15:33:01 -0600 | [diff] [blame] | 34 | <uses-permission android:name="android.permission.BLUETOOTH_CONNECT" /> |
| 35 | <uses-permission android:name="android.permission.BLUETOOTH_SCAN" /> |
Matthew Xie | 500f294 | 2013-09-24 00:55:42 -0700 | [diff] [blame] | 36 | <uses-permission android:name="android.permission.BLUETOOTH_PRIVILEGED" /> |
Nick Pelly | f2917ac | 2010-10-20 16:39:44 -0700 | [diff] [blame] | 37 | <uses-permission android:name="android.permission.NFC" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 38 | <uses-permission android:name="android.permission.HARDWARE_TEST" /> |
| 39 | <uses-permission android:name="android.permission.CALL_PHONE" /> |
| 40 | <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> |
Vlad Popa | a145082 | 2023-07-19 16:30:30 -0700 | [diff] [blame] | 41 | <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS_PRIVILEGED" /> |
William Escande | 23ebda4 | 2021-12-20 13:45:47 +0100 | [diff] [blame] | 42 | <uses-permission android:name="android.permission.QUERY_AUDIO_STATE" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 43 | <uses-permission android:name="android.permission.MASTER_CLEAR" /> |
Sumit Bhagwani | f6472fd | 2023-08-29 00:27:28 +0000 | [diff] [blame] | 44 | <uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH" android:maxSdkVersion="34"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 45 | <uses-permission android:name="android.permission.ACCESS_DOWNLOAD_MANAGER" /> |
| 46 | <uses-permission android:name="android.permission.READ_CONTACTS" /> |
| 47 | <uses-permission android:name="android.permission.WRITE_CONTACTS" /> |
Chia-chi Yeh | 413b171 | 2011-07-07 12:49:18 -0700 | [diff] [blame] | 48 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
Roshan Pius | f1f209f | 2017-12-13 16:20:18 -0800 | [diff] [blame] | 49 | <uses-permission android:name="android.permission.LOCAL_MAC_ADDRESS" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 50 | <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> |
Irfan Sheriff | 0f41b49 | 2013-03-29 11:15:07 -0700 | [diff] [blame] | 51 | <uses-permission android:name="com.android.certinstaller.INSTALL_AS_USER" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 52 | <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" /> |
Jeremy Klein | 78d182f | 2015-12-28 15:39:39 -0800 | [diff] [blame] | 53 | <uses-permission android:name="android.permission.TETHER_PRIVILEGED" /> |
Dianne Hackborn | 027cdd2 | 2018-01-19 17:57:28 -0800 | [diff] [blame] | 54 | <uses-permission android:name="android.permission.FOREGROUND_SERVICE"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 55 | <uses-permission android:name="android.permission.INTERNET" /> |
| 56 | <uses-permission android:name="android.permission.CLEAR_APP_USER_DATA" /> |
| 57 | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
zoey chen | 4a7ad4d | 2019-12-17 18:13:39 +0800 | [diff] [blame] | 58 | <uses-permission android:name="android.permission.READ_PRIVILEGED_PHONE_STATE" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 59 | <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" /> |
Bonian Chen | 28a47f8 | 2023-02-14 08:51:56 +0000 | [diff] [blame] | 60 | <uses-permission android:name="android.permission.READ_PHONE_NUMBERS" /> |
| 61 | <uses-permission android:name="android.permission.USE_ICC_AUTH_WITH_DEVICE_IDENTIFIER" /> |
Hall Liu | a6840ca | 2018-11-27 17:00:50 -0800 | [diff] [blame] | 62 | <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 63 | <uses-permission android:name="android.permission.WRITE_APN_SETTINGS"/> |
| 64 | <uses-permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"/> |
| 65 | <uses-permission android:name="android.permission.READ_USER_DICTIONARY"/> |
| 66 | <uses-permission android:name="android.permission.WRITE_USER_DICTIONARY"/> |
Dianne Hackborn | 517ea9f | 2010-01-04 18:47:54 -0800 | [diff] [blame] | 67 | <uses-permission android:name="android.permission.FORCE_STOP_PACKAGES"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 68 | <uses-permission android:name="android.permission.PACKAGE_USAGE_STATS"/> |
| 69 | <uses-permission android:name="android.permission.BATTERY_STATS"/> |
| 70 | <uses-permission android:name="com.android.launcher.permission.READ_SETTINGS" /> |
| 71 | <uses-permission android:name="com.android.launcher.permission.WRITE_SETTINGS" /> |
Suchi Amalapurapu | ad14827 | 2010-02-19 14:30:01 -0800 | [diff] [blame] | 72 | <uses-permission android:name="android.permission.MOVE_PACKAGE" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 73 | <uses-permission android:name="android.permission.USE_CREDENTIALS" /> |
| 74 | <uses-permission android:name="android.permission.BACKUP" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 75 | <uses-permission android:name="android.permission.READ_SYNC_STATS" /> |
| 76 | <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" /> |
| 77 | <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" /> |
Stanislav Zholnin | 646dda9 | 2019-02-01 13:00:37 +0000 | [diff] [blame] | 78 | <uses-permission android:name="android.permission.READ_DEVICE_CONFIG" /> |
Jason parks | 8fd5bc9 | 2011-01-12 16:03:31 -0600 | [diff] [blame] | 79 | <uses-permission android:name="android.permission.STATUS_BAR" /> |
Mike Lockwood | 9d6d92b | 2011-02-27 09:05:10 -0800 | [diff] [blame] | 80 | <uses-permission android:name="android.permission.MANAGE_USB" /> |
Kenny Root | e7bbf8f | 2018-01-23 21:53:53 +0900 | [diff] [blame] | 81 | <uses-permission android:name="android.permission.MANAGE_DEBUGGING" /> |
Jeff Brown | d82487b | 2011-06-02 03:10:28 -0700 | [diff] [blame] | 82 | <uses-permission android:name="android.permission.SET_POINTER_SPEED" /> |
Jeff Brown | 4397f40 | 2012-04-09 13:24:34 -0700 | [diff] [blame] | 83 | <uses-permission android:name="android.permission.SET_KEYBOARD_LAYOUT" /> |
Dianne Hackborn | 271c8b0 | 2012-08-20 17:24:39 -0700 | [diff] [blame] | 84 | <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" /> |
| 85 | <uses-permission android:name="android.permission.COPY_PROTECTED_DATA" /> |
| 86 | <uses-permission android:name="android.permission.MANAGE_USERS" /> |
Nicolas Prevot | 189294e | 2015-04-22 16:26:45 +0100 | [diff] [blame] | 87 | <uses-permission android:name="android.permission.MANAGE_PROFILE_AND_DEVICE_OWNERS" /> |
Amith Yamasani | 32dccbc | 2012-09-13 18:06:49 -0700 | [diff] [blame] | 88 | <uses-permission android:name="android.permission.READ_PROFILE" /> |
Jeff Brown | 9e143f5 | 2012-09-19 20:46:07 -0700 | [diff] [blame] | 89 | <uses-permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY" /> |
Michael Wright | aacf55a | 2016-07-13 22:11:09 -0700 | [diff] [blame] | 90 | <uses-permission android:name="android.permission.CONFIGURE_DISPLAY_COLOR_MODE" /> |
Christine Franks | bce91d9 | 2018-07-03 14:44:08 -0700 | [diff] [blame] | 91 | <uses-permission android:name="android.permission.CONTROL_DISPLAY_COLOR_TRANSFORMS" /> |
Neil Fuller | 0770b3f | 2019-11-21 16:09:00 +0000 | [diff] [blame] | 92 | <uses-permission android:name="android.permission.SUGGEST_MANUAL_TIME_AND_ZONE" /> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 93 | <uses-permission android:name="android.permission.ACCESS_NOTIFICATIONS" /> |
Brian Carlstrom | f32ba13 | 2013-06-28 13:18:41 -0700 | [diff] [blame] | 94 | <uses-permission android:name="android.permission.REBOOT" /> |
PauloftheWest | 63f7bc8 | 2014-10-30 08:01:30 -0700 | [diff] [blame] | 95 | <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> |
Amith Yamasani | 9247265 | 2013-07-19 12:37:42 -0700 | [diff] [blame] | 96 | <uses-permission android:name="android.permission.MANAGE_DEVICE_ADMINS" /> |
Fabrice Di Meglio | 485b1b8 | 2014-03-20 12:24:57 -0700 | [diff] [blame] | 97 | <uses-permission android:name="android.permission.READ_SEARCH_INDEXABLES" /> |
Fan Zhang | d040ecd | 2017-08-17 16:13:20 -0700 | [diff] [blame] | 98 | <uses-permission android:name="android.permission.BIND_SETTINGS_SUGGESTIONS_SERVICE" /> |
Brian Lee | d4f8e58 | 2022-12-05 15:58:01 -0800 | [diff] [blame] | 99 | <uses-permission android:name="android.permission.BIND_REMOTE_LOCKSCREEN_VALIDATION_SERVICE" /> |
Andres Morales | ce249fe | 2014-07-07 16:58:16 -0700 | [diff] [blame] | 100 | <uses-permission android:name="android.permission.OEM_UNLOCK_STATE" /> |
Andrew Scull | c23357e | 2017-04-18 09:40:11 +0100 | [diff] [blame] | 101 | <uses-permission android:name="android.permission.MANAGE_USER_OEM_UNLOCK_STATE" /> |
Sky Faber | 2d657e3 | 2014-09-22 16:43:04 -0700 | [diff] [blame] | 102 | <uses-permission android:name="android.permission.OVERRIDE_WIFI_CONFIG" /> |
Etan Cohen | 07de359 | 2021-01-21 16:52:03 -0800 | [diff] [blame] | 103 | <uses-permission android:name="android.permission.RESTART_WIFI_SUBSYSTEM" /> |
Jim Miller | 94d4bd9 | 2015-02-19 21:04:57 -0800 | [diff] [blame] | 104 | <uses-permission android:name="android.permission.MANAGE_FINGERPRINT" /> |
Pawan Wagh | 905b78e | 2023-10-04 19:54:19 +0000 | [diff] [blame] | 105 | <uses-permission android:name="android.permission.RECOVERY"/> |
Kevin Chyn | b3ee231 | 2018-10-04 15:01:43 -0700 | [diff] [blame] | 106 | <uses-permission android:name="android.permission.USE_BIOMETRIC" /> |
| 107 | <uses-permission android:name="android.permission.USE_BIOMETRIC_INTERNAL" /> |
Jorim Jaggi | 4a2423b | 2015-04-24 10:19:48 -0700 | [diff] [blame] | 108 | <uses-permission android:name="android.permission.USER_ACTIVITY" /> |
Amith Yamasani | 50e32b0 | 2015-05-13 18:18:16 -0700 | [diff] [blame] | 109 | <uses-permission android:name="android.permission.CHANGE_APP_IDLE_STATE" /> |
Fyodor Kupolov | 0938a63 | 2015-07-27 12:24:59 -0700 | [diff] [blame] | 110 | <uses-permission android:name="android.permission.PEERS_MAC_ADDRESS"/> |
Julia Reynolds | f02aa0c | 2015-09-28 08:57:03 -0400 | [diff] [blame] | 111 | <uses-permission android:name="android.permission.MANAGE_NOTIFICATIONS"/> |
Daniel Nishi | b84304d | 2016-04-11 14:08:44 -0700 | [diff] [blame] | 112 | <uses-permission android:name="android.permission.DELETE_PACKAGES"/> |
Philip P. Moltmann | dd7441b | 2017-09-05 12:42:04 -0700 | [diff] [blame] | 113 | <uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES" /> |
Phil Weaver | 2e2dbfe | 2017-05-30 10:41:52 -0700 | [diff] [blame] | 114 | <uses-permission android:name="android.permission.MANAGE_APP_OPS_RESTRICTIONS"/> |
Dianne Hackborn | da3c046 | 2018-03-07 16:42:39 -0800 | [diff] [blame] | 115 | <uses-permission android:name="android.permission.MANAGE_APP_OPS_MODES" /> |
Phil Weaver | 633c9be | 2017-07-05 10:02:38 -0700 | [diff] [blame] | 116 | <uses-permission android:name="android.permission.HIDE_NON_SYSTEM_OVERLAY_WINDOWS"/> |
Philip P. Moltmann | 5929b13 | 2017-06-19 10:55:31 -0700 | [diff] [blame] | 117 | <uses-permission android:name="android.permission.READ_PRINT_SERVICES" /> |
Roshan Pius | 37a46a1 | 2017-07-24 15:05:36 -0700 | [diff] [blame] | 118 | <uses-permission android:name="android.permission.NETWORK_SETTINGS" /> |
Alexandru-Andrei Rotaru | aeb3e44 | 2017-08-07 12:21:31 +0100 | [diff] [blame] | 119 | <uses-permission android:name="android.permission.TEST_BLACKLISTED_PASSWORD" /> |
Jeff Sharkey | d940336 | 2018-01-05 17:14:37 -0700 | [diff] [blame] | 120 | <uses-permission android:name="android.permission.USE_RESERVED_DISK" /> |
Felipe Leme | a5bbad4 | 2018-02-14 13:15:19 -0800 | [diff] [blame] | 121 | <uses-permission android:name="android.permission.MANAGE_SCOPED_ACCESS_DIRECTORY_PERMISSIONS" /> |
Kevin Chyn | 22b4edd | 2018-07-30 19:20:01 -0700 | [diff] [blame] | 122 | <uses-permission android:name="android.permission.CAMERA" /> |
jackqdyulei | f25c9b0 | 2019-02-27 10:05:56 -0800 | [diff] [blame] | 123 | <uses-permission android:name="android.permission.MEDIA_CONTENT_CONTROL" /> |
PO HUNG CHEN | afc513e | 2019-12-10 04:11:21 +0000 | [diff] [blame] | 124 | <uses-permission android:name="android.permission.INSTALL_DYNAMIC_SYSTEM" /> |
Jack Yu | c4da22a | 2020-01-30 00:04:06 -0800 | [diff] [blame] | 125 | <uses-permission android:name="android.permission.BIND_CELL_BROADCAST_SERVICE" /> |
Mehdi Alizadeh | 2552dff | 2020-06-11 21:06:00 -0700 | [diff] [blame] | 126 | <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" /> |
Edgar Wang | 3912179 | 2020-10-27 16:54:46 +0800 | [diff] [blame] | 127 | <uses-permission android:name="android.permission.READ_DREAM_STATE" /> |
| 128 | <uses-permission android:name="android.permission.READ_DREAM_SUPPRESSION" /> |
Zhen Zhang | 1f99d6a | 2021-03-22 00:49:49 -0700 | [diff] [blame] | 129 | <uses-permission android:name="android.permission.MANAGE_APP_HIBERNATION" /> |
Arc Wang | 8b2dd65 | 2021-10-05 20:20:40 +0800 | [diff] [blame] | 130 | <uses-permission android:name="android.permission.LAUNCH_MULTI_PANE_SETTINGS_DEEP_LINK" /> |
| 131 | <uses-permission android:name="android.permission.ALLOW_PLACE_IN_MULTI_PANE_SETTINGS" /> |
Steve Elliott | 7bfcff3 | 2021-12-03 16:35:02 -0500 | [diff] [blame] | 132 | <uses-permission android:name="android.permission.POST_NOTIFICATIONS" /> |
tom hsu | 58244b1 | 2021-10-28 14:50:11 +0800 | [diff] [blame] | 133 | <uses-permission android:name="android.permission.READ_APP_SPECIFIC_LOCALES" /> |
Pavel Grafov | 8d4e89b | 2021-12-16 14:34:06 +0000 | [diff] [blame] | 134 | <uses-permission android:name="android.permission.QUERY_ADMIN_POLICY" /> |
Jan Tomljanovic | 9d2ec95 | 2022-01-17 12:21:59 +0000 | [diff] [blame] | 135 | <uses-permission android:name="android.permission.READ_SAFETY_CENTER_STATUS" /> |
Marie Matheson | 6b9a1ff | 2022-01-25 18:48:22 +0000 | [diff] [blame] | 136 | <uses-permission android:name="android.permission.SEND_SAFETY_CENTER_UPDATE" /> |
Pyuli Naithani | d140857 | 2022-01-12 23:08:02 +0000 | [diff] [blame] | 137 | <uses-permission android:name="android.permission.START_VIEW_APP_FEATURES" /> |
Reema Bajwa | 5ba7d67 | 2022-12-20 22:09:15 +0000 | [diff] [blame] | 138 | <uses-permission android:name="android.permission.LIST_ENABLED_CREDENTIAL_PROVIDERS" /> |
Alejandro Nijamkin | 6f77562 | 2022-12-24 08:08:02 -0800 | [diff] [blame] | 139 | <uses-permission android:name="android.permission.CUSTOMIZE_SYSTEM_UI" /> |
danielwbhuang | aa1d9c4 | 2022-12-30 21:31:24 +0800 | [diff] [blame] | 140 | <uses-permission android:name="android.permission.REMAP_MODIFIER_KEYS" /> |
Yuxin Hu | 0927e2a | 2023-04-17 23:56:19 +0000 | [diff] [blame] | 141 | <uses-permission android:name="android.permission.ACCESS_GPU_SERVICE" /> |
Mark Kim | e3b456e | 2023-12-03 16:26:55 +0000 | [diff] [blame] | 142 | <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" /> |
Andy Yu | e6e57cf | 2023-12-05 16:01:46 -0800 | [diff] [blame] | 143 | <uses-permission android:name="android.permission.MANAGE_GAME_MODE" /> |
Rambo Wang | 4c38450 | 2024-01-04 04:33:23 +0000 | [diff] [blame] | 144 | <uses-permission android:name="android.permission.RESTART_PHONE_PROCESS" /> |
Jay Thomas Sullivan | 91bcebc | 2024-02-05 14:02:59 -0800 | [diff] [blame] | 145 | <uses-permission android:name="android.permission.MANAGE_ENHANCED_CONFIRMATION_STATES" /> |
pihuei | 55fb2b7 | 2020-10-13 19:00:57 +0800 | [diff] [blame] | 146 | |
Tsung-Mao Fang | 4781fc1 | 2021-09-06 02:41:26 +0000 | [diff] [blame] | 147 | <application |
| 148 | android:name=".SettingsApplication" |
| 149 | android:label="@string/settings_label" |
Hyunyoung Song | 1f093dd | 2017-02-14 10:40:58 -0800 | [diff] [blame] | 150 | android:icon="@drawable/ic_launcher_settings" |
Amith Yamasani | 56f51a8 | 2013-08-05 10:07:23 -0700 | [diff] [blame] | 151 | android:theme="@style/Theme.Settings" |
Fabrice Di Meglio | 79d8e80 | 2012-07-19 19:25:50 -0700 | [diff] [blame] | 152 | android:hardwareAccelerated="true" |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 153 | android:requiredForAllUsers="true" |
Fabrice Di Meglio | 6644556 | 2014-06-30 13:11:53 -0700 | [diff] [blame] | 154 | android:supportsRtl="true" |
Sunny Goyal | ae788a1 | 2019-04-24 17:11:24 -0700 | [diff] [blame] | 155 | android:backupAgent="com.android.settings.backup.SettingsBackupHelper" |
Jacky Wang | a234e16 | 2024-03-08 08:54:59 +0800 | [diff] [blame] | 156 | android:restoreAnyVersion="true" |
Jeff Sharkey | 3bd73ed | 2015-11-18 10:20:18 -0700 | [diff] [blame] | 157 | android:usesCleartextTraffic="true" |
Jeff Sharkey | a806b7a | 2016-03-17 11:04:55 -0600 | [diff] [blame] | 158 | android:defaultToDeviceProtectedStorage="true" |
Jason Monk | 2021012 | 2018-04-03 18:36:42 -0400 | [diff] [blame] | 159 | android:directBootAware="true" |
Yi-Ling Chuang | 2a3337a | 2022-02-18 13:49:34 +0800 | [diff] [blame] | 160 | android:appComponentFactory="androidx.core.app.CoreComponentFactory" |
kellyz | 1bda642 | 2022-07-22 10:23:28 +0800 | [diff] [blame] | 161 | android:gwpAsanMode="always" |
| 162 | android:enableOnBackInvokedCallback="true"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 163 | |
Bonian Chen | e69d1a6 | 2021-01-06 05:41:46 +0000 | [diff] [blame] | 164 | <uses-library android:name="org.apache.http.legacy" /> |
Tsung-Mao Fang | 18ad0c4 | 2021-08-17 18:28:06 +0800 | [diff] [blame] | 165 | |
Arc Wang | cf4ee7b | 2023-01-09 10:26:07 +0800 | [diff] [blame] | 166 | <property |
| 167 | android:name="android.window.PROPERTY_ACTIVITY_EMBEDDING_SPLITS_ENABLED" |
| 168 | android:value="true" /> |
| 169 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 170 | <!-- Settings --> |
Fan Zhang | 44be913 | 2018-09-07 12:56:53 -0700 | [diff] [blame] | 171 | <activity android:name=".homepage.SettingsHomepageActivity" |
Raff Tsai | 082f8ee | 2018-06-29 06:11:39 +0000 | [diff] [blame] | 172 | android:label="@string/settings_label_launcher" |
| 173 | android:theme="@style/Theme.Settings.Home" |
Sunny Shao | 0b0e6fc | 2019-06-18 13:32:05 +0800 | [diff] [blame] | 174 | android:taskAffinity="com.android.settings.root" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 175 | android:exported="true" |
Jason Chiu | ae1c17b | 2022-06-13 13:58:17 +0800 | [diff] [blame] | 176 | android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize"> |
Fan Zhang | 0c7c59f | 2018-10-26 13:40:38 -0700 | [diff] [blame] | 177 | <intent-filter android:priority="1"> |
| 178 | <action android:name="android.settings.SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 179 | <category android:name="android.intent.category.BROWSABLE" /> |
Fan Zhang | 0c7c59f | 2018-10-26 13:40:38 -0700 | [diff] [blame] | 180 | <category android:name="android.intent.category.DEFAULT" /> |
| 181 | </intent-filter> |
| 182 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 183 | android:value="true" /> |
Raff Tsai | 082f8ee | 2018-06-29 06:11:39 +0000 | [diff] [blame] | 184 | </activity> |
| 185 | |
Jason Chiu | a3b21cf | 2021-11-16 18:20:19 +0800 | [diff] [blame] | 186 | <!-- Activity for launching deep link page in 2-pane. --> |
| 187 | <activity android:name=".homepage.DeepLinkHomepageActivity" |
| 188 | android:label="@string/settings_label_launcher" |
Jason Chiu | 177573c | 2021-12-02 14:26:24 +0800 | [diff] [blame] | 189 | android:theme="@style/Theme.Settings.Home" |
Jason Chiu | a3b21cf | 2021-11-16 18:20:19 +0800 | [diff] [blame] | 190 | android:launchMode="singleTask" |
| 191 | android:exported="true" |
Tsung-Mao Fang | 3943de1 | 2021-12-08 20:23:13 +0800 | [diff] [blame] | 192 | android:enabled="false" |
Jason Chiu | ae1c17b | 2022-06-13 13:58:17 +0800 | [diff] [blame] | 193 | android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize" |
Alexander Milantev | c413b3e | 2023-03-14 16:11:30 +0000 | [diff] [blame] | 194 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Jason Chiu | a3b21cf | 2021-11-16 18:20:19 +0800 | [diff] [blame] | 195 | android:permission="android.permission.LAUNCH_MULTI_PANE_SETTINGS_DEEP_LINK"> |
| 196 | <intent-filter> |
| 197 | <action android:name="android.settings.SETTINGS_EMBED_DEEP_LINK_ACTIVITY" /> |
| 198 | <category android:name="android.intent.category.DEFAULT" /> |
| 199 | </intent-filter> |
| 200 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 201 | android:value="true" /> |
| 202 | </activity> |
| 203 | |
Jason Chiu | 177573c | 2021-12-02 14:26:24 +0800 | [diff] [blame] | 204 | <activity android:name=".homepage.DeepLinkHomepageActivityInternal" |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 205 | android:label="@string/settings_label_launcher" |
Jason Chiu | 177573c | 2021-12-02 14:26:24 +0800 | [diff] [blame] | 206 | android:theme="@style/Theme.Settings.Home.NoAnimation" |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 207 | android:taskAffinity="" |
| 208 | android:launchMode="singleTask" |
| 209 | android:exported="false" |
Jason Chiu | a3b21cf | 2021-11-16 18:20:19 +0800 | [diff] [blame] | 210 | android:excludeFromRecents="true" |
Jason Chiu | ae1c17b | 2022-06-13 13:58:17 +0800 | [diff] [blame] | 211 | android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize"> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 212 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 213 | android:value="true" /> |
jackqdyulei | 106ae1d | 2018-10-05 10:04:19 -0700 | [diff] [blame] | 214 | </activity> |
| 215 | |
Alexandra Gherghina | 05dec7f | 2014-09-05 11:42:51 +0100 | [diff] [blame] | 216 | <!-- Alias for launcher activity only, as this belongs to each profile. --> |
| 217 | <activity-alias android:name="Settings" |
Alexandra Gherghina | 05dec7f | 2014-09-05 11:42:51 +0100 | [diff] [blame] | 218 | android:label="@string/settings_label_launcher" |
Sunny Shao | 0b0e6fc | 2019-06-18 13:32:05 +0800 | [diff] [blame] | 219 | android:taskAffinity="com.android.settings.root" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 220 | android:exported="true" |
Fan Zhang | 44be913 | 2018-09-07 12:56:53 -0700 | [diff] [blame] | 221 | android:targetActivity=".homepage.SettingsHomepageActivity"> |
Alexandra Gherghina | 05dec7f | 2014-09-05 11:42:51 +0100 | [diff] [blame] | 222 | <intent-filter> |
| 223 | <action android:name="android.intent.action.MAIN" /> |
| 224 | <category android:name="android.intent.category.DEFAULT" /> |
| 225 | <category android:name="android.intent.category.LAUNCHER" /> |
| 226 | </intent-filter> |
Sunny Goyal | 5f179fc | 2016-06-15 12:36:50 -0700 | [diff] [blame] | 227 | <meta-data android:name="android.app.shortcuts" android:resource="@xml/shortcuts"/> |
Alexandra Gherghina | 05dec7f | 2014-09-05 11:42:51 +0100 | [diff] [blame] | 228 | </activity-alias> |
| 229 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 230 | <receiver android:name=".SettingsInitialize" |
| 231 | android:exported="true"> |
Alexandra Gherghina | 89265a3 | 2014-07-17 20:29:34 +0100 | [diff] [blame] | 232 | <intent-filter> |
Alexandra Gherghina | f2e39f2 | 2014-08-18 13:16:17 +0100 | [diff] [blame] | 233 | <action android:name="android.intent.action.USER_INITIALIZE"/> |
Alexandra Gherghina | 5171224 | 2014-09-05 16:32:14 +0100 | [diff] [blame] | 234 | <action android:name="android.intent.action.PRE_BOOT_COMPLETED"/> |
Alexandra Gherghina | 89265a3 | 2014-07-17 20:29:34 +0100 | [diff] [blame] | 235 | </intent-filter> |
| 236 | </receiver> |
| 237 | |
Mill Chen | 14cfd2f | 2021-01-06 07:46:46 +0800 | [diff] [blame] | 238 | <activity android:name=".SubSettings" |
Yuri Ufimtsev | be98245 | 2022-03-09 09:49:15 +0000 | [diff] [blame] | 239 | android:exported="false" |
| 240 | android:theme="@style/Theme.SubSettings" |
Alexander Milantev | c413b3e | 2023-03-14 16:11:30 +0000 | [diff] [blame] | 241 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Yuri Ufimtsev | be98245 | 2022-03-09 09:49:15 +0000 | [diff] [blame] | 242 | android:taskAffinity="com.android.settings.root" /> |
Dianne Hackborn | b725818 | 2011-03-15 16:23:55 -0700 | [diff] [blame] | 243 | |
Fan Zhang | f1f0f8b | 2018-06-22 10:40:07 -0700 | [diff] [blame] | 244 | <activity android:name=".Settings$CreateShortcutActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 245 | android:exported="true" |
Fan Zhang | 92f1e94 | 2017-01-21 10:07:26 -0800 | [diff] [blame] | 246 | android:label="@string/settings_shortcut"> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 247 | <intent-filter> |
Fan Zhang | f1f0f8b | 2018-06-22 10:40:07 -0700 | [diff] [blame] | 248 | <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
| 249 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 250 | </intent-filter> |
Fan Zhang | f1f0f8b | 2018-06-22 10:40:07 -0700 | [diff] [blame] | 251 | <meta-data |
| 252 | android:name="com.android.settings.FRAGMENT_CLASS" |
| 253 | android:value="com.android.settings.shortcut.CreateShortcut" /> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 254 | </activity> |
| 255 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 256 | <!-- Wireless Controls --> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 257 | <activity |
| 258 | android:name=".Settings$NetworkDashboardActivity" |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 259 | android:label="@string/network_dashboard_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 260 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 261 | android:icon="@drawable/ic_homepage_network"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 262 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 263 | <action android:name="android.settings.WIRELESS_SETTINGS" /> |
| 264 | <action android:name="android.settings.AIRPLANE_MODE_SETTINGS" /> |
Andrew Sapperstein | c65ccd2 | 2019-04-25 10:31:37 -0700 | [diff] [blame] | 265 | <action android:name="com.android.settings.sim.SIM_SUB_INFO_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 266 | <category android:name="android.intent.category.BROWSABLE" /> |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 267 | <category android:name="android.intent.category.DEFAULT" /> |
| 268 | </intent-filter> |
| 269 | <intent-filter> |
| 270 | <action android:name="android.intent.action.MAIN" /> |
| 271 | <category android:name="android.intent.category.DEFAULT" /> |
| 272 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 273 | </intent-filter> |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 274 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 275 | android:value="com.android.settings.network.NetworkDashboardFragment"/> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 276 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 277 | android:value="@string/menu_key_network"/> |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 278 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 279 | android:value="true" /> |
| 280 | </activity> |
| 281 | |
Zoey Chen | 6978a90 | 2021-12-14 18:42:37 +0800 | [diff] [blame] | 282 | <activity |
| 283 | android:name=".Settings$MobileNetworkActivity" |
| 284 | android:label="@string/network_settings_title" |
| 285 | android:configChanges="orientation|screenSize|keyboardHidden" |
Bonian Chen | d10618d | 2022-05-30 19:06:10 +0800 | [diff] [blame] | 286 | android:launchMode="singleTop" |
Zoey Chen | 6978a90 | 2021-12-14 18:42:37 +0800 | [diff] [blame] | 287 | android:exported="true"> |
| 288 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 289 | android:value="com.android.settings.network.telephony.MobileNetworkSettings"/> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 290 | <intent-filter android:priority="1"> |
| 291 | <!-- Displays the MobileNetworkActivity and opt-in dialog for capability discovery. --> |
Bonian Chen | d10618d | 2022-05-30 19:06:10 +0800 | [diff] [blame] | 292 | <!-- Please sync with a list created within MobileNetworkIntentConverter.java --> |
| 293 | <action android:name="android.intent.action.MAIN" /> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 294 | <action android:name="android.telephony.ims.action.SHOW_CAPABILITY_DISCOVERY_OPT_IN" /> |
| 295 | <action android:name="android.settings.NETWORK_OPERATOR_SETTINGS" /> |
| 296 | <action android:name="android.settings.DATA_ROAMING_SETTINGS" /> |
| 297 | <action android:name="android.settings.MMS_MESSAGE_SETTING" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 298 | <category android:name="android.intent.category.BROWSABLE" /> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 299 | <category android:name="android.intent.category.DEFAULT" /> |
| 300 | </intent-filter> |
| 301 | </activity> |
| 302 | |
Antony Sargent | 94d9790 | 2019-03-26 09:50:22 -0700 | [diff] [blame] | 303 | <activity android:name=".Settings$MobileNetworkListActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 304 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 305 | android:label="@string/network_settings_title"> |
Antony Sargent | 94d9790 | 2019-03-26 09:50:22 -0700 | [diff] [blame] | 306 | <intent-filter android:priority="1"> |
| 307 | <action android:name="android.settings.MOBILE_NETWORK_LIST" /> |
Peter Wang | 93ce068 | 2021-04-09 11:49:34 -0700 | [diff] [blame] | 308 | <action android:name="android.settings.MANAGE_ALL_SIM_PROFILES_SETTINGS" /> |
Antony Sargent | 94d9790 | 2019-03-26 09:50:22 -0700 | [diff] [blame] | 309 | <category android:name="android.intent.category.DEFAULT" /> |
| 310 | </intent-filter> |
| 311 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 312 | android:value="com.android.settings.network.MobileNetworkListFragment"/> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 313 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 314 | android:value="@string/menu_key_network"/> |
Antony Sargent | 94d9790 | 2019-03-26 09:50:22 -0700 | [diff] [blame] | 315 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 316 | android:value="true" /> |
| 317 | </activity> |
| 318 | |
rambowang | b010448 | 2023-11-29 14:18:20 -0600 | [diff] [blame] | 319 | <activity android:name=".Settings$ResetMobileNetworkSettingsActivity" |
| 320 | android:exported="true" |
| 321 | android:label="@string/reset_mobile_network_settings_title"> |
| 322 | <intent-filter android:priority="1"> |
| 323 | <action android:name="android.telephony.action.RESET_MOBILE_NETWORK_SETTINGS" /> |
| 324 | <category android:name="android.intent.category.DEFAULT" /> |
| 325 | </intent-filter> |
| 326 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 327 | android:value="com.android.settings.ResetNetwork"/> |
| 328 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 329 | android:value="@string/menu_key_system"/> |
| 330 | </activity> |
| 331 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 332 | <activity |
| 333 | android:name=".Settings$ConnectedDeviceDashboardActivity" |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 334 | android:label="@string/connected_devices_dashboard_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 335 | android:exported="true" |
Sunny Shao | b4a5f16 | 2020-06-15 23:00:26 +0800 | [diff] [blame] | 336 | android:icon="@drawable/ic_homepage_connected_device"> |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 337 | <intent-filter android:priority="1"> |
jackqdyulei | 6dd7f2e | 2018-02-07 17:49:09 -0800 | [diff] [blame] | 338 | <action android:name="android.settings.BLUETOOTH_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 339 | <category android:name="android.intent.category.BROWSABLE" /> |
jackqdyulei | 6dd7f2e | 2018-02-07 17:49:09 -0800 | [diff] [blame] | 340 | <category android:name="android.intent.category.DEFAULT" /> |
| 341 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 342 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 343 | android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment"/> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 344 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 345 | android:value="@string/menu_key_connected_devices"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 346 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 347 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 348 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 349 | |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 350 | <activity android:name="AirplaneModeVoiceActivity" |
| 351 | android:label="@string/wireless_networks_settings_title" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 352 | android:theme="@*android:style/Theme.DeviceDefault.Light.Voice" |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 353 | android:exported="true"> |
| 354 | <intent-filter> |
| 355 | <action android:name="android.settings.VOICE_CONTROL_AIRPLANE_MODE" /> |
| 356 | <category android:name="android.intent.category.DEFAULT" /> |
| 357 | <category android:name="android.intent.category.VOICE" /> |
| 358 | </intent-filter> |
| 359 | </activity> |
| 360 | |
Fan Zhang | 25f29bf | 2017-10-24 09:27:02 -0700 | [diff] [blame] | 361 | <activity android:name=".search.SearchResultTrampoline" |
| 362 | android:theme="@android:style/Theme.NoDisplay" |
| 363 | android:excludeFromRecents="true" |
Alexander Milantev | c413b3e | 2023-03-14 16:11:30 +0000 | [diff] [blame] | 364 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Fan Zhang | 25f29bf | 2017-10-24 09:27:02 -0700 | [diff] [blame] | 365 | android:exported="true"> |
Fan Zhang | 8068fda | 2017-11-09 16:37:01 -0800 | [diff] [blame] | 366 | <intent-filter> |
| 367 | <action android:name="com.android.settings.SEARCH_RESULT_TRAMPOLINE" /> |
| 368 | <category android:name="android.intent.category.DEFAULT" /> |
| 369 | </intent-filter> |
Fan Zhang | 25f29bf | 2017-10-24 09:27:02 -0700 | [diff] [blame] | 370 | </activity> |
| 371 | |
Jason Chiu | 3af7336 | 2021-11-11 14:24:37 +0800 | [diff] [blame] | 372 | <receiver android:name=".search.SearchStateReceiver" |
| 373 | android:exported="true" |
Tsung-Mao Fang | 3943de1 | 2021-12-08 20:23:13 +0800 | [diff] [blame] | 374 | android:enabled="false" |
Jason Chiu | 3af7336 | 2021-11-11 14:24:37 +0800 | [diff] [blame] | 375 | android:permission="android.permission.READ_SEARCH_INDEXABLES"> |
| 376 | <intent-filter> |
| 377 | <action android:name="com.android.settings.SEARCH_START"/> |
| 378 | <action android:name="com.android.settings.SEARCH_EXIT"/> |
| 379 | </intent-filter> |
| 380 | </receiver> |
| 381 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 382 | <activity |
Florian Mayer | ce17493 | 2022-11-07 17:27:52 -0800 | [diff] [blame] | 383 | android:name="Settings$MemtagPageActivity" |
| 384 | android:label="@string/memtag_title" |
| 385 | android:icon="@drawable/ic_homepage_security" |
| 386 | android:exported="true" |
| 387 | android:configChanges="orientation|keyboardHidden|screenSize"> |
| 388 | <intent-filter android:priority="1"> |
Florian Mayer | ef5e867 | 2022-11-17 16:46:05 -0800 | [diff] [blame] | 389 | <action android:name="android.settings.ADVANCED_MEMORY_PROTECTION_SETTINGS"/> |
Florian Mayer | ce17493 | 2022-11-07 17:27:52 -0800 | [diff] [blame] | 390 | <category android:name="android.intent.category.BROWSABLE" /> |
| 391 | <category android:name="android.intent.category.DEFAULT"/> |
| 392 | </intent-filter> |
| 393 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 394 | android:value="com.android.settings.security.MemtagPage"/> |
| 395 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 396 | android:value="@string/menu_key_security"/> |
| 397 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 398 | android:value="true"/> |
| 399 | </activity> |
| 400 | |
| 401 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 402 | android:name="Settings$WifiSettingsActivity" |
| 403 | android:label="@string/wifi_settings" |
Sunny Shao | b4a5f16 | 2020-06-15 23:00:26 +0800 | [diff] [blame] | 404 | android:icon="@drawable/ic_homepage_network" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 405 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 406 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Weng Su | eb70b24 | 2021-11-12 22:50:12 +0800 | [diff] [blame] | 407 | <intent-filter android:priority="1"> |
| 408 | <action android:name="android.settings.WIFI_SETTINGS"/> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 409 | <category android:name="android.intent.category.BROWSABLE" /> |
Weng Su | eb70b24 | 2021-11-12 22:50:12 +0800 | [diff] [blame] | 410 | <category android:name="android.intent.category.DEFAULT"/> |
| 411 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 412 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Weng Su | eb70b24 | 2021-11-12 22:50:12 +0800 | [diff] [blame] | 413 | android:value="com.android.settings.network.NetworkProviderSettings"/> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 414 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
Weng Su | eb70b24 | 2021-11-12 22:50:12 +0800 | [diff] [blame] | 415 | android:value="@string/menu_key_network"/> |
Zoltan Szatmary-Ban | e03d886 | 2015-04-30 14:35:54 +0100 | [diff] [blame] | 416 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
Weng Su | eb70b24 | 2021-11-12 22:50:12 +0800 | [diff] [blame] | 417 | android:value="true"/> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 418 | </activity> |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 419 | |
David Magno | 6031a6e | 2021-10-07 14:40:31 +0200 | [diff] [blame] | 420 | <!-- Keep compatibility with old shortcuts. --> |
| 421 | <activity-alias |
| 422 | android:name="Settings$WifiSettings2Activity" |
| 423 | android:targetActivity="Settings$WifiSettingsActivity" |
| 424 | android:label="@string/wifi_settings" |
| 425 | android:icon="@drawable/ic_homepage_network" |
| 426 | android:exported="true"> |
| 427 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Weng Su | eb70b24 | 2021-11-12 22:50:12 +0800 | [diff] [blame] | 428 | android:value="com.android.settings.network.NetworkProviderSettings"/> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 429 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
Weng Su | eb70b24 | 2021-11-12 22:50:12 +0800 | [diff] [blame] | 430 | android:value="@string/menu_key_network"/> |
| 431 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 432 | android:value="true"/> |
David Magno | 6031a6e | 2021-10-07 14:40:31 +0200 | [diff] [blame] | 433 | </activity-alias> |
| 434 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 435 | <activity |
Arc Wang | 746176e | 2020-09-02 17:35:56 +0800 | [diff] [blame] | 436 | android:name="Settings$NetworkProviderSettingsActivity" |
Weng Su | 658a417 | 2021-07-26 16:33:31 +0800 | [diff] [blame] | 437 | android:label="@string/provider_internet_settings" |
Arc Wang | 746176e | 2020-09-02 17:35:56 +0800 | [diff] [blame] | 438 | android:icon="@drawable/ic_homepage_network" |
| 439 | android:exported="true" |
| 440 | android:configChanges="orientation|keyboardHidden|screenSize"> |
| 441 | <intent-filter android:priority="1"> |
Weng Su | eb70b24 | 2021-11-12 22:50:12 +0800 | [diff] [blame] | 442 | <action android:name="android.settings.NETWORK_PROVIDER_SETTINGS"/> |
| 443 | <category android:name="android.intent.category.DEFAULT"/> |
Arc Wang | 746176e | 2020-09-02 17:35:56 +0800 | [diff] [blame] | 444 | </intent-filter> |
| 445 | <intent-filter android:priority="1"> |
Weng Su | eb70b24 | 2021-11-12 22:50:12 +0800 | [diff] [blame] | 446 | <action android:name="android.intent.action.MAIN"/> |
| 447 | <category android:name="com.android.settings.SHORTCUT"/> |
Arc Wang | 746176e | 2020-09-02 17:35:56 +0800 | [diff] [blame] | 448 | </intent-filter> |
| 449 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Weng Su | eb70b24 | 2021-11-12 22:50:12 +0800 | [diff] [blame] | 450 | android:value="com.android.settings.network.NetworkProviderSettings"/> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 451 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
Weng Su | eb70b24 | 2021-11-12 22:50:12 +0800 | [diff] [blame] | 452 | android:value="@string/menu_key_network"/> |
Arc Wang | 746176e | 2020-09-02 17:35:56 +0800 | [diff] [blame] | 453 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
Weng Su | eb70b24 | 2021-11-12 22:50:12 +0800 | [diff] [blame] | 454 | android:value="true"/> |
Arc Wang | 746176e | 2020-09-02 17:35:56 +0800 | [diff] [blame] | 455 | </activity> |
| 456 | |
| 457 | <activity |
SongFerng Wang | fa6a361 | 2021-12-08 14:25:41 +0000 | [diff] [blame] | 458 | android:name="Settings$NetworkSelectActivity" |
| 459 | android:label="@string/choose_network_title" |
Hakjun Choi | 197a10a | 2023-12-18 17:47:49 +0000 | [diff] [blame] | 460 | android:permission="android.permission.SATELLITE_COMMUNICATION" |
SongFerng Wang | fa6a361 | 2021-12-08 14:25:41 +0000 | [diff] [blame] | 461 | android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize"> |
| 462 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 463 | android:value="com.android.settings.network.telephony.NetworkSelectSettings" /> |
| 464 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 465 | android:value="true" /> |
| 466 | </activity> |
| 467 | |
| 468 | <activity |
Weng Su | e8a4e13 | 2021-07-15 11:38:38 +0800 | [diff] [blame] | 469 | android:name="Settings$WifiDetailsSettingsActivity" |
| 470 | android:label="@string/wifi_details_title" |
| 471 | android:icon="@drawable/ic_homepage_network" |
| 472 | android:exported="true" |
| 473 | android:permission="android.permission.CHANGE_WIFI_STATE" |
| 474 | android:configChanges="orientation|keyboardHidden|screenSize"> |
| 475 | <!-- The intent action is only public to OEM, because a special library is required. --> |
| 476 | <intent-filter android:priority="1"> |
| 477 | <action android:name="android.settings.WIFI_DETAILS_SETTINGS" /> |
| 478 | <category android:name="android.intent.category.DEFAULT" /> |
| 479 | </intent-filter> |
| 480 | <meta-data |
| 481 | android:name="com.android.settings.FRAGMENT_CLASS" |
| 482 | android:value="com.android.settings.wifi.details.WifiNetworkDetailsFragment" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 483 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 484 | android:value="@string/menu_key_network"/> |
| 485 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
Weng Su | e8a4e13 | 2021-07-15 11:38:38 +0800 | [diff] [blame] | 486 | android:value="true" /> |
| 487 | </activity> |
| 488 | |
| 489 | <activity |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 490 | android:name=".wifi.WifiPickerActivity" |
Weng Su | 79c30c0 | 2022-01-25 21:22:20 +0800 | [diff] [blame] | 491 | android:permission="android.permission.CHANGE_WIFI_STATE" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 492 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 493 | <intent-filter android:priority="1"> |
| 494 | <action android:name="android.net.wifi.PICK_WIFI_NETWORK" /> |
| 495 | <category android:name="android.intent.category.DEFAULT" /> |
| 496 | </intent-filter> |
Zoltan Szatmary-Ban | e03d886 | 2015-04-30 14:35:54 +0100 | [diff] [blame] | 497 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 498 | android:value="true" /> |
Daisuke Miyakawa | 79c5fd9 | 2011-01-15 14:58:00 -0800 | [diff] [blame] | 499 | </activity> |
| 500 | |
Jun Ono | 89c2c5e | 2019-05-30 12:56:43 +0900 | [diff] [blame] | 501 | <activity android:name=".Settings$AdaptiveBrightnessActivity" |
| 502 | android:label="@string/auto_brightness_title" |
| 503 | android:exported="true"> |
| 504 | <intent-filter> |
| 505 | <action android:name="android.settings.ADAPTIVE_BRIGHTNESS_SETTINGS" /> |
| 506 | <category android:name="android.intent.category.DEFAULT" /> |
| 507 | </intent-filter> |
| 508 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 509 | android:value="com.android.settings.display.AutoBrightnessSettings"/> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 510 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 511 | android:value="@string/menu_key_display"/> |
Jun Ono | 89c2c5e | 2019-05-30 12:56:43 +0900 | [diff] [blame] | 512 | </activity> |
| 513 | |
Wesley Wang | 336c441 | 2023-12-12 14:55:15 +0800 | [diff] [blame] | 514 | <activity android:name=".Settings$ScreenTimeoutActivity" |
| 515 | android:label="@string/screen_timeout" |
| 516 | android:exported="true"> |
| 517 | <intent-filter> |
| 518 | <action android:name="android.settings.SCREEN_TIMEOUT_SETTINGS" /> |
| 519 | <category android:name="android.intent.category.DEFAULT" /> |
| 520 | </intent-filter> |
| 521 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 522 | android:value="com.android.settings.display.ScreenTimeoutSettings"/> |
| 523 | </activity> |
| 524 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 525 | <activity |
| 526 | android:name="Settings$ConfigureWifiSettingsActivity" |
| 527 | android:label="@string/wifi_configure_settings_preference_title" |
| 528 | android:icon="@drawable/ic_settings_wireless" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 529 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 530 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Amin Shaikh | 3aa547b | 2017-01-06 18:31:41 -0800 | [diff] [blame] | 531 | <intent-filter android:priority="1"> |
Stephen Chen | 91d13c1 | 2017-03-22 15:53:26 -0700 | [diff] [blame] | 532 | <action android:name="android.settings.WIFI_IP_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 533 | <category android:name="android.intent.category.BROWSABLE" /> |
Amin Shaikh | 3aa547b | 2017-01-06 18:31:41 -0800 | [diff] [blame] | 534 | <category android:name="android.intent.category.DEFAULT" /> |
| 535 | </intent-filter> |
| 536 | <intent-filter> |
| 537 | <action android:name="android.intent.action.MAIN" /> |
| 538 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 539 | <category android:name="android.intent.category.DEFAULT" /> |
| 540 | </intent-filter> |
| 541 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 542 | android:value="com.android.settings.wifi.ConfigureWifiSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 543 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 544 | android:value="@string/menu_key_network"/> |
Amin Shaikh | 3aa547b | 2017-01-06 18:31:41 -0800 | [diff] [blame] | 545 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 546 | android:value="true" /> |
| 547 | </activity> |
| 548 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 549 | <activity |
| 550 | android:name="Settings$SavedAccessPointsSettingsActivity" |
| 551 | android:label="@string/wifi_saved_access_points_label" |
| 552 | android:icon="@drawable/ic_settings_wireless" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 553 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 554 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 555 | <intent-filter android:priority="1"> |
Stephen Chen | 66d1a69 | 2016-11-14 16:24:08 -0800 | [diff] [blame] | 556 | <action android:name="android.settings.WIFI_SAVED_NETWORK_SETTINGS" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 557 | <category android:name="android.intent.category.DEFAULT" /> |
| 558 | </intent-filter> |
PauloftheWest | 7837b99 | 2014-06-24 07:42:27 -0700 | [diff] [blame] | 559 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Viesturs Zarins | f1d115c | 2022-09-28 15:06:18 +0000 | [diff] [blame] | 560 | android:value="com.android.settings.wifi.savedaccesspoints2.SavedAccessPointsWifiSettings2" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 561 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 562 | android:value="@string/menu_key_network"/> |
Zoltan Szatmary-Ban | e03d886 | 2015-04-30 14:35:54 +0100 | [diff] [blame] | 563 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 564 | android:value="true" /> |
PauloftheWest | 7837b99 | 2014-06-24 07:42:27 -0700 | [diff] [blame] | 565 | </activity> |
| 566 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 567 | <activity android:name=".Settings$WifiInfoActivity" |
| 568 | android:exported="true"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 569 | <intent-filter> |
| 570 | <action android:name="android.intent.action.MAIN"/> |
| 571 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 572 | <category android:name="android.intent.category.DEFAULT" /> |
| 573 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 574 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 575 | android:value="com.android.settings.wifi.WifiInfo" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 576 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 577 | android:value="@string/menu_key_network"/> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 578 | </activity> |
| 579 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 580 | <activity android:name=".wifi.WifiConfigInfo" |
| 581 | android:exported="true"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 582 | <intent-filter> |
| 583 | <action android:name="android.intent.action.MAIN"/> |
| 584 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 585 | <category android:name="android.intent.category.DEFAULT" /> |
| 586 | </intent-filter> |
| 587 | </activity> |
| 588 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 589 | <activity android:name=".Settings$WifiAPITestActivity" |
| 590 | android:exported="true"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 591 | <intent-filter> |
| 592 | <action android:name="android.intent.action.MAIN"/> |
| 593 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 594 | <category android:name="android.intent.category.DEFAULT" /> |
| 595 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 596 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 597 | android:value="com.android.settings.wifi.WifiAPITest" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 598 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 599 | android:value="@string/menu_key_network"/> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 600 | </activity> |
| 601 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 602 | <activity android:name=".wifi.WifiStatusTest" |
| 603 | android:exported="true"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 604 | <intent-filter> |
| 605 | <action android:name="android.intent.action.MAIN"/> |
| 606 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 607 | <category android:name="android.intent.category.DEFAULT" /> |
| 608 | </intent-filter> |
| 609 | </activity> |
| 610 | |
Lorenzo Colitti | 877b054 | 2015-04-03 17:31:19 +0900 | [diff] [blame] | 611 | <activity android:name=".wifi.WifiNoInternetDialog" |
| 612 | android:clearTaskOnLaunch="true" |
| 613 | android:excludeFromRecents="true" |
| 614 | android:exported="true" |
lucaslin | 7335c59 | 2019-03-20 11:41:21 +0800 | [diff] [blame] | 615 | android:permission="android.permission.NETWORK_STACK" |
Arc Wang | 5a298fb | 2020-06-30 14:14:02 +0800 | [diff] [blame] | 616 | android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"> |
lucaslin | aaf2123 | 2021-02-22 10:37:16 +0800 | [diff] [blame] | 617 | <!-- TODO: Consider removing below two intent filters. |
| 618 | It seems like below two intent filters can be removed because when the notification |
| 619 | is clicked, this activity will be launched anyway. --> |
Lorenzo Colitti | 877b054 | 2015-04-03 17:31:19 +0900 | [diff] [blame] | 620 | <intent-filter> |
lucaslin | aaf2123 | 2021-02-22 10:37:16 +0800 | [diff] [blame] | 621 | <action android:name="android.net.action.PROMPT_UNVALIDATED" /> |
Lorenzo Colitti | 877b054 | 2015-04-03 17:31:19 +0900 | [diff] [blame] | 622 | <category android:name="android.intent.category.DEFAULT" /> |
| 623 | </intent-filter> |
Lorenzo Colitti | 1449ecd | 2016-09-15 14:06:46 +0900 | [diff] [blame] | 624 | <intent-filter> |
lucaslin | aaf2123 | 2021-02-22 10:37:16 +0800 | [diff] [blame] | 625 | <action android:name="android.net.action.PROMPT_LOST_VALIDATION" /> |
Lorenzo Colitti | 1449ecd | 2016-09-15 14:06:46 +0900 | [diff] [blame] | 626 | <category android:name="android.intent.category.DEFAULT" /> |
| 627 | </intent-filter> |
Zoltan Szatmary-Ban | e03d886 | 2015-04-30 14:35:54 +0100 | [diff] [blame] | 628 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 629 | android:value="true" /> |
Lorenzo Colitti | 877b054 | 2015-04-03 17:31:19 +0900 | [diff] [blame] | 630 | </activity> |
| 631 | |
Hakjun Choi | 2f57f53 | 2024-01-09 20:00:15 +0000 | [diff] [blame] | 632 | <activity android:name="Settings$SatelliteSettingActivity" |
| 633 | android:label="@string/satellite_setting" |
| 634 | android:exported="true" |
| 635 | android:configChanges="orientation|keyboardHidden|screenSize"> |
| 636 | <intent-filter android:priority="1"> |
| 637 | <action android:name="android.settings.SATELLITE_SETTING" /> |
| 638 | <category android:name="android.intent.category.DEFAULT" /> |
| 639 | </intent-filter> |
| 640 | <intent-filter> |
| 641 | <action android:name="android.intent.action.MAIN" /> |
| 642 | <category android:name="android.intent.category.DEFAULT" /> |
| 643 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 644 | </intent-filter> |
| 645 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 646 | android:value="true" /> |
| 647 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 648 | android:value="com.android.settings.network.telephony.SatelliteSetting" /> |
| 649 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 650 | android:value="@string/menu_key_network"/> |
| 651 | </activity> |
| 652 | |
Fabrice Di Meglio | 61a1fec | 2014-08-13 16:22:38 -0700 | [diff] [blame] | 653 | <activity android:name="Settings$ApnSettingsActivity" |
Jeff Sharkey | c2b43db | 2012-11-28 17:09:19 -0800 | [diff] [blame] | 654 | android:label="@string/apn_settings" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 655 | android:exported="true" |
Bonian Chen | cd1fd10 | 2020-02-10 02:38:25 +0800 | [diff] [blame] | 656 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 657 | <intent-filter android:priority="1"> |
| 658 | <action android:name="android.settings.APN_SETTINGS" /> |
| 659 | <category android:name="android.intent.category.DEFAULT" /> |
| 660 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 661 | <intent-filter> |
| 662 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 663 | <category android:name="android.intent.category.DEFAULT" /> |
| 664 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 665 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 666 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
Hakjun Choi | 2f57f53 | 2024-01-09 20:00:15 +0000 | [diff] [blame] | 667 | android:value="true" /> |
Fabrice Di Meglio | 61a1fec | 2014-08-13 16:22:38 -0700 | [diff] [blame] | 668 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
tom hsu | 2fd7c9f | 2020-09-30 21:46:27 +0800 | [diff] [blame] | 669 | android:value="com.android.settings.network.apn.ApnSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 670 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 671 | android:value="@string/menu_key_network"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 672 | </activity> |
| 673 | |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 674 | <!-- Keep compatibility with old shortcuts. --> |
| 675 | <activity-alias |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 676 | android:name="Settings$BluetoothSettingsActivity" |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 677 | android:label="@string/devices_title" |
| 678 | android:targetActivity=".Settings$ConnectedDeviceDashboardActivity" |
| 679 | android:exported="true"> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 680 | <intent-filter android:priority="10"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 681 | <action android:name="android.intent.action.MAIN" /> |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 682 | <category android:name="com.android.settings.SHORTCUT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 683 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 684 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 685 | android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 686 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 687 | android:value="@string/menu_key_connected_devices"/> |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 688 | </activity-alias> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 689 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 690 | <!-- Keep compatibility with old shortcuts. --> |
| 691 | <activity-alias android:name=".bluetooth.BluetoothSettings" |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 692 | android:label="@string/devices_title" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 693 | android:targetActivity="Settings$BluetoothSettingsActivity" |
| 694 | android:exported="true" |
| 695 | android:clearTaskOnLaunch="true"> |
| 696 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 697 | android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 698 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 699 | android:value="@string/menu_key_connected_devices"/> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 700 | </activity-alias> |
| 701 | |
Kevin Chyn | 7189997 | 2018-07-10 17:20:29 -0700 | [diff] [blame] | 702 | <activity android:name="Settings$FaceSettingsActivity" |
| 703 | android:label="@string/security_settings_face_preference_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 704 | android:exported="true" |
Jason Chang | f0fccc2 | 2023-08-03 08:38:44 +0000 | [diff] [blame] | 705 | android:theme="@style/Theme.Settings.NoActionBar" |
Kevin Chyn | 7189997 | 2018-07-10 17:20:29 -0700 | [diff] [blame] | 706 | android:icon="@drawable/ic_face_header"> |
| 707 | <intent-filter> |
| 708 | <action android:name="android.settings.FACE_SETTINGS" /> |
| 709 | <category android:name="android.intent.category.DEFAULT" /> |
| 710 | </intent-filter> |
| 711 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 712 | android:value="com.android.settings.biometrics.face.FaceSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 713 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 714 | android:value="@string/menu_key_security"/> |
Kevin Chyn | 7189997 | 2018-07-10 17:20:29 -0700 | [diff] [blame] | 715 | </activity> |
| 716 | |
Yuri Ufimtsev | be98245 | 2022-03-09 09:49:15 +0000 | [diff] [blame] | 717 | <activity android:name="Settings$FaceSettingsInternalActivity" |
| 718 | android:label="@string/security_settings_face_preference_title" |
| 719 | android:exported="false" |
Jason Chang | f0fccc2 | 2023-08-03 08:38:44 +0000 | [diff] [blame] | 720 | android:theme="@style/Theme.Settings.NoActionBar" |
Yuri Ufimtsev | be98245 | 2022-03-09 09:49:15 +0000 | [diff] [blame] | 721 | android:icon="@drawable/ic_face_header" |
| 722 | android:taskAffinity="com.android.settings.root"> |
| 723 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 724 | android:value="com.android.settings.biometrics.face.FaceSettings" /> |
| 725 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 726 | android:value="@string/menu_key_security"/> |
| 727 | </activity> |
| 728 | |
Ilya Matyukhin | 8979f84 | 2019-04-28 15:10:02 -0700 | [diff] [blame] | 729 | <activity android:name="Settings$FingerprintSettingsActivity" |
| 730 | android:label="@string/security_settings_fingerprint_preference_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 731 | android:exported="true" |
Ilya Matyukhin | 8979f84 | 2019-04-28 15:10:02 -0700 | [diff] [blame] | 732 | android:icon="@drawable/ic_fingerprint_header"> |
| 733 | <intent-filter> |
| 734 | <action android:name="android.settings.FINGERPRINT_SETTINGS" /> |
| 735 | <category android:name="android.intent.category.DEFAULT" /> |
| 736 | </intent-filter> |
| 737 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 738 | android:value="com.android.settings.biometrics.fingerprint.FingerprintSettings$FingerprintSettingsFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 739 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 740 | android:value="@string/menu_key_security"/> |
Ilya Matyukhin | 8979f84 | 2019-04-28 15:10:02 -0700 | [diff] [blame] | 741 | </activity> |
| 742 | |
Mill Chen | 7edebee | 2021-04-09 23:14:27 +0800 | [diff] [blame] | 743 | <activity android:name="Settings$CombinedBiometricSettingsActivity" |
| 744 | android:label="@string/security_settings_biometric_preference_title" |
Yuri Ufimtsev | be98245 | 2022-03-09 09:49:15 +0000 | [diff] [blame] | 745 | android:exported="false" |
| 746 | android:taskAffinity="com.android.settings.root"> |
Mill Chen | 7edebee | 2021-04-09 23:14:27 +0800 | [diff] [blame] | 747 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 748 | android:value="com.android.settings.biometrics.combination.CombinedBiometricSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 749 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 750 | android:value="@string/menu_key_security"/> |
Mill Chen | 7edebee | 2021-04-09 23:14:27 +0800 | [diff] [blame] | 751 | </activity> |
| 752 | |
| 753 | <activity android:name="Settings$CombinedBiometricProfileSettingsActivity" |
Elliot Sisteron | bc3d8da | 2023-04-06 13:51:00 +0000 | [diff] [blame] | 754 | android:label="@string/security_settings_work_biometric_preference_title" |
Mill Chen | 7edebee | 2021-04-09 23:14:27 +0800 | [diff] [blame] | 755 | android:exported="false"> |
| 756 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 757 | android:value="com.android.settings.biometrics.combination.CombinedBiometricProfileSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 758 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 759 | android:value="@string/menu_key_security"/> |
Mill Chen | 7edebee | 2021-04-09 23:14:27 +0800 | [diff] [blame] | 760 | </activity> |
| 761 | |
josephpv | 0b7d467 | 2023-12-08 16:11:25 +0000 | [diff] [blame] | 762 | <activity android:name=".Settings$PrivateSpaceBiometricSettingsActivity" |
| 763 | android:label="@string/private_space_biometric_title" |
| 764 | android:exported="false"> |
| 765 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 766 | android:value="com.android.settings.privatespace.onelock.PrivateSpaceBiometricSettings" /> |
| 767 | </activity> |
| 768 | |
Jake Hamby | c090feb | 2010-12-07 16:27:21 -0800 | [diff] [blame] | 769 | <activity android:name=".bluetooth.DevicePickerActivity" |
Jake Hamby | c090feb | 2010-12-07 16:27:21 -0800 | [diff] [blame] | 770 | android:label="@string/device_picker" |
Hemant Gupta | 3483fc3 | 2018-02-01 19:20:29 +0530 | [diff] [blame] | 771 | android:configChanges="orientation|keyboardHidden|screenSize" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 772 | android:exported="true" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 773 | android:clearTaskOnLaunch="true"> |
Jake Hamby | c090feb | 2010-12-07 16:27:21 -0800 | [diff] [blame] | 774 | <intent-filter> |
| 775 | <action android:name="android.bluetooth.devicepicker.action.LAUNCH" /> |
| 776 | <category android:name="android.intent.category.DEFAULT" /> |
| 777 | </intent-filter> |
| 778 | </activity> |
| 779 | |
Doris Ling | c692758 | 2018-01-18 15:04:59 -0800 | [diff] [blame] | 780 | <service android:name=".wifi.tether.TetherService" |
Jason Monk | 37832d6 | 2014-12-10 17:21:51 -0500 | [diff] [blame] | 781 | android:exported="true" |
Jeremy Klein | 78d182f | 2015-12-28 15:39:39 -0800 | [diff] [blame] | 782 | android:permission="android.permission.TETHER_PRIVILEGED" /> |
Jeremy Klein | 1cf002d | 2016-01-24 17:21:43 -0800 | [diff] [blame] | 783 | |
markchien | 8c713fc | 2019-02-14 11:11:31 +0800 | [diff] [blame] | 784 | <activity android:name=".network.TetherProvisioningActivity" |
Jeremy Klein | 1cf002d | 2016-01-24 17:21:43 -0800 | [diff] [blame] | 785 | android:exported="true" |
| 786 | android:permission="android.permission.TETHER_PRIVILEGED" |
Jeremy Klein | 7dbad8c | 2016-12-19 11:22:38 -0800 | [diff] [blame] | 787 | android:excludeFromRecents="true" |
Jeremy Klein | e3e7b95 | 2016-01-25 14:43:49 -0800 | [diff] [blame] | 788 | android:theme="@style/Theme.ProvisioningActivity"> |
Jeremy Klein | 1cf002d | 2016-01-24 17:21:43 -0800 | [diff] [blame] | 789 | <intent-filter android:priority="1"> |
| 790 | <action android:name="android.settings.TETHER_PROVISIONING_UI" /> |
| 791 | <category android:name="android.intent.category.DEFAULT" /> |
| 792 | </intent-filter> |
| 793 | </activity> |
| 794 | |
tom hsu | 427906c | 2022-02-14 22:12:43 +0800 | [diff] [blame] | 795 | <activity |
| 796 | android:name=".network.TetherProvisioningCarrierDialogActivity" |
| 797 | android:exported="true" |
| 798 | android:permission="android.permission.TETHER_PRIVILEGED" |
| 799 | android:excludeFromRecents="true" |
| 800 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"> |
| 801 | <intent-filter android:priority="1"> |
| 802 | <action android:name="android.settings.TETHER_UNSUPPORTED_CARRIER_UI" /> |
| 803 | <category android:name="android.intent.category.DEFAULT" /> |
| 804 | </intent-filter> |
| 805 | </activity> |
| 806 | |
songferngwang | f1ea484 | 2024-02-05 23:46:13 +0000 | [diff] [blame] | 807 | <activity android:name=".network.SimOnboardingActivity" |
| 808 | android:exported="false" |
| 809 | android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS" |
| 810 | android:theme="@style/Theme.SpaLib.BottomSheetDialog"/> |
| 811 | |
Jiashen Wang | d8bd3bb | 2020-09-08 15:57:40 -0700 | [diff] [blame] | 812 | <activity android:name=".network.telephony.ToggleSubscriptionDialogActivity" |
| 813 | android:exported="false" |
| 814 | android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS" |
SongFerngWang | 4780be4 | 2021-12-21 05:39:09 +0800 | [diff] [blame] | 815 | android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/> |
Jiashen Wang | d8bd3bb | 2020-09-08 15:57:40 -0700 | [diff] [blame] | 816 | |
Jiashen Wang | ff311a2 | 2020-10-01 18:36:20 -0700 | [diff] [blame] | 817 | <activity android:name=".network.telephony.DeleteEuiccSubscriptionDialogActivity" |
| 818 | android:exported="false" |
| 819 | android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS" |
SongFerngWang | 4780be4 | 2021-12-21 05:39:09 +0800 | [diff] [blame] | 820 | android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/> |
Jiashen Wang | ff311a2 | 2020-10-01 18:36:20 -0700 | [diff] [blame] | 821 | |
Rafael Higuera Silva | 736df6d | 2024-02-14 19:36:16 +0000 | [diff] [blame] | 822 | <activity android:name=".network.telephony.EuiccRacConnectivityDialogActivity" |
| 823 | android:exported="false" |
| 824 | android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/> |
| 825 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 826 | <activity |
| 827 | android:name="Settings$TetherSettingsActivity" |
| 828 | android:label="@string/tether_settings_title_all" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 829 | android:exported="true" |
Sunny Shao | b4a5f16 | 2020-06-15 23:00:26 +0800 | [diff] [blame] | 830 | android:icon="@drawable/ic_homepage_network"> |
Robert Greenwalt | 3901edb | 2010-01-26 10:22:37 -0800 | [diff] [blame] | 831 | <intent-filter> |
| 832 | <action android:name="android.intent.action.MAIN" /> |
paulhu | 08efd36 | 2020-02-07 14:42:08 +0800 | [diff] [blame] | 833 | <action android:name="android.settings.TETHER_SETTINGS" /> |
Robert Greenwalt | 3901edb | 2010-01-26 10:22:37 -0800 | [diff] [blame] | 834 | <category android:name="android.intent.category.DEFAULT" /> |
| 835 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 836 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 837 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Weng Su | f077b83 | 2022-12-22 20:24:34 +0800 | [diff] [blame] | 838 | android:value="com.android.settings.network.tether.TetherSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 839 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 840 | android:value="@string/menu_key_network"/> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 841 | </activity> |
Robert Greenwalt | 3901edb | 2010-01-26 10:22:37 -0800 | [diff] [blame] | 842 | |
Salvador Martinez | bb33371 | 2018-06-19 10:27:30 -0700 | [diff] [blame] | 843 | <activity |
| 844 | android:name="Settings$WifiTetherSettingsActivity" |
| 845 | android:label="@string/wifi_hotspot_checkbox_text" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 846 | android:exported="true" |
Bonian Chen | 8602747 | 2022-03-18 09:23:19 +0800 | [diff] [blame] | 847 | android:icon="@drawable/ic_homepage_wifi_tethering"> |
Salvador Martinez | bb33371 | 2018-06-19 10:27:30 -0700 | [diff] [blame] | 848 | <intent-filter> |
| 849 | <action android:name="com.android.settings.WIFI_TETHER_SETTINGS" /> |
| 850 | <category android:name="android.intent.category.DEFAULT" /> |
| 851 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 852 | <intent-filter android:priority="4"> |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 853 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 854 | <category android:name="com.android.settings.SHORTCUT" /> |
| 855 | </intent-filter> |
Salvador Martinez | bb33371 | 2018-06-19 10:27:30 -0700 | [diff] [blame] | 856 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 857 | android:value="com.android.settings.wifi.tether.WifiTetherSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 858 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 859 | android:value="@string/menu_key_network"/> |
Salvador Martinez | bb33371 | 2018-06-19 10:27:30 -0700 | [diff] [blame] | 860 | </activity> |
| 861 | |
| 862 | |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 863 | <!-- Keep compatibility with old shortcuts. --> |
| 864 | <activity-alias android:name=".TetherSettings" |
| 865 | android:label="@string/tether_settings_title_all" |
| 866 | android:clearTaskOnLaunch="true" |
| 867 | android:exported="true" |
| 868 | android:targetActivity="Settings$TetherSettingsActivity"> |
| 869 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Weng Su | f077b83 | 2022-12-22 20:24:34 +0800 | [diff] [blame] | 870 | android:value="com.android.settings.network.tether.TetherSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 871 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 872 | android:value="@string/menu_key_network"/> |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 873 | </activity-alias> |
| 874 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 875 | <activity android:name="Settings$WifiP2pSettingsActivity" |
| 876 | android:exported="true"> |
repo sync | b98463f | 2011-06-30 10:58:43 -0700 | [diff] [blame] | 877 | <intent-filter> |
| 878 | <action android:name="android.intent.action.MAIN" /> |
| 879 | <category android:name="android.intent.category.DEFAULT" /> |
| 880 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 881 | </intent-filter> |
| 882 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Irfan Sheriff | 9ef5357 | 2011-08-03 15:40:04 -0700 | [diff] [blame] | 883 | android:value="com.android.settings.wifi.p2p.WifiP2pSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 884 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 885 | android:value="@string/menu_key_network"/> |
repo sync | b98463f | 2011-06-30 10:58:43 -0700 | [diff] [blame] | 886 | </activity> |
| 887 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 888 | <activity |
| 889 | android:name="Settings$VpnSettingsActivity" |
| 890 | android:label="@string/vpn_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 891 | android:exported="true" |
Bonian Chen | 8602747 | 2022-03-18 09:23:19 +0800 | [diff] [blame] | 892 | android:icon="@drawable/ic_homepage_vpn"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 893 | <intent-filter android:priority="1"> |
Robin Lee | d304194 | 2016-03-24 16:02:08 +0000 | [diff] [blame] | 894 | <action android:name="android.settings.VPN_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 895 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 896 | <action android:name="android.net.vpn.SETTINGS" /> |
| 897 | <category android:name="android.intent.category.DEFAULT" /> |
| 898 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 899 | <intent-filter android:priority="5"> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 900 | <action android:name="android.intent.action.MAIN" /> |
Tobias Brunner | f7ed857 | 2010-06-28 13:10:26 +0200 | [diff] [blame] | 901 | <category android:name="com.android.settings.SHORTCUT" /> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 902 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 903 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Chia-chi Yeh | 7606a2f | 2011-07-02 17:45:23 -0700 | [diff] [blame] | 904 | android:value="com.android.settings.vpn2.VpnSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 905 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 906 | android:value="@string/menu_key_network"/> |
Zoltan Szatmary-Ban | 131b497 | 2014-08-18 13:48:15 +0100 | [diff] [blame] | 907 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 908 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 909 | </activity> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 910 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 911 | <activity |
Fabian Kozynski | d9aadd7 | 2019-04-11 12:25:09 -0400 | [diff] [blame] | 912 | android:name="Settings$DataSaverSummaryActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 913 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 914 | android:label="@string/data_saver_title"> |
Fabian Kozynski | d9aadd7 | 2019-04-11 12:25:09 -0400 | [diff] [blame] | 915 | <intent-filter android:priority="1"> |
| 916 | <action android:name="android.settings.DATA_SAVER_SETTINGS" /> |
| 917 | <category android:name="android.intent.category.DEFAULT" /> |
| 918 | </intent-filter> |
| 919 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 920 | android:value="com.android.settings.datausage.DataSaverSummary" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 921 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 922 | android:value="@string/menu_key_network"/> |
Fabian Kozynski | d9aadd7 | 2019-04-11 12:25:09 -0400 | [diff] [blame] | 923 | </activity> |
| 924 | |
| 925 | <activity |
Varun Shah | b33256a | 2022-10-30 18:33:52 +0000 | [diff] [blame] | 926 | android:name="Settings$LongBackgroundTasksActivity" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 927 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Varun Shah | b33256a | 2022-10-30 18:33:52 +0000 | [diff] [blame] | 928 | android:exported="true" |
| 929 | android:label="@string/long_background_tasks_label"> |
| 930 | <intent-filter android:priority="1"> |
Jing Ji | 50490a3 | 2023-01-06 02:10:42 -0800 | [diff] [blame] | 931 | <action android:name="android.settings.MANAGE_APP_LONG_RUNNING_JOBS" /> |
Varun Shah | b33256a | 2022-10-30 18:33:52 +0000 | [diff] [blame] | 932 | <category android:name="android.intent.category.DEFAULT" /> |
| 933 | </intent-filter> |
| 934 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 935 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
| 936 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 937 | android:value="@string/menu_key_apps"/> |
| 938 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 939 | android:value="true" /> |
| 940 | </activity> |
| 941 | |
| 942 | <activity |
| 943 | android:name="Settings$LongBackgroundTasksAppActivity" |
| 944 | android:exported="true" |
| 945 | android:label="@string/long_background_tasks_label"> |
| 946 | <intent-filter android:priority="1"> |
Jing Ji | 50490a3 | 2023-01-06 02:10:42 -0800 | [diff] [blame] | 947 | <action android:name="android.settings.MANAGE_APP_LONG_RUNNING_JOBS" /> |
Varun Shah | b33256a | 2022-10-30 18:33:52 +0000 | [diff] [blame] | 948 | <category android:name="android.intent.category.DEFAULT" /> |
| 949 | <data android:scheme="package" /> |
| 950 | </intent-filter> |
| 951 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 952 | android:value="com.android.settings.applications.appinfo.LongBackgroundTasksDetails" /> |
| 953 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 954 | android:value="@string/menu_key_apps"/> |
| 955 | </activity> |
| 956 | |
Varun Shah | a00a81c | 2024-01-06 02:07:29 +0000 | [diff] [blame] | 957 | <activity-alias |
| 958 | android:name="BackupTasksActivity" |
| 959 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
| 960 | android:exported="true" |
| 961 | android:targetActivity=".spa.SpaBridgeActivity" |
| 962 | android:label="@string/run_backup_tasks_title"> |
| 963 | <intent-filter android:priority="1"> |
| 964 | <action android:name="android.settings.REQUEST_RUN_BACKUP_JOBS" /> |
| 965 | <category android:name="android.intent.category.DEFAULT" /> |
| 966 | </intent-filter> |
| 967 | <meta-data android:name="com.android.settings.spa.DESTINATION" |
| 968 | android:value="TogglePermissionAppList/BackupTasksApps"/> |
| 969 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 970 | android:value="@string/menu_key_apps"/> |
| 971 | </activity-alias> |
| 972 | |
| 973 | <activity-alias |
| 974 | android:name="AppBackupTasksActivity" |
| 975 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
| 976 | android:exported="true" |
| 977 | android:targetActivity=".spa.SpaAppBridgeActivity" |
| 978 | android:label="@string/run_backup_tasks_title"> |
| 979 | <intent-filter android:priority="1"> |
| 980 | <action android:name="android.settings.REQUEST_RUN_BACKUP_JOBS" /> |
| 981 | <category android:name="android.intent.category.DEFAULT" /> |
| 982 | <data android:scheme="package" /> |
| 983 | </intent-filter> |
| 984 | <meta-data android:name="com.android.settings.spa.DESTINATION" |
| 985 | android:value="TogglePermissionAppInfoPage/BackupTasksApps"/> |
| 986 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 987 | android:value="@string/menu_key_apps"/> |
| 988 | </activity-alias> |
| 989 | |
Varun Shah | b33256a | 2022-10-30 18:33:52 +0000 | [diff] [blame] | 990 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 991 | android:name="Settings$DateTimeSettingsActivity" |
| 992 | android:label="@string/date_and_time" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 993 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 994 | android:icon="@drawable/ic_settings_date_time"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 995 | <intent-filter android:priority="1"> |
| 996 | <action android:name="android.settings.DATE_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 997 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 998 | <category android:name="android.intent.category.DEFAULT" /> |
| 999 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1000 | <intent-filter> |
| 1001 | <action android:name="android.intent.action.MAIN" /> |
Daniel Sandler | f4d1c3e | 2012-10-01 16:45:10 -0400 | [diff] [blame] | 1002 | <action android:name="android.intent.action.QUICK_CLOCK" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1003 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | 116d85e | 2009-06-26 18:20:23 -0700 | [diff] [blame] | 1004 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1005 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1006 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Raff Tsai | 9e3a9fd | 2019-10-01 17:06:26 +0800 | [diff] [blame] | 1007 | android:value="com.android.settings.datetime.DateTimeSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1008 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1009 | android:value="@string/menu_key_system"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1010 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1011 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1012 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1013 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1014 | <activity |
| 1015 | android:name="Settings$LocalePickerActivity" |
| 1016 | android:label="@string/language_picker_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1017 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1018 | android:icon="@drawable/ic_settings_language"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1019 | <intent-filter android:priority="1"> |
| 1020 | <action android:name="android.settings.LOCALE_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 1021 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1022 | <category android:name="android.intent.category.DEFAULT" /> |
| 1023 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1024 | <intent-filter> |
| 1025 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1026 | <category android:name="android.intent.category.DEFAULT" /> |
| 1027 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1028 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1029 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Mihai Nita | d7d48fd | 2016-01-12 08:55:05 -0800 | [diff] [blame] | 1030 | android:value="com.android.settings.localepicker.LocaleListEditor" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1031 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1032 | android:value="@string/menu_key_system"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1033 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1034 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1035 | </activity> |
Michael Chan | 503c236 | 2009-12-08 22:18:23 -0800 | [diff] [blame] | 1036 | |
tmfang | c0ed614 | 2018-07-13 11:11:26 +0800 | [diff] [blame] | 1037 | <activity android:name=".localepicker.LocalePickerWithRegionActivity" |
| 1038 | android:excludeFromRecents="true" |
| 1039 | android:configChanges="orientation|keyboardHidden|screenSize" |
Arc Wang | 4a2acd2 | 2021-05-19 16:57:21 +0800 | [diff] [blame] | 1040 | android:exported="false" |
| 1041 | android:theme="@style/Theme.LocalePickerWithRegionActivity"> |
tmfang | c0ed614 | 2018-07-13 11:11:26 +0800 | [diff] [blame] | 1042 | </activity> |
| 1043 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1044 | <activity |
tom hsu | 6fc5bb6 | 2022-03-08 17:40:16 +0800 | [diff] [blame] | 1045 | android:name=".localepicker.AppLocalePickerActivity" |
tom hsu | 26b0bd7 | 2021-12-08 16:27:47 +0800 | [diff] [blame] | 1046 | android:label="@string/app_locale_picker_title" |
tom hsu | b899bd3 | 2022-04-28 21:32:33 +0800 | [diff] [blame] | 1047 | android:configChanges="orientation|screenSize|keyboardHidden" |
tom hsu | 26b0bd7 | 2021-12-08 16:27:47 +0800 | [diff] [blame] | 1048 | android:exported="true" > |
| 1049 | <intent-filter> |
| 1050 | <action android:name="android.settings.APP_LOCALE_SETTINGS" /> |
| 1051 | <category android:name="android.intent.category.DEFAULT" /> |
tom hsu | 4da192d | 2021-12-23 20:29:10 +0800 | [diff] [blame] | 1052 | <data android:scheme="package" /> |
tom hsu | 26b0bd7 | 2021-12-08 16:27:47 +0800 | [diff] [blame] | 1053 | </intent-filter> |
tom hsu | 26b0bd7 | 2021-12-08 16:27:47 +0800 | [diff] [blame] | 1054 | </activity> |
| 1055 | |
Allen Su | 7b31a7a | 2023-09-30 18:44:56 +0000 | [diff] [blame] | 1056 | <activity android:name=".localepicker.NotificationActionActivity" |
| 1057 | android:excludeFromRecents="true" |
| 1058 | android:theme="@android:style/Theme.NoDisplay"> |
| 1059 | </activity> |
| 1060 | |
tom hsu | 26b0bd7 | 2021-12-08 16:27:47 +0800 | [diff] [blame] | 1061 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1062 | android:name=".Settings$LanguageAndInputSettingsActivity" |
Doris Ling | 204ca74 | 2017-07-18 15:43:26 -0700 | [diff] [blame] | 1063 | android:label="@string/language_settings" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1064 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1065 | android:icon="@drawable/ic_settings_language"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1066 | <intent-filter> |
ronish | 4e85627 | 2022-04-14 14:55:35 +0000 | [diff] [blame] | 1067 | <action android:name="android.settings.LANGUAGE_SETTINGS"/> |
| 1068 | <category android:name="android.intent.category.DEFAULT"/> |
| 1069 | </intent-filter> |
| 1070 | <intent-filter> |
| 1071 | <action android:name="android.intent.action.MAIN"/> |
| 1072 | <category android:name="android.intent.category.VOICE_LAUNCH"/> |
| 1073 | <category android:name="android.intent.category.DEFAULT"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1074 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1075 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 1076 | android:value="com.android.settings.language.LanguageAndInputSettings"/> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1077 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1078 | android:value="@string/menu_key_system"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1079 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 1080 | android:value="true"/> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1081 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1082 | |
danielwbhuang | c9cb680 | 2022-08-17 22:17:08 +0800 | [diff] [blame] | 1083 | <activity |
| 1084 | android:name=".Settings$LanguageSettingsActivity" |
| 1085 | android:label="@string/languages_settings" |
| 1086 | android:exported="true" |
| 1087 | android:icon="@drawable/ic_settings_languages"> |
| 1088 | <intent-filter> |
| 1089 | <action android:name="android.settings.LANGUAGE_SETTINGS"/> |
| 1090 | <category android:name="android.intent.category.DEFAULT"/> |
| 1091 | </intent-filter> |
| 1092 | <intent-filter> |
| 1093 | <action android:name="android.intent.action.MAIN"/> |
| 1094 | <category android:name="android.intent.category.VOICE_LAUNCH"/> |
| 1095 | <category android:name="android.intent.category.DEFAULT"/> |
| 1096 | </intent-filter> |
| 1097 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1098 | android:value="com.android.settings.language.LanguageSettings"/> |
| 1099 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1100 | android:value="@string/menu_key_system"/> |
| 1101 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1102 | android:value="true"/> |
| 1103 | </activity> |
| 1104 | |
| 1105 | <activity |
Jagrut Desai | c36081b | 2023-04-20 13:50:02 -0700 | [diff] [blame] | 1106 | android:name=".Settings$NavigationModeSettingsActivity" |
| 1107 | android:label="@string/system_navigation_title" |
| 1108 | android:exported="true"> |
| 1109 | <intent-filter> |
| 1110 | <action android:name="com.android.settings.NAVIGATION_MODE_SETTINGS"/> |
| 1111 | <category android:name="android.intent.category.DEFAULT"/> |
| 1112 | </intent-filter> |
| 1113 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1114 | android:value="com.android.settings.gestures.SystemNavigationGestureSettings"/> |
| 1115 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1116 | android:value="@string/menu_key_system"/> |
| 1117 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1118 | android:value="true"/> |
| 1119 | </activity> |
| 1120 | |
| 1121 | <activity |
tom hsu | c03ff3b | 2023-01-04 08:57:43 +0800 | [diff] [blame] | 1122 | android:name=".Settings$RegionalPreferencesActivity" |
| 1123 | android:label="@string/regional_preferences_title" |
| 1124 | android:exported="true" > |
| 1125 | <intent-filter android:priority="1"> |
| 1126 | <action android:name="android.settings.REGIONAL_PREFERENCES_SETTINGS" /> |
| 1127 | <category android:name="android.intent.category.DEFAULT" /> |
| 1128 | </intent-filter> |
| 1129 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1130 | android:value="com.android.settings.regionalpreferences.RegionalPreferencesEntriesFragment"/> |
| 1131 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1132 | android:value="@string/menu_key_system"/> |
| 1133 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1134 | android:value="true"/> |
| 1135 | </activity> |
| 1136 | |
| 1137 | <activity |
danielwbhuang | c9cb680 | 2022-08-17 22:17:08 +0800 | [diff] [blame] | 1138 | android:name=".Settings$KeyboardSettingsActivity" |
| 1139 | android:label="@string/keyboard_settings" |
| 1140 | android:exported="true" |
| 1141 | android:icon="@drawable/ic_settings_language"> |
| 1142 | <intent-filter> |
| 1143 | <action android:name="android.intent.action.MAIN"/> |
| 1144 | <category android:name="android.intent.category.VOICE_LAUNCH"/> |
| 1145 | <category android:name="android.intent.category.DEFAULT"/> |
| 1146 | </intent-filter> |
| 1147 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1148 | android:value="com.android.settings.inputmethod.KeyboardSettings"/> |
| 1149 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1150 | android:value="@string/menu_key_system"/> |
| 1151 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1152 | android:value="true"/> |
| 1153 | </activity> |
| 1154 | |
Abodunrinwa Toki | 976bb3f | 2016-01-20 18:43:20 +0000 | [diff] [blame] | 1155 | <activity android:name="Settings$AvailableVirtualKeyboardActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1156 | android:exported="true" |
Abodunrinwa Toki | 976bb3f | 2016-01-20 18:43:20 +0000 | [diff] [blame] | 1157 | android:label="@string/available_virtual_keyboard_category"> |
| 1158 | <intent-filter android:priority="1"> |
| 1159 | <action android:name="android.settings.INPUT_METHOD_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 1160 | <category android:name="android.intent.category.BROWSABLE" /> |
Abodunrinwa Toki | 976bb3f | 2016-01-20 18:43:20 +0000 | [diff] [blame] | 1161 | <category android:name="android.intent.category.DEFAULT" /> |
| 1162 | </intent-filter> |
| 1163 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1164 | android:value="com.android.settings.inputmethod.AvailableVirtualKeyboardFragment" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1165 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1166 | android:value="@string/menu_key_system"/> |
Abodunrinwa Toki | 976bb3f | 2016-01-20 18:43:20 +0000 | [diff] [blame] | 1167 | </activity> |
| 1168 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1169 | <activity |
| 1170 | android:name="Settings$ManageAssistActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1171 | android:exported="true" |
Tsung-Mao Fang | df00a3b | 2021-06-23 17:53:59 +0800 | [diff] [blame] | 1172 | android:label="@string/assist_and_voice_input_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1173 | <intent-filter android:priority="1"> |
| 1174 | <action android:name="android.settings.VOICE_INPUT_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 1175 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1176 | <category android:name="android.intent.category.DEFAULT" /> |
| 1177 | </intent-filter> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 1178 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | dfce62c | 2017-02-16 15:00:53 -0800 | [diff] [blame] | 1179 | android:value="com.android.settings.applications.assist.ManageAssist" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1180 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1181 | android:value="@string/menu_key_apps"/> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 1182 | </activity> |
| 1183 | |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 1184 | <activity android:name="Settings$KeyboardLayoutPickerActivity" |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 1185 | android:label="@string/keyboard_layout_picker_title" |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 1186 | android:clearTaskOnLaunch="true" |
| 1187 | android:exported="true"> |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 1188 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | aceee52 | 2016-11-04 14:12:15 -0700 | [diff] [blame] | 1189 | android:value="com.android.settings.inputmethod.KeyboardLayoutPickerFragment" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1190 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1191 | android:value="@string/menu_key_system"/> |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 1192 | </activity> |
| 1193 | |
| 1194 | <activity android:name="Settings$PhysicalKeyboardActivity" |
Yorke Lee | d448522 | 2016-03-23 11:11:46 -0700 | [diff] [blame] | 1195 | android:label="@string/physical_keyboard_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1196 | android:exported="true" |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 1197 | android:clearTaskOnLaunch="true"> |
Yohei Yukawa | 7c4499d | 2016-01-27 19:18:52 -0800 | [diff] [blame] | 1198 | <intent-filter android:priority="1"> |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 1199 | <action android:name="android.settings.HARD_KEYBOARD_SETTINGS" /> |
Yohei Yukawa | 7c4499d | 2016-01-27 19:18:52 -0800 | [diff] [blame] | 1200 | <category android:name="android.intent.category.DEFAULT" /> |
| 1201 | </intent-filter> |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 1202 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 1203 | android:value="com.android.settings.inputmethod.PhysicalKeyboardFragment" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1204 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1205 | android:value="@string/menu_key_system"/> |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 1206 | </activity> |
| 1207 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1208 | <!-- Keep compatibility with old shortcuts. --> |
| 1209 | <activity-alias android:name="LanguageSettings" |
Doris Ling | 7e06ed2 | 2017-06-07 14:16:43 -0700 | [diff] [blame] | 1210 | android:label="@string/language_input_gesture_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1211 | android:clearTaskOnLaunch="true" |
| 1212 | android:exported="true" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 1213 | android:targetActivity="Settings$LanguageAndInputSettingsActivity"> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1214 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 1215 | android:value="com.android.settings.language.LanguageAndInputSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1216 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1217 | android:value="@string/menu_key_system"/> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1218 | </activity-alias> |
| 1219 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1220 | <activity |
| 1221 | android:name="Settings$SpellCheckersSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1222 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1223 | android:label="@string/spellcheckers_settings_title"> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 1224 | <intent-filter> |
| 1225 | <action android:name="android.intent.action.MAIN" /> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 1226 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1227 | <category android:name="android.intent.category.DEFAULT" /> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 1228 | </intent-filter> |
| 1229 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1230 | android:value="com.android.settings.inputmethod.SpellCheckersSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1231 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1232 | android:value="@string/menu_key_system"/> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 1233 | </activity> |
| 1234 | |
Daisuke Miyakawa | 649b9f1 | 2011-01-30 19:43:08 -0800 | [diff] [blame] | 1235 | <activity android:name=".inputmethod.InputMethodAndSubtypeEnablerActivity" |
satok | 5e9c5e7 | 2011-07-21 15:32:28 +0900 | [diff] [blame] | 1236 | android:label="" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1237 | android:exported="true" |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1238 | android:clearTaskOnLaunch="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1239 | <intent-filter android:priority="1"> |
| 1240 | <action android:name="android.settings.INPUT_METHOD_SUBTYPE_SETTINGS" /> |
| 1241 | <category android:name="android.intent.category.DEFAULT" /> |
| 1242 | </intent-filter> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 1243 | <intent-filter> |
| 1244 | <action android:name="android.intent.action.MAIN" /> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 1245 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1246 | <category android:name="android.intent.category.DEFAULT" /> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 1247 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1248 | </activity> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 1249 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1250 | <activity |
| 1251 | android:name="Settings$UserDictionarySettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1252 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1253 | android:label="@string/user_dict_settings_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1254 | <intent-filter android:priority="1"> |
| 1255 | <action android:name="android.settings.USER_DICTIONARY_SETTINGS" /> |
| 1256 | <category android:name="android.intent.category.DEFAULT" /> |
| 1257 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1258 | <intent-filter> |
| 1259 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1260 | <category android:name="android.intent.category.DEFAULT" /> |
| 1261 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1262 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1263 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Satoshi Kataoka | 71c915b | 2013-06-19 22:40:36 +0900 | [diff] [blame] | 1264 | android:value="com.android.settings.inputmethod.UserDictionaryList" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1265 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1266 | android:value="@string/menu_key_system"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1267 | </activity> |
| 1268 | |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 1269 | <activity android:name=".inputmethod.UserDictionaryAddWordActivity" |
Patrick Baumann | 7a2f9dc | 2018-04-06 10:08:26 -0700 | [diff] [blame] | 1270 | android:visibleToInstantApps="true" |
Satoshi Kataoka | 5df3307 | 2013-04-30 14:30:12 +0900 | [diff] [blame] | 1271 | android:label="@string/user_dict_settings_title" |
jackqdyulei | 71a0574 | 2017-03-22 13:33:51 -0700 | [diff] [blame] | 1272 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar" |
Jean Chalard | e17eefa | 2011-12-02 14:56:39 +0900 | [diff] [blame] | 1273 | android:windowSoftInputMode="stateVisible" |
Jean Chalard | 124283e | 2011-12-16 19:35:46 +0900 | [diff] [blame] | 1274 | android:noHistory="true" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1275 | android:exported="true" |
Jean Chalard | e17eefa | 2011-12-02 14:56:39 +0900 | [diff] [blame] | 1276 | android:excludeFromRecents="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1277 | <intent-filter android:priority="1"> |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 1278 | <action android:name="com.android.settings.USER_DICTIONARY_INSERT" /> |
| 1279 | <category android:name="android.intent.category.DEFAULT" /> |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 1280 | </intent-filter> |
| 1281 | </activity> |
| 1282 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1283 | <activity |
| 1284 | android:name="Settings$ZenModeSettingsActivity" |
| 1285 | android:label="@string/zen_mode_settings_title" |
Sunny Shao | b4a5f16 | 2020-06-15 23:00:26 +0800 | [diff] [blame] | 1286 | android:icon="@drawable/ic_homepage_notification" |
Fan Zhang | ac4ad16 | 2018-12-18 11:32:10 -0800 | [diff] [blame] | 1287 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1288 | <intent-filter android:priority="1"> |
| 1289 | <action android:name="android.settings.ZEN_MODE_SETTINGS" /> |
| 1290 | <category android:name="android.intent.category.DEFAULT" /> |
| 1291 | </intent-filter> |
Julia Reynolds | 200da89 | 2018-05-04 08:54:53 -0400 | [diff] [blame] | 1292 | <intent-filter android:priority="1"> |
| 1293 | <action android:name="android.settings.ZEN_MODE_PRIORITY_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 1294 | <category android:name="android.intent.category.BROWSABLE" /> |
Julia Reynolds | 200da89 | 2018-05-04 08:54:53 -0400 | [diff] [blame] | 1295 | <category android:name="android.intent.category.DEFAULT" /> |
| 1296 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 1297 | <intent-filter android:priority="41"> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 1298 | <action android:name="android.intent.action.MAIN" /> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 1299 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1300 | </intent-filter> |
Beverly | 4359d4b | 2017-10-02 09:45:48 -0400 | [diff] [blame] | 1301 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 1302 | android:value="com.android.settings.notification.zen.ZenModeSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1303 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1304 | android:value="@string/menu_key_notifications"/> |
Beverly | 4359d4b | 2017-10-02 09:45:48 -0400 | [diff] [blame] | 1305 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1306 | android:value="true" /> |
| 1307 | </activity> |
| 1308 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1309 | <activity |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 1310 | android:name=".notification.zen.ZenSuggestionActivity" |
Beverly | 8f52258 | 2018-05-09 15:27:45 -0400 | [diff] [blame] | 1311 | android:label="@string/zen_mode_settings_title" |
Mill Chen | 7195800 | 2019-01-23 10:44:39 +0800 | [diff] [blame] | 1312 | android:icon="@drawable/ic_suggestion_dnd" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1313 | android:exported="true" |
Beverly | 8f52258 | 2018-05-09 15:27:45 -0400 | [diff] [blame] | 1314 | android:theme="@android:style/Theme.NoDisplay"> |
| 1315 | <intent-filter> |
| 1316 | <action android:name="android.intent.action.MAIN" /> |
| 1317 | <category android:name="com.android.settings.suggested.category.ZEN" /> |
| 1318 | </intent-filter> |
| 1319 | <intent-filter> |
| 1320 | <action android:name="android.intent.action.MAIN" /> |
| 1321 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
| 1322 | </intent-filter> |
| 1323 | |
| 1324 | <meta-data android:name="com.android.settings.dismiss" |
| 1325 | android:value="0" /> |
| 1326 | <meta-data android:name="com.android.settings.title" |
| 1327 | android:resource="@string/zen_suggestion_title" /> |
| 1328 | <meta-data android:name="com.android.settings.summary" |
| 1329 | android:resource="@string/zen_suggestion_summary" /> |
| 1330 | </activity> |
| 1331 | |
| 1332 | <activity |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 1333 | android:name=".notification.zen.ZenOnboardingActivity" |
Julia Reynolds | 4b8fe09 | 2018-04-09 15:24:55 -0400 | [diff] [blame] | 1334 | android:label="@string/zen_onboarding_dnd_visual_disturbances_header" |
Antony Sargent | 32acddc | 2018-05-21 16:42:11 -0700 | [diff] [blame] | 1335 | android:icon="@drawable/ic_notifications" |
Julia Reynolds | 29ba360 | 2018-04-30 09:13:34 -0400 | [diff] [blame] | 1336 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1337 | android:exported="true"> |
Julia Reynolds | 4b8fe09 | 2018-04-09 15:24:55 -0400 | [diff] [blame] | 1338 | <intent-filter android:priority="1"> |
| 1339 | <action android:name="android.settings.ZEN_MODE_ONBOARDING" /> |
| 1340 | <category android:name="android.intent.category.DEFAULT" /> |
| 1341 | </intent-filter> |
| 1342 | </activity> |
Julia Reynolds | 4b8fe09 | 2018-04-09 15:24:55 -0400 | [diff] [blame] | 1343 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1344 | android:name="Settings$ZenModeAutomationSettingsActivity" |
| 1345 | android:label="@string/zen_mode_automation_settings_title" |
Antony Sargent | 32acddc | 2018-05-21 16:42:11 -0700 | [diff] [blame] | 1346 | android:icon="@drawable/ic_notifications" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1347 | android:exported="true"> |
Julia Reynolds | e175902 | 2017-03-22 14:05:46 -0400 | [diff] [blame] | 1348 | <intent-filter android:priority="1"> |
| 1349 | <action android:name="android.settings.ZEN_MODE_AUTOMATION_SETTINGS" /> |
| 1350 | <category android:name="android.intent.category.DEFAULT" /> |
| 1351 | </intent-filter> |
| 1352 | <intent-filter android:priority="1"> |
| 1353 | <action android:name="android.settings.ACTION_CONDITION_PROVIDER_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 1354 | <category android:name="android.intent.category.BROWSABLE" /> |
Julia Reynolds | e175902 | 2017-03-22 14:05:46 -0400 | [diff] [blame] | 1355 | <category android:name="android.intent.category.DEFAULT" /> |
| 1356 | </intent-filter> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 1357 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 1358 | android:value="com.android.settings.notification.zen.ZenModeAutomationSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1359 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1360 | android:value="@string/menu_key_notifications"/> |
Julia Reynolds | 5555d26 | 2015-11-09 10:52:17 -0500 | [diff] [blame] | 1361 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1362 | android:value="true" /> |
| 1363 | </activity> |
| 1364 | |
Vladislav Kaznacheev | 6e93bdd | 2016-03-09 14:24:45 -0800 | [diff] [blame] | 1365 | <activity android:name="Settings$WallpaperSettingsActivity" |
| 1366 | android:label="@string/wallpaper_settings_fragment_title" |
Sunny Shao | 61aaed4 | 2019-03-26 20:14:58 +0800 | [diff] [blame] | 1367 | android:icon="@drawable/ic_wallpaper" |
| 1368 | android:exported="true"> |
Vladislav Kaznacheev | 6e93bdd | 2016-03-09 14:24:45 -0800 | [diff] [blame] | 1369 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 2907f86 | 2017-03-17 15:05:14 -0700 | [diff] [blame] | 1370 | android:value="com.android.settings.wallpaper.WallpaperTypeSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1371 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1372 | android:value="@string/menu_key_wallpaper"/> |
Vladislav Kaznacheev | 6e93bdd | 2016-03-09 14:24:45 -0800 | [diff] [blame] | 1373 | </activity> |
| 1374 | |
Fan Zhang | 2907f86 | 2017-03-17 15:05:14 -0700 | [diff] [blame] | 1375 | <activity android:name=".wallpaper.WallpaperSuggestionActivity" |
Sunny Goyal | 0bf6f94 | 2016-06-13 15:28:47 -0700 | [diff] [blame] | 1376 | android:label="@string/wallpaper_settings_title" |
Mill Chen | e1fd5af | 2019-02-22 20:40:52 +0800 | [diff] [blame] | 1377 | android:icon="@drawable/ic_wallpaper" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1378 | android:exported="true" |
Sunny Goyal | 0bf6f94 | 2016-06-13 15:28:47 -0700 | [diff] [blame] | 1379 | android:theme="@android:style/Theme.NoDisplay"> |
Fan Zhang | 7afbf0f | 2017-05-08 09:31:01 -0700 | [diff] [blame] | 1380 | <intent-filter> |
ronish | d491d7a4 | 2022-05-13 13:42:45 +0000 | [diff] [blame] | 1381 | <action android:name="android.settings.WALLPAPER_SETTINGS"/> |
| 1382 | <category android:name="android.intent.category.DEFAULT"/> |
Jason Monk | b9e5d23 | 2016-01-26 17:43:57 -0500 | [diff] [blame] | 1383 | </intent-filter> |
Maurice Lam | d64d3c0 | 2017-07-07 18:21:29 -0700 | [diff] [blame] | 1384 | <intent-filter> |
ronish | d491d7a4 | 2022-05-13 13:42:45 +0000 | [diff] [blame] | 1385 | <action android:name="android.intent.action.MAIN"/> |
| 1386 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION"/> |
| 1387 | </intent-filter> |
| 1388 | <intent-filter> |
| 1389 | <action android:name="android.intent.action.MAIN"/> |
| 1390 | <category android:name="com.android.settings.suggested.category.PERSONALIZE"/> |
Maurice Lam | d64d3c0 | 2017-07-07 18:21:29 -0700 | [diff] [blame] | 1391 | </intent-filter> |
Jason Monk | b9e5d23 | 2016-01-26 17:43:57 -0500 | [diff] [blame] | 1392 | <meta-data android:name="com.android.settings.title" |
ronish | d491d7a4 | 2022-05-13 13:42:45 +0000 | [diff] [blame] | 1393 | android:resource="@string/wallpaper_suggestion_title"/> |
Jason Monk | ec1f28e | 2016-02-24 17:39:29 -0500 | [diff] [blame] | 1394 | <meta-data android:name="com.android.settings.summary" |
Sunny Goyal | 0bf6f94 | 2016-06-13 15:28:47 -0700 | [diff] [blame] | 1395 | android:resource="@string/wallpaper_suggestion_summary" /> |
Fan Zhang | af91c1f | 2017-06-03 15:24:11 -0700 | [diff] [blame] | 1396 | <meta-data android:name="com.android.settings.dismiss" |
| 1397 | android:value="3,7,30" /> |
Maurice Lam | 992fa86 | 2017-06-09 16:14:36 -0700 | [diff] [blame] | 1398 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
Jason Monk | b9e5d23 | 2016-01-26 17:43:57 -0500 | [diff] [blame] | 1399 | </activity> |
| 1400 | |
Beth Thibodeau | bf63dde | 2019-04-29 17:59:54 -0400 | [diff] [blame] | 1401 | <activity android:name=".wallpaper.StyleSuggestionActivity" |
| 1402 | android:label="@string/style_suggestion_title" |
| 1403 | android:icon="@drawable/ic_theme" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1404 | android:exported="true" |
Beth Thibodeau | bf63dde | 2019-04-29 17:59:54 -0400 | [diff] [blame] | 1405 | android:theme="@android:style/Theme.NoDisplay"> |
| 1406 | <intent-filter> |
| 1407 | <action android:name="android.intent.action.MAIN" /> |
| 1408 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
| 1409 | </intent-filter> |
| 1410 | <meta-data android:name="com.android.settings.title" |
| 1411 | android:resource="@string/style_suggestion_title" /> |
| 1412 | <meta-data android:name="com.android.settings.summary" |
| 1413 | android:resource="@string/style_suggestion_summary" /> |
| 1414 | <meta-data android:name="com.android.settings.dismiss" |
| 1415 | android:value="3,7,30" /> |
| 1416 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
| 1417 | </activity> |
| 1418 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1419 | <activity |
| 1420 | android:name="Settings$ZenModeScheduleRuleSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1421 | android:exported="true"> |
John Spurlock | 45fa140 | 2015-04-09 12:50:04 -0400 | [diff] [blame] | 1422 | <intent-filter android:priority="1"> |
| 1423 | <action android:name="android.settings.ZEN_MODE_SCHEDULE_RULE_SETTINGS" /> |
| 1424 | <category android:name="android.intent.category.DEFAULT" /> |
| 1425 | </intent-filter> |
| 1426 | <intent-filter> |
| 1427 | <action android:name="android.intent.action.MAIN" /> |
| 1428 | <category android:name="android.intent.category.DEFAULT" /> |
John Spurlock | 45fa140 | 2015-04-09 12:50:04 -0400 | [diff] [blame] | 1429 | </intent-filter> |
| 1430 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 1431 | android:value="com.android.settings.notification.zen.ZenModeScheduleRuleSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1432 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1433 | android:value="@string/menu_key_notifications"/> |
John Spurlock | 45fa140 | 2015-04-09 12:50:04 -0400 | [diff] [blame] | 1434 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1435 | android:value="true" /> |
| 1436 | </activity> |
| 1437 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1438 | <activity |
| 1439 | android:name="Settings$ZenModeEventRuleSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1440 | android:exported="true"> |
John Spurlock | f57bad7 | 2015-04-30 09:26:15 -0400 | [diff] [blame] | 1441 | <intent-filter android:priority="1"> |
| 1442 | <action android:name="android.settings.ZEN_MODE_EVENT_RULE_SETTINGS" /> |
| 1443 | <category android:name="android.intent.category.DEFAULT" /> |
| 1444 | </intent-filter> |
John Spurlock | f57bad7 | 2015-04-30 09:26:15 -0400 | [diff] [blame] | 1445 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 1446 | android:value="com.android.settings.notification.zen.ZenModeEventRuleSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1447 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1448 | android:value="@string/menu_key_notifications"/> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1449 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1450 | android:value="true" /> |
John Spurlock | f57bad7 | 2015-04-30 09:26:15 -0400 | [diff] [blame] | 1451 | </activity> |
| 1452 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1453 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1454 | android:name="Settings$DisplaySettingsActivity" |
| 1455 | android:label="@string/display_settings" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1456 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1457 | android:icon="@drawable/ic_homepage_display"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1458 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1459 | <action android:name="com.android.settings.DISPLAY_SETTINGS" /> |
Amith Yamasani | 0422a3b | 2009-06-12 14:15:20 -0700 | [diff] [blame] | 1460 | <action android:name="android.settings.DISPLAY_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 1461 | <category android:name="android.intent.category.BROWSABLE" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1462 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1463 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 1464 | <intent-filter android:priority="30"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1465 | <action android:name="android.intent.action.MAIN" /> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 1466 | <category android:name="com.android.settings.SHORTCUT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1467 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1468 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Abel Tesfaye | 029c095 | 2021-03-04 21:55:47 +0000 | [diff] [blame] | 1469 | android:value="com.android.settings.DisplaySettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1470 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1471 | android:value="@string/menu_key_display"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1472 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1473 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1474 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1475 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1476 | <activity |
Abel Tesfaye | 029c095 | 2021-03-04 21:55:47 +0000 | [diff] [blame] | 1477 | android:name="Settings$SmartAutoRotateSettingsActivity" |
| 1478 | android:label="@string/accelerometer_title" |
Sunny Shao | 75a1a3f | 2023-04-11 17:13:41 +0800 | [diff] [blame] | 1479 | android:icon="@drawable/ic_screen_rotation" |
Abel Tesfaye | 029c095 | 2021-03-04 21:55:47 +0000 | [diff] [blame] | 1480 | android:exported="true"> |
| 1481 | <intent-filter android:priority="1"> |
| 1482 | <action android:name="android.settings.AUTO_ROTATE_SETTINGS" /> |
| 1483 | <category android:name="android.intent.category.DEFAULT" /> |
| 1484 | </intent-filter> |
| 1485 | <intent-filter android:priority="32"> |
| 1486 | <action android:name="android.intent.action.MAIN" /> |
| 1487 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1488 | </intent-filter> |
| 1489 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1490 | android:value="com.android.settings.display.SmartAutoRotatePreferenceFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1491 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1492 | android:value="@string/menu_key_display"/> |
Abel Tesfaye | 029c095 | 2021-03-04 21:55:47 +0000 | [diff] [blame] | 1493 | </activity> |
| 1494 | |
| 1495 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1496 | android:name="Settings$NightDisplaySettingsActivity" |
| 1497 | android:label="@string/night_display_title" |
| 1498 | android:enabled="@*android:bool/config_nightDisplayAvailable" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1499 | android:exported="true" |
Sunny Shao | b4a5f16 | 2020-06-15 23:00:26 +0800 | [diff] [blame] | 1500 | android:icon="@drawable/ic_homepage_night_display"> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 1501 | <intent-filter android:priority="32"> |
Sean Stout | 763acf0 | 2017-06-20 18:07:22 -0700 | [diff] [blame] | 1502 | <action android:name="android.intent.action.MAIN" /> |
Sean Stout | 763acf0 | 2017-06-20 18:07:22 -0700 | [diff] [blame] | 1503 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1504 | </intent-filter> |
Justin Klaassen | eae3d9f | 2016-07-21 19:25:17 -0700 | [diff] [blame] | 1505 | <intent-filter android:priority="1"> |
| 1506 | <action android:name="android.settings.NIGHT_DISPLAY_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 1507 | <category android:name="android.intent.category.BROWSABLE" /> |
Justin Klaassen | eae3d9f | 2016-07-21 19:25:17 -0700 | [diff] [blame] | 1508 | <category android:name="android.intent.category.DEFAULT" /> |
| 1509 | </intent-filter> |
Sean Stout | 0625126 | 2017-02-15 14:04:25 -0800 | [diff] [blame] | 1510 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1511 | android:value="com.android.settings.display.NightDisplaySettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1512 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1513 | android:value="@string/menu_key_display"/> |
Sean Stout | 40067be | 2017-04-10 15:31:25 -0700 | [diff] [blame] | 1514 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1515 | android:value="true" /> |
Justin Klaassen | eae3d9f | 2016-07-21 19:25:17 -0700 | [diff] [blame] | 1516 | </activity> |
| 1517 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1518 | <activity |
Jay Aliomer | 82a0ea0 | 2019-12-10 14:49:27 -0500 | [diff] [blame] | 1519 | android:name="Settings$DarkThemeSettingsActivity" |
Xuanang Zhao | 2598dd4 | 2022-09-20 14:37:10 +0800 | [diff] [blame] | 1520 | android:label="@string/dark_ui_mode" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1521 | android:exported="true" |
Jay Aliomer | 82a0ea0 | 2019-12-10 14:49:27 -0500 | [diff] [blame] | 1522 | android:enabled="true"> |
| 1523 | <intent-filter android:priority="32"> |
| 1524 | <action android:name="android.intent.action.MAIN" /> |
| 1525 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1526 | </intent-filter> |
| 1527 | <intent-filter android:priority="1"> |
| 1528 | <action android:name="android.settings.DARK_THEME_SETTINGS" /> |
| 1529 | <category android:name="android.intent.category.DEFAULT" /> |
| 1530 | </intent-filter> |
| 1531 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1532 | android:value="com.android.settings.display.darkmode.DarkModeSettingsFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1533 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1534 | android:value="@string/menu_key_display"/> |
Jay Aliomer | 82a0ea0 | 2019-12-10 14:49:27 -0500 | [diff] [blame] | 1535 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1536 | android:value="true" /> |
| 1537 | </activity> |
| 1538 | |
| 1539 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1540 | android:name="Settings$NightDisplaySuggestionActivity" |
Sean Stout | 2bc94d6 | 2017-05-18 13:39:25 -0700 | [diff] [blame] | 1541 | android:enabled="@*android:bool/config_nightDisplayAvailable" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1542 | android:exported="true" |
Mill Chen | 7195800 | 2019-01-23 10:44:39 +0800 | [diff] [blame] | 1543 | android:icon="@drawable/ic_suggestion_night_display"> |
Sean Stout | 2bc94d6 | 2017-05-18 13:39:25 -0700 | [diff] [blame] | 1544 | <intent-filter> |
| 1545 | <action android:name="android.intent.action.MAIN" /> |
| 1546 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
| 1547 | </intent-filter> |
| 1548 | <meta-data android:name="com.android.settings.dismiss" |
| 1549 | android:value="6,10,30" /> |
| 1550 | <meta-data android:name="com.android.settings.title" |
| 1551 | android:resource="@string/night_display_suggestion_title" /> |
| 1552 | <meta-data android:name="com.android.settings.summary" |
| 1553 | android:resource="@string/night_display_suggestion_summary" /> |
| 1554 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1555 | android:value="true" /> |
| 1556 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1557 | android:value="com.android.settings.display.NightDisplaySettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1558 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1559 | android:value="@string/menu_key_display"/> |
Sean Stout | 2bc94d6 | 2017-05-18 13:39:25 -0700 | [diff] [blame] | 1560 | </activity> |
| 1561 | |
Fan Zhang | 881d579 | 2018-01-26 10:15:56 -0800 | [diff] [blame] | 1562 | <activity android:name=".Settings$MyDeviceInfoActivity" |
Daniel Nishi | 1225469 | 2018-03-23 13:43:12 -0700 | [diff] [blame] | 1563 | android:label="@string/about_settings" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1564 | android:exported="true" |
Sunny Shao | 8614058 | 2019-03-22 15:22:36 +0800 | [diff] [blame] | 1565 | android:icon="@drawable/ic_homepage_about"> |
Daniel Nishi | 1e62095 | 2017-12-19 10:15:14 -0800 | [diff] [blame] | 1566 | <intent-filter android:priority="1"> |
Daniel Nishi | 87f35e2 | 2018-01-22 15:17:25 -0800 | [diff] [blame] | 1567 | <action android:name="android.settings.DEVICE_INFO_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 1568 | <category android:name="android.intent.category.BROWSABLE" /> |
Daniel Nishi | 41af55e | 2018-01-25 15:24:29 -0800 | [diff] [blame] | 1569 | <action android:name="android.settings.DEVICE_NAME" /> |
Daniel Nishi | 1e62095 | 2017-12-19 10:15:14 -0800 | [diff] [blame] | 1570 | <category android:name="android.intent.category.DEFAULT" /> |
| 1571 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 1572 | <intent-filter android:priority="71"> |
Daniel Nishi | 1e62095 | 2017-12-19 10:15:14 -0800 | [diff] [blame] | 1573 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 1574 | <category android:name="com.android.settings.SHORTCUT" /> |
Daniel Nishi | 1e62095 | 2017-12-19 10:15:14 -0800 | [diff] [blame] | 1575 | </intent-filter> |
Daniel Nishi | 1e62095 | 2017-12-19 10:15:14 -0800 | [diff] [blame] | 1576 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Daniel Nishi | 87f35e2 | 2018-01-22 15:17:25 -0800 | [diff] [blame] | 1577 | android:value="com.android.settings.deviceinfo.aboutphone.MyDeviceInfoFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1578 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1579 | android:value="@string/menu_key_about_device"/> |
Daniel Nishi | 1e62095 | 2017-12-19 10:15:14 -0800 | [diff] [blame] | 1580 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1581 | android:value="true" /> |
| 1582 | </activity> |
| 1583 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1584 | <activity |
Silin Huang | c80b3ab | 2021-05-13 23:59:33 -0700 | [diff] [blame] | 1585 | android:name=".Settings$LockScreenSettingsActivity" |
| 1586 | android:label="@string/lockscreen_settings_title" |
| 1587 | android:exported="true"> |
| 1588 | <intent-filter android:priority="1"> |
| 1589 | <action android:name="android.settings.LOCK_SCREEN_SETTINGS" /> |
| 1590 | <category android:name="android.intent.category.DEFAULT" /> |
| 1591 | </intent-filter> |
| 1592 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1593 | android:value="com.android.settings.security.LockscreenDashboardFragment" /> |
Jason Chiu | ae5327d | 2021-11-04 17:09:53 +0800 | [diff] [blame] | 1594 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1595 | android:value="@string/menu_key_display"/> |
Silin Huang | c80b3ab | 2021-05-13 23:59:33 -0700 | [diff] [blame] | 1596 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1597 | android:value="true" /> |
| 1598 | </activity> |
| 1599 | |
| 1600 | <activity |
shaoweishen | 1b58ba5 | 2021-12-03 08:47:15 +0000 | [diff] [blame] | 1601 | android:name=".Settings$BlueToothPairingActivity" |
| 1602 | android:label="@string/bluetooth_pairing_page_title" |
| 1603 | android:permission="android.permission.BLUETOOTH_SCAN" |
| 1604 | android:exported="true"> |
| 1605 | <intent-filter android:priority="1"> |
| 1606 | <action android:name="android.settings.BLUETOOTH_PAIRING_SETTINGS" /> |
| 1607 | <category android:name="android.intent.category.DEFAULT" /> |
| 1608 | </intent-filter> |
| 1609 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1610 | android:value="com.android.settings.bluetooth.BluetoothPairingDetail" /> |
| 1611 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1612 | android:value="@string/menu_key_connected_devices"/> |
| 1613 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1614 | android:value="true" /> |
| 1615 | </activity> |
| 1616 | |
| 1617 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1618 | android:name="SettingsLicenseActivity" |
| 1619 | android:label="@string/settings_license_activity_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1620 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1621 | android:configChanges="orientation|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1622 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1623 | <action android:name="android.settings.LICENSE" /> |
| 1624 | <category android:name="android.intent.category.DEFAULT" /> |
| 1625 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1626 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1627 | android:value="true" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1628 | </activity> |
| 1629 | |
Andrew Sapperstein | 56a8c33 | 2019-06-18 09:44:18 -0700 | [diff] [blame] | 1630 | <activity android:name=".Settings$ModuleLicensesActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1631 | android:exported="true" |
Andrew Sapperstein | 56a8c33 | 2019-06-18 09:44:18 -0700 | [diff] [blame] | 1632 | android:label="@string/module_license_title"> |
| 1633 | <intent-filter> |
| 1634 | <action android:name="android.settings.MODULE_LICENSES" /> |
| 1635 | <category android:name="android.intent.category.DEFAULT" /> |
| 1636 | </intent-filter> |
| 1637 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1638 | android:value="com.android.settings.deviceinfo.legal.ModuleLicensesDashboard" /> |
Jason Chiu | ae5327d | 2021-11-04 17:09:53 +0800 | [diff] [blame] | 1639 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1640 | android:value="@string/menu_key_about_device"/> |
Andrew Sapperstein | 56a8c33 | 2019-06-18 09:44:18 -0700 | [diff] [blame] | 1641 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1642 | android:value="true" /> |
| 1643 | </activity> |
| 1644 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1645 | <activity |
| 1646 | android:name="Settings$ManageApplicationsActivity" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 1647 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1648 | android:exported="true" |
Fan Zhang | c7635e5 | 2019-03-04 14:27:08 -0800 | [diff] [blame] | 1649 | android:label="@string/applications_settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1650 | <intent-filter android:priority="1"> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1651 | <action android:name="android.settings.APPLICATION_SETTINGS" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1652 | <action android:name="android.settings.MANAGE_APPLICATIONS_SETTINGS" /> |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1653 | <action android:name="android.settings.MANAGE_ALL_APPLICATIONS_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 1654 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1655 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1656 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 1657 | <intent-filter android:priority="20"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1658 | <action android:name="android.intent.action.MAIN" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1659 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1660 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1661 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1662 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | ae5327d | 2021-11-04 17:09:53 +0800 | [diff] [blame] | 1663 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1664 | android:value="@string/menu_key_apps"/> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 1665 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1666 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1667 | </activity> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1668 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1669 | <!-- Keep compatibility with old shortcuts. --> |
| 1670 | <activity-alias android:name=".applications.ManageApplications" |
| 1671 | android:label="@string/applications_settings" |
| 1672 | android:exported="true" |
| 1673 | android:targetActivity="Settings$ManageApplicationsActivity"> |
| 1674 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1675 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1676 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1677 | android:value="@string/menu_key_apps"/> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1678 | </activity-alias> |
| 1679 | |
Graciela Wissen Putri | f6506e0 | 2023-07-31 14:20:40 +0000 | [diff] [blame] | 1680 | <activity android:name="Settings$UserAspectRatioAppListActivity" |
| 1681 | android:exported="true" |
Massimo Carli | e3951e3 | 2023-09-22 10:01:14 +0000 | [diff] [blame] | 1682 | android:label="@string/aspect_ratio_experimental_title"> |
Graciela Wissen Putri | f6506e0 | 2023-07-31 14:20:40 +0000 | [diff] [blame] | 1683 | <intent-filter android:priority="1"> |
| 1684 | <action android:name="android.settings.MANAGE_USER_ASPECT_RATIO_SETTINGS"/> |
| 1685 | <category android:name="android.intent.category.DEFAULT" /> |
| 1686 | </intent-filter> |
| 1687 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1688 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
| 1689 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1690 | android:value="@string/menu_key_apps"/> |
| 1691 | </activity> |
| 1692 | |
Massimo Carli | 1dc1751 | 2023-09-21 10:33:57 +0000 | [diff] [blame] | 1693 | <activity android:name="Settings$UserAspectRatioAppActivity" |
| 1694 | android:exported="true" |
Massimo Carli | e3951e3 | 2023-09-22 10:01:14 +0000 | [diff] [blame] | 1695 | android:label="@string/aspect_ratio_experimental_title"> |
Massimo Carli | 1dc1751 | 2023-09-21 10:33:57 +0000 | [diff] [blame] | 1696 | <intent-filter> |
| 1697 | <action android:name="android.settings.MANAGE_USER_ASPECT_RATIO_SETTINGS" /> |
| 1698 | <category android:name="android.intent.category.DEFAULT" /> |
| 1699 | <data android:scheme="package" /> |
| 1700 | </intent-filter> |
| 1701 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1702 | android:value="com.android.settings.applications.appcompat.UserAspectRatioDetails" /> |
| 1703 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1704 | android:value="@string/menu_key_apps"/> |
| 1705 | </activity> |
| 1706 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1707 | <activity |
| 1708 | android:name="Settings$ManageDomainUrlsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1709 | android:exported="true" |
Sunny Shao | 600ba96 | 2019-07-04 11:52:59 +0800 | [diff] [blame] | 1710 | android:label="@string/domain_urls_title"> |
Todd Kennedy | 2ef1aa5 | 2016-09-06 14:02:38 -0700 | [diff] [blame] | 1711 | <intent-filter> |
| 1712 | <action android:name="android.settings.MANAGE_DOMAIN_URLS" /> |
| 1713 | <category android:name="android.intent.category.DEFAULT" /> |
| 1714 | </intent-filter> |
Todd Kennedy | 2ef1aa5 | 2016-09-06 14:02:38 -0700 | [diff] [blame] | 1715 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
stanley.tf_wang | 828409a | 2018-04-13 16:18:13 +0800 | [diff] [blame] | 1716 | android:value="com.android.settings.applications.managedomainurls.ManageDomainUrls" /> |
Jason Chiu | ae5327d | 2021-11-04 17:09:53 +0800 | [diff] [blame] | 1717 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1718 | android:value="@string/menu_key_apps"/> |
Todd Kennedy | 2ef1aa5 | 2016-09-06 14:02:38 -0700 | [diff] [blame] | 1719 | </activity> |
| 1720 | |
Muyuan Li | ba115af | 2016-03-25 15:46:12 -0700 | [diff] [blame] | 1721 | <activity android:name="Settings$AppMemoryUsageActivity" |
| 1722 | android:label="@string/app_list_memory_use" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1723 | android:exported="true" |
Muyuan Li | ba115af | 2016-03-25 15:46:12 -0700 | [diff] [blame] | 1724 | android:icon="@drawable/ic_settings_memory"> |
| 1725 | <intent-filter> |
| 1726 | <action android:name="android.settings.APP_MEMORY_USAGE" /> |
| 1727 | <category android:name="android.intent.category.DEFAULT" /> |
| 1728 | </intent-filter> |
Muyuan Li | ba115af | 2016-03-25 15:46:12 -0700 | [diff] [blame] | 1729 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1730 | android:value="com.android.settings.applications.ProcessStatsUi" /> |
Jason Chiu | ae5327d | 2021-11-04 17:09:53 +0800 | [diff] [blame] | 1731 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1732 | android:value="@string/menu_key_apps"/> |
Muyuan Li | ba115af | 2016-03-25 15:46:12 -0700 | [diff] [blame] | 1733 | </activity> |
| 1734 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1735 | <activity |
ykhung | 3b279e2 | 2024-01-19 16:26:12 +0800 | [diff] [blame] | 1736 | android:name="Settings$AppBatteryUsageActivity" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 1737 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1738 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1739 | android:label="@string/high_power_apps"> |
Jason Monk | 3a90d7c | 2015-06-10 11:03:06 -0400 | [diff] [blame] | 1740 | <intent-filter android:priority="1"> |
| 1741 | <action android:name="android.settings.IGNORE_BATTERY_OPTIMIZATION_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 1742 | <category android:name="android.intent.category.BROWSABLE" /> |
Jason Monk | 3a90d7c | 2015-06-10 11:03:06 -0400 | [diff] [blame] | 1743 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 3f98c0c | 2015-06-12 18:13:54 -0700 | [diff] [blame] | 1744 | </intent-filter> |
Amith Yamasani | 022a815 | 2024-02-10 11:28:43 -0800 | [diff] [blame] | 1745 | <intent-filter android:priority="1"> |
| 1746 | <action android:name="android.settings.BACKGROUND_RESTRICTIONS_SETTINGS" /> |
| 1747 | <category android:name="android.intent.category.BROWSABLE" /> |
| 1748 | <category android:name="android.intent.category.DEFAULT" /> |
| 1749 | <data android:scheme="package" /> |
| 1750 | </intent-filter> |
Jason Monk | 1eb54eb | 2015-04-29 12:46:42 -0400 | [diff] [blame] | 1751 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1752 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | ae5327d | 2021-11-04 17:09:53 +0800 | [diff] [blame] | 1753 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1754 | android:value="@string/menu_key_apps"/> |
Jason Monk | 1eb54eb | 2015-04-29 12:46:42 -0400 | [diff] [blame] | 1755 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1756 | android:value="true" /> |
| 1757 | </activity> |
| 1758 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1759 | <activity |
| 1760 | android:name=".datausage.AppDataUsageActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1761 | android:exported="true" |
Arc Wang | 358dd2b | 2022-05-06 04:07:50 +0000 | [diff] [blame] | 1762 | android:noHistory="true"> |
Felipe Leme | 616ff3e | 2016-04-26 13:50:14 -0700 | [diff] [blame] | 1763 | <intent-filter android:priority="1"> |
| 1764 | <action android:name="android.settings.IGNORE_BACKGROUND_DATA_RESTRICTIONS_SETTINGS" /> |
| 1765 | <category android:name="android.intent.category.DEFAULT" /> |
| 1766 | <data android:scheme="package" /> |
| 1767 | </intent-filter> |
| 1768 | </activity> |
| 1769 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1770 | <activity |
| 1771 | android:name=".fuelgauge.RequestIgnoreBatteryOptimizations" |
| 1772 | android:label="@string/high_power_apps" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1773 | android:exported="true" |
Arc Wang | 5a298fb | 2020-06-30 14:14:02 +0800 | [diff] [blame] | 1774 | android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"> |
Dianne Hackborn | be4df03 | 2015-08-10 14:53:33 -0700 | [diff] [blame] | 1775 | <intent-filter android:priority="1"> |
| 1776 | <action android:name="android.settings.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" /> |
| 1777 | <category android:name="android.intent.category.DEFAULT" /> |
| 1778 | <data android:scheme="package" /> |
| 1779 | </intent-filter> |
| 1780 | </activity> |
| 1781 | |
Fan Zhang | 66156d6 | 2018-05-09 17:33:19 -0700 | [diff] [blame] | 1782 | <activity |
| 1783 | android:name=".slices.SliceDeepLinkSpringBoard" |
| 1784 | android:excludeFromRecents="true" |
Fan Zhang | 03dd39c | 2019-04-02 16:41:01 -0700 | [diff] [blame] | 1785 | android:theme="@android:style/Theme.NoDisplay" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1786 | android:exported="true" |
Alexander Milantev | c413b3e | 2023-03-14 16:11:30 +0000 | [diff] [blame] | 1787 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Fan Zhang | 03dd39c | 2019-04-02 16:41:01 -0700 | [diff] [blame] | 1788 | android:permission="android.permission.MODIFY_PHONE_STATE"> |
Jason Monk | f6edc7c | 2017-11-22 10:04:38 -0500 | [diff] [blame] | 1789 | <intent-filter> |
| 1790 | <action android:name="android.intent.action.VIEW" /> |
| 1791 | <category android:name="android.intent.category.DEFAULT" /> |
| 1792 | <category android:name="android.intent.category.BROWSABLE" /> |
| 1793 | <data android:scheme="settings" |
| 1794 | android:host="com.android.settings.slices" /> |
| 1795 | </intent-filter> |
| 1796 | </activity> |
| 1797 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1798 | <!-- Provide direct entry into manage apps showing running services. |
| 1799 | This is for compatibility with old shortcuts. --> |
| 1800 | <activity-alias android:name=".RunningServices" |
| 1801 | android:label="@string/runningservices_settings_title" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 1802 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1803 | android:exported="true" |
| 1804 | android:targetActivity="Settings$ManageApplicationsActivity"> |
| 1805 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1806 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1807 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1808 | android:value="@string/menu_key_system"/> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1809 | </activity-alias> |
Lifu Tang | fc86f69 | 2013-07-30 18:34:35 -0700 | [diff] [blame] | 1810 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1811 | <!-- Provide direct entry into manage apps showing storage usage for apps. |
| 1812 | This is for compatibility with old shortcuts. --> |
| 1813 | <activity-alias android:name=".applications.StorageUse" |
| 1814 | android:label="@string/storageuse_settings_title" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 1815 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1816 | android:exported="true" |
| 1817 | android:targetActivity="Settings$ManageApplicationsActivity"> |
| 1818 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1819 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1820 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1821 | android:value="@string/menu_key_apps"/> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1822 | </activity-alias> |
| 1823 | |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1824 | <!-- Still need a top-level activity for showing app details. Aliasing |
| 1825 | trick is so the code that is now a fragment can still be called |
| 1826 | InstalledAppDetails. --> |
| 1827 | <activity android:name=".applications.InstalledAppDetailsTop" |
| 1828 | android:label="@string/application_info_label" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1829 | android:exported="true" /> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1830 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1831 | <!-- Keep compatibility with old shortcuts. --> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1832 | <activity-alias android:name=".applications.InstalledAppDetails" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1833 | android:label="@string/application_info_label" |
| 1834 | android:exported="true" |
| 1835 | android:targetActivity=".applications.InstalledAppDetailsTop"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1836 | <intent-filter android:priority="1"> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1837 | <action android:name="android.settings.APPLICATION_DETAILS_SETTINGS" /> |
Eugene Susla | 596662c | 2020-04-13 13:20:50 -0700 | [diff] [blame] | 1838 | <action android:name="android.intent.action.AUTO_REVOKE_PERMISSIONS" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1839 | <category android:name="android.intent.category.DEFAULT" /> |
| 1840 | <data android:scheme="package" /> |
| 1841 | </intent-filter> |
Jason Chiu | bbb9f20 | 2022-03-10 15:34:55 +0800 | [diff] [blame] | 1842 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1843 | android:value="@string/menu_key_apps"/> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1844 | </activity-alias> |
| 1845 | |
Chaohui Wang | 94906cf | 2023-05-29 16:59:36 +0000 | [diff] [blame] | 1846 | <activity-alias android:name="ManageFullScreenIntent" |
Lyn | 685f1e4 | 2023-02-01 05:41:03 +0000 | [diff] [blame] | 1847 | android:exported="true" |
| 1848 | android:targetActivity=".spa.SpaBridgeActivity"> |
| 1849 | <meta-data android:name="com.android.settings.spa.DESTINATION" |
| 1850 | android:value="TogglePermissionAppList/UseFullScreenIntent"/> |
Chaohui Wang | 6adf1ba | 2023-12-04 16:36:21 +0800 | [diff] [blame] | 1851 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1852 | android:value="@string/menu_key_apps"/> |
Lyn | 685f1e4 | 2023-02-01 05:41:03 +0000 | [diff] [blame] | 1853 | </activity-alias> |
| 1854 | |
Chaohui Wang | 94906cf | 2023-05-29 16:59:36 +0000 | [diff] [blame] | 1855 | <activity-alias android:name="AppManageFullScreenIntent" |
Lyn | 685f1e4 | 2023-02-01 05:41:03 +0000 | [diff] [blame] | 1856 | android:exported="true" |
| 1857 | android:targetActivity=".spa.SpaAppBridgeActivity"> |
| 1858 | <intent-filter> |
| 1859 | <action android:name="android.settings.MANAGE_APP_USE_FULL_SCREEN_INTENT" /> |
| 1860 | <category android:name="android.intent.category.DEFAULT" /> |
| 1861 | <data android:scheme="package" /> |
| 1862 | </intent-filter> |
| 1863 | <meta-data android:name="com.android.settings.spa.DESTINATION" |
| 1864 | android:value="TogglePermissionAppInfoPage/UseFullScreenIntent"/> |
Chaohui Wang | 6adf1ba | 2023-12-04 16:36:21 +0800 | [diff] [blame] | 1865 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1866 | android:value="@string/menu_key_apps"/> |
Lyn | 685f1e4 | 2023-02-01 05:41:03 +0000 | [diff] [blame] | 1867 | </activity-alias> |
| 1868 | |
Ben Lin | 30ed7c7 | 2018-09-13 15:22:03 -0700 | [diff] [blame] | 1869 | <activity android:name=".applications.InstalledAppOpenByDefaultActivity" |
Ben Lin | 0cdc103 | 2018-02-27 15:31:40 -0800 | [diff] [blame] | 1870 | android:label="@string/application_info_label" |
Arc Wang | 358dd2b | 2022-05-06 04:07:50 +0000 | [diff] [blame] | 1871 | android:exported="true"> |
Ben Lin | 0cdc103 | 2018-02-27 15:31:40 -0800 | [diff] [blame] | 1872 | <intent-filter android:priority="1"> |
Winson | ed6d733 | 2021-04-02 12:43:55 -0700 | [diff] [blame] | 1873 | <action android:name="android.settings.APP_OPEN_BY_DEFAULT_SETTINGS" /> |
| 1874 | <!-- Also catch legacy "com." prefixed action. --> |
Ben Lin | 30ed7c7 | 2018-09-13 15:22:03 -0700 | [diff] [blame] | 1875 | <action android:name="com.android.settings.APP_OPEN_BY_DEFAULT_SETTINGS" /> |
Ben Lin | 0cdc103 | 2018-02-27 15:31:40 -0800 | [diff] [blame] | 1876 | <category android:name="android.intent.category.DEFAULT" /> |
| 1877 | <data android:scheme="package" /> |
| 1878 | </intent-filter> |
Jason Chiu | bbb9f20 | 2022-03-10 15:34:55 +0800 | [diff] [blame] | 1879 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1880 | android:value="@string/menu_key_apps"/> |
Ben Lin | 0cdc103 | 2018-02-27 15:31:40 -0800 | [diff] [blame] | 1881 | </activity> |
| 1882 | |
Dianne Hackborn | 508fedc | 2010-07-28 17:10:42 -0700 | [diff] [blame] | 1883 | <!-- Provide direct entry into manage apps showing running services. --> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1884 | <activity android:name="Settings$RunningServicesActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1885 | android:exported="true" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 1886 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1887 | android:label="@string/runningservices_settings_title"> |
Dianne Hackborn | c58c549 | 2009-08-31 21:33:17 -0700 | [diff] [blame] | 1888 | <intent-filter> |
| 1889 | <action android:name="android.intent.action.MAIN" /> |
| 1890 | <category android:name="android.intent.category.DEFAULT" /> |
| 1891 | <category android:name="android.intent.category.MONKEY" /> |
| 1892 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | c58c549 | 2009-08-31 21:33:17 -0700 | [diff] [blame] | 1893 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1894 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1895 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | ae5327d | 2021-11-04 17:09:53 +0800 | [diff] [blame] | 1896 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1897 | android:value="@string/menu_key_apps"/> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 1898 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1899 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1900 | </activity> |
Amith Yamasani | 1bb6db5 | 2010-09-17 13:34:47 -0700 | [diff] [blame] | 1901 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1902 | <!-- Provide direct entry into manage apps showing storage usage of apps. --> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1903 | <activity |
| 1904 | android:name="Settings$StorageUseActivity" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 1905 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1906 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1907 | android:label="@string/storageuse_settings_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1908 | <intent-filter android:priority="1"> |
| 1909 | <action android:name="android.intent.action.MANAGE_PACKAGE_STORAGE" /> |
| 1910 | <category android:name="android.intent.category.DEFAULT" /> |
| 1911 | </intent-filter> |
Dianne Hackborn | 728ac35 | 2010-06-06 22:51:42 -0700 | [diff] [blame] | 1912 | <intent-filter> |
| 1913 | <action android:name="android.intent.action.MAIN" /> |
| 1914 | <category android:name="android.intent.category.DEFAULT" /> |
| 1915 | <category android:name="android.intent.category.MONKEY" /> |
| 1916 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | 728ac35 | 2010-06-06 22:51:42 -0700 | [diff] [blame] | 1917 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1918 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1919 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | ae5327d | 2021-11-04 17:09:53 +0800 | [diff] [blame] | 1920 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1921 | android:value="@string/menu_key_apps"/> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 1922 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1923 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1924 | </activity> |
Amith Yamasani | 1bb6db5 | 2010-09-17 13:34:47 -0700 | [diff] [blame] | 1925 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1926 | <activity |
| 1927 | android:name="Settings$NotificationStationActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1928 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1929 | android:label="@string/notification_log_title"> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 1930 | <intent-filter android:priority="22"> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 1931 | <action android:name="android.intent.action.MAIN" /> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 1932 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1933 | </intent-filter> |
| 1934 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 1935 | android:value="com.android.settings.notification.history.NotificationStation" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1936 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1937 | android:value="@string/menu_key_notifications"/> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 1938 | </activity> |
| 1939 | |
Julia Reynolds | b37d565 | 2019-12-12 08:12:29 -0500 | [diff] [blame] | 1940 | <activity |
| 1941 | android:name=".notification.history.NotificationHistoryActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1942 | android:exported="true" |
Tsung-Mao Fang | efaf49c | 2021-06-29 14:40:31 +0800 | [diff] [blame] | 1943 | android:label="@string/notification_history_title" |
| 1944 | android:theme="@style/Theme.Settings.NoActionBar"> |
Julia Reynolds | 49880c3 | 2020-02-11 14:09:42 -0500 | [diff] [blame] | 1945 | <intent-filter android:priority="1"> |
| 1946 | <action android:name="android.settings.NOTIFICATION_HISTORY" /> |
| 1947 | <category android:name="android.intent.category.DEFAULT" /> |
| 1948 | </intent-filter> |
Julia Reynolds | b37d565 | 2019-12-12 08:12:29 -0500 | [diff] [blame] | 1949 | <intent-filter> |
| 1950 | <action android:name="android.intent.action.MAIN" /> |
| 1951 | <category android:name="android.intent.category.DEFAULT" /> |
| 1952 | </intent-filter> |
| 1953 | </activity> |
| 1954 | |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 1955 | <activity android:name=".notification.zen.ZenModeVoiceActivity" |
jackqdyulei | 71a0574 | 2017-03-22 13:33:51 -0700 | [diff] [blame] | 1956 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1957 | android:exported="true" |
Barnaby James | 0474b72 | 2015-05-10 16:24:05 -0700 | [diff] [blame] | 1958 | android:label="@string/zen_mode_settings_title"> |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 1959 | <intent-filter> |
| 1960 | <action android:name="android.settings.VOICE_CONTROL_DO_NOT_DISTURB_MODE" /> |
| 1961 | <category android:name="android.intent.category.DEFAULT" /> |
| 1962 | <category android:name="android.intent.category.VOICE" /> |
| 1963 | </intent-filter> |
| 1964 | </activity> |
| 1965 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1966 | <activity |
| 1967 | android:name="Settings$LocationSettingsActivity" |
| 1968 | android:label="@string/location_settings_title" |
Sunny Shao | b4a5f16 | 2020-06-15 23:00:26 +0800 | [diff] [blame] | 1969 | android:icon="@drawable/ic_homepage_location" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1970 | android:exported="true" |
Yanting Yang | 5edcc30 | 2019-09-05 16:25:17 +0800 | [diff] [blame] | 1971 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1972 | <intent-filter android:priority="1"> |
| 1973 | <action android:name="android.settings.LOCATION_SOURCE_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 1974 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1975 | <category android:name="android.intent.category.DEFAULT" /> |
| 1976 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 1977 | <intent-filter android:priority="52"> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1978 | <action android:name="android.intent.action.MAIN" /> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1979 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1980 | </intent-filter> |
| 1981 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Lifu Tang | 83ab7c9 | 2013-07-29 12:07:48 -0700 | [diff] [blame] | 1982 | android:value="com.android.settings.location.LocationSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1983 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1984 | android:value="@string/menu_key_location"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1985 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1986 | android:value="true" /> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1987 | </activity> |
Lifu Tang | f72f830 | 2018-04-12 10:01:29 -0700 | [diff] [blame] | 1988 | <activity |
| 1989 | android:name="Settings$ScanningSettingsActivity" |
Yu-Han Yang | e93c129 | 2021-02-17 13:52:39 -0800 | [diff] [blame] | 1990 | android:label="@string/location_services_screen_title" |
tmfang | 54a5d37 | 2018-10-30 16:49:12 +0800 | [diff] [blame] | 1991 | android:icon="@drawable/ic_homepage_location" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1992 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1993 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Lifu Tang | f72f830 | 2018-04-12 10:01:29 -0700 | [diff] [blame] | 1994 | <intent-filter android:priority="1"> |
| 1995 | <action android:name="android.settings.LOCATION_SCANNING_SETTINGS" /> |
| 1996 | <category android:name="android.intent.category.DEFAULT" /> |
| 1997 | </intent-filter> |
| 1998 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Yu-Han Yang | e93c129 | 2021-02-17 13:52:39 -0800 | [diff] [blame] | 1999 | android:value="com.android.settings.location.LocationServices" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 2000 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2001 | android:value="@string/menu_key_location"/> |
Lifu Tang | f72f830 | 2018-04-12 10:01:29 -0700 | [diff] [blame] | 2002 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2003 | android:value="true" /> |
| 2004 | </activity> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 2005 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2006 | <activity |
Weng Su | 9e6966d | 2021-10-13 23:08:50 +0800 | [diff] [blame] | 2007 | android:name="Settings$WifiScanningSettingsActivity" |
| 2008 | android:label="@string/location_scanning_wifi_always_scanning_title" |
| 2009 | android:icon="@drawable/ic_homepage_location" |
| 2010 | android:exported="true" |
| 2011 | android:permission="android.permission.CHANGE_WIFI_STATE" |
| 2012 | android:configChanges="orientation|keyboardHidden|screenSize"> |
| 2013 | <intent-filter android:priority="1"> |
| 2014 | <action android:name="android.settings.WIFI_SCANNING_SETTINGS" /> |
| 2015 | <category android:name="android.intent.category.DEFAULT" /> |
| 2016 | </intent-filter> |
| 2017 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2018 | android:value="com.android.settings.location.WifiScanningFragment" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 2019 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2020 | android:value="@string/menu_key_location"/> |
Weng Su | 9e6966d | 2021-10-13 23:08:50 +0800 | [diff] [blame] | 2021 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2022 | android:value="true" /> |
| 2023 | </activity> |
| 2024 | |
| 2025 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2026 | android:name=".Settings$SecurityDashboardActivity" |
| 2027 | android:label="@string/security_settings_title" |
| 2028 | android:icon="@drawable/ic_homepage_security" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2029 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2030 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2031 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2032 | <action android:name="android.settings.SECURITY_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 2033 | <category android:name="android.intent.category.BROWSABLE" /> |
Chia-chi Yeh | 9cec698 | 2009-09-22 23:59:01 +0800 | [diff] [blame] | 2034 | <action android:name="android.credentials.UNLOCK" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2035 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2036 | </intent-filter> |
| 2037 | <intent-filter> |
| 2038 | <action android:name="android.intent.action.MAIN" /> |
| 2039 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2040 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 2041 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 2042 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | b916456 | 2017-11-03 09:35:12 -0700 | [diff] [blame] | 2043 | android:value="com.android.settings.security.SecuritySettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 2044 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2045 | android:value="@string/menu_key_security"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2046 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2047 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 2048 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2049 | |
Yuri Ufimtsev | 4eea126 | 2021-12-03 15:43:11 +0000 | [diff] [blame] | 2050 | <activity |
| 2051 | android:name="Settings$SecurityAdvancedSettings" |
| 2052 | android:label="@string/security_advanced_settings" |
| 2053 | android:exported="true" |
| 2054 | android:icon="@drawable/ic_settings_security"> |
| 2055 | <intent-filter android:priority="1"> |
| 2056 | <action android:name="com.android.settings.security.SECURITY_ADVANCED_SETTINGS" /> |
| 2057 | <category android:name="android.intent.category.DEFAULT" /> |
| 2058 | </intent-filter> |
| 2059 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2060 | android:value="com.android.settings.security.SecurityAdvancedSettings" /> |
Simon Wingrove | ea8a4ad | 2022-10-17 15:05:15 +0100 | [diff] [blame] | 2061 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2062 | android:value="@string/menu_key_security"/> |
Yuri Ufimtsev | 4eea126 | 2021-12-03 15:43:11 +0000 | [diff] [blame] | 2063 | </activity> |
| 2064 | |
Prabal Singh | 52ba133 | 2022-12-06 14:28:10 +0000 | [diff] [blame] | 2065 | <activity |
| 2066 | android:name="Settings$MoreSecurityPrivacySettingsActivity" |
| 2067 | android:label="@string/more_security_privacy_settings" |
| 2068 | android:exported="true"> |
| 2069 | <intent-filter android:priority="1"> |
| 2070 | <action android:name="com.android.settings.MORE_SECURITY_PRIVACY_SETTINGS" /> |
| 2071 | <category android:name="android.intent.category.DEFAULT" /> |
| 2072 | </intent-filter> |
Prabal Singh | 9afbd45 | 2022-12-19 00:28:36 +0000 | [diff] [blame] | 2073 | <intent-filter> |
| 2074 | <action android:name="android.settings.PRIVACY_ADVANCED_SETTINGS" /> |
| 2075 | <category android:name="android.intent.category.DEFAULT" /> |
| 2076 | </intent-filter> |
Prabal Singh | 52ba133 | 2022-12-06 14:28:10 +0000 | [diff] [blame] | 2077 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2078 | android:value="com.android.settings.safetycenter.MoreSecurityPrivacyFragment" /> |
| 2079 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2080 | android:value="@string/menu_key_safety_center"/> |
| 2081 | </activity> |
| 2082 | |
Maggie Benthall | 9d6c40e | 2013-09-05 15:33:58 -0400 | [diff] [blame] | 2083 | <activity android:name="MonitoringCertInfoActivity" |
Victor Chang | e8a46f2 | 2016-04-19 17:45:07 +0100 | [diff] [blame] | 2084 | android:label="" |
Maggie Benthall | 9d6c40e | 2013-09-05 15:33:58 -0400 | [diff] [blame] | 2085 | android:theme="@style/Transparent" |
David Liu | 0578aec | 2023-05-02 17:28:18 +0000 | [diff] [blame] | 2086 | android:exported="false" |
Fan Zhang | 416ff0a | 2018-10-26 15:39:39 -0700 | [diff] [blame] | 2087 | android:excludeFromRecents="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2088 | <intent-filter android:priority="1"> |
| 2089 | <action android:name="com.android.settings.MONITORING_CERT_INFO" /> |
| 2090 | <category android:name="android.intent.category.DEFAULT" /> |
| 2091 | </intent-filter> |
Maggie Benthall | 9d6c40e | 2013-09-05 15:33:58 -0400 | [diff] [blame] | 2092 | </activity> |
| 2093 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2094 | <activity |
| 2095 | android:name="Settings$TrustedCredentialsSettingsActivity" |
| 2096 | android:label="@string/trusted_credentials" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2097 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2098 | android:icon="@drawable/ic_settings_security"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2099 | <intent-filter android:priority="1"> |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 2100 | <action android:name="com.android.settings.TRUSTED_CREDENTIALS" /> |
| 2101 | <action android:name="com.android.settings.TRUSTED_CREDENTIALS_USER" /> |
| 2102 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2103 | </intent-filter> |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 2104 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2105 | android:value="com.android.settings.TrustedCredentialsSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 2106 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2107 | android:value="@string/menu_key_security"/> |
Victor Chang | 37afa28 | 2016-04-07 21:20:38 +0100 | [diff] [blame] | 2108 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2109 | android:value="true" /> |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 2110 | </activity> |
| 2111 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 2112 | <activity android:name="Settings$PrivacySettingsActivity" |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 2113 | android:label="@string/privacy_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2114 | android:icon="@drawable/ic_settings_backup" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2115 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2116 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2117 | <intent-filter> |
| 2118 | <action android:name="android.intent.action.MAIN" /> |
| 2119 | <category android:name="android.intent.category.DEFAULT" /> |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 2120 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 2121 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 2122 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
sunnyshao | 15ec2cf | 2018-03-29 19:50:20 +0800 | [diff] [blame] | 2123 | android:value="com.android.settings.backup.PrivacySettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 2124 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2125 | android:value="@string/menu_key_privacy"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2126 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2127 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 2128 | </activity> |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 2129 | |
Fan Zhang | 11482d2 | 2019-02-06 10:37:03 -0800 | [diff] [blame] | 2130 | <activity android:name="Settings$PrivacyDashboardActivity" |
| 2131 | android:label="@string/privacy_dashboard_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2132 | android:exported="true" |
Fan Zhang | 11482d2 | 2019-02-06 10:37:03 -0800 | [diff] [blame] | 2133 | android:icon="@drawable/ic_settings_privacy"> |
| 2134 | <intent-filter> |
| 2135 | <action android:name="android.settings.PRIVACY_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 2136 | <category android:name="android.intent.category.BROWSABLE" /> |
Fan Zhang | 11482d2 | 2019-02-06 10:37:03 -0800 | [diff] [blame] | 2137 | <category android:name="android.intent.category.DEFAULT" /> |
| 2138 | </intent-filter> |
Felipe Leme | a71991a | 2019-03-07 15:33:51 -0800 | [diff] [blame] | 2139 | <intent-filter android:priority="1"> |
| 2140 | <action android:name="android.settings.REQUEST_ENABLE_CONTENT_CAPTURE" /> |
| 2141 | <category android:name="android.intent.category.DEFAULT" /> |
| 2142 | </intent-filter> |
Fan Zhang | 11482d2 | 2019-02-06 10:37:03 -0800 | [diff] [blame] | 2143 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2144 | android:value="com.android.settings.privacy.PrivacyDashboardFragment" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 2145 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2146 | android:value="@string/menu_key_privacy"/> |
tmfang | bf2989a | 2019-04-24 10:29:46 +0800 | [diff] [blame] | 2147 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2148 | android:value="true" /> |
Fan Zhang | 11482d2 | 2019-02-06 10:37:03 -0800 | [diff] [blame] | 2149 | </activity> |
| 2150 | |
Nate Myren | d1749cf | 2022-04-22 13:58:50 -0700 | [diff] [blame] | 2151 | <activity android:name="Settings$PrivacyControlsActivity" |
| 2152 | android:label="@string/privacy_controls_title" |
| 2153 | android:exported="true" |
| 2154 | android:icon="@drawable/ic_settings_privacy"> |
| 2155 | <intent-filter android:priority="1"> |
| 2156 | <action android:name="android.settings.PRIVACY_CONTROLS" /> |
| 2157 | <category android:name="android.intent.category.DEFAULT" /> |
| 2158 | </intent-filter> |
| 2159 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2160 | android:value="com.android.settings.privacy.PrivacyControlsFragment" /> |
| 2161 | </activity> |
| 2162 | |
alinasuarez | 6ffa9da | 2021-07-14 18:59:31 +0000 | [diff] [blame] | 2163 | <activity android:name=".development.tare.TareHomePage" |
| 2164 | android:label="@string/tare_settings" |
| 2165 | android:exported="false" /> |
| 2166 | |
alinasuarez | aef6ac2 | 2021-07-30 20:25:19 +0000 | [diff] [blame] | 2167 | <activity android:name=".development.tare.DropdownActivity" |
| 2168 | android:exported="false" /> |
| 2169 | |
Christopher Tate | 4f33878 | 2011-07-25 12:09:10 -0700 | [diff] [blame] | 2170 | <activity android:name="SetFullBackupPassword" |
Doris Ling | 03a3b51 | 2017-10-18 14:25:01 -0700 | [diff] [blame] | 2171 | android:label="@string/local_backup_password_title" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2172 | android:exported="false" /> |
Christopher Tate | 4f33878 | 2011-07-25 12:09:10 -0700 | [diff] [blame] | 2173 | |
Eran Messeri | 1e9bd27 | 2019-01-24 10:12:01 +0000 | [diff] [blame] | 2174 | <activity android:name=".security.CredentialStorage" |
Chia-chi Yeh | 91d65a2 | 2011-01-20 18:46:01 +0800 | [diff] [blame] | 2175 | android:theme="@style/Transparent" |
Amith Yamasani | b981202 | 2011-08-26 15:39:16 -0700 | [diff] [blame] | 2176 | android:launchMode="singleTop" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2177 | android:exported="true" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 2178 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2179 | <intent-filter android:priority="1"> |
Chia-chi Yeh | 91d65a2 | 2011-01-20 18:46:01 +0800 | [diff] [blame] | 2180 | <action android:name="com.android.credentials.INSTALL" /> |
Chia-chi Yeh | 91d65a2 | 2011-01-20 18:46:01 +0800 | [diff] [blame] | 2181 | <action android:name="com.android.credentials.RESET" /> |
| 2182 | <category android:name="android.intent.category.DEFAULT" /> |
| 2183 | </intent-filter> |
| 2184 | </activity> |
| 2185 | |
Alex Johnston | c0c75a3 | 2019-10-18 14:20:27 +0100 | [diff] [blame] | 2186 | <activity android:name=".security.InstallCaCertificateWarning" |
| 2187 | android:theme="@style/GlifV3Theme.Light" |
| 2188 | android:exported="false"> |
| 2189 | </activity> |
| 2190 | |
Alex Johnston | 580b7af | 2020-11-26 12:40:38 +0000 | [diff] [blame] | 2191 | <activity android:name=".security.RequestManageCredentials" |
Alex Johnston | 8d06d63 | 2021-06-21 23:33:17 +0100 | [diff] [blame] | 2192 | android:theme="@style/Theme.SubSettings" |
Alex Johnston | 580b7af | 2020-11-26 12:40:38 +0000 | [diff] [blame] | 2193 | android:exported="true"> |
| 2194 | <intent-filter> |
| 2195 | <action android:name="android.security.MANAGE_CREDENTIALS"/> |
| 2196 | <category android:name="android.intent.category.DEFAULT"/> |
| 2197 | </intent-filter> |
| 2198 | </activity> |
| 2199 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2200 | <activity |
| 2201 | android:name="Settings$DeviceAdminSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2202 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2203 | android:label="@string/device_admin_settings_title"> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 2204 | <intent-filter> |
| 2205 | <action android:name="android.intent.action.MAIN" /> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 2206 | <category android:name="android.intent.category.DEFAULT" /> |
| 2207 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 2208 | </intent-filter> |
Amith Yamasani | a1d0184 | 2011-01-24 16:02:11 -0800 | [diff] [blame] | 2209 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | ca6d86c | 2018-06-14 12:52:06 -0700 | [diff] [blame] | 2210 | android:value="com.android.settings.applications.specialaccess.deviceadmin.DeviceAdminSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 2211 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2212 | android:value="@string/menu_key_security"/> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 2213 | </activity> |
| 2214 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 2215 | <!-- Keep compatibility with old shortcuts. --> |
| 2216 | <activity-alias android:name="DeviceAdminSettings" |
| 2217 | android:label="@string/device_admin_settings_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 2218 | android:exported="true" |
| 2219 | android:targetActivity="Settings$DeviceAdminSettingsActivity"> |
| 2220 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | ca6d86c | 2018-06-14 12:52:06 -0700 | [diff] [blame] | 2221 | android:value="com.android.settings.applications.specialaccess.deviceadmin.DeviceAdminSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 2222 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2223 | android:value="@string/menu_key_security"/> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 2224 | </activity-alias> |
| 2225 | |
Fan Zhang | ca6d86c | 2018-06-14 12:52:06 -0700 | [diff] [blame] | 2226 | <activity android:name=".applications.specialaccess.deviceadmin.DeviceAdminAdd" |
Michael Wachenschwanz | 35eef60 | 2019-04-25 16:07:39 -0700 | [diff] [blame] | 2227 | android:label="@string/device_admin_add_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2228 | android:exported="true" |
Tsung-Mao Fang | efaf49c | 2021-06-29 14:40:31 +0800 | [diff] [blame] | 2229 | android:clearTaskOnLaunch="true" |
| 2230 | android:theme="@style/Theme.Settings.NoActionBar"> |
Tsung-Mao Fang | 56e9b25 | 2022-03-16 18:03:40 +0800 | [diff] [blame] | 2231 | <intent-filter android:priority="1000"> |
Dianne Hackborn | 2842903 | 2010-01-25 18:56:17 -0800 | [diff] [blame] | 2232 | <action android:name="android.app.action.ADD_DEVICE_ADMIN" /> |
| 2233 | <category android:name="android.intent.category.DEFAULT" /> |
| 2234 | </intent-filter> |
| 2235 | </activity> |
| 2236 | |
Michael Wachenschwanz | 35eef60 | 2019-04-25 16:07:39 -0700 | [diff] [blame] | 2237 | <activity android:name=".applications.specialaccess.deviceadmin.ProfileOwnerAdd" |
| 2238 | android:excludeFromRecents="true" |
| 2239 | android:theme="@style/Transparent" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2240 | android:exported="true" |
Michael Wachenschwanz | 35eef60 | 2019-04-25 16:07:39 -0700 | [diff] [blame] | 2241 | android:clearTaskOnLaunch="true"> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2242 | <intent-filter android:priority="1000"> |
| 2243 | <action android:name="android.app.action.SET_PROFILE_OWNER" /> |
| 2244 | <category android:name="android.intent.category.DEFAULT" /> |
| 2245 | </intent-filter> |
Michael Wachenschwanz | 35eef60 | 2019-04-25 16:07:39 -0700 | [diff] [blame] | 2246 | </activity> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2247 | |
| 2248 | <activity |
| 2249 | android:name="Settings$UsageAccessSettingsActivity" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 2250 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2251 | android:exported="true" |
Fan Zhang | c7635e5 | 2019-03-04 14:27:08 -0800 | [diff] [blame] | 2252 | android:label="@string/usage_access_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2253 | <intent-filter android:priority="1"> |
| 2254 | <action android:name="android.settings.USAGE_ACCESS_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 2255 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2256 | <category android:name="android.intent.category.DEFAULT" /> |
| 2257 | </intent-filter> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 2258 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 2259 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 2260 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2261 | android:value="@string/menu_key_apps"/> |
Raff Tsai | 613f15a | 2020-01-05 21:56:35 +0800 | [diff] [blame] | 2262 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2263 | android:value="true" /> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 2264 | </activity> |
| 2265 | |
Fan Zhang | 104ee2e | 2018-09-20 16:21:53 -0700 | [diff] [blame] | 2266 | <activity |
| 2267 | android:name="Settings$AppUsageAccessSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2268 | android:exported="true" |
Arc Wang | 358dd2b | 2022-05-06 04:07:50 +0000 | [diff] [blame] | 2269 | android:label="@string/usage_access_title"> |
Fan Zhang | 104ee2e | 2018-09-20 16:21:53 -0700 | [diff] [blame] | 2270 | <intent-filter> |
| 2271 | <action android:name="android.settings.USAGE_ACCESS_SETTINGS"/> |
| 2272 | <category android:name="android.intent.category.DEFAULT"/> |
| 2273 | <data android:scheme="package"/> |
| 2274 | </intent-filter> |
| 2275 | <meta-data |
| 2276 | android:name="com.android.settings.FRAGMENT_CLASS" |
| 2277 | android:value="com.android.settings.applications.UsageAccessDetails"/> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 2278 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2279 | android:value="@string/menu_key_apps"/> |
Fan Zhang | 104ee2e | 2018-09-20 16:21:53 -0700 | [diff] [blame] | 2280 | </activity> |
| 2281 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2282 | <activity android:name="Settings$IccLockSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2283 | android:exported="true" |
Bonian Chen | cd1fd10 | 2020-02-10 02:38:25 +0800 | [diff] [blame] | 2284 | android:label="@string/sim_lock_settings"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2285 | <intent-filter> |
| 2286 | <action android:name="android.intent.action.MAIN" /> |
| 2287 | <category android:name="android.intent.category.DEFAULT" /> |
| 2288 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 2289 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2290 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2291 | android:value="com.android.settings.IccLockSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 2292 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2293 | android:value="@string/menu_key_security"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2294 | </activity> |
| 2295 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2296 | <activity |
| 2297 | android:name="Settings$AccessibilitySettingsActivity" |
| 2298 | android:label="@string/accessibility_settings" |
| 2299 | android:icon="@drawable/ic_homepage_accessibility" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2300 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2301 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2302 | <intent-filter android:priority="1"> |
| 2303 | <action android:name="android.settings.ACCESSIBILITY_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 2304 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2305 | <category android:name="android.intent.category.DEFAULT" /> |
| 2306 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 2307 | <intent-filter android:priority="60"> |
svetoslavganov | a05d0dc | 2009-05-14 22:26:34 -0700 | [diff] [blame] | 2308 | <action android:name="android.intent.action.MAIN" /> |
Costin Manolache | 672b3c6 | 2011-07-21 10:38:15 -0700 | [diff] [blame] | 2309 | <category android:name="com.android.settings.SHORTCUT" /> |
svetoslavganov | a05d0dc | 2009-05-14 22:26:34 -0700 | [diff] [blame] | 2310 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 2311 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Alan Viverette | 341ff66 | 2013-07-18 17:49:33 -0700 | [diff] [blame] | 2312 | android:value="com.android.settings.accessibility.AccessibilitySettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 2313 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2314 | android:value="@string/menu_key_accessibility"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2315 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2316 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 2317 | </activity> |
Michael Chan | 732c1da | 2010-04-06 14:49:30 -0700 | [diff] [blame] | 2318 | |
Jackal Guo | 2936551 | 2019-02-14 15:19:53 +0800 | [diff] [blame] | 2319 | <activity |
| 2320 | android:name="Settings$AccessibilityDetailsSettingsActivity" |
| 2321 | android:label="@string/accessibility_settings" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2322 | android:exported="true" |
Jackal Guo | 2936551 | 2019-02-14 15:19:53 +0800 | [diff] [blame] | 2323 | android:permission="android.permission.OPEN_ACCESSIBILITY_DETAILS_SETTINGS"> |
| 2324 | <intent-filter android:priority="1"> |
| 2325 | <action android:name="android.settings.ACCESSIBILITY_DETAILS_SETTINGS" /> |
| 2326 | <category android:name="android.intent.category.DEFAULT" /> |
| 2327 | </intent-filter> |
| 2328 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2329 | android:value="com.android.settings.accessibility.AccessibilityDetailsSettingsFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 2330 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2331 | android:value="@string/menu_key_accessibility"/> |
Jackal Guo | 2936551 | 2019-02-14 15:19:53 +0800 | [diff] [blame] | 2332 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2333 | android:value="true" /> |
| 2334 | </activity> |
| 2335 | |
Riley Jones | 4e19550 | 2024-01-04 00:06:18 +0000 | [diff] [blame] | 2336 | <activity |
| 2337 | android:name="Settings$AccessibilityEditShortcutsActivity" |
| 2338 | android:label="@string/accessibility_settings" |
| 2339 | android:exported="true" |
| 2340 | android:permission="android.permission.MANAGE_ACCESSIBILITY"> |
| 2341 | <intent-filter android:priority="1"> |
| 2342 | <action android:name="android.settings.ACCESSIBILITY_SHORTCUT_SETTINGS" /> |
| 2343 | <category android:name="android.intent.category.DEFAULT" /> |
| 2344 | </intent-filter> |
| 2345 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2346 | android:value="com.android.settings.accessibility.shortcuts.EditShortcutsPreferenceFragment" /> |
| 2347 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2348 | android:value="@string/menu_key_accessibility"/> |
| 2349 | </activity> |
| 2350 | |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 2351 | <activity android:name=".accessibility.AccessibilitySettingsForSetupWizardActivity" |
Maurice Lam | f3c5b4d | 2017-06-08 20:17:18 -0700 | [diff] [blame] | 2352 | android:icon="@drawable/ic_accessibility_suggestion" |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 2353 | android:label="@string/vision_settings_title" |
Peter_Liang | d2fc78d | 2022-03-09 21:17:35 +0800 | [diff] [blame] | 2354 | android:exported="true"> |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 2355 | <intent-filter android:priority="1"> |
| 2356 | <action android:name="android.settings.ACCESSIBILITY_SETTINGS_FOR_SUW" /> |
| 2357 | <category android:name="android.intent.category.DEFAULT" /> |
| 2358 | </intent-filter> |
cnchen | 7a83d51 | 2019-05-06 10:19:10 +0800 | [diff] [blame] | 2359 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2360 | android:value="com.android.settings.accessibility.AccessibilitySettingsForSetupWizard" /> |
| 2361 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2362 | android:value="true" /> |
| 2363 | </activity> |
| 2364 | |
| 2365 | <activity-alias |
| 2366 | android:name=".FontSizeSettingsForSetupWizardActivity" |
| 2367 | android:exported="true" |
| 2368 | android:targetActivity=".accessibility.AccessibilitySettingsForSetupWizardActivity"> |
Maurice Lam | f3c5b4d | 2017-06-08 20:17:18 -0700 | [diff] [blame] | 2369 | <intent-filter> |
| 2370 | <action android:name="android.intent.action.MAIN" /> |
Maurice Lam | f3c5b4d | 2017-06-08 20:17:18 -0700 | [diff] [blame] | 2371 | </intent-filter> |
| 2372 | <meta-data android:name="com.android.settings.title" |
| 2373 | android:resource="@string/vision_settings_suggestion_title" /> |
Maurice Lam | 992fa86 | 2017-06-09 16:14:36 -0700 | [diff] [blame] | 2374 | <meta-data android:name="com.android.settings.icon_tintable" |
| 2375 | android:value="true" /> |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 2376 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2377 | android:value="com.android.settings.accessibility.AccessibilitySettingsForSetupWizard" /> |
cnchen | 7a83d51 | 2019-05-06 10:19:10 +0800 | [diff] [blame] | 2378 | </activity-alias> |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 2379 | |
Peter_Liang | efb44b7 | 2022-01-25 09:05:23 +0800 | [diff] [blame] | 2380 | <activity-alias |
| 2381 | android:name=".TextReadingForSetupWizardActivity" |
| 2382 | android:exported="true" |
| 2383 | android:icon="@drawable/ic_font_download" |
| 2384 | android:targetActivity=".accessibility.AccessibilitySettingsForSetupWizardActivity"> |
| 2385 | <intent-filter> |
| 2386 | <action android:name="android.intent.action.MAIN" /> |
| 2387 | <!-- TODO(b/1352717): Consider replacing it with another category, temporarily |
| 2388 | using an older one to avoid side problems. --> |
| 2389 | <category android:name="com.android.settings.suggested.category.DISPLAY_SETTINGS" /> |
| 2390 | </intent-filter> |
| 2391 | |
| 2392 | <meta-data |
| 2393 | android:name="com.android.settings.title" |
Peter_Liang | 61264d0 | 2022-02-12 17:36:20 +0800 | [diff] [blame] | 2394 | android:resource="@string/accessibility_text_reading_options_suggestion_title" /> |
Peter_Liang | efb44b7 | 2022-01-25 09:05:23 +0800 | [diff] [blame] | 2395 | <meta-data |
| 2396 | android:name="com.android.settings.icon_tintable" |
| 2397 | android:value="true" /> |
| 2398 | <meta-data |
| 2399 | android:name="com.android.settings.FRAGMENT_CLASS" |
| 2400 | android:value="com.android.settings.accessibility.TextReadingPreferenceFragmentForSetupWizard" /> |
| 2401 | </activity-alias> |
| 2402 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2403 | <activity |
menghanli | 3871438 | 2022-09-28 13:14:51 +0800 | [diff] [blame] | 2404 | android:name="Settings$TextReadingSettingsActivity" |
| 2405 | android:exported="true" |
| 2406 | android:label="@string/accessibility_text_reading_options_title"> |
| 2407 | <intent-filter> |
menghanli | 0d2c2c4 | 2022-10-05 12:14:53 +0800 | [diff] [blame] | 2408 | <action android:name="android.settings.TEXT_READING_SETTINGS" /> |
menghanli | 3871438 | 2022-09-28 13:14:51 +0800 | [diff] [blame] | 2409 | <category android:name="android.intent.category.DEFAULT" /> |
| 2410 | </intent-filter> |
| 2411 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2412 | android:value="com.android.settings.accessibility.TextReadingPreferenceFragment" /> |
| 2413 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2414 | android:value="@string/menu_key_accessibility"/> |
| 2415 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2416 | android:value="true" /> |
| 2417 | </activity> |
| 2418 | |
| 2419 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2420 | android:name="Settings$AccessibilityDaltonizerSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2421 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2422 | android:label="@string/accessibility_display_daltonizer_preference_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2423 | <intent-filter android:priority="1"> |
| 2424 | <action android:name="com.android.settings.ACCESSIBILITY_COLOR_SPACE_SETTINGS" /> |
| 2425 | <category android:name="android.intent.category.DEFAULT" /> |
| 2426 | </intent-filter> |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 2427 | <intent-filter> |
| 2428 | <action android:name="android.intent.action.MAIN" /> |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 2429 | <category android:name="android.intent.category.DEFAULT" /> |
| 2430 | </intent-filter> |
| 2431 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2432 | android:value="com.android.settings.accessibility.ToggleDaltonizerPreferenceFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 2433 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2434 | android:value="@string/menu_key_accessibility"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2435 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2436 | android:value="true" /> |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 2437 | </activity> |
| 2438 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2439 | <activity |
Sally | 9fe91b9 | 2020-10-16 22:45:27 +0000 | [diff] [blame] | 2440 | android:name="Settings$ReduceBrightColorsSettingsActivity" |
| 2441 | android:exported="true" |
| 2442 | android:label="@string/reduce_bright_colors_preference_title"> |
| 2443 | <intent-filter android:priority="1"> |
| 2444 | <action android:name="android.settings.REDUCE_BRIGHT_COLORS_SETTINGS" /> |
| 2445 | <category android:name="android.intent.category.DEFAULT" /> |
| 2446 | </intent-filter> |
| 2447 | <intent-filter> |
| 2448 | <action android:name="android.intent.action.MAIN" /> |
| 2449 | <category android:name="android.intent.category.DEFAULT" /> |
| 2450 | </intent-filter> |
| 2451 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2452 | android:value="com.android.settings.accessibility.ToggleReduceBrightColorsPreferenceFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 2453 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2454 | android:value="@string/menu_key_accessibility"/> |
Sally | 9fe91b9 | 2020-10-16 22:45:27 +0000 | [diff] [blame] | 2455 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2456 | android:value="true" /> |
| 2457 | </activity> |
| 2458 | |
| 2459 | <activity |
jasonwshsu | 9fcd1f9 | 2021-10-08 15:43:08 +0800 | [diff] [blame] | 2460 | android:name="Settings$AccessibilityInversionSettingsActivity" |
| 2461 | android:exported="true" |
| 2462 | android:label="@string/accessibility_display_inversion_preference_title"> |
| 2463 | <intent-filter android:priority="1"> |
| 2464 | <action android:name="android.settings.COLOR_INVERSION_SETTINGS" /> |
| 2465 | <category android:name="android.intent.category.DEFAULT" /> |
| 2466 | </intent-filter> |
| 2467 | <intent-filter> |
| 2468 | <action android:name="android.intent.action.MAIN" /> |
| 2469 | <category android:name="android.intent.category.DEFAULT" /> |
| 2470 | </intent-filter> |
| 2471 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2472 | android:value="com.android.settings.accessibility.ToggleColorInversionPreferenceFragment" /> |
| 2473 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2474 | android:value="@string/menu_key_accessibility"/> |
| 2475 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2476 | android:value="true" /> |
| 2477 | </activity> |
| 2478 | |
| 2479 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2480 | android:name="Settings$CaptioningSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2481 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2482 | android:label="@string/accessibility_captioning_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2483 | <intent-filter android:priority="1"> |
| 2484 | <action android:name="android.settings.CAPTIONING_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 2485 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2486 | <category android:name="android.intent.category.DEFAULT" /> |
| 2487 | </intent-filter> |
Alan Viverette | cc0e782 | 2013-08-06 13:53:58 -0700 | [diff] [blame] | 2488 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
menghanli | e571256 | 2022-08-01 16:47:12 +0800 | [diff] [blame] | 2489 | android:value="com.android.settings.accessibility.CaptioningPropertiesFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 2490 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2491 | android:value="@string/menu_key_accessibility"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2492 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2493 | android:value="true" /> |
Alan Viverette | cc0e782 | 2013-08-06 13:53:58 -0700 | [diff] [blame] | 2494 | </activity> |
| 2495 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2496 | <activity |
menghanli | 3c62eb1 | 2022-10-04 08:13:16 +0800 | [diff] [blame] | 2497 | android:name="Settings$ColorAndMotionActivity" |
| 2498 | android:exported="true" |
| 2499 | android:label="@string/accessibility_color_and_motion_title"> |
| 2500 | <intent-filter> |
menghanli | 0d2c2c4 | 2022-10-05 12:14:53 +0800 | [diff] [blame] | 2501 | <action android:name="android.settings.ACCESSIBILITY_COLOR_MOTION_SETTINGS" /> |
menghanli | 3c62eb1 | 2022-10-04 08:13:16 +0800 | [diff] [blame] | 2502 | <category android:name="android.intent.category.DEFAULT" /> |
| 2503 | </intent-filter> |
| 2504 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2505 | android:value="com.android.settings.accessibility.ColorAndMotionFragment" /> |
| 2506 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2507 | android:value="@string/menu_key_accessibility"/> |
| 2508 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2509 | android:value="true" /> |
| 2510 | </activity> |
| 2511 | |
| 2512 | <activity |
marcusge | cddd7b3 | 2024-02-09 00:03:00 +0000 | [diff] [blame] | 2513 | android:name="Settings$ColorContrastActivity" |
| 2514 | android:exported="true" |
| 2515 | android:label="@string/accessibility_color_contrast_title"> |
| 2516 | <intent-filter> |
| 2517 | <action android:name="android.settings.ACCESSIBILITY_COLOR_CONTRAST_SETTINGS" /> |
| 2518 | <category android:name="android.intent.category.DEFAULT" /> |
| 2519 | </intent-filter> |
| 2520 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2521 | android:value="com.android.settings.accessibility.ColorContrastFragment" /> |
| 2522 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2523 | android:value="@string/menu_key_accessibility"/> |
| 2524 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2525 | android:value="true" /> |
| 2526 | </activity> |
| 2527 | |
| 2528 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2529 | android:name="Settings$TextToSpeechSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2530 | android:exported="true" |
Fan Zhang | bcd8a25 | 2019-04-29 13:35:20 -0700 | [diff] [blame] | 2531 | android:label="@string/tts_settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2532 | <intent-filter android:priority="1"> |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 2533 | <action android:name="com.android.settings.TTS_SETTINGS" /> |
Dianne Hackborn | 116d85e | 2009-06-26 18:20:23 -0700 | [diff] [blame] | 2534 | <category android:name="android.intent.category.DEFAULT" /> |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 2535 | </intent-filter> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 2536 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Narayan Kamath | fdd94d8 | 2011-11-04 16:12:27 +0000 | [diff] [blame] | 2537 | android:value="com.android.settings.tts.TextToSpeechSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 2538 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2539 | android:value="@string/menu_key_accessibility"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2540 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2541 | android:value="true" /> |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 2542 | </activity> |
| 2543 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2544 | <activity |
| 2545 | android:name="Settings$EnterprisePrivacySettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2546 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2547 | android:label="@string/enterprise_privacy_settings"> |
Bartosz Fabianowski | 0e4a1e5 | 2016-11-28 19:16:34 +0100 | [diff] [blame] | 2548 | <intent-filter> |
| 2549 | <action android:name="android.settings.ENTERPRISE_PRIVACY_SETTINGS" /> |
| 2550 | <category android:name="android.intent.category.DEFAULT" /> |
| 2551 | </intent-filter> |
Bartosz Fabianowski | 05061fc | 2016-11-14 12:04:49 +0100 | [diff] [blame] | 2552 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2553 | android:value="com.android.settings.enterprise.EnterprisePrivacySettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 2554 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2555 | android:value="@string/menu_key_privacy"/> |
Bartosz Fabianowski | 05061fc | 2016-11-14 12:04:49 +0100 | [diff] [blame] | 2556 | </activity> |
| 2557 | |
Jim Miller | 9757e30 | 2010-12-17 18:23:23 -0800 | [diff] [blame] | 2558 | <!-- Lock screen settings --> |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2559 | <activity android:name=".password.ConfirmDeviceCredentialActivity" |
Amith Yamasani | 39fb062 | 2014-12-17 10:52:52 -0800 | [diff] [blame] | 2560 | android:exported="true" |
Mill Chen | 078af33 | 2019-04-04 15:39:27 -0700 | [diff] [blame] | 2561 | android:taskAffinity="com.android.settings.workmode" |
Kevin Chyn | b3ee231 | 2018-10-04 15:01:43 -0700 | [diff] [blame] | 2562 | android:theme="@android:style/Theme.Translucent.NoTitleBar"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2563 | <intent-filter android:priority="1"> |
Jim Miller | 75fe9e0 | 2014-08-13 14:52:52 -0700 | [diff] [blame] | 2564 | <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL" /> |
Adrian Roos | 5a9a3cd | 2017-03-30 18:02:25 -0700 | [diff] [blame] | 2565 | <action android:name="android.app.action.CONFIRM_FRP_CREDENTIAL" /> |
Rhed Jao | f01b99e | 2023-05-18 11:16:22 +0000 | [diff] [blame] | 2566 | <action android:name="android.app.action.PREPARE_REPAIR_MODE_DEVICE_CREDENTIAL" /> |
Rhed Jao | b7a4a7d | 2023-04-17 11:39:40 +0000 | [diff] [blame] | 2567 | <action android:name="android.app.action.CONFIRM_REPAIR_MODE_DEVICE_CREDENTIAL" /> |
Jim Miller | 75fe9e0 | 2014-08-13 14:52:52 -0700 | [diff] [blame] | 2568 | <category android:name="android.intent.category.DEFAULT" /> |
| 2569 | </intent-filter> |
Jay Civelli | 09b5228 | 2014-07-10 17:27:07 -0700 | [diff] [blame] | 2570 | </activity> |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2571 | <!-- Activity alias for compatibility --> |
| 2572 | <activity-alias android:name=".ConfirmDeviceCredentialActivity" |
| 2573 | android:targetActivity=".password.ConfirmDeviceCredentialActivity" |
| 2574 | android:exported="true" /> |
Brian Lee | d4f8e58 | 2022-12-05 15:58:01 -0800 | [diff] [blame] | 2575 | <!-- Activity alias for remote lockscreen validation. Enforces required permission --> |
| 2576 | <activity-alias |
| 2577 | android:name=".ConfirmRemoteDeviceCredentialActivity" |
| 2578 | android:targetActivity=".password.ConfirmDeviceCredentialActivity" |
| 2579 | android:permission="android.permission.CHECK_REMOTE_LOCKSCREEN" |
| 2580 | android:exported="true"> |
| 2581 | <intent-filter> |
| 2582 | <action android:name="android.app.action.CONFIRM_REMOTE_DEVICE_CREDENTIAL"/> |
| 2583 | <category android:name="android.intent.category.DEFAULT" /> |
| 2584 | </intent-filter> |
| 2585 | </activity-alias> |
Jay Civelli | 09b5228 | 2014-07-10 17:27:07 -0700 | [diff] [blame] | 2586 | |
Clara Bayarri | c5cde05 | 2015-10-22 17:24:43 +0100 | [diff] [blame] | 2587 | <!-- Note this must not be exported since it authenticates the given user --> |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2588 | <activity android:name=".password.ConfirmDeviceCredentialActivity$InternalActivity" |
Clara Bayarri | c5cde05 | 2015-10-22 17:24:43 +0100 | [diff] [blame] | 2589 | android:exported="false" |
| 2590 | android:permission="android.permission.MANAGE_USERS" |
Mill Chen | 078af33 | 2019-04-04 15:39:27 -0700 | [diff] [blame] | 2591 | android:taskAffinity="com.android.settings.workmode" |
Kevin Chyn | 127da9c | 2018-11-09 16:13:53 -0800 | [diff] [blame] | 2592 | android:theme="@android:style/Theme.Translucent.NoTitleBar"> |
Clara Bayarri | c5cde05 | 2015-10-22 17:24:43 +0100 | [diff] [blame] | 2593 | <intent-filter android:priority="1"> |
| 2594 | <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL_WITH_USER" /> |
| 2595 | <category android:name="android.intent.category.DEFAULT" /> |
| 2596 | </intent-filter> |
| 2597 | </activity> |
| 2598 | |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 2599 | <activity android:name=".SetupRedactionInterstitial" |
Udam Saini | dd05ab7 | 2016-03-21 17:35:08 -0700 | [diff] [blame] | 2600 | android:enabled="false" |
| 2601 | android:exported="true" |
pastychang | 7961482 | 2019-01-03 10:12:54 +0800 | [diff] [blame] | 2602 | android:theme="@style/SudThemeGlif.DayNight" |
Maurice Lam | 43366f1 | 2016-08-05 16:57:59 -0700 | [diff] [blame] | 2603 | android:label="@string/lock_screen_notifications_interstitial_title" |
Udam Saini | dd05ab7 | 2016-03-21 17:35:08 -0700 | [diff] [blame] | 2604 | android:icon="@drawable/ic_suggested_notifications"> |
| 2605 | <intent-filter> |
| 2606 | <action android:name="android.intent.action.MAIN" /> |
Maurice Lam | 4331a2e | 2017-06-07 20:59:51 -0700 | [diff] [blame] | 2607 | <category android:name="com.android.settings.suggested.category.LOCK_SCREEN_REDACTION" /> |
Udam Saini | dd05ab7 | 2016-03-21 17:35:08 -0700 | [diff] [blame] | 2608 | </intent-filter> |
| 2609 | <meta-data android:name="com.android.settings.require_user_type" |
| 2610 | android:value="primary" /> |
| 2611 | <meta-data android:name="com.android.settings.title" |
| 2612 | android:resource="@string/notification_suggestion_title" /> |
| 2613 | <meta-data android:name="com.android.settings.summary" |
| 2614 | android:resource="@string/notification_suggestion_summary" /> |
Maurice Lam | 992fa86 | 2017-06-09 16:14:36 -0700 | [diff] [blame] | 2615 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
Udam Saini | dd05ab7 | 2016-03-21 17:35:08 -0700 | [diff] [blame] | 2616 | </activity> |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 2617 | |
Maurice Lam | d189ac5 | 2016-06-15 13:39:34 -0700 | [diff] [blame] | 2618 | <activity android:name=".notification.RedactionInterstitial" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2619 | android:theme="@style/GlifTheme.Light" /> |
Chris Wren | 51ae332 | 2014-08-28 15:45:31 -0400 | [diff] [blame] | 2620 | |
| 2621 | <activity android:name=".notification.RedactionSettingsStandalone" |
| 2622 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2623 | <intent-filter android:priority="1"> |
Chris Wren | 51ae332 | 2014-08-28 15:45:31 -0400 | [diff] [blame] | 2624 | <action android:name="android.settings.ACTION_APP_NOTIFICATION_REDACTION" /> |
| 2625 | <category android:name="android.intent.category.DEFAULT" /> |
| 2626 | </intent-filter> |
| 2627 | </activity> |
Jay Civelli | 09b5228 | 2014-07-10 17:27:07 -0700 | [diff] [blame] | 2628 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2629 | <activity android:name=".password.ConfirmLockPattern" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2630 | android:theme="@style/GlifTheme.Light"/> |
Michael Chan | 503c236 | 2009-12-08 22:18:23 -0800 | [diff] [blame] | 2631 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2632 | <activity android:name=".password.ConfirmLockPassword" |
Jorim Jaggi | ff41a9a | 2015-06-09 15:31:28 -0700 | [diff] [blame] | 2633 | android:windowSoftInputMode="stateHidden|adjustResize" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2634 | android:theme="@style/GlifTheme.Light"/> |
Jim Miller | 9757e30 | 2010-12-17 18:23:23 -0800 | [diff] [blame] | 2635 | |
Pavel Grafov | 04f783c | 2020-02-13 21:39:37 +0000 | [diff] [blame] | 2636 | <activity android:name=".password.ForgotPasswordActivity" |
Oli Thompson | cff34af | 2022-10-31 14:27:17 +0000 | [diff] [blame] | 2637 | android:theme="@style/GlifV3Theme.DayNight" |
Pavel Grafov | 04f783c | 2020-02-13 21:39:37 +0000 | [diff] [blame] | 2638 | android:exported="false"/> |
| 2639 | |
Joe Bolinger | a8808f7 | 2021-06-10 13:36:38 -0700 | [diff] [blame] | 2640 | <activity android:name=".biometrics.face.FaceEnrollParentalConsent" |
| 2641 | android:exported="false" |
| 2642 | android:screenOrientation="portrait"/> |
| 2643 | |
Kevin Chyn | 22b4edd | 2018-07-30 19:20:01 -0700 | [diff] [blame] | 2644 | <activity android:name=".biometrics.face.FaceEnrollIntroduction" |
Yuri Ufimtsev | be98245 | 2022-03-09 09:49:15 +0000 | [diff] [blame] | 2645 | android:exported="true" |
Jason Chang | 710a3dd | 2024-04-01 07:58:04 +0000 | [diff] [blame^] | 2646 | android:theme="@style/GlifV4Theme.DayNight" |
MiltonWu | bb544ff | 2023-12-14 06:49:16 +0000 | [diff] [blame] | 2647 | android:screenOrientation="nosensor"> |
Curtis Belmonte | 3de8abe | 2021-11-02 14:03:47 -0700 | [diff] [blame] | 2648 | <intent-filter> |
| 2649 | <action android:name="android.settings.FACE_ENROLL"/> |
| 2650 | <category android:name="android.intent.category.DEFAULT"/> |
| 2651 | </intent-filter> |
| 2652 | </activity> |
Kevin Chyn | 22b4edd | 2018-07-30 19:20:01 -0700 | [diff] [blame] | 2653 | |
Yuri Ufimtsev | be98245 | 2022-03-09 09:49:15 +0000 | [diff] [blame] | 2654 | <activity android:name=".biometrics.face.FaceEnrollIntroductionInternal" |
| 2655 | android:exported="false" |
MiltonWu | bb544ff | 2023-12-14 06:49:16 +0000 | [diff] [blame] | 2656 | android:screenOrientation="nosensor" |
Jason Chang | 710a3dd | 2024-04-01 07:58:04 +0000 | [diff] [blame^] | 2657 | android:theme="@style/GlifV4Theme.DayNight" |
Yuri Ufimtsev | be98245 | 2022-03-09 09:49:15 +0000 | [diff] [blame] | 2658 | android:taskAffinity="com.android.settings.root" /> |
| 2659 | |
joshmccloskey | 0458262 | 2019-05-06 21:42:14 -0700 | [diff] [blame] | 2660 | <activity android:name=".biometrics.face.FaceEnrollEducation" |
| 2661 | android:exported="false" |
Jason Chang | 710a3dd | 2024-04-01 07:58:04 +0000 | [diff] [blame^] | 2662 | android:theme="@style/GlifV4Theme.DayNight" |
MiltonWu | bb544ff | 2023-12-14 06:49:16 +0000 | [diff] [blame] | 2663 | android:screenOrientation="nosensor"/> |
joshmccloskey | 0458262 | 2019-05-06 21:42:14 -0700 | [diff] [blame] | 2664 | |
Kevin Chyn | 22b4edd | 2018-07-30 19:20:01 -0700 | [diff] [blame] | 2665 | <activity android:name=".biometrics.face.FaceEnrollEnrolling" |
| 2666 | android:exported="false" |
Jason Chang | 710a3dd | 2024-04-01 07:58:04 +0000 | [diff] [blame^] | 2667 | android:theme="@style/GlifV4Theme.DayNight" |
Kevin Chyn | 22b4edd | 2018-07-30 19:20:01 -0700 | [diff] [blame] | 2668 | android:screenOrientation="portrait"/> |
| 2669 | |
| 2670 | <activity android:name=".biometrics.face.FaceEnrollFinish" |
| 2671 | android:exported="false" |
Jason Chang | 710a3dd | 2024-04-01 07:58:04 +0000 | [diff] [blame^] | 2672 | android:theme="@style/GlifV4Theme.DayNight" |
Kevin Chyn | 22b4edd | 2018-07-30 19:20:01 -0700 | [diff] [blame] | 2673 | android:screenOrientation="portrait"/> |
Kevin Chyn | 4882e87 | 2018-06-25 17:58:31 -0700 | [diff] [blame] | 2674 | |
Joe Bolinger | fb515ed | 2021-06-16 14:07:37 -0700 | [diff] [blame] | 2675 | <activity android:name=".biometrics.BiometricHandoffActivity" |
Joe Bolinger | dde461d | 2021-12-01 00:59:57 +0000 | [diff] [blame] | 2676 | android:exported="false"/> |
Joe Bolinger | fb515ed | 2021-06-16 14:07:37 -0700 | [diff] [blame] | 2677 | |
Kevin Chyn | 5ab064f | 2019-04-12 15:19:12 -0700 | [diff] [blame] | 2678 | <!-- Must not be exported --> |
| 2679 | <activity android:name=".biometrics.BiometricEnrollActivity$InternalActivity" |
| 2680 | android:exported="false" |
| 2681 | android:theme="@style/GlifTheme.Light"/> |
| 2682 | |
Kevin Chyn | 66d09a4 | 2018-10-31 13:30:44 -0700 | [diff] [blame] | 2683 | <activity android:name=".biometrics.BiometricEnrollActivity" |
| 2684 | android:exported="true" |
Milton Wu | a4f3040 | 2022-04-18 17:18:57 +0800 | [diff] [blame] | 2685 | android:configChanges="orientation|screenSize|keyboard|keyboardHidden|smallestScreenSize|screenLayout|density" |
Kevin Chyn | 66d09a4 | 2018-10-31 13:30:44 -0700 | [diff] [blame] | 2686 | android:theme="@style/GlifTheme.Light"> |
| 2687 | <intent-filter> |
| 2688 | <action android:name="android.settings.BIOMETRIC_ENROLL" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 2689 | <category android:name="android.intent.category.BROWSABLE" /> |
Kevin Chyn | 66d09a4 | 2018-10-31 13:30:44 -0700 | [diff] [blame] | 2690 | <category android:name="android.intent.category.DEFAULT" /> |
| 2691 | </intent-filter> |
| 2692 | </activity> |
| 2693 | |
Yuri Ufimtsev | be98245 | 2022-03-09 09:49:15 +0000 | [diff] [blame] | 2694 | <activity android:name=".biometrics.fingerprint.FingerprintSettings" |
| 2695 | android:exported="false" |
| 2696 | android:taskAffinity="com.android.settings.root" /> |
Kevin Chyn | 871e55f | 2018-06-25 16:50:52 -0700 | [diff] [blame] | 2697 | <activity android:name=".biometrics.fingerprint.FingerprintEnrollFindSensor" android:exported="false"/> |
| 2698 | <activity android:name=".biometrics.fingerprint.FingerprintEnrollEnrolling" android:exported="false"/> |
| 2699 | <activity android:name=".biometrics.fingerprint.FingerprintEnrollFinish" android:exported="false"/> |
Joe Bolinger | a8808f7 | 2021-06-10 13:36:38 -0700 | [diff] [blame] | 2700 | <activity android:name=".biometrics.fingerprint.FingerprintEnrollParentalConsent" android:exported="false"/> |
Kevin Chyn | 871e55f | 2018-06-25 16:50:52 -0700 | [diff] [blame] | 2701 | <activity android:name=".biometrics.fingerprint.FingerprintEnrollIntroduction" |
Kevin Chyn | 42ae10e | 2017-10-13 16:34:05 -0700 | [diff] [blame] | 2702 | android:exported="true" |
| 2703 | android:theme="@style/GlifTheme.Light"> |
| 2704 | <intent-filter> |
| 2705 | <action android:name="android.settings.FINGERPRINT_ENROLL" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 2706 | <category android:name="android.intent.category.BROWSABLE" /> |
Kevin Chyn | 42ae10e | 2017-10-13 16:34:05 -0700 | [diff] [blame] | 2707 | <category android:name="android.intent.category.DEFAULT" /> |
| 2708 | </intent-filter> |
| 2709 | </activity> |
Maurice Lam | 8d1f9c9 | 2015-07-09 16:38:37 -0700 | [diff] [blame] | 2710 | |
Milton Wu | b9b8b8a | 2022-09-14 14:26:05 +0800 | [diff] [blame] | 2711 | <activity android:name=".biometrics2.ui.view.FingerprintEnrollmentActivity" |
| 2712 | android:exported="true" |
Milton Wu | bc2dbee | 2023-05-24 16:23:55 +0800 | [diff] [blame] | 2713 | android:theme="@style/GlifTheme.Light" /> |
| 2714 | |
| 2715 | <activity android:name=".biometrics2.ui.view.FingerprintEnrollmentActivity$InternalActivity" |
| 2716 | android:exported="false" |
| 2717 | android:theme="@style/GlifTheme.Light" |
| 2718 | android:taskAffinity="com.android.settings.root" /> |
| 2719 | |
| 2720 | <activity android:name=".biometrics2.ui.view.FingerprintEnrollmentActivity$SetupActivity" |
| 2721 | android:exported="true" |
Milton Wu | b9b8b8a | 2022-09-14 14:26:05 +0800 | [diff] [blame] | 2722 | android:permission="android.permission.MANAGE_FINGERPRINT" |
Milton Wu | bc2dbee | 2023-05-24 16:23:55 +0800 | [diff] [blame] | 2723 | android:theme="@style/GlifTheme.Light" /> |
Milton Wu | b9b8b8a | 2022-09-14 14:26:05 +0800 | [diff] [blame] | 2724 | |
Yuri Ufimtsev | be98245 | 2022-03-09 09:49:15 +0000 | [diff] [blame] | 2725 | <activity android:name=".biometrics.fingerprint.FingerprintEnrollIntroductionInternal" |
| 2726 | android:exported="false" |
| 2727 | android:theme="@style/GlifTheme.Light" |
| 2728 | android:taskAffinity="com.android.settings.root" /> |
| 2729 | |
Kevin Chyn | 871e55f | 2018-06-25 16:50:52 -0700 | [diff] [blame] | 2730 | <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFindSensor" android:exported="false"/> |
| 2731 | <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollEnrolling" android:exported="false"/> |
| 2732 | <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFinish" android:exported="false"/> |
| 2733 | <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollIntroduction" |
Maurice Lam | e1eaed0 | 2015-07-08 16:59:59 -0700 | [diff] [blame] | 2734 | android:exported="true" |
Maurice Lam | 8d1f9c9 | 2015-07-09 16:38:37 -0700 | [diff] [blame] | 2735 | android:permission="android.permission.MANAGE_FINGERPRINT" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2736 | android:theme="@style/GlifTheme.Light"> |
Maurice Lam | e1eaed0 | 2015-07-08 16:59:59 -0700 | [diff] [blame] | 2737 | <intent-filter> |
| 2738 | <action android:name="android.settings.FINGERPRINT_SETUP" /> |
| 2739 | <category android:name="android.intent.category.DEFAULT" /> |
| 2740 | </intent-filter> |
| 2741 | </activity> |
Jim Miller | 94d4bd9 | 2015-02-19 21:04:57 -0800 | [diff] [blame] | 2742 | |
Joshua McCloskey | 2e0244e | 2023-08-14 17:26:23 +0000 | [diff] [blame] | 2743 | |
| 2744 | <activity android:name=".biometrics.fingerprint2.ui.enrollment.activity.FingerprintEnrollmentV2Activity" |
Joshua McCloskey | 2407b40 | 2023-07-26 15:59:14 +0000 | [diff] [blame] | 2745 | android:exported="true" |
| 2746 | android:permission="android.permission.MANAGE_FINGERPRINT" |
| 2747 | android:theme="@style/GlifTheme.Light"> |
| 2748 | <intent-filter> |
| 2749 | <action android:name="android.settings.FINGERPRINT_SETUP" /> |
| 2750 | <category android:name="android.intent.category.DEFAULT" /> |
| 2751 | </intent-filter> |
| 2752 | </activity> |
| 2753 | |
Kevin Chyn | 871e55f | 2018-06-25 16:50:52 -0700 | [diff] [blame] | 2754 | <activity android:name=".biometrics.fingerprint.FingerprintSuggestionActivity" |
Maurice Lam | 34a181a | 2017-06-20 20:00:54 -0700 | [diff] [blame] | 2755 | android:exported="true" |
| 2756 | android:permission="android.permission.MANAGE_FINGERPRINT" |
| 2757 | android:icon="@drawable/ic_suggestion_fingerprint" |
| 2758 | android:theme="@style/GlifTheme.Light"> |
Maurice Lam | 34a181a | 2017-06-20 20:00:54 -0700 | [diff] [blame] | 2759 | <meta-data android:name="com.android.settings.require_feature" |
| 2760 | android:value="android.hardware.fingerprint" /> |
| 2761 | <meta-data android:name="com.android.settings.title" |
| 2762 | android:resource="@string/suggestion_additional_fingerprints" /> |
| 2763 | <meta-data android:name="com.android.settings.summary" |
| 2764 | android:resource="@string/suggestion_additional_fingerprints_summary" /> |
Maurice Lam | 34a181a | 2017-06-20 20:00:54 -0700 | [diff] [blame] | 2765 | </activity> |
| 2766 | |
cnchen | d215999 | 2019-03-22 19:48:04 +0800 | [diff] [blame] | 2767 | <activity-alias android:name=".SetupFingerprintSuggestionActivity" |
| 2768 | android:enabled="false" |
| 2769 | android:exported="true" |
| 2770 | android:targetActivity=".biometrics.fingerprint.FingerprintSuggestionActivity"> |
| 2771 | <intent-filter> |
| 2772 | <action android:name="android.intent.action.MAIN" /> |
| 2773 | <category android:name="com.android.settings.suggested.category.FINGERPRINT_ENROLL" /> |
| 2774 | </intent-filter> |
| 2775 | <meta-data android:name="com.android.settings.require_feature" |
| 2776 | android:value="android.hardware.fingerprint" /> |
| 2777 | <meta-data android:name="com.android.settings.title" |
| 2778 | android:resource="@string/suggestion_additional_fingerprints" /> |
| 2779 | <meta-data android:name="com.android.settings.summary" |
| 2780 | android:resource="@string/suggestion_additional_fingerprints_summary" /> |
Cating Lin | 84e6a47 | 2019-04-24 09:25:55 +0800 | [diff] [blame] | 2781 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
cnchen | d215999 | 2019-03-22 19:48:04 +0800 | [diff] [blame] | 2782 | </activity-alias> |
| 2783 | |
yuanjiahsu | 06466b0 | 2023-01-13 08:47:49 +0800 | [diff] [blame] | 2784 | <activity android:name=".biometrics.activeunlock.ActiveUnlockRequireBiometricSetup" android:exported="false"/> |
| 2785 | |
Justin McClain | 7e837fa | 2023-08-16 20:53:02 +0000 | [diff] [blame] | 2786 | <activity android:name=".remoteauth.RemoteAuthActivity" |
| 2787 | android:exported="true"> |
| 2788 | <intent-filter> |
| 2789 | <action android:name="android.settings.REMOTE_AUTHENTICATOR_ENROLL" /> |
| 2790 | <category android:name="android.intent.category.BROWSABLE" /> |
| 2791 | <category android:name="android.intent.category.DEFAULT" /> |
| 2792 | </intent-filter> |
| 2793 | </activity> |
| 2794 | <activity android:name=".remoteauth.RemoteAuthActivityInternal" |
| 2795 | android:exported="false" |
| 2796 | android:taskAffinity="com.android.settings.root" /> |
| 2797 | |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 2798 | <!-- Note this must not be exported since it returns the password in the intent --> |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2799 | <activity android:name=".password.ConfirmLockPattern$InternalActivity" |
Andres Morales | 02d5487 | 2015-04-14 11:33:45 -0700 | [diff] [blame] | 2800 | android:exported="false" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2801 | android:theme="@style/GlifTheme.Light"/> |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 2802 | |
| 2803 | <!-- Note this must not be exported since it returns the password in the intent --> |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2804 | <activity android:name=".password.ConfirmLockPassword$InternalActivity" |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 2805 | android:exported="false" |
Xiyuan Xia | 4a8edaf | 2015-05-20 14:26:15 -0700 | [diff] [blame] | 2806 | android:windowSoftInputMode="adjustResize" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2807 | android:theme="@style/GlifTheme.Light"/> |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 2808 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2809 | <activity android:name=".password.SetupChooseLockGeneric" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2810 | android:theme="@style/GlifTheme.Light" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2811 | android:exported="true" |
Lucky Zhang | 36ec274 | 2014-12-05 18:20:27 -0800 | [diff] [blame] | 2812 | android:label="@string/lock_settings_picker_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2813 | <intent-filter android:priority="1"> |
Maurice Lam | 52c75ba | 2014-11-25 14:06:38 -0800 | [diff] [blame] | 2814 | <action android:name="com.android.settings.SETUP_LOCK_SCREEN" /> |
| 2815 | <category android:name="android.intent.category.DEFAULT" /> |
| 2816 | </intent-filter> |
| 2817 | </activity> |
| 2818 | |
Doris Ling | 069d293 | 2018-11-13 14:54:26 -0800 | [diff] [blame] | 2819 | <activity android:name=".password.SetupChooseLockGeneric$InternalActivity" |
Doris Ling | 069d293 | 2018-11-13 14:54:26 -0800 | [diff] [blame] | 2820 | android:exported="false" |
| 2821 | android:excludeFromRecents="true" /> |
| 2822 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2823 | <activity android:name=".password.ChooseLockGeneric" |
Steven Ross | b7a9e95 | 2011-10-03 10:06:44 -0400 | [diff] [blame] | 2824 | android:label="@string/lockpassword_choose_lock_generic_header" |
Steven Ng | 4fdcec7 | 2016-09-26 22:13:08 +0100 | [diff] [blame] | 2825 | android:excludeFromRecents="true" |
| 2826 | android:exported="false" /> |
| 2827 | |
| 2828 | <activity android:name=".password.SetNewPasswordActivity" |
| 2829 | android:theme="@android:style/Theme.NoDisplay" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2830 | android:exported="true" |
Steven Ross | b7a9e95 | 2011-10-03 10:06:44 -0400 | [diff] [blame] | 2831 | android:excludeFromRecents="true" > |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2832 | <intent-filter android:priority="1"> |
Dianne Hackborn | abc3dc6 | 2010-01-20 13:40:19 -0800 | [diff] [blame] | 2833 | <action android:name="android.app.action.SET_NEW_PASSWORD" /> |
Benjamin Franz | ae07b50 | 2016-01-08 17:16:19 +0000 | [diff] [blame] | 2834 | <action android:name="android.app.action.SET_NEW_PARENT_PROFILE_PASSWORD" /> |
Dianne Hackborn | abc3dc6 | 2010-01-20 13:40:19 -0800 | [diff] [blame] | 2835 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2836 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2837 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2838 | android:value="true" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2839 | </activity> |
| 2840 | |
Fan Zhang | 31f699c | 2017-09-28 17:17:44 -0700 | [diff] [blame] | 2841 | <activity android:name=".password.ScreenLockSuggestionActivity" |
Joe Bolinger | 8d50828 | 2022-03-24 00:39:20 +0000 | [diff] [blame] | 2842 | android:exported="false" |
Mill Chen | 7195800 | 2019-01-23 10:44:39 +0800 | [diff] [blame] | 2843 | android:icon="@drawable/ic_suggestion_security"> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2844 | <intent-filter android:priority="1"> |
| 2845 | <action android:name="android.intent.action.MAIN" /> |
Raff Tsai | 7c83463 | 2019-03-22 12:00:00 +0800 | [diff] [blame] | 2846 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2847 | </intent-filter> |
Raff Tsai | 7c83463 | 2019-03-22 12:00:00 +0800 | [diff] [blame] | 2848 | <meta-data android:name="com.android.settings.dismiss" android:value="14" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2849 | <meta-data android:name="com.android.settings.title" |
| 2850 | android:resource="@string/suggested_lock_settings_title" /> |
| 2851 | <meta-data android:name="com.android.settings.summary" |
| 2852 | android:resource="@string/suggested_lock_settings_summary" /> |
Maurice Lam | 992fa86 | 2017-06-09 16:14:36 -0700 | [diff] [blame] | 2853 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
Udam Saini | 62a7280 | 2016-01-28 11:09:29 -0800 | [diff] [blame] | 2854 | </activity> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2855 | |
Kevin Chyn | 871e55f | 2018-06-25 16:50:52 -0700 | [diff] [blame] | 2856 | <activity android:name=".biometrics.fingerprint.FingerprintEnrollSuggestionActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2857 | android:exported="true" |
Udam Saini | aafbba1 | 2016-02-02 10:33:40 -0800 | [diff] [blame] | 2858 | android:icon="@drawable/ic_suggestion_fingerprint"> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2859 | <intent-filter android:priority="2"> |
| 2860 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | af91c1f | 2017-06-03 15:24:11 -0700 | [diff] [blame] | 2861 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2862 | </intent-filter> |
Raff Tsai | 165708d | 2019-03-21 15:46:48 +0800 | [diff] [blame] | 2863 | <meta-data android:name="com.android.settings.dismiss" android:value="14" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2864 | <meta-data android:name="com.android.settings.require_feature" |
| 2865 | android:value="android.hardware.fingerprint" /> |
| 2866 | <meta-data android:name="com.android.settings.title" |
TreeHugger Robot | a4e3c14 | 2016-07-12 21:42:03 +0000 | [diff] [blame] | 2867 | android:resource="@string/suggested_fingerprint_lock_settings_title" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2868 | <meta-data android:name="com.android.settings.summary" |
Udam Saini | aafbba1 | 2016-02-02 10:33:40 -0800 | [diff] [blame] | 2869 | android:resource="@string/suggested_fingerprint_lock_settings_summary" /> |
Doris Ling | ea85c0a | 2018-04-30 14:08:55 -0700 | [diff] [blame] | 2870 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
Udam Saini | 62a7280 | 2016-01-28 11:09:29 -0800 | [diff] [blame] | 2871 | </activity> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2872 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2873 | <activity android:name=".password.ChooseLockGeneric$InternalActivity" |
| 2874 | android:exported="false" |
Amith Yamasani | 6602677 | 2013-09-25 14:05:33 -0700 | [diff] [blame] | 2875 | android:label="@string/lockpassword_choose_lock_generic_header" |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2876 | android:excludeFromRecents="true" /> |
Amith Yamasani | 6602677 | 2013-09-25 14:05:33 -0700 | [diff] [blame] | 2877 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2878 | <activity android:name=".password.SetupChooseLockPattern" |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 2879 | android:exported="false" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2880 | android:theme="@style/GlifTheme.Light" /> |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 2881 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2882 | <activity android:name=".password.ChooseLockPattern" |
Maurice Lam | d189ac5 | 2016-06-15 13:39:34 -0700 | [diff] [blame] | 2883 | android:exported="false" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2884 | android:theme="@style/GlifTheme.Light" /> |
Dianne Hackborn | abc3dc6 | 2010-01-20 13:40:19 -0800 | [diff] [blame] | 2885 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2886 | <activity android:name=".password.SetupChooseLockPassword" |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 2887 | android:exported="false" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2888 | android:theme="@style/GlifTheme.Light" |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 2889 | android:windowSoftInputMode="stateVisible|adjustResize" /> |
| 2890 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2891 | <activity android:name=".password.ChooseLockPassword" |
Maurice Lam | d189ac5 | 2016-06-15 13:39:34 -0700 | [diff] [blame] | 2892 | android:exported="false" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2893 | android:theme="@style/GlifTheme.Light" |
Jim Miller | 165bf2f | 2011-01-26 16:10:26 -0800 | [diff] [blame] | 2894 | android:windowSoftInputMode="stateVisible|adjustResize"/> |
Jim Miller | 00d2476 | 2009-12-22 19:04:57 -0800 | [diff] [blame] | 2895 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2896 | <activity |
| 2897 | android:name=".Settings$StorageDashboardActivity" |
| 2898 | android:label="@string/storage_settings" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2899 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2900 | android:icon="@drawable/ic_homepage_storage"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2901 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2902 | <action android:name="android.settings.INTERNAL_STORAGE_SETTINGS" /> |
| 2903 | <action android:name="android.settings.MEMORY_CARD_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 2904 | <category android:name="android.intent.category.BROWSABLE" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2905 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2906 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 2907 | <intent-filter android:priority="50"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2908 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 2909 | <category android:name="com.android.settings.SHORTCUT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2910 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 2911 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Arc Wang | fadbe5b | 2021-03-19 17:58:34 +0800 | [diff] [blame] | 2912 | android:value="com.android.settings.deviceinfo.StorageDashboardFragment" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 2913 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2914 | android:value="@string/menu_key_storage"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2915 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2916 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 2917 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2918 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2919 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2920 | android:name="Settings$PublicVolumeSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2921 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2922 | android:label="@string/storage_settings_title"> |
Jeff Sharkey | 42833b2 | 2015-04-11 21:27:33 -0700 | [diff] [blame] | 2923 | <intent-filter> |
| 2924 | <action android:name="android.provider.action.DOCUMENT_ROOT_SETTINGS" /> |
| 2925 | <category android:name="android.intent.category.DEFAULT" /> |
| 2926 | <data |
| 2927 | android:scheme="content" |
| 2928 | android:host="com.android.externalstorage.documents" |
| 2929 | android:mimeType="vnd.android.document/root" /> |
| 2930 | </intent-filter> |
| 2931 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2932 | android:value="com.android.settings.deviceinfo.PublicVolumeSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 2933 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2934 | android:value="@string/menu_key_storage"/> |
Jeff Sharkey | 42833b2 | 2015-04-11 21:27:33 -0700 | [diff] [blame] | 2935 | </activity> |
Vasu Nori | 2180974 | 2011-01-25 13:39:16 -0800 | [diff] [blame] | 2936 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2937 | <activity |
| 2938 | android:name="Settings$PrivateVolumeForgetActivity" |
| 2939 | android:label="@string/storage_settings_title" |
| 2940 | android:exported="true" |
| 2941 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"> |
Jeff Sharkey | a16257d | 2015-04-28 13:41:01 -0700 | [diff] [blame] | 2942 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2943 | android:value="com.android.settings.deviceinfo.PrivateVolumeForget" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 2944 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2945 | android:value="@string/menu_key_storage"/> |
Jeff Sharkey | a16257d | 2015-04-28 13:41:01 -0700 | [diff] [blame] | 2946 | </activity> |
| 2947 | |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 2948 | <!-- Exported for SystemUI to launch into --> |
| 2949 | <activity android:name=".deviceinfo.StorageWizardInit" |
sayakiitg | 9b432d5 | 2022-01-12 10:45:33 +0000 | [diff] [blame] | 2950 | android:theme="@style/GlifTheme.Light" |
Jeff Sharkey | 2949a4a | 2015-04-14 16:44:34 -0700 | [diff] [blame] | 2951 | android:exported="true" |
| 2952 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 2953 | <activity android:name=".deviceinfo.StorageWizardFormatProgress" |
sayakiitg | 9b432d5 | 2022-01-12 10:45:33 +0000 | [diff] [blame] | 2954 | android:theme="@style/GlifTheme.Light" |
Sayak Dutta | 4314737 | 2022-09-14 06:50:17 +0000 | [diff] [blame] | 2955 | android:exported="false"/> |
Jeff Sharkey | 2af67a9 | 2018-04-01 18:25:54 -0600 | [diff] [blame] | 2956 | <activity android:name=".deviceinfo.StorageWizardFormatSlow" |
sayakiitg | 9b432d5 | 2022-01-12 10:45:33 +0000 | [diff] [blame] | 2957 | android:theme="@style/GlifTheme.Light" |
Sayak Dutta | 4314737 | 2022-09-14 06:50:17 +0000 | [diff] [blame] | 2958 | android:exported="false"/> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 2959 | <activity android:name=".deviceinfo.StorageWizardMigrateConfirm" |
sayakiitg | 9b432d5 | 2022-01-12 10:45:33 +0000 | [diff] [blame] | 2960 | android:theme="@style/GlifTheme.Light" |
Sayak Dutta | 4314737 | 2022-09-14 06:50:17 +0000 | [diff] [blame] | 2961 | android:exported="false"/> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 2962 | <activity android:name=".deviceinfo.StorageWizardMigrateProgress" |
sayakiitg | 9b432d5 | 2022-01-12 10:45:33 +0000 | [diff] [blame] | 2963 | android:theme="@style/GlifTheme.Light" |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 2964 | android:exported="true" |
| 2965 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 2966 | <activity android:name=".deviceinfo.StorageWizardReady" |
sayakiitg | 9b432d5 | 2022-01-12 10:45:33 +0000 | [diff] [blame] | 2967 | android:theme="@style/GlifTheme.Light" |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 2968 | android:exported="true" |
| 2969 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 2970 | |
| 2971 | <activity android:name=".deviceinfo.StorageWizardMoveConfirm" |
sayakiitg | 9b432d5 | 2022-01-12 10:45:33 +0000 | [diff] [blame] | 2972 | android:theme="@style/GlifTheme.Light" |
Sayak Dutta | 4314737 | 2022-09-14 06:50:17 +0000 | [diff] [blame] | 2973 | android:exported="false"/> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 2974 | <activity android:name=".deviceinfo.StorageWizardMoveProgress" |
sayakiitg | 9b432d5 | 2022-01-12 10:45:33 +0000 | [diff] [blame] | 2975 | android:theme="@style/GlifTheme.Light" |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 2976 | android:exported="true" |
| 2977 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 2978 | |
Jeff Sharkey | 2949a4a | 2015-04-14 16:44:34 -0700 | [diff] [blame] | 2979 | <!-- Exported for SystemUI to trigger --> |
| 2980 | <receiver android:name=".deviceinfo.StorageUnmountReceiver" |
| 2981 | android:exported="true" |
| 2982 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
| 2983 | |
Allen Su | f22d5e9 | 2023-08-24 04:23:58 +0000 | [diff] [blame] | 2984 | <receiver android:name=".localepicker.NotificationCancelReceiver" /> |
| 2985 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2986 | <activity android:name="Settings$ApnEditorActivity" |
Junda Liu | 76ad635 | 2017-02-03 16:39:23 -0800 | [diff] [blame] | 2987 | android:configChanges="orientation|keyboardHidden|screenSize" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2988 | android:exported="true" |
Amith Yamasani | 34bd7e6 | 2013-06-07 10:19:55 -0700 | [diff] [blame] | 2989 | android:label="@string/apn_edit"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2990 | <intent-filter> |
| 2991 | <action android:name="android.intent.action.VIEW" /> |
| 2992 | <action android:name="android.intent.action.EDIT" /> |
| 2993 | <category android:name="android.intent.category.DEFAULT" /> |
| 2994 | <data android:mimeType="vnd.android.cursor.item/telephony-carrier" /> |
| 2995 | </intent-filter> |
| 2996 | |
| 2997 | <intent-filter> |
| 2998 | <action android:name="android.intent.action.INSERT" /> |
| 2999 | <category android:name="android.intent.category.DEFAULT" /> |
| 3000 | <data android:mimeType="vnd.android.cursor.dir/telephony-carrier" /> |
| 3001 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 3002 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
tom hsu | 2fd7c9f | 2020-09-30 21:46:27 +0800 | [diff] [blame] | 3003 | android:value="com.android.settings.network.apn.ApnEditor" /> |
Jason Chiu | ae5327d | 2021-11-04 17:09:53 +0800 | [diff] [blame] | 3004 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3005 | android:value="@string/menu_key_network"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 3006 | </activity> |
| 3007 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3008 | <activity |
Chaohui Wang | ee7139a | 2023-11-24 00:15:17 +0800 | [diff] [blame] | 3009 | android:name="Settings$DevelopmentSettingsActivity" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3010 | android:label="@string/development_settings_title" |
| 3011 | android:icon="@drawable/ic_settings_development" |
Chaohui Wang | ee7139a | 2023-11-24 00:15:17 +0800 | [diff] [blame] | 3012 | android:exported="true"> |
Fan Zhang | 4c26da9 | 2017-09-08 15:29:54 -0700 | [diff] [blame] | 3013 | <intent-filter android:priority="1"> |
| 3014 | <action android:name="android.settings.APPLICATION_DEVELOPMENT_SETTINGS" /> |
| 3015 | <action android:name="com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS" /> |
Joshua Duong | 2972bfa | 2020-04-10 00:22:04 -0700 | [diff] [blame] | 3016 | <action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES"/> |
Fan Zhang | 4c26da9 | 2017-09-08 15:29:54 -0700 | [diff] [blame] | 3017 | <category android:name="android.intent.category.DEFAULT" /> |
| 3018 | </intent-filter> |
Fan Zhang | 9980096 | 2018-08-08 11:12:03 -0700 | [diff] [blame] | 3019 | <intent-filter> |
Aurélien Pomini | 649c508 | 2023-02-10 14:56:57 +0000 | [diff] [blame] | 3020 | <action android:name="com.android.intent.action.SHOW_CONTRAST_DIALOG" /> |
Fan Zhang | 4c26da9 | 2017-09-08 15:29:54 -0700 | [diff] [blame] | 3021 | </intent-filter> |
Fan Zhang | 4c26da9 | 2017-09-08 15:29:54 -0700 | [diff] [blame] | 3022 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3023 | android:value="com.android.settings.development.DevelopmentSettingsDashboardFragment" /> |
Chaohui Wang | d5d53c1 | 2023-11-30 20:45:12 +0800 | [diff] [blame] | 3024 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3025 | android:value="@string/menu_key_system"/> |
Anthony Alridge | 1d83f83 | 2024-01-26 12:50:44 +0000 | [diff] [blame] | 3026 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3027 | android:value="true" /> |
Fan Zhang | 6359a19 | 2017-05-11 16:04:09 -0700 | [diff] [blame] | 3028 | </activity> |
| 3029 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3030 | <activity |
| 3031 | android:name="Settings$PrintSettingsActivity" |
| 3032 | android:label="@string/print_settings" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3033 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3034 | android:icon="@drawable/ic_settings_print"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3035 | <intent-filter android:priority="1"> |
| 3036 | <action android:name="android.settings.ACTION_PRINT_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 3037 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3038 | <category android:name="android.intent.category.DEFAULT" /> |
| 3039 | </intent-filter> |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 3040 | <intent-filter> |
| 3041 | <action android:name="android.intent.action.MAIN" /> |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 3042 | <category android:name="android.intent.category.DEFAULT" /> |
| 3043 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 3044 | </intent-filter> |
| 3045 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3046 | android:value="com.android.settings.print.PrintSettingsFragment" /> |
Jason Chiu | ae5327d | 2021-11-04 17:09:53 +0800 | [diff] [blame] | 3047 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3048 | android:value="@string/menu_key_connected_devices"/> |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 3049 | </activity> |
| 3050 | |
Svetoslav | d9f156d | 2013-10-09 21:59:04 -0700 | [diff] [blame] | 3051 | <activity android:name="Settings$PrintJobSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3052 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3053 | android:label="@string/print_print_job"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3054 | <intent-filter android:priority="1"> |
Svetoslav | d9f156d | 2013-10-09 21:59:04 -0700 | [diff] [blame] | 3055 | <action android:name="android.settings.ACTION_PRINT_SETTINGS" /> |
| 3056 | <category android:name="android.intent.category.DEFAULT" /> |
| 3057 | <data android:scheme="printjob" android:pathPattern="*" /> |
| 3058 | </intent-filter> |
| 3059 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3060 | android:value="com.android.settings.print.PrintJobSettingsFragment" /> |
Jason Chiu | ae5327d | 2021-11-04 17:09:53 +0800 | [diff] [blame] | 3061 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3062 | android:value="@string/menu_key_connected_devices"/> |
Svetoslav | d9f156d | 2013-10-09 21:59:04 -0700 | [diff] [blame] | 3063 | </activity> |
| 3064 | |
Fan Zhang | 2907f86 | 2017-03-17 15:05:14 -0700 | [diff] [blame] | 3065 | <activity android:name=".development.AppPicker" |
Edgar Wang | 3c03f0a | 2020-05-05 06:19:14 +0800 | [diff] [blame] | 3066 | android:label="@string/select_application" /> |
Dianne Hackborn | 9244df4 | 2012-02-14 13:25:41 -0800 | [diff] [blame] | 3067 | |
Joshua Duong | fd00922 | 2021-07-14 16:05:57 -0700 | [diff] [blame] | 3068 | <activity android:name=".development.AdbQrCodeActivity" /> |
| 3069 | |
Howard Chen | 5d7f3e6 | 2022-09-29 16:33:34 +0800 | [diff] [blame] | 3070 | <activity android:name="com.android.settings.development.DSULoader" |
Howard Chen | d5f3a0c | 2019-08-29 17:31:05 +0800 | [diff] [blame] | 3071 | android:label="Select DSU Package" |
Howard Chen | 5d7f3e6 | 2022-09-29 16:33:34 +0800 | [diff] [blame] | 3072 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog" |
| 3073 | android:exported="true" > |
| 3074 | <intent-filter> |
| 3075 | <action android:name="android.settings.development.START_DSU_LOADER"/> |
| 3076 | <category android:name="android.intent.category.DEFAULT"/> |
| 3077 | </intent-filter> |
| 3078 | </activity> |
Howard Chen | 60acb51 | 2019-12-02 15:34:58 +0800 | [diff] [blame] | 3079 | <activity android:name=".development.DSUTermsOfServiceActivity" |
| 3080 | android:label="Terms of Service" |
| 3081 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog" /> |
Howard Chen | d5f3a0c | 2019-08-29 17:31:05 +0800 | [diff] [blame] | 3082 | |
Varun Shah | 7efe931 | 2020-03-26 23:02:50 -0700 | [diff] [blame] | 3083 | <activity android:name=".development.storage.BlobInfoListView" |
| 3084 | android:label="@string/shared_data_title" /> |
| 3085 | <activity android:name=".development.storage.LeaseInfoListView" |
| 3086 | android:label="@string/accessor_info_title" /> |
| 3087 | |
Gustav Sennton | 5b59628 | 2017-02-03 16:19:02 +0000 | [diff] [blame] | 3088 | <activity android:name="Settings$WebViewAppPickerActivity" |
Jason Chiu | ae5327d | 2021-11-04 17:09:53 +0800 | [diff] [blame] | 3089 | android:label="@string/select_webview_provider_dialog_title"> |
| 3090 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3091 | android:value="@string/menu_key_system"/> |
| 3092 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 3093 | |
Paul Chang | 6ae4c4d | 2019-11-28 22:38:49 +0800 | [diff] [blame] | 3094 | <activity android:name="Settings$BugReportHandlerPickerActivity" |
| 3095 | android:label="@string/bug_report_handler_title" |
| 3096 | android:exported="true" |
| 3097 | android:excludeFromRecents="true"> |
| 3098 | <intent-filter> |
| 3099 | <action android:name="android.settings.BUGREPORT_HANDLER_SETTINGS" /> |
| 3100 | <category android:name="android.intent.category.DEFAULT" /> |
| 3101 | </intent-filter> |
Paul Chang | 6950a80 | 2020-04-22 20:59:59 +0800 | [diff] [blame] | 3102 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3103 | android:value="true" /> |
Paul Chang | 6ae4c4d | 2019-11-28 22:38:49 +0800 | [diff] [blame] | 3104 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3105 | android:value="com.android.settings.bugreporthandler.BugReportHandlerPicker" /> |
Jason Chiu | ae5327d | 2021-11-04 17:09:53 +0800 | [diff] [blame] | 3106 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3107 | android:value="@string/menu_key_system"/> |
Paul Chang | 6ae4c4d | 2019-11-28 22:38:49 +0800 | [diff] [blame] | 3108 | </activity> |
| 3109 | |
Jaikumar Ganesh | 3a76bca | 2009-07-16 18:41:58 -0700 | [diff] [blame] | 3110 | <activity android:name=".bluetooth.BluetoothPairingDialog" |
Chen Chen | 38101d5 | 2021-10-05 17:46:02 -0700 | [diff] [blame] | 3111 | android:permission="android.permission.BLUETOOTH_PRIVILEGED" |
Michael Chan | 684736a | 2009-09-01 18:51:04 -0700 | [diff] [blame] | 3112 | android:excludeFromRecents="true" |
Antony Sargent | 4d7df06 | 2017-07-12 17:29:10 -0700 | [diff] [blame] | 3113 | android:windowSoftInputMode="stateVisible|adjustResize" |
jackqdyulei | 27f62fd | 2019-02-22 15:31:35 -0800 | [diff] [blame] | 3114 | android:theme="@style/Theme.AlertDialog" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3115 | android:exported="true" |
jackqdyulei | 27f62fd | 2019-02-22 15:31:35 -0800 | [diff] [blame] | 3116 | android:taskAffinity=".bluetooth.BluetoothPairingDialog"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3117 | <intent-filter android:priority="1"> |
Nick Pelly | 5ddbd94 | 2009-09-11 11:41:59 -0700 | [diff] [blame] | 3118 | <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 3119 | <category android:name="android.intent.category.DEFAULT" /> |
| 3120 | </intent-filter> |
| 3121 | </activity> |
| 3122 | |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 3123 | <activity android:name=".bluetooth.RequestPermissionActivity" |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 3124 | android:excludeFromRecents="true" |
Jeff Sharkey | 7025a83 | 2021-06-22 19:58:58 -0600 | [diff] [blame] | 3125 | android:permission="android.permission.BLUETOOTH_CONNECT" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3126 | android:exported="true" |
Fan Zhang | a122be1 | 2018-07-16 16:28:37 -0700 | [diff] [blame] | 3127 | android:theme="@style/Theme.BluetoothPermission"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3128 | <intent-filter android:priority="1"> |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 3129 | <action android:name="android.bluetooth.adapter.action.REQUEST_DISCOVERABLE" /> |
| 3130 | <action android:name="android.bluetooth.adapter.action.REQUEST_ENABLE" /> |
Svetoslav Ganov | b06766f | 2016-07-22 20:08:41 -0700 | [diff] [blame] | 3131 | <action android:name="android.bluetooth.adapter.action.REQUEST_DISABLE" /> |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 3132 | <category android:name="android.intent.category.DEFAULT" /> |
| 3133 | </intent-filter> |
| 3134 | </activity> |
| 3135 | |
Irfan Sheriff | 50f341d | 2013-03-18 13:11:47 -0700 | [diff] [blame] | 3136 | <activity android:name=".wifi.WifiScanModeActivity" |
| 3137 | android:excludeFromRecents="true" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3138 | android:exported="true" |
Irfan Sheriff | 50f341d | 2013-03-18 13:11:47 -0700 | [diff] [blame] | 3139 | android:theme="@style/Transparent"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3140 | <intent-filter android:priority="1"> |
Irfan Sheriff | 50f341d | 2013-03-18 13:11:47 -0700 | [diff] [blame] | 3141 | <action android:name="android.net.wifi.action.REQUEST_SCAN_ALWAYS_AVAILABLE" /> |
| 3142 | <category android:name="android.intent.category.DEFAULT" /> |
| 3143 | </intent-filter> |
| 3144 | </activity> |
| 3145 | |
Jerry Zhang | d18d6f1 | 2018-01-11 16:47:14 -0800 | [diff] [blame] | 3146 | <activity android:name=".Settings$UsbDetailsActivity" |
| 3147 | android:excludeFromRecents="true" |
| 3148 | android:permission="android.permission.MANAGE_USB" |
| 3149 | android:exported="true"> |
| 3150 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3151 | android:value="com.android.settings.connecteddevice.usb.UsbDetailsFragment"/> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 3152 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3153 | android:value="@string/menu_key_connected_devices"/> |
Jerry Zhang | d18d6f1 | 2018-01-11 16:47:14 -0800 | [diff] [blame] | 3154 | </activity> |
| 3155 | |
Michal Karpinski | 707f42f | 2016-02-25 17:29:43 +0000 | [diff] [blame] | 3156 | <activity android:name=".RemoteBugreportActivity" |
| 3157 | android:excludeFromRecents="true" |
| 3158 | android:exported="true" |
| 3159 | android:permission="android.permission.DUMP" |
tmfang | 5ade2f1 | 2018-07-30 13:49:43 +0800 | [diff] [blame] | 3160 | android:theme="@style/Theme.AlertDialog"> |
Michal Karpinski | 707f42f | 2016-02-25 17:29:43 +0000 | [diff] [blame] | 3161 | <intent-filter> |
| 3162 | <action android:name="android.settings.SHOW_REMOTE_BUGREPORT_DIALOG" /> |
| 3163 | <category android:name="android.intent.category.DEFAULT" /> |
| 3164 | </intent-filter> |
| 3165 | </activity> |
| 3166 | |
Marie Janssen | d06d83c | 2017-02-14 18:49:17 -0800 | [diff] [blame] | 3167 | <service android:name=".bluetooth.BluetoothPairingService" /> |
| 3168 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3169 | <receiver android:name=".bluetooth.BluetoothPairingRequest" |
| 3170 | android:exported="true"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 3171 | <intent-filter> |
Nick Pelly | 5ddbd94 | 2009-09-11 11:41:59 -0700 | [diff] [blame] | 3172 | <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" /> |
Alice Kuo | ebea73e | 2021-10-13 18:43:47 +0800 | [diff] [blame] | 3173 | <action android:name="android.bluetooth.action.CSIS_SET_MEMBER_AVAILABLE"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 3174 | </intent-filter> |
| 3175 | </receiver> |
| 3176 | |
Jaikumar Ganesh | e0b01ad | 2011-09-07 17:19:19 -0700 | [diff] [blame] | 3177 | <receiver android:name=".bluetooth.BluetoothPermissionRequest" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3178 | android:exported="true" |
Jeff Sharkey | 7025a83 | 2021-06-22 19:58:58 -0600 | [diff] [blame] | 3179 | android:permission="android.permission.BLUETOOTH_CONNECT"> |
Matthew Xie | dbed120 | 2011-06-27 18:21:25 -0700 | [diff] [blame] | 3180 | <intent-filter> |
| 3181 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" /> |
| 3182 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" /> |
| 3183 | </intent-filter> |
| 3184 | </receiver> |
| 3185 | |
| 3186 | <activity android:name=".bluetooth.BluetoothPermissionActivity" |
| 3187 | android:label="@string/bluetooth_connection_permission_request" |
| 3188 | android:excludeFromRecents="true" |
Jeff Sharkey | 7025a83 | 2021-06-22 19:58:58 -0600 | [diff] [blame] | 3189 | android:permission="android.permission.BLUETOOTH_CONNECT" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3190 | android:exported="true" |
Hugh Chen | 07a4675 | 2022-08-11 09:37:23 +0000 | [diff] [blame] | 3191 | android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3192 | <intent-filter android:priority="1"> |
Matthew Xie | dbed120 | 2011-06-27 18:21:25 -0700 | [diff] [blame] | 3193 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" /> |
| 3194 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" /> |
| 3195 | <category android:name="android.intent.category.DEFAULT" /> |
| 3196 | </intent-filter> |
| 3197 | </activity> |
| 3198 | |
Joe Onorato | de560372 | 2009-03-24 17:49:03 -0700 | [diff] [blame] | 3199 | <activity android:name="ActivityPicker" |
| 3200 | android:label="@string/activity_picker_label" |
Arc Wang | 5a298fb | 2020-06-30 14:14:02 +0800 | [diff] [blame] | 3201 | android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3202 | android:exported="true" |
Dianne Hackborn | ec54997 | 2009-09-23 22:24:22 -0700 | [diff] [blame] | 3203 | android:finishOnCloseSystemDialogs="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3204 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 3205 | <action android:name="android.intent.action.PICK_ACTIVITY" /> |
| 3206 | <category android:name="android.intent.category.DEFAULT" /> |
| 3207 | </intent-filter> |
| 3208 | </activity> |
| 3209 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3210 | <activity |
| 3211 | android:name="Settings$WifiDisplaySettingsActivity" |
| 3212 | android:label="@string/wifi_display_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3213 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3214 | android:icon="@drawable/ic_cast_24dp"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3215 | <intent-filter android:priority="1"> |
Jeff Brown | ff0e81e | 2014-08-19 17:47:54 -0700 | [diff] [blame] | 3216 | <action android:name="android.settings.CAST_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 3217 | <category android:name="android.intent.category.BROWSABLE" /> |
Jeff Brown | 9e143f5 | 2012-09-19 20:46:07 -0700 | [diff] [blame] | 3218 | <category android:name="android.intent.category.DEFAULT" /> |
| 3219 | </intent-filter> |
| 3220 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3221 | android:value="com.android.settings.wfd.WifiDisplaySettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 3222 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3223 | android:value="@string/menu_key_connected_devices"/> |
Jeff Brown | 9e143f5 | 2012-09-19 20:46:07 -0700 | [diff] [blame] | 3224 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 3225 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 3226 | <activity android:name="Settings$TestingSettingsActivity" android:label="@string/testing"> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 3227 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3228 | android:value="com.android.settings.TestingSettings" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 3229 | </activity> |
| 3230 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3231 | <receiver android:name=".TestingSettingsBroadcastReceiver" |
| 3232 | android:exported="true"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 3233 | <intent-filter> |
Grace Jia | 84da1e8 | 2020-02-14 15:53:28 -0800 | [diff] [blame] | 3234 | <action android:name="android.telephony.action.SECRET_CODE" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 3235 | <data android:scheme="android_secret_code" android:host="4636" /> |
| 3236 | </intent-filter> |
| 3237 | </receiver> |
| 3238 | |
The Android Open Source Project | 80a7a1d | 2009-03-11 12:11:59 -0700 | [diff] [blame] | 3239 | <!-- Standard picker for widgets --> |
Joe Onorato | de560372 | 2009-03-24 17:49:03 -0700 | [diff] [blame] | 3240 | <activity android:name="AppWidgetPickActivity" |
| 3241 | android:label="@string/widget_picker_title" |
Arc Wang | 5a298fb | 2020-06-30 14:14:02 +0800 | [diff] [blame] | 3242 | android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3243 | android:exported="true" |
Joe Onorato | 9bcc691 | 2011-01-10 12:55:57 -0800 | [diff] [blame] | 3244 | android:finishOnCloseSystemDialogs="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3245 | <intent-filter android:priority="1"> |
The Android Open Source Project | 80a7a1d | 2009-03-11 12:11:59 -0700 | [diff] [blame] | 3246 | <action android:name="android.appwidget.action.APPWIDGET_PICK" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 3247 | <category android:name="android.intent.category.DEFAULT" /> |
| 3248 | </intent-filter> |
| 3249 | </activity> |
| 3250 | |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 3251 | <activity android:name="AllowBindAppWidgetActivity" |
Arc Wang | 5a298fb | 2020-06-30 14:14:02 +0800 | [diff] [blame] | 3252 | android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 3253 | android:finishOnCloseSystemDialogs="true" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3254 | android:exported="true" |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 3255 | android:excludeFromRecents="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3256 | <intent-filter android:priority="1"> |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 3257 | <action android:name="android.appwidget.action.APPWIDGET_BIND" /> |
| 3258 | <category android:name="android.intent.category.DEFAULT" /> |
| 3259 | </intent-filter> |
| 3260 | </activity> |
| 3261 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3262 | <activity |
| 3263 | android:name="Settings$PowerUsageSummaryActivity" |
| 3264 | android:label="@string/power_usage_summary_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3265 | android:exported="true" |
ykhung | 0c3957d | 2023-03-09 14:28:31 +0800 | [diff] [blame] | 3266 | android:icon="@drawable/ic_homepage_battery" |
| 3267 | android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize"> |
jackqdyulei | b96ccba | 2018-01-23 10:29:13 -0800 | [diff] [blame] | 3268 | <intent-filter android:priority="1"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3269 | <action android:name="android.intent.action.POWER_USAGE_SUMMARY" /> |
| 3270 | <category android:name="android.intent.category.DEFAULT" /> |
| 3271 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 3272 | <intent-filter android:priority="51"> |
jackqdyulei | b96ccba | 2018-01-23 10:29:13 -0800 | [diff] [blame] | 3273 | <action android:name="android.intent.action.MAIN" /> |
jackqdyulei | b96ccba | 2018-01-23 10:29:13 -0800 | [diff] [blame] | 3274 | <category android:name="com.android.settings.SHORTCUT" /> |
| 3275 | </intent-filter> |
Dianne Hackborn | 59a4860 | 2010-11-10 23:34:52 -0800 | [diff] [blame] | 3276 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
xuezaiyue | ac73184 | 2022-06-08 21:53:23 +0800 | [diff] [blame] | 3277 | android:value="com.android.settings.fuelgauge.batteryusage.PowerUsageSummary" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3278 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3279 | android:value="@string/menu_key_battery"/> |
Dianne Hackborn | cbaf6ce | 2010-07-23 00:23:21 -0700 | [diff] [blame] | 3280 | </activity> |
| 3281 | |
Kuan Wang | 0a0ba91 | 2022-10-13 18:07:54 +0800 | [diff] [blame] | 3282 | <provider |
| 3283 | android:name=".fuelgauge.batteryusage.BatteryUsageContentProvider" |
| 3284 | android:enabled="true" |
| 3285 | android:exported="true" |
| 3286 | android:authorities="${applicationId}.battery.usage.provider" |
| 3287 | android:permission="com.android.settings.BATTERY_DATA"/> |
| 3288 | |
Kuan Wang | bc4548b | 2022-12-01 17:31:29 +0800 | [diff] [blame] | 3289 | <provider |
| 3290 | android:name=".fuelgauge.batteryusage.bugreport.BugReportContentProvider" |
| 3291 | android:exported="false" |
| 3292 | android:authorities="${applicationId}.battery.usage.bugreport"/> |
| 3293 | |
Kuan Wang | c28daec | 2023-01-16 18:40:47 +0800 | [diff] [blame] | 3294 | <receiver android:name="com.android.settings.fuelgauge.batteryusage.BatteryUsageBroadcastReceiver" |
Kuan Wang | fb136dd | 2022-10-18 15:03:39 +0800 | [diff] [blame] | 3295 | android:exported="true"> |
| 3296 | <intent-filter> |
Kuan Wang | 45be6ba | 2022-10-20 17:07:01 +0800 | [diff] [blame] | 3297 | <action android:name="android.intent.action.BATTERY_LEVEL_CHANGED"/> |
Kuan Wang | fb136dd | 2022-10-18 15:03:39 +0800 | [diff] [blame] | 3298 | <action android:name="com.android.settings.battery.action.CLEAR_BATTERY_CACHE_DATA"/> |
Zaiyue Xue | ff11b8e | 2023-02-27 16:29:04 +0800 | [diff] [blame] | 3299 | <action android:name="com.android.settings.battery.action.ACTION_BATTERY_PLUGGING"/> |
Kuan Wang | c28daec | 2023-01-16 18:40:47 +0800 | [diff] [blame] | 3300 | <action android:name="com.android.settings.battery.action.ACTION_BATTERY_UNPLUGGING"/> |
Kuan Wang | fb136dd | 2022-10-18 15:03:39 +0800 | [diff] [blame] | 3301 | </intent-filter> |
| 3302 | </receiver> |
| 3303 | |
Kuan Wang | df05a13 | 2022-10-20 11:48:48 +0800 | [diff] [blame] | 3304 | <receiver |
| 3305 | android:name=".fuelgauge.batteryusage.BootBroadcastReceiver" |
mxyyiyi | 98785ee | 2024-02-05 11:48:51 +0800 | [diff] [blame] | 3306 | android:exported="true" |
| 3307 | android:permission="com.android.settings.BATTERY_DATA"> |
Kuan Wang | df05a13 | 2022-10-20 11:48:48 +0800 | [diff] [blame] | 3308 | <intent-filter> |
| 3309 | <action android:name="android.intent.action.BOOT_COMPLETED"/> |
Kuan Wang | df05a13 | 2022-10-20 11:48:48 +0800 | [diff] [blame] | 3310 | <action android:name="com.google.android.setupwizard.SETUP_WIZARD_FINISHED"/> |
| 3311 | <action android:name="com.android.settings.battery.action.PERIODIC_JOB_RECHECK"/> |
Zaiyue Xue | 011725f | 2023-10-11 17:24:20 +0800 | [diff] [blame] | 3312 | <action android:name="android.intent.action.TIME_SET"/> |
Kuan Wang | df05a13 | 2022-10-20 11:48:48 +0800 | [diff] [blame] | 3313 | </intent-filter> |
| 3314 | </receiver> |
| 3315 | |
| 3316 | <receiver |
ykhung | 4c0de26 | 2022-11-10 15:38:22 +0800 | [diff] [blame] | 3317 | android:name=".fuelgauge.BatterySettingsMigrateChecker" |
| 3318 | android:exported="true"> |
| 3319 | <intent-filter> |
| 3320 | <action android:name="android.intent.action.BOOT_COMPLETED"/> |
| 3321 | </intent-filter> |
| 3322 | </receiver> |
| 3323 | |
| 3324 | <receiver |
Kuan Wang | df05a13 | 2022-10-20 11:48:48 +0800 | [diff] [blame] | 3325 | android:name=".fuelgauge.batteryusage.PeriodicJobReceiver" |
| 3326 | android:exported="false"> |
| 3327 | <intent-filter> |
| 3328 | <action android:name="com.android.settings.battery.action.PERIODIC_JOB_UPDATE"/> |
| 3329 | </intent-filter> |
| 3330 | </receiver> |
| 3331 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3332 | <activity |
| 3333 | android:name="Settings$BatterySaverSettingsActivity" |
| 3334 | android:label="@string/battery_saver" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3335 | android:exported="true" |
ykhung | eadeee5 | 2022-05-18 12:18:15 +0800 | [diff] [blame] | 3336 | android:icon="@drawable/ic_homepage_battery"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3337 | <intent-filter android:priority="1"> |
| 3338 | <action android:name="android.settings.BATTERY_SAVER_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 3339 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3340 | <category android:name="android.intent.category.DEFAULT" /> |
| 3341 | </intent-filter> |
John Spurlock | c7f8e8c | 2014-06-04 19:11:22 -0400 | [diff] [blame] | 3342 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 747f0e1 | 2018-03-01 09:49:34 -0800 | [diff] [blame] | 3343 | android:value="com.android.settings.fuelgauge.batterysaver.BatterySaverSettings" /> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 3344 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3345 | android:value="@string/menu_key_battery"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 3346 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3347 | android:value="true" /> |
John Spurlock | c7f8e8c | 2014-06-04 19:11:22 -0400 | [diff] [blame] | 3348 | </activity> |
| 3349 | |
P.Y. Laligand | 1f403d5 | 2015-04-14 16:14:16 -0700 | [diff] [blame] | 3350 | <activity android:name=".fuelgauge.BatterySaverModeVoiceActivity" |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 3351 | android:label="@string/power_usage_summary_title" |
ykhung | eadeee5 | 2022-05-18 12:18:15 +0800 | [diff] [blame] | 3352 | android:icon="@drawable/ic_homepage_battery" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 3353 | android:theme="@*android:style/Theme.DeviceDefault.Light.Voice" |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 3354 | android:exported="true"> |
| 3355 | <intent-filter> |
| 3356 | <action android:name="android.settings.VOICE_CONTROL_BATTERY_SAVER_MODE" /> |
| 3357 | <category android:name="android.intent.category.DEFAULT" /> |
| 3358 | <category android:name="android.intent.category.VOICE" /> |
| 3359 | </intent-filter> |
| 3360 | </activity> |
| 3361 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3362 | <activity |
| 3363 | android:name="Settings$AccountSyncSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3364 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3365 | android:label="@string/account_sync_settings_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3366 | <intent-filter android:priority="1"> |
| 3367 | <action android:name="android.settings.ACCOUNT_SYNC_SETTINGS" /> |
| 3368 | <category android:name="android.intent.category.DEFAULT" /> |
| 3369 | </intent-filter> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 3370 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3371 | android:value="com.android.settings.accounts.AccountSyncSettings" /> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 3372 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3373 | android:value="@string/menu_key_accounts"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 3374 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3375 | android:value="true" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 3376 | </activity> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3377 | <activity |
| 3378 | android:name="Settings$ManagedProfileSettingsActivity" |
Ricky Wai | bf94d09 | 2017-02-01 15:26:29 +0000 | [diff] [blame] | 3379 | android:label="@string/managed_profile_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3380 | android:exported="true" |
Ricky Wai | bf94d09 | 2017-02-01 15:26:29 +0000 | [diff] [blame] | 3381 | android:permission="android.permission.MANAGE_USERS"> |
| 3382 | <intent-filter android:priority="1"> |
| 3383 | <action android:name="android.settings.MANAGED_PROFILE_SETTINGS" /> |
| 3384 | <category android:name="android.intent.category.DEFAULT" /> |
| 3385 | </intent-filter> |
| 3386 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3387 | android:value="com.android.settings.accounts.ManagedProfileSettings" /> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 3388 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3389 | android:value="@string/menu_key_accounts"/> |
Ricky Wai | bf94d09 | 2017-02-01 15:26:29 +0000 | [diff] [blame] | 3390 | </activity> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 3391 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3392 | <activity |
| 3393 | android:name="com.android.settings.accounts.AddAccountSettings" |
Amith Yamasani | 7bb8f72 | 2011-06-02 18:05:40 -0700 | [diff] [blame] | 3394 | android:configChanges="orientation|keyboardHidden|screenSize" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3395 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3396 | android:label="@string/header_add_an_account"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3397 | <intent-filter android:priority="1"> |
| 3398 | <action android:name="android.settings.ADD_ACCOUNT_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 3399 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3400 | <category android:name="android.intent.category.DEFAULT" /> |
| 3401 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 3402 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3403 | android:value="true" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 3404 | </activity> |
| 3405 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 3406 | <activity android:name="Settings$ChooseAccountActivity" |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 3407 | android:label="@string/header_add_an_account" |
Fan Zhang | 92f1e94 | 2017-01-21 10:07:26 -0800 | [diff] [blame] | 3408 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 3409 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Emily Chuang | b279b1c | 2018-04-12 10:12:28 +0800 | [diff] [blame] | 3410 | android:value="com.android.settings.accounts.ChooseAccountFragment" /> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 3411 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3412 | android:value="@string/menu_key_accounts"/> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 3413 | </activity> |
Jim Miller | 165bf2f | 2011-01-26 16:10:26 -0800 | [diff] [blame] | 3414 | |
Jeff Sharkey | 9e9f7d1 | 2015-11-30 13:28:19 -0700 | [diff] [blame] | 3415 | <!-- Triggered when user-selected home app isn't encryption aware --> |
| 3416 | <activity android:name=".FallbackHome" |
| 3417 | android:excludeFromRecents="true" |
Fan Zhang | 49534b7 | 2017-06-22 15:04:41 -0700 | [diff] [blame] | 3418 | android:label="" |
Louis Chang | 397cdd6 | 2019-06-27 09:57:54 +0800 | [diff] [blame] | 3419 | android:taskAffinity="com.android.settings.FallbackHome" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3420 | android:exported="true" |
Adam Bookatz | eb89d14 | 2022-02-24 16:45:28 -0800 | [diff] [blame] | 3421 | android:theme="@style/FallbackHome" |
Tsung-Mao Fang | f5062c2 | 2022-09-30 15:27:06 +0800 | [diff] [blame] | 3422 | android:permission="android.permission.DEVICE_POWER" |
Adam Bookatz | eb89d14 | 2022-02-24 16:45:28 -0800 | [diff] [blame] | 3423 | android:configChanges="keyboardHidden"> |
Xiaohui Chen | dbf3e15 | 2015-12-30 15:51:56 -0800 | [diff] [blame] | 3424 | <intent-filter android:priority="-1000"> |
Jeff Sharkey | 9e9f7d1 | 2015-11-30 13:28:19 -0700 | [diff] [blame] | 3425 | <action android:name="android.intent.action.MAIN" /> |
| 3426 | <category android:name="android.intent.category.HOME" /> |
| 3427 | <category android:name="android.intent.category.DEFAULT" /> |
| 3428 | </intent-filter> |
| 3429 | </activity> |
| 3430 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3431 | <activity |
| 3432 | android:name="Settings$DataUsageSummaryActivity" |
| 3433 | android:label="@string/data_usage_summary_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3434 | android:exported="true" |
SongFerng Wang | 7ac8fc7 | 2023-08-22 06:36:58 +0000 | [diff] [blame] | 3435 | android:enabled="@bool/config_show_sim_info" |
Bonian Chen | 8602747 | 2022-03-18 09:23:19 +0800 | [diff] [blame] | 3436 | android:icon="@drawable/ic_homepage_data_usage"> |
Rohan Shah | ff5bd33 | 2018-03-21 17:16:39 -0700 | [diff] [blame] | 3437 | <intent-filter android:priority="1"> |
| 3438 | <action android:name="android.settings.DATA_USAGE_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 3439 | <category android:name="android.intent.category.BROWSABLE" /> |
Rohan Shah | ff5bd33 | 2018-03-21 17:16:39 -0700 | [diff] [blame] | 3440 | <category android:name="android.intent.category.DEFAULT" /> |
| 3441 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 3442 | <intent-filter android:priority="3"> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 3443 | <action android:name="android.intent.action.MAIN" /> |
Amith Yamasani | 7836e4a | 2011-09-19 13:25:52 -0700 | [diff] [blame] | 3444 | <category android:name="com.android.settings.SHORTCUT" /> |
Jeff Sharkey | dd6efe1 | 2011-06-15 10:31:41 -0700 | [diff] [blame] | 3445 | </intent-filter> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 3446 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | cd21cb8 | 2018-06-11 09:28:02 -0700 | [diff] [blame] | 3447 | android:value="com.android.settings.datausage.DataUsageSummary" /> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 3448 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3449 | android:value="@string/menu_key_network"/> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 3450 | </activity> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3451 | <activity |
| 3452 | android:name="Settings$MobileDataUsageListActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3453 | android:exported="true" |
Yanting Yang | 85713d0 | 2019-09-27 18:34:04 +0800 | [diff] [blame] | 3454 | android:label="@string/cellular_data_usage"> |
Malcolm Chen | 52584e9 | 2017-06-20 11:14:27 -0700 | [diff] [blame] | 3455 | <intent-filter android:priority="1"> |
| 3456 | <action android:name="android.settings.MOBILE_DATA_USAGE" /> |
Malcolm Chen | 6fef2fff | 2017-07-13 17:59:58 -0700 | [diff] [blame] | 3457 | <category android:name="android.intent.category.DEFAULT" /> |
Malcolm Chen | 52584e9 | 2017-06-20 11:14:27 -0700 | [diff] [blame] | 3458 | </intent-filter> |
| 3459 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Doris Ling | 282a0d9 | 2018-11-30 16:20:32 -0800 | [diff] [blame] | 3460 | android:value="com.android.settings.datausage.DataUsageList" /> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 3461 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3462 | android:value="@string/menu_key_network"/> |
Malcolm Chen | 52584e9 | 2017-06-20 11:14:27 -0700 | [diff] [blame] | 3463 | </activity> |
| 3464 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3465 | <activity |
| 3466 | android:name="Settings$DreamSettingsActivity" |
| 3467 | android:label="@string/screensaver_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3468 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3469 | android:icon="@drawable/ic_settings_display"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3470 | <intent-filter android:priority="1"> |
| 3471 | <action android:name="android.settings.DREAM_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 3472 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3473 | <category android:name="android.intent.category.DEFAULT" /> |
| 3474 | </intent-filter> |
Daniel Sandler | 7dee75c | 2012-11-27 22:41:30 -0500 | [diff] [blame] | 3475 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Evan Laird | 22315ad | 2017-07-18 16:37:42 -0400 | [diff] [blame] | 3476 | android:value="com.android.settings.dream.DreamSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 3477 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3478 | android:value="@string/menu_key_display"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 3479 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3480 | android:value="true" /> |
Daniel Sandler | 7dee75c | 2012-11-27 22:41:30 -0500 | [diff] [blame] | 3481 | </activity> |
| 3482 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3483 | <activity |
Lucas Silva | 3b1c739 | 2023-04-12 15:22:39 -0400 | [diff] [blame] | 3484 | android:name="Settings$CommunalSettingsActivity" |
| 3485 | android:label="@string/communal_settings_title" |
| 3486 | android:exported="true" |
| 3487 | android:icon="@drawable/ia_settings_communal"> |
| 3488 | <intent-filter android:priority="1"> |
| 3489 | <action android:name="android.settings.COMMUNAL_SETTINGS" /> |
| 3490 | <category android:name="android.intent.category.BROWSABLE" /> |
| 3491 | <category android:name="android.intent.category.DEFAULT" /> |
| 3492 | </intent-filter> |
| 3493 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3494 | android:value="com.android.settings.communal.CommunalDashboardFragment" /> |
| 3495 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3496 | android:value="@string/menu_key_communal"/> |
| 3497 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3498 | android:value="true" /> |
| 3499 | </activity> |
| 3500 | |
| 3501 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3502 | android:name="Settings$UserSettingsActivity" |
| 3503 | android:label="@string/user_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3504 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3505 | android:icon="@drawable/ic_settings_multiuser"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3506 | <intent-filter android:priority="1"> |
| 3507 | <action android:name="android.settings.USER_SETTINGS" /> |
| 3508 | <category android:name="android.intent.category.DEFAULT" /> |
| 3509 | </intent-filter> |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 3510 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Raff Tsai | 9e3a9fd | 2019-10-01 17:06:26 +0800 | [diff] [blame] | 3511 | android:value="com.android.settings.users.UserSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 3512 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3513 | android:value="@string/menu_key_system"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 3514 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
Raff Tsai | 9e3a9fd | 2019-10-01 17:06:26 +0800 | [diff] [blame] | 3515 | android:value="true" /> |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 3516 | </activity> |
| 3517 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3518 | <activity |
| 3519 | android:name="Settings$PaymentSettingsActivity" |
| 3520 | android:label="@string/nfc_payment_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3521 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3522 | android:icon="@drawable/ic_settings_nfc_payment"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3523 | <intent-filter android:priority="1"> |
| 3524 | <action android:name="android.settings.NFC_PAYMENT_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 3525 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3526 | <category android:name="android.intent.category.DEFAULT" /> |
| 3527 | </intent-filter> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 3528 | <intent-filter> |
| 3529 | <action android:name="android.intent.action.MAIN" /> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 3530 | <category android:name="android.intent.category.DEFAULT" /> |
| 3531 | </intent-filter> |
| 3532 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3533 | android:value="com.android.settings.nfc.PaymentSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 3534 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3535 | android:value="@string/menu_key_connected_devices"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 3536 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3537 | android:value="true" /> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 3538 | </activity> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 3539 | |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 3540 | <activity android:name=".nfc.PaymentDefaultDialog" |
Martijn Coenen | da6c0ba | 2013-09-05 21:07:23 -0700 | [diff] [blame] | 3541 | android:label="@string/nfc_payment_set_default_label" |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 3542 | android:excludeFromRecents="true" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3543 | android:exported="true" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 3544 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3545 | <intent-filter android:priority="1"> |
Martijn Coenen | a73aa32 | 2013-08-30 12:57:42 -0700 | [diff] [blame] | 3546 | <action android:name="android.nfc.cardemulation.action.ACTION_CHANGE_DEFAULT" /> |
| 3547 | <category android:name="android.intent.category.DEFAULT" /> |
| 3548 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 3549 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3550 | android:value="true" /> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 3551 | </activity> |
| 3552 | |
Martijn Coenen | cbcc76e | 2015-06-05 21:28:17 +0200 | [diff] [blame] | 3553 | <activity android:name=".nfc.HowItWorks" |
| 3554 | android:label="@string/nfc_payment_settings_title" |
Martijn Coenen | cbcc76e | 2015-06-05 21:28:17 +0200 | [diff] [blame] | 3555 | android:excludeFromRecents="true"> |
| 3556 | </activity> |
| 3557 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3558 | <activity |
| 3559 | android:name="Settings$NotificationAccessSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3560 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3561 | android:label="@string/manage_notification_access_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3562 | <intent-filter android:priority="1"> |
| 3563 | <action android:name="android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS" /> |
| 3564 | <category android:name="android.intent.category.DEFAULT" /> |
| 3565 | </intent-filter> |
Daniel Sandler | 79b9bfe | 2013-04-04 14:30:04 -0400 | [diff] [blame] | 3566 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
John Spurlock | 4a35051 | 2014-04-08 14:08:21 -0400 | [diff] [blame] | 3567 | android:value="com.android.settings.notification.NotificationAccessSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3568 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3569 | android:value="@string/menu_key_notifications"/> |
John Spurlock | 08531a8 | 2015-05-07 17:45:43 -0400 | [diff] [blame] | 3570 | </activity> |
| 3571 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3572 | <activity |
Julia Reynolds | 31dc1fd | 2019-10-29 15:15:08 -0400 | [diff] [blame] | 3573 | android:name="Settings$NotificationAccessDetailsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3574 | android:exported="true" |
Julia Reynolds | 31dc1fd | 2019-10-29 15:15:08 -0400 | [diff] [blame] | 3575 | android:label="@string/manage_notification_access_title" > |
| 3576 | <intent-filter android:priority="1"> |
| 3577 | <action android:name="android.settings.NOTIFICATION_LISTENER_DETAIL_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 3578 | <category android:name="android.intent.category.BROWSABLE" /> |
Julia Reynolds | 31dc1fd | 2019-10-29 15:15:08 -0400 | [diff] [blame] | 3579 | <category android:name="android.intent.category.DEFAULT" /> |
| 3580 | </intent-filter> |
| 3581 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3582 | android:value="com.android.settings.applications.specialaccess.notificationaccess.NotificationAccessDetails" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3583 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3584 | android:value="@string/menu_key_notifications"/> |
Julia Reynolds | 31dc1fd | 2019-10-29 15:15:08 -0400 | [diff] [blame] | 3585 | </activity> |
| 3586 | |
| 3587 | <activity |
Fabian Kozynski | 01b2a63 | 2019-02-20 12:55:10 -0500 | [diff] [blame] | 3588 | android:name="Settings$NotificationAssistantSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3589 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3590 | android:label="@string/notification_assistant_title"> |
Fabian Kozynski | 01b2a63 | 2019-02-20 12:55:10 -0500 | [diff] [blame] | 3591 | <intent-filter android:priority="1"> |
| 3592 | <action android:name="android.settings.NOTIFICATION_ASSISTANT_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 3593 | <category android:name="android.intent.category.BROWSABLE" /> |
Fabian Kozynski | 01b2a63 | 2019-02-20 12:55:10 -0500 | [diff] [blame] | 3594 | <category android:name="android.intent.category.DEFAULT" /> |
| 3595 | </intent-filter> |
| 3596 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Chloris Kuo | 2c955bb | 2021-03-19 07:00:45 -0700 | [diff] [blame] | 3597 | android:value="com.android.settings.notification.ConfigureNotificationSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3598 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3599 | android:value="@string/menu_key_notifications"/> |
Fabian Kozynski | 01b2a63 | 2019-02-20 12:55:10 -0500 | [diff] [blame] | 3600 | </activity> |
| 3601 | |
| 3602 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3603 | android:name="Settings$VrListenersSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3604 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3605 | android:label="@string/vr_listeners_title"> |
Ruben Brunk | e1c98ca | 2016-02-23 18:58:56 -0800 | [diff] [blame] | 3606 | <intent-filter android:priority="1"> |
| 3607 | <action android:name="android.settings.VR_LISTENER_SETTINGS" /> |
| 3608 | <category android:name="android.intent.category.DEFAULT" /> |
| 3609 | </intent-filter> |
Ruben Brunk | e1c98ca | 2016-02-23 18:58:56 -0800 | [diff] [blame] | 3610 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | af15522 | 2018-07-11 09:41:39 -0700 | [diff] [blame] | 3611 | android:value="com.android.settings.applications.specialaccess.vrlistener.VrListenerSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3612 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3613 | android:value="@string/menu_key_apps"/> |
Ruben Brunk | e1c98ca | 2016-02-23 18:58:56 -0800 | [diff] [blame] | 3614 | </activity> |
| 3615 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3616 | <activity |
| 3617 | android:name="Settings$PictureInPictureSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3618 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3619 | android:label="@string/picture_in_picture_title"> |
Winson Chung | 0a0d95a | 2017-01-20 11:22:44 -0800 | [diff] [blame] | 3620 | <intent-filter android:priority="1"> |
| 3621 | <action android:name="android.settings.PICTURE_IN_PICTURE_SETTINGS" /> |
| 3622 | <category android:name="android.intent.category.DEFAULT" /> |
| 3623 | </intent-filter> |
| 3624 | <intent-filter> |
| 3625 | <action android:name="android.intent.action.MAIN" /> |
| 3626 | <category android:name="android.intent.category.DEFAULT" /> |
| 3627 | </intent-filter> |
| 3628 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 4560ab7 | 2018-07-10 15:46:31 -0700 | [diff] [blame] | 3629 | android:value="com.android.settings.applications.specialaccess.pictureinpicture.PictureInPictureSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3630 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3631 | android:value="@string/menu_key_apps"/> |
Winson Chung | 0a0d95a | 2017-01-20 11:22:44 -0800 | [diff] [blame] | 3632 | </activity> |
Ruben Brunk | e1c98ca | 2016-02-23 18:58:56 -0800 | [diff] [blame] | 3633 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3634 | <activity |
| 3635 | android:name="Settings$AppPictureInPictureSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3636 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3637 | android:label="@string/picture_in_picture_title"> |
Winson Chung | 217d0e9 | 2017-03-17 15:48:38 -0700 | [diff] [blame] | 3638 | <intent-filter> |
| 3639 | <action android:name="android.settings.PICTURE_IN_PICTURE_SETTINGS" /> |
| 3640 | <category android:name="android.intent.category.DEFAULT" /> |
| 3641 | <data android:scheme="package" /> |
| 3642 | </intent-filter> |
| 3643 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 4560ab7 | 2018-07-10 15:46:31 -0700 | [diff] [blame] | 3644 | android:value="com.android.settings.applications.specialaccess.pictureinpicture.PictureInPictureDetails" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3645 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3646 | android:value="@string/menu_key_apps"/> |
Winson Chung | 217d0e9 | 2017-03-17 15:48:38 -0700 | [diff] [blame] | 3647 | </activity> |
| 3648 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3649 | <activity |
Philip Junker | 8a97805 | 2022-03-14 18:08:46 +0000 | [diff] [blame] | 3650 | android:name="Settings$TurnScreenOnSettingsActivity" |
| 3651 | android:exported="true" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 3652 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Philip Junker | 8a97805 | 2022-03-14 18:08:46 +0000 | [diff] [blame] | 3653 | android:label="@string/turn_screen_on_title"> |
| 3654 | <intent-filter android:priority="1"> |
| 3655 | <action android:name="android.settings.TURN_SCREEN_ON_SETTINGS" /> |
| 3656 | <category android:name="android.intent.category.DEFAULT" /> |
| 3657 | </intent-filter> |
| 3658 | <intent-filter> |
| 3659 | <action android:name="android.intent.action.MAIN" /> |
| 3660 | <category android:name="android.intent.category.DEFAULT" /> |
| 3661 | </intent-filter> |
| 3662 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Philip Junker | ded7f45 | 2023-04-19 11:59:19 +0000 | [diff] [blame] | 3663 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Philip Junker | 8a97805 | 2022-03-14 18:08:46 +0000 | [diff] [blame] | 3664 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3665 | android:value="@string/menu_key_apps"/> |
| 3666 | </activity> |
| 3667 | |
| 3668 | <activity |
Philip Junker | ded7f45 | 2023-04-19 11:59:19 +0000 | [diff] [blame] | 3669 | android:name="Settings$AppTurnScreenOnSettingsActivity" |
| 3670 | android:exported="true" |
| 3671 | android:label="@string/turn_screen_on_title"> |
| 3672 | <intent-filter android:priority="1"> |
| 3673 | <action android:name="android.settings.TURN_SCREEN_ON_SETTINGS" /> |
| 3674 | <category android:name="android.intent.category.DEFAULT" /> |
| 3675 | <data android:scheme="package" /> |
| 3676 | </intent-filter> |
| 3677 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3678 | android:value="com.android.settings.applications.specialaccess.turnscreenon.TurnScreenOnDetails"/> |
| 3679 | </activity> |
| 3680 | |
| 3681 | <activity |
kholoud mohamed | 14a887f | 2020-01-29 17:38:31 +0000 | [diff] [blame] | 3682 | android:name="Settings$InteractAcrossProfilesSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3683 | android:exported="true" |
kholoud mohamed | 14a887f | 2020-01-29 17:38:31 +0000 | [diff] [blame] | 3684 | android:label="@string/interact_across_profiles_title"> |
| 3685 | <intent-filter android:priority="1"> |
| 3686 | <action android:name="android.settings.MANAGE_CROSS_PROFILE_ACCESS" /> |
| 3687 | <category android:name="android.intent.category.DEFAULT" /> |
| 3688 | </intent-filter> |
| 3689 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3690 | android:value="com.android.settings.applications.specialaccess.interactacrossprofiles.InteractAcrossProfilesSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3691 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3692 | android:value="@string/menu_key_apps"/> |
kholoud mohamed | 14a887f | 2020-01-29 17:38:31 +0000 | [diff] [blame] | 3693 | </activity> |
| 3694 | |
| 3695 | <activity android:name="Settings$AppInteractAcrossProfilesSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3696 | android:exported="true" |
kholoud mohamed | 14a887f | 2020-01-29 17:38:31 +0000 | [diff] [blame] | 3697 | android:label="@string/interact_across_profiles_title"> |
| 3698 | <intent-filter> |
| 3699 | <action android:name="android.settings.MANAGE_CROSS_PROFILE_ACCESS" /> |
| 3700 | <category android:name="android.intent.category.DEFAULT" /> |
| 3701 | <data android:scheme="package" /> |
| 3702 | </intent-filter> |
| 3703 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3704 | android:value="com.android.settings.applications.specialaccess.interactacrossprofiles.InteractAcrossProfilesDetails" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3705 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3706 | android:value="@string/menu_key_apps"/> |
kholoud mohamed | 14a887f | 2020-01-29 17:38:31 +0000 | [diff] [blame] | 3707 | </activity> |
| 3708 | |
| 3709 | <activity |
Fan Zhang | e366f02 | 2019-03-19 13:08:10 -0700 | [diff] [blame] | 3710 | android:name="Settings$ZenAccessDetailSettingsActivity" |
| 3711 | android:label="@string/manage_zen_access_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3712 | android:exported="true" |
Fan Zhang | e366f02 | 2019-03-19 13:08:10 -0700 | [diff] [blame] | 3713 | android:excludeFromRecents="true"> |
| 3714 | <intent-filter> |
| 3715 | <action android:name="android.settings.NOTIFICATION_POLICY_ACCESS_DETAIL_SETTINGS" /> |
| 3716 | <category android:name="android.intent.category.DEFAULT" /> |
| 3717 | <data android:scheme="package" /> |
| 3718 | </intent-filter> |
| 3719 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3720 | android:value="com.android.settings.applications.specialaccess.zenaccess.ZenAccessDetails" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3721 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3722 | android:value="@string/menu_key_notifications"/> |
Fan Zhang | e366f02 | 2019-03-19 13:08:10 -0700 | [diff] [blame] | 3723 | </activity> |
| 3724 | |
| 3725 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3726 | android:name="Settings$ZenAccessSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3727 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3728 | android:label="@string/manage_zen_access_title"> |
John Spurlock | 08531a8 | 2015-05-07 17:45:43 -0400 | [diff] [blame] | 3729 | <intent-filter android:priority="1"> |
John Spurlock | a00194d | 2015-06-04 13:01:59 -0400 | [diff] [blame] | 3730 | <action android:name="android.settings.NOTIFICATION_POLICY_ACCESS_SETTINGS" /> |
John Spurlock | 08531a8 | 2015-05-07 17:45:43 -0400 | [diff] [blame] | 3731 | <category android:name="android.intent.category.DEFAULT" /> |
| 3732 | </intent-filter> |
John Spurlock | 08531a8 | 2015-05-07 17:45:43 -0400 | [diff] [blame] | 3733 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 3734 | android:value="com.android.settings.notification.zen.ZenAccessSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3735 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3736 | android:value="@string/menu_key_notifications"/> |
Daniel Sandler | 79b9bfe | 2013-04-04 14:30:04 -0400 | [diff] [blame] | 3737 | </activity> |
| 3738 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3739 | <activity |
| 3740 | android:name="Settings$ConfigureNotificationSettingsActivity" |
| 3741 | android:label="@string/configure_notification_settings" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3742 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3743 | <intent-filter android:priority="1"> |
| 3744 | <action android:name="android.settings.NOTIFICATION_SETTINGS" /> |
| 3745 | <category android:name="android.intent.category.DEFAULT" /> |
| 3746 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 3747 | <intent-filter android:priority="21"> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 3748 | <action android:name="android.intent.action.MAIN" /> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 3749 | <category android:name="com.android.settings.SHORTCUT" /> |
| 3750 | </intent-filter> |
| 3751 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 3752 | android:value="com.android.settings.notification.ConfigureNotificationSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3753 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3754 | android:value="@string/menu_key_notifications"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 3755 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3756 | android:value="true" /> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 3757 | </activity> |
| 3758 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3759 | <activity |
Julia Reynolds | 6a88e14 | 2020-06-02 11:20:13 -0400 | [diff] [blame] | 3760 | android:name="Settings$ConversationListSettingsActivity" |
| 3761 | android:label="@string/zen_mode_conversations_title" |
| 3762 | android:exported="true"> |
| 3763 | <intent-filter android:priority="1"> |
| 3764 | <action android:name="android.settings.CONVERSATION_SETTINGS" /> |
| 3765 | <category android:name="android.intent.category.DEFAULT" /> |
| 3766 | </intent-filter> |
| 3767 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3768 | android:value="com.android.settings.notification.app.ConversationListSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3769 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3770 | android:value="@string/menu_key_apps"/> |
Julia Reynolds | 6a88e14 | 2020-06-02 11:20:13 -0400 | [diff] [blame] | 3771 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3772 | android:value="true" /> |
| 3773 | </activity> |
| 3774 | |
| 3775 | <activity |
Julia Reynolds | 4e48da9 | 2019-03-26 09:04:22 -0400 | [diff] [blame] | 3776 | android:name="Settings$AppBubbleNotificationSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3777 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3778 | android:label="@string/bubbles_app_toggle_title"> |
Julia Reynolds | 4e48da9 | 2019-03-26 09:04:22 -0400 | [diff] [blame] | 3779 | <intent-filter android:priority="1"> |
| 3780 | <action android:name="android.settings.APP_NOTIFICATION_BUBBLE_SETTINGS" /> |
| 3781 | <category android:name="android.intent.category.DEFAULT" /> |
| 3782 | </intent-filter> |
| 3783 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 3784 | android:value="com.android.settings.notification.app.AppBubbleNotificationSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3785 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3786 | android:value="@string/menu_key_apps"/> |
Julia Reynolds | 4e48da9 | 2019-03-26 09:04:22 -0400 | [diff] [blame] | 3787 | </activity> |
| 3788 | |
| 3789 | <activity |
Amber Ogata | 9d5de29 | 2020-12-16 20:37:22 +0000 | [diff] [blame] | 3790 | android:name="Settings$PremiumSmsAccessActivity" |
| 3791 | android:label="@string/premium_sms_access" |
| 3792 | android:exported="true"> |
| 3793 | <intent-filter> |
| 3794 | <action android:name="android.settings.PREMIUM_SMS_SETTINGS" /> |
| 3795 | <category android:name="android.intent.category.DEFAULT" /> |
| 3796 | <data android:scheme="package" /> |
| 3797 | </intent-filter> |
| 3798 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3799 | android:value="com.android.settings.applications.specialaccess.premiumsms.PremiumSmsAccess" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 3800 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3801 | android:value="@string/menu_key_apps"/> |
Amber Ogata | 9d5de29 | 2020-12-16 20:37:22 +0000 | [diff] [blame] | 3802 | </activity> |
| 3803 | |
| 3804 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3805 | android:name="Settings$SoundSettingsActivity" |
| 3806 | android:label="@string/sound_settings" |
| 3807 | android:icon="@drawable/ic_homepage_sound" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3808 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3809 | <intent-filter android:priority="1"> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 3810 | <action android:name="com.android.settings.SOUND_SETTINGS" /> |
| 3811 | <action android:name="android.settings.SOUND_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 3812 | <category android:name="android.intent.category.BROWSABLE" /> |
Kenny Guy | f9f279e | 2017-04-04 18:01:13 +0100 | [diff] [blame] | 3813 | <action android:name="android.settings.ACTION_OTHER_SOUND_SETTINGS" /> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 3814 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3815 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 3816 | <intent-filter android:priority="40"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3817 | <action android:name="android.intent.action.MAIN" /> |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 3818 | <category android:name="com.android.settings.SHORTCUT" /> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 3819 | </intent-filter> |
| 3820 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 3821 | android:value="com.android.settings.notification.SoundSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 3822 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3823 | android:value="@string/menu_key_sound"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 3824 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3825 | android:value="true" /> |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 3826 | </activity> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 3827 | |
Julia Reynolds | ff9500d | 2018-03-21 15:23:13 -0400 | [diff] [blame] | 3828 | <!-- Show apps for which application-level notification settings are applicable --> |
| 3829 | <activity android:name="Settings$NotificationAppListActivity" |
| 3830 | android:label="@string/app_notifications_title" |
| 3831 | android:icon="@drawable/ic_notifications" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 3832 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Fan Zhang | 416ff0a | 2018-10-26 15:39:39 -0700 | [diff] [blame] | 3833 | android:exported="true"> |
Julia Reynolds | ff9500d | 2018-03-21 15:23:13 -0400 | [diff] [blame] | 3834 | <intent-filter android:priority="1"> |
| 3835 | <action android:name="android.settings.ALL_APPS_NOTIFICATION_SETTINGS" /> |
| 3836 | <category android:name="android.intent.category.DEFAULT" /> |
| 3837 | </intent-filter> |
Julia Reynolds | ff9500d | 2018-03-21 15:23:13 -0400 | [diff] [blame] | 3838 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3839 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3840 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3841 | android:value="@string/menu_key_notifications"/> |
Julia Reynolds | ff9500d | 2018-03-21 15:23:13 -0400 | [diff] [blame] | 3842 | </activity> |
| 3843 | |
“Ankita | a6ff897 | 2022-10-03 05:01:00 +0000 | [diff] [blame] | 3844 | <!-- Displays a list of apps available for cloning on the device --> |
| 3845 | <activity android:name=".Settings$ClonedAppsListActivity" |
| 3846 | android:label="@string/cloned_apps_dashboard_title" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 3847 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
“Ankita | a6ff897 | 2022-10-03 05:01:00 +0000 | [diff] [blame] | 3848 | android:exported="true"> |
| 3849 | <intent-filter android:priority="1"> |
| 3850 | <action android:name="android.settings.MANAGE_CLONED_APPS_SETTINGS" /> |
| 3851 | <category android:name="android.intent.category.DEFAULT" /> |
| 3852 | </intent-filter> |
| 3853 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3854 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
| 3855 | </activity> |
| 3856 | |
Yuri Lin | 554ab1f | 2022-04-12 17:05:49 -0400 | [diff] [blame] | 3857 | <!-- Application-level notification settings page, same as above but only accessible |
| 3858 | internally from system server --> |
| 3859 | <activity android:name="Settings$NotificationReviewPermissionsActivity" |
| 3860 | android:label="@string/app_notifications_title" |
| 3861 | android:icon="@drawable/ic_notifications" |
| 3862 | android:exported="false"> |
| 3863 | <intent-filter android:priority="1"> |
| 3864 | <action android:name="android.settings.ALL_APPS_NOTIFICATION_SETTINGS_FOR_REVIEW" /> |
| 3865 | <category android:name="android.intent.category.DEFAULT" /> |
| 3866 | </intent-filter> |
| 3867 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3868 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
| 3869 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3870 | android:value="@string/menu_key_notifications"/> |
| 3871 | </activity> |
| 3872 | |
John Spurlock | 802ddf9 | 2014-07-18 11:51:13 -0400 | [diff] [blame] | 3873 | <!-- Show application-level notification settings (app passed in as extras) --> |
| 3874 | <activity android:name="Settings$AppNotificationSettingsActivity" |
John Spurlock | b8ec343 | 2014-07-27 13:33:34 -0400 | [diff] [blame] | 3875 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3876 | <intent-filter android:priority="1"> |
| 3877 | <action android:name="android.settings.APP_NOTIFICATION_SETTINGS" /> |
| 3878 | <category android:name="android.intent.category.DEFAULT" /> |
| 3879 | </intent-filter> |
John Spurlock | 802ddf9 | 2014-07-18 11:51:13 -0400 | [diff] [blame] | 3880 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 3881 | android:value="com.android.settings.notification.app.AppNotificationSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3882 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3883 | android:value="@string/menu_key_notifications"/> |
John Spurlock | b8ec343 | 2014-07-27 13:33:34 -0400 | [diff] [blame] | 3884 | </activity> |
| 3885 | |
Julia Reynolds | 6949288 | 2017-01-25 10:32:07 -0500 | [diff] [blame] | 3886 | <!-- Show channel-level notification settings (channel passed in as extras) --> |
Julia Reynolds | efe26e2 | 2021-03-10 21:38:49 -0500 | [diff] [blame] | 3887 | <activity android:name=".notification.app.ChannelPanelActivity" |
Julia Reynolds | e2897ae | 2018-04-19 10:04:53 -0400 | [diff] [blame] | 3888 | android:label="@string/notification_channel_title" |
Edgar Wang | 2917c0c | 2023-05-30 08:28:30 +0000 | [diff] [blame] | 3889 | android:theme="@style/Theme.Panel.Material" |
Julia Reynolds | efe26e2 | 2021-03-10 21:38:49 -0500 | [diff] [blame] | 3890 | android:excludeFromRecents="true" |
Valentin Iftime | 1e81f6e | 2023-01-30 10:44:37 +0100 | [diff] [blame] | 3891 | android:configChanges="keyboardHidden|screenSize" |
Julia Reynolds | 6949288 | 2017-01-25 10:32:07 -0500 | [diff] [blame] | 3892 | android:exported="true"> |
| 3893 | <intent-filter android:priority="1"> |
| 3894 | <action android:name="android.settings.CHANNEL_NOTIFICATION_SETTINGS" /> |
| 3895 | <category android:name="android.intent.category.DEFAULT" /> |
| 3896 | </intent-filter> |
Julia Reynolds | 6949288 | 2017-01-25 10:32:07 -0500 | [diff] [blame] | 3897 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 3898 | android:value="com.android.settings.notification.app.ChannelNotificationSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 3899 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3900 | android:value="@string/menu_key_notifications"/> |
Julia Reynolds | 6949288 | 2017-01-25 10:32:07 -0500 | [diff] [blame] | 3901 | </activity> |
| 3902 | |
Zachary Kuznia | 5adcb3d | 2015-08-07 16:32:28 -0700 | [diff] [blame] | 3903 | <!-- Show Manual (from settings item) --> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3904 | <activity |
| 3905 | android:name="ManualDisplayActivity" |
| 3906 | android:label="@string/manual" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3907 | android:exported="true" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3908 | android:enabled="@bool/config_show_manual"> |
Zachary Kuznia | 5adcb3d | 2015-08-07 16:32:28 -0700 | [diff] [blame] | 3909 | <intent-filter> |
| 3910 | <action android:name="android.settings.SHOW_MANUAL" /> |
| 3911 | <category android:name="android.intent.category.DEFAULT" /> |
| 3912 | </intent-filter> |
| 3913 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3914 | android:value="true" /> |
| 3915 | </activity> |
| 3916 | |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 3917 | <!-- Show regulatory info (from settings item or dialing "*#07#") --> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3918 | <activity |
| 3919 | android:name="RegulatoryInfoDisplayActivity" |
Chaohui Wang | 590b4e7 | 2023-07-07 15:31:20 +0800 | [diff] [blame] | 3920 | android:theme="@style/Theme.AlertDialog" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3921 | android:label="@string/regulatory_labels" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3922 | android:exported="true" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3923 | android:enabled="@bool/config_show_regulatory_info"> |
Jeff Sharkey | 3daa259 | 2014-04-18 15:30:15 -0700 | [diff] [blame] | 3924 | <intent-filter> |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 3925 | <action android:name="android.settings.SHOW_REGULATORY_INFO" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 3926 | <category android:name="android.intent.category.BROWSABLE" /> |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 3927 | <category android:name="android.intent.category.DEFAULT" /> |
| 3928 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 3929 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3930 | android:value="true" /> |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 3931 | </activity> |
| 3932 | |
Eugene Susla | 5754412 | 2017-04-14 10:42:59 -0700 | [diff] [blame] | 3933 | <!-- Confirmation dialog for enabling notification access from CompanionDeviceManager --> |
| 3934 | <activity android:name=".notification.NotificationAccessConfirmationActivity" |
Guojing Yuan | 19235b8 | 2021-05-12 17:06:42 +0000 | [diff] [blame] | 3935 | android:taskAffinity=".notification.NotificationAccessConfirmationActivity" |
Eugene Susla | 5754412 | 2017-04-14 10:42:59 -0700 | [diff] [blame] | 3936 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" /> |
| 3937 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3938 | <receiver android:name="com.android.settingslib.bluetooth.BluetoothDiscoverableTimeoutReceiver" |
| 3939 | android:exported="true"> |
Srikanth Uppala | 59a97f7 | 2012-04-04 03:32:22 -0700 | [diff] [blame] | 3940 | <intent-filter> |
| 3941 | <action android:name="android.bluetooth.intent.DISCOVERABLE_TIMEOUT" /> |
| 3942 | </intent-filter> |
| 3943 | </receiver> |
| 3944 | |
Amith Yamasani | 32dccbc | 2012-09-13 18:06:49 -0700 | [diff] [blame] | 3945 | <!-- Watch for ContactsContract.Profile changes and update the user's photo. --> |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3946 | <receiver android:name=".users.ProfileUpdateReceiver" |
| 3947 | android:exported="true"> |
Amith Yamasani | 32dccbc | 2012-09-13 18:06:49 -0700 | [diff] [blame] | 3948 | <intent-filter> |
| 3949 | <action android:name="android.provider.Contacts.PROFILE_CHANGED" /> |
| 3950 | </intent-filter> |
| 3951 | </receiver> |
| 3952 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3953 | <receiver android:name=".sim.SimSelectNotification" |
| 3954 | android:exported="true"> |
PauloftheWest | 63f7bc8 | 2014-10-30 08:01:30 -0700 | [diff] [blame] | 3955 | <intent-filter> |
Malcolm Chen | a05e6f8 | 2019-03-27 17:45:29 -0700 | [diff] [blame] | 3956 | <action android:name="android.telephony.action.PRIMARY_SUBSCRIPTION_LIST_CHANGED"/> |
Malcolm Chen | 7dd82f9 | 2019-04-18 19:45:04 -0700 | [diff] [blame] | 3957 | <action android:name="android.settings.ENABLE_MMS_DATA_REQUEST"/> |
PauloftheWest | 63f7bc8 | 2014-10-30 08:01:30 -0700 | [diff] [blame] | 3958 | </intent-filter> |
| 3959 | </receiver> |
| 3960 | |
Amith Yamasani | 2ad9625 | 2013-09-09 13:07:27 -0700 | [diff] [blame] | 3961 | <provider |
Aurimas Liutikas | e0069d3 | 2018-04-17 11:22:43 -0700 | [diff] [blame] | 3962 | android:name="androidx.core.content.FileProvider" |
Chaohui Wang | bb4d025 | 2022-10-12 17:41:07 +0800 | [diff] [blame] | 3963 | android:authorities="${applicationId}.files" |
Amith Yamasani | 2ad9625 | 2013-09-09 13:07:27 -0700 | [diff] [blame] | 3964 | android:grantUriPermissions="true" |
| 3965 | android:exported="false"> |
| 3966 | <meta-data |
| 3967 | android:name="android.support.FILE_PROVIDER_PATHS" |
| 3968 | android:resource="@xml/file_paths" /> |
| 3969 | </provider> |
Fabrice Di Meglio | fa7dc24 | 2014-03-12 19:24:43 -0700 | [diff] [blame] | 3970 | |
Andrew Sapperstein | 56a8c33 | 2019-06-18 09:44:18 -0700 | [diff] [blame] | 3971 | <provider |
| 3972 | android:name=".deviceinfo.legal.ModuleLicenseProvider" |
Chaohui Wang | bb4d025 | 2022-10-12 17:41:07 +0800 | [diff] [blame] | 3973 | android:authorities="${applicationId}.module_licenses" |
Andrew Sapperstein | 56a8c33 | 2019-06-18 09:44:18 -0700 | [diff] [blame] | 3974 | android:grantUriPermissions="true" |
| 3975 | android:exported="false"/> |
| 3976 | |
Fan Zhang | 9fdceae | 2021-03-10 21:45:19 +0000 | [diff] [blame] | 3977 | <provider |
| 3978 | android:name=".emergency.EmergencyActionContentProvider" |
Chaohui Wang | bb4d025 | 2022-10-12 17:41:07 +0800 | [diff] [blame] | 3979 | android:authorities="${applicationId}.emergency" |
Fan Zhang | 9fdceae | 2021-03-10 21:45:19 +0000 | [diff] [blame] | 3980 | android:permission="android.permission.CALL_PRIVILEGED" |
| 3981 | android:exported="true"/> |
| 3982 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3983 | <activity |
| 3984 | android:name=".wifi.RequestToggleWiFiActivity" |
| 3985 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" |
Svetoslav Ganov | 871078e | 2016-07-26 18:26:45 -0700 | [diff] [blame] | 3986 | android:excludeFromRecents="true" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3987 | android:exported="true" |
Svetoslav Ganov | 871078e | 2016-07-26 18:26:45 -0700 | [diff] [blame] | 3988 | android:permission="android.permission.CHANGE_WIFI_STATE"> |
| 3989 | <intent-filter> |
| 3990 | <action android:name="android.net.wifi.action.REQUEST_ENABLE" /> |
| 3991 | <action android:name="android.net.wifi.action.REQUEST_DISABLE" /> |
| 3992 | <category android:name="android.intent.category.DEFAULT" /> |
| 3993 | </intent-filter> |
| 3994 | </activity> |
| 3995 | |
Weng Su | 56a8888 | 2021-07-06 11:30:17 +0800 | [diff] [blame] | 3996 | <!-- |
| 3997 | The Wi-Fi result data will only be returned from WifiDialogActivity if the calling |
| 3998 | package has ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission. (see b/185126813) |
| 3999 | --> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 4000 | <activity |
| 4001 | android:name=".wifi.WifiDialogActivity" |
Udam Saini | 86d52c9 | 2016-03-10 11:30:53 -0800 | [diff] [blame] | 4002 | android:label="" |
Maurice Lam | 771fac5 | 2015-09-08 10:36:43 -0700 | [diff] [blame] | 4003 | android:theme="@style/Transparent" |
| 4004 | android:excludeFromRecents="true" |
lindatseng | 8d7d013 | 2019-05-21 14:41:11 -0700 | [diff] [blame] | 4005 | android:documentLaunchMode="always" |
Maurice Lam | ec1f2ee | 2015-10-29 16:40:49 -0700 | [diff] [blame] | 4006 | android:exported="true" |
Udam Saini | 0ec6862 | 2015-12-21 10:52:34 -0800 | [diff] [blame] | 4007 | android:permission="android.permission.CHANGE_WIFI_STATE" |
Weng Su | 179fc5e | 2023-04-24 12:29:34 +0800 | [diff] [blame] | 4008 | android:configChanges="orientation|keyboard|keyboardHidden|screenSize|smallestScreenSize|screenLayout"> |
Maurice Lam | 771fac5 | 2015-09-08 10:36:43 -0700 | [diff] [blame] | 4009 | <intent-filter> |
| 4010 | <action android:name="com.android.settings.WIFI_DIALOG" /> |
| 4011 | <category android:name="android.intent.category.DEFAULT" /> |
| 4012 | </intent-filter> |
| 4013 | </activity> |
| 4014 | |
cosmohsieh | da37bb7 | 2018-11-26 11:58:02 +0800 | [diff] [blame] | 4015 | <activity |
| 4016 | android:name=".wifi.NetworkRequestDialogActivity" |
govenliu | dbf920c | 2019-08-19 16:22:22 +0800 | [diff] [blame] | 4017 | android:theme="@style/Theme.AlertDialog" |
cosmohsieh | da37bb7 | 2018-11-26 11:58:02 +0800 | [diff] [blame] | 4018 | android:excludeFromRecents="true" |
cosmohsieh | ed2fac1 | 2019-03-21 13:32:19 +0800 | [diff] [blame] | 4019 | android:launchMode="singleTop" |
| 4020 | android:taskAffinity=".wifi.NetworkRequestDialogActivity" |
cosmohsieh | da37bb7 | 2018-11-26 11:58:02 +0800 | [diff] [blame] | 4021 | android:exported="true" |
Hiroki Sato | 5959d68 | 2023-12-15 12:35:56 +0900 | [diff] [blame] | 4022 | android:configChanges="orientation|keyboard|keyboardHidden|screenSize|smallestScreenSize|screenLayout" |
Roshan Pius | b2db1f0 | 2019-11-19 15:45:40 +0000 | [diff] [blame] | 4023 | android:permission="android.permission.NETWORK_SETTINGS"> |
cosmohsieh | da37bb7 | 2018-11-26 11:58:02 +0800 | [diff] [blame] | 4024 | <intent-filter> |
cosmohsieh | 1e2e614 | 2019-01-11 10:02:24 +0800 | [diff] [blame] | 4025 | <action android:name="com.android.settings.wifi.action.NETWORK_REQUEST" /> |
cosmohsieh | da37bb7 | 2018-11-26 11:58:02 +0800 | [diff] [blame] | 4026 | <category android:name="android.intent.category.DEFAULT" /> |
| 4027 | </intent-filter> |
| 4028 | </activity> |
| 4029 | |
Jason Chiu | 2c3e6c6 | 2019-04-30 14:41:19 +0800 | [diff] [blame] | 4030 | <receiver |
Jason Chiu | da2ca2f | 2019-01-29 17:13:28 +0800 | [diff] [blame] | 4031 | android:name=".wifi.slice.ConnectToWifiHandler" |
Jason Chiu | da2ca2f | 2019-01-29 17:13:28 +0800 | [diff] [blame] | 4032 | android:exported="false" /> |
| 4033 | |
Antony Sargent | a7dc277 | 2019-04-12 15:08:16 -0700 | [diff] [blame] | 4034 | <activity |
| 4035 | android:name=".sim.SimDialogActivity" |
SongFerngWang | be8f279 | 2021-12-21 12:58:12 +0800 | [diff] [blame] | 4036 | android:theme="@style/Theme.AlertDialog.SimConfirmDialog" |
Antony Sargent | a7dc277 | 2019-04-12 15:08:16 -0700 | [diff] [blame] | 4037 | android:label="@string/sim_settings_title" |
| 4038 | android:launchMode="singleTop" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4039 | android:exported="true" |
Antony Sargent | a7dc277 | 2019-04-12 15:08:16 -0700 | [diff] [blame] | 4040 | android:excludeFromRecents="true"> |
PauloftheWest | ffef98b | 2014-11-18 07:12:48 -0800 | [diff] [blame] | 4041 | <intent-filter> |
| 4042 | <action android:name="android.intent.action.MAIN" /> |
PauloftheWest | ffef98b | 2014-11-18 07:12:48 -0800 | [diff] [blame] | 4043 | </intent-filter> |
| 4044 | </activity> |
| 4045 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 4046 | <activity |
Fan Zhang | 03dd39c | 2019-04-02 16:41:01 -0700 | [diff] [blame] | 4047 | android:name=".flashlight.FlashlightHandleActivity" |
| 4048 | android:theme="@android:style/Theme.NoDisplay" |
| 4049 | android:excludeFromRecents="true" |
| 4050 | android:exported="true" |
| 4051 | android:label="@string/power_flashlight"/> |
| 4052 | |
| 4053 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 4054 | android:name="Settings$WifiCallingSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4055 | android:exported="true" |
Zoey Chen | 6cf16b0 | 2021-11-01 16:46:12 +0800 | [diff] [blame] | 4056 | android:configChanges="orientation|keyboard|keyboardHidden|screenSize|smallestScreenSize|screenLayout" |
Fan Zhang | 416ff0a | 2018-10-26 15:39:39 -0700 | [diff] [blame] | 4057 | android:label="@string/wifi_calling_settings_title"> |
Pavel Zhamaitsiak | 4ab3256 | 2015-02-23 15:34:07 -0800 | [diff] [blame] | 4058 | <intent-filter> |
| 4059 | <action android:name="android.intent.action.MAIN" /> |
| 4060 | <action android:name="android.settings.WIFI_CALLING_SETTINGS" /> |
| 4061 | <category android:name="android.intent.category.DEFAULT" /> |
| 4062 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 4063 | </intent-filter> |
| 4064 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | b91db42 | 2018-02-09 10:25:55 -0800 | [diff] [blame] | 4065 | android:value="com.android.settings.wifi.calling.WifiCallingSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4066 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4067 | android:value="@string/menu_key_network"/> |
Pavel Zhamaitsiak | 4ab3256 | 2015-02-23 15:34:07 -0800 | [diff] [blame] | 4068 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4069 | android:value="true" /> |
Pavel Zhamaitsiak | 4ab3256 | 2015-02-23 15:34:07 -0800 | [diff] [blame] | 4070 | </activity> |
| 4071 | |
Fan Zhang | b91db42 | 2018-02-09 10:25:55 -0800 | [diff] [blame] | 4072 | <activity android:name=".wifi.calling.WifiCallingSuggestionActivity" |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 4073 | android:label="@string/wifi_calling_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4074 | android:exported="true" |
Mill Chen | 7195800 | 2019-01-23 10:44:39 +0800 | [diff] [blame] | 4075 | android:icon="@drawable/ic_suggestion_wireless"> |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 4076 | <intent-filter> |
| 4077 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | 7afbf0f | 2017-05-08 09:31:01 -0700 | [diff] [blame] | 4078 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 4079 | </intent-filter> |
| 4080 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | b91db42 | 2018-02-09 10:25:55 -0800 | [diff] [blame] | 4081 | android:value="com.android.settings.wifi.calling.WifiCallingSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4082 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4083 | android:value="@string/menu_key_network"/> |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 4084 | <meta-data android:name="com.android.settings.dismiss" |
Fan Zhang | af91c1f | 2017-06-03 15:24:11 -0700 | [diff] [blame] | 4085 | android:value="10,14,30" /> |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 4086 | <meta-data android:name="com.android.settings.title" |
| 4087 | android:resource="@string/wifi_calling_suggestion_title" /> |
Jason Monk | ec1f28e | 2016-02-24 17:39:29 -0500 | [diff] [blame] | 4088 | <meta-data android:name="com.android.settings.summary" |
| 4089 | android:resource="@string/wifi_calling_suggestion_summary" /> |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 4090 | </activity> |
| 4091 | |
Fabrice Di Meglio | fa7dc24 | 2014-03-12 19:24:43 -0700 | [diff] [blame] | 4092 | <provider |
| 4093 | android:name=".search.SettingsSearchIndexablesProvider" |
Chaohui Wang | bb4d025 | 2022-10-12 17:41:07 +0800 | [diff] [blame] | 4094 | android:authorities="${applicationId}" |
Fabrice Di Meglio | fa7dc24 | 2014-03-12 19:24:43 -0700 | [diff] [blame] | 4095 | android:multiprocess="false" |
| 4096 | android:grantUriPermissions="true" |
| 4097 | android:permission="android.permission.READ_SEARCH_INDEXABLES" |
| 4098 | android:exported="true"> |
| 4099 | <intent-filter> |
| 4100 | <action android:name="android.content.action.SEARCH_INDEXABLES_PROVIDER" /> |
| 4101 | </intent-filter> |
| 4102 | </provider> |
| 4103 | |
Fan Zhang | 2985a07 | 2017-09-27 17:32:46 -0700 | [diff] [blame] | 4104 | <provider |
| 4105 | android:name=".dashboard.suggestions.SuggestionStateProvider" |
Chaohui Wang | bb4d025 | 2022-10-12 17:41:07 +0800 | [diff] [blame] | 4106 | android:authorities="${applicationId}.suggestions.status" |
Fan Zhang | 2985a07 | 2017-09-27 17:32:46 -0700 | [diff] [blame] | 4107 | android:exported="true"> |
| 4108 | <intent-filter> |
| 4109 | <action android:name="com.android.settings.action.SUGGESTION_STATE_PROVIDER" /> |
| 4110 | </intent-filter> |
| 4111 | </provider> |
| 4112 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 4113 | <activity |
| 4114 | android:name="Settings$OverlaySettingsActivity" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 4115 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4116 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 4117 | android:label="@string/draw_overlay"> |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 4118 | <intent-filter android:priority="1"> |
| 4119 | <action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" /> |
| 4120 | <category android:name="android.intent.category.DEFAULT" /> |
| 4121 | </intent-filter> |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 4122 | <intent-filter android:priority="1"> |
| 4123 | <action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" /> |
| 4124 | <category android:name="android.intent.category.DEFAULT" /> |
| 4125 | <data android:scheme="package" /> |
| 4126 | </intent-filter> |
| 4127 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Bernardo Rufino | 897a0e0 | 2019-11-06 15:00:27 +0000 | [diff] [blame] | 4128 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4129 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4130 | android:value="@string/menu_key_apps"/> |
Raff Tsai | 613f15a | 2020-01-05 21:56:35 +0800 | [diff] [blame] | 4131 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4132 | android:value="true" /> |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 4133 | </activity> |
| 4134 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 4135 | <activity |
Bernardo Rufino | 8854031 | 2019-11-25 19:40:53 +0000 | [diff] [blame] | 4136 | android:name="Settings$AppDrawOverlaySettingsActivity" |
| 4137 | android:label="@string/draw_overlay" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4138 | android:exported="true" |
Bernardo Rufino | 8854031 | 2019-11-25 19:40:53 +0000 | [diff] [blame] | 4139 | android:permission="android.permission.INTERNAL_SYSTEM_WINDOW"> |
| 4140 | <intent-filter android:priority="1"> |
| 4141 | <action android:name="android.settings.MANAGE_APP_OVERLAY_PERMISSION" /> |
| 4142 | <category android:name="android.intent.category.DEFAULT" /> |
| 4143 | <data android:scheme="package" /> |
| 4144 | </intent-filter> |
| 4145 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4146 | android:value="com.android.settings.applications.appinfo.DrawOverlayDetails" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4147 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4148 | android:value="@string/menu_key_apps"/> |
Bernardo Rufino | 8854031 | 2019-11-25 19:40:53 +0000 | [diff] [blame] | 4149 | </activity> |
| 4150 | |
| 4151 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 4152 | android:name="Settings$WriteSettingsActivity" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 4153 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4154 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 4155 | android:label="@string/write_settings_title"> |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 4156 | <intent-filter android:priority="1"> |
| 4157 | <action android:name="android.settings.action.MANAGE_WRITE_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 4158 | <category android:name="android.intent.category.BROWSABLE" /> |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 4159 | <category android:name="android.intent.category.DEFAULT" /> |
| 4160 | </intent-filter> |
Billy Lau | bb3aa26 | 2015-07-21 16:43:17 +0100 | [diff] [blame] | 4161 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 4162 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4163 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4164 | android:value="@string/menu_key_apps"/> |
Raff Tsai | 613f15a | 2020-01-05 21:56:35 +0800 | [diff] [blame] | 4165 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4166 | android:value="true" /> |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 4167 | </activity> |
| 4168 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 4169 | <activity |
| 4170 | android:name="Settings$AppWriteSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4171 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 4172 | android:label="@string/write_settings_title"> |
Suprabh Shukla | f59d211 | 2017-03-06 17:51:05 -0800 | [diff] [blame] | 4173 | <intent-filter android:priority="1"> |
| 4174 | <action android:name="android.settings.action.MANAGE_WRITE_SETTINGS" /> |
| 4175 | <category android:name="android.intent.category.DEFAULT" /> |
| 4176 | <data android:scheme="package" /> |
| 4177 | </intent-filter> |
| 4178 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Doris Ling | ebf8843 | 2017-12-11 11:18:10 -0800 | [diff] [blame] | 4179 | android:value="com.android.settings.applications.appinfo.WriteSettingsDetails" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4180 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4181 | android:value="@string/menu_key_apps"/> |
Suprabh Shukla | f59d211 | 2017-03-06 17:51:05 -0800 | [diff] [blame] | 4182 | </activity> |
| 4183 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 4184 | <activity |
Suprabh Shukla | c8b9240 | 2021-02-17 18:00:35 -0800 | [diff] [blame] | 4185 | android:name="Settings$AlarmsAndRemindersActivity" |
| 4186 | android:exported="true" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 4187 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Suprabh Shukla | c8b9240 | 2021-02-17 18:00:35 -0800 | [diff] [blame] | 4188 | android:label="@string/alarms_and_reminders_label"> |
| 4189 | <intent-filter android:priority="1"> |
| 4190 | <action android:name="android.settings.REQUEST_SCHEDULE_EXACT_ALARM" /> |
| 4191 | <category android:name="android.intent.category.DEFAULT" /> |
| 4192 | </intent-filter> |
| 4193 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4194 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4195 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4196 | android:value="@string/menu_key_apps"/> |
Suprabh Shukla | c8b9240 | 2021-02-17 18:00:35 -0800 | [diff] [blame] | 4197 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4198 | android:value="true" /> |
| 4199 | </activity> |
| 4200 | |
| 4201 | <activity |
| 4202 | android:name="Settings$AlarmsAndRemindersAppActivity" |
| 4203 | android:exported="true" |
| 4204 | android:label="@string/alarms_and_reminders_label"> |
| 4205 | <intent-filter android:priority="1"> |
| 4206 | <action android:name="android.settings.REQUEST_SCHEDULE_EXACT_ALARM" /> |
| 4207 | <category android:name="android.intent.category.DEFAULT" /> |
| 4208 | <data android:scheme="package" /> |
| 4209 | </intent-filter> |
| 4210 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4211 | android:value="com.android.settings.applications.appinfo.AlarmsAndRemindersDetails" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4212 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4213 | android:value="@string/menu_key_apps"/> |
Suprabh Shukla | c8b9240 | 2021-02-17 18:00:35 -0800 | [diff] [blame] | 4214 | </activity> |
| 4215 | |
| 4216 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 4217 | android:name="Settings$ManageExternalSourcesActivity" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 4218 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4219 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 4220 | android:label="@string/install_other_apps"> |
Suprabh Shukla | 57d9231 | 2016-12-16 14:44:05 -0800 | [diff] [blame] | 4221 | <intent-filter android:priority="1"> |
Suprabh Shukla | ed0ba74 | 2017-04-20 16:02:54 -0700 | [diff] [blame] | 4222 | <action android:name="android.settings.MANAGE_UNKNOWN_APP_SOURCES" /> |
Suprabh Shukla | 57d9231 | 2016-12-16 14:44:05 -0800 | [diff] [blame] | 4223 | <category android:name="android.intent.category.DEFAULT" /> |
| 4224 | </intent-filter> |
| 4225 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 4226 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4227 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4228 | android:value="@string/menu_key_apps"/> |
Raff Tsai | 613f15a | 2020-01-05 21:56:35 +0800 | [diff] [blame] | 4229 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4230 | android:value="true" /> |
Suprabh Shukla | 57d9231 | 2016-12-16 14:44:05 -0800 | [diff] [blame] | 4231 | </activity> |
| 4232 | |
Suprabh Shukla | f59d211 | 2017-03-06 17:51:05 -0800 | [diff] [blame] | 4233 | <activity android:name="Settings$ManageAppExternalSourcesActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4234 | android:exported="true" |
Fan Zhang | 416ff0a | 2018-10-26 15:39:39 -0700 | [diff] [blame] | 4235 | android:label="@string/install_other_apps"> |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 4236 | <intent-filter android:priority="1"> |
Suprabh Shukla | ed0ba74 | 2017-04-20 16:02:54 -0700 | [diff] [blame] | 4237 | <action android:name="android.settings.MANAGE_UNKNOWN_APP_SOURCES" /> |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 4238 | <category android:name="android.intent.category.DEFAULT" /> |
| 4239 | <data android:scheme="package" /> |
| 4240 | </intent-filter> |
| 4241 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Doris Ling | ebf8843 | 2017-12-11 11:18:10 -0800 | [diff] [blame] | 4242 | android:value="com.android.settings.applications.appinfo.ExternalSourcesDetails" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4243 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4244 | android:value="@string/menu_key_apps"/> |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 4245 | </activity> |
| 4246 | |
arangelov | e35badd | 2017-10-27 13:51:28 +0100 | [diff] [blame] | 4247 | <activity android:name=".enterprise.ActionDisabledByAdminDialog" |
Edgar Wang | 83507b5 | 2021-05-27 00:47:03 +0800 | [diff] [blame] | 4248 | android:theme="@style/Theme.AlertDialog" |
Mill Chen | 078af33 | 2019-04-04 15:39:27 -0700 | [diff] [blame] | 4249 | android:taskAffinity="com.android.settings.enterprise" |
Sudheer Shanka | fee4e3e | 2016-02-18 17:48:01 +0000 | [diff] [blame] | 4250 | android:excludeFromRecents="true" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4251 | android:exported="true" |
Sudheer Shanka | fee4e3e | 2016-02-18 17:48:01 +0000 | [diff] [blame] | 4252 | android:launchMode="singleTop"> |
Sudheer Shanka | bc1c50c | 2018-02-13 17:19:38 -0800 | [diff] [blame] | 4253 | <intent-filter android:priority="1"> |
Sudheer Shanka | cb99d94 | 2015-12-31 17:46:29 +0000 | [diff] [blame] | 4254 | <action android:name="android.settings.SHOW_ADMIN_SUPPORT_DETAILS" /> |
Sudheer Shanka | 9159fe9 | 2015-11-23 12:07:05 +0000 | [diff] [blame] | 4255 | <category android:name="android.intent.category.DEFAULT" /> |
| 4256 | </intent-filter> |
| 4257 | </activity> |
| 4258 | |
Ricky Wai | c76a11f | 2022-01-25 23:04:26 +0000 | [diff] [blame] | 4259 | <activity android:name=".ActionDisabledByAppOpsDialog" |
| 4260 | android:theme="@style/Theme.AlertDialog" |
| 4261 | android:taskAffinity="com.android.settings.appops" |
| 4262 | android:excludeFromRecents="true" |
menghanli | 3676d1b | 2022-12-26 11:55:04 +0800 | [diff] [blame] | 4263 | android:exported="true" |
Ricky Wai | c76a11f | 2022-01-25 23:04:26 +0000 | [diff] [blame] | 4264 | android:launchMode="singleTop"> |
| 4265 | <intent-filter android:priority="1"> |
| 4266 | <action android:name="android.settings.SHOW_RESTRICTED_SETTING_DIALOG" /> |
| 4267 | <category android:name="android.intent.category.DEFAULT" /> |
| 4268 | </intent-filter> |
| 4269 | </activity> |
| 4270 | |
shafik | a54d7a8 | 2020-01-08 18:03:22 +0000 | [diff] [blame] | 4271 | <activity |
| 4272 | android:name="Settings$ManageExternalStorageActivity" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 4273 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4274 | android:exported="true" |
shafik | a54d7a8 | 2020-01-08 18:03:22 +0000 | [diff] [blame] | 4275 | android:label="@string/manage_external_storage_title"> |
| 4276 | <intent-filter android:priority="1"> |
| 4277 | <action android:name="android.settings.MANAGE_ALL_FILES_ACCESS_PERMISSION" /> |
| 4278 | <category android:name="android.intent.category.DEFAULT" /> |
| 4279 | </intent-filter> |
| 4280 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4281 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4282 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4283 | android:value="@string/menu_key_storage"/> |
shafik | a54d7a8 | 2020-01-08 18:03:22 +0000 | [diff] [blame] | 4284 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4285 | android:value="true" /> |
| 4286 | </activity> |
| 4287 | |
| 4288 | <activity |
| 4289 | android:name="Settings$AppManageExternalStorageActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4290 | android:exported="true" |
shafik | c3284492 | 2020-01-20 16:01:21 +0000 | [diff] [blame] | 4291 | android:label="@string/manage_external_storage_title"> |
shafik | a54d7a8 | 2020-01-08 18:03:22 +0000 | [diff] [blame] | 4292 | <intent-filter android:priority="1"> |
| 4293 | <action android:name="android.settings.MANAGE_APP_ALL_FILES_ACCESS_PERMISSION" /> |
| 4294 | <category android:name="android.intent.category.DEFAULT" /> |
| 4295 | <data android:scheme="package" /> |
| 4296 | </intent-filter> |
| 4297 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4298 | android:value="com.android.settings.applications.appinfo.ManageExternalStorageDetails" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4299 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4300 | android:value="@string/menu_key_apps"/> |
shafik | a54d7a8 | 2020-01-08 18:03:22 +0000 | [diff] [blame] | 4301 | </activity> |
| 4302 | |
Ivan Chiang | d01c81e | 2021-03-09 10:39:45 +0800 | [diff] [blame] | 4303 | <activity |
| 4304 | android:name="Settings$MediaManagementAppsActivity" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 4305 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Ivan Chiang | d01c81e | 2021-03-09 10:39:45 +0800 | [diff] [blame] | 4306 | android:exported="true" |
| 4307 | android:label="@string/media_management_apps_title"> |
| 4308 | <intent-filter android:priority="1"> |
| 4309 | <action android:name="android.settings.REQUEST_MANAGE_MEDIA" /> |
| 4310 | <category android:name="android.intent.category.DEFAULT" /> |
| 4311 | </intent-filter> |
| 4312 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4313 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4314 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4315 | android:value="@string/menu_key_apps"/> |
Ivan Chiang | d01c81e | 2021-03-09 10:39:45 +0800 | [diff] [blame] | 4316 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4317 | android:value="true" /> |
| 4318 | </activity> |
| 4319 | |
| 4320 | <activity |
| 4321 | android:name="Settings$AppMediaManagementAppsActivity" |
| 4322 | android:exported="true" |
| 4323 | android:label="@string/media_management_apps_title"> |
| 4324 | <intent-filter android:priority="1"> |
| 4325 | <action android:name="android.settings.REQUEST_MANAGE_MEDIA" /> |
| 4326 | <category android:name="android.intent.category.DEFAULT" /> |
| 4327 | <data android:scheme="package" /> |
| 4328 | </intent-filter> |
| 4329 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4330 | android:value="com.android.settings.applications.appinfo.MediaManagementAppsDetails" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4331 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4332 | android:value="@string/menu_key_apps"/> |
Ivan Chiang | d01c81e | 2021-03-09 10:39:45 +0800 | [diff] [blame] | 4333 | </activity> |
| 4334 | |
Anubhav Kakkar | 642bc5a | 2023-11-29 08:18:16 +0000 | [diff] [blame] | 4335 | <!-- @FlaggedApi("com.android.media.flags.enable_privileged_routing_for_media_routing_control") --> |
| 4336 | <activity-alias |
| 4337 | android:name="MediaRoutingControlActivity" |
| 4338 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
| 4339 | android:exported="true" |
| 4340 | android:targetActivity=".spa.SpaBridgeActivity" |
| 4341 | android:label="@string/media_routing_control_title"> |
| 4342 | <intent-filter android:priority="1"> |
| 4343 | <action android:name="android.settings.REQUEST_MEDIA_ROUTING_CONTROL" /> |
| 4344 | <category android:name="android.intent.category.DEFAULT" /> |
| 4345 | </intent-filter> |
| 4346 | <meta-data android:name="com.android.settings.spa.DESTINATION" |
| 4347 | android:value="TogglePermissionAppList/MediaRoutingControl"/> |
| 4348 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4349 | android:value="@string/menu_key_apps"/> |
Anubhav Kakkar | e79fcbe | 2023-12-08 08:48:26 +0000 | [diff] [blame] | 4350 | </activity-alias> |
| 4351 | |
| 4352 | <activity-alias |
| 4353 | android:name="AppMediaRoutingControlActivity" |
| 4354 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
| 4355 | android:exported="true" |
| 4356 | android:targetActivity=".spa.SpaAppBridgeActivity" |
| 4357 | android:label="@string/media_routing_control_title"> |
| 4358 | <intent-filter android:priority="1"> |
| 4359 | <action android:name="android.settings.REQUEST_MEDIA_ROUTING_CONTROL" /> |
| 4360 | <category android:name="android.intent.category.DEFAULT" /> |
| 4361 | <data android:scheme="package" /> |
| 4362 | </intent-filter> |
| 4363 | <meta-data android:name="com.android.settings.spa.DESTINATION" |
| 4364 | android:value="TogglePermissionAppInfoPage/MediaRoutingControl"/> |
| 4365 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4366 | android:value="@string/menu_key_apps"/> |
Anubhav Kakkar | 642bc5a | 2023-11-29 08:18:16 +0000 | [diff] [blame] | 4367 | </activity-alias> |
| 4368 | |
Gustav Sennton | 4d3334c | 2016-12-13 19:16:48 +0000 | [diff] [blame] | 4369 | <!-- Keep compatibility with old WebView-picker implementation --> |
| 4370 | <activity-alias android:name=".WebViewImplementation" |
Gustav Sennton | 5b59628 | 2017-02-03 16:19:02 +0000 | [diff] [blame] | 4371 | android:targetActivity="Settings$WebViewAppPickerActivity" |
Jason Monk | 7519954 | 2016-05-06 15:09:32 -0400 | [diff] [blame] | 4372 | android:exported="true" |
| 4373 | android:excludeFromRecents="true" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 4374 | android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Jason Monk | 7519954 | 2016-05-06 15:09:32 -0400 | [diff] [blame] | 4375 | <intent-filter> |
| 4376 | <action android:name="android.settings.WEBVIEW_SETTINGS" /> |
| 4377 | <category android:name="android.intent.category.DEFAULT" /> |
| 4378 | </intent-filter> |
| 4379 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4380 | android:value="true" /> |
Gustav Sennton | 5b59628 | 2017-02-03 16:19:02 +0000 | [diff] [blame] | 4381 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4382 | android:value="com.android.settings.webview.WebViewAppPicker" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 4383 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4384 | android:value="@string/menu_key_system"/> |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 4385 | </activity-alias> |
Doris Ling | 9136523 | 2016-05-23 17:06:26 -0700 | [diff] [blame] | 4386 | |
Chandan Nath | 0bfef63 | 2019-01-28 21:15:13 +0000 | [diff] [blame] | 4387 | <activity android:name=".backup.UserBackupSettingsActivity" |
Doris Ling | 26bf003 | 2016-06-15 18:16:09 -0700 | [diff] [blame] | 4388 | android:label="@string/privacy_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4389 | android:exported="true" |
Chandan Nath | 0bfef63 | 2019-01-28 21:15:13 +0000 | [diff] [blame] | 4390 | android:icon="@drawable/ic_settings_backup"> |
Doris Ling | 26bf003 | 2016-06-15 18:16:09 -0700 | [diff] [blame] | 4391 | <intent-filter> |
| 4392 | <action android:name="android.intent.action.MAIN" /> |
| 4393 | <category android:name="android.intent.category.DEFAULT" /> |
| 4394 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 4395 | </intent-filter> |
Chandan Nath | 0bfef63 | 2019-01-28 21:15:13 +0000 | [diff] [blame] | 4396 | <!-- Mark the activity as a dynamic setting --> |
| 4397 | <intent-filter> |
| 4398 | <action android:name="com.android.settings.action.IA_SETTINGS" /> |
| 4399 | </intent-filter> |
| 4400 | <!-- Tell Settings app which category it belongs to --> |
| 4401 | <meta-data android:name="com.android.settings.category" |
| 4402 | android:value="com.android.settings.category.ia.system" /> |
Jason Chiu | 5f0fc1f | 2021-05-24 18:27:42 +0800 | [diff] [blame] | 4403 | <meta-data android:name="com.android.settings.icon" |
| 4404 | android:resource="@drawable/ic_settings_backup" /> |
Chandan Nath | 0bfef63 | 2019-01-28 21:15:13 +0000 | [diff] [blame] | 4405 | <meta-data android:name="com.android.settings.order" android:value="-60"/> |
Doris Ling | 26bf003 | 2016-06-15 18:16:09 -0700 | [diff] [blame] | 4406 | </activity> |
| 4407 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 4408 | <activity |
| 4409 | android:name="Settings$AutomaticStorageManagerSettingsActivity" |
| 4410 | android:exported="@bool/config_storage_manager_settings_enabled" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 4411 | android:label="@string/automatic_storage_manager_settings"> |
Daniel Nishi | 3981889 | 2016-09-20 16:40:49 -0700 | [diff] [blame] | 4412 | <intent-filter android:priority="1"> |
| 4413 | <action android:name="android.settings.STORAGE_MANAGER_SETTINGS" /> |
| 4414 | <category android:name="android.intent.category.DEFAULT" /> |
| 4415 | </intent-filter> |
| 4416 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4417 | android:value="com.android.settings.deletionhelper.AutomaticStorageManagerSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 4418 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4419 | android:value="@string/menu_key_storage"/> |
Daniel Nishi | 3981889 | 2016-09-20 16:40:49 -0700 | [diff] [blame] | 4420 | </activity> |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 4421 | |
Sean Stout | 6441723 | 2019-04-05 12:34:44 -0700 | [diff] [blame] | 4422 | <!-- Show app-level advanced power usage details (app passed in as extras) --> |
| 4423 | <activity |
| 4424 | android:name=".fuelgauge.AdvancedPowerUsageDetailActivity" |
| 4425 | android:excludeFromRecents="true" |
| 4426 | android:launchMode="singleInstance" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4427 | android:exported="true" |
Sean Stout | 6441723 | 2019-04-05 12:34:44 -0700 | [diff] [blame] | 4428 | android:theme="@android:style/Theme.NoDisplay"> |
| 4429 | <intent-filter> |
Sean Stout | 75ea57a | 2020-07-14 23:32:14 +0000 | [diff] [blame] | 4430 | <action android:name="android.settings.VIEW_ADVANCED_POWER_USAGE_DETAIL" /> |
Sean Stout | 6441723 | 2019-04-05 12:34:44 -0700 | [diff] [blame] | 4431 | <category android:name="android.intent.category.DEFAULT" /> |
| 4432 | <data android:scheme="package" /> |
| 4433 | </intent-filter> |
| 4434 | </activity> |
| 4435 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 4436 | <activity |
Yanting Yang | 92fce8e | 2020-12-17 23:26:49 +0800 | [diff] [blame] | 4437 | android:name=".Settings$AppDashboardActivity" |
| 4438 | android:label="@string/apps_dashboard_title" |
| 4439 | android:icon="@drawable/ic_homepage_apps" |
| 4440 | android:exported="true"> |
| 4441 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4442 | android:value="com.android.settings.applications.AppDashboardFragment"/> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 4443 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4444 | android:value="@string/menu_key_apps"/> |
Yanting Yang | 92fce8e | 2020-12-17 23:26:49 +0800 | [diff] [blame] | 4445 | </activity> |
| 4446 | |
| 4447 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 4448 | android:name=".Settings$AccountDashboardActivity" |
| 4449 | android:label="@string/account_dashboard_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4450 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 4451 | android:icon="@drawable/ic_homepage_accounts"> |
Fan Zhang | e2de8d5 | 2017-02-13 12:28:43 -0800 | [diff] [blame] | 4452 | <intent-filter android:priority="1"> |
| 4453 | <action android:name="android.settings.SYNC_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 4454 | <category android:name="android.intent.category.BROWSABLE" /> |
Fan Zhang | e2de8d5 | 2017-02-13 12:28:43 -0800 | [diff] [blame] | 4455 | <category android:name="android.intent.category.DEFAULT" /> |
Becca Hughes | b5f8ba6 | 2023-02-03 00:04:21 +0000 | [diff] [blame] | 4456 | </intent-filter> |
| 4457 | <intent-filter android:priority="1"> |
| 4458 | <action android:name="android.settings.CREDENTIAL_PROVIDER" /> |
| 4459 | <category android:name="android.intent.category.DEFAULT" /> |
| 4460 | <data android:scheme="package" /> |
Fan Zhang | e2de8d5 | 2017-02-13 12:28:43 -0800 | [diff] [blame] | 4461 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 4462 | <intent-filter android:priority="53"> |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 4463 | <action android:name="android.intent.action.MAIN" /> |
| 4464 | <category android:name="com.android.settings.SHORTCUT" /> |
| 4465 | </intent-filter> |
Fan Zhang | b75fdfc | 2016-12-14 11:35:28 -0800 | [diff] [blame] | 4466 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 881d579 | 2018-01-26 10:15:56 -0800 | [diff] [blame] | 4467 | android:value="com.android.settings.accounts.AccountDashboardFragment"/> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 4468 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4469 | android:value="@string/menu_key_accounts"/> |
Rubin Xu | 71560fc | 2018-05-17 14:48:49 +0100 | [diff] [blame] | 4470 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4471 | android:value="true" /> |
Fan Zhang | b75fdfc | 2016-12-14 11:35:28 -0800 | [diff] [blame] | 4472 | </activity> |
| 4473 | |
Becca Hughes | e70dad4 | 2023-10-20 11:25:02 -0700 | [diff] [blame] | 4474 | <!-- Access to the Credential Manager list. --> |
| 4475 | <activity android:name=".applications.credentials.CredentialsPickerActivity" |
| 4476 | android:excludeFromRecents="true" |
| 4477 | android:launchMode="singleInstance" |
Becca Hughes | 401ebcb | 2024-01-29 22:40:34 +0000 | [diff] [blame] | 4478 | android:exported="true"> |
| 4479 | <intent-filter android:priority="1"> |
| 4480 | <action android:name="android.settings.REQUEST_SET_AUTOFILL_SERVICE" /> |
| 4481 | <category android:name="android.intent.category.DEFAULT" /> |
| 4482 | <data android:scheme="package" /> |
| 4483 | </intent-filter> |
Becca Hughes | e70dad4 | 2023-10-20 11:25:02 -0700 | [diff] [blame] | 4484 | </activity> |
| 4485 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 4486 | <activity |
| 4487 | android:name=".Settings$SystemDashboardActivity" |
| 4488 | android:label="@string/header_category_system" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4489 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 4490 | android:icon="@drawable/ic_homepage_system_dashboard"> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 4491 | <intent-filter android:priority="70"> |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 4492 | <action android:name="android.intent.action.MAIN" /> |
| 4493 | <category android:name="com.android.settings.SHORTCUT" /> |
| 4494 | </intent-filter> |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 4495 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4496 | android:value="com.android.settings.system.SystemDashboardFragment"/> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 4497 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4498 | android:value="@string/menu_key_system"/> |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 4499 | </activity> |
| 4500 | |
Fan Zhang | b473730 | 2017-05-31 12:43:48 -0700 | [diff] [blame] | 4501 | <activity android:name=".support.SupportDashboardActivity" |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 4502 | android:label="@string/page_tab_title_support" |
Fan Zhang | 925a4f8 | 2018-01-23 16:35:31 -0800 | [diff] [blame] | 4503 | android:icon="@drawable/ic_homepage_support" |
Daniel Nishi | 67ca29f | 2017-07-17 12:49:04 -0700 | [diff] [blame] | 4504 | android:theme="@android:style/Theme.DeviceDefault.Light.Panel" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4505 | android:exported="true" |
Fan Zhang | 6ff6add | 2017-03-02 12:07:38 -0800 | [diff] [blame] | 4506 | android:enabled="@bool/config_support_enabled"> |
Fan Zhang | 9445d15 | 2018-08-06 10:03:07 -0700 | [diff] [blame] | 4507 | <intent-filter> |
Maurice Lam | 5f0edba | 2017-06-08 11:57:40 -0700 | [diff] [blame] | 4508 | <action android:name="com.android.settings.action.SUPPORT_SETTINGS" /> |
| 4509 | <category android:name="android.intent.category.DEFAULT" /> |
| 4510 | </intent-filter> |
Fan Zhang | a96a2d8 | 2016-09-27 17:51:11 -0700 | [diff] [blame] | 4511 | </activity> |
| 4512 | |
Jason Monk | dc252eb | 2016-01-30 11:36:52 -0500 | [diff] [blame] | 4513 | <service |
| 4514 | android:name=".SettingsDumpService" |
| 4515 | android:exported="true" |
| 4516 | android:permission="android.permission.DUMP" /> |
| 4517 | |
Dan Sandler | 3bd52dd | 2016-03-24 10:24:27 -0700 | [diff] [blame] | 4518 | <!-- Quick Settings tiles for Developer Options --> |
| 4519 | <service |
Fan Zhang | 8333260 | 2017-10-09 15:53:16 -0700 | [diff] [blame] | 4520 | android:name=".development.qstile.DevelopmentTiles$ShowLayout" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 4521 | android:label="@string/debug_layout" |
| 4522 | android:icon="@drawable/tile_icon_show_layout" |
Sunny Goyal | bf9f2d2 | 2016-11-02 11:20:17 -0700 | [diff] [blame] | 4523 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4524 | android:exported="true" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 4525 | android:enabled="false"> |
| 4526 | <intent-filter> |
| 4527 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 4528 | </intent-filter> |
Fabian Kozynski | e47b82b | 2020-02-07 10:11:57 -0500 | [diff] [blame] | 4529 | <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE" |
Fabian Kozynski | e94d09f | 2019-06-28 13:23:56 -0400 | [diff] [blame] | 4530 | android:value="true"/> |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 4531 | </service> |
| 4532 | <service |
Fan Zhang | 8333260 | 2017-10-09 15:53:16 -0700 | [diff] [blame] | 4533 | android:name=".development.qstile.DevelopmentTiles$GPUProfiling" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 4534 | android:label="@string/track_frame_time" |
| 4535 | android:icon="@drawable/tile_icon_graphics" |
| 4536 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4537 | android:exported="true" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 4538 | android:enabled="false"> |
| 4539 | <intent-filter> |
| 4540 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 4541 | </intent-filter> |
Fabian Kozynski | e47b82b | 2020-02-07 10:11:57 -0500 | [diff] [blame] | 4542 | <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE" |
Fabian Kozynski | e94d09f | 2019-06-28 13:23:56 -0400 | [diff] [blame] | 4543 | android:value="true"/> |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 4544 | </service> |
| 4545 | <service |
Fan Zhang | 8333260 | 2017-10-09 15:53:16 -0700 | [diff] [blame] | 4546 | android:name=".development.qstile.DevelopmentTiles$ForceRTL" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 4547 | android:label="@string/force_rtl_layout_all_locales" |
| 4548 | android:icon="@drawable/tile_icon_force_rtl" |
| 4549 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4550 | android:exported="true" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 4551 | android:enabled="false"> |
| 4552 | <intent-filter> |
| 4553 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 4554 | </intent-filter> |
Fabian Kozynski | e47b82b | 2020-02-07 10:11:57 -0500 | [diff] [blame] | 4555 | <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE" |
Fabian Kozynski | e94d09f | 2019-06-28 13:23:56 -0400 | [diff] [blame] | 4556 | android:value="true"/> |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 4557 | </service> |
| 4558 | <service |
Fan Zhang | 8333260 | 2017-10-09 15:53:16 -0700 | [diff] [blame] | 4559 | android:name=".development.qstile.DevelopmentTiles$AnimationSpeed" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 4560 | android:label="@string/window_animation_scale_title" |
| 4561 | android:icon="@drawable/tile_icon_animation_speed" |
| 4562 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4563 | android:exported="true" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 4564 | android:enabled="false"> |
Dan Sandler | 12c4ba4 | 2016-03-28 11:13:40 -0400 | [diff] [blame] | 4565 | <intent-filter> |
| 4566 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 4567 | </intent-filter> |
Fabian Kozynski | e47b82b | 2020-02-07 10:11:57 -0500 | [diff] [blame] | 4568 | <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE" |
Fabian Kozynski | e94d09f | 2019-06-28 13:23:56 -0400 | [diff] [blame] | 4569 | android:value="true"/> |
Dan Sandler | 12c4ba4 | 2016-03-28 11:13:40 -0400 | [diff] [blame] | 4570 | </service> |
Fan Zhang | 130c477 | 2018-10-01 12:14:06 -0700 | [diff] [blame] | 4571 | |
Vishnu Nair | dc6bc48 | 2018-01-10 16:07:23 -0800 | [diff] [blame] | 4572 | <service |
Michael Groover | 3a665ac | 2019-03-19 19:13:17 -0700 | [diff] [blame] | 4573 | android:name=".development.qstile.DevelopmentTiles$SensorsOff" |
| 4574 | android:label="@string/sensors_off_quick_settings_title" |
| 4575 | android:icon="@drawable/tile_icon_sensors_off" |
| 4576 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4577 | android:exported="true" |
Michael Groover | 3a665ac | 2019-03-19 19:13:17 -0700 | [diff] [blame] | 4578 | android:enabled="false"> |
| 4579 | <intent-filter> |
| 4580 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 4581 | </intent-filter> |
Fabian Kozynski | e47b82b | 2020-02-07 10:11:57 -0500 | [diff] [blame] | 4582 | <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE" |
Fabian Kozynski | e94d09f | 2019-06-28 13:23:56 -0400 | [diff] [blame] | 4583 | android:value="true"/> |
Michael Groover | 3a665ac | 2019-03-19 19:13:17 -0700 | [diff] [blame] | 4584 | </service> |
| 4585 | |
Joshua Duong | 0f3eba3 | 2020-04-07 00:17:17 -0700 | [diff] [blame] | 4586 | <service |
| 4587 | android:name=".development.qstile.DevelopmentTiles$WirelessDebugging" |
| 4588 | android:label="@string/enable_adb_wireless" |
| 4589 | android:icon="@drawable/tile_icon_debugging_wireless" |
| 4590 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4591 | android:exported="true" |
Joshua Duong | 0f3eba3 | 2020-04-07 00:17:17 -0700 | [diff] [blame] | 4592 | android:enabled="false"> |
| 4593 | <intent-filter> |
| 4594 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 4595 | </intent-filter> |
| 4596 | <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE" |
| 4597 | android:value="true"/> |
| 4598 | </service> |
| 4599 | |
Chris Ye | 39b586f | 2020-06-11 17:57:16 -0700 | [diff] [blame] | 4600 | <service |
| 4601 | android:name=".development.qstile.DevelopmentTiles$ShowTaps" |
| 4602 | android:label="@string/show_touches" |
| 4603 | android:icon="@drawable/tile_icon_show_taps" |
| 4604 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
Ashwini Oruganti | 917aa55 | 2020-06-24 16:36:28 -0700 | [diff] [blame] | 4605 | android:exported="true" |
Chris Ye | 39b586f | 2020-06-11 17:57:16 -0700 | [diff] [blame] | 4606 | android:enabled="false"> |
| 4607 | <intent-filter> |
| 4608 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 4609 | </intent-filter> |
| 4610 | <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE" |
| 4611 | android:value="true"/> |
| 4612 | </service> |
| 4613 | |
Fan Zhang | 7373ec0 | 2018-08-14 13:25:47 -0700 | [diff] [blame] | 4614 | <activity |
| 4615 | android:name=".HelpTrampoline" |
Jeff Sharkey | 4f425c8 | 2016-07-18 18:28:55 -0600 | [diff] [blame] | 4616 | android:exported="true" |
Fan Zhang | 7373ec0 | 2018-08-14 13:25:47 -0700 | [diff] [blame] | 4617 | android:theme="@style/Transparent" |
Jeff Sharkey | 4f425c8 | 2016-07-18 18:28:55 -0600 | [diff] [blame] | 4618 | android:permission="android.permission.DUMP" |
Fan Zhang | 7373ec0 | 2018-08-14 13:25:47 -0700 | [diff] [blame] | 4619 | android:excludeFromRecents="true" |
Tsung-Mao Fang | 98b9b34 | 2021-11-17 13:46:08 +0800 | [diff] [blame] | 4620 | android:enabled="@*android:bool/config_settingsHelpLinksEnabled" /> |
Jeff Sharkey | 4f425c8 | 2016-07-18 18:28:55 -0600 | [diff] [blame] | 4621 | |
Felipe Leme | f7d54ba | 2017-04-25 16:42:55 -0700 | [diff] [blame] | 4622 | <activity android:name=".applications.autofill.AutofillPickerActivity" |
| 4623 | android:excludeFromRecents="true" |
| 4624 | android:launchMode="singleInstance" |
| 4625 | android:exported="false"> |
| 4626 | </activity> |
| 4627 | |
Daniel Nishi | 232ebf1 | 2018-01-19 14:11:20 -0800 | [diff] [blame] | 4628 | <activity android:name="Settings$AdvancedConnectedDeviceActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4629 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 4630 | android:label="@string/connected_device_connections_title"> |
Daniel Nishi | 232ebf1 | 2018-01-19 14:11:20 -0800 | [diff] [blame] | 4631 | <intent-filter android:priority="1"> |
| 4632 | <action android:name="com.android.settings.ADVANCED_CONNECTED_DEVICE_SETTINGS" /> |
| 4633 | <category android:name="android.intent.category.DEFAULT" /> |
| 4634 | </intent-filter> |
Daniel Nishi | 232ebf1 | 2018-01-19 14:11:20 -0800 | [diff] [blame] | 4635 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4636 | android:value="com.android.settings.connecteddevice.AdvancedConnectedDeviceDashboardFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 4637 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4638 | android:value="@string/menu_key_connected_devices"/> |
Daniel Nishi | 232ebf1 | 2018-01-19 14:11:20 -0800 | [diff] [blame] | 4639 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4640 | android:value="true" /> |
| 4641 | </activity> |
| 4642 | |
Viesturs Zarins | 6cfc593 | 2022-09-15 16:17:47 +0000 | [diff] [blame] | 4643 | <activity android:name="Settings$NfcSettingsActivity" |
| 4644 | android:exported="true" |
| 4645 | android:label="@string/nfc_quick_toggle_title"> |
| 4646 | <intent-filter android:priority="1"> |
| 4647 | <action android:name="android.settings.NFC_SETTINGS" /> |
| 4648 | <category android:name="android.intent.category.DEFAULT" /> |
| 4649 | </intent-filter> |
| 4650 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4651 | android:value="com.android.settings.connecteddevice.NfcAndPaymentFragment" /> |
| 4652 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4653 | android:value="@string/menu_key_connected_devices"/> |
| 4654 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4655 | android:value="true" /> |
| 4656 | </activity> |
| 4657 | |
jackqdyulei | 715408e | 2019-02-07 15:47:52 -0800 | [diff] [blame] | 4658 | <activity android:name="Settings$BluetoothDeviceDetailActivity" |
| 4659 | android:label="@string/device_details_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4660 | android:exported="true" |
Jeff Sharkey | 7025a83 | 2021-06-22 19:58:58 -0600 | [diff] [blame] | 4661 | android:permission="android.permission.BLUETOOTH_CONNECT"> |
jackqdyulei | 715408e | 2019-02-07 15:47:52 -0800 | [diff] [blame] | 4662 | <intent-filter android:priority="1"> |
| 4663 | <action android:name="com.android.settings.BLUETOOTH_DEVICE_DETAIL_SETTINGS" /> |
| 4664 | <category android:name="android.intent.category.DEFAULT" /> |
| 4665 | </intent-filter> |
| 4666 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4667 | android:value="com.android.settings.bluetooth.BluetoothDeviceDetailsFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 4668 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4669 | android:value="@string/menu_key_connected_devices"/> |
hughchen | b78ecc4 | 2019-10-16 15:27:17 +0800 | [diff] [blame] | 4670 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4671 | android:value="true" /> |
jackqdyulei | 715408e | 2019-02-07 15:47:52 -0800 | [diff] [blame] | 4672 | </activity> |
| 4673 | |
changbetty | a56e198 | 2022-03-29 01:14:05 +0000 | [diff] [blame] | 4674 | <activity |
| 4675 | android:name="Settings$BluetoothBroadcastActivity" |
| 4676 | android:exported="true" |
| 4677 | android:theme="@style/Theme.AlertDialog.SimConfirmDialog" |
| 4678 | android:permission="android.permission.BLUETOOTH_CONNECT" |
| 4679 | android:configChanges="orientation|keyboardHidden|screenSize"> |
| 4680 | <intent-filter android:priority="1"> |
| 4681 | <action android:name="android.settings.MEDIA_BROADCAST_DIALOG" /> |
| 4682 | <category android:name="android.intent.category.DEFAULT" /> |
| 4683 | </intent-filter> |
| 4684 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
changbetty | f31b576 | 2022-04-28 15:49:49 +0000 | [diff] [blame] | 4685 | android:value="com.android.settings.bluetooth.BluetoothBroadcastDialog" /> |
changbetty | a56e198 | 2022-03-29 01:14:05 +0000 | [diff] [blame] | 4686 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4687 | android:value="true" /> |
| 4688 | </activity> |
| 4689 | |
| 4690 | <activity |
| 4691 | android:name="Settings$BluetoothFindBroadcastsActivity" |
| 4692 | android:label="@string/bluetooth_find_broadcast_title" |
| 4693 | android:exported="true" |
| 4694 | android:permission="android.permission.BLUETOOTH_CONNECT" |
| 4695 | android:configChanges="orientation|keyboardHidden|screenSize"> |
| 4696 | <intent-filter android:priority="1"> |
| 4697 | <action android:name="android.settings.BLUTOOTH_FIND_BROADCASTS_ACTIVITY" /> |
| 4698 | <category android:name="android.intent.category.DEFAULT" /> |
| 4699 | </intent-filter> |
| 4700 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4701 | android:value="com.android.settings.bluetooth.BluetoothFindBroadcastsFragment" /> |
| 4702 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4703 | android:value="true" /> |
| 4704 | </activity> |
| 4705 | |
Vania Januar | eb09f89 | 2022-12-30 13:24:29 +0000 | [diff] [blame] | 4706 | <activity |
chelseahao | 4e19ccd | 2023-09-15 10:48:00 +0800 | [diff] [blame] | 4707 | android:name=".Settings$PreviouslyConnectedDeviceActivity" |
| 4708 | android:label="@string/connected_device_saved_title" |
| 4709 | android:exported="true" |
| 4710 | android:permission="android.permission.BLUETOOTH_CONNECT" |
| 4711 | android:icon="@drawable/ic_homepage_connected_device"> |
| 4712 | <intent-filter android:priority="1"> |
| 4713 | <action android:name="com.android.settings.PREVIOUSLY_CONNECTED_DEVICE" /> |
| 4714 | <category android:name="android.intent.category.DEFAULT" /> |
| 4715 | </intent-filter> |
| 4716 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4717 | android:value="com.android.settings.connecteddevice.PreviouslyConnectedDeviceDashboardFragment"/> |
| 4718 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4719 | android:value="true" /> |
| 4720 | </activity> |
| 4721 | |
| 4722 | <activity |
Vania Januar | eb09f89 | 2022-12-30 13:24:29 +0000 | [diff] [blame] | 4723 | android:name="Settings$StylusUsiDetailsActivity" |
| 4724 | android:label="@string/stylus_device_details_title" |
| 4725 | android:exported="true"> |
| 4726 | <intent-filter android:priority="1"> |
| 4727 | <action android:name="com.android.settings.STYLUS_USI_DETAILS_SETTINGS" /> |
| 4728 | <category android:name="android.intent.category.DEFAULT" /> |
| 4729 | </intent-filter> |
| 4730 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4731 | android:value="com.android.settings.connecteddevice.stylus.StylusUsiDetailsFragment" /> |
| 4732 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4733 | android:value="@string/menu_key_connected_devices"/> |
| 4734 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4735 | android:value="true" /> |
| 4736 | </activity> |
| 4737 | |
Matt Fritze | 90899e0 | 2018-10-16 12:41:42 -0700 | [diff] [blame] | 4738 | <activity android:name=".panel.SettingsPanelActivity" |
| 4739 | android:label="@string/settings_panel_title" |
lindatseng | e972b16 | 2019-04-19 15:40:20 -0700 | [diff] [blame] | 4740 | android:theme="@style/Theme.Panel" |
lindatseng | 2943c1d | 2019-05-02 17:12:27 -0700 | [diff] [blame] | 4741 | android:launchMode="singleInstance" |
Matt Fritze | 90899e0 | 2018-10-16 12:41:42 -0700 | [diff] [blame] | 4742 | android:excludeFromRecents="true" |
Tim Peng | e54e029 | 2020-04-15 10:49:35 +0800 | [diff] [blame] | 4743 | android:configChanges="orientation|keyboardHidden|screenSize" |
Matthew Fritze | 735d6ef | 2018-12-05 07:55:12 -0800 | [diff] [blame] | 4744 | android:exported="true"> |
Matt Fritze | 90899e0 | 2018-10-16 12:41:42 -0700 | [diff] [blame] | 4745 | <intent-filter> |
Matthew Fritze | 735d6ef | 2018-12-05 07:55:12 -0800 | [diff] [blame] | 4746 | <action android:name="android.settings.panel.action.INTERNET_CONNECTIVITY" /> |
Matt Fritze | 90899e0 | 2018-10-16 12:41:42 -0700 | [diff] [blame] | 4747 | <category android:name="android.intent.category.DEFAULT" /> |
| 4748 | </intent-filter> |
Matthew Fritze | 735d6ef | 2018-12-05 07:55:12 -0800 | [diff] [blame] | 4749 | <intent-filter> |
Matthew Fritze | 63cce45 | 2019-03-05 08:17:37 -0800 | [diff] [blame] | 4750 | <action android:name="android.settings.panel.action.NFC" /> |
Matthew Fritze | 735d6ef | 2018-12-05 07:55:12 -0800 | [diff] [blame] | 4751 | <category android:name="android.intent.category.DEFAULT" /> |
| 4752 | </intent-filter> |
Matthew Fritze | 3f743ae | 2019-01-22 15:53:37 -0800 | [diff] [blame] | 4753 | <intent-filter> |
Matthew Fritze | 63cce45 | 2019-03-05 08:17:37 -0800 | [diff] [blame] | 4754 | <action android:name="android.settings.panel.action.WIFI" /> |
| 4755 | <category android:name="android.intent.category.DEFAULT" /> |
| 4756 | </intent-filter> |
| 4757 | <intent-filter> |
| 4758 | <action android:name="android.settings.panel.action.VOLUME" /> |
Matthew Fritze | 3f743ae | 2019-01-22 15:53:37 -0800 | [diff] [blame] | 4759 | <category android:name="android.intent.category.DEFAULT" /> |
| 4760 | </intent-filter> |
Matt Fritze | 90899e0 | 2018-10-16 12:41:42 -0700 | [diff] [blame] | 4761 | </activity> |
| 4762 | |
govenliu | d507b56 | 2019-11-21 09:36:58 +0800 | [diff] [blame] | 4763 | <activity android:name=".wifi.addappnetworks.AddAppNetworksActivity" |
| 4764 | android:label="@string/settings_panel_title" |
| 4765 | android:theme="@style/Theme.Panel" |
| 4766 | android:launchMode="singleInstance" |
| 4767 | android:excludeFromRecents="true" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4768 | android:exported="true" |
Chaohui Wang | dfd7f8f | 2023-04-26 12:28:51 +0800 | [diff] [blame] | 4769 | android:configChanges="orientation|keyboard|keyboardHidden|screenSize|smallestScreenSize|screenLayout"> |
govenliu | d507b56 | 2019-11-21 09:36:58 +0800 | [diff] [blame] | 4770 | <intent-filter> |
| 4771 | <action android:name="android.settings.WIFI_ADD_NETWORKS" /> |
| 4772 | <category android:name="android.intent.category.DEFAULT" /> |
| 4773 | </intent-filter> |
| 4774 | </activity> |
| 4775 | |
Matthew Fritze | 7fddfeb | 2017-12-11 15:01:11 -0800 | [diff] [blame] | 4776 | <provider android:name=".slices.SettingsSliceProvider" |
Chaohui Wang | bb4d025 | 2022-10-12 17:41:07 +0800 | [diff] [blame] | 4777 | android:authorities="${applicationId}.slices;android.settings.slices" |
Jason Monk | f6edc7c | 2017-11-22 10:04:38 -0500 | [diff] [blame] | 4778 | android:exported="true" |
Fan Zhang | 671a39f | 2019-02-11 14:38:13 -0800 | [diff] [blame] | 4779 | android:grantUriPermissions="true" /> |
Mady Mellor | 7c74085 | 2017-11-03 09:17:05 -0700 | [diff] [blame] | 4780 | |
| 4781 | <receiver |
Matthew Fritze | e8d66bb | 2018-07-30 14:12:50 -0700 | [diff] [blame] | 4782 | android:name=".slices.SliceBroadcastReceiver" |
Fan Zhang | 0c7c59f | 2018-10-26 13:40:38 -0700 | [diff] [blame] | 4783 | android:exported="false" /> |
Matthew Fritze | e8d66bb | 2018-07-30 14:12:50 -0700 | [diff] [blame] | 4784 | |
| 4785 | <receiver |
| 4786 | android:name=".slices.SliceRelayReceiver" |
| 4787 | android:permission="android.permission.MANAGE_SLICE_PERMISSIONS" |
Fan Zhang | 0c7c59f | 2018-10-26 13:40:38 -0700 | [diff] [blame] | 4788 | android:exported="true" /> |
Mady Mellor | 7c74085 | 2017-11-03 09:17:05 -0700 | [diff] [blame] | 4789 | |
Jason Chiu | 2c7b77d | 2020-08-20 16:22:44 +0800 | [diff] [blame] | 4790 | <receiver |
| 4791 | android:name=".slices.VolumeSliceRelayReceiver" |
| 4792 | android:permission="android.permission.MANAGE_SLICE_PERMISSIONS" |
| 4793 | android:exported="true" /> |
| 4794 | |
Sunny Shao | 195f61b | 2018-07-24 18:15:55 +0800 | [diff] [blame] | 4795 | <provider |
Fan Zhang | 5e6e6a1 | 2018-10-25 14:19:43 -0700 | [diff] [blame] | 4796 | android:name=".homepage.contextualcards.CardContentProvider" |
Chaohui Wang | bb4d025 | 2022-10-12 17:41:07 +0800 | [diff] [blame] | 4797 | android:authorities="${applicationId}.homepage.CardContentProvider" |
Sunny Shao | 195f61b | 2018-07-24 18:15:55 +0800 | [diff] [blame] | 4798 | android:exported="true" |
| 4799 | android:permission="android.permission.WRITE_SETTINGS_HOMEPAGE_DATA" /> |
| 4800 | |
Raff Tsai | 3936e9f | 2018-09-28 17:42:43 +0800 | [diff] [blame] | 4801 | <provider |
| 4802 | android:name=".homepage.contextualcards.SettingsContextualCardProvider" |
Chaohui Wang | bb4d025 | 2022-10-12 17:41:07 +0800 | [diff] [blame] | 4803 | android:authorities="${applicationId}.homepage.contextualcards" |
Raff Tsai | 3936e9f | 2018-09-28 17:42:43 +0800 | [diff] [blame] | 4804 | android:permission="android.permission.WRITE_SETTINGS_HOMEPAGE_DATA" |
| 4805 | android:exported="true"> |
| 4806 | <intent-filter> |
| 4807 | <action android:name="android.content.action.SETTINGS_HOMEPAGE_DATA"/> |
| 4808 | </intent-filter> |
| 4809 | </provider> |
Arc Wang | 4591d82 | 2018-11-19 15:48:29 +0800 | [diff] [blame] | 4810 | |
| 4811 | <activity |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4812 | android:name=".wifi.dpp.WifiDppConfiguratorActivity" |
| 4813 | android:exported="true"> |
Arc Wang | e43bb77 | 2018-12-03 17:16:55 +0800 | [diff] [blame] | 4814 | <intent-filter> |
| 4815 | <action android:name="android.settings.WIFI_DPP_CONFIGURATOR_QR_CODE_SCANNER"/> |
| 4816 | <action android:name="android.settings.WIFI_DPP_CONFIGURATOR_QR_CODE_GENERATOR"/> |
Arc Wang | e43bb77 | 2018-12-03 17:16:55 +0800 | [diff] [blame] | 4817 | <category android:name="android.intent.category.DEFAULT"/> |
| 4818 | </intent-filter> |
Arc Wang | c1036df | 2019-02-26 15:19:30 +0800 | [diff] [blame] | 4819 | <intent-filter> |
| 4820 | <action android:name="android.settings.PROCESS_WIFI_EASY_CONNECT_URI"/> |
| 4821 | <category android:name="android.intent.category.DEFAULT"/> |
| 4822 | <data android:scheme="DPP"/> |
| 4823 | </intent-filter> |
Arc Wang | e43bb77 | 2018-12-03 17:16:55 +0800 | [diff] [blame] | 4824 | </activity> |
Yi-Ling Chuang | 68f37a1 | 2018-11-20 19:51:13 +0800 | [diff] [blame] | 4825 | |
Arc Wang | 4ab0d16 | 2018-12-07 16:00:18 +0800 | [diff] [blame] | 4826 | <activity |
chelseahao | 3ecc87b | 2023-08-10 13:29:52 +0800 | [diff] [blame] | 4827 | android:name=".wifi.dpp.WifiDppConfiguratorAuthActivity" |
| 4828 | android:theme="@style/Transparent" |
| 4829 | android:exported="true"> |
| 4830 | <intent-filter> |
| 4831 | <action android:name="android.settings.WIFI_DPP_CONFIGURATOR_AUTH_QR_CODE_GENERATOR"/> |
| 4832 | <category android:name="android.intent.category.DEFAULT"/> |
| 4833 | </intent-filter> |
| 4834 | </activity> |
| 4835 | |
| 4836 | <activity |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4837 | android:name=".wifi.dpp.WifiDppEnrolleeActivity" |
| 4838 | android:exported="true"> |
Arc Wang | 4ab0d16 | 2018-12-07 16:00:18 +0800 | [diff] [blame] | 4839 | <intent-filter> |
| 4840 | <action android:name="android.settings.WIFI_DPP_ENROLLEE_QR_CODE_SCANNER"/> |
| 4841 | <category android:name="android.intent.category.DEFAULT"/> |
| 4842 | </intent-filter> |
| 4843 | </activity> |
| 4844 | |
Yi-Ling Chuang | 68f37a1 | 2018-11-20 19:51:13 +0800 | [diff] [blame] | 4845 | <activity android:name=".homepage.contextualcards.ContextualCardFeedbackDialog" |
| 4846 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" /> |
manabu, shimoda | 9fae739 | 2017-11-08 11:32:31 +0900 | [diff] [blame] | 4847 | |
joshmccloskey | bba7632 | 2019-09-19 11:23:29 -0700 | [diff] [blame] | 4848 | <activity android:name=".homepage.contextualcards.FaceReEnrollDialog" |
| 4849 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" /> |
| 4850 | |
manabu, shimoda | 9fae739 | 2017-11-08 11:32:31 +0900 | [diff] [blame] | 4851 | <activity |
| 4852 | android:name="Settings$WifiCallingDisclaimerActivity" |
| 4853 | android:label="@string/wifi_calling_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4854 | android:exported="true" |
manabu, shimoda | 9fae739 | 2017-11-08 11:32:31 +0900 | [diff] [blame] | 4855 | android:taskAffinity="com.android.settings"> |
| 4856 | <intent-filter> |
| 4857 | <action android:name="android.intent.action.MAIN" /> |
| 4858 | <category android:name="android.intent.category.DEFAULT" /> |
| 4859 | </intent-filter> |
| 4860 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4861 | android:value="com.android.settings.wifi.calling.WifiCallingDisclaimerFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 4862 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4863 | android:value="@string/menu_key_network"/> |
manabu, shimoda | 9fae739 | 2017-11-08 11:32:31 +0900 | [diff] [blame] | 4864 | </activity> |
Salvador Martinez | 3291704 | 2019-03-20 15:23:19 -0700 | [diff] [blame] | 4865 | |
| 4866 | <activity android:name="Settings$BatterySaverScheduleSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4867 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 4868 | android:label="@string/battery_saver_schedule_settings_title"> |
Salvador Martinez | 3291704 | 2019-03-20 15:23:19 -0700 | [diff] [blame] | 4869 | <intent-filter> |
| 4870 | <action android:name="com.android.settings.BATTERY_SAVER_SCHEDULE_SETTINGS" /> |
| 4871 | <category android:name="android.intent.category.DEFAULT" /> |
| 4872 | </intent-filter> |
| 4873 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4874 | android:value="com.android.settings.fuelgauge.batterysaver.BatterySaverScheduleSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 4875 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4876 | android:value="@string/menu_key_battery"/> |
Salvador Martinez | 3291704 | 2019-03-20 15:23:19 -0700 | [diff] [blame] | 4877 | </activity> |
Steve Elliott | e772123 | 2019-05-22 14:13:29 -0400 | [diff] [blame] | 4878 | |
Fabian Kozynski | 83df54b | 2020-03-24 16:37:57 -0400 | [diff] [blame] | 4879 | <activity android:name="Settings$PowerMenuSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4880 | android:exported="true" |
Fabian Kozynski | 83df54b | 2020-03-24 16:37:57 -0400 | [diff] [blame] | 4881 | android:label="@string/power_menu_setting_name"> |
| 4882 | <intent-filter> |
| 4883 | <action android:name="android.settings.ACTION_POWER_MENU_SETTINGS" /> |
| 4884 | <category android:name="android.intent.category.DEFAULT" /> |
| 4885 | </intent-filter> |
| 4886 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4887 | android:value="com.android.settings.gestures.PowerMenuSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 4888 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4889 | android:value="@string/menu_key_system"/> |
Fabian Kozynski | 83df54b | 2020-03-24 16:37:57 -0400 | [diff] [blame] | 4890 | </activity> |
| 4891 | |
Mehdi Alizadeh | 0355596 | 2019-12-13 15:31:53 -0800 | [diff] [blame] | 4892 | <activity |
| 4893 | android:name="Settings$GestureNavigationSettingsActivity" |
| 4894 | android:label="@string/gesture_settings_activity_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4895 | android:exported="true" |
Mehdi Alizadeh | 0355596 | 2019-12-13 15:31:53 -0800 | [diff] [blame] | 4896 | android:enabled="true"> |
| 4897 | <intent-filter android:priority="32"> |
| 4898 | <action android:name="android.intent.action.MAIN" /> |
| 4899 | <category android:name="com.android.settings.SHORTCUT" /> |
| 4900 | </intent-filter> |
| 4901 | <intent-filter android:priority="1"> |
| 4902 | <action android:name="com.android.settings.GESTURE_NAVIGATION_SETTINGS" /> |
| 4903 | <category android:name="android.intent.category.DEFAULT" /> |
| 4904 | </intent-filter> |
| 4905 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4906 | android:value="com.android.settings.gestures.GestureNavigationSettingsFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 4907 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4908 | android:value="@string/menu_key_system"/> |
Mehdi Alizadeh | 0355596 | 2019-12-13 15:31:53 -0800 | [diff] [blame] | 4909 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4910 | android:value="true" /> |
| 4911 | </activity> |
| 4912 | |
Jernej Virag | 97ea279 | 2021-08-09 18:11:28 +0000 | [diff] [blame] | 4913 | <activity |
| 4914 | android:name="Settings$ButtonNavigationSettingsActivity" |
Xuanang Zhao | 0cc0149 | 2022-11-02 13:55:21 +0800 | [diff] [blame] | 4915 | android:label="@string/button_navigation_settings_activity_title" |
Jernej Virag | 97ea279 | 2021-08-09 18:11:28 +0000 | [diff] [blame] | 4916 | android:exported="true" |
| 4917 | android:enabled="true"> |
| 4918 | <intent-filter android:priority="32"> |
| 4919 | <action android:name="android.intent.action.MAIN" /> |
| 4920 | <category android:name="com.android.settings.SHORTCUT" /> |
| 4921 | </intent-filter> |
| 4922 | <intent-filter android:priority="1"> |
| 4923 | <action android:name="com.android.settings.BUTTON_NAVIGATION_SETTINGS" /> |
| 4924 | <category android:name="android.intent.category.DEFAULT" /> |
| 4925 | </intent-filter> |
| 4926 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4927 | android:value="com.android.settings.gestures.ButtonNavigationSettingsFragment" /> |
| 4928 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4929 | android:value="true" /> |
| 4930 | </activity> |
| 4931 | |
Beth Thibodeau | 59cbd11 | 2020-06-09 23:38:41 -0400 | [diff] [blame] | 4932 | <activity android:name="Settings$MediaControlsSettingsActivity" |
| 4933 | android:exported="true" |
bvineeth | 5b90dfa | 2021-11-16 06:44:41 +0000 | [diff] [blame] | 4934 | android:label="@string/media_controls_title"> |
Beth Thibodeau | 59cbd11 | 2020-06-09 23:38:41 -0400 | [diff] [blame] | 4935 | <intent-filter> |
| 4936 | <action android:name="android.settings.ACTION_MEDIA_CONTROLS_SETTINGS" /> |
| 4937 | <category android:name="android.intent.category.DEFAULT" /> |
| 4938 | </intent-filter> |
| 4939 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4940 | android:value="com.android.settings.sound.MediaControlsSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4941 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4942 | android:value="@string/menu_key_sound"/> |
Beth Thibodeau | 59cbd11 | 2020-06-09 23:38:41 -0400 | [diff] [blame] | 4943 | </activity> |
| 4944 | |
timhypeng | c3bd801 | 2020-09-02 15:54:18 +0800 | [diff] [blame] | 4945 | <receiver |
| 4946 | android:name=".media.BluetoothPairingReceiver" |
| 4947 | android:exported="true" |
Jeff Sharkey | 7025a83 | 2021-06-22 19:58:58 -0600 | [diff] [blame] | 4948 | android:permission="android.permission.BLUETOOTH_CONNECT"> |
timhypeng | c3bd801 | 2020-09-02 15:54:18 +0800 | [diff] [blame] | 4949 | <intent-filter> |
| 4950 | <action android:name="com.android.settings.action.LAUNCH_BLUETOOTH_PAIRING"/> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 4951 | </intent-filter> |
timhypeng | c3bd801 | 2020-09-02 15:54:18 +0800 | [diff] [blame] | 4952 | </receiver> |
| 4953 | |
Jiashen Wang | 610060c8 | 2020-07-12 20:44:47 -0700 | [diff] [blame] | 4954 | <receiver |
| 4955 | android:name=".sim.receivers.SimSlotChangeReceiver" |
| 4956 | android:exported="true"> |
| 4957 | <intent-filter> |
| 4958 | <action android:name="android.telephony.action.SIM_SLOT_STATUS_CHANGED" /> |
| 4959 | </intent-filter> |
| 4960 | </receiver> |
| 4961 | |
Bonian Chen | 3ac629f | 2022-12-14 04:18:20 +0000 | [diff] [blame] | 4962 | <service android:name=".sim.receivers.SimSlotChangeService" |
| 4963 | android:permission="android.permission.BIND_JOB_SERVICE" /> |
| 4964 | |
Jiashen Wang | 7629de0 | 2020-11-24 19:03:33 -0800 | [diff] [blame] | 4965 | <receiver |
| 4966 | android:name=".sim.receivers.SimCompleteBootReceiver" |
| 4967 | android:exported="true"> |
| 4968 | <intent-filter> |
| 4969 | <action android:name="android.intent.action.BOOT_COMPLETED"/> |
| 4970 | </intent-filter> |
| 4971 | </receiver> |
| 4972 | |
Jiashen Wang | b54d25e | 2021-01-18 19:14:00 -0800 | [diff] [blame] | 4973 | <activity |
| 4974 | android:name=".sim.ChooseSimActivity" |
| 4975 | android:theme="@style/GlifV3Theme.DayNight.NoActionBar" |
| 4976 | android:launchMode="singleInstance" |
Bonian Chen | f81eaeb | 2022-03-18 16:52:40 +0800 | [diff] [blame] | 4977 | android:excludeFromRecents="true" |
Jiashen Wang | b54d25e | 2021-01-18 19:14:00 -0800 | [diff] [blame] | 4978 | android:exported="false"/> |
| 4979 | |
| 4980 | <activity |
| 4981 | android:name=".sim.SwitchToEsimConfirmDialogActivity" |
| 4982 | android:exported="false" |
| 4983 | android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS" |
| 4984 | android:launchMode="singleInstance" |
SongFerngWang | 4780be4 | 2021-12-21 05:39:09 +0800 | [diff] [blame] | 4985 | android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/> |
Jiashen Wang | b54d25e | 2021-01-18 19:14:00 -0800 | [diff] [blame] | 4986 | |
| 4987 | <activity |
| 4988 | android:name=".sim.DsdsDialogActivity" |
| 4989 | android:exported="false" |
| 4990 | android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS" |
| 4991 | android:launchMode="singleInstance" |
SongFerngWang | 4780be4 | 2021-12-21 05:39:09 +0800 | [diff] [blame] | 4992 | android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/> |
Jiashen Wang | b54d25e | 2021-01-18 19:14:00 -0800 | [diff] [blame] | 4993 | |
Jiashen Wang | 7629de0 | 2020-11-24 19:03:33 -0800 | [diff] [blame] | 4994 | <service android:name=".sim.SimNotificationService" |
| 4995 | android:permission="android.permission.BIND_JOB_SERVICE" /> |
| 4996 | |
calvinpan | e077e39 | 2021-01-25 10:07:26 +0800 | [diff] [blame] | 4997 | <activity android:name=".sim.smartForwarding.SmartForwardingActivity" |
calvinpan | e077e39 | 2021-01-25 10:07:26 +0800 | [diff] [blame] | 4998 | android:exported="true" |
| 4999 | android:launchMode="singleTask"> |
| 5000 | </activity> |
| 5001 | |
Mill Chen | 0023100 | 2021-03-11 01:18:13 +0800 | [diff] [blame] | 5002 | <activity android:name="Settings$FactoryResetActivity" |
Edgar Wang | c8bbf83 | 2023-05-24 19:36:53 +0800 | [diff] [blame] | 5003 | android:permission="android.permission.MASTER_CLEAR" |
Mill Chen | 0023100 | 2021-03-11 01:18:13 +0800 | [diff] [blame] | 5004 | android:label="@string/main_clear_title" |
| 5005 | android:exported="true" |
| 5006 | android:theme="@style/SudThemeGlif.Light"> |
| 5007 | <intent-filter> |
| 5008 | <action android:name="com.android.settings.action.FACTORY_RESET"/> |
| 5009 | <category android:name="android.intent.category.DEFAULT"/> |
| 5010 | </intent-filter> |
| 5011 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 5012 | android:value="com.android.settings.MainClear"/> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 5013 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 5014 | android:value="@string/menu_key_system"/> |
Mill Chen | 0023100 | 2021-03-11 01:18:13 +0800 | [diff] [blame] | 5015 | </activity> |
| 5016 | |
| 5017 | <activity android:name="Settings$FactoryResetConfirmActivity" |
| 5018 | android:label="@string/main_clear_confirm_title" |
| 5019 | android:exported="false" |
| 5020 | android:theme="@style/SudThemeGlif.Light"> |
| 5021 | </activity> |
| 5022 | |
Jason Chang | d1cf05c | 2021-10-21 16:12:15 +0800 | [diff] [blame] | 5023 | <activity |
| 5024 | android:name="Settings$OneHandedSettingsActivity" |
| 5025 | android:label="@string/one_handed_title" |
| 5026 | android:exported="true" |
| 5027 | android:enabled="true"> |
| 5028 | <intent-filter android:priority="1"> |
Jason Chang | cffaef1 | 2021-11-20 23:21:28 +0800 | [diff] [blame] | 5029 | <action android:name="android.settings.action.ONE_HANDED_SETTINGS" /> |
| 5030 | <category android:name="android.intent.category.DEFAULT" /> |
| 5031 | </intent-filter> |
| 5032 | <intent-filter android:priority="1"> |
Jason Chang | d1cf05c | 2021-10-21 16:12:15 +0800 | [diff] [blame] | 5033 | <action android:name="android.intent.action.MAIN" /> |
| 5034 | <category android:name="com.android.settings.SHORTCUT" /> |
| 5035 | </intent-filter> |
| 5036 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 5037 | android:value="com.android.settings.gestures.OneHandedSettings"/> |
| 5038 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 5039 | android:value="true" /> |
| 5040 | </activity> |
| 5041 | |
Marie Matheson | 125a84f | 2022-02-02 19:14:00 +0000 | [diff] [blame] | 5042 | <receiver android:name=".safetycenter.SafetySourceBroadcastReceiver" |
| 5043 | android:exported="true"> |
| 5044 | <intent-filter> |
| 5045 | <action android:name="android.safetycenter.action.REFRESH_SAFETY_SOURCES"/> |
Marie Matheson | 1106faf | 2022-02-14 20:33:57 +0000 | [diff] [blame] | 5046 | <action android:name="android.intent.action.BOOT_COMPLETED"/> |
Marie Matheson | 125a84f | 2022-02-02 19:14:00 +0000 | [diff] [blame] | 5047 | </intent-filter> |
| 5048 | </receiver> |
| 5049 | |
Zoey Chen | 4b34598 | 2022-05-12 11:27:40 +0800 | [diff] [blame] | 5050 | <activity |
| 5051 | android:name="com.android.settings.bluetooth.QrCodeScanModeActivity" |
| 5052 | android:permission="android.permission.BLUETOOTH_CONNECT" |
| 5053 | android:exported="true"> |
| 5054 | <intent-filter> |
| 5055 | <action android:name="android.settings.BLUETOOTH_LE_AUDIO_QR_CODE_SCANNER"/> |
| 5056 | <category android:name="android.intent.category.DEFAULT"/> |
| 5057 | </intent-filter> |
| 5058 | </activity> |
| 5059 | |
Chaohui Wang | f67f2ad | 2022-11-21 17:44:31 +0800 | [diff] [blame] | 5060 | <activity |
| 5061 | android:name=".spa.SpaActivity" |
| 5062 | android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize" |
Viesturs Zarins | 8e33f2e | 2023-06-01 17:48:36 +0200 | [diff] [blame] | 5063 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Chaohui Wang | f67f2ad | 2022-11-21 17:44:31 +0800 | [diff] [blame] | 5064 | android:exported="false" /> |
Chaohui Wang | d22619e | 2022-09-08 16:06:09 +0800 | [diff] [blame] | 5065 | <activity android:name=".spa.SpaBridgeActivity" android:exported="false"/> |
Chaohui Wang | a9c624b | 2022-12-23 16:48:40 +0800 | [diff] [blame] | 5066 | <activity android:name=".spa.SpaAppBridgeActivity" android:exported="false"/> |
Chaohui Wang | d22619e | 2022-09-08 16:06:09 +0800 | [diff] [blame] | 5067 | |
Joshua McCloskey | 9642d1e | 2023-04-13 19:58:26 +0000 | [diff] [blame] | 5068 | <activity android:name=".Settings$FingerprintSettingsActivityV2" |
| 5069 | android:label="@string/security_settings_fingerprint_preference_title" |
| 5070 | android:exported="false" |
| 5071 | android:icon="@drawable/ic_fingerprint_header"> |
| 5072 | <intent-filter> |
| 5073 | <action android:name="android.settings.FINGERPRINT_SETTINGS_V2" /> |
| 5074 | <category android:name="android.intent.category.DEFAULT" /> |
| 5075 | </intent-filter> |
| 5076 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Joshua McCloskey | 2e0244e | 2023-08-14 17:26:23 +0000 | [diff] [blame] | 5077 | android:value="com.android.settings.biometrics.fingerprint2.ui.settings.fragment.FingerprintSettingsV2Fragment" /> |
Joshua McCloskey | 9642d1e | 2023-04-13 19:58:26 +0000 | [diff] [blame] | 5078 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 5079 | android:value="@string/menu_key_security"/> |
| 5080 | </activity> |
| 5081 | |
Joshua McCloskey | 7526b92 | 2023-10-19 00:15:14 +0000 | [diff] [blame] | 5082 | <provider |
| 5083 | android:name=".biometrics.BiometricSettingsProvider" |
| 5084 | android:authorities="${applicationId}.biometrics.provider" |
| 5085 | android:exported="true" |
| 5086 | android:permission="com.android.settings.USE_BIOMETRIC_PROVIDER"> |
| 5087 | <intent-filter> |
| 5088 | <action android:name="com.android.settings.biometrics.BIOMETRIC_SETTINGS_PROVIDER" /> |
| 5089 | </intent-filter> |
| 5090 | </provider> |
| 5091 | |
josephpv | ee5e1ce | 2023-10-05 21:42:43 +0000 | [diff] [blame] | 5092 | <activity |
| 5093 | android:name=".privatespace.PrivateSpaceSetupActivity" |
| 5094 | android:theme="@style/GlifV3Theme.Light" |
| 5095 | android:exported="false" /> |
| 5096 | |
josephpv | 92f28a1 | 2023-11-09 23:06:20 +0000 | [diff] [blame] | 5097 | <activity |
| 5098 | android:name=".privatespace.PrivateSpaceAuthenticationActivity" |
| 5099 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar" |
| 5100 | android:exported="true"> |
| 5101 | <intent-filter> |
| 5102 | <action android:name="com.android.settings.action.PRIVATE_SPACE_SETUP_FLOW" /> |
| 5103 | <category android:name="android.intent.category.DEFAULT"/> |
| 5104 | </intent-filter> |
| 5105 | </activity> |
| 5106 | |
josephpv | 84944ba | 2023-10-06 15:50:21 +0000 | [diff] [blame] | 5107 | <activity android:name=".privatespace.PrivateProfileContextHelperActivity" android:exported="false"/> |
josephpv | 31b044e | 2023-10-04 18:14:20 +0000 | [diff] [blame] | 5108 | |
josephpv | e1a2c82 | 2023-12-21 18:57:49 +0000 | [diff] [blame] | 5109 | <activity android:name=".privatespace.delete.PrivateSpaceDeleteActivity" |
| 5110 | android:label="@string/private_space_delete_header" |
| 5111 | android:exported="false"> |
| 5112 | </activity> |
| 5113 | |
Chaohui Wang | d22619e | 2022-09-08 16:06:09 +0800 | [diff] [blame] | 5114 | <activity-alias android:name="UsageStatsActivity" |
| 5115 | android:exported="true" |
| 5116 | android:label="@string/testing_usage_stats" |
| 5117 | android:targetActivity=".spa.SpaBridgeActivity"> |
| 5118 | <intent-filter> |
| 5119 | <action android:name="android.intent.action.MAIN" /> |
| 5120 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 5121 | </intent-filter> |
| 5122 | <meta-data android:name="com.android.settings.spa.DESTINATION" |
| 5123 | android:value="UsageStats"/> |
Chaohui Wang | 6adf1ba | 2023-12-04 16:36:21 +0800 | [diff] [blame] | 5124 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 5125 | android:value="@string/menu_key_apps"/> |
Chaohui Wang | d22619e | 2022-09-08 16:06:09 +0800 | [diff] [blame] | 5126 | </activity-alias> |
Chaohui Wang | 805f903 | 2022-08-16 16:36:40 +0800 | [diff] [blame] | 5127 | |
Tsung-Mao Fang | fa7394a | 2022-10-04 15:51:45 +0800 | [diff] [blame] | 5128 | <!-- [b/197780098] Disable eager initialization of Jetpack libraries. --> |
| 5129 | <provider |
| 5130 | android:name="androidx.startup.InitializationProvider" |
| 5131 | android:authorities="${applicationId}.androidx-startup" |
| 5132 | tools:node="remove" /> |
| 5133 | |
Charlotte Lu | a38b151 | 2024-01-18 12:59:13 +0800 | [diff] [blame] | 5134 | <activity |
| 5135 | android:name="com.android.settings.network.WepNetworkDialogActivity" |
Charlotte Lu | 823e41e | 2024-02-28 14:56:55 +0800 | [diff] [blame] | 5136 | android:exported="true" |
| 5137 | android:theme="@style/Theme.SpaLib.Dialog" |
| 5138 | android:permission="android.permission.NETWORK_SETTINGS"> |
Charlotte Lu | a38b151 | 2024-01-18 12:59:13 +0800 | [diff] [blame] | 5139 | </activity> |
| 5140 | |
Dan Sandler | 3bd52dd | 2016-03-24 10:24:27 -0700 | [diff] [blame] | 5141 | <!-- This is the longest AndroidManifest.xml ever. --> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 5142 | </application> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 5143 | </manifest> |