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" /> |
Kevin Chyn | b3ee231 | 2018-10-04 15:01:43 -0700 | [diff] [blame] | 105 | <uses-permission android:name="android.permission.USE_BIOMETRIC" /> |
| 106 | <uses-permission android:name="android.permission.USE_BIOMETRIC_INTERNAL" /> |
Jorim Jaggi | 4a2423b | 2015-04-24 10:19:48 -0700 | [diff] [blame] | 107 | <uses-permission android:name="android.permission.USER_ACTIVITY" /> |
Amith Yamasani | 50e32b0 | 2015-05-13 18:18:16 -0700 | [diff] [blame] | 108 | <uses-permission android:name="android.permission.CHANGE_APP_IDLE_STATE" /> |
Fyodor Kupolov | 0938a63 | 2015-07-27 12:24:59 -0700 | [diff] [blame] | 109 | <uses-permission android:name="android.permission.PEERS_MAC_ADDRESS"/> |
Julia Reynolds | f02aa0c | 2015-09-28 08:57:03 -0400 | [diff] [blame] | 110 | <uses-permission android:name="android.permission.MANAGE_NOTIFICATIONS"/> |
Daniel Nishi | b84304d | 2016-04-11 14:08:44 -0700 | [diff] [blame] | 111 | <uses-permission android:name="android.permission.DELETE_PACKAGES"/> |
Philip P. Moltmann | dd7441b | 2017-09-05 12:42:04 -0700 | [diff] [blame] | 112 | <uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES" /> |
Phil Weaver | 2e2dbfe | 2017-05-30 10:41:52 -0700 | [diff] [blame] | 113 | <uses-permission android:name="android.permission.MANAGE_APP_OPS_RESTRICTIONS"/> |
Dianne Hackborn | da3c046 | 2018-03-07 16:42:39 -0800 | [diff] [blame] | 114 | <uses-permission android:name="android.permission.MANAGE_APP_OPS_MODES" /> |
Phil Weaver | 633c9be | 2017-07-05 10:02:38 -0700 | [diff] [blame] | 115 | <uses-permission android:name="android.permission.HIDE_NON_SYSTEM_OVERLAY_WINDOWS"/> |
Philip P. Moltmann | 5929b13 | 2017-06-19 10:55:31 -0700 | [diff] [blame] | 116 | <uses-permission android:name="android.permission.READ_PRINT_SERVICES" /> |
Roshan Pius | 37a46a1 | 2017-07-24 15:05:36 -0700 | [diff] [blame] | 117 | <uses-permission android:name="android.permission.NETWORK_SETTINGS" /> |
Alexandru-Andrei Rotaru | aeb3e44 | 2017-08-07 12:21:31 +0100 | [diff] [blame] | 118 | <uses-permission android:name="android.permission.TEST_BLACKLISTED_PASSWORD" /> |
Jeff Sharkey | d940336 | 2018-01-05 17:14:37 -0700 | [diff] [blame] | 119 | <uses-permission android:name="android.permission.USE_RESERVED_DISK" /> |
Felipe Leme | a5bbad4 | 2018-02-14 13:15:19 -0800 | [diff] [blame] | 120 | <uses-permission android:name="android.permission.MANAGE_SCOPED_ACCESS_DIRECTORY_PERMISSIONS" /> |
Kevin Chyn | 22b4edd | 2018-07-30 19:20:01 -0700 | [diff] [blame] | 121 | <uses-permission android:name="android.permission.CAMERA" /> |
jackqdyulei | f25c9b0 | 2019-02-27 10:05:56 -0800 | [diff] [blame] | 122 | <uses-permission android:name="android.permission.MEDIA_CONTENT_CONTROL" /> |
PO HUNG CHEN | afc513e | 2019-12-10 04:11:21 +0000 | [diff] [blame] | 123 | <uses-permission android:name="android.permission.INSTALL_DYNAMIC_SYSTEM" /> |
Jack Yu | c4da22a | 2020-01-30 00:04:06 -0800 | [diff] [blame] | 124 | <uses-permission android:name="android.permission.BIND_CELL_BROADCAST_SERVICE" /> |
Mehdi Alizadeh | 2552dff | 2020-06-11 21:06:00 -0700 | [diff] [blame] | 125 | <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" /> |
Edgar Wang | 3912179 | 2020-10-27 16:54:46 +0800 | [diff] [blame] | 126 | <uses-permission android:name="android.permission.READ_DREAM_STATE" /> |
| 127 | <uses-permission android:name="android.permission.READ_DREAM_SUPPRESSION" /> |
Zhen Zhang | 1f99d6a | 2021-03-22 00:49:49 -0700 | [diff] [blame] | 128 | <uses-permission android:name="android.permission.MANAGE_APP_HIBERNATION" /> |
Arc Wang | 8b2dd65 | 2021-10-05 20:20:40 +0800 | [diff] [blame] | 129 | <uses-permission android:name="android.permission.LAUNCH_MULTI_PANE_SETTINGS_DEEP_LINK" /> |
| 130 | <uses-permission android:name="android.permission.ALLOW_PLACE_IN_MULTI_PANE_SETTINGS" /> |
Steve Elliott | 7bfcff3 | 2021-12-03 16:35:02 -0500 | [diff] [blame] | 131 | <uses-permission android:name="android.permission.POST_NOTIFICATIONS" /> |
tom hsu | 58244b1 | 2021-10-28 14:50:11 +0800 | [diff] [blame] | 132 | <uses-permission android:name="android.permission.READ_APP_SPECIFIC_LOCALES" /> |
Pavel Grafov | 8d4e89b | 2021-12-16 14:34:06 +0000 | [diff] [blame] | 133 | <uses-permission android:name="android.permission.QUERY_ADMIN_POLICY" /> |
Jan Tomljanovic | 9d2ec95 | 2022-01-17 12:21:59 +0000 | [diff] [blame] | 134 | <uses-permission android:name="android.permission.READ_SAFETY_CENTER_STATUS" /> |
Marie Matheson | 6b9a1ff | 2022-01-25 18:48:22 +0000 | [diff] [blame] | 135 | <uses-permission android:name="android.permission.SEND_SAFETY_CENTER_UPDATE" /> |
Pyuli Naithani | d140857 | 2022-01-12 23:08:02 +0000 | [diff] [blame] | 136 | <uses-permission android:name="android.permission.START_VIEW_APP_FEATURES" /> |
Reema Bajwa | 5ba7d67 | 2022-12-20 22:09:15 +0000 | [diff] [blame] | 137 | <uses-permission android:name="android.permission.LIST_ENABLED_CREDENTIAL_PROVIDERS" /> |
Alejandro Nijamkin | 6f77562 | 2022-12-24 08:08:02 -0800 | [diff] [blame] | 138 | <uses-permission android:name="android.permission.CUSTOMIZE_SYSTEM_UI" /> |
danielwbhuang | aa1d9c4 | 2022-12-30 21:31:24 +0800 | [diff] [blame] | 139 | <uses-permission android:name="android.permission.REMAP_MODIFIER_KEYS" /> |
Yuxin Hu | 0927e2a | 2023-04-17 23:56:19 +0000 | [diff] [blame] | 140 | <uses-permission android:name="android.permission.ACCESS_GPU_SERVICE" /> |
Mark Kim | e3b456e | 2023-12-03 16:26:55 +0000 | [diff] [blame] | 141 | <uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" /> |
pihuei | 55fb2b7 | 2020-10-13 19:00:57 +0800 | [diff] [blame] | 142 | |
Tsung-Mao Fang | 4781fc1 | 2021-09-06 02:41:26 +0000 | [diff] [blame] | 143 | <application |
| 144 | android:name=".SettingsApplication" |
| 145 | android:label="@string/settings_label" |
Hyunyoung Song | 1f093dd | 2017-02-14 10:40:58 -0800 | [diff] [blame] | 146 | android:icon="@drawable/ic_launcher_settings" |
Amith Yamasani | 56f51a8 | 2013-08-05 10:07:23 -0700 | [diff] [blame] | 147 | android:theme="@style/Theme.Settings" |
Fabrice Di Meglio | 79d8e80 | 2012-07-19 19:25:50 -0700 | [diff] [blame] | 148 | android:hardwareAccelerated="true" |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 149 | android:requiredForAllUsers="true" |
Fabrice Di Meglio | 6644556 | 2014-06-30 13:11:53 -0700 | [diff] [blame] | 150 | android:supportsRtl="true" |
Sunny Goyal | ae788a1 | 2019-04-24 17:11:24 -0700 | [diff] [blame] | 151 | android:backupAgent="com.android.settings.backup.SettingsBackupHelper" |
Jeff Sharkey | 3bd73ed | 2015-11-18 10:20:18 -0700 | [diff] [blame] | 152 | android:usesCleartextTraffic="true" |
Jeff Sharkey | a806b7a | 2016-03-17 11:04:55 -0600 | [diff] [blame] | 153 | android:defaultToDeviceProtectedStorage="true" |
Jason Monk | 2021012 | 2018-04-03 18:36:42 -0400 | [diff] [blame] | 154 | android:directBootAware="true" |
Yi-Ling Chuang | 2a3337a | 2022-02-18 13:49:34 +0800 | [diff] [blame] | 155 | android:appComponentFactory="androidx.core.app.CoreComponentFactory" |
kellyz | 1bda642 | 2022-07-22 10:23:28 +0800 | [diff] [blame] | 156 | android:gwpAsanMode="always" |
| 157 | android:enableOnBackInvokedCallback="true"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 158 | |
Bonian Chen | e69d1a6 | 2021-01-06 05:41:46 +0000 | [diff] [blame] | 159 | <uses-library android:name="org.apache.http.legacy" /> |
Tsung-Mao Fang | 18ad0c4 | 2021-08-17 18:28:06 +0800 | [diff] [blame] | 160 | |
Arc Wang | cf4ee7b | 2023-01-09 10:26:07 +0800 | [diff] [blame] | 161 | <property |
| 162 | android:name="android.window.PROPERTY_ACTIVITY_EMBEDDING_SPLITS_ENABLED" |
| 163 | android:value="true" /> |
| 164 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 165 | <!-- Settings --> |
Fan Zhang | 44be913 | 2018-09-07 12:56:53 -0700 | [diff] [blame] | 166 | <activity android:name=".homepage.SettingsHomepageActivity" |
Raff Tsai | 082f8ee | 2018-06-29 06:11:39 +0000 | [diff] [blame] | 167 | android:label="@string/settings_label_launcher" |
| 168 | android:theme="@style/Theme.Settings.Home" |
Sunny Shao | 0b0e6fc | 2019-06-18 13:32:05 +0800 | [diff] [blame] | 169 | android:taskAffinity="com.android.settings.root" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 170 | android:exported="true" |
Jason Chiu | ae1c17b | 2022-06-13 13:58:17 +0800 | [diff] [blame] | 171 | android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize"> |
Fan Zhang | 0c7c59f | 2018-10-26 13:40:38 -0700 | [diff] [blame] | 172 | <intent-filter android:priority="1"> |
| 173 | <action android:name="android.settings.SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 174 | <category android:name="android.intent.category.BROWSABLE" /> |
Fan Zhang | 0c7c59f | 2018-10-26 13:40:38 -0700 | [diff] [blame] | 175 | <category android:name="android.intent.category.DEFAULT" /> |
| 176 | </intent-filter> |
| 177 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 178 | android:value="true" /> |
Raff Tsai | 082f8ee | 2018-06-29 06:11:39 +0000 | [diff] [blame] | 179 | </activity> |
| 180 | |
Jason Chiu | a3b21cf | 2021-11-16 18:20:19 +0800 | [diff] [blame] | 181 | <!-- Activity for launching deep link page in 2-pane. --> |
| 182 | <activity android:name=".homepage.DeepLinkHomepageActivity" |
| 183 | android:label="@string/settings_label_launcher" |
Jason Chiu | 177573c | 2021-12-02 14:26:24 +0800 | [diff] [blame] | 184 | android:theme="@style/Theme.Settings.Home" |
Jason Chiu | a3b21cf | 2021-11-16 18:20:19 +0800 | [diff] [blame] | 185 | android:launchMode="singleTask" |
| 186 | android:exported="true" |
Tsung-Mao Fang | 3943de1 | 2021-12-08 20:23:13 +0800 | [diff] [blame] | 187 | android:enabled="false" |
Jason Chiu | ae1c17b | 2022-06-13 13:58:17 +0800 | [diff] [blame] | 188 | android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize" |
Alexander Milantev | c413b3e | 2023-03-14 16:11:30 +0000 | [diff] [blame] | 189 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Jason Chiu | a3b21cf | 2021-11-16 18:20:19 +0800 | [diff] [blame] | 190 | android:permission="android.permission.LAUNCH_MULTI_PANE_SETTINGS_DEEP_LINK"> |
| 191 | <intent-filter> |
| 192 | <action android:name="android.settings.SETTINGS_EMBED_DEEP_LINK_ACTIVITY" /> |
| 193 | <category android:name="android.intent.category.DEFAULT" /> |
| 194 | </intent-filter> |
| 195 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 196 | android:value="true" /> |
| 197 | </activity> |
| 198 | |
Jason Chiu | 177573c | 2021-12-02 14:26:24 +0800 | [diff] [blame] | 199 | <activity android:name=".homepage.DeepLinkHomepageActivityInternal" |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 200 | android:label="@string/settings_label_launcher" |
Jason Chiu | 177573c | 2021-12-02 14:26:24 +0800 | [diff] [blame] | 201 | android:theme="@style/Theme.Settings.Home.NoAnimation" |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 202 | android:taskAffinity="" |
| 203 | android:launchMode="singleTask" |
| 204 | android:exported="false" |
Jason Chiu | a3b21cf | 2021-11-16 18:20:19 +0800 | [diff] [blame] | 205 | android:excludeFromRecents="true" |
Jason Chiu | ae1c17b | 2022-06-13 13:58:17 +0800 | [diff] [blame] | 206 | android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize"> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 207 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 208 | android:value="true" /> |
jackqdyulei | 106ae1d | 2018-10-05 10:04:19 -0700 | [diff] [blame] | 209 | </activity> |
| 210 | |
Alexandra Gherghina | 05dec7f | 2014-09-05 11:42:51 +0100 | [diff] [blame] | 211 | <!-- Alias for launcher activity only, as this belongs to each profile. --> |
| 212 | <activity-alias android:name="Settings" |
Alexandra Gherghina | 05dec7f | 2014-09-05 11:42:51 +0100 | [diff] [blame] | 213 | android:label="@string/settings_label_launcher" |
Sunny Shao | 0b0e6fc | 2019-06-18 13:32:05 +0800 | [diff] [blame] | 214 | android:taskAffinity="com.android.settings.root" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 215 | android:exported="true" |
Fan Zhang | 44be913 | 2018-09-07 12:56:53 -0700 | [diff] [blame] | 216 | android:targetActivity=".homepage.SettingsHomepageActivity"> |
Alexandra Gherghina | 05dec7f | 2014-09-05 11:42:51 +0100 | [diff] [blame] | 217 | <intent-filter> |
| 218 | <action android:name="android.intent.action.MAIN" /> |
| 219 | <category android:name="android.intent.category.DEFAULT" /> |
| 220 | <category android:name="android.intent.category.LAUNCHER" /> |
| 221 | </intent-filter> |
Sunny Goyal | 5f179fc | 2016-06-15 12:36:50 -0700 | [diff] [blame] | 222 | <meta-data android:name="android.app.shortcuts" android:resource="@xml/shortcuts"/> |
Alexandra Gherghina | 05dec7f | 2014-09-05 11:42:51 +0100 | [diff] [blame] | 223 | </activity-alias> |
| 224 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 225 | <receiver android:name=".SettingsInitialize" |
| 226 | android:exported="true"> |
Alexandra Gherghina | 89265a3 | 2014-07-17 20:29:34 +0100 | [diff] [blame] | 227 | <intent-filter> |
Alexandra Gherghina | f2e39f2 | 2014-08-18 13:16:17 +0100 | [diff] [blame] | 228 | <action android:name="android.intent.action.USER_INITIALIZE"/> |
Alexandra Gherghina | 5171224 | 2014-09-05 16:32:14 +0100 | [diff] [blame] | 229 | <action android:name="android.intent.action.PRE_BOOT_COMPLETED"/> |
Alexandra Gherghina | 89265a3 | 2014-07-17 20:29:34 +0100 | [diff] [blame] | 230 | </intent-filter> |
| 231 | </receiver> |
| 232 | |
Mill Chen | 14cfd2f | 2021-01-06 07:46:46 +0800 | [diff] [blame] | 233 | <activity android:name=".SubSettings" |
Yuri Ufimtsev | be98245 | 2022-03-09 09:49:15 +0000 | [diff] [blame] | 234 | android:exported="false" |
| 235 | android:theme="@style/Theme.SubSettings" |
Alexander Milantev | c413b3e | 2023-03-14 16:11:30 +0000 | [diff] [blame] | 236 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Yuri Ufimtsev | be98245 | 2022-03-09 09:49:15 +0000 | [diff] [blame] | 237 | android:taskAffinity="com.android.settings.root" /> |
Dianne Hackborn | b725818 | 2011-03-15 16:23:55 -0700 | [diff] [blame] | 238 | |
Fan Zhang | f1f0f8b | 2018-06-22 10:40:07 -0700 | [diff] [blame] | 239 | <activity android:name=".Settings$CreateShortcutActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 240 | android:exported="true" |
Fan Zhang | 92f1e94 | 2017-01-21 10:07:26 -0800 | [diff] [blame] | 241 | android:label="@string/settings_shortcut"> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 242 | <intent-filter> |
Fan Zhang | f1f0f8b | 2018-06-22 10:40:07 -0700 | [diff] [blame] | 243 | <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
| 244 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 245 | </intent-filter> |
Fan Zhang | f1f0f8b | 2018-06-22 10:40:07 -0700 | [diff] [blame] | 246 | <meta-data |
| 247 | android:name="com.android.settings.FRAGMENT_CLASS" |
| 248 | android:value="com.android.settings.shortcut.CreateShortcut" /> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 249 | </activity> |
| 250 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 251 | <!-- Wireless Controls --> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 252 | <activity |
| 253 | android:name=".Settings$NetworkDashboardActivity" |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 254 | android:label="@string/network_dashboard_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 255 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 256 | android:icon="@drawable/ic_homepage_network"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 257 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 258 | <action android:name="android.settings.WIRELESS_SETTINGS" /> |
| 259 | <action android:name="android.settings.AIRPLANE_MODE_SETTINGS" /> |
Andrew Sapperstein | c65ccd2 | 2019-04-25 10:31:37 -0700 | [diff] [blame] | 260 | <action android:name="com.android.settings.sim.SIM_SUB_INFO_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 261 | <category android:name="android.intent.category.BROWSABLE" /> |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 262 | <category android:name="android.intent.category.DEFAULT" /> |
| 263 | </intent-filter> |
| 264 | <intent-filter> |
| 265 | <action android:name="android.intent.action.MAIN" /> |
| 266 | <category android:name="android.intent.category.DEFAULT" /> |
| 267 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 268 | </intent-filter> |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 269 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 270 | android:value="com.android.settings.network.NetworkDashboardFragment"/> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 271 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 272 | android:value="@string/menu_key_network"/> |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 273 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 274 | android:value="true" /> |
| 275 | </activity> |
| 276 | |
Zoey Chen | 6978a90 | 2021-12-14 18:42:37 +0800 | [diff] [blame] | 277 | <activity |
| 278 | android:name=".Settings$MobileNetworkActivity" |
| 279 | android:label="@string/network_settings_title" |
| 280 | android:configChanges="orientation|screenSize|keyboardHidden" |
Bonian Chen | d10618d | 2022-05-30 19:06:10 +0800 | [diff] [blame] | 281 | android:launchMode="singleTop" |
Zoey Chen | 6978a90 | 2021-12-14 18:42:37 +0800 | [diff] [blame] | 282 | android:exported="true"> |
| 283 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 284 | android:value="com.android.settings.network.telephony.MobileNetworkSettings"/> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 285 | <intent-filter android:priority="1"> |
| 286 | <!-- Displays the MobileNetworkActivity and opt-in dialog for capability discovery. --> |
Bonian Chen | d10618d | 2022-05-30 19:06:10 +0800 | [diff] [blame] | 287 | <!-- Please sync with a list created within MobileNetworkIntentConverter.java --> |
| 288 | <action android:name="android.intent.action.MAIN" /> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 289 | <action android:name="android.telephony.ims.action.SHOW_CAPABILITY_DISCOVERY_OPT_IN" /> |
| 290 | <action android:name="android.settings.NETWORK_OPERATOR_SETTINGS" /> |
| 291 | <action android:name="android.settings.DATA_ROAMING_SETTINGS" /> |
| 292 | <action android:name="android.settings.MMS_MESSAGE_SETTING" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 293 | <category android:name="android.intent.category.BROWSABLE" /> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 294 | <category android:name="android.intent.category.DEFAULT" /> |
| 295 | </intent-filter> |
| 296 | </activity> |
| 297 | |
Antony Sargent | 94d9790 | 2019-03-26 09:50:22 -0700 | [diff] [blame] | 298 | <activity android:name=".Settings$MobileNetworkListActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 299 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 300 | android:label="@string/network_settings_title"> |
Antony Sargent | 94d9790 | 2019-03-26 09:50:22 -0700 | [diff] [blame] | 301 | <intent-filter android:priority="1"> |
| 302 | <action android:name="android.settings.MOBILE_NETWORK_LIST" /> |
Peter Wang | 93ce068 | 2021-04-09 11:49:34 -0700 | [diff] [blame] | 303 | <action android:name="android.settings.MANAGE_ALL_SIM_PROFILES_SETTINGS" /> |
Antony Sargent | 94d9790 | 2019-03-26 09:50:22 -0700 | [diff] [blame] | 304 | <category android:name="android.intent.category.DEFAULT" /> |
| 305 | </intent-filter> |
| 306 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 307 | android:value="com.android.settings.network.MobileNetworkListFragment"/> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 308 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 309 | android:value="@string/menu_key_network"/> |
Antony Sargent | 94d9790 | 2019-03-26 09:50:22 -0700 | [diff] [blame] | 310 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 311 | android:value="true" /> |
| 312 | </activity> |
| 313 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 314 | <activity |
| 315 | android:name=".Settings$ConnectedDeviceDashboardActivity" |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 316 | android:label="@string/connected_devices_dashboard_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 317 | android:exported="true" |
Sunny Shao | b4a5f16 | 2020-06-15 23:00:26 +0800 | [diff] [blame] | 318 | android:icon="@drawable/ic_homepage_connected_device"> |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 319 | <intent-filter android:priority="1"> |
jackqdyulei | 6dd7f2e | 2018-02-07 17:49:09 -0800 | [diff] [blame] | 320 | <action android:name="android.settings.BLUETOOTH_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 321 | <category android:name="android.intent.category.BROWSABLE" /> |
jackqdyulei | 6dd7f2e | 2018-02-07 17:49:09 -0800 | [diff] [blame] | 322 | <category android:name="android.intent.category.DEFAULT" /> |
| 323 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 324 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 325 | android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment"/> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 326 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 327 | android:value="@string/menu_key_connected_devices"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 328 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 329 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 330 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 331 | |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 332 | <activity android:name="AirplaneModeVoiceActivity" |
| 333 | android:label="@string/wireless_networks_settings_title" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 334 | android:theme="@*android:style/Theme.DeviceDefault.Light.Voice" |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 335 | android:exported="true"> |
| 336 | <intent-filter> |
| 337 | <action android:name="android.settings.VOICE_CONTROL_AIRPLANE_MODE" /> |
| 338 | <category android:name="android.intent.category.DEFAULT" /> |
| 339 | <category android:name="android.intent.category.VOICE" /> |
| 340 | </intent-filter> |
| 341 | </activity> |
| 342 | |
Fan Zhang | 25f29bf | 2017-10-24 09:27:02 -0700 | [diff] [blame] | 343 | <activity android:name=".search.SearchResultTrampoline" |
| 344 | android:theme="@android:style/Theme.NoDisplay" |
| 345 | android:excludeFromRecents="true" |
Alexander Milantev | c413b3e | 2023-03-14 16:11:30 +0000 | [diff] [blame] | 346 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Fan Zhang | 25f29bf | 2017-10-24 09:27:02 -0700 | [diff] [blame] | 347 | android:exported="true"> |
Fan Zhang | 8068fda | 2017-11-09 16:37:01 -0800 | [diff] [blame] | 348 | <intent-filter> |
| 349 | <action android:name="com.android.settings.SEARCH_RESULT_TRAMPOLINE" /> |
| 350 | <category android:name="android.intent.category.DEFAULT" /> |
| 351 | </intent-filter> |
Fan Zhang | 25f29bf | 2017-10-24 09:27:02 -0700 | [diff] [blame] | 352 | </activity> |
| 353 | |
Jason Chiu | 3af7336 | 2021-11-11 14:24:37 +0800 | [diff] [blame] | 354 | <receiver android:name=".search.SearchStateReceiver" |
| 355 | android:exported="true" |
Tsung-Mao Fang | 3943de1 | 2021-12-08 20:23:13 +0800 | [diff] [blame] | 356 | android:enabled="false" |
Jason Chiu | 3af7336 | 2021-11-11 14:24:37 +0800 | [diff] [blame] | 357 | android:permission="android.permission.READ_SEARCH_INDEXABLES"> |
| 358 | <intent-filter> |
| 359 | <action android:name="com.android.settings.SEARCH_START"/> |
| 360 | <action android:name="com.android.settings.SEARCH_EXIT"/> |
| 361 | </intent-filter> |
| 362 | </receiver> |
| 363 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 364 | <activity |
Florian Mayer | ce17493 | 2022-11-07 17:27:52 -0800 | [diff] [blame] | 365 | android:name="Settings$MemtagPageActivity" |
| 366 | android:label="@string/memtag_title" |
| 367 | android:icon="@drawable/ic_homepage_security" |
| 368 | android:exported="true" |
| 369 | android:configChanges="orientation|keyboardHidden|screenSize"> |
| 370 | <intent-filter android:priority="1"> |
Florian Mayer | ef5e867 | 2022-11-17 16:46:05 -0800 | [diff] [blame] | 371 | <action android:name="android.settings.ADVANCED_MEMORY_PROTECTION_SETTINGS"/> |
Florian Mayer | ce17493 | 2022-11-07 17:27:52 -0800 | [diff] [blame] | 372 | <category android:name="android.intent.category.BROWSABLE" /> |
| 373 | <category android:name="android.intent.category.DEFAULT"/> |
| 374 | </intent-filter> |
| 375 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 376 | android:value="com.android.settings.security.MemtagPage"/> |
| 377 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 378 | android:value="@string/menu_key_security"/> |
| 379 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 380 | android:value="true"/> |
| 381 | </activity> |
| 382 | |
| 383 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 384 | android:name="Settings$WifiSettingsActivity" |
| 385 | android:label="@string/wifi_settings" |
Sunny Shao | b4a5f16 | 2020-06-15 23:00:26 +0800 | [diff] [blame] | 386 | android:icon="@drawable/ic_homepage_network" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 387 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 388 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Weng Su | eb70b24 | 2021-11-12 22:50:12 +0800 | [diff] [blame] | 389 | <intent-filter android:priority="1"> |
| 390 | <action android:name="android.settings.WIFI_SETTINGS"/> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 391 | <category android:name="android.intent.category.BROWSABLE" /> |
Weng Su | eb70b24 | 2021-11-12 22:50:12 +0800 | [diff] [blame] | 392 | <category android:name="android.intent.category.DEFAULT"/> |
| 393 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 394 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Weng Su | eb70b24 | 2021-11-12 22:50:12 +0800 | [diff] [blame] | 395 | android:value="com.android.settings.network.NetworkProviderSettings"/> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 396 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
Weng Su | eb70b24 | 2021-11-12 22:50:12 +0800 | [diff] [blame] | 397 | android:value="@string/menu_key_network"/> |
Zoltan Szatmary-Ban | e03d886 | 2015-04-30 14:35:54 +0100 | [diff] [blame] | 398 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
Weng Su | eb70b24 | 2021-11-12 22:50:12 +0800 | [diff] [blame] | 399 | android:value="true"/> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 400 | </activity> |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 401 | |
David Magno | 6031a6e | 2021-10-07 14:40:31 +0200 | [diff] [blame] | 402 | <!-- Keep compatibility with old shortcuts. --> |
| 403 | <activity-alias |
| 404 | android:name="Settings$WifiSettings2Activity" |
| 405 | android:targetActivity="Settings$WifiSettingsActivity" |
| 406 | android:label="@string/wifi_settings" |
| 407 | android:icon="@drawable/ic_homepage_network" |
| 408 | android:exported="true"> |
| 409 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Weng Su | eb70b24 | 2021-11-12 22:50:12 +0800 | [diff] [blame] | 410 | android:value="com.android.settings.network.NetworkProviderSettings"/> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 411 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
Weng Su | eb70b24 | 2021-11-12 22:50:12 +0800 | [diff] [blame] | 412 | android:value="@string/menu_key_network"/> |
| 413 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 414 | android:value="true"/> |
David Magno | 6031a6e | 2021-10-07 14:40:31 +0200 | [diff] [blame] | 415 | </activity-alias> |
| 416 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 417 | <activity |
Arc Wang | 746176e | 2020-09-02 17:35:56 +0800 | [diff] [blame] | 418 | android:name="Settings$NetworkProviderSettingsActivity" |
Weng Su | 658a417 | 2021-07-26 16:33:31 +0800 | [diff] [blame] | 419 | android:label="@string/provider_internet_settings" |
Arc Wang | 746176e | 2020-09-02 17:35:56 +0800 | [diff] [blame] | 420 | android:icon="@drawable/ic_homepage_network" |
| 421 | android:exported="true" |
| 422 | android:configChanges="orientation|keyboardHidden|screenSize"> |
| 423 | <intent-filter android:priority="1"> |
Weng Su | eb70b24 | 2021-11-12 22:50:12 +0800 | [diff] [blame] | 424 | <action android:name="android.settings.NETWORK_PROVIDER_SETTINGS"/> |
| 425 | <category android:name="android.intent.category.DEFAULT"/> |
Arc Wang | 746176e | 2020-09-02 17:35:56 +0800 | [diff] [blame] | 426 | </intent-filter> |
| 427 | <intent-filter android:priority="1"> |
Weng Su | eb70b24 | 2021-11-12 22:50:12 +0800 | [diff] [blame] | 428 | <action android:name="android.intent.action.MAIN"/> |
| 429 | <category android:name="com.android.settings.SHORTCUT"/> |
Arc Wang | 746176e | 2020-09-02 17:35:56 +0800 | [diff] [blame] | 430 | </intent-filter> |
| 431 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Weng Su | eb70b24 | 2021-11-12 22:50:12 +0800 | [diff] [blame] | 432 | android:value="com.android.settings.network.NetworkProviderSettings"/> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 433 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
Weng Su | eb70b24 | 2021-11-12 22:50:12 +0800 | [diff] [blame] | 434 | android:value="@string/menu_key_network"/> |
Arc Wang | 746176e | 2020-09-02 17:35:56 +0800 | [diff] [blame] | 435 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
Weng Su | eb70b24 | 2021-11-12 22:50:12 +0800 | [diff] [blame] | 436 | android:value="true"/> |
Arc Wang | 746176e | 2020-09-02 17:35:56 +0800 | [diff] [blame] | 437 | </activity> |
| 438 | |
| 439 | <activity |
SongFerng Wang | fa6a361 | 2021-12-08 14:25:41 +0000 | [diff] [blame] | 440 | android:name="Settings$NetworkSelectActivity" |
| 441 | android:label="@string/choose_network_title" |
| 442 | android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize"> |
| 443 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 444 | android:value="com.android.settings.network.telephony.NetworkSelectSettings" /> |
| 445 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 446 | android:value="true" /> |
| 447 | </activity> |
| 448 | |
| 449 | <activity |
Weng Su | e8a4e13 | 2021-07-15 11:38:38 +0800 | [diff] [blame] | 450 | android:name="Settings$WifiDetailsSettingsActivity" |
| 451 | android:label="@string/wifi_details_title" |
| 452 | android:icon="@drawable/ic_homepage_network" |
| 453 | android:exported="true" |
| 454 | android:permission="android.permission.CHANGE_WIFI_STATE" |
| 455 | android:configChanges="orientation|keyboardHidden|screenSize"> |
| 456 | <!-- The intent action is only public to OEM, because a special library is required. --> |
| 457 | <intent-filter android:priority="1"> |
| 458 | <action android:name="android.settings.WIFI_DETAILS_SETTINGS" /> |
| 459 | <category android:name="android.intent.category.DEFAULT" /> |
| 460 | </intent-filter> |
| 461 | <meta-data |
| 462 | android:name="com.android.settings.FRAGMENT_CLASS" |
| 463 | android:value="com.android.settings.wifi.details.WifiNetworkDetailsFragment" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 464 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 465 | android:value="@string/menu_key_network"/> |
| 466 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
Weng Su | e8a4e13 | 2021-07-15 11:38:38 +0800 | [diff] [blame] | 467 | android:value="true" /> |
| 468 | </activity> |
| 469 | |
| 470 | <activity |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 471 | android:name=".wifi.WifiPickerActivity" |
Weng Su | 79c30c0 | 2022-01-25 21:22:20 +0800 | [diff] [blame] | 472 | android:permission="android.permission.CHANGE_WIFI_STATE" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 473 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 474 | <intent-filter android:priority="1"> |
| 475 | <action android:name="android.net.wifi.PICK_WIFI_NETWORK" /> |
| 476 | <category android:name="android.intent.category.DEFAULT" /> |
| 477 | </intent-filter> |
Zoltan Szatmary-Ban | e03d886 | 2015-04-30 14:35:54 +0100 | [diff] [blame] | 478 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 479 | android:value="true" /> |
Daisuke Miyakawa | 79c5fd9 | 2011-01-15 14:58:00 -0800 | [diff] [blame] | 480 | </activity> |
| 481 | |
Jun Ono | 89c2c5e | 2019-05-30 12:56:43 +0900 | [diff] [blame] | 482 | <activity android:name=".Settings$AdaptiveBrightnessActivity" |
| 483 | android:label="@string/auto_brightness_title" |
| 484 | android:exported="true"> |
| 485 | <intent-filter> |
| 486 | <action android:name="android.settings.ADAPTIVE_BRIGHTNESS_SETTINGS" /> |
| 487 | <category android:name="android.intent.category.DEFAULT" /> |
| 488 | </intent-filter> |
| 489 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 490 | android:value="com.android.settings.display.AutoBrightnessSettings"/> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 491 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 492 | android:value="@string/menu_key_display"/> |
Jun Ono | 89c2c5e | 2019-05-30 12:56:43 +0900 | [diff] [blame] | 493 | </activity> |
| 494 | |
Wesley Wang | 336c441 | 2023-12-12 14:55:15 +0800 | [diff] [blame] | 495 | <activity android:name=".Settings$ScreenTimeoutActivity" |
| 496 | android:label="@string/screen_timeout" |
| 497 | android:exported="true"> |
| 498 | <intent-filter> |
| 499 | <action android:name="android.settings.SCREEN_TIMEOUT_SETTINGS" /> |
| 500 | <category android:name="android.intent.category.DEFAULT" /> |
| 501 | </intent-filter> |
| 502 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 503 | android:value="com.android.settings.display.ScreenTimeoutSettings"/> |
| 504 | </activity> |
| 505 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 506 | <activity |
| 507 | android:name="Settings$ConfigureWifiSettingsActivity" |
| 508 | android:label="@string/wifi_configure_settings_preference_title" |
| 509 | android:icon="@drawable/ic_settings_wireless" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 510 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 511 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Amin Shaikh | 3aa547b | 2017-01-06 18:31:41 -0800 | [diff] [blame] | 512 | <intent-filter android:priority="1"> |
Stephen Chen | 91d13c1 | 2017-03-22 15:53:26 -0700 | [diff] [blame] | 513 | <action android:name="android.settings.WIFI_IP_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 514 | <category android:name="android.intent.category.BROWSABLE" /> |
Amin Shaikh | 3aa547b | 2017-01-06 18:31:41 -0800 | [diff] [blame] | 515 | <category android:name="android.intent.category.DEFAULT" /> |
| 516 | </intent-filter> |
| 517 | <intent-filter> |
| 518 | <action android:name="android.intent.action.MAIN" /> |
| 519 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 520 | <category android:name="android.intent.category.DEFAULT" /> |
| 521 | </intent-filter> |
| 522 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 523 | android:value="com.android.settings.wifi.ConfigureWifiSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 524 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 525 | android:value="@string/menu_key_network"/> |
Amin Shaikh | 3aa547b | 2017-01-06 18:31:41 -0800 | [diff] [blame] | 526 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 527 | android:value="true" /> |
| 528 | </activity> |
| 529 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 530 | <activity |
| 531 | android:name="Settings$SavedAccessPointsSettingsActivity" |
| 532 | android:label="@string/wifi_saved_access_points_label" |
| 533 | android:icon="@drawable/ic_settings_wireless" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 534 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 535 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 536 | <intent-filter android:priority="1"> |
Stephen Chen | 66d1a69 | 2016-11-14 16:24:08 -0800 | [diff] [blame] | 537 | <action android:name="android.settings.WIFI_SAVED_NETWORK_SETTINGS" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 538 | <category android:name="android.intent.category.DEFAULT" /> |
| 539 | </intent-filter> |
PauloftheWest | 7837b99 | 2014-06-24 07:42:27 -0700 | [diff] [blame] | 540 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Viesturs Zarins | f1d115c | 2022-09-28 15:06:18 +0000 | [diff] [blame] | 541 | android:value="com.android.settings.wifi.savedaccesspoints2.SavedAccessPointsWifiSettings2" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 542 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 543 | android:value="@string/menu_key_network"/> |
Zoltan Szatmary-Ban | e03d886 | 2015-04-30 14:35:54 +0100 | [diff] [blame] | 544 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 545 | android:value="true" /> |
PauloftheWest | 7837b99 | 2014-06-24 07:42:27 -0700 | [diff] [blame] | 546 | </activity> |
| 547 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 548 | <activity android:name=".Settings$WifiInfoActivity" |
| 549 | android:exported="true"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 550 | <intent-filter> |
| 551 | <action android:name="android.intent.action.MAIN"/> |
| 552 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 553 | <category android:name="android.intent.category.DEFAULT" /> |
| 554 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 555 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 556 | android:value="com.android.settings.wifi.WifiInfo" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 557 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 558 | android:value="@string/menu_key_network"/> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 559 | </activity> |
| 560 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 561 | <activity android:name=".wifi.WifiConfigInfo" |
| 562 | android:exported="true"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 563 | <intent-filter> |
| 564 | <action android:name="android.intent.action.MAIN"/> |
| 565 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 566 | <category android:name="android.intent.category.DEFAULT" /> |
| 567 | </intent-filter> |
| 568 | </activity> |
| 569 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 570 | <activity android:name=".Settings$WifiAPITestActivity" |
| 571 | android:exported="true"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 572 | <intent-filter> |
| 573 | <action android:name="android.intent.action.MAIN"/> |
| 574 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 575 | <category android:name="android.intent.category.DEFAULT" /> |
| 576 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 577 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 578 | android:value="com.android.settings.wifi.WifiAPITest" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 579 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 580 | android:value="@string/menu_key_network"/> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 581 | </activity> |
| 582 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 583 | <activity android:name=".wifi.WifiStatusTest" |
| 584 | android:exported="true"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 585 | <intent-filter> |
| 586 | <action android:name="android.intent.action.MAIN"/> |
| 587 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 588 | <category android:name="android.intent.category.DEFAULT" /> |
| 589 | </intent-filter> |
| 590 | </activity> |
| 591 | |
Lorenzo Colitti | 877b054 | 2015-04-03 17:31:19 +0900 | [diff] [blame] | 592 | <activity android:name=".wifi.WifiNoInternetDialog" |
| 593 | android:clearTaskOnLaunch="true" |
| 594 | android:excludeFromRecents="true" |
| 595 | android:exported="true" |
lucaslin | 7335c59 | 2019-03-20 11:41:21 +0800 | [diff] [blame] | 596 | android:permission="android.permission.NETWORK_STACK" |
Arc Wang | 5a298fb | 2020-06-30 14:14:02 +0800 | [diff] [blame] | 597 | android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"> |
lucaslin | aaf2123 | 2021-02-22 10:37:16 +0800 | [diff] [blame] | 598 | <!-- TODO: Consider removing below two intent filters. |
| 599 | It seems like below two intent filters can be removed because when the notification |
| 600 | is clicked, this activity will be launched anyway. --> |
Lorenzo Colitti | 877b054 | 2015-04-03 17:31:19 +0900 | [diff] [blame] | 601 | <intent-filter> |
lucaslin | aaf2123 | 2021-02-22 10:37:16 +0800 | [diff] [blame] | 602 | <action android:name="android.net.action.PROMPT_UNVALIDATED" /> |
Lorenzo Colitti | 877b054 | 2015-04-03 17:31:19 +0900 | [diff] [blame] | 603 | <category android:name="android.intent.category.DEFAULT" /> |
| 604 | </intent-filter> |
Lorenzo Colitti | 1449ecd | 2016-09-15 14:06:46 +0900 | [diff] [blame] | 605 | <intent-filter> |
lucaslin | aaf2123 | 2021-02-22 10:37:16 +0800 | [diff] [blame] | 606 | <action android:name="android.net.action.PROMPT_LOST_VALIDATION" /> |
Lorenzo Colitti | 1449ecd | 2016-09-15 14:06:46 +0900 | [diff] [blame] | 607 | <category android:name="android.intent.category.DEFAULT" /> |
| 608 | </intent-filter> |
Zoltan Szatmary-Ban | e03d886 | 2015-04-30 14:35:54 +0100 | [diff] [blame] | 609 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 610 | android:value="true" /> |
Lorenzo Colitti | 877b054 | 2015-04-03 17:31:19 +0900 | [diff] [blame] | 611 | </activity> |
| 612 | |
Fabrice Di Meglio | 61a1fec | 2014-08-13 16:22:38 -0700 | [diff] [blame] | 613 | <activity android:name="Settings$ApnSettingsActivity" |
Jeff Sharkey | c2b43db | 2012-11-28 17:09:19 -0800 | [diff] [blame] | 614 | android:label="@string/apn_settings" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 615 | android:exported="true" |
Bonian Chen | cd1fd10 | 2020-02-10 02:38:25 +0800 | [diff] [blame] | 616 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 617 | <intent-filter android:priority="1"> |
| 618 | <action android:name="android.settings.APN_SETTINGS" /> |
| 619 | <category android:name="android.intent.category.DEFAULT" /> |
| 620 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 621 | <intent-filter> |
| 622 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 623 | <category android:name="android.intent.category.DEFAULT" /> |
| 624 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 625 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 626 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 627 | android:value="true" /> |
Fabrice Di Meglio | 61a1fec | 2014-08-13 16:22:38 -0700 | [diff] [blame] | 628 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
tom hsu | 2fd7c9f | 2020-09-30 21:46:27 +0800 | [diff] [blame] | 629 | android:value="com.android.settings.network.apn.ApnSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 630 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 631 | android:value="@string/menu_key_network"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 632 | </activity> |
| 633 | |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 634 | <!-- Keep compatibility with old shortcuts. --> |
| 635 | <activity-alias |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 636 | android:name="Settings$BluetoothSettingsActivity" |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 637 | android:label="@string/devices_title" |
| 638 | android:targetActivity=".Settings$ConnectedDeviceDashboardActivity" |
| 639 | android:exported="true"> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 640 | <intent-filter android:priority="10"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 641 | <action android:name="android.intent.action.MAIN" /> |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 642 | <category android:name="com.android.settings.SHORTCUT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 643 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 644 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 645 | android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 646 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 647 | android:value="@string/menu_key_connected_devices"/> |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 648 | </activity-alias> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 649 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 650 | <!-- Keep compatibility with old shortcuts. --> |
| 651 | <activity-alias android:name=".bluetooth.BluetoothSettings" |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 652 | android:label="@string/devices_title" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 653 | android:targetActivity="Settings$BluetoothSettingsActivity" |
| 654 | android:exported="true" |
| 655 | android:clearTaskOnLaunch="true"> |
| 656 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 657 | android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 658 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 659 | android:value="@string/menu_key_connected_devices"/> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 660 | </activity-alias> |
| 661 | |
Kevin Chyn | 7189997 | 2018-07-10 17:20:29 -0700 | [diff] [blame] | 662 | <activity android:name="Settings$FaceSettingsActivity" |
| 663 | android:label="@string/security_settings_face_preference_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 664 | android:exported="true" |
Jason Chang | f0fccc2 | 2023-08-03 08:38:44 +0000 | [diff] [blame] | 665 | android:theme="@style/Theme.Settings.NoActionBar" |
Kevin Chyn | 7189997 | 2018-07-10 17:20:29 -0700 | [diff] [blame] | 666 | android:icon="@drawable/ic_face_header"> |
| 667 | <intent-filter> |
| 668 | <action android:name="android.settings.FACE_SETTINGS" /> |
| 669 | <category android:name="android.intent.category.DEFAULT" /> |
| 670 | </intent-filter> |
| 671 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 672 | android:value="com.android.settings.biometrics.face.FaceSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 673 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 674 | android:value="@string/menu_key_security"/> |
Kevin Chyn | 7189997 | 2018-07-10 17:20:29 -0700 | [diff] [blame] | 675 | </activity> |
| 676 | |
Yuri Ufimtsev | be98245 | 2022-03-09 09:49:15 +0000 | [diff] [blame] | 677 | <activity android:name="Settings$FaceSettingsInternalActivity" |
| 678 | android:label="@string/security_settings_face_preference_title" |
| 679 | android:exported="false" |
Jason Chang | f0fccc2 | 2023-08-03 08:38:44 +0000 | [diff] [blame] | 680 | android:theme="@style/Theme.Settings.NoActionBar" |
Yuri Ufimtsev | be98245 | 2022-03-09 09:49:15 +0000 | [diff] [blame] | 681 | android:icon="@drawable/ic_face_header" |
| 682 | android:taskAffinity="com.android.settings.root"> |
| 683 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 684 | android:value="com.android.settings.biometrics.face.FaceSettings" /> |
| 685 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 686 | android:value="@string/menu_key_security"/> |
| 687 | </activity> |
| 688 | |
Ilya Matyukhin | 8979f84 | 2019-04-28 15:10:02 -0700 | [diff] [blame] | 689 | <activity android:name="Settings$FingerprintSettingsActivity" |
| 690 | android:label="@string/security_settings_fingerprint_preference_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 691 | android:exported="true" |
Ilya Matyukhin | 8979f84 | 2019-04-28 15:10:02 -0700 | [diff] [blame] | 692 | android:icon="@drawable/ic_fingerprint_header"> |
| 693 | <intent-filter> |
| 694 | <action android:name="android.settings.FINGERPRINT_SETTINGS" /> |
| 695 | <category android:name="android.intent.category.DEFAULT" /> |
| 696 | </intent-filter> |
| 697 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 698 | android:value="com.android.settings.biometrics.fingerprint.FingerprintSettings$FingerprintSettingsFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 699 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 700 | android:value="@string/menu_key_security"/> |
Ilya Matyukhin | 8979f84 | 2019-04-28 15:10:02 -0700 | [diff] [blame] | 701 | </activity> |
| 702 | |
Mill Chen | 7edebee | 2021-04-09 23:14:27 +0800 | [diff] [blame] | 703 | <activity android:name="Settings$CombinedBiometricSettingsActivity" |
| 704 | android:label="@string/security_settings_biometric_preference_title" |
Yuri Ufimtsev | be98245 | 2022-03-09 09:49:15 +0000 | [diff] [blame] | 705 | android:exported="false" |
| 706 | android:taskAffinity="com.android.settings.root"> |
Mill Chen | 7edebee | 2021-04-09 23:14:27 +0800 | [diff] [blame] | 707 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 708 | android:value="com.android.settings.biometrics.combination.CombinedBiometricSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 709 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 710 | android:value="@string/menu_key_security"/> |
Mill Chen | 7edebee | 2021-04-09 23:14:27 +0800 | [diff] [blame] | 711 | </activity> |
| 712 | |
| 713 | <activity android:name="Settings$CombinedBiometricProfileSettingsActivity" |
Elliot Sisteron | bc3d8da | 2023-04-06 13:51:00 +0000 | [diff] [blame] | 714 | android:label="@string/security_settings_work_biometric_preference_title" |
Mill Chen | 7edebee | 2021-04-09 23:14:27 +0800 | [diff] [blame] | 715 | android:exported="false"> |
| 716 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 717 | android:value="com.android.settings.biometrics.combination.CombinedBiometricProfileSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 718 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 719 | android:value="@string/menu_key_security"/> |
Mill Chen | 7edebee | 2021-04-09 23:14:27 +0800 | [diff] [blame] | 720 | </activity> |
| 721 | |
Jake Hamby | c090feb | 2010-12-07 16:27:21 -0800 | [diff] [blame] | 722 | <activity android:name=".bluetooth.DevicePickerActivity" |
Jake Hamby | c090feb | 2010-12-07 16:27:21 -0800 | [diff] [blame] | 723 | android:label="@string/device_picker" |
Hemant Gupta | 3483fc3 | 2018-02-01 19:20:29 +0530 | [diff] [blame] | 724 | android:configChanges="orientation|keyboardHidden|screenSize" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 725 | android:exported="true" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 726 | android:clearTaskOnLaunch="true"> |
Jake Hamby | c090feb | 2010-12-07 16:27:21 -0800 | [diff] [blame] | 727 | <intent-filter> |
| 728 | <action android:name="android.bluetooth.devicepicker.action.LAUNCH" /> |
| 729 | <category android:name="android.intent.category.DEFAULT" /> |
| 730 | </intent-filter> |
| 731 | </activity> |
| 732 | |
Doris Ling | c692758 | 2018-01-18 15:04:59 -0800 | [diff] [blame] | 733 | <service android:name=".wifi.tether.TetherService" |
Jason Monk | 37832d6 | 2014-12-10 17:21:51 -0500 | [diff] [blame] | 734 | android:exported="true" |
Jeremy Klein | 78d182f | 2015-12-28 15:39:39 -0800 | [diff] [blame] | 735 | android:permission="android.permission.TETHER_PRIVILEGED" /> |
Jeremy Klein | 1cf002d | 2016-01-24 17:21:43 -0800 | [diff] [blame] | 736 | |
markchien | 8c713fc | 2019-02-14 11:11:31 +0800 | [diff] [blame] | 737 | <activity android:name=".network.TetherProvisioningActivity" |
Jeremy Klein | 1cf002d | 2016-01-24 17:21:43 -0800 | [diff] [blame] | 738 | android:exported="true" |
| 739 | android:permission="android.permission.TETHER_PRIVILEGED" |
Jeremy Klein | 7dbad8c | 2016-12-19 11:22:38 -0800 | [diff] [blame] | 740 | android:excludeFromRecents="true" |
Jeremy Klein | e3e7b95 | 2016-01-25 14:43:49 -0800 | [diff] [blame] | 741 | android:theme="@style/Theme.ProvisioningActivity"> |
Jeremy Klein | 1cf002d | 2016-01-24 17:21:43 -0800 | [diff] [blame] | 742 | <intent-filter android:priority="1"> |
| 743 | <action android:name="android.settings.TETHER_PROVISIONING_UI" /> |
| 744 | <category android:name="android.intent.category.DEFAULT" /> |
| 745 | </intent-filter> |
| 746 | </activity> |
| 747 | |
tom hsu | 427906c | 2022-02-14 22:12:43 +0800 | [diff] [blame] | 748 | <activity |
| 749 | android:name=".network.TetherProvisioningCarrierDialogActivity" |
| 750 | android:exported="true" |
| 751 | android:permission="android.permission.TETHER_PRIVILEGED" |
| 752 | android:excludeFromRecents="true" |
| 753 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"> |
| 754 | <intent-filter android:priority="1"> |
| 755 | <action android:name="android.settings.TETHER_UNSUPPORTED_CARRIER_UI" /> |
| 756 | <category android:name="android.intent.category.DEFAULT" /> |
| 757 | </intent-filter> |
| 758 | </activity> |
| 759 | |
Jiashen Wang | d8bd3bb | 2020-09-08 15:57:40 -0700 | [diff] [blame] | 760 | <activity android:name=".network.telephony.ToggleSubscriptionDialogActivity" |
| 761 | android:exported="false" |
| 762 | android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS" |
SongFerngWang | 4780be4 | 2021-12-21 05:39:09 +0800 | [diff] [blame] | 763 | android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/> |
Jiashen Wang | d8bd3bb | 2020-09-08 15:57:40 -0700 | [diff] [blame] | 764 | |
Jiashen Wang | ff311a2 | 2020-10-01 18:36:20 -0700 | [diff] [blame] | 765 | <activity android:name=".network.telephony.DeleteEuiccSubscriptionDialogActivity" |
| 766 | android:exported="false" |
| 767 | android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS" |
SongFerngWang | 4780be4 | 2021-12-21 05:39:09 +0800 | [diff] [blame] | 768 | android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/> |
Jiashen Wang | ff311a2 | 2020-10-01 18:36:20 -0700 | [diff] [blame] | 769 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 770 | <activity |
| 771 | android:name="Settings$TetherSettingsActivity" |
| 772 | android:label="@string/tether_settings_title_all" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 773 | android:exported="true" |
Sunny Shao | b4a5f16 | 2020-06-15 23:00:26 +0800 | [diff] [blame] | 774 | android:icon="@drawable/ic_homepage_network"> |
Robert Greenwalt | 3901edb | 2010-01-26 10:22:37 -0800 | [diff] [blame] | 775 | <intent-filter> |
| 776 | <action android:name="android.intent.action.MAIN" /> |
paulhu | 08efd36 | 2020-02-07 14:42:08 +0800 | [diff] [blame] | 777 | <action android:name="android.settings.TETHER_SETTINGS" /> |
Robert Greenwalt | 3901edb | 2010-01-26 10:22:37 -0800 | [diff] [blame] | 778 | <category android:name="android.intent.category.DEFAULT" /> |
| 779 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 780 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 781 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Weng Su | f077b83 | 2022-12-22 20:24:34 +0800 | [diff] [blame] | 782 | android:value="com.android.settings.network.tether.TetherSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 783 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 784 | android:value="@string/menu_key_network"/> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 785 | </activity> |
Robert Greenwalt | 3901edb | 2010-01-26 10:22:37 -0800 | [diff] [blame] | 786 | |
Salvador Martinez | bb33371 | 2018-06-19 10:27:30 -0700 | [diff] [blame] | 787 | <activity |
| 788 | android:name="Settings$WifiTetherSettingsActivity" |
| 789 | android:label="@string/wifi_hotspot_checkbox_text" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 790 | android:exported="true" |
Bonian Chen | 8602747 | 2022-03-18 09:23:19 +0800 | [diff] [blame] | 791 | android:icon="@drawable/ic_homepage_wifi_tethering"> |
Salvador Martinez | bb33371 | 2018-06-19 10:27:30 -0700 | [diff] [blame] | 792 | <intent-filter> |
| 793 | <action android:name="com.android.settings.WIFI_TETHER_SETTINGS" /> |
| 794 | <category android:name="android.intent.category.DEFAULT" /> |
| 795 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 796 | <intent-filter android:priority="4"> |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 797 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 798 | <category android:name="com.android.settings.SHORTCUT" /> |
| 799 | </intent-filter> |
Salvador Martinez | bb33371 | 2018-06-19 10:27:30 -0700 | [diff] [blame] | 800 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 801 | android:value="com.android.settings.wifi.tether.WifiTetherSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 802 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 803 | android:value="@string/menu_key_network"/> |
Salvador Martinez | bb33371 | 2018-06-19 10:27:30 -0700 | [diff] [blame] | 804 | </activity> |
| 805 | |
| 806 | |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 807 | <!-- Keep compatibility with old shortcuts. --> |
| 808 | <activity-alias android:name=".TetherSettings" |
| 809 | android:label="@string/tether_settings_title_all" |
| 810 | android:clearTaskOnLaunch="true" |
| 811 | android:exported="true" |
| 812 | android:targetActivity="Settings$TetherSettingsActivity"> |
| 813 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Weng Su | f077b83 | 2022-12-22 20:24:34 +0800 | [diff] [blame] | 814 | android:value="com.android.settings.network.tether.TetherSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 815 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 816 | android:value="@string/menu_key_network"/> |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 817 | </activity-alias> |
| 818 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 819 | <activity android:name="Settings$WifiP2pSettingsActivity" |
| 820 | android:exported="true"> |
repo sync | b98463f | 2011-06-30 10:58:43 -0700 | [diff] [blame] | 821 | <intent-filter> |
| 822 | <action android:name="android.intent.action.MAIN" /> |
| 823 | <category android:name="android.intent.category.DEFAULT" /> |
| 824 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 825 | </intent-filter> |
| 826 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Irfan Sheriff | 9ef5357 | 2011-08-03 15:40:04 -0700 | [diff] [blame] | 827 | android:value="com.android.settings.wifi.p2p.WifiP2pSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 828 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 829 | android:value="@string/menu_key_network"/> |
repo sync | b98463f | 2011-06-30 10:58:43 -0700 | [diff] [blame] | 830 | </activity> |
| 831 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 832 | <activity |
| 833 | android:name="Settings$VpnSettingsActivity" |
| 834 | android:label="@string/vpn_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 835 | android:exported="true" |
Bonian Chen | 8602747 | 2022-03-18 09:23:19 +0800 | [diff] [blame] | 836 | android:icon="@drawable/ic_homepage_vpn"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 837 | <intent-filter android:priority="1"> |
Robin Lee | d304194 | 2016-03-24 16:02:08 +0000 | [diff] [blame] | 838 | <action android:name="android.settings.VPN_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 839 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 840 | <action android:name="android.net.vpn.SETTINGS" /> |
| 841 | <category android:name="android.intent.category.DEFAULT" /> |
| 842 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 843 | <intent-filter android:priority="5"> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 844 | <action android:name="android.intent.action.MAIN" /> |
Tobias Brunner | f7ed857 | 2010-06-28 13:10:26 +0200 | [diff] [blame] | 845 | <category android:name="com.android.settings.SHORTCUT" /> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 846 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 847 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Chia-chi Yeh | 7606a2f | 2011-07-02 17:45:23 -0700 | [diff] [blame] | 848 | android:value="com.android.settings.vpn2.VpnSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 849 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 850 | android:value="@string/menu_key_network"/> |
Zoltan Szatmary-Ban | 131b497 | 2014-08-18 13:48:15 +0100 | [diff] [blame] | 851 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 852 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 853 | </activity> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 854 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 855 | <activity |
Fabian Kozynski | d9aadd7 | 2019-04-11 12:25:09 -0400 | [diff] [blame] | 856 | android:name="Settings$DataSaverSummaryActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 857 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 858 | android:label="@string/data_saver_title"> |
Fabian Kozynski | d9aadd7 | 2019-04-11 12:25:09 -0400 | [diff] [blame] | 859 | <intent-filter android:priority="1"> |
| 860 | <action android:name="android.settings.DATA_SAVER_SETTINGS" /> |
| 861 | <category android:name="android.intent.category.DEFAULT" /> |
| 862 | </intent-filter> |
| 863 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 864 | android:value="com.android.settings.datausage.DataSaverSummary" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 865 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 866 | android:value="@string/menu_key_network"/> |
Fabian Kozynski | d9aadd7 | 2019-04-11 12:25:09 -0400 | [diff] [blame] | 867 | </activity> |
| 868 | |
| 869 | <activity |
Varun Shah | b33256a | 2022-10-30 18:33:52 +0000 | [diff] [blame] | 870 | android:name="Settings$LongBackgroundTasksActivity" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 871 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Varun Shah | b33256a | 2022-10-30 18:33:52 +0000 | [diff] [blame] | 872 | android:exported="true" |
| 873 | android:label="@string/long_background_tasks_label"> |
| 874 | <intent-filter android:priority="1"> |
Jing Ji | 50490a3 | 2023-01-06 02:10:42 -0800 | [diff] [blame] | 875 | <action android:name="android.settings.MANAGE_APP_LONG_RUNNING_JOBS" /> |
Varun Shah | b33256a | 2022-10-30 18:33:52 +0000 | [diff] [blame] | 876 | <category android:name="android.intent.category.DEFAULT" /> |
| 877 | </intent-filter> |
| 878 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 879 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
| 880 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 881 | android:value="@string/menu_key_apps"/> |
| 882 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 883 | android:value="true" /> |
| 884 | </activity> |
| 885 | |
| 886 | <activity |
| 887 | android:name="Settings$LongBackgroundTasksAppActivity" |
| 888 | android:exported="true" |
| 889 | android:label="@string/long_background_tasks_label"> |
| 890 | <intent-filter android:priority="1"> |
Jing Ji | 50490a3 | 2023-01-06 02:10:42 -0800 | [diff] [blame] | 891 | <action android:name="android.settings.MANAGE_APP_LONG_RUNNING_JOBS" /> |
Varun Shah | b33256a | 2022-10-30 18:33:52 +0000 | [diff] [blame] | 892 | <category android:name="android.intent.category.DEFAULT" /> |
| 893 | <data android:scheme="package" /> |
| 894 | </intent-filter> |
| 895 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 896 | android:value="com.android.settings.applications.appinfo.LongBackgroundTasksDetails" /> |
| 897 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 898 | android:value="@string/menu_key_apps"/> |
| 899 | </activity> |
| 900 | |
| 901 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 902 | android:name="Settings$DateTimeSettingsActivity" |
| 903 | android:label="@string/date_and_time" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 904 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 905 | android:icon="@drawable/ic_settings_date_time"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 906 | <intent-filter android:priority="1"> |
| 907 | <action android:name="android.settings.DATE_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 908 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 909 | <category android:name="android.intent.category.DEFAULT" /> |
| 910 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 911 | <intent-filter> |
| 912 | <action android:name="android.intent.action.MAIN" /> |
Daniel Sandler | f4d1c3e | 2012-10-01 16:45:10 -0400 | [diff] [blame] | 913 | <action android:name="android.intent.action.QUICK_CLOCK" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 914 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | 116d85e | 2009-06-26 18:20:23 -0700 | [diff] [blame] | 915 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 916 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 917 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Raff Tsai | 9e3a9fd | 2019-10-01 17:06:26 +0800 | [diff] [blame] | 918 | android:value="com.android.settings.datetime.DateTimeSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 919 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 920 | android:value="@string/menu_key_system"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 921 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 922 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 923 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 924 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 925 | <activity |
| 926 | android:name="Settings$LocalePickerActivity" |
| 927 | android:label="@string/language_picker_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 928 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 929 | android:icon="@drawable/ic_settings_language"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 930 | <intent-filter android:priority="1"> |
| 931 | <action android:name="android.settings.LOCALE_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 932 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 933 | <category android:name="android.intent.category.DEFAULT" /> |
| 934 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 935 | <intent-filter> |
| 936 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 937 | <category android:name="android.intent.category.DEFAULT" /> |
| 938 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 939 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 940 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Mihai Nita | d7d48fd | 2016-01-12 08:55:05 -0800 | [diff] [blame] | 941 | android:value="com.android.settings.localepicker.LocaleListEditor" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 942 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 943 | android:value="@string/menu_key_system"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 944 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 945 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 946 | </activity> |
Michael Chan | 503c236 | 2009-12-08 22:18:23 -0800 | [diff] [blame] | 947 | |
tmfang | c0ed614 | 2018-07-13 11:11:26 +0800 | [diff] [blame] | 948 | <activity android:name=".localepicker.LocalePickerWithRegionActivity" |
| 949 | android:excludeFromRecents="true" |
| 950 | android:configChanges="orientation|keyboardHidden|screenSize" |
Arc Wang | 4a2acd2 | 2021-05-19 16:57:21 +0800 | [diff] [blame] | 951 | android:exported="false" |
| 952 | android:theme="@style/Theme.LocalePickerWithRegionActivity"> |
tmfang | c0ed614 | 2018-07-13 11:11:26 +0800 | [diff] [blame] | 953 | </activity> |
| 954 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 955 | <activity |
tom hsu | 6fc5bb6 | 2022-03-08 17:40:16 +0800 | [diff] [blame] | 956 | android:name=".localepicker.AppLocalePickerActivity" |
tom hsu | 26b0bd7 | 2021-12-08 16:27:47 +0800 | [diff] [blame] | 957 | android:label="@string/app_locale_picker_title" |
tom hsu | b899bd3 | 2022-04-28 21:32:33 +0800 | [diff] [blame] | 958 | android:configChanges="orientation|screenSize|keyboardHidden" |
tom hsu | 26b0bd7 | 2021-12-08 16:27:47 +0800 | [diff] [blame] | 959 | android:exported="true" > |
| 960 | <intent-filter> |
| 961 | <action android:name="android.settings.APP_LOCALE_SETTINGS" /> |
| 962 | <category android:name="android.intent.category.DEFAULT" /> |
tom hsu | 4da192d | 2021-12-23 20:29:10 +0800 | [diff] [blame] | 963 | <data android:scheme="package" /> |
tom hsu | 26b0bd7 | 2021-12-08 16:27:47 +0800 | [diff] [blame] | 964 | </intent-filter> |
tom hsu | 26b0bd7 | 2021-12-08 16:27:47 +0800 | [diff] [blame] | 965 | </activity> |
| 966 | |
Allen Su | 7b31a7a | 2023-09-30 18:44:56 +0000 | [diff] [blame] | 967 | <activity android:name=".localepicker.NotificationActionActivity" |
| 968 | android:excludeFromRecents="true" |
| 969 | android:theme="@android:style/Theme.NoDisplay"> |
| 970 | </activity> |
| 971 | |
tom hsu | 26b0bd7 | 2021-12-08 16:27:47 +0800 | [diff] [blame] | 972 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 973 | android:name=".Settings$LanguageAndInputSettingsActivity" |
Doris Ling | 204ca74 | 2017-07-18 15:43:26 -0700 | [diff] [blame] | 974 | android:label="@string/language_settings" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 975 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 976 | android:icon="@drawable/ic_settings_language"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 977 | <intent-filter> |
ronish | 4e85627 | 2022-04-14 14:55:35 +0000 | [diff] [blame] | 978 | <action android:name="android.settings.LANGUAGE_SETTINGS"/> |
| 979 | <category android:name="android.intent.category.DEFAULT"/> |
| 980 | </intent-filter> |
| 981 | <intent-filter> |
| 982 | <action android:name="android.intent.action.MAIN"/> |
| 983 | <category android:name="android.intent.category.VOICE_LAUNCH"/> |
| 984 | <category android:name="android.intent.category.DEFAULT"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 985 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 986 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 987 | android:value="com.android.settings.language.LanguageAndInputSettings"/> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 988 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 989 | android:value="@string/menu_key_system"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 990 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 991 | android:value="true"/> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 992 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 993 | |
danielwbhuang | c9cb680 | 2022-08-17 22:17:08 +0800 | [diff] [blame] | 994 | <activity |
| 995 | android:name=".Settings$LanguageSettingsActivity" |
| 996 | android:label="@string/languages_settings" |
| 997 | android:exported="true" |
| 998 | android:icon="@drawable/ic_settings_languages"> |
| 999 | <intent-filter> |
| 1000 | <action android:name="android.settings.LANGUAGE_SETTINGS"/> |
| 1001 | <category android:name="android.intent.category.DEFAULT"/> |
| 1002 | </intent-filter> |
| 1003 | <intent-filter> |
| 1004 | <action android:name="android.intent.action.MAIN"/> |
| 1005 | <category android:name="android.intent.category.VOICE_LAUNCH"/> |
| 1006 | <category android:name="android.intent.category.DEFAULT"/> |
| 1007 | </intent-filter> |
| 1008 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1009 | android:value="com.android.settings.language.LanguageSettings"/> |
| 1010 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1011 | android:value="@string/menu_key_system"/> |
| 1012 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1013 | android:value="true"/> |
| 1014 | </activity> |
| 1015 | |
| 1016 | <activity |
Jagrut Desai | c36081b | 2023-04-20 13:50:02 -0700 | [diff] [blame] | 1017 | android:name=".Settings$NavigationModeSettingsActivity" |
| 1018 | android:label="@string/system_navigation_title" |
| 1019 | android:exported="true"> |
| 1020 | <intent-filter> |
| 1021 | <action android:name="com.android.settings.NAVIGATION_MODE_SETTINGS"/> |
| 1022 | <category android:name="android.intent.category.DEFAULT"/> |
| 1023 | </intent-filter> |
| 1024 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1025 | android:value="com.android.settings.gestures.SystemNavigationGestureSettings"/> |
| 1026 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1027 | android:value="@string/menu_key_system"/> |
| 1028 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1029 | android:value="true"/> |
| 1030 | </activity> |
| 1031 | |
| 1032 | <activity |
tom hsu | c03ff3b | 2023-01-04 08:57:43 +0800 | [diff] [blame] | 1033 | android:name=".Settings$RegionalPreferencesActivity" |
| 1034 | android:label="@string/regional_preferences_title" |
| 1035 | android:exported="true" > |
| 1036 | <intent-filter android:priority="1"> |
| 1037 | <action android:name="android.settings.REGIONAL_PREFERENCES_SETTINGS" /> |
| 1038 | <category android:name="android.intent.category.DEFAULT" /> |
| 1039 | </intent-filter> |
| 1040 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1041 | android:value="com.android.settings.regionalpreferences.RegionalPreferencesEntriesFragment"/> |
| 1042 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1043 | android:value="@string/menu_key_system"/> |
| 1044 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1045 | android:value="true"/> |
| 1046 | </activity> |
| 1047 | |
| 1048 | <activity |
danielwbhuang | c9cb680 | 2022-08-17 22:17:08 +0800 | [diff] [blame] | 1049 | android:name=".Settings$KeyboardSettingsActivity" |
| 1050 | android:label="@string/keyboard_settings" |
| 1051 | android:exported="true" |
| 1052 | android:icon="@drawable/ic_settings_language"> |
| 1053 | <intent-filter> |
| 1054 | <action android:name="android.intent.action.MAIN"/> |
| 1055 | <category android:name="android.intent.category.VOICE_LAUNCH"/> |
| 1056 | <category android:name="android.intent.category.DEFAULT"/> |
| 1057 | </intent-filter> |
| 1058 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1059 | android:value="com.android.settings.inputmethod.KeyboardSettings"/> |
| 1060 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1061 | android:value="@string/menu_key_system"/> |
| 1062 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1063 | android:value="true"/> |
| 1064 | </activity> |
| 1065 | |
Abodunrinwa Toki | 976bb3f | 2016-01-20 18:43:20 +0000 | [diff] [blame] | 1066 | <activity android:name="Settings$AvailableVirtualKeyboardActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1067 | android:exported="true" |
Abodunrinwa Toki | 976bb3f | 2016-01-20 18:43:20 +0000 | [diff] [blame] | 1068 | android:label="@string/available_virtual_keyboard_category"> |
| 1069 | <intent-filter android:priority="1"> |
| 1070 | <action android:name="android.settings.INPUT_METHOD_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 1071 | <category android:name="android.intent.category.BROWSABLE" /> |
Abodunrinwa Toki | 976bb3f | 2016-01-20 18:43:20 +0000 | [diff] [blame] | 1072 | <category android:name="android.intent.category.DEFAULT" /> |
| 1073 | </intent-filter> |
| 1074 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1075 | android:value="com.android.settings.inputmethod.AvailableVirtualKeyboardFragment" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1076 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1077 | android:value="@string/menu_key_system"/> |
Abodunrinwa Toki | 976bb3f | 2016-01-20 18:43:20 +0000 | [diff] [blame] | 1078 | </activity> |
| 1079 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1080 | <activity |
| 1081 | android:name="Settings$ManageAssistActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1082 | android:exported="true" |
Tsung-Mao Fang | df00a3b | 2021-06-23 17:53:59 +0800 | [diff] [blame] | 1083 | android:label="@string/assist_and_voice_input_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1084 | <intent-filter android:priority="1"> |
| 1085 | <action android:name="android.settings.VOICE_INPUT_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 1086 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1087 | <category android:name="android.intent.category.DEFAULT" /> |
| 1088 | </intent-filter> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 1089 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | dfce62c | 2017-02-16 15:00:53 -0800 | [diff] [blame] | 1090 | android:value="com.android.settings.applications.assist.ManageAssist" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1091 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1092 | android:value="@string/menu_key_apps"/> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 1093 | </activity> |
| 1094 | |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 1095 | <activity android:name="Settings$KeyboardLayoutPickerActivity" |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 1096 | android:label="@string/keyboard_layout_picker_title" |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 1097 | android:clearTaskOnLaunch="true" |
| 1098 | android:exported="true"> |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 1099 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | aceee52 | 2016-11-04 14:12:15 -0700 | [diff] [blame] | 1100 | android:value="com.android.settings.inputmethod.KeyboardLayoutPickerFragment" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1101 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1102 | android:value="@string/menu_key_system"/> |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 1103 | </activity> |
| 1104 | |
| 1105 | <activity android:name="Settings$PhysicalKeyboardActivity" |
Yorke Lee | d448522 | 2016-03-23 11:11:46 -0700 | [diff] [blame] | 1106 | android:label="@string/physical_keyboard_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1107 | android:exported="true" |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 1108 | android:clearTaskOnLaunch="true"> |
Yohei Yukawa | 7c4499d | 2016-01-27 19:18:52 -0800 | [diff] [blame] | 1109 | <intent-filter android:priority="1"> |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 1110 | <action android:name="android.settings.HARD_KEYBOARD_SETTINGS" /> |
Yohei Yukawa | 7c4499d | 2016-01-27 19:18:52 -0800 | [diff] [blame] | 1111 | <category android:name="android.intent.category.DEFAULT" /> |
| 1112 | </intent-filter> |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 1113 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 1114 | android:value="com.android.settings.inputmethod.PhysicalKeyboardFragment" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1115 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1116 | android:value="@string/menu_key_system"/> |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 1117 | </activity> |
| 1118 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1119 | <!-- Keep compatibility with old shortcuts. --> |
| 1120 | <activity-alias android:name="LanguageSettings" |
Doris Ling | 7e06ed2 | 2017-06-07 14:16:43 -0700 | [diff] [blame] | 1121 | android:label="@string/language_input_gesture_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1122 | android:clearTaskOnLaunch="true" |
| 1123 | android:exported="true" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 1124 | android:targetActivity="Settings$LanguageAndInputSettingsActivity"> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1125 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 1126 | android:value="com.android.settings.language.LanguageAndInputSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1127 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1128 | android:value="@string/menu_key_system"/> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1129 | </activity-alias> |
| 1130 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1131 | <activity |
| 1132 | android:name="Settings$SpellCheckersSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1133 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1134 | android:label="@string/spellcheckers_settings_title"> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 1135 | <intent-filter> |
| 1136 | <action android:name="android.intent.action.MAIN" /> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 1137 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1138 | <category android:name="android.intent.category.DEFAULT" /> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 1139 | </intent-filter> |
| 1140 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1141 | android:value="com.android.settings.inputmethod.SpellCheckersSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1142 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1143 | android:value="@string/menu_key_system"/> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 1144 | </activity> |
| 1145 | |
Daisuke Miyakawa | 649b9f1 | 2011-01-30 19:43:08 -0800 | [diff] [blame] | 1146 | <activity android:name=".inputmethod.InputMethodAndSubtypeEnablerActivity" |
satok | 5e9c5e7 | 2011-07-21 15:32:28 +0900 | [diff] [blame] | 1147 | android:label="" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1148 | android:exported="true" |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1149 | android:clearTaskOnLaunch="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1150 | <intent-filter android:priority="1"> |
| 1151 | <action android:name="android.settings.INPUT_METHOD_SUBTYPE_SETTINGS" /> |
| 1152 | <category android:name="android.intent.category.DEFAULT" /> |
| 1153 | </intent-filter> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 1154 | <intent-filter> |
| 1155 | <action android:name="android.intent.action.MAIN" /> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 1156 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1157 | <category android:name="android.intent.category.DEFAULT" /> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 1158 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1159 | </activity> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 1160 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1161 | <activity |
| 1162 | android:name="Settings$UserDictionarySettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1163 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1164 | android:label="@string/user_dict_settings_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1165 | <intent-filter android:priority="1"> |
| 1166 | <action android:name="android.settings.USER_DICTIONARY_SETTINGS" /> |
| 1167 | <category android:name="android.intent.category.DEFAULT" /> |
| 1168 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1169 | <intent-filter> |
| 1170 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1171 | <category android:name="android.intent.category.DEFAULT" /> |
| 1172 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1173 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1174 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Satoshi Kataoka | 71c915b | 2013-06-19 22:40:36 +0900 | [diff] [blame] | 1175 | android:value="com.android.settings.inputmethod.UserDictionaryList" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1176 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1177 | android:value="@string/menu_key_system"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1178 | </activity> |
| 1179 | |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 1180 | <activity android:name=".inputmethod.UserDictionaryAddWordActivity" |
Patrick Baumann | 7a2f9dc | 2018-04-06 10:08:26 -0700 | [diff] [blame] | 1181 | android:visibleToInstantApps="true" |
Satoshi Kataoka | 5df3307 | 2013-04-30 14:30:12 +0900 | [diff] [blame] | 1182 | android:label="@string/user_dict_settings_title" |
jackqdyulei | 71a0574 | 2017-03-22 13:33:51 -0700 | [diff] [blame] | 1183 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar" |
Jean Chalard | e17eefa | 2011-12-02 14:56:39 +0900 | [diff] [blame] | 1184 | android:windowSoftInputMode="stateVisible" |
Jean Chalard | 124283e | 2011-12-16 19:35:46 +0900 | [diff] [blame] | 1185 | android:noHistory="true" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1186 | android:exported="true" |
Jean Chalard | e17eefa | 2011-12-02 14:56:39 +0900 | [diff] [blame] | 1187 | android:excludeFromRecents="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1188 | <intent-filter android:priority="1"> |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 1189 | <action android:name="com.android.settings.USER_DICTIONARY_INSERT" /> |
| 1190 | <category android:name="android.intent.category.DEFAULT" /> |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 1191 | </intent-filter> |
| 1192 | </activity> |
| 1193 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1194 | <activity |
| 1195 | android:name="Settings$ZenModeSettingsActivity" |
| 1196 | android:label="@string/zen_mode_settings_title" |
Sunny Shao | b4a5f16 | 2020-06-15 23:00:26 +0800 | [diff] [blame] | 1197 | android:icon="@drawable/ic_homepage_notification" |
Fan Zhang | ac4ad16 | 2018-12-18 11:32:10 -0800 | [diff] [blame] | 1198 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1199 | <intent-filter android:priority="1"> |
| 1200 | <action android:name="android.settings.ZEN_MODE_SETTINGS" /> |
| 1201 | <category android:name="android.intent.category.DEFAULT" /> |
| 1202 | </intent-filter> |
Julia Reynolds | 200da89 | 2018-05-04 08:54:53 -0400 | [diff] [blame] | 1203 | <intent-filter android:priority="1"> |
| 1204 | <action android:name="android.settings.ZEN_MODE_PRIORITY_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 1205 | <category android:name="android.intent.category.BROWSABLE" /> |
Julia Reynolds | 200da89 | 2018-05-04 08:54:53 -0400 | [diff] [blame] | 1206 | <category android:name="android.intent.category.DEFAULT" /> |
| 1207 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 1208 | <intent-filter android:priority="41"> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 1209 | <action android:name="android.intent.action.MAIN" /> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 1210 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1211 | </intent-filter> |
Beverly | 4359d4b | 2017-10-02 09:45:48 -0400 | [diff] [blame] | 1212 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 1213 | android:value="com.android.settings.notification.zen.ZenModeSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1214 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1215 | android:value="@string/menu_key_notifications"/> |
Beverly | 4359d4b | 2017-10-02 09:45:48 -0400 | [diff] [blame] | 1216 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1217 | android:value="true" /> |
| 1218 | </activity> |
| 1219 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1220 | <activity |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 1221 | android:name=".notification.zen.ZenSuggestionActivity" |
Beverly | 8f52258 | 2018-05-09 15:27:45 -0400 | [diff] [blame] | 1222 | android:label="@string/zen_mode_settings_title" |
Mill Chen | 7195800 | 2019-01-23 10:44:39 +0800 | [diff] [blame] | 1223 | android:icon="@drawable/ic_suggestion_dnd" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1224 | android:exported="true" |
Beverly | 8f52258 | 2018-05-09 15:27:45 -0400 | [diff] [blame] | 1225 | android:theme="@android:style/Theme.NoDisplay"> |
| 1226 | <intent-filter> |
| 1227 | <action android:name="android.intent.action.MAIN" /> |
| 1228 | <category android:name="com.android.settings.suggested.category.ZEN" /> |
| 1229 | </intent-filter> |
| 1230 | <intent-filter> |
| 1231 | <action android:name="android.intent.action.MAIN" /> |
| 1232 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
| 1233 | </intent-filter> |
| 1234 | |
| 1235 | <meta-data android:name="com.android.settings.dismiss" |
| 1236 | android:value="0" /> |
| 1237 | <meta-data android:name="com.android.settings.title" |
| 1238 | android:resource="@string/zen_suggestion_title" /> |
| 1239 | <meta-data android:name="com.android.settings.summary" |
| 1240 | android:resource="@string/zen_suggestion_summary" /> |
| 1241 | </activity> |
| 1242 | |
| 1243 | <activity |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 1244 | android:name=".notification.zen.ZenOnboardingActivity" |
Julia Reynolds | 4b8fe09 | 2018-04-09 15:24:55 -0400 | [diff] [blame] | 1245 | android:label="@string/zen_onboarding_dnd_visual_disturbances_header" |
Antony Sargent | 32acddc | 2018-05-21 16:42:11 -0700 | [diff] [blame] | 1246 | android:icon="@drawable/ic_notifications" |
Julia Reynolds | 29ba360 | 2018-04-30 09:13:34 -0400 | [diff] [blame] | 1247 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1248 | android:exported="true"> |
Julia Reynolds | 4b8fe09 | 2018-04-09 15:24:55 -0400 | [diff] [blame] | 1249 | <intent-filter android:priority="1"> |
| 1250 | <action android:name="android.settings.ZEN_MODE_ONBOARDING" /> |
| 1251 | <category android:name="android.intent.category.DEFAULT" /> |
| 1252 | </intent-filter> |
| 1253 | </activity> |
Julia Reynolds | 4b8fe09 | 2018-04-09 15:24:55 -0400 | [diff] [blame] | 1254 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1255 | android:name="Settings$ZenModeAutomationSettingsActivity" |
| 1256 | android:label="@string/zen_mode_automation_settings_title" |
Antony Sargent | 32acddc | 2018-05-21 16:42:11 -0700 | [diff] [blame] | 1257 | android:icon="@drawable/ic_notifications" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1258 | android:exported="true"> |
Julia Reynolds | e175902 | 2017-03-22 14:05:46 -0400 | [diff] [blame] | 1259 | <intent-filter android:priority="1"> |
| 1260 | <action android:name="android.settings.ZEN_MODE_AUTOMATION_SETTINGS" /> |
| 1261 | <category android:name="android.intent.category.DEFAULT" /> |
| 1262 | </intent-filter> |
| 1263 | <intent-filter android:priority="1"> |
| 1264 | <action android:name="android.settings.ACTION_CONDITION_PROVIDER_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 1265 | <category android:name="android.intent.category.BROWSABLE" /> |
Julia Reynolds | e175902 | 2017-03-22 14:05:46 -0400 | [diff] [blame] | 1266 | <category android:name="android.intent.category.DEFAULT" /> |
| 1267 | </intent-filter> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 1268 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 1269 | android:value="com.android.settings.notification.zen.ZenModeAutomationSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1270 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1271 | android:value="@string/menu_key_notifications"/> |
Julia Reynolds | 5555d26 | 2015-11-09 10:52:17 -0500 | [diff] [blame] | 1272 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1273 | android:value="true" /> |
| 1274 | </activity> |
| 1275 | |
Vladislav Kaznacheev | 6e93bdd | 2016-03-09 14:24:45 -0800 | [diff] [blame] | 1276 | <activity android:name="Settings$WallpaperSettingsActivity" |
| 1277 | android:label="@string/wallpaper_settings_fragment_title" |
Sunny Shao | 61aaed4 | 2019-03-26 20:14:58 +0800 | [diff] [blame] | 1278 | android:icon="@drawable/ic_wallpaper" |
| 1279 | android:exported="true"> |
Vladislav Kaznacheev | 6e93bdd | 2016-03-09 14:24:45 -0800 | [diff] [blame] | 1280 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 2907f86 | 2017-03-17 15:05:14 -0700 | [diff] [blame] | 1281 | android:value="com.android.settings.wallpaper.WallpaperTypeSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1282 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1283 | android:value="@string/menu_key_wallpaper"/> |
Vladislav Kaznacheev | 6e93bdd | 2016-03-09 14:24:45 -0800 | [diff] [blame] | 1284 | </activity> |
| 1285 | |
Fan Zhang | 2907f86 | 2017-03-17 15:05:14 -0700 | [diff] [blame] | 1286 | <activity android:name=".wallpaper.WallpaperSuggestionActivity" |
Sunny Goyal | 0bf6f94 | 2016-06-13 15:28:47 -0700 | [diff] [blame] | 1287 | android:label="@string/wallpaper_settings_title" |
Mill Chen | e1fd5af | 2019-02-22 20:40:52 +0800 | [diff] [blame] | 1288 | android:icon="@drawable/ic_wallpaper" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1289 | android:exported="true" |
Sunny Goyal | 0bf6f94 | 2016-06-13 15:28:47 -0700 | [diff] [blame] | 1290 | android:theme="@android:style/Theme.NoDisplay"> |
Fan Zhang | 7afbf0f | 2017-05-08 09:31:01 -0700 | [diff] [blame] | 1291 | <intent-filter> |
ronish | d491d7a4 | 2022-05-13 13:42:45 +0000 | [diff] [blame] | 1292 | <action android:name="android.settings.WALLPAPER_SETTINGS"/> |
| 1293 | <category android:name="android.intent.category.DEFAULT"/> |
Jason Monk | b9e5d23 | 2016-01-26 17:43:57 -0500 | [diff] [blame] | 1294 | </intent-filter> |
Maurice Lam | d64d3c0 | 2017-07-07 18:21:29 -0700 | [diff] [blame] | 1295 | <intent-filter> |
ronish | d491d7a4 | 2022-05-13 13:42:45 +0000 | [diff] [blame] | 1296 | <action android:name="android.intent.action.MAIN"/> |
| 1297 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION"/> |
| 1298 | </intent-filter> |
| 1299 | <intent-filter> |
| 1300 | <action android:name="android.intent.action.MAIN"/> |
| 1301 | <category android:name="com.android.settings.suggested.category.PERSONALIZE"/> |
Maurice Lam | d64d3c0 | 2017-07-07 18:21:29 -0700 | [diff] [blame] | 1302 | </intent-filter> |
Jason Monk | b9e5d23 | 2016-01-26 17:43:57 -0500 | [diff] [blame] | 1303 | <meta-data android:name="com.android.settings.title" |
ronish | d491d7a4 | 2022-05-13 13:42:45 +0000 | [diff] [blame] | 1304 | android:resource="@string/wallpaper_suggestion_title"/> |
Jason Monk | ec1f28e | 2016-02-24 17:39:29 -0500 | [diff] [blame] | 1305 | <meta-data android:name="com.android.settings.summary" |
Sunny Goyal | 0bf6f94 | 2016-06-13 15:28:47 -0700 | [diff] [blame] | 1306 | android:resource="@string/wallpaper_suggestion_summary" /> |
Fan Zhang | af91c1f | 2017-06-03 15:24:11 -0700 | [diff] [blame] | 1307 | <meta-data android:name="com.android.settings.dismiss" |
| 1308 | android:value="3,7,30" /> |
Maurice Lam | 992fa86 | 2017-06-09 16:14:36 -0700 | [diff] [blame] | 1309 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
Jason Monk | b9e5d23 | 2016-01-26 17:43:57 -0500 | [diff] [blame] | 1310 | </activity> |
| 1311 | |
Beth Thibodeau | bf63dde | 2019-04-29 17:59:54 -0400 | [diff] [blame] | 1312 | <activity android:name=".wallpaper.StyleSuggestionActivity" |
| 1313 | android:label="@string/style_suggestion_title" |
| 1314 | android:icon="@drawable/ic_theme" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1315 | android:exported="true" |
Beth Thibodeau | bf63dde | 2019-04-29 17:59:54 -0400 | [diff] [blame] | 1316 | android:theme="@android:style/Theme.NoDisplay"> |
| 1317 | <intent-filter> |
| 1318 | <action android:name="android.intent.action.MAIN" /> |
| 1319 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
| 1320 | </intent-filter> |
| 1321 | <meta-data android:name="com.android.settings.title" |
| 1322 | android:resource="@string/style_suggestion_title" /> |
| 1323 | <meta-data android:name="com.android.settings.summary" |
| 1324 | android:resource="@string/style_suggestion_summary" /> |
| 1325 | <meta-data android:name="com.android.settings.dismiss" |
| 1326 | android:value="3,7,30" /> |
| 1327 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
| 1328 | </activity> |
| 1329 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1330 | <activity |
| 1331 | android:name="Settings$ZenModeScheduleRuleSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1332 | android:exported="true"> |
John Spurlock | 45fa140 | 2015-04-09 12:50:04 -0400 | [diff] [blame] | 1333 | <intent-filter android:priority="1"> |
| 1334 | <action android:name="android.settings.ZEN_MODE_SCHEDULE_RULE_SETTINGS" /> |
| 1335 | <category android:name="android.intent.category.DEFAULT" /> |
| 1336 | </intent-filter> |
| 1337 | <intent-filter> |
| 1338 | <action android:name="android.intent.action.MAIN" /> |
| 1339 | <category android:name="android.intent.category.DEFAULT" /> |
John Spurlock | 45fa140 | 2015-04-09 12:50:04 -0400 | [diff] [blame] | 1340 | </intent-filter> |
| 1341 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 1342 | android:value="com.android.settings.notification.zen.ZenModeScheduleRuleSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1343 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1344 | android:value="@string/menu_key_notifications"/> |
John Spurlock | 45fa140 | 2015-04-09 12:50:04 -0400 | [diff] [blame] | 1345 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1346 | android:value="true" /> |
| 1347 | </activity> |
| 1348 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1349 | <activity |
| 1350 | android:name="Settings$ZenModeEventRuleSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1351 | android:exported="true"> |
John Spurlock | f57bad7 | 2015-04-30 09:26:15 -0400 | [diff] [blame] | 1352 | <intent-filter android:priority="1"> |
| 1353 | <action android:name="android.settings.ZEN_MODE_EVENT_RULE_SETTINGS" /> |
| 1354 | <category android:name="android.intent.category.DEFAULT" /> |
| 1355 | </intent-filter> |
John Spurlock | f57bad7 | 2015-04-30 09:26:15 -0400 | [diff] [blame] | 1356 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 1357 | android:value="com.android.settings.notification.zen.ZenModeEventRuleSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1358 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1359 | android:value="@string/menu_key_notifications"/> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1360 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1361 | android:value="true" /> |
John Spurlock | f57bad7 | 2015-04-30 09:26:15 -0400 | [diff] [blame] | 1362 | </activity> |
| 1363 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1364 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1365 | android:name="Settings$DisplaySettingsActivity" |
| 1366 | android:label="@string/display_settings" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1367 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1368 | android:icon="@drawable/ic_homepage_display"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1369 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1370 | <action android:name="com.android.settings.DISPLAY_SETTINGS" /> |
Amith Yamasani | 0422a3b | 2009-06-12 14:15:20 -0700 | [diff] [blame] | 1371 | <action android:name="android.settings.DISPLAY_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 1372 | <category android:name="android.intent.category.BROWSABLE" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1373 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1374 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 1375 | <intent-filter android:priority="30"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1376 | <action android:name="android.intent.action.MAIN" /> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 1377 | <category android:name="com.android.settings.SHORTCUT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1378 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1379 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Abel Tesfaye | 029c095 | 2021-03-04 21:55:47 +0000 | [diff] [blame] | 1380 | android:value="com.android.settings.DisplaySettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1381 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1382 | android:value="@string/menu_key_display"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1383 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1384 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1385 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1386 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1387 | <activity |
Abel Tesfaye | 029c095 | 2021-03-04 21:55:47 +0000 | [diff] [blame] | 1388 | android:name="Settings$SmartAutoRotateSettingsActivity" |
| 1389 | android:label="@string/accelerometer_title" |
Sunny Shao | 75a1a3f | 2023-04-11 17:13:41 +0800 | [diff] [blame] | 1390 | android:icon="@drawable/ic_screen_rotation" |
Abel Tesfaye | 029c095 | 2021-03-04 21:55:47 +0000 | [diff] [blame] | 1391 | android:exported="true"> |
| 1392 | <intent-filter android:priority="1"> |
| 1393 | <action android:name="android.settings.AUTO_ROTATE_SETTINGS" /> |
| 1394 | <category android:name="android.intent.category.DEFAULT" /> |
| 1395 | </intent-filter> |
| 1396 | <intent-filter android:priority="32"> |
| 1397 | <action android:name="android.intent.action.MAIN" /> |
| 1398 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1399 | </intent-filter> |
| 1400 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1401 | android:value="com.android.settings.display.SmartAutoRotatePreferenceFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1402 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1403 | android:value="@string/menu_key_display"/> |
Abel Tesfaye | 029c095 | 2021-03-04 21:55:47 +0000 | [diff] [blame] | 1404 | </activity> |
| 1405 | |
| 1406 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1407 | android:name="Settings$NightDisplaySettingsActivity" |
| 1408 | android:label="@string/night_display_title" |
| 1409 | android:enabled="@*android:bool/config_nightDisplayAvailable" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1410 | android:exported="true" |
Sunny Shao | b4a5f16 | 2020-06-15 23:00:26 +0800 | [diff] [blame] | 1411 | android:icon="@drawable/ic_homepage_night_display"> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 1412 | <intent-filter android:priority="32"> |
Sean Stout | 763acf0 | 2017-06-20 18:07:22 -0700 | [diff] [blame] | 1413 | <action android:name="android.intent.action.MAIN" /> |
Sean Stout | 763acf0 | 2017-06-20 18:07:22 -0700 | [diff] [blame] | 1414 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1415 | </intent-filter> |
Justin Klaassen | eae3d9f | 2016-07-21 19:25:17 -0700 | [diff] [blame] | 1416 | <intent-filter android:priority="1"> |
| 1417 | <action android:name="android.settings.NIGHT_DISPLAY_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 1418 | <category android:name="android.intent.category.BROWSABLE" /> |
Justin Klaassen | eae3d9f | 2016-07-21 19:25:17 -0700 | [diff] [blame] | 1419 | <category android:name="android.intent.category.DEFAULT" /> |
| 1420 | </intent-filter> |
Sean Stout | 0625126 | 2017-02-15 14:04:25 -0800 | [diff] [blame] | 1421 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1422 | android:value="com.android.settings.display.NightDisplaySettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1423 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1424 | android:value="@string/menu_key_display"/> |
Sean Stout | 40067be | 2017-04-10 15:31:25 -0700 | [diff] [blame] | 1425 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1426 | android:value="true" /> |
Justin Klaassen | eae3d9f | 2016-07-21 19:25:17 -0700 | [diff] [blame] | 1427 | </activity> |
| 1428 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1429 | <activity |
Jay Aliomer | 82a0ea0 | 2019-12-10 14:49:27 -0500 | [diff] [blame] | 1430 | android:name="Settings$DarkThemeSettingsActivity" |
Xuanang Zhao | 2598dd4 | 2022-09-20 14:37:10 +0800 | [diff] [blame] | 1431 | android:label="@string/dark_ui_mode" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1432 | android:exported="true" |
Jay Aliomer | 82a0ea0 | 2019-12-10 14:49:27 -0500 | [diff] [blame] | 1433 | android:enabled="true"> |
| 1434 | <intent-filter android:priority="32"> |
| 1435 | <action android:name="android.intent.action.MAIN" /> |
| 1436 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1437 | </intent-filter> |
| 1438 | <intent-filter android:priority="1"> |
| 1439 | <action android:name="android.settings.DARK_THEME_SETTINGS" /> |
| 1440 | <category android:name="android.intent.category.DEFAULT" /> |
| 1441 | </intent-filter> |
| 1442 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1443 | android:value="com.android.settings.display.darkmode.DarkModeSettingsFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1444 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1445 | android:value="@string/menu_key_display"/> |
Jay Aliomer | 82a0ea0 | 2019-12-10 14:49:27 -0500 | [diff] [blame] | 1446 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1447 | android:value="true" /> |
| 1448 | </activity> |
| 1449 | |
| 1450 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1451 | android:name="Settings$NightDisplaySuggestionActivity" |
Sean Stout | 2bc94d6 | 2017-05-18 13:39:25 -0700 | [diff] [blame] | 1452 | android:enabled="@*android:bool/config_nightDisplayAvailable" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1453 | android:exported="true" |
Mill Chen | 7195800 | 2019-01-23 10:44:39 +0800 | [diff] [blame] | 1454 | android:icon="@drawable/ic_suggestion_night_display"> |
Sean Stout | 2bc94d6 | 2017-05-18 13:39:25 -0700 | [diff] [blame] | 1455 | <intent-filter> |
| 1456 | <action android:name="android.intent.action.MAIN" /> |
| 1457 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
| 1458 | </intent-filter> |
| 1459 | <meta-data android:name="com.android.settings.dismiss" |
| 1460 | android:value="6,10,30" /> |
| 1461 | <meta-data android:name="com.android.settings.title" |
| 1462 | android:resource="@string/night_display_suggestion_title" /> |
| 1463 | <meta-data android:name="com.android.settings.summary" |
| 1464 | android:resource="@string/night_display_suggestion_summary" /> |
| 1465 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1466 | android:value="true" /> |
| 1467 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1468 | android:value="com.android.settings.display.NightDisplaySettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1469 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1470 | android:value="@string/menu_key_display"/> |
Sean Stout | 2bc94d6 | 2017-05-18 13:39:25 -0700 | [diff] [blame] | 1471 | </activity> |
| 1472 | |
Fan Zhang | 881d579 | 2018-01-26 10:15:56 -0800 | [diff] [blame] | 1473 | <activity android:name=".Settings$MyDeviceInfoActivity" |
Daniel Nishi | 1225469 | 2018-03-23 13:43:12 -0700 | [diff] [blame] | 1474 | android:label="@string/about_settings" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1475 | android:exported="true" |
Sunny Shao | 8614058 | 2019-03-22 15:22:36 +0800 | [diff] [blame] | 1476 | android:icon="@drawable/ic_homepage_about"> |
Daniel Nishi | 1e62095 | 2017-12-19 10:15:14 -0800 | [diff] [blame] | 1477 | <intent-filter android:priority="1"> |
Daniel Nishi | 87f35e2 | 2018-01-22 15:17:25 -0800 | [diff] [blame] | 1478 | <action android:name="android.settings.DEVICE_INFO_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 1479 | <category android:name="android.intent.category.BROWSABLE" /> |
Daniel Nishi | 41af55e | 2018-01-25 15:24:29 -0800 | [diff] [blame] | 1480 | <action android:name="android.settings.DEVICE_NAME" /> |
Daniel Nishi | 1e62095 | 2017-12-19 10:15:14 -0800 | [diff] [blame] | 1481 | <category android:name="android.intent.category.DEFAULT" /> |
| 1482 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 1483 | <intent-filter android:priority="71"> |
Daniel Nishi | 1e62095 | 2017-12-19 10:15:14 -0800 | [diff] [blame] | 1484 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 1485 | <category android:name="com.android.settings.SHORTCUT" /> |
Daniel Nishi | 1e62095 | 2017-12-19 10:15:14 -0800 | [diff] [blame] | 1486 | </intent-filter> |
Daniel Nishi | 1e62095 | 2017-12-19 10:15:14 -0800 | [diff] [blame] | 1487 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Daniel Nishi | 87f35e2 | 2018-01-22 15:17:25 -0800 | [diff] [blame] | 1488 | android:value="com.android.settings.deviceinfo.aboutphone.MyDeviceInfoFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1489 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1490 | android:value="@string/menu_key_about_device"/> |
Daniel Nishi | 1e62095 | 2017-12-19 10:15:14 -0800 | [diff] [blame] | 1491 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1492 | android:value="true" /> |
| 1493 | </activity> |
| 1494 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1495 | <activity |
Silin Huang | c80b3ab | 2021-05-13 23:59:33 -0700 | [diff] [blame] | 1496 | android:name=".Settings$LockScreenSettingsActivity" |
| 1497 | android:label="@string/lockscreen_settings_title" |
| 1498 | android:exported="true"> |
| 1499 | <intent-filter android:priority="1"> |
| 1500 | <action android:name="android.settings.LOCK_SCREEN_SETTINGS" /> |
| 1501 | <category android:name="android.intent.category.DEFAULT" /> |
| 1502 | </intent-filter> |
| 1503 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1504 | android:value="com.android.settings.security.LockscreenDashboardFragment" /> |
Jason Chiu | ae5327d | 2021-11-04 17:09:53 +0800 | [diff] [blame] | 1505 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1506 | android:value="@string/menu_key_display"/> |
Silin Huang | c80b3ab | 2021-05-13 23:59:33 -0700 | [diff] [blame] | 1507 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1508 | android:value="true" /> |
| 1509 | </activity> |
| 1510 | |
| 1511 | <activity |
shaoweishen | 1b58ba5 | 2021-12-03 08:47:15 +0000 | [diff] [blame] | 1512 | android:name=".Settings$BlueToothPairingActivity" |
| 1513 | android:label="@string/bluetooth_pairing_page_title" |
| 1514 | android:permission="android.permission.BLUETOOTH_SCAN" |
| 1515 | android:exported="true"> |
| 1516 | <intent-filter android:priority="1"> |
| 1517 | <action android:name="android.settings.BLUETOOTH_PAIRING_SETTINGS" /> |
| 1518 | <category android:name="android.intent.category.DEFAULT" /> |
| 1519 | </intent-filter> |
| 1520 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1521 | android:value="com.android.settings.bluetooth.BluetoothPairingDetail" /> |
| 1522 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1523 | android:value="@string/menu_key_connected_devices"/> |
| 1524 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1525 | android:value="true" /> |
| 1526 | </activity> |
| 1527 | |
| 1528 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1529 | android:name="SettingsLicenseActivity" |
| 1530 | android:label="@string/settings_license_activity_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1531 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1532 | android:configChanges="orientation|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1533 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1534 | <action android:name="android.settings.LICENSE" /> |
| 1535 | <category android:name="android.intent.category.DEFAULT" /> |
| 1536 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1537 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1538 | android:value="true" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1539 | </activity> |
| 1540 | |
Andrew Sapperstein | 56a8c33 | 2019-06-18 09:44:18 -0700 | [diff] [blame] | 1541 | <activity android:name=".Settings$ModuleLicensesActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1542 | android:exported="true" |
Andrew Sapperstein | 56a8c33 | 2019-06-18 09:44:18 -0700 | [diff] [blame] | 1543 | android:label="@string/module_license_title"> |
| 1544 | <intent-filter> |
| 1545 | <action android:name="android.settings.MODULE_LICENSES" /> |
| 1546 | <category android:name="android.intent.category.DEFAULT" /> |
| 1547 | </intent-filter> |
| 1548 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1549 | android:value="com.android.settings.deviceinfo.legal.ModuleLicensesDashboard" /> |
Jason Chiu | ae5327d | 2021-11-04 17:09:53 +0800 | [diff] [blame] | 1550 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1551 | android:value="@string/menu_key_about_device"/> |
Andrew Sapperstein | 56a8c33 | 2019-06-18 09:44:18 -0700 | [diff] [blame] | 1552 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1553 | android:value="true" /> |
| 1554 | </activity> |
| 1555 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1556 | <activity |
| 1557 | android:name="Settings$ManageApplicationsActivity" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 1558 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1559 | android:exported="true" |
Fan Zhang | c7635e5 | 2019-03-04 14:27:08 -0800 | [diff] [blame] | 1560 | android:label="@string/applications_settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1561 | <intent-filter android:priority="1"> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1562 | <action android:name="android.settings.APPLICATION_SETTINGS" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1563 | <action android:name="android.settings.MANAGE_APPLICATIONS_SETTINGS" /> |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1564 | <action android:name="android.settings.MANAGE_ALL_APPLICATIONS_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 1565 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1566 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1567 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 1568 | <intent-filter android:priority="20"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1569 | <action android:name="android.intent.action.MAIN" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1570 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1571 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1572 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1573 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | ae5327d | 2021-11-04 17:09:53 +0800 | [diff] [blame] | 1574 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1575 | android:value="@string/menu_key_apps"/> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 1576 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1577 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1578 | </activity> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1579 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1580 | <!-- Keep compatibility with old shortcuts. --> |
| 1581 | <activity-alias android:name=".applications.ManageApplications" |
| 1582 | android:label="@string/applications_settings" |
| 1583 | android:exported="true" |
| 1584 | android:targetActivity="Settings$ManageApplicationsActivity"> |
| 1585 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1586 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1587 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1588 | android:value="@string/menu_key_apps"/> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1589 | </activity-alias> |
| 1590 | |
Graciela Wissen Putri | f6506e0 | 2023-07-31 14:20:40 +0000 | [diff] [blame] | 1591 | <activity android:name="Settings$UserAspectRatioAppListActivity" |
| 1592 | android:exported="true" |
Massimo Carli | e3951e3 | 2023-09-22 10:01:14 +0000 | [diff] [blame] | 1593 | android:label="@string/aspect_ratio_experimental_title"> |
Graciela Wissen Putri | f6506e0 | 2023-07-31 14:20:40 +0000 | [diff] [blame] | 1594 | <intent-filter android:priority="1"> |
| 1595 | <action android:name="android.settings.MANAGE_USER_ASPECT_RATIO_SETTINGS"/> |
| 1596 | <category android:name="android.intent.category.DEFAULT" /> |
| 1597 | </intent-filter> |
| 1598 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1599 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
| 1600 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1601 | android:value="@string/menu_key_apps"/> |
| 1602 | </activity> |
| 1603 | |
Massimo Carli | 1dc1751 | 2023-09-21 10:33:57 +0000 | [diff] [blame] | 1604 | <activity android:name="Settings$UserAspectRatioAppActivity" |
| 1605 | android:exported="true" |
Massimo Carli | e3951e3 | 2023-09-22 10:01:14 +0000 | [diff] [blame] | 1606 | android:label="@string/aspect_ratio_experimental_title"> |
Massimo Carli | 1dc1751 | 2023-09-21 10:33:57 +0000 | [diff] [blame] | 1607 | <intent-filter> |
| 1608 | <action android:name="android.settings.MANAGE_USER_ASPECT_RATIO_SETTINGS" /> |
| 1609 | <category android:name="android.intent.category.DEFAULT" /> |
| 1610 | <data android:scheme="package" /> |
| 1611 | </intent-filter> |
| 1612 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1613 | android:value="com.android.settings.applications.appcompat.UserAspectRatioDetails" /> |
| 1614 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1615 | android:value="@string/menu_key_apps"/> |
| 1616 | </activity> |
| 1617 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1618 | <activity |
| 1619 | android:name="Settings$ManageDomainUrlsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1620 | android:exported="true" |
Sunny Shao | 600ba96 | 2019-07-04 11:52:59 +0800 | [diff] [blame] | 1621 | android:label="@string/domain_urls_title"> |
Todd Kennedy | 2ef1aa5 | 2016-09-06 14:02:38 -0700 | [diff] [blame] | 1622 | <intent-filter> |
| 1623 | <action android:name="android.settings.MANAGE_DOMAIN_URLS" /> |
| 1624 | <category android:name="android.intent.category.DEFAULT" /> |
| 1625 | </intent-filter> |
Todd Kennedy | 2ef1aa5 | 2016-09-06 14:02:38 -0700 | [diff] [blame] | 1626 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
stanley.tf_wang | 828409a | 2018-04-13 16:18:13 +0800 | [diff] [blame] | 1627 | android:value="com.android.settings.applications.managedomainurls.ManageDomainUrls" /> |
Jason Chiu | ae5327d | 2021-11-04 17:09:53 +0800 | [diff] [blame] | 1628 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1629 | android:value="@string/menu_key_apps"/> |
Todd Kennedy | 2ef1aa5 | 2016-09-06 14:02:38 -0700 | [diff] [blame] | 1630 | </activity> |
| 1631 | |
Muyuan Li | ba115af | 2016-03-25 15:46:12 -0700 | [diff] [blame] | 1632 | <activity android:name="Settings$AppMemoryUsageActivity" |
| 1633 | android:label="@string/app_list_memory_use" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1634 | android:exported="true" |
Muyuan Li | ba115af | 2016-03-25 15:46:12 -0700 | [diff] [blame] | 1635 | android:icon="@drawable/ic_settings_memory"> |
| 1636 | <intent-filter> |
| 1637 | <action android:name="android.settings.APP_MEMORY_USAGE" /> |
| 1638 | <category android:name="android.intent.category.DEFAULT" /> |
| 1639 | </intent-filter> |
Muyuan Li | ba115af | 2016-03-25 15:46:12 -0700 | [diff] [blame] | 1640 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1641 | android:value="com.android.settings.applications.ProcessStatsUi" /> |
Jason Chiu | ae5327d | 2021-11-04 17:09:53 +0800 | [diff] [blame] | 1642 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1643 | android:value="@string/menu_key_apps"/> |
Muyuan Li | ba115af | 2016-03-25 15:46:12 -0700 | [diff] [blame] | 1644 | </activity> |
| 1645 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1646 | <activity |
| 1647 | android:name="Settings$HighPowerApplicationsActivity" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 1648 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1649 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1650 | android:label="@string/high_power_apps"> |
Jason Monk | 3a90d7c | 2015-06-10 11:03:06 -0400 | [diff] [blame] | 1651 | <intent-filter android:priority="1"> |
| 1652 | <action android:name="android.settings.IGNORE_BATTERY_OPTIMIZATION_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 1653 | <category android:name="android.intent.category.BROWSABLE" /> |
Jason Monk | 3a90d7c | 2015-06-10 11:03:06 -0400 | [diff] [blame] | 1654 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 3f98c0c | 2015-06-12 18:13:54 -0700 | [diff] [blame] | 1655 | </intent-filter> |
Jason Monk | 1eb54eb | 2015-04-29 12:46:42 -0400 | [diff] [blame] | 1656 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1657 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | ae5327d | 2021-11-04 17:09:53 +0800 | [diff] [blame] | 1658 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1659 | android:value="@string/menu_key_apps"/> |
Jason Monk | 1eb54eb | 2015-04-29 12:46:42 -0400 | [diff] [blame] | 1660 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1661 | android:value="true" /> |
| 1662 | </activity> |
| 1663 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1664 | <activity |
| 1665 | android:name=".datausage.AppDataUsageActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1666 | android:exported="true" |
Arc Wang | 358dd2b | 2022-05-06 04:07:50 +0000 | [diff] [blame] | 1667 | android:noHistory="true"> |
Felipe Leme | 616ff3e | 2016-04-26 13:50:14 -0700 | [diff] [blame] | 1668 | <intent-filter android:priority="1"> |
| 1669 | <action android:name="android.settings.IGNORE_BACKGROUND_DATA_RESTRICTIONS_SETTINGS" /> |
| 1670 | <category android:name="android.intent.category.DEFAULT" /> |
| 1671 | <data android:scheme="package" /> |
| 1672 | </intent-filter> |
| 1673 | </activity> |
| 1674 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1675 | <activity |
| 1676 | android:name=".fuelgauge.RequestIgnoreBatteryOptimizations" |
| 1677 | android:label="@string/high_power_apps" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1678 | android:exported="true" |
Arc Wang | 5a298fb | 2020-06-30 14:14:02 +0800 | [diff] [blame] | 1679 | android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"> |
Dianne Hackborn | be4df03 | 2015-08-10 14:53:33 -0700 | [diff] [blame] | 1680 | <intent-filter android:priority="1"> |
| 1681 | <action android:name="android.settings.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" /> |
| 1682 | <category android:name="android.intent.category.DEFAULT" /> |
| 1683 | <data android:scheme="package" /> |
| 1684 | </intent-filter> |
| 1685 | </activity> |
| 1686 | |
Fan Zhang | 66156d6 | 2018-05-09 17:33:19 -0700 | [diff] [blame] | 1687 | <activity |
| 1688 | android:name=".slices.SliceDeepLinkSpringBoard" |
| 1689 | android:excludeFromRecents="true" |
Fan Zhang | 03dd39c | 2019-04-02 16:41:01 -0700 | [diff] [blame] | 1690 | android:theme="@android:style/Theme.NoDisplay" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1691 | android:exported="true" |
Alexander Milantev | c413b3e | 2023-03-14 16:11:30 +0000 | [diff] [blame] | 1692 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Fan Zhang | 03dd39c | 2019-04-02 16:41:01 -0700 | [diff] [blame] | 1693 | android:permission="android.permission.MODIFY_PHONE_STATE"> |
Jason Monk | f6edc7c | 2017-11-22 10:04:38 -0500 | [diff] [blame] | 1694 | <intent-filter> |
| 1695 | <action android:name="android.intent.action.VIEW" /> |
| 1696 | <category android:name="android.intent.category.DEFAULT" /> |
| 1697 | <category android:name="android.intent.category.BROWSABLE" /> |
| 1698 | <data android:scheme="settings" |
| 1699 | android:host="com.android.settings.slices" /> |
| 1700 | </intent-filter> |
| 1701 | </activity> |
| 1702 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1703 | <!-- Provide direct entry into manage apps showing running services. |
| 1704 | This is for compatibility with old shortcuts. --> |
| 1705 | <activity-alias android:name=".RunningServices" |
| 1706 | android:label="@string/runningservices_settings_title" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 1707 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1708 | android:exported="true" |
| 1709 | android:targetActivity="Settings$ManageApplicationsActivity"> |
| 1710 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1711 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1712 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1713 | android:value="@string/menu_key_system"/> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1714 | </activity-alias> |
Lifu Tang | fc86f69 | 2013-07-30 18:34:35 -0700 | [diff] [blame] | 1715 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1716 | <!-- Provide direct entry into manage apps showing storage usage for apps. |
| 1717 | This is for compatibility with old shortcuts. --> |
| 1718 | <activity-alias android:name=".applications.StorageUse" |
| 1719 | android:label="@string/storageuse_settings_title" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 1720 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1721 | android:exported="true" |
| 1722 | android:targetActivity="Settings$ManageApplicationsActivity"> |
| 1723 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1724 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1725 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1726 | android:value="@string/menu_key_apps"/> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1727 | </activity-alias> |
| 1728 | |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1729 | <!-- Still need a top-level activity for showing app details. Aliasing |
| 1730 | trick is so the code that is now a fragment can still be called |
| 1731 | InstalledAppDetails. --> |
| 1732 | <activity android:name=".applications.InstalledAppDetailsTop" |
| 1733 | android:label="@string/application_info_label" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1734 | android:exported="true" /> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1735 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1736 | <!-- Keep compatibility with old shortcuts. --> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1737 | <activity-alias android:name=".applications.InstalledAppDetails" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1738 | android:label="@string/application_info_label" |
| 1739 | android:exported="true" |
| 1740 | android:targetActivity=".applications.InstalledAppDetailsTop"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1741 | <intent-filter android:priority="1"> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1742 | <action android:name="android.settings.APPLICATION_DETAILS_SETTINGS" /> |
Eugene Susla | 596662c | 2020-04-13 13:20:50 -0700 | [diff] [blame] | 1743 | <action android:name="android.intent.action.AUTO_REVOKE_PERMISSIONS" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1744 | <category android:name="android.intent.category.DEFAULT" /> |
| 1745 | <data android:scheme="package" /> |
| 1746 | </intent-filter> |
Jason Chiu | bbb9f20 | 2022-03-10 15:34:55 +0800 | [diff] [blame] | 1747 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1748 | android:value="@string/menu_key_apps"/> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1749 | </activity-alias> |
| 1750 | |
Chaohui Wang | 94906cf | 2023-05-29 16:59:36 +0000 | [diff] [blame] | 1751 | <activity-alias android:name="ManageFullScreenIntent" |
Lyn | 685f1e4 | 2023-02-01 05:41:03 +0000 | [diff] [blame] | 1752 | android:exported="true" |
| 1753 | android:targetActivity=".spa.SpaBridgeActivity"> |
| 1754 | <meta-data android:name="com.android.settings.spa.DESTINATION" |
| 1755 | android:value="TogglePermissionAppList/UseFullScreenIntent"/> |
Chaohui Wang | 6adf1ba | 2023-12-04 16:36:21 +0800 | [diff] [blame] | 1756 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1757 | android:value="@string/menu_key_apps"/> |
Lyn | 685f1e4 | 2023-02-01 05:41:03 +0000 | [diff] [blame] | 1758 | </activity-alias> |
| 1759 | |
Chaohui Wang | 94906cf | 2023-05-29 16:59:36 +0000 | [diff] [blame] | 1760 | <activity-alias android:name="AppManageFullScreenIntent" |
Lyn | 685f1e4 | 2023-02-01 05:41:03 +0000 | [diff] [blame] | 1761 | android:exported="true" |
| 1762 | android:targetActivity=".spa.SpaAppBridgeActivity"> |
| 1763 | <intent-filter> |
| 1764 | <action android:name="android.settings.MANAGE_APP_USE_FULL_SCREEN_INTENT" /> |
| 1765 | <category android:name="android.intent.category.DEFAULT" /> |
| 1766 | <data android:scheme="package" /> |
| 1767 | </intent-filter> |
| 1768 | <meta-data android:name="com.android.settings.spa.DESTINATION" |
| 1769 | android:value="TogglePermissionAppInfoPage/UseFullScreenIntent"/> |
Chaohui Wang | 6adf1ba | 2023-12-04 16:36:21 +0800 | [diff] [blame] | 1770 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1771 | android:value="@string/menu_key_apps"/> |
Lyn | 685f1e4 | 2023-02-01 05:41:03 +0000 | [diff] [blame] | 1772 | </activity-alias> |
| 1773 | |
Ben Lin | 30ed7c7 | 2018-09-13 15:22:03 -0700 | [diff] [blame] | 1774 | <activity android:name=".applications.InstalledAppOpenByDefaultActivity" |
Ben Lin | 0cdc103 | 2018-02-27 15:31:40 -0800 | [diff] [blame] | 1775 | android:label="@string/application_info_label" |
Arc Wang | 358dd2b | 2022-05-06 04:07:50 +0000 | [diff] [blame] | 1776 | android:exported="true"> |
Ben Lin | 0cdc103 | 2018-02-27 15:31:40 -0800 | [diff] [blame] | 1777 | <intent-filter android:priority="1"> |
Winson | ed6d733 | 2021-04-02 12:43:55 -0700 | [diff] [blame] | 1778 | <action android:name="android.settings.APP_OPEN_BY_DEFAULT_SETTINGS" /> |
| 1779 | <!-- Also catch legacy "com." prefixed action. --> |
Ben Lin | 30ed7c7 | 2018-09-13 15:22:03 -0700 | [diff] [blame] | 1780 | <action android:name="com.android.settings.APP_OPEN_BY_DEFAULT_SETTINGS" /> |
Ben Lin | 0cdc103 | 2018-02-27 15:31:40 -0800 | [diff] [blame] | 1781 | <category android:name="android.intent.category.DEFAULT" /> |
| 1782 | <data android:scheme="package" /> |
| 1783 | </intent-filter> |
Jason Chiu | bbb9f20 | 2022-03-10 15:34:55 +0800 | [diff] [blame] | 1784 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1785 | android:value="@string/menu_key_apps"/> |
Ben Lin | 0cdc103 | 2018-02-27 15:31:40 -0800 | [diff] [blame] | 1786 | </activity> |
| 1787 | |
Dianne Hackborn | 508fedc | 2010-07-28 17:10:42 -0700 | [diff] [blame] | 1788 | <!-- Provide direct entry into manage apps showing running services. --> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1789 | <activity android:name="Settings$RunningServicesActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1790 | android:exported="true" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 1791 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1792 | android:label="@string/runningservices_settings_title"> |
Dianne Hackborn | c58c549 | 2009-08-31 21:33:17 -0700 | [diff] [blame] | 1793 | <intent-filter> |
| 1794 | <action android:name="android.intent.action.MAIN" /> |
| 1795 | <category android:name="android.intent.category.DEFAULT" /> |
| 1796 | <category android:name="android.intent.category.MONKEY" /> |
| 1797 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | c58c549 | 2009-08-31 21:33:17 -0700 | [diff] [blame] | 1798 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1799 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1800 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | ae5327d | 2021-11-04 17:09:53 +0800 | [diff] [blame] | 1801 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1802 | android:value="@string/menu_key_apps"/> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 1803 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1804 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1805 | </activity> |
Amith Yamasani | 1bb6db5 | 2010-09-17 13:34:47 -0700 | [diff] [blame] | 1806 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1807 | <!-- Provide direct entry into manage apps showing storage usage of apps. --> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1808 | <activity |
| 1809 | android:name="Settings$StorageUseActivity" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 1810 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1811 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1812 | android:label="@string/storageuse_settings_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1813 | <intent-filter android:priority="1"> |
| 1814 | <action android:name="android.intent.action.MANAGE_PACKAGE_STORAGE" /> |
| 1815 | <category android:name="android.intent.category.DEFAULT" /> |
| 1816 | </intent-filter> |
Dianne Hackborn | 728ac35 | 2010-06-06 22:51:42 -0700 | [diff] [blame] | 1817 | <intent-filter> |
| 1818 | <action android:name="android.intent.action.MAIN" /> |
| 1819 | <category android:name="android.intent.category.DEFAULT" /> |
| 1820 | <category android:name="android.intent.category.MONKEY" /> |
| 1821 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | 728ac35 | 2010-06-06 22:51:42 -0700 | [diff] [blame] | 1822 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1823 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1824 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | ae5327d | 2021-11-04 17:09:53 +0800 | [diff] [blame] | 1825 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1826 | android:value="@string/menu_key_apps"/> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 1827 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1828 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1829 | </activity> |
Amith Yamasani | 1bb6db5 | 2010-09-17 13:34:47 -0700 | [diff] [blame] | 1830 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1831 | <activity |
| 1832 | android:name="Settings$NotificationStationActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1833 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1834 | android:label="@string/notification_log_title"> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 1835 | <intent-filter android:priority="22"> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 1836 | <action android:name="android.intent.action.MAIN" /> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 1837 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1838 | </intent-filter> |
| 1839 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 1840 | android:value="com.android.settings.notification.history.NotificationStation" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1841 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1842 | android:value="@string/menu_key_notifications"/> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 1843 | </activity> |
| 1844 | |
Julia Reynolds | b37d565 | 2019-12-12 08:12:29 -0500 | [diff] [blame] | 1845 | <activity |
| 1846 | android:name=".notification.history.NotificationHistoryActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1847 | android:exported="true" |
Tsung-Mao Fang | efaf49c | 2021-06-29 14:40:31 +0800 | [diff] [blame] | 1848 | android:label="@string/notification_history_title" |
| 1849 | android:theme="@style/Theme.Settings.NoActionBar"> |
Julia Reynolds | 49880c3 | 2020-02-11 14:09:42 -0500 | [diff] [blame] | 1850 | <intent-filter android:priority="1"> |
| 1851 | <action android:name="android.settings.NOTIFICATION_HISTORY" /> |
| 1852 | <category android:name="android.intent.category.DEFAULT" /> |
| 1853 | </intent-filter> |
Julia Reynolds | b37d565 | 2019-12-12 08:12:29 -0500 | [diff] [blame] | 1854 | <intent-filter> |
| 1855 | <action android:name="android.intent.action.MAIN" /> |
| 1856 | <category android:name="android.intent.category.DEFAULT" /> |
| 1857 | </intent-filter> |
| 1858 | </activity> |
| 1859 | |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 1860 | <activity android:name=".notification.zen.ZenModeVoiceActivity" |
jackqdyulei | 71a0574 | 2017-03-22 13:33:51 -0700 | [diff] [blame] | 1861 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1862 | android:exported="true" |
Barnaby James | 0474b72 | 2015-05-10 16:24:05 -0700 | [diff] [blame] | 1863 | android:label="@string/zen_mode_settings_title"> |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 1864 | <intent-filter> |
| 1865 | <action android:name="android.settings.VOICE_CONTROL_DO_NOT_DISTURB_MODE" /> |
| 1866 | <category android:name="android.intent.category.DEFAULT" /> |
| 1867 | <category android:name="android.intent.category.VOICE" /> |
| 1868 | </intent-filter> |
| 1869 | </activity> |
| 1870 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1871 | <activity |
| 1872 | android:name="Settings$LocationSettingsActivity" |
| 1873 | android:label="@string/location_settings_title" |
Sunny Shao | b4a5f16 | 2020-06-15 23:00:26 +0800 | [diff] [blame] | 1874 | android:icon="@drawable/ic_homepage_location" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1875 | android:exported="true" |
Yanting Yang | 5edcc30 | 2019-09-05 16:25:17 +0800 | [diff] [blame] | 1876 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1877 | <intent-filter android:priority="1"> |
| 1878 | <action android:name="android.settings.LOCATION_SOURCE_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 1879 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1880 | <category android:name="android.intent.category.DEFAULT" /> |
| 1881 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 1882 | <intent-filter android:priority="52"> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1883 | <action android:name="android.intent.action.MAIN" /> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1884 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1885 | </intent-filter> |
| 1886 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Lifu Tang | 83ab7c9 | 2013-07-29 12:07:48 -0700 | [diff] [blame] | 1887 | android:value="com.android.settings.location.LocationSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1888 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1889 | android:value="@string/menu_key_location"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1890 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1891 | android:value="true" /> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1892 | </activity> |
Lifu Tang | f72f830 | 2018-04-12 10:01:29 -0700 | [diff] [blame] | 1893 | <activity |
| 1894 | android:name="Settings$ScanningSettingsActivity" |
Yu-Han Yang | e93c129 | 2021-02-17 13:52:39 -0800 | [diff] [blame] | 1895 | android:label="@string/location_services_screen_title" |
tmfang | 54a5d37 | 2018-10-30 16:49:12 +0800 | [diff] [blame] | 1896 | android:icon="@drawable/ic_homepage_location" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1897 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1898 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Lifu Tang | f72f830 | 2018-04-12 10:01:29 -0700 | [diff] [blame] | 1899 | <intent-filter android:priority="1"> |
| 1900 | <action android:name="android.settings.LOCATION_SCANNING_SETTINGS" /> |
| 1901 | <category android:name="android.intent.category.DEFAULT" /> |
| 1902 | </intent-filter> |
| 1903 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Yu-Han Yang | e93c129 | 2021-02-17 13:52:39 -0800 | [diff] [blame] | 1904 | android:value="com.android.settings.location.LocationServices" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1905 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1906 | android:value="@string/menu_key_location"/> |
Lifu Tang | f72f830 | 2018-04-12 10:01:29 -0700 | [diff] [blame] | 1907 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1908 | android:value="true" /> |
| 1909 | </activity> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1910 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1911 | <activity |
Weng Su | 9e6966d | 2021-10-13 23:08:50 +0800 | [diff] [blame] | 1912 | android:name="Settings$WifiScanningSettingsActivity" |
| 1913 | android:label="@string/location_scanning_wifi_always_scanning_title" |
| 1914 | android:icon="@drawable/ic_homepage_location" |
| 1915 | android:exported="true" |
| 1916 | android:permission="android.permission.CHANGE_WIFI_STATE" |
| 1917 | android:configChanges="orientation|keyboardHidden|screenSize"> |
| 1918 | <intent-filter android:priority="1"> |
| 1919 | <action android:name="android.settings.WIFI_SCANNING_SETTINGS" /> |
| 1920 | <category android:name="android.intent.category.DEFAULT" /> |
| 1921 | </intent-filter> |
| 1922 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1923 | android:value="com.android.settings.location.WifiScanningFragment" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1924 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1925 | android:value="@string/menu_key_location"/> |
Weng Su | 9e6966d | 2021-10-13 23:08:50 +0800 | [diff] [blame] | 1926 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1927 | android:value="true" /> |
| 1928 | </activity> |
| 1929 | |
| 1930 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1931 | android:name=".Settings$SecurityDashboardActivity" |
| 1932 | android:label="@string/security_settings_title" |
| 1933 | android:icon="@drawable/ic_homepage_security" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1934 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1935 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1936 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1937 | <action android:name="android.settings.SECURITY_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 1938 | <category android:name="android.intent.category.BROWSABLE" /> |
Chia-chi Yeh | 9cec698 | 2009-09-22 23:59:01 +0800 | [diff] [blame] | 1939 | <action android:name="android.credentials.UNLOCK" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1940 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1941 | </intent-filter> |
| 1942 | <intent-filter> |
| 1943 | <action android:name="android.intent.action.MAIN" /> |
| 1944 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1945 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1946 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1947 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | b916456 | 2017-11-03 09:35:12 -0700 | [diff] [blame] | 1948 | android:value="com.android.settings.security.SecuritySettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 1949 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1950 | android:value="@string/menu_key_security"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1951 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1952 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1953 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1954 | |
Yuri Ufimtsev | 4eea126 | 2021-12-03 15:43:11 +0000 | [diff] [blame] | 1955 | <activity |
| 1956 | android:name="Settings$SecurityAdvancedSettings" |
| 1957 | android:label="@string/security_advanced_settings" |
| 1958 | android:exported="true" |
| 1959 | android:icon="@drawable/ic_settings_security"> |
| 1960 | <intent-filter android:priority="1"> |
| 1961 | <action android:name="com.android.settings.security.SECURITY_ADVANCED_SETTINGS" /> |
| 1962 | <category android:name="android.intent.category.DEFAULT" /> |
| 1963 | </intent-filter> |
| 1964 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1965 | android:value="com.android.settings.security.SecurityAdvancedSettings" /> |
Simon Wingrove | ea8a4ad | 2022-10-17 15:05:15 +0100 | [diff] [blame] | 1966 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1967 | android:value="@string/menu_key_security"/> |
Yuri Ufimtsev | 4eea126 | 2021-12-03 15:43:11 +0000 | [diff] [blame] | 1968 | </activity> |
| 1969 | |
Prabal Singh | 52ba133 | 2022-12-06 14:28:10 +0000 | [diff] [blame] | 1970 | <activity |
| 1971 | android:name="Settings$MoreSecurityPrivacySettingsActivity" |
| 1972 | android:label="@string/more_security_privacy_settings" |
| 1973 | android:exported="true"> |
| 1974 | <intent-filter android:priority="1"> |
| 1975 | <action android:name="com.android.settings.MORE_SECURITY_PRIVACY_SETTINGS" /> |
| 1976 | <category android:name="android.intent.category.DEFAULT" /> |
| 1977 | </intent-filter> |
Prabal Singh | 9afbd45 | 2022-12-19 00:28:36 +0000 | [diff] [blame] | 1978 | <intent-filter> |
| 1979 | <action android:name="android.settings.PRIVACY_ADVANCED_SETTINGS" /> |
| 1980 | <category android:name="android.intent.category.DEFAULT" /> |
| 1981 | </intent-filter> |
Prabal Singh | 52ba133 | 2022-12-06 14:28:10 +0000 | [diff] [blame] | 1982 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1983 | android:value="com.android.settings.safetycenter.MoreSecurityPrivacyFragment" /> |
| 1984 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1985 | android:value="@string/menu_key_safety_center"/> |
| 1986 | </activity> |
| 1987 | |
Maggie Benthall | 9d6c40e | 2013-09-05 15:33:58 -0400 | [diff] [blame] | 1988 | <activity android:name="MonitoringCertInfoActivity" |
Victor Chang | e8a46f2 | 2016-04-19 17:45:07 +0100 | [diff] [blame] | 1989 | android:label="" |
Maggie Benthall | 9d6c40e | 2013-09-05 15:33:58 -0400 | [diff] [blame] | 1990 | android:theme="@style/Transparent" |
David Liu | 0578aec | 2023-05-02 17:28:18 +0000 | [diff] [blame] | 1991 | android:exported="false" |
Fan Zhang | 416ff0a | 2018-10-26 15:39:39 -0700 | [diff] [blame] | 1992 | android:excludeFromRecents="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1993 | <intent-filter android:priority="1"> |
| 1994 | <action android:name="com.android.settings.MONITORING_CERT_INFO" /> |
| 1995 | <category android:name="android.intent.category.DEFAULT" /> |
| 1996 | </intent-filter> |
Maggie Benthall | 9d6c40e | 2013-09-05 15:33:58 -0400 | [diff] [blame] | 1997 | </activity> |
| 1998 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1999 | <activity |
| 2000 | android:name="Settings$TrustedCredentialsSettingsActivity" |
| 2001 | android:label="@string/trusted_credentials" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2002 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2003 | android:icon="@drawable/ic_settings_security"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2004 | <intent-filter android:priority="1"> |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 2005 | <action android:name="com.android.settings.TRUSTED_CREDENTIALS" /> |
| 2006 | <action android:name="com.android.settings.TRUSTED_CREDENTIALS_USER" /> |
| 2007 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2008 | </intent-filter> |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 2009 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2010 | android:value="com.android.settings.TrustedCredentialsSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 2011 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2012 | android:value="@string/menu_key_security"/> |
Victor Chang | 37afa28 | 2016-04-07 21:20:38 +0100 | [diff] [blame] | 2013 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2014 | android:value="true" /> |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 2015 | </activity> |
| 2016 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 2017 | <activity android:name="Settings$PrivacySettingsActivity" |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 2018 | android:label="@string/privacy_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2019 | android:icon="@drawable/ic_settings_backup" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2020 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2021 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2022 | <intent-filter> |
| 2023 | <action android:name="android.intent.action.MAIN" /> |
| 2024 | <category android:name="android.intent.category.DEFAULT" /> |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 2025 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 2026 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 2027 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
sunnyshao | 15ec2cf | 2018-03-29 19:50:20 +0800 | [diff] [blame] | 2028 | android:value="com.android.settings.backup.PrivacySettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 2029 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2030 | android:value="@string/menu_key_privacy"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2031 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2032 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 2033 | </activity> |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 2034 | |
Fan Zhang | 11482d2 | 2019-02-06 10:37:03 -0800 | [diff] [blame] | 2035 | <activity android:name="Settings$PrivacyDashboardActivity" |
| 2036 | android:label="@string/privacy_dashboard_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2037 | android:exported="true" |
Fan Zhang | 11482d2 | 2019-02-06 10:37:03 -0800 | [diff] [blame] | 2038 | android:icon="@drawable/ic_settings_privacy"> |
| 2039 | <intent-filter> |
| 2040 | <action android:name="android.settings.PRIVACY_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 2041 | <category android:name="android.intent.category.BROWSABLE" /> |
Fan Zhang | 11482d2 | 2019-02-06 10:37:03 -0800 | [diff] [blame] | 2042 | <category android:name="android.intent.category.DEFAULT" /> |
| 2043 | </intent-filter> |
Felipe Leme | a71991a | 2019-03-07 15:33:51 -0800 | [diff] [blame] | 2044 | <intent-filter android:priority="1"> |
| 2045 | <action android:name="android.settings.REQUEST_ENABLE_CONTENT_CAPTURE" /> |
| 2046 | <category android:name="android.intent.category.DEFAULT" /> |
| 2047 | </intent-filter> |
Fan Zhang | 11482d2 | 2019-02-06 10:37:03 -0800 | [diff] [blame] | 2048 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2049 | android:value="com.android.settings.privacy.PrivacyDashboardFragment" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 2050 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2051 | android:value="@string/menu_key_privacy"/> |
tmfang | bf2989a | 2019-04-24 10:29:46 +0800 | [diff] [blame] | 2052 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2053 | android:value="true" /> |
Fan Zhang | 11482d2 | 2019-02-06 10:37:03 -0800 | [diff] [blame] | 2054 | </activity> |
| 2055 | |
Nate Myren | d1749cf | 2022-04-22 13:58:50 -0700 | [diff] [blame] | 2056 | <activity android:name="Settings$PrivacyControlsActivity" |
| 2057 | android:label="@string/privacy_controls_title" |
| 2058 | android:exported="true" |
| 2059 | android:icon="@drawable/ic_settings_privacy"> |
| 2060 | <intent-filter android:priority="1"> |
| 2061 | <action android:name="android.settings.PRIVACY_CONTROLS" /> |
| 2062 | <category android:name="android.intent.category.DEFAULT" /> |
| 2063 | </intent-filter> |
| 2064 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2065 | android:value="com.android.settings.privacy.PrivacyControlsFragment" /> |
| 2066 | </activity> |
| 2067 | |
alinasuarez | 6ffa9da | 2021-07-14 18:59:31 +0000 | [diff] [blame] | 2068 | <activity android:name=".development.tare.TareHomePage" |
| 2069 | android:label="@string/tare_settings" |
| 2070 | android:exported="false" /> |
| 2071 | |
alinasuarez | aef6ac2 | 2021-07-30 20:25:19 +0000 | [diff] [blame] | 2072 | <activity android:name=".development.tare.DropdownActivity" |
| 2073 | android:exported="false" /> |
| 2074 | |
Christopher Tate | 4f33878 | 2011-07-25 12:09:10 -0700 | [diff] [blame] | 2075 | <activity android:name="SetFullBackupPassword" |
Doris Ling | 03a3b51 | 2017-10-18 14:25:01 -0700 | [diff] [blame] | 2076 | android:label="@string/local_backup_password_title" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2077 | android:exported="false" /> |
Christopher Tate | 4f33878 | 2011-07-25 12:09:10 -0700 | [diff] [blame] | 2078 | |
Eran Messeri | 1e9bd27 | 2019-01-24 10:12:01 +0000 | [diff] [blame] | 2079 | <activity android:name=".security.CredentialStorage" |
Chia-chi Yeh | 91d65a2 | 2011-01-20 18:46:01 +0800 | [diff] [blame] | 2080 | android:theme="@style/Transparent" |
Amith Yamasani | b981202 | 2011-08-26 15:39:16 -0700 | [diff] [blame] | 2081 | android:launchMode="singleTop" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2082 | android:exported="true" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 2083 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2084 | <intent-filter android:priority="1"> |
Chia-chi Yeh | 91d65a2 | 2011-01-20 18:46:01 +0800 | [diff] [blame] | 2085 | <action android:name="com.android.credentials.INSTALL" /> |
Chia-chi Yeh | 91d65a2 | 2011-01-20 18:46:01 +0800 | [diff] [blame] | 2086 | <action android:name="com.android.credentials.RESET" /> |
| 2087 | <category android:name="android.intent.category.DEFAULT" /> |
| 2088 | </intent-filter> |
| 2089 | </activity> |
| 2090 | |
Alex Johnston | c0c75a3 | 2019-10-18 14:20:27 +0100 | [diff] [blame] | 2091 | <activity android:name=".security.InstallCaCertificateWarning" |
| 2092 | android:theme="@style/GlifV3Theme.Light" |
| 2093 | android:exported="false"> |
| 2094 | </activity> |
| 2095 | |
Alex Johnston | 580b7af | 2020-11-26 12:40:38 +0000 | [diff] [blame] | 2096 | <activity android:name=".security.RequestManageCredentials" |
Alex Johnston | 8d06d63 | 2021-06-21 23:33:17 +0100 | [diff] [blame] | 2097 | android:theme="@style/Theme.SubSettings" |
Alex Johnston | 580b7af | 2020-11-26 12:40:38 +0000 | [diff] [blame] | 2098 | android:exported="true"> |
| 2099 | <intent-filter> |
| 2100 | <action android:name="android.security.MANAGE_CREDENTIALS"/> |
| 2101 | <category android:name="android.intent.category.DEFAULT"/> |
| 2102 | </intent-filter> |
| 2103 | </activity> |
| 2104 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2105 | <activity |
| 2106 | android:name="Settings$DeviceAdminSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2107 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2108 | android:label="@string/device_admin_settings_title"> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 2109 | <intent-filter> |
| 2110 | <action android:name="android.intent.action.MAIN" /> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 2111 | <category android:name="android.intent.category.DEFAULT" /> |
| 2112 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 2113 | </intent-filter> |
Amith Yamasani | a1d0184 | 2011-01-24 16:02:11 -0800 | [diff] [blame] | 2114 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | ca6d86c | 2018-06-14 12:52:06 -0700 | [diff] [blame] | 2115 | android:value="com.android.settings.applications.specialaccess.deviceadmin.DeviceAdminSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 2116 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2117 | android:value="@string/menu_key_security"/> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 2118 | </activity> |
| 2119 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 2120 | <!-- Keep compatibility with old shortcuts. --> |
| 2121 | <activity-alias android:name="DeviceAdminSettings" |
| 2122 | android:label="@string/device_admin_settings_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 2123 | android:exported="true" |
| 2124 | android:targetActivity="Settings$DeviceAdminSettingsActivity"> |
| 2125 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | ca6d86c | 2018-06-14 12:52:06 -0700 | [diff] [blame] | 2126 | android:value="com.android.settings.applications.specialaccess.deviceadmin.DeviceAdminSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 2127 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2128 | android:value="@string/menu_key_security"/> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 2129 | </activity-alias> |
| 2130 | |
Fan Zhang | ca6d86c | 2018-06-14 12:52:06 -0700 | [diff] [blame] | 2131 | <activity android:name=".applications.specialaccess.deviceadmin.DeviceAdminAdd" |
Michael Wachenschwanz | 35eef60 | 2019-04-25 16:07:39 -0700 | [diff] [blame] | 2132 | android:label="@string/device_admin_add_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2133 | android:exported="true" |
Tsung-Mao Fang | efaf49c | 2021-06-29 14:40:31 +0800 | [diff] [blame] | 2134 | android:clearTaskOnLaunch="true" |
| 2135 | android:theme="@style/Theme.Settings.NoActionBar"> |
Tsung-Mao Fang | 56e9b25 | 2022-03-16 18:03:40 +0800 | [diff] [blame] | 2136 | <intent-filter android:priority="1000"> |
Dianne Hackborn | 2842903 | 2010-01-25 18:56:17 -0800 | [diff] [blame] | 2137 | <action android:name="android.app.action.ADD_DEVICE_ADMIN" /> |
| 2138 | <category android:name="android.intent.category.DEFAULT" /> |
| 2139 | </intent-filter> |
| 2140 | </activity> |
| 2141 | |
Michael Wachenschwanz | 35eef60 | 2019-04-25 16:07:39 -0700 | [diff] [blame] | 2142 | <activity android:name=".applications.specialaccess.deviceadmin.ProfileOwnerAdd" |
| 2143 | android:excludeFromRecents="true" |
| 2144 | android:theme="@style/Transparent" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2145 | android:exported="true" |
Michael Wachenschwanz | 35eef60 | 2019-04-25 16:07:39 -0700 | [diff] [blame] | 2146 | android:clearTaskOnLaunch="true"> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2147 | <intent-filter android:priority="1000"> |
| 2148 | <action android:name="android.app.action.SET_PROFILE_OWNER" /> |
| 2149 | <category android:name="android.intent.category.DEFAULT" /> |
| 2150 | </intent-filter> |
Michael Wachenschwanz | 35eef60 | 2019-04-25 16:07:39 -0700 | [diff] [blame] | 2151 | </activity> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2152 | |
| 2153 | <activity |
| 2154 | android:name="Settings$UsageAccessSettingsActivity" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 2155 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2156 | android:exported="true" |
Fan Zhang | c7635e5 | 2019-03-04 14:27:08 -0800 | [diff] [blame] | 2157 | android:label="@string/usage_access_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2158 | <intent-filter android:priority="1"> |
| 2159 | <action android:name="android.settings.USAGE_ACCESS_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 2160 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2161 | <category android:name="android.intent.category.DEFAULT" /> |
| 2162 | </intent-filter> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 2163 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 2164 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 2165 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2166 | android:value="@string/menu_key_apps"/> |
Raff Tsai | 613f15a | 2020-01-05 21:56:35 +0800 | [diff] [blame] | 2167 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2168 | android:value="true" /> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 2169 | </activity> |
| 2170 | |
Fan Zhang | 104ee2e | 2018-09-20 16:21:53 -0700 | [diff] [blame] | 2171 | <activity |
| 2172 | android:name="Settings$AppUsageAccessSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2173 | android:exported="true" |
Arc Wang | 358dd2b | 2022-05-06 04:07:50 +0000 | [diff] [blame] | 2174 | android:label="@string/usage_access_title"> |
Fan Zhang | 104ee2e | 2018-09-20 16:21:53 -0700 | [diff] [blame] | 2175 | <intent-filter> |
| 2176 | <action android:name="android.settings.USAGE_ACCESS_SETTINGS"/> |
| 2177 | <category android:name="android.intent.category.DEFAULT"/> |
| 2178 | <data android:scheme="package"/> |
| 2179 | </intent-filter> |
| 2180 | <meta-data |
| 2181 | android:name="com.android.settings.FRAGMENT_CLASS" |
| 2182 | android:value="com.android.settings.applications.UsageAccessDetails"/> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 2183 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2184 | android:value="@string/menu_key_apps"/> |
Fan Zhang | 104ee2e | 2018-09-20 16:21:53 -0700 | [diff] [blame] | 2185 | </activity> |
| 2186 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2187 | <activity android:name="Settings$IccLockSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2188 | android:exported="true" |
Bonian Chen | cd1fd10 | 2020-02-10 02:38:25 +0800 | [diff] [blame] | 2189 | android:label="@string/sim_lock_settings"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2190 | <intent-filter> |
| 2191 | <action android:name="android.intent.action.MAIN" /> |
| 2192 | <category android:name="android.intent.category.DEFAULT" /> |
| 2193 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 2194 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2195 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2196 | android:value="com.android.settings.IccLockSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 2197 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2198 | android:value="@string/menu_key_security"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2199 | </activity> |
| 2200 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2201 | <activity |
| 2202 | android:name="Settings$AccessibilitySettingsActivity" |
| 2203 | android:label="@string/accessibility_settings" |
| 2204 | android:icon="@drawable/ic_homepage_accessibility" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2205 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2206 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2207 | <intent-filter android:priority="1"> |
| 2208 | <action android:name="android.settings.ACCESSIBILITY_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 2209 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2210 | <category android:name="android.intent.category.DEFAULT" /> |
| 2211 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 2212 | <intent-filter android:priority="60"> |
svetoslavganov | a05d0dc | 2009-05-14 22:26:34 -0700 | [diff] [blame] | 2213 | <action android:name="android.intent.action.MAIN" /> |
Costin Manolache | 672b3c6 | 2011-07-21 10:38:15 -0700 | [diff] [blame] | 2214 | <category android:name="com.android.settings.SHORTCUT" /> |
svetoslavganov | a05d0dc | 2009-05-14 22:26:34 -0700 | [diff] [blame] | 2215 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 2216 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Alan Viverette | 341ff66 | 2013-07-18 17:49:33 -0700 | [diff] [blame] | 2217 | android:value="com.android.settings.accessibility.AccessibilitySettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 2218 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2219 | android:value="@string/menu_key_accessibility"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2220 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2221 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 2222 | </activity> |
Michael Chan | 732c1da | 2010-04-06 14:49:30 -0700 | [diff] [blame] | 2223 | |
Jackal Guo | 2936551 | 2019-02-14 15:19:53 +0800 | [diff] [blame] | 2224 | <activity |
| 2225 | android:name="Settings$AccessibilityDetailsSettingsActivity" |
| 2226 | android:label="@string/accessibility_settings" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2227 | android:exported="true" |
Jackal Guo | 2936551 | 2019-02-14 15:19:53 +0800 | [diff] [blame] | 2228 | android:permission="android.permission.OPEN_ACCESSIBILITY_DETAILS_SETTINGS"> |
| 2229 | <intent-filter android:priority="1"> |
| 2230 | <action android:name="android.settings.ACCESSIBILITY_DETAILS_SETTINGS" /> |
| 2231 | <category android:name="android.intent.category.DEFAULT" /> |
| 2232 | </intent-filter> |
| 2233 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2234 | android:value="com.android.settings.accessibility.AccessibilityDetailsSettingsFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 2235 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2236 | android:value="@string/menu_key_accessibility"/> |
Jackal Guo | 2936551 | 2019-02-14 15:19:53 +0800 | [diff] [blame] | 2237 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2238 | android:value="true" /> |
| 2239 | </activity> |
| 2240 | |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 2241 | <activity android:name=".accessibility.AccessibilitySettingsForSetupWizardActivity" |
Maurice Lam | f3c5b4d | 2017-06-08 20:17:18 -0700 | [diff] [blame] | 2242 | android:icon="@drawable/ic_accessibility_suggestion" |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 2243 | android:label="@string/vision_settings_title" |
Peter_Liang | d2fc78d | 2022-03-09 21:17:35 +0800 | [diff] [blame] | 2244 | android:exported="true"> |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 2245 | <intent-filter android:priority="1"> |
| 2246 | <action android:name="android.settings.ACCESSIBILITY_SETTINGS_FOR_SUW" /> |
| 2247 | <category android:name="android.intent.category.DEFAULT" /> |
| 2248 | </intent-filter> |
cnchen | 7a83d51 | 2019-05-06 10:19:10 +0800 | [diff] [blame] | 2249 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2250 | android:value="com.android.settings.accessibility.AccessibilitySettingsForSetupWizard" /> |
| 2251 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2252 | android:value="true" /> |
| 2253 | </activity> |
| 2254 | |
| 2255 | <activity-alias |
| 2256 | android:name=".FontSizeSettingsForSetupWizardActivity" |
| 2257 | android:exported="true" |
| 2258 | android:targetActivity=".accessibility.AccessibilitySettingsForSetupWizardActivity"> |
Maurice Lam | f3c5b4d | 2017-06-08 20:17:18 -0700 | [diff] [blame] | 2259 | <intent-filter> |
| 2260 | <action android:name="android.intent.action.MAIN" /> |
Maurice Lam | f3c5b4d | 2017-06-08 20:17:18 -0700 | [diff] [blame] | 2261 | </intent-filter> |
| 2262 | <meta-data android:name="com.android.settings.title" |
| 2263 | android:resource="@string/vision_settings_suggestion_title" /> |
Maurice Lam | 992fa86 | 2017-06-09 16:14:36 -0700 | [diff] [blame] | 2264 | <meta-data android:name="com.android.settings.icon_tintable" |
| 2265 | android:value="true" /> |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 2266 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2267 | android:value="com.android.settings.accessibility.AccessibilitySettingsForSetupWizard" /> |
cnchen | 7a83d51 | 2019-05-06 10:19:10 +0800 | [diff] [blame] | 2268 | </activity-alias> |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 2269 | |
Peter_Liang | efb44b7 | 2022-01-25 09:05:23 +0800 | [diff] [blame] | 2270 | <activity-alias |
| 2271 | android:name=".TextReadingForSetupWizardActivity" |
| 2272 | android:exported="true" |
| 2273 | android:icon="@drawable/ic_font_download" |
| 2274 | android:targetActivity=".accessibility.AccessibilitySettingsForSetupWizardActivity"> |
| 2275 | <intent-filter> |
| 2276 | <action android:name="android.intent.action.MAIN" /> |
| 2277 | <!-- TODO(b/1352717): Consider replacing it with another category, temporarily |
| 2278 | using an older one to avoid side problems. --> |
| 2279 | <category android:name="com.android.settings.suggested.category.DISPLAY_SETTINGS" /> |
| 2280 | </intent-filter> |
| 2281 | |
| 2282 | <meta-data |
| 2283 | android:name="com.android.settings.title" |
Peter_Liang | 61264d0 | 2022-02-12 17:36:20 +0800 | [diff] [blame] | 2284 | android:resource="@string/accessibility_text_reading_options_suggestion_title" /> |
Peter_Liang | efb44b7 | 2022-01-25 09:05:23 +0800 | [diff] [blame] | 2285 | <meta-data |
| 2286 | android:name="com.android.settings.icon_tintable" |
| 2287 | android:value="true" /> |
| 2288 | <meta-data |
| 2289 | android:name="com.android.settings.FRAGMENT_CLASS" |
| 2290 | android:value="com.android.settings.accessibility.TextReadingPreferenceFragmentForSetupWizard" /> |
| 2291 | </activity-alias> |
| 2292 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2293 | <activity |
menghanli | 3871438 | 2022-09-28 13:14:51 +0800 | [diff] [blame] | 2294 | android:name="Settings$TextReadingSettingsActivity" |
| 2295 | android:exported="true" |
| 2296 | android:label="@string/accessibility_text_reading_options_title"> |
| 2297 | <intent-filter> |
menghanli | 0d2c2c4 | 2022-10-05 12:14:53 +0800 | [diff] [blame] | 2298 | <action android:name="android.settings.TEXT_READING_SETTINGS" /> |
menghanli | 3871438 | 2022-09-28 13:14:51 +0800 | [diff] [blame] | 2299 | <category android:name="android.intent.category.DEFAULT" /> |
| 2300 | </intent-filter> |
| 2301 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2302 | android:value="com.android.settings.accessibility.TextReadingPreferenceFragment" /> |
| 2303 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2304 | android:value="@string/menu_key_accessibility"/> |
| 2305 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2306 | android:value="true" /> |
| 2307 | </activity> |
| 2308 | |
| 2309 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2310 | android:name="Settings$AccessibilityDaltonizerSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2311 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2312 | android:label="@string/accessibility_display_daltonizer_preference_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2313 | <intent-filter android:priority="1"> |
| 2314 | <action android:name="com.android.settings.ACCESSIBILITY_COLOR_SPACE_SETTINGS" /> |
| 2315 | <category android:name="android.intent.category.DEFAULT" /> |
| 2316 | </intent-filter> |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 2317 | <intent-filter> |
| 2318 | <action android:name="android.intent.action.MAIN" /> |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 2319 | <category android:name="android.intent.category.DEFAULT" /> |
| 2320 | </intent-filter> |
| 2321 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2322 | android:value="com.android.settings.accessibility.ToggleDaltonizerPreferenceFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 2323 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2324 | android:value="@string/menu_key_accessibility"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2325 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2326 | android:value="true" /> |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 2327 | </activity> |
| 2328 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2329 | <activity |
Sally | 9fe91b9 | 2020-10-16 22:45:27 +0000 | [diff] [blame] | 2330 | android:name="Settings$ReduceBrightColorsSettingsActivity" |
| 2331 | android:exported="true" |
| 2332 | android:label="@string/reduce_bright_colors_preference_title"> |
| 2333 | <intent-filter android:priority="1"> |
| 2334 | <action android:name="android.settings.REDUCE_BRIGHT_COLORS_SETTINGS" /> |
| 2335 | <category android:name="android.intent.category.DEFAULT" /> |
| 2336 | </intent-filter> |
| 2337 | <intent-filter> |
| 2338 | <action android:name="android.intent.action.MAIN" /> |
| 2339 | <category android:name="android.intent.category.DEFAULT" /> |
| 2340 | </intent-filter> |
| 2341 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2342 | android:value="com.android.settings.accessibility.ToggleReduceBrightColorsPreferenceFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 2343 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2344 | android:value="@string/menu_key_accessibility"/> |
Sally | 9fe91b9 | 2020-10-16 22:45:27 +0000 | [diff] [blame] | 2345 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2346 | android:value="true" /> |
| 2347 | </activity> |
| 2348 | |
| 2349 | <activity |
jasonwshsu | 9fcd1f9 | 2021-10-08 15:43:08 +0800 | [diff] [blame] | 2350 | android:name="Settings$AccessibilityInversionSettingsActivity" |
| 2351 | android:exported="true" |
| 2352 | android:label="@string/accessibility_display_inversion_preference_title"> |
| 2353 | <intent-filter android:priority="1"> |
| 2354 | <action android:name="android.settings.COLOR_INVERSION_SETTINGS" /> |
| 2355 | <category android:name="android.intent.category.DEFAULT" /> |
| 2356 | </intent-filter> |
| 2357 | <intent-filter> |
| 2358 | <action android:name="android.intent.action.MAIN" /> |
| 2359 | <category android:name="android.intent.category.DEFAULT" /> |
| 2360 | </intent-filter> |
| 2361 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2362 | android:value="com.android.settings.accessibility.ToggleColorInversionPreferenceFragment" /> |
| 2363 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2364 | android:value="@string/menu_key_accessibility"/> |
| 2365 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2366 | android:value="true" /> |
| 2367 | </activity> |
| 2368 | |
| 2369 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2370 | android:name="Settings$CaptioningSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2371 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2372 | android:label="@string/accessibility_captioning_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2373 | <intent-filter android:priority="1"> |
| 2374 | <action android:name="android.settings.CAPTIONING_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 2375 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2376 | <category android:name="android.intent.category.DEFAULT" /> |
| 2377 | </intent-filter> |
Alan Viverette | cc0e782 | 2013-08-06 13:53:58 -0700 | [diff] [blame] | 2378 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
menghanli | e571256 | 2022-08-01 16:47:12 +0800 | [diff] [blame] | 2379 | android:value="com.android.settings.accessibility.CaptioningPropertiesFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 2380 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2381 | android:value="@string/menu_key_accessibility"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2382 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2383 | android:value="true" /> |
Alan Viverette | cc0e782 | 2013-08-06 13:53:58 -0700 | [diff] [blame] | 2384 | </activity> |
| 2385 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2386 | <activity |
menghanli | 3c62eb1 | 2022-10-04 08:13:16 +0800 | [diff] [blame] | 2387 | android:name="Settings$ColorAndMotionActivity" |
| 2388 | android:exported="true" |
| 2389 | android:label="@string/accessibility_color_and_motion_title"> |
| 2390 | <intent-filter> |
menghanli | 0d2c2c4 | 2022-10-05 12:14:53 +0800 | [diff] [blame] | 2391 | <action android:name="android.settings.ACCESSIBILITY_COLOR_MOTION_SETTINGS" /> |
menghanli | 3c62eb1 | 2022-10-04 08:13:16 +0800 | [diff] [blame] | 2392 | <category android:name="android.intent.category.DEFAULT" /> |
| 2393 | </intent-filter> |
| 2394 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2395 | android:value="com.android.settings.accessibility.ColorAndMotionFragment" /> |
| 2396 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2397 | android:value="@string/menu_key_accessibility"/> |
| 2398 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2399 | android:value="true" /> |
| 2400 | </activity> |
| 2401 | |
| 2402 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2403 | android:name="Settings$TextToSpeechSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2404 | android:exported="true" |
Fan Zhang | bcd8a25 | 2019-04-29 13:35:20 -0700 | [diff] [blame] | 2405 | android:label="@string/tts_settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2406 | <intent-filter android:priority="1"> |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 2407 | <action android:name="com.android.settings.TTS_SETTINGS" /> |
Dianne Hackborn | 116d85e | 2009-06-26 18:20:23 -0700 | [diff] [blame] | 2408 | <category android:name="android.intent.category.DEFAULT" /> |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 2409 | </intent-filter> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 2410 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Narayan Kamath | fdd94d8 | 2011-11-04 16:12:27 +0000 | [diff] [blame] | 2411 | android:value="com.android.settings.tts.TextToSpeechSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 2412 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2413 | android:value="@string/menu_key_accessibility"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2414 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2415 | android:value="true" /> |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 2416 | </activity> |
| 2417 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2418 | <activity |
| 2419 | android:name="Settings$EnterprisePrivacySettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2420 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2421 | android:label="@string/enterprise_privacy_settings"> |
Bartosz Fabianowski | 0e4a1e5 | 2016-11-28 19:16:34 +0100 | [diff] [blame] | 2422 | <intent-filter> |
| 2423 | <action android:name="android.settings.ENTERPRISE_PRIVACY_SETTINGS" /> |
| 2424 | <category android:name="android.intent.category.DEFAULT" /> |
| 2425 | </intent-filter> |
Bartosz Fabianowski | 05061fc | 2016-11-14 12:04:49 +0100 | [diff] [blame] | 2426 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2427 | android:value="com.android.settings.enterprise.EnterprisePrivacySettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 2428 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2429 | android:value="@string/menu_key_privacy"/> |
Bartosz Fabianowski | 05061fc | 2016-11-14 12:04:49 +0100 | [diff] [blame] | 2430 | </activity> |
| 2431 | |
Jim Miller | 9757e30 | 2010-12-17 18:23:23 -0800 | [diff] [blame] | 2432 | <!-- Lock screen settings --> |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2433 | <activity android:name=".password.ConfirmDeviceCredentialActivity" |
Amith Yamasani | 39fb062 | 2014-12-17 10:52:52 -0800 | [diff] [blame] | 2434 | android:exported="true" |
Mill Chen | 078af33 | 2019-04-04 15:39:27 -0700 | [diff] [blame] | 2435 | android:taskAffinity="com.android.settings.workmode" |
Kevin Chyn | b3ee231 | 2018-10-04 15:01:43 -0700 | [diff] [blame] | 2436 | android:theme="@android:style/Theme.Translucent.NoTitleBar"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2437 | <intent-filter android:priority="1"> |
Jim Miller | 75fe9e0 | 2014-08-13 14:52:52 -0700 | [diff] [blame] | 2438 | <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL" /> |
Adrian Roos | 5a9a3cd | 2017-03-30 18:02:25 -0700 | [diff] [blame] | 2439 | <action android:name="android.app.action.CONFIRM_FRP_CREDENTIAL" /> |
Rhed Jao | f01b99e | 2023-05-18 11:16:22 +0000 | [diff] [blame] | 2440 | <action android:name="android.app.action.PREPARE_REPAIR_MODE_DEVICE_CREDENTIAL" /> |
Rhed Jao | b7a4a7d | 2023-04-17 11:39:40 +0000 | [diff] [blame] | 2441 | <action android:name="android.app.action.CONFIRM_REPAIR_MODE_DEVICE_CREDENTIAL" /> |
Jim Miller | 75fe9e0 | 2014-08-13 14:52:52 -0700 | [diff] [blame] | 2442 | <category android:name="android.intent.category.DEFAULT" /> |
| 2443 | </intent-filter> |
Jay Civelli | 09b5228 | 2014-07-10 17:27:07 -0700 | [diff] [blame] | 2444 | </activity> |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2445 | <!-- Activity alias for compatibility --> |
| 2446 | <activity-alias android:name=".ConfirmDeviceCredentialActivity" |
| 2447 | android:targetActivity=".password.ConfirmDeviceCredentialActivity" |
| 2448 | android:exported="true" /> |
Brian Lee | d4f8e58 | 2022-12-05 15:58:01 -0800 | [diff] [blame] | 2449 | <!-- Activity alias for remote lockscreen validation. Enforces required permission --> |
| 2450 | <activity-alias |
| 2451 | android:name=".ConfirmRemoteDeviceCredentialActivity" |
| 2452 | android:targetActivity=".password.ConfirmDeviceCredentialActivity" |
| 2453 | android:permission="android.permission.CHECK_REMOTE_LOCKSCREEN" |
| 2454 | android:exported="true"> |
| 2455 | <intent-filter> |
| 2456 | <action android:name="android.app.action.CONFIRM_REMOTE_DEVICE_CREDENTIAL"/> |
| 2457 | <category android:name="android.intent.category.DEFAULT" /> |
| 2458 | </intent-filter> |
| 2459 | </activity-alias> |
Jay Civelli | 09b5228 | 2014-07-10 17:27:07 -0700 | [diff] [blame] | 2460 | |
Clara Bayarri | c5cde05 | 2015-10-22 17:24:43 +0100 | [diff] [blame] | 2461 | <!-- Note this must not be exported since it authenticates the given user --> |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2462 | <activity android:name=".password.ConfirmDeviceCredentialActivity$InternalActivity" |
Clara Bayarri | c5cde05 | 2015-10-22 17:24:43 +0100 | [diff] [blame] | 2463 | android:exported="false" |
| 2464 | android:permission="android.permission.MANAGE_USERS" |
Mill Chen | 078af33 | 2019-04-04 15:39:27 -0700 | [diff] [blame] | 2465 | android:taskAffinity="com.android.settings.workmode" |
Kevin Chyn | 127da9c | 2018-11-09 16:13:53 -0800 | [diff] [blame] | 2466 | android:theme="@android:style/Theme.Translucent.NoTitleBar"> |
Clara Bayarri | c5cde05 | 2015-10-22 17:24:43 +0100 | [diff] [blame] | 2467 | <intent-filter android:priority="1"> |
| 2468 | <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL_WITH_USER" /> |
| 2469 | <category android:name="android.intent.category.DEFAULT" /> |
| 2470 | </intent-filter> |
| 2471 | </activity> |
| 2472 | |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 2473 | <activity android:name=".SetupRedactionInterstitial" |
Udam Saini | dd05ab7 | 2016-03-21 17:35:08 -0700 | [diff] [blame] | 2474 | android:enabled="false" |
| 2475 | android:exported="true" |
pastychang | 7961482 | 2019-01-03 10:12:54 +0800 | [diff] [blame] | 2476 | android:theme="@style/SudThemeGlif.DayNight" |
Maurice Lam | 43366f1 | 2016-08-05 16:57:59 -0700 | [diff] [blame] | 2477 | android:label="@string/lock_screen_notifications_interstitial_title" |
Udam Saini | dd05ab7 | 2016-03-21 17:35:08 -0700 | [diff] [blame] | 2478 | android:icon="@drawable/ic_suggested_notifications"> |
| 2479 | <intent-filter> |
| 2480 | <action android:name="android.intent.action.MAIN" /> |
Maurice Lam | 4331a2e | 2017-06-07 20:59:51 -0700 | [diff] [blame] | 2481 | <category android:name="com.android.settings.suggested.category.LOCK_SCREEN_REDACTION" /> |
Udam Saini | dd05ab7 | 2016-03-21 17:35:08 -0700 | [diff] [blame] | 2482 | </intent-filter> |
| 2483 | <meta-data android:name="com.android.settings.require_user_type" |
| 2484 | android:value="primary" /> |
| 2485 | <meta-data android:name="com.android.settings.title" |
| 2486 | android:resource="@string/notification_suggestion_title" /> |
| 2487 | <meta-data android:name="com.android.settings.summary" |
| 2488 | android:resource="@string/notification_suggestion_summary" /> |
Maurice Lam | 992fa86 | 2017-06-09 16:14:36 -0700 | [diff] [blame] | 2489 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
Udam Saini | dd05ab7 | 2016-03-21 17:35:08 -0700 | [diff] [blame] | 2490 | </activity> |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 2491 | |
Maurice Lam | d189ac5 | 2016-06-15 13:39:34 -0700 | [diff] [blame] | 2492 | <activity android:name=".notification.RedactionInterstitial" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2493 | android:theme="@style/GlifTheme.Light" /> |
Chris Wren | 51ae332 | 2014-08-28 15:45:31 -0400 | [diff] [blame] | 2494 | |
| 2495 | <activity android:name=".notification.RedactionSettingsStandalone" |
| 2496 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2497 | <intent-filter android:priority="1"> |
Chris Wren | 51ae332 | 2014-08-28 15:45:31 -0400 | [diff] [blame] | 2498 | <action android:name="android.settings.ACTION_APP_NOTIFICATION_REDACTION" /> |
| 2499 | <category android:name="android.intent.category.DEFAULT" /> |
| 2500 | </intent-filter> |
| 2501 | </activity> |
Jay Civelli | 09b5228 | 2014-07-10 17:27:07 -0700 | [diff] [blame] | 2502 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2503 | <activity android:name=".password.ConfirmLockPattern" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2504 | android:theme="@style/GlifTheme.Light"/> |
Michael Chan | 503c236 | 2009-12-08 22:18:23 -0800 | [diff] [blame] | 2505 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2506 | <activity android:name=".password.ConfirmLockPassword" |
Jorim Jaggi | ff41a9a | 2015-06-09 15:31:28 -0700 | [diff] [blame] | 2507 | android:windowSoftInputMode="stateHidden|adjustResize" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2508 | android:theme="@style/GlifTheme.Light"/> |
Jim Miller | 9757e30 | 2010-12-17 18:23:23 -0800 | [diff] [blame] | 2509 | |
Pavel Grafov | 04f783c | 2020-02-13 21:39:37 +0000 | [diff] [blame] | 2510 | <activity android:name=".password.ForgotPasswordActivity" |
Oli Thompson | cff34af | 2022-10-31 14:27:17 +0000 | [diff] [blame] | 2511 | android:theme="@style/GlifV3Theme.DayNight" |
Pavel Grafov | 04f783c | 2020-02-13 21:39:37 +0000 | [diff] [blame] | 2512 | android:exported="false"/> |
| 2513 | |
Joe Bolinger | a8808f7 | 2021-06-10 13:36:38 -0700 | [diff] [blame] | 2514 | <activity android:name=".biometrics.face.FaceEnrollParentalConsent" |
| 2515 | android:exported="false" |
| 2516 | android:screenOrientation="portrait"/> |
| 2517 | |
Kevin Chyn | 22b4edd | 2018-07-30 19:20:01 -0700 | [diff] [blame] | 2518 | <activity android:name=".biometrics.face.FaceEnrollIntroduction" |
Yuri Ufimtsev | be98245 | 2022-03-09 09:49:15 +0000 | [diff] [blame] | 2519 | android:exported="true" |
MiltonWu | bb544ff | 2023-12-14 06:49:16 +0000 | [diff] [blame] | 2520 | android:screenOrientation="nosensor"> |
Curtis Belmonte | 3de8abe | 2021-11-02 14:03:47 -0700 | [diff] [blame] | 2521 | <intent-filter> |
| 2522 | <action android:name="android.settings.FACE_ENROLL"/> |
| 2523 | <category android:name="android.intent.category.DEFAULT"/> |
| 2524 | </intent-filter> |
| 2525 | </activity> |
Kevin Chyn | 22b4edd | 2018-07-30 19:20:01 -0700 | [diff] [blame] | 2526 | |
Yuri Ufimtsev | be98245 | 2022-03-09 09:49:15 +0000 | [diff] [blame] | 2527 | <activity android:name=".biometrics.face.FaceEnrollIntroductionInternal" |
| 2528 | android:exported="false" |
MiltonWu | bb544ff | 2023-12-14 06:49:16 +0000 | [diff] [blame] | 2529 | android:screenOrientation="nosensor" |
Yuri Ufimtsev | be98245 | 2022-03-09 09:49:15 +0000 | [diff] [blame] | 2530 | android:taskAffinity="com.android.settings.root" /> |
| 2531 | |
joshmccloskey | 0458262 | 2019-05-06 21:42:14 -0700 | [diff] [blame] | 2532 | <activity android:name=".biometrics.face.FaceEnrollEducation" |
| 2533 | android:exported="false" |
MiltonWu | bb544ff | 2023-12-14 06:49:16 +0000 | [diff] [blame] | 2534 | android:screenOrientation="nosensor"/> |
joshmccloskey | 0458262 | 2019-05-06 21:42:14 -0700 | [diff] [blame] | 2535 | |
Kevin Chyn | 22b4edd | 2018-07-30 19:20:01 -0700 | [diff] [blame] | 2536 | <activity android:name=".biometrics.face.FaceEnrollEnrolling" |
| 2537 | android:exported="false" |
| 2538 | android:screenOrientation="portrait"/> |
| 2539 | |
| 2540 | <activity android:name=".biometrics.face.FaceEnrollFinish" |
| 2541 | android:exported="false" |
| 2542 | android:screenOrientation="portrait"/> |
Kevin Chyn | 4882e87 | 2018-06-25 17:58:31 -0700 | [diff] [blame] | 2543 | |
Joe Bolinger | fb515ed | 2021-06-16 14:07:37 -0700 | [diff] [blame] | 2544 | <activity android:name=".biometrics.BiometricHandoffActivity" |
Joe Bolinger | dde461d | 2021-12-01 00:59:57 +0000 | [diff] [blame] | 2545 | android:exported="false"/> |
Joe Bolinger | fb515ed | 2021-06-16 14:07:37 -0700 | [diff] [blame] | 2546 | |
Kevin Chyn | 5ab064f | 2019-04-12 15:19:12 -0700 | [diff] [blame] | 2547 | <!-- Must not be exported --> |
| 2548 | <activity android:name=".biometrics.BiometricEnrollActivity$InternalActivity" |
| 2549 | android:exported="false" |
| 2550 | android:theme="@style/GlifTheme.Light"/> |
| 2551 | |
Kevin Chyn | 66d09a4 | 2018-10-31 13:30:44 -0700 | [diff] [blame] | 2552 | <activity android:name=".biometrics.BiometricEnrollActivity" |
| 2553 | android:exported="true" |
Milton Wu | a4f3040 | 2022-04-18 17:18:57 +0800 | [diff] [blame] | 2554 | android:configChanges="orientation|screenSize|keyboard|keyboardHidden|smallestScreenSize|screenLayout|density" |
Kevin Chyn | 66d09a4 | 2018-10-31 13:30:44 -0700 | [diff] [blame] | 2555 | android:theme="@style/GlifTheme.Light"> |
| 2556 | <intent-filter> |
| 2557 | <action android:name="android.settings.BIOMETRIC_ENROLL" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 2558 | <category android:name="android.intent.category.BROWSABLE" /> |
Kevin Chyn | 66d09a4 | 2018-10-31 13:30:44 -0700 | [diff] [blame] | 2559 | <category android:name="android.intent.category.DEFAULT" /> |
| 2560 | </intent-filter> |
| 2561 | </activity> |
| 2562 | |
Yuri Ufimtsev | be98245 | 2022-03-09 09:49:15 +0000 | [diff] [blame] | 2563 | <activity android:name=".biometrics.fingerprint.FingerprintSettings" |
| 2564 | android:exported="false" |
| 2565 | android:taskAffinity="com.android.settings.root" /> |
Kevin Chyn | 871e55f | 2018-06-25 16:50:52 -0700 | [diff] [blame] | 2566 | <activity android:name=".biometrics.fingerprint.FingerprintEnrollFindSensor" android:exported="false"/> |
| 2567 | <activity android:name=".biometrics.fingerprint.FingerprintEnrollEnrolling" android:exported="false"/> |
| 2568 | <activity android:name=".biometrics.fingerprint.FingerprintEnrollFinish" android:exported="false"/> |
Joe Bolinger | a8808f7 | 2021-06-10 13:36:38 -0700 | [diff] [blame] | 2569 | <activity android:name=".biometrics.fingerprint.FingerprintEnrollParentalConsent" android:exported="false"/> |
Kevin Chyn | 871e55f | 2018-06-25 16:50:52 -0700 | [diff] [blame] | 2570 | <activity android:name=".biometrics.fingerprint.FingerprintEnrollIntroduction" |
Kevin Chyn | 42ae10e | 2017-10-13 16:34:05 -0700 | [diff] [blame] | 2571 | android:exported="true" |
| 2572 | android:theme="@style/GlifTheme.Light"> |
| 2573 | <intent-filter> |
| 2574 | <action android:name="android.settings.FINGERPRINT_ENROLL" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 2575 | <category android:name="android.intent.category.BROWSABLE" /> |
Kevin Chyn | 42ae10e | 2017-10-13 16:34:05 -0700 | [diff] [blame] | 2576 | <category android:name="android.intent.category.DEFAULT" /> |
| 2577 | </intent-filter> |
| 2578 | </activity> |
Maurice Lam | 8d1f9c9 | 2015-07-09 16:38:37 -0700 | [diff] [blame] | 2579 | |
Milton Wu | b9b8b8a | 2022-09-14 14:26:05 +0800 | [diff] [blame] | 2580 | <activity android:name=".biometrics2.ui.view.FingerprintEnrollmentActivity" |
| 2581 | android:exported="true" |
Milton Wu | bc2dbee | 2023-05-24 16:23:55 +0800 | [diff] [blame] | 2582 | android:theme="@style/GlifTheme.Light" /> |
| 2583 | |
| 2584 | <activity android:name=".biometrics2.ui.view.FingerprintEnrollmentActivity$InternalActivity" |
| 2585 | android:exported="false" |
| 2586 | android:theme="@style/GlifTheme.Light" |
| 2587 | android:taskAffinity="com.android.settings.root" /> |
| 2588 | |
| 2589 | <activity android:name=".biometrics2.ui.view.FingerprintEnrollmentActivity$SetupActivity" |
| 2590 | android:exported="true" |
Milton Wu | b9b8b8a | 2022-09-14 14:26:05 +0800 | [diff] [blame] | 2591 | android:permission="android.permission.MANAGE_FINGERPRINT" |
Milton Wu | bc2dbee | 2023-05-24 16:23:55 +0800 | [diff] [blame] | 2592 | android:theme="@style/GlifTheme.Light" /> |
Milton Wu | b9b8b8a | 2022-09-14 14:26:05 +0800 | [diff] [blame] | 2593 | |
Yuri Ufimtsev | be98245 | 2022-03-09 09:49:15 +0000 | [diff] [blame] | 2594 | <activity android:name=".biometrics.fingerprint.FingerprintEnrollIntroductionInternal" |
| 2595 | android:exported="false" |
| 2596 | android:theme="@style/GlifTheme.Light" |
| 2597 | android:taskAffinity="com.android.settings.root" /> |
| 2598 | |
Kevin Chyn | 871e55f | 2018-06-25 16:50:52 -0700 | [diff] [blame] | 2599 | <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFindSensor" android:exported="false"/> |
| 2600 | <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollEnrolling" android:exported="false"/> |
| 2601 | <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFinish" android:exported="false"/> |
| 2602 | <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollIntroduction" |
Maurice Lam | e1eaed0 | 2015-07-08 16:59:59 -0700 | [diff] [blame] | 2603 | android:exported="true" |
Maurice Lam | 8d1f9c9 | 2015-07-09 16:38:37 -0700 | [diff] [blame] | 2604 | android:permission="android.permission.MANAGE_FINGERPRINT" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2605 | android:theme="@style/GlifTheme.Light"> |
Maurice Lam | e1eaed0 | 2015-07-08 16:59:59 -0700 | [diff] [blame] | 2606 | <intent-filter> |
| 2607 | <action android:name="android.settings.FINGERPRINT_SETUP" /> |
| 2608 | <category android:name="android.intent.category.DEFAULT" /> |
| 2609 | </intent-filter> |
| 2610 | </activity> |
Jim Miller | 94d4bd9 | 2015-02-19 21:04:57 -0800 | [diff] [blame] | 2611 | |
Joshua McCloskey | 2e0244e | 2023-08-14 17:26:23 +0000 | [diff] [blame] | 2612 | |
| 2613 | <activity android:name=".biometrics.fingerprint2.ui.enrollment.activity.FingerprintEnrollmentV2Activity" |
Joshua McCloskey | 2407b40 | 2023-07-26 15:59:14 +0000 | [diff] [blame] | 2614 | android:exported="true" |
| 2615 | android:permission="android.permission.MANAGE_FINGERPRINT" |
| 2616 | android:theme="@style/GlifTheme.Light"> |
| 2617 | <intent-filter> |
| 2618 | <action android:name="android.settings.FINGERPRINT_SETUP" /> |
| 2619 | <category android:name="android.intent.category.DEFAULT" /> |
| 2620 | </intent-filter> |
| 2621 | </activity> |
| 2622 | |
Kevin Chyn | 871e55f | 2018-06-25 16:50:52 -0700 | [diff] [blame] | 2623 | <activity android:name=".biometrics.fingerprint.FingerprintSuggestionActivity" |
Maurice Lam | 34a181a | 2017-06-20 20:00:54 -0700 | [diff] [blame] | 2624 | android:exported="true" |
| 2625 | android:permission="android.permission.MANAGE_FINGERPRINT" |
| 2626 | android:icon="@drawable/ic_suggestion_fingerprint" |
| 2627 | android:theme="@style/GlifTheme.Light"> |
Maurice Lam | 34a181a | 2017-06-20 20:00:54 -0700 | [diff] [blame] | 2628 | <meta-data android:name="com.android.settings.require_feature" |
| 2629 | android:value="android.hardware.fingerprint" /> |
| 2630 | <meta-data android:name="com.android.settings.title" |
| 2631 | android:resource="@string/suggestion_additional_fingerprints" /> |
| 2632 | <meta-data android:name="com.android.settings.summary" |
| 2633 | android:resource="@string/suggestion_additional_fingerprints_summary" /> |
Maurice Lam | 34a181a | 2017-06-20 20:00:54 -0700 | [diff] [blame] | 2634 | </activity> |
| 2635 | |
cnchen | d215999 | 2019-03-22 19:48:04 +0800 | [diff] [blame] | 2636 | <activity-alias android:name=".SetupFingerprintSuggestionActivity" |
| 2637 | android:enabled="false" |
| 2638 | android:exported="true" |
| 2639 | android:targetActivity=".biometrics.fingerprint.FingerprintSuggestionActivity"> |
| 2640 | <intent-filter> |
| 2641 | <action android:name="android.intent.action.MAIN" /> |
| 2642 | <category android:name="com.android.settings.suggested.category.FINGERPRINT_ENROLL" /> |
| 2643 | </intent-filter> |
| 2644 | <meta-data android:name="com.android.settings.require_feature" |
| 2645 | android:value="android.hardware.fingerprint" /> |
| 2646 | <meta-data android:name="com.android.settings.title" |
| 2647 | android:resource="@string/suggestion_additional_fingerprints" /> |
| 2648 | <meta-data android:name="com.android.settings.summary" |
| 2649 | android:resource="@string/suggestion_additional_fingerprints_summary" /> |
Cating Lin | 84e6a47 | 2019-04-24 09:25:55 +0800 | [diff] [blame] | 2650 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
cnchen | d215999 | 2019-03-22 19:48:04 +0800 | [diff] [blame] | 2651 | </activity-alias> |
| 2652 | |
yuanjiahsu | 06466b0 | 2023-01-13 08:47:49 +0800 | [diff] [blame] | 2653 | <activity android:name=".biometrics.activeunlock.ActiveUnlockRequireBiometricSetup" android:exported="false"/> |
| 2654 | |
Justin McClain | 7e837fa | 2023-08-16 20:53:02 +0000 | [diff] [blame] | 2655 | <activity android:name=".remoteauth.RemoteAuthActivity" |
| 2656 | android:exported="true"> |
| 2657 | <intent-filter> |
| 2658 | <action android:name="android.settings.REMOTE_AUTHENTICATOR_ENROLL" /> |
| 2659 | <category android:name="android.intent.category.BROWSABLE" /> |
| 2660 | <category android:name="android.intent.category.DEFAULT" /> |
| 2661 | </intent-filter> |
| 2662 | </activity> |
| 2663 | <activity android:name=".remoteauth.RemoteAuthActivityInternal" |
| 2664 | android:exported="false" |
| 2665 | android:taskAffinity="com.android.settings.root" /> |
| 2666 | |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 2667 | <!-- 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] | 2668 | <activity android:name=".password.ConfirmLockPattern$InternalActivity" |
Andres Morales | 02d5487 | 2015-04-14 11:33:45 -0700 | [diff] [blame] | 2669 | android:exported="false" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2670 | android:theme="@style/GlifTheme.Light"/> |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 2671 | |
| 2672 | <!-- 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] | 2673 | <activity android:name=".password.ConfirmLockPassword$InternalActivity" |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 2674 | android:exported="false" |
Xiyuan Xia | 4a8edaf | 2015-05-20 14:26:15 -0700 | [diff] [blame] | 2675 | android:windowSoftInputMode="adjustResize" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2676 | android:theme="@style/GlifTheme.Light"/> |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 2677 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2678 | <activity android:name=".password.SetupChooseLockGeneric" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2679 | android:theme="@style/GlifTheme.Light" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2680 | android:exported="true" |
Lucky Zhang | 36ec274 | 2014-12-05 18:20:27 -0800 | [diff] [blame] | 2681 | android:label="@string/lock_settings_picker_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2682 | <intent-filter android:priority="1"> |
Maurice Lam | 52c75ba | 2014-11-25 14:06:38 -0800 | [diff] [blame] | 2683 | <action android:name="com.android.settings.SETUP_LOCK_SCREEN" /> |
| 2684 | <category android:name="android.intent.category.DEFAULT" /> |
| 2685 | </intent-filter> |
| 2686 | </activity> |
| 2687 | |
Doris Ling | 069d293 | 2018-11-13 14:54:26 -0800 | [diff] [blame] | 2688 | <activity android:name=".password.SetupChooseLockGeneric$InternalActivity" |
Doris Ling | 069d293 | 2018-11-13 14:54:26 -0800 | [diff] [blame] | 2689 | android:exported="false" |
| 2690 | android:excludeFromRecents="true" /> |
| 2691 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2692 | <activity android:name=".password.ChooseLockGeneric" |
Steven Ross | b7a9e95 | 2011-10-03 10:06:44 -0400 | [diff] [blame] | 2693 | android:label="@string/lockpassword_choose_lock_generic_header" |
Steven Ng | 4fdcec7 | 2016-09-26 22:13:08 +0100 | [diff] [blame] | 2694 | android:excludeFromRecents="true" |
| 2695 | android:exported="false" /> |
| 2696 | |
| 2697 | <activity android:name=".password.SetNewPasswordActivity" |
| 2698 | android:theme="@android:style/Theme.NoDisplay" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2699 | android:exported="true" |
Steven Ross | b7a9e95 | 2011-10-03 10:06:44 -0400 | [diff] [blame] | 2700 | android:excludeFromRecents="true" > |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2701 | <intent-filter android:priority="1"> |
Dianne Hackborn | abc3dc6 | 2010-01-20 13:40:19 -0800 | [diff] [blame] | 2702 | <action android:name="android.app.action.SET_NEW_PASSWORD" /> |
Benjamin Franz | ae07b50 | 2016-01-08 17:16:19 +0000 | [diff] [blame] | 2703 | <action android:name="android.app.action.SET_NEW_PARENT_PROFILE_PASSWORD" /> |
Dianne Hackborn | abc3dc6 | 2010-01-20 13:40:19 -0800 | [diff] [blame] | 2704 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2705 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2706 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2707 | android:value="true" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2708 | </activity> |
| 2709 | |
Fan Zhang | 31f699c | 2017-09-28 17:17:44 -0700 | [diff] [blame] | 2710 | <activity android:name=".password.ScreenLockSuggestionActivity" |
Joe Bolinger | 8d50828 | 2022-03-24 00:39:20 +0000 | [diff] [blame] | 2711 | android:exported="false" |
Mill Chen | 7195800 | 2019-01-23 10:44:39 +0800 | [diff] [blame] | 2712 | android:icon="@drawable/ic_suggestion_security"> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2713 | <intent-filter android:priority="1"> |
| 2714 | <action android:name="android.intent.action.MAIN" /> |
Raff Tsai | 7c83463 | 2019-03-22 12:00:00 +0800 | [diff] [blame] | 2715 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2716 | </intent-filter> |
Raff Tsai | 7c83463 | 2019-03-22 12:00:00 +0800 | [diff] [blame] | 2717 | <meta-data android:name="com.android.settings.dismiss" android:value="14" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2718 | <meta-data android:name="com.android.settings.title" |
| 2719 | android:resource="@string/suggested_lock_settings_title" /> |
| 2720 | <meta-data android:name="com.android.settings.summary" |
| 2721 | android:resource="@string/suggested_lock_settings_summary" /> |
Maurice Lam | 992fa86 | 2017-06-09 16:14:36 -0700 | [diff] [blame] | 2722 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
Udam Saini | 62a7280 | 2016-01-28 11:09:29 -0800 | [diff] [blame] | 2723 | </activity> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2724 | |
Kevin Chyn | 871e55f | 2018-06-25 16:50:52 -0700 | [diff] [blame] | 2725 | <activity android:name=".biometrics.fingerprint.FingerprintEnrollSuggestionActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2726 | android:exported="true" |
Udam Saini | aafbba1 | 2016-02-02 10:33:40 -0800 | [diff] [blame] | 2727 | android:icon="@drawable/ic_suggestion_fingerprint"> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2728 | <intent-filter android:priority="2"> |
| 2729 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | af91c1f | 2017-06-03 15:24:11 -0700 | [diff] [blame] | 2730 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2731 | </intent-filter> |
Raff Tsai | 165708d | 2019-03-21 15:46:48 +0800 | [diff] [blame] | 2732 | <meta-data android:name="com.android.settings.dismiss" android:value="14" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2733 | <meta-data android:name="com.android.settings.require_feature" |
| 2734 | android:value="android.hardware.fingerprint" /> |
| 2735 | <meta-data android:name="com.android.settings.title" |
TreeHugger Robot | a4e3c14 | 2016-07-12 21:42:03 +0000 | [diff] [blame] | 2736 | android:resource="@string/suggested_fingerprint_lock_settings_title" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2737 | <meta-data android:name="com.android.settings.summary" |
Udam Saini | aafbba1 | 2016-02-02 10:33:40 -0800 | [diff] [blame] | 2738 | android:resource="@string/suggested_fingerprint_lock_settings_summary" /> |
Doris Ling | ea85c0a | 2018-04-30 14:08:55 -0700 | [diff] [blame] | 2739 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
Udam Saini | 62a7280 | 2016-01-28 11:09:29 -0800 | [diff] [blame] | 2740 | </activity> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2741 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2742 | <activity android:name=".password.ChooseLockGeneric$InternalActivity" |
| 2743 | android:exported="false" |
Amith Yamasani | 6602677 | 2013-09-25 14:05:33 -0700 | [diff] [blame] | 2744 | android:label="@string/lockpassword_choose_lock_generic_header" |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2745 | android:excludeFromRecents="true" /> |
Amith Yamasani | 6602677 | 2013-09-25 14:05:33 -0700 | [diff] [blame] | 2746 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2747 | <activity android:name=".password.SetupChooseLockPattern" |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 2748 | android:exported="false" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2749 | android:theme="@style/GlifTheme.Light" /> |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 2750 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2751 | <activity android:name=".password.ChooseLockPattern" |
Maurice Lam | d189ac5 | 2016-06-15 13:39:34 -0700 | [diff] [blame] | 2752 | android:exported="false" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2753 | android:theme="@style/GlifTheme.Light" /> |
Dianne Hackborn | abc3dc6 | 2010-01-20 13:40:19 -0800 | [diff] [blame] | 2754 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2755 | <activity android:name=".password.SetupChooseLockPassword" |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 2756 | android:exported="false" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2757 | android:theme="@style/GlifTheme.Light" |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 2758 | android:windowSoftInputMode="stateVisible|adjustResize" /> |
| 2759 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2760 | <activity android:name=".password.ChooseLockPassword" |
Maurice Lam | d189ac5 | 2016-06-15 13:39:34 -0700 | [diff] [blame] | 2761 | android:exported="false" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2762 | android:theme="@style/GlifTheme.Light" |
Jim Miller | 165bf2f | 2011-01-26 16:10:26 -0800 | [diff] [blame] | 2763 | android:windowSoftInputMode="stateVisible|adjustResize"/> |
Jim Miller | 00d2476 | 2009-12-22 19:04:57 -0800 | [diff] [blame] | 2764 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2765 | <activity |
| 2766 | android:name=".Settings$StorageDashboardActivity" |
| 2767 | android:label="@string/storage_settings" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2768 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2769 | android:icon="@drawable/ic_homepage_storage"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2770 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2771 | <action android:name="android.settings.INTERNAL_STORAGE_SETTINGS" /> |
| 2772 | <action android:name="android.settings.MEMORY_CARD_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 2773 | <category android:name="android.intent.category.BROWSABLE" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2774 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2775 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 2776 | <intent-filter android:priority="50"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2777 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 2778 | <category android:name="com.android.settings.SHORTCUT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2779 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 2780 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Arc Wang | fadbe5b | 2021-03-19 17:58:34 +0800 | [diff] [blame] | 2781 | android:value="com.android.settings.deviceinfo.StorageDashboardFragment" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 2782 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2783 | android:value="@string/menu_key_storage"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2784 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2785 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 2786 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2787 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2788 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2789 | android:name="Settings$PublicVolumeSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2790 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2791 | android:label="@string/storage_settings_title"> |
Jeff Sharkey | 42833b2 | 2015-04-11 21:27:33 -0700 | [diff] [blame] | 2792 | <intent-filter> |
| 2793 | <action android:name="android.provider.action.DOCUMENT_ROOT_SETTINGS" /> |
| 2794 | <category android:name="android.intent.category.DEFAULT" /> |
| 2795 | <data |
| 2796 | android:scheme="content" |
| 2797 | android:host="com.android.externalstorage.documents" |
| 2798 | android:mimeType="vnd.android.document/root" /> |
| 2799 | </intent-filter> |
| 2800 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2801 | android:value="com.android.settings.deviceinfo.PublicVolumeSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 2802 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2803 | android:value="@string/menu_key_storage"/> |
Jeff Sharkey | 42833b2 | 2015-04-11 21:27:33 -0700 | [diff] [blame] | 2804 | </activity> |
Vasu Nori | 2180974 | 2011-01-25 13:39:16 -0800 | [diff] [blame] | 2805 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2806 | <activity |
| 2807 | android:name="Settings$PrivateVolumeForgetActivity" |
| 2808 | android:label="@string/storage_settings_title" |
| 2809 | android:exported="true" |
| 2810 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"> |
Jeff Sharkey | a16257d | 2015-04-28 13:41:01 -0700 | [diff] [blame] | 2811 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2812 | android:value="com.android.settings.deviceinfo.PrivateVolumeForget" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 2813 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2814 | android:value="@string/menu_key_storage"/> |
Jeff Sharkey | a16257d | 2015-04-28 13:41:01 -0700 | [diff] [blame] | 2815 | </activity> |
| 2816 | |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 2817 | <!-- Exported for SystemUI to launch into --> |
| 2818 | <activity android:name=".deviceinfo.StorageWizardInit" |
sayakiitg | 9b432d5 | 2022-01-12 10:45:33 +0000 | [diff] [blame] | 2819 | android:theme="@style/GlifTheme.Light" |
Jeff Sharkey | 2949a4a | 2015-04-14 16:44:34 -0700 | [diff] [blame] | 2820 | android:exported="true" |
| 2821 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 2822 | <activity android:name=".deviceinfo.StorageWizardFormatProgress" |
sayakiitg | 9b432d5 | 2022-01-12 10:45:33 +0000 | [diff] [blame] | 2823 | android:theme="@style/GlifTheme.Light" |
Sayak Dutta | 4314737 | 2022-09-14 06:50:17 +0000 | [diff] [blame] | 2824 | android:exported="false"/> |
Jeff Sharkey | 2af67a9 | 2018-04-01 18:25:54 -0600 | [diff] [blame] | 2825 | <activity android:name=".deviceinfo.StorageWizardFormatSlow" |
sayakiitg | 9b432d5 | 2022-01-12 10:45:33 +0000 | [diff] [blame] | 2826 | android:theme="@style/GlifTheme.Light" |
Sayak Dutta | 4314737 | 2022-09-14 06:50:17 +0000 | [diff] [blame] | 2827 | android:exported="false"/> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 2828 | <activity android:name=".deviceinfo.StorageWizardMigrateConfirm" |
sayakiitg | 9b432d5 | 2022-01-12 10:45:33 +0000 | [diff] [blame] | 2829 | android:theme="@style/GlifTheme.Light" |
Sayak Dutta | 4314737 | 2022-09-14 06:50:17 +0000 | [diff] [blame] | 2830 | android:exported="false"/> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 2831 | <activity android:name=".deviceinfo.StorageWizardMigrateProgress" |
sayakiitg | 9b432d5 | 2022-01-12 10:45:33 +0000 | [diff] [blame] | 2832 | android:theme="@style/GlifTheme.Light" |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 2833 | android:exported="true" |
| 2834 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 2835 | <activity android:name=".deviceinfo.StorageWizardReady" |
sayakiitg | 9b432d5 | 2022-01-12 10:45:33 +0000 | [diff] [blame] | 2836 | android:theme="@style/GlifTheme.Light" |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 2837 | android:exported="true" |
| 2838 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 2839 | |
| 2840 | <activity android:name=".deviceinfo.StorageWizardMoveConfirm" |
sayakiitg | 9b432d5 | 2022-01-12 10:45:33 +0000 | [diff] [blame] | 2841 | android:theme="@style/GlifTheme.Light" |
Sayak Dutta | 4314737 | 2022-09-14 06:50:17 +0000 | [diff] [blame] | 2842 | android:exported="false"/> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 2843 | <activity android:name=".deviceinfo.StorageWizardMoveProgress" |
sayakiitg | 9b432d5 | 2022-01-12 10:45:33 +0000 | [diff] [blame] | 2844 | android:theme="@style/GlifTheme.Light" |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 2845 | android:exported="true" |
| 2846 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 2847 | |
Jeff Sharkey | 2949a4a | 2015-04-14 16:44:34 -0700 | [diff] [blame] | 2848 | <!-- Exported for SystemUI to trigger --> |
| 2849 | <receiver android:name=".deviceinfo.StorageUnmountReceiver" |
| 2850 | android:exported="true" |
| 2851 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
| 2852 | |
Allen Su | f22d5e9 | 2023-08-24 04:23:58 +0000 | [diff] [blame] | 2853 | <receiver android:name=".localepicker.NotificationCancelReceiver" /> |
| 2854 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2855 | <activity android:name="Settings$ApnEditorActivity" |
Junda Liu | 76ad635 | 2017-02-03 16:39:23 -0800 | [diff] [blame] | 2856 | android:configChanges="orientation|keyboardHidden|screenSize" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2857 | android:exported="true" |
Amith Yamasani | 34bd7e6 | 2013-06-07 10:19:55 -0700 | [diff] [blame] | 2858 | android:label="@string/apn_edit"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2859 | <intent-filter> |
| 2860 | <action android:name="android.intent.action.VIEW" /> |
| 2861 | <action android:name="android.intent.action.EDIT" /> |
| 2862 | <category android:name="android.intent.category.DEFAULT" /> |
| 2863 | <data android:mimeType="vnd.android.cursor.item/telephony-carrier" /> |
| 2864 | </intent-filter> |
| 2865 | |
| 2866 | <intent-filter> |
| 2867 | <action android:name="android.intent.action.INSERT" /> |
| 2868 | <category android:name="android.intent.category.DEFAULT" /> |
| 2869 | <data android:mimeType="vnd.android.cursor.dir/telephony-carrier" /> |
| 2870 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2871 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
tom hsu | 2fd7c9f | 2020-09-30 21:46:27 +0800 | [diff] [blame] | 2872 | android:value="com.android.settings.network.apn.ApnEditor" /> |
Jason Chiu | ae5327d | 2021-11-04 17:09:53 +0800 | [diff] [blame] | 2873 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2874 | android:value="@string/menu_key_network"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2875 | </activity> |
| 2876 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2877 | <activity |
Chaohui Wang | ee7139a | 2023-11-24 00:15:17 +0800 | [diff] [blame] | 2878 | android:name="Settings$DevelopmentSettingsActivity" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2879 | android:label="@string/development_settings_title" |
| 2880 | android:icon="@drawable/ic_settings_development" |
Chaohui Wang | ee7139a | 2023-11-24 00:15:17 +0800 | [diff] [blame] | 2881 | android:exported="true"> |
Fan Zhang | 4c26da9 | 2017-09-08 15:29:54 -0700 | [diff] [blame] | 2882 | <intent-filter android:priority="1"> |
| 2883 | <action android:name="android.settings.APPLICATION_DEVELOPMENT_SETTINGS" /> |
| 2884 | <action android:name="com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS" /> |
Joshua Duong | 2972bfa | 2020-04-10 00:22:04 -0700 | [diff] [blame] | 2885 | <action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES"/> |
Fan Zhang | 4c26da9 | 2017-09-08 15:29:54 -0700 | [diff] [blame] | 2886 | <category android:name="android.intent.category.DEFAULT" /> |
| 2887 | </intent-filter> |
Fan Zhang | 9980096 | 2018-08-08 11:12:03 -0700 | [diff] [blame] | 2888 | <intent-filter> |
Aurélien Pomini | 649c508 | 2023-02-10 14:56:57 +0000 | [diff] [blame] | 2889 | <action android:name="com.android.intent.action.SHOW_CONTRAST_DIALOG" /> |
Fan Zhang | 4c26da9 | 2017-09-08 15:29:54 -0700 | [diff] [blame] | 2890 | </intent-filter> |
Fan Zhang | 4c26da9 | 2017-09-08 15:29:54 -0700 | [diff] [blame] | 2891 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2892 | android:value="com.android.settings.development.DevelopmentSettingsDashboardFragment" /> |
Chaohui Wang | d5d53c1 | 2023-11-30 20:45:12 +0800 | [diff] [blame] | 2893 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2894 | android:value="@string/menu_key_system"/> |
Fan Zhang | 6359a19 | 2017-05-11 16:04:09 -0700 | [diff] [blame] | 2895 | </activity> |
| 2896 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2897 | <activity |
| 2898 | android:name="Settings$PrintSettingsActivity" |
| 2899 | android:label="@string/print_settings" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2900 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2901 | android:icon="@drawable/ic_settings_print"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2902 | <intent-filter android:priority="1"> |
| 2903 | <action android:name="android.settings.ACTION_PRINT_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 2904 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2905 | <category android:name="android.intent.category.DEFAULT" /> |
| 2906 | </intent-filter> |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 2907 | <intent-filter> |
| 2908 | <action android:name="android.intent.action.MAIN" /> |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 2909 | <category android:name="android.intent.category.DEFAULT" /> |
| 2910 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 2911 | </intent-filter> |
| 2912 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2913 | android:value="com.android.settings.print.PrintSettingsFragment" /> |
Jason Chiu | ae5327d | 2021-11-04 17:09:53 +0800 | [diff] [blame] | 2914 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2915 | android:value="@string/menu_key_connected_devices"/> |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 2916 | </activity> |
| 2917 | |
Svetoslav | d9f156d | 2013-10-09 21:59:04 -0700 | [diff] [blame] | 2918 | <activity android:name="Settings$PrintJobSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2919 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2920 | android:label="@string/print_print_job"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2921 | <intent-filter android:priority="1"> |
Svetoslav | d9f156d | 2013-10-09 21:59:04 -0700 | [diff] [blame] | 2922 | <action android:name="android.settings.ACTION_PRINT_SETTINGS" /> |
| 2923 | <category android:name="android.intent.category.DEFAULT" /> |
| 2924 | <data android:scheme="printjob" android:pathPattern="*" /> |
| 2925 | </intent-filter> |
| 2926 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2927 | android:value="com.android.settings.print.PrintJobSettingsFragment" /> |
Jason Chiu | ae5327d | 2021-11-04 17:09:53 +0800 | [diff] [blame] | 2928 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2929 | android:value="@string/menu_key_connected_devices"/> |
Svetoslav | d9f156d | 2013-10-09 21:59:04 -0700 | [diff] [blame] | 2930 | </activity> |
| 2931 | |
Fan Zhang | 2907f86 | 2017-03-17 15:05:14 -0700 | [diff] [blame] | 2932 | <activity android:name=".development.AppPicker" |
Edgar Wang | 3c03f0a | 2020-05-05 06:19:14 +0800 | [diff] [blame] | 2933 | android:label="@string/select_application" /> |
Dianne Hackborn | 9244df4 | 2012-02-14 13:25:41 -0800 | [diff] [blame] | 2934 | |
Joshua Duong | fd00922 | 2021-07-14 16:05:57 -0700 | [diff] [blame] | 2935 | <activity android:name=".development.AdbQrCodeActivity" /> |
| 2936 | |
Howard Chen | 5d7f3e6 | 2022-09-29 16:33:34 +0800 | [diff] [blame] | 2937 | <activity android:name="com.android.settings.development.DSULoader" |
Howard Chen | d5f3a0c | 2019-08-29 17:31:05 +0800 | [diff] [blame] | 2938 | android:label="Select DSU Package" |
Howard Chen | 5d7f3e6 | 2022-09-29 16:33:34 +0800 | [diff] [blame] | 2939 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog" |
| 2940 | android:exported="true" > |
| 2941 | <intent-filter> |
| 2942 | <action android:name="android.settings.development.START_DSU_LOADER"/> |
| 2943 | <category android:name="android.intent.category.DEFAULT"/> |
| 2944 | </intent-filter> |
| 2945 | </activity> |
Howard Chen | 60acb51 | 2019-12-02 15:34:58 +0800 | [diff] [blame] | 2946 | <activity android:name=".development.DSUTermsOfServiceActivity" |
| 2947 | android:label="Terms of Service" |
| 2948 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog" /> |
Howard Chen | d5f3a0c | 2019-08-29 17:31:05 +0800 | [diff] [blame] | 2949 | |
Varun Shah | 7efe931 | 2020-03-26 23:02:50 -0700 | [diff] [blame] | 2950 | <activity android:name=".development.storage.BlobInfoListView" |
| 2951 | android:label="@string/shared_data_title" /> |
| 2952 | <activity android:name=".development.storage.LeaseInfoListView" |
| 2953 | android:label="@string/accessor_info_title" /> |
| 2954 | |
Gustav Sennton | 5b59628 | 2017-02-03 16:19:02 +0000 | [diff] [blame] | 2955 | <activity android:name="Settings$WebViewAppPickerActivity" |
Jason Chiu | ae5327d | 2021-11-04 17:09:53 +0800 | [diff] [blame] | 2956 | android:label="@string/select_webview_provider_dialog_title"> |
| 2957 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2958 | android:value="@string/menu_key_system"/> |
| 2959 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2960 | |
Paul Chang | 6ae4c4d | 2019-11-28 22:38:49 +0800 | [diff] [blame] | 2961 | <activity android:name="Settings$BugReportHandlerPickerActivity" |
| 2962 | android:label="@string/bug_report_handler_title" |
| 2963 | android:exported="true" |
| 2964 | android:excludeFromRecents="true"> |
| 2965 | <intent-filter> |
| 2966 | <action android:name="android.settings.BUGREPORT_HANDLER_SETTINGS" /> |
| 2967 | <category android:name="android.intent.category.DEFAULT" /> |
| 2968 | </intent-filter> |
Paul Chang | 6950a80 | 2020-04-22 20:59:59 +0800 | [diff] [blame] | 2969 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2970 | android:value="true" /> |
Paul Chang | 6ae4c4d | 2019-11-28 22:38:49 +0800 | [diff] [blame] | 2971 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2972 | android:value="com.android.settings.bugreporthandler.BugReportHandlerPicker" /> |
Jason Chiu | ae5327d | 2021-11-04 17:09:53 +0800 | [diff] [blame] | 2973 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2974 | android:value="@string/menu_key_system"/> |
Paul Chang | 6ae4c4d | 2019-11-28 22:38:49 +0800 | [diff] [blame] | 2975 | </activity> |
| 2976 | |
Jaikumar Ganesh | 3a76bca | 2009-07-16 18:41:58 -0700 | [diff] [blame] | 2977 | <activity android:name=".bluetooth.BluetoothPairingDialog" |
Chen Chen | 38101d5 | 2021-10-05 17:46:02 -0700 | [diff] [blame] | 2978 | android:permission="android.permission.BLUETOOTH_PRIVILEGED" |
Michael Chan | 684736a | 2009-09-01 18:51:04 -0700 | [diff] [blame] | 2979 | android:excludeFromRecents="true" |
Antony Sargent | 4d7df06 | 2017-07-12 17:29:10 -0700 | [diff] [blame] | 2980 | android:windowSoftInputMode="stateVisible|adjustResize" |
jackqdyulei | 27f62fd | 2019-02-22 15:31:35 -0800 | [diff] [blame] | 2981 | android:theme="@style/Theme.AlertDialog" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2982 | android:exported="true" |
jackqdyulei | 27f62fd | 2019-02-22 15:31:35 -0800 | [diff] [blame] | 2983 | android:taskAffinity=".bluetooth.BluetoothPairingDialog"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2984 | <intent-filter android:priority="1"> |
Nick Pelly | 5ddbd94 | 2009-09-11 11:41:59 -0700 | [diff] [blame] | 2985 | <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2986 | <category android:name="android.intent.category.DEFAULT" /> |
| 2987 | </intent-filter> |
| 2988 | </activity> |
| 2989 | |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 2990 | <activity android:name=".bluetooth.RequestPermissionActivity" |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 2991 | android:excludeFromRecents="true" |
Jeff Sharkey | 7025a83 | 2021-06-22 19:58:58 -0600 | [diff] [blame] | 2992 | android:permission="android.permission.BLUETOOTH_CONNECT" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2993 | android:exported="true" |
Fan Zhang | a122be1 | 2018-07-16 16:28:37 -0700 | [diff] [blame] | 2994 | android:theme="@style/Theme.BluetoothPermission"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2995 | <intent-filter android:priority="1"> |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 2996 | <action android:name="android.bluetooth.adapter.action.REQUEST_DISCOVERABLE" /> |
| 2997 | <action android:name="android.bluetooth.adapter.action.REQUEST_ENABLE" /> |
Svetoslav Ganov | b06766f | 2016-07-22 20:08:41 -0700 | [diff] [blame] | 2998 | <action android:name="android.bluetooth.adapter.action.REQUEST_DISABLE" /> |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 2999 | <category android:name="android.intent.category.DEFAULT" /> |
| 3000 | </intent-filter> |
| 3001 | </activity> |
| 3002 | |
Irfan Sheriff | 50f341d | 2013-03-18 13:11:47 -0700 | [diff] [blame] | 3003 | <activity android:name=".wifi.WifiScanModeActivity" |
| 3004 | android:excludeFromRecents="true" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3005 | android:exported="true" |
Irfan Sheriff | 50f341d | 2013-03-18 13:11:47 -0700 | [diff] [blame] | 3006 | android:theme="@style/Transparent"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3007 | <intent-filter android:priority="1"> |
Irfan Sheriff | 50f341d | 2013-03-18 13:11:47 -0700 | [diff] [blame] | 3008 | <action android:name="android.net.wifi.action.REQUEST_SCAN_ALWAYS_AVAILABLE" /> |
| 3009 | <category android:name="android.intent.category.DEFAULT" /> |
| 3010 | </intent-filter> |
| 3011 | </activity> |
| 3012 | |
Jerry Zhang | d18d6f1 | 2018-01-11 16:47:14 -0800 | [diff] [blame] | 3013 | <activity android:name=".Settings$UsbDetailsActivity" |
| 3014 | android:excludeFromRecents="true" |
| 3015 | android:permission="android.permission.MANAGE_USB" |
| 3016 | android:exported="true"> |
| 3017 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3018 | android:value="com.android.settings.connecteddevice.usb.UsbDetailsFragment"/> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 3019 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3020 | android:value="@string/menu_key_connected_devices"/> |
Jerry Zhang | d18d6f1 | 2018-01-11 16:47:14 -0800 | [diff] [blame] | 3021 | </activity> |
| 3022 | |
Michal Karpinski | 707f42f | 2016-02-25 17:29:43 +0000 | [diff] [blame] | 3023 | <activity android:name=".RemoteBugreportActivity" |
| 3024 | android:excludeFromRecents="true" |
| 3025 | android:exported="true" |
| 3026 | android:permission="android.permission.DUMP" |
tmfang | 5ade2f1 | 2018-07-30 13:49:43 +0800 | [diff] [blame] | 3027 | android:theme="@style/Theme.AlertDialog"> |
Michal Karpinski | 707f42f | 2016-02-25 17:29:43 +0000 | [diff] [blame] | 3028 | <intent-filter> |
| 3029 | <action android:name="android.settings.SHOW_REMOTE_BUGREPORT_DIALOG" /> |
| 3030 | <category android:name="android.intent.category.DEFAULT" /> |
| 3031 | </intent-filter> |
| 3032 | </activity> |
| 3033 | |
Marie Janssen | d06d83c | 2017-02-14 18:49:17 -0800 | [diff] [blame] | 3034 | <service android:name=".bluetooth.BluetoothPairingService" /> |
| 3035 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3036 | <receiver android:name=".bluetooth.BluetoothPairingRequest" |
| 3037 | android:exported="true"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 3038 | <intent-filter> |
Nick Pelly | 5ddbd94 | 2009-09-11 11:41:59 -0700 | [diff] [blame] | 3039 | <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" /> |
Alice Kuo | ebea73e | 2021-10-13 18:43:47 +0800 | [diff] [blame] | 3040 | <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] | 3041 | </intent-filter> |
| 3042 | </receiver> |
| 3043 | |
Jaikumar Ganesh | e0b01ad | 2011-09-07 17:19:19 -0700 | [diff] [blame] | 3044 | <receiver android:name=".bluetooth.BluetoothPermissionRequest" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3045 | android:exported="true" |
Jeff Sharkey | 7025a83 | 2021-06-22 19:58:58 -0600 | [diff] [blame] | 3046 | android:permission="android.permission.BLUETOOTH_CONNECT"> |
Matthew Xie | dbed120 | 2011-06-27 18:21:25 -0700 | [diff] [blame] | 3047 | <intent-filter> |
| 3048 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" /> |
| 3049 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" /> |
| 3050 | </intent-filter> |
| 3051 | </receiver> |
| 3052 | |
| 3053 | <activity android:name=".bluetooth.BluetoothPermissionActivity" |
| 3054 | android:label="@string/bluetooth_connection_permission_request" |
| 3055 | android:excludeFromRecents="true" |
Jeff Sharkey | 7025a83 | 2021-06-22 19:58:58 -0600 | [diff] [blame] | 3056 | android:permission="android.permission.BLUETOOTH_CONNECT" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3057 | android:exported="true" |
Hugh Chen | 07a4675 | 2022-08-11 09:37:23 +0000 | [diff] [blame] | 3058 | android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3059 | <intent-filter android:priority="1"> |
Matthew Xie | dbed120 | 2011-06-27 18:21:25 -0700 | [diff] [blame] | 3060 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" /> |
| 3061 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" /> |
| 3062 | <category android:name="android.intent.category.DEFAULT" /> |
| 3063 | </intent-filter> |
| 3064 | </activity> |
| 3065 | |
Joe Onorato | de560372 | 2009-03-24 17:49:03 -0700 | [diff] [blame] | 3066 | <activity android:name="ActivityPicker" |
| 3067 | android:label="@string/activity_picker_label" |
Arc Wang | 5a298fb | 2020-06-30 14:14:02 +0800 | [diff] [blame] | 3068 | android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3069 | android:exported="true" |
Dianne Hackborn | ec54997 | 2009-09-23 22:24:22 -0700 | [diff] [blame] | 3070 | android:finishOnCloseSystemDialogs="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3071 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 3072 | <action android:name="android.intent.action.PICK_ACTIVITY" /> |
| 3073 | <category android:name="android.intent.category.DEFAULT" /> |
| 3074 | </intent-filter> |
| 3075 | </activity> |
| 3076 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3077 | <activity |
| 3078 | android:name="Settings$WifiDisplaySettingsActivity" |
| 3079 | android:label="@string/wifi_display_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3080 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3081 | android:icon="@drawable/ic_cast_24dp"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3082 | <intent-filter android:priority="1"> |
Jeff Brown | ff0e81e | 2014-08-19 17:47:54 -0700 | [diff] [blame] | 3083 | <action android:name="android.settings.CAST_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 3084 | <category android:name="android.intent.category.BROWSABLE" /> |
Jeff Brown | 9e143f5 | 2012-09-19 20:46:07 -0700 | [diff] [blame] | 3085 | <category android:name="android.intent.category.DEFAULT" /> |
| 3086 | </intent-filter> |
| 3087 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3088 | android:value="com.android.settings.wfd.WifiDisplaySettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 3089 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3090 | android:value="@string/menu_key_connected_devices"/> |
Jeff Brown | 9e143f5 | 2012-09-19 20:46:07 -0700 | [diff] [blame] | 3091 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 3092 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 3093 | <activity android:name="Settings$TestingSettingsActivity" android:label="@string/testing"> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 3094 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3095 | android:value="com.android.settings.TestingSettings" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 3096 | </activity> |
| 3097 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3098 | <receiver android:name=".TestingSettingsBroadcastReceiver" |
| 3099 | android:exported="true"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 3100 | <intent-filter> |
Grace Jia | 84da1e8 | 2020-02-14 15:53:28 -0800 | [diff] [blame] | 3101 | <action android:name="android.telephony.action.SECRET_CODE" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 3102 | <data android:scheme="android_secret_code" android:host="4636" /> |
| 3103 | </intent-filter> |
| 3104 | </receiver> |
| 3105 | |
The Android Open Source Project | 80a7a1d | 2009-03-11 12:11:59 -0700 | [diff] [blame] | 3106 | <!-- Standard picker for widgets --> |
Joe Onorato | de560372 | 2009-03-24 17:49:03 -0700 | [diff] [blame] | 3107 | <activity android:name="AppWidgetPickActivity" |
| 3108 | android:label="@string/widget_picker_title" |
Arc Wang | 5a298fb | 2020-06-30 14:14:02 +0800 | [diff] [blame] | 3109 | android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3110 | android:exported="true" |
Joe Onorato | 9bcc691 | 2011-01-10 12:55:57 -0800 | [diff] [blame] | 3111 | android:finishOnCloseSystemDialogs="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3112 | <intent-filter android:priority="1"> |
The Android Open Source Project | 80a7a1d | 2009-03-11 12:11:59 -0700 | [diff] [blame] | 3113 | <action android:name="android.appwidget.action.APPWIDGET_PICK" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 3114 | <category android:name="android.intent.category.DEFAULT" /> |
| 3115 | </intent-filter> |
| 3116 | </activity> |
| 3117 | |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 3118 | <activity android:name="AllowBindAppWidgetActivity" |
Arc Wang | 5a298fb | 2020-06-30 14:14:02 +0800 | [diff] [blame] | 3119 | android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 3120 | android:finishOnCloseSystemDialogs="true" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3121 | android:exported="true" |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 3122 | android:excludeFromRecents="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3123 | <intent-filter android:priority="1"> |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 3124 | <action android:name="android.appwidget.action.APPWIDGET_BIND" /> |
| 3125 | <category android:name="android.intent.category.DEFAULT" /> |
| 3126 | </intent-filter> |
| 3127 | </activity> |
| 3128 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3129 | <activity |
| 3130 | android:name="Settings$PowerUsageSummaryActivity" |
| 3131 | android:label="@string/power_usage_summary_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3132 | android:exported="true" |
ykhung | 0c3957d | 2023-03-09 14:28:31 +0800 | [diff] [blame] | 3133 | android:icon="@drawable/ic_homepage_battery" |
| 3134 | android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize"> |
jackqdyulei | b96ccba | 2018-01-23 10:29:13 -0800 | [diff] [blame] | 3135 | <intent-filter android:priority="1"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3136 | <action android:name="android.intent.action.POWER_USAGE_SUMMARY" /> |
| 3137 | <category android:name="android.intent.category.DEFAULT" /> |
| 3138 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 3139 | <intent-filter android:priority="51"> |
jackqdyulei | b96ccba | 2018-01-23 10:29:13 -0800 | [diff] [blame] | 3140 | <action android:name="android.intent.action.MAIN" /> |
jackqdyulei | b96ccba | 2018-01-23 10:29:13 -0800 | [diff] [blame] | 3141 | <category android:name="com.android.settings.SHORTCUT" /> |
| 3142 | </intent-filter> |
Dianne Hackborn | 59a4860 | 2010-11-10 23:34:52 -0800 | [diff] [blame] | 3143 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
xuezaiyue | ac73184 | 2022-06-08 21:53:23 +0800 | [diff] [blame] | 3144 | android:value="com.android.settings.fuelgauge.batteryusage.PowerUsageSummary" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3145 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3146 | android:value="@string/menu_key_battery"/> |
Dianne Hackborn | cbaf6ce | 2010-07-23 00:23:21 -0700 | [diff] [blame] | 3147 | </activity> |
| 3148 | |
Kuan Wang | 0a0ba91 | 2022-10-13 18:07:54 +0800 | [diff] [blame] | 3149 | <provider |
| 3150 | android:name=".fuelgauge.batteryusage.BatteryUsageContentProvider" |
| 3151 | android:enabled="true" |
| 3152 | android:exported="true" |
| 3153 | android:authorities="${applicationId}.battery.usage.provider" |
| 3154 | android:permission="com.android.settings.BATTERY_DATA"/> |
| 3155 | |
Kuan Wang | bc4548b | 2022-12-01 17:31:29 +0800 | [diff] [blame] | 3156 | <provider |
| 3157 | android:name=".fuelgauge.batteryusage.bugreport.BugReportContentProvider" |
| 3158 | android:exported="false" |
| 3159 | android:authorities="${applicationId}.battery.usage.bugreport"/> |
| 3160 | |
Kuan Wang | c28daec | 2023-01-16 18:40:47 +0800 | [diff] [blame] | 3161 | <receiver android:name="com.android.settings.fuelgauge.batteryusage.BatteryUsageBroadcastReceiver" |
Kuan Wang | fb136dd | 2022-10-18 15:03:39 +0800 | [diff] [blame] | 3162 | android:exported="true"> |
| 3163 | <intent-filter> |
Kuan Wang | 45be6ba | 2022-10-20 17:07:01 +0800 | [diff] [blame] | 3164 | <action android:name="android.intent.action.BATTERY_LEVEL_CHANGED"/> |
Kuan Wang | fb136dd | 2022-10-18 15:03:39 +0800 | [diff] [blame] | 3165 | <action android:name="com.android.settings.battery.action.CLEAR_BATTERY_CACHE_DATA"/> |
Zaiyue Xue | ff11b8e | 2023-02-27 16:29:04 +0800 | [diff] [blame] | 3166 | <action android:name="com.android.settings.battery.action.ACTION_BATTERY_PLUGGING"/> |
Kuan Wang | c28daec | 2023-01-16 18:40:47 +0800 | [diff] [blame] | 3167 | <action android:name="com.android.settings.battery.action.ACTION_BATTERY_UNPLUGGING"/> |
Kuan Wang | fb136dd | 2022-10-18 15:03:39 +0800 | [diff] [blame] | 3168 | </intent-filter> |
| 3169 | </receiver> |
| 3170 | |
Kuan Wang | df05a13 | 2022-10-20 11:48:48 +0800 | [diff] [blame] | 3171 | <receiver |
| 3172 | android:name=".fuelgauge.batteryusage.BootBroadcastReceiver" |
| 3173 | android:exported="true"> |
| 3174 | <intent-filter> |
| 3175 | <action android:name="android.intent.action.BOOT_COMPLETED"/> |
Kuan Wang | df05a13 | 2022-10-20 11:48:48 +0800 | [diff] [blame] | 3176 | <action android:name="com.google.android.setupwizard.SETUP_WIZARD_FINISHED"/> |
| 3177 | <action android:name="com.android.settings.battery.action.PERIODIC_JOB_RECHECK"/> |
Zaiyue Xue | 011725f | 2023-10-11 17:24:20 +0800 | [diff] [blame] | 3178 | <action android:name="android.intent.action.TIME_SET"/> |
Kuan Wang | df05a13 | 2022-10-20 11:48:48 +0800 | [diff] [blame] | 3179 | </intent-filter> |
| 3180 | </receiver> |
| 3181 | |
| 3182 | <receiver |
ykhung | 4c0de26 | 2022-11-10 15:38:22 +0800 | [diff] [blame] | 3183 | android:name=".fuelgauge.BatterySettingsMigrateChecker" |
| 3184 | android:exported="true"> |
| 3185 | <intent-filter> |
| 3186 | <action android:name="android.intent.action.BOOT_COMPLETED"/> |
| 3187 | </intent-filter> |
| 3188 | </receiver> |
| 3189 | |
| 3190 | <receiver |
Kuan Wang | df05a13 | 2022-10-20 11:48:48 +0800 | [diff] [blame] | 3191 | android:name=".fuelgauge.batteryusage.PeriodicJobReceiver" |
| 3192 | android:exported="false"> |
| 3193 | <intent-filter> |
| 3194 | <action android:name="com.android.settings.battery.action.PERIODIC_JOB_UPDATE"/> |
| 3195 | </intent-filter> |
| 3196 | </receiver> |
| 3197 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3198 | <activity |
| 3199 | android:name="Settings$BatterySaverSettingsActivity" |
| 3200 | android:label="@string/battery_saver" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3201 | android:exported="true" |
ykhung | eadeee5 | 2022-05-18 12:18:15 +0800 | [diff] [blame] | 3202 | android:icon="@drawable/ic_homepage_battery"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3203 | <intent-filter android:priority="1"> |
| 3204 | <action android:name="android.settings.BATTERY_SAVER_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 3205 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3206 | <category android:name="android.intent.category.DEFAULT" /> |
| 3207 | </intent-filter> |
John Spurlock | c7f8e8c | 2014-06-04 19:11:22 -0400 | [diff] [blame] | 3208 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 747f0e1 | 2018-03-01 09:49:34 -0800 | [diff] [blame] | 3209 | android:value="com.android.settings.fuelgauge.batterysaver.BatterySaverSettings" /> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 3210 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3211 | android:value="@string/menu_key_battery"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 3212 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3213 | android:value="true" /> |
John Spurlock | c7f8e8c | 2014-06-04 19:11:22 -0400 | [diff] [blame] | 3214 | </activity> |
| 3215 | |
P.Y. Laligand | 1f403d5 | 2015-04-14 16:14:16 -0700 | [diff] [blame] | 3216 | <activity android:name=".fuelgauge.BatterySaverModeVoiceActivity" |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 3217 | android:label="@string/power_usage_summary_title" |
ykhung | eadeee5 | 2022-05-18 12:18:15 +0800 | [diff] [blame] | 3218 | android:icon="@drawable/ic_homepage_battery" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 3219 | android:theme="@*android:style/Theme.DeviceDefault.Light.Voice" |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 3220 | android:exported="true"> |
| 3221 | <intent-filter> |
| 3222 | <action android:name="android.settings.VOICE_CONTROL_BATTERY_SAVER_MODE" /> |
| 3223 | <category android:name="android.intent.category.DEFAULT" /> |
| 3224 | <category android:name="android.intent.category.VOICE" /> |
| 3225 | </intent-filter> |
| 3226 | </activity> |
| 3227 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3228 | <activity |
| 3229 | android:name="Settings$AccountSyncSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3230 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3231 | android:label="@string/account_sync_settings_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3232 | <intent-filter android:priority="1"> |
| 3233 | <action android:name="android.settings.ACCOUNT_SYNC_SETTINGS" /> |
| 3234 | <category android:name="android.intent.category.DEFAULT" /> |
| 3235 | </intent-filter> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 3236 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3237 | android:value="com.android.settings.accounts.AccountSyncSettings" /> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 3238 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3239 | android:value="@string/menu_key_accounts"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 3240 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3241 | android:value="true" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 3242 | </activity> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3243 | <activity |
| 3244 | android:name="Settings$ManagedProfileSettingsActivity" |
Ricky Wai | bf94d09 | 2017-02-01 15:26:29 +0000 | [diff] [blame] | 3245 | android:label="@string/managed_profile_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3246 | android:exported="true" |
Ricky Wai | bf94d09 | 2017-02-01 15:26:29 +0000 | [diff] [blame] | 3247 | android:permission="android.permission.MANAGE_USERS"> |
| 3248 | <intent-filter android:priority="1"> |
| 3249 | <action android:name="android.settings.MANAGED_PROFILE_SETTINGS" /> |
| 3250 | <category android:name="android.intent.category.DEFAULT" /> |
| 3251 | </intent-filter> |
| 3252 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3253 | android:value="com.android.settings.accounts.ManagedProfileSettings" /> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 3254 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3255 | android:value="@string/menu_key_accounts"/> |
Ricky Wai | bf94d09 | 2017-02-01 15:26:29 +0000 | [diff] [blame] | 3256 | </activity> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 3257 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3258 | <activity |
| 3259 | android:name="com.android.settings.accounts.AddAccountSettings" |
Amith Yamasani | 7bb8f72 | 2011-06-02 18:05:40 -0700 | [diff] [blame] | 3260 | android:configChanges="orientation|keyboardHidden|screenSize" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3261 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3262 | android:label="@string/header_add_an_account"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3263 | <intent-filter android:priority="1"> |
| 3264 | <action android:name="android.settings.ADD_ACCOUNT_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 3265 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3266 | <category android:name="android.intent.category.DEFAULT" /> |
| 3267 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 3268 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3269 | android:value="true" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 3270 | </activity> |
| 3271 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 3272 | <activity android:name="Settings$ChooseAccountActivity" |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 3273 | android:label="@string/header_add_an_account" |
Fan Zhang | 92f1e94 | 2017-01-21 10:07:26 -0800 | [diff] [blame] | 3274 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 3275 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Emily Chuang | b279b1c | 2018-04-12 10:12:28 +0800 | [diff] [blame] | 3276 | android:value="com.android.settings.accounts.ChooseAccountFragment" /> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 3277 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3278 | android:value="@string/menu_key_accounts"/> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 3279 | </activity> |
Jim Miller | 165bf2f | 2011-01-26 16:10:26 -0800 | [diff] [blame] | 3280 | |
Jeff Sharkey | 9e9f7d1 | 2015-11-30 13:28:19 -0700 | [diff] [blame] | 3281 | <!-- Triggered when user-selected home app isn't encryption aware --> |
| 3282 | <activity android:name=".FallbackHome" |
| 3283 | android:excludeFromRecents="true" |
Fan Zhang | 49534b7 | 2017-06-22 15:04:41 -0700 | [diff] [blame] | 3284 | android:label="" |
Louis Chang | 397cdd6 | 2019-06-27 09:57:54 +0800 | [diff] [blame] | 3285 | android:taskAffinity="com.android.settings.FallbackHome" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3286 | android:exported="true" |
Adam Bookatz | eb89d14 | 2022-02-24 16:45:28 -0800 | [diff] [blame] | 3287 | android:theme="@style/FallbackHome" |
Tsung-Mao Fang | f5062c2 | 2022-09-30 15:27:06 +0800 | [diff] [blame] | 3288 | android:permission="android.permission.DEVICE_POWER" |
Adam Bookatz | eb89d14 | 2022-02-24 16:45:28 -0800 | [diff] [blame] | 3289 | android:configChanges="keyboardHidden"> |
Xiaohui Chen | dbf3e15 | 2015-12-30 15:51:56 -0800 | [diff] [blame] | 3290 | <intent-filter android:priority="-1000"> |
Jeff Sharkey | 9e9f7d1 | 2015-11-30 13:28:19 -0700 | [diff] [blame] | 3291 | <action android:name="android.intent.action.MAIN" /> |
| 3292 | <category android:name="android.intent.category.HOME" /> |
| 3293 | <category android:name="android.intent.category.DEFAULT" /> |
| 3294 | </intent-filter> |
| 3295 | </activity> |
| 3296 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3297 | <activity |
| 3298 | android:name="Settings$DataUsageSummaryActivity" |
| 3299 | android:label="@string/data_usage_summary_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3300 | android:exported="true" |
SongFerng Wang | 7ac8fc7 | 2023-08-22 06:36:58 +0000 | [diff] [blame] | 3301 | android:enabled="@bool/config_show_sim_info" |
Bonian Chen | 8602747 | 2022-03-18 09:23:19 +0800 | [diff] [blame] | 3302 | android:icon="@drawable/ic_homepage_data_usage"> |
Rohan Shah | ff5bd33 | 2018-03-21 17:16:39 -0700 | [diff] [blame] | 3303 | <intent-filter android:priority="1"> |
| 3304 | <action android:name="android.settings.DATA_USAGE_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 3305 | <category android:name="android.intent.category.BROWSABLE" /> |
Rohan Shah | ff5bd33 | 2018-03-21 17:16:39 -0700 | [diff] [blame] | 3306 | <category android:name="android.intent.category.DEFAULT" /> |
| 3307 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 3308 | <intent-filter android:priority="3"> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 3309 | <action android:name="android.intent.action.MAIN" /> |
Amith Yamasani | 7836e4a | 2011-09-19 13:25:52 -0700 | [diff] [blame] | 3310 | <category android:name="com.android.settings.SHORTCUT" /> |
Jeff Sharkey | dd6efe1 | 2011-06-15 10:31:41 -0700 | [diff] [blame] | 3311 | </intent-filter> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 3312 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | cd21cb8 | 2018-06-11 09:28:02 -0700 | [diff] [blame] | 3313 | android:value="com.android.settings.datausage.DataUsageSummary" /> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 3314 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3315 | android:value="@string/menu_key_network"/> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 3316 | </activity> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3317 | <activity |
| 3318 | android:name="Settings$MobileDataUsageListActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3319 | android:exported="true" |
Yanting Yang | 85713d0 | 2019-09-27 18:34:04 +0800 | [diff] [blame] | 3320 | android:label="@string/cellular_data_usage"> |
Malcolm Chen | 52584e9 | 2017-06-20 11:14:27 -0700 | [diff] [blame] | 3321 | <intent-filter android:priority="1"> |
| 3322 | <action android:name="android.settings.MOBILE_DATA_USAGE" /> |
Malcolm Chen | 6fef2fff | 2017-07-13 17:59:58 -0700 | [diff] [blame] | 3323 | <category android:name="android.intent.category.DEFAULT" /> |
Malcolm Chen | 52584e9 | 2017-06-20 11:14:27 -0700 | [diff] [blame] | 3324 | </intent-filter> |
| 3325 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Doris Ling | 282a0d9 | 2018-11-30 16:20:32 -0800 | [diff] [blame] | 3326 | android:value="com.android.settings.datausage.DataUsageList" /> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 3327 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3328 | android:value="@string/menu_key_network"/> |
Malcolm Chen | 52584e9 | 2017-06-20 11:14:27 -0700 | [diff] [blame] | 3329 | </activity> |
| 3330 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3331 | <activity |
| 3332 | android:name="Settings$DreamSettingsActivity" |
| 3333 | android:label="@string/screensaver_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3334 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3335 | android:icon="@drawable/ic_settings_display"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3336 | <intent-filter android:priority="1"> |
| 3337 | <action android:name="android.settings.DREAM_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 3338 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3339 | <category android:name="android.intent.category.DEFAULT" /> |
| 3340 | </intent-filter> |
Daniel Sandler | 7dee75c | 2012-11-27 22:41:30 -0500 | [diff] [blame] | 3341 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Evan Laird | 22315ad | 2017-07-18 16:37:42 -0400 | [diff] [blame] | 3342 | android:value="com.android.settings.dream.DreamSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 3343 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3344 | android:value="@string/menu_key_display"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 3345 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3346 | android:value="true" /> |
Daniel Sandler | 7dee75c | 2012-11-27 22:41:30 -0500 | [diff] [blame] | 3347 | </activity> |
| 3348 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3349 | <activity |
Lucas Silva | 3b1c739 | 2023-04-12 15:22:39 -0400 | [diff] [blame] | 3350 | android:name="Settings$CommunalSettingsActivity" |
| 3351 | android:label="@string/communal_settings_title" |
| 3352 | android:exported="true" |
| 3353 | android:icon="@drawable/ia_settings_communal"> |
| 3354 | <intent-filter android:priority="1"> |
| 3355 | <action android:name="android.settings.COMMUNAL_SETTINGS" /> |
| 3356 | <category android:name="android.intent.category.BROWSABLE" /> |
| 3357 | <category android:name="android.intent.category.DEFAULT" /> |
| 3358 | </intent-filter> |
| 3359 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3360 | android:value="com.android.settings.communal.CommunalDashboardFragment" /> |
| 3361 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3362 | android:value="@string/menu_key_communal"/> |
| 3363 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3364 | android:value="true" /> |
| 3365 | </activity> |
| 3366 | |
| 3367 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3368 | android:name="Settings$UserSettingsActivity" |
| 3369 | android:label="@string/user_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3370 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3371 | android:icon="@drawable/ic_settings_multiuser"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3372 | <intent-filter android:priority="1"> |
| 3373 | <action android:name="android.settings.USER_SETTINGS" /> |
| 3374 | <category android:name="android.intent.category.DEFAULT" /> |
| 3375 | </intent-filter> |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 3376 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Raff Tsai | 9e3a9fd | 2019-10-01 17:06:26 +0800 | [diff] [blame] | 3377 | android:value="com.android.settings.users.UserSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 3378 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3379 | android:value="@string/menu_key_system"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 3380 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
Raff Tsai | 9e3a9fd | 2019-10-01 17:06:26 +0800 | [diff] [blame] | 3381 | android:value="true" /> |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 3382 | </activity> |
| 3383 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3384 | <activity |
| 3385 | android:name="Settings$PaymentSettingsActivity" |
| 3386 | android:label="@string/nfc_payment_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3387 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3388 | android:icon="@drawable/ic_settings_nfc_payment"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3389 | <intent-filter android:priority="1"> |
| 3390 | <action android:name="android.settings.NFC_PAYMENT_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 3391 | <category android:name="android.intent.category.BROWSABLE" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3392 | <category android:name="android.intent.category.DEFAULT" /> |
| 3393 | </intent-filter> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 3394 | <intent-filter> |
| 3395 | <action android:name="android.intent.action.MAIN" /> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 3396 | <category android:name="android.intent.category.DEFAULT" /> |
| 3397 | </intent-filter> |
| 3398 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3399 | android:value="com.android.settings.nfc.PaymentSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 3400 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3401 | android:value="@string/menu_key_connected_devices"/> |
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" /> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 3404 | </activity> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 3405 | |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 3406 | <activity android:name=".nfc.PaymentDefaultDialog" |
Martijn Coenen | da6c0ba | 2013-09-05 21:07:23 -0700 | [diff] [blame] | 3407 | android:label="@string/nfc_payment_set_default_label" |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 3408 | android:excludeFromRecents="true" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3409 | android:exported="true" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 3410 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3411 | <intent-filter android:priority="1"> |
Martijn Coenen | a73aa32 | 2013-08-30 12:57:42 -0700 | [diff] [blame] | 3412 | <action android:name="android.nfc.cardemulation.action.ACTION_CHANGE_DEFAULT" /> |
| 3413 | <category android:name="android.intent.category.DEFAULT" /> |
| 3414 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 3415 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3416 | android:value="true" /> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 3417 | </activity> |
| 3418 | |
Martijn Coenen | cbcc76e | 2015-06-05 21:28:17 +0200 | [diff] [blame] | 3419 | <activity android:name=".nfc.HowItWorks" |
| 3420 | android:label="@string/nfc_payment_settings_title" |
Martijn Coenen | cbcc76e | 2015-06-05 21:28:17 +0200 | [diff] [blame] | 3421 | android:excludeFromRecents="true"> |
| 3422 | </activity> |
| 3423 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3424 | <activity |
| 3425 | android:name="Settings$NotificationAccessSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3426 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3427 | android:label="@string/manage_notification_access_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3428 | <intent-filter android:priority="1"> |
| 3429 | <action android:name="android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS" /> |
| 3430 | <category android:name="android.intent.category.DEFAULT" /> |
| 3431 | </intent-filter> |
Daniel Sandler | 79b9bfe | 2013-04-04 14:30:04 -0400 | [diff] [blame] | 3432 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
John Spurlock | 4a35051 | 2014-04-08 14:08:21 -0400 | [diff] [blame] | 3433 | android:value="com.android.settings.notification.NotificationAccessSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3434 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3435 | android:value="@string/menu_key_notifications"/> |
John Spurlock | 08531a8 | 2015-05-07 17:45:43 -0400 | [diff] [blame] | 3436 | </activity> |
| 3437 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3438 | <activity |
Julia Reynolds | 31dc1fd | 2019-10-29 15:15:08 -0400 | [diff] [blame] | 3439 | android:name="Settings$NotificationAccessDetailsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3440 | android:exported="true" |
Julia Reynolds | 31dc1fd | 2019-10-29 15:15:08 -0400 | [diff] [blame] | 3441 | android:label="@string/manage_notification_access_title" > |
| 3442 | <intent-filter android:priority="1"> |
| 3443 | <action android:name="android.settings.NOTIFICATION_LISTENER_DETAIL_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 3444 | <category android:name="android.intent.category.BROWSABLE" /> |
Julia Reynolds | 31dc1fd | 2019-10-29 15:15:08 -0400 | [diff] [blame] | 3445 | <category android:name="android.intent.category.DEFAULT" /> |
| 3446 | </intent-filter> |
| 3447 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3448 | android:value="com.android.settings.applications.specialaccess.notificationaccess.NotificationAccessDetails" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3449 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3450 | android:value="@string/menu_key_notifications"/> |
Julia Reynolds | 31dc1fd | 2019-10-29 15:15:08 -0400 | [diff] [blame] | 3451 | </activity> |
| 3452 | |
| 3453 | <activity |
Fabian Kozynski | 01b2a63 | 2019-02-20 12:55:10 -0500 | [diff] [blame] | 3454 | android:name="Settings$NotificationAssistantSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3455 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3456 | android:label="@string/notification_assistant_title"> |
Fabian Kozynski | 01b2a63 | 2019-02-20 12:55:10 -0500 | [diff] [blame] | 3457 | <intent-filter android:priority="1"> |
| 3458 | <action android:name="android.settings.NOTIFICATION_ASSISTANT_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 3459 | <category android:name="android.intent.category.BROWSABLE" /> |
Fabian Kozynski | 01b2a63 | 2019-02-20 12:55:10 -0500 | [diff] [blame] | 3460 | <category android:name="android.intent.category.DEFAULT" /> |
| 3461 | </intent-filter> |
| 3462 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Chloris Kuo | 2c955bb | 2021-03-19 07:00:45 -0700 | [diff] [blame] | 3463 | android:value="com.android.settings.notification.ConfigureNotificationSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3464 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3465 | android:value="@string/menu_key_notifications"/> |
Fabian Kozynski | 01b2a63 | 2019-02-20 12:55:10 -0500 | [diff] [blame] | 3466 | </activity> |
| 3467 | |
| 3468 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3469 | android:name="Settings$VrListenersSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3470 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3471 | android:label="@string/vr_listeners_title"> |
Ruben Brunk | e1c98ca | 2016-02-23 18:58:56 -0800 | [diff] [blame] | 3472 | <intent-filter android:priority="1"> |
| 3473 | <action android:name="android.settings.VR_LISTENER_SETTINGS" /> |
| 3474 | <category android:name="android.intent.category.DEFAULT" /> |
| 3475 | </intent-filter> |
Ruben Brunk | e1c98ca | 2016-02-23 18:58:56 -0800 | [diff] [blame] | 3476 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | af15522 | 2018-07-11 09:41:39 -0700 | [diff] [blame] | 3477 | android:value="com.android.settings.applications.specialaccess.vrlistener.VrListenerSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3478 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3479 | android:value="@string/menu_key_apps"/> |
Ruben Brunk | e1c98ca | 2016-02-23 18:58:56 -0800 | [diff] [blame] | 3480 | </activity> |
| 3481 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3482 | <activity |
| 3483 | android:name="Settings$PictureInPictureSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3484 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3485 | android:label="@string/picture_in_picture_title"> |
Winson Chung | 0a0d95a | 2017-01-20 11:22:44 -0800 | [diff] [blame] | 3486 | <intent-filter android:priority="1"> |
| 3487 | <action android:name="android.settings.PICTURE_IN_PICTURE_SETTINGS" /> |
| 3488 | <category android:name="android.intent.category.DEFAULT" /> |
| 3489 | </intent-filter> |
| 3490 | <intent-filter> |
| 3491 | <action android:name="android.intent.action.MAIN" /> |
| 3492 | <category android:name="android.intent.category.DEFAULT" /> |
| 3493 | </intent-filter> |
| 3494 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 4560ab7 | 2018-07-10 15:46:31 -0700 | [diff] [blame] | 3495 | android:value="com.android.settings.applications.specialaccess.pictureinpicture.PictureInPictureSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3496 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3497 | android:value="@string/menu_key_apps"/> |
Winson Chung | 0a0d95a | 2017-01-20 11:22:44 -0800 | [diff] [blame] | 3498 | </activity> |
Ruben Brunk | e1c98ca | 2016-02-23 18:58:56 -0800 | [diff] [blame] | 3499 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3500 | <activity |
| 3501 | android:name="Settings$AppPictureInPictureSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3502 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3503 | android:label="@string/picture_in_picture_title"> |
Winson Chung | 217d0e9 | 2017-03-17 15:48:38 -0700 | [diff] [blame] | 3504 | <intent-filter> |
| 3505 | <action android:name="android.settings.PICTURE_IN_PICTURE_SETTINGS" /> |
| 3506 | <category android:name="android.intent.category.DEFAULT" /> |
| 3507 | <data android:scheme="package" /> |
| 3508 | </intent-filter> |
| 3509 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 4560ab7 | 2018-07-10 15:46:31 -0700 | [diff] [blame] | 3510 | android:value="com.android.settings.applications.specialaccess.pictureinpicture.PictureInPictureDetails" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3511 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3512 | android:value="@string/menu_key_apps"/> |
Winson Chung | 217d0e9 | 2017-03-17 15:48:38 -0700 | [diff] [blame] | 3513 | </activity> |
| 3514 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3515 | <activity |
Philip Junker | 8a97805 | 2022-03-14 18:08:46 +0000 | [diff] [blame] | 3516 | android:name="Settings$TurnScreenOnSettingsActivity" |
| 3517 | android:exported="true" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 3518 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Philip Junker | 8a97805 | 2022-03-14 18:08:46 +0000 | [diff] [blame] | 3519 | android:label="@string/turn_screen_on_title"> |
| 3520 | <intent-filter android:priority="1"> |
| 3521 | <action android:name="android.settings.TURN_SCREEN_ON_SETTINGS" /> |
| 3522 | <category android:name="android.intent.category.DEFAULT" /> |
| 3523 | </intent-filter> |
| 3524 | <intent-filter> |
| 3525 | <action android:name="android.intent.action.MAIN" /> |
| 3526 | <category android:name="android.intent.category.DEFAULT" /> |
| 3527 | </intent-filter> |
| 3528 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Philip Junker | ded7f45 | 2023-04-19 11:59:19 +0000 | [diff] [blame] | 3529 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Philip Junker | 8a97805 | 2022-03-14 18:08:46 +0000 | [diff] [blame] | 3530 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3531 | android:value="@string/menu_key_apps"/> |
| 3532 | </activity> |
| 3533 | |
| 3534 | <activity |
Philip Junker | ded7f45 | 2023-04-19 11:59:19 +0000 | [diff] [blame] | 3535 | android:name="Settings$AppTurnScreenOnSettingsActivity" |
| 3536 | android:exported="true" |
| 3537 | android:label="@string/turn_screen_on_title"> |
| 3538 | <intent-filter android:priority="1"> |
| 3539 | <action android:name="android.settings.TURN_SCREEN_ON_SETTINGS" /> |
| 3540 | <category android:name="android.intent.category.DEFAULT" /> |
| 3541 | <data android:scheme="package" /> |
| 3542 | </intent-filter> |
| 3543 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3544 | android:value="com.android.settings.applications.specialaccess.turnscreenon.TurnScreenOnDetails"/> |
| 3545 | </activity> |
| 3546 | |
| 3547 | <activity |
kholoud mohamed | 14a887f | 2020-01-29 17:38:31 +0000 | [diff] [blame] | 3548 | android:name="Settings$InteractAcrossProfilesSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3549 | android:exported="true" |
kholoud mohamed | 14a887f | 2020-01-29 17:38:31 +0000 | [diff] [blame] | 3550 | android:label="@string/interact_across_profiles_title"> |
| 3551 | <intent-filter android:priority="1"> |
| 3552 | <action android:name="android.settings.MANAGE_CROSS_PROFILE_ACCESS" /> |
| 3553 | <category android:name="android.intent.category.DEFAULT" /> |
| 3554 | </intent-filter> |
| 3555 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3556 | android:value="com.android.settings.applications.specialaccess.interactacrossprofiles.InteractAcrossProfilesSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3557 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3558 | android:value="@string/menu_key_apps"/> |
kholoud mohamed | 14a887f | 2020-01-29 17:38:31 +0000 | [diff] [blame] | 3559 | </activity> |
| 3560 | |
| 3561 | <activity android:name="Settings$AppInteractAcrossProfilesSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3562 | android:exported="true" |
kholoud mohamed | 14a887f | 2020-01-29 17:38:31 +0000 | [diff] [blame] | 3563 | android:label="@string/interact_across_profiles_title"> |
| 3564 | <intent-filter> |
| 3565 | <action android:name="android.settings.MANAGE_CROSS_PROFILE_ACCESS" /> |
| 3566 | <category android:name="android.intent.category.DEFAULT" /> |
| 3567 | <data android:scheme="package" /> |
| 3568 | </intent-filter> |
| 3569 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3570 | android:value="com.android.settings.applications.specialaccess.interactacrossprofiles.InteractAcrossProfilesDetails" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3571 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3572 | android:value="@string/menu_key_apps"/> |
kholoud mohamed | 14a887f | 2020-01-29 17:38:31 +0000 | [diff] [blame] | 3573 | </activity> |
| 3574 | |
| 3575 | <activity |
Fan Zhang | e366f02 | 2019-03-19 13:08:10 -0700 | [diff] [blame] | 3576 | android:name="Settings$ZenAccessDetailSettingsActivity" |
| 3577 | android:label="@string/manage_zen_access_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3578 | android:exported="true" |
Fan Zhang | e366f02 | 2019-03-19 13:08:10 -0700 | [diff] [blame] | 3579 | android:excludeFromRecents="true"> |
| 3580 | <intent-filter> |
| 3581 | <action android:name="android.settings.NOTIFICATION_POLICY_ACCESS_DETAIL_SETTINGS" /> |
| 3582 | <category android:name="android.intent.category.DEFAULT" /> |
| 3583 | <data android:scheme="package" /> |
| 3584 | </intent-filter> |
| 3585 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3586 | android:value="com.android.settings.applications.specialaccess.zenaccess.ZenAccessDetails" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3587 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3588 | android:value="@string/menu_key_notifications"/> |
Fan Zhang | e366f02 | 2019-03-19 13:08:10 -0700 | [diff] [blame] | 3589 | </activity> |
| 3590 | |
| 3591 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3592 | android:name="Settings$ZenAccessSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3593 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3594 | android:label="@string/manage_zen_access_title"> |
John Spurlock | 08531a8 | 2015-05-07 17:45:43 -0400 | [diff] [blame] | 3595 | <intent-filter android:priority="1"> |
John Spurlock | a00194d | 2015-06-04 13:01:59 -0400 | [diff] [blame] | 3596 | <action android:name="android.settings.NOTIFICATION_POLICY_ACCESS_SETTINGS" /> |
John Spurlock | 08531a8 | 2015-05-07 17:45:43 -0400 | [diff] [blame] | 3597 | <category android:name="android.intent.category.DEFAULT" /> |
| 3598 | </intent-filter> |
John Spurlock | 08531a8 | 2015-05-07 17:45:43 -0400 | [diff] [blame] | 3599 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 3600 | android:value="com.android.settings.notification.zen.ZenAccessSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3601 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3602 | android:value="@string/menu_key_notifications"/> |
Daniel Sandler | 79b9bfe | 2013-04-04 14:30:04 -0400 | [diff] [blame] | 3603 | </activity> |
| 3604 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3605 | <activity |
| 3606 | android:name="Settings$ConfigureNotificationSettingsActivity" |
| 3607 | android:label="@string/configure_notification_settings" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3608 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3609 | <intent-filter android:priority="1"> |
| 3610 | <action android:name="android.settings.NOTIFICATION_SETTINGS" /> |
| 3611 | <category android:name="android.intent.category.DEFAULT" /> |
| 3612 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 3613 | <intent-filter android:priority="21"> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 3614 | <action android:name="android.intent.action.MAIN" /> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 3615 | <category android:name="com.android.settings.SHORTCUT" /> |
| 3616 | </intent-filter> |
| 3617 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 3618 | android:value="com.android.settings.notification.ConfigureNotificationSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3619 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3620 | android:value="@string/menu_key_notifications"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 3621 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3622 | android:value="true" /> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 3623 | </activity> |
| 3624 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3625 | <activity |
Julia Reynolds | 6a88e14 | 2020-06-02 11:20:13 -0400 | [diff] [blame] | 3626 | android:name="Settings$ConversationListSettingsActivity" |
| 3627 | android:label="@string/zen_mode_conversations_title" |
| 3628 | android:exported="true"> |
| 3629 | <intent-filter android:priority="1"> |
| 3630 | <action android:name="android.settings.CONVERSATION_SETTINGS" /> |
| 3631 | <category android:name="android.intent.category.DEFAULT" /> |
| 3632 | </intent-filter> |
| 3633 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3634 | android:value="com.android.settings.notification.app.ConversationListSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3635 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3636 | android:value="@string/menu_key_apps"/> |
Julia Reynolds | 6a88e14 | 2020-06-02 11:20:13 -0400 | [diff] [blame] | 3637 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3638 | android:value="true" /> |
| 3639 | </activity> |
| 3640 | |
| 3641 | <activity |
Julia Reynolds | 4e48da9 | 2019-03-26 09:04:22 -0400 | [diff] [blame] | 3642 | android:name="Settings$AppBubbleNotificationSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3643 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3644 | android:label="@string/bubbles_app_toggle_title"> |
Julia Reynolds | 4e48da9 | 2019-03-26 09:04:22 -0400 | [diff] [blame] | 3645 | <intent-filter android:priority="1"> |
| 3646 | <action android:name="android.settings.APP_NOTIFICATION_BUBBLE_SETTINGS" /> |
| 3647 | <category android:name="android.intent.category.DEFAULT" /> |
| 3648 | </intent-filter> |
| 3649 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 3650 | android:value="com.android.settings.notification.app.AppBubbleNotificationSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3651 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3652 | android:value="@string/menu_key_apps"/> |
Julia Reynolds | 4e48da9 | 2019-03-26 09:04:22 -0400 | [diff] [blame] | 3653 | </activity> |
| 3654 | |
| 3655 | <activity |
Amber Ogata | 9d5de29 | 2020-12-16 20:37:22 +0000 | [diff] [blame] | 3656 | android:name="Settings$PremiumSmsAccessActivity" |
| 3657 | android:label="@string/premium_sms_access" |
| 3658 | android:exported="true"> |
| 3659 | <intent-filter> |
| 3660 | <action android:name="android.settings.PREMIUM_SMS_SETTINGS" /> |
| 3661 | <category android:name="android.intent.category.DEFAULT" /> |
| 3662 | <data android:scheme="package" /> |
| 3663 | </intent-filter> |
| 3664 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3665 | android:value="com.android.settings.applications.specialaccess.premiumsms.PremiumSmsAccess" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 3666 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3667 | android:value="@string/menu_key_apps"/> |
Amber Ogata | 9d5de29 | 2020-12-16 20:37:22 +0000 | [diff] [blame] | 3668 | </activity> |
| 3669 | |
| 3670 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3671 | android:name="Settings$SoundSettingsActivity" |
| 3672 | android:label="@string/sound_settings" |
| 3673 | android:icon="@drawable/ic_homepage_sound" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3674 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3675 | <intent-filter android:priority="1"> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 3676 | <action android:name="com.android.settings.SOUND_SETTINGS" /> |
| 3677 | <action android:name="android.settings.SOUND_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 3678 | <category android:name="android.intent.category.BROWSABLE" /> |
Kenny Guy | f9f279e | 2017-04-04 18:01:13 +0100 | [diff] [blame] | 3679 | <action android:name="android.settings.ACTION_OTHER_SOUND_SETTINGS" /> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 3680 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3681 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 3682 | <intent-filter android:priority="40"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3683 | <action android:name="android.intent.action.MAIN" /> |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 3684 | <category android:name="com.android.settings.SHORTCUT" /> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 3685 | </intent-filter> |
| 3686 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 3687 | android:value="com.android.settings.notification.SoundSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 3688 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3689 | android:value="@string/menu_key_sound"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 3690 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3691 | android:value="true" /> |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 3692 | </activity> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 3693 | |
Julia Reynolds | ff9500d | 2018-03-21 15:23:13 -0400 | [diff] [blame] | 3694 | <!-- Show apps for which application-level notification settings are applicable --> |
| 3695 | <activity android:name="Settings$NotificationAppListActivity" |
| 3696 | android:label="@string/app_notifications_title" |
| 3697 | android:icon="@drawable/ic_notifications" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 3698 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Fan Zhang | 416ff0a | 2018-10-26 15:39:39 -0700 | [diff] [blame] | 3699 | android:exported="true"> |
Julia Reynolds | ff9500d | 2018-03-21 15:23:13 -0400 | [diff] [blame] | 3700 | <intent-filter android:priority="1"> |
| 3701 | <action android:name="android.settings.ALL_APPS_NOTIFICATION_SETTINGS" /> |
| 3702 | <category android:name="android.intent.category.DEFAULT" /> |
| 3703 | </intent-filter> |
Julia Reynolds | ff9500d | 2018-03-21 15:23:13 -0400 | [diff] [blame] | 3704 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3705 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3706 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3707 | android:value="@string/menu_key_notifications"/> |
Julia Reynolds | ff9500d | 2018-03-21 15:23:13 -0400 | [diff] [blame] | 3708 | </activity> |
| 3709 | |
“Ankita | a6ff897 | 2022-10-03 05:01:00 +0000 | [diff] [blame] | 3710 | <!-- Displays a list of apps available for cloning on the device --> |
| 3711 | <activity android:name=".Settings$ClonedAppsListActivity" |
| 3712 | android:label="@string/cloned_apps_dashboard_title" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 3713 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
“Ankita | a6ff897 | 2022-10-03 05:01:00 +0000 | [diff] [blame] | 3714 | android:exported="true"> |
| 3715 | <intent-filter android:priority="1"> |
| 3716 | <action android:name="android.settings.MANAGE_CLONED_APPS_SETTINGS" /> |
| 3717 | <category android:name="android.intent.category.DEFAULT" /> |
| 3718 | </intent-filter> |
| 3719 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3720 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
| 3721 | </activity> |
| 3722 | |
Yuri Lin | 554ab1f | 2022-04-12 17:05:49 -0400 | [diff] [blame] | 3723 | <!-- Application-level notification settings page, same as above but only accessible |
| 3724 | internally from system server --> |
| 3725 | <activity android:name="Settings$NotificationReviewPermissionsActivity" |
| 3726 | android:label="@string/app_notifications_title" |
| 3727 | android:icon="@drawable/ic_notifications" |
| 3728 | android:exported="false"> |
| 3729 | <intent-filter android:priority="1"> |
| 3730 | <action android:name="android.settings.ALL_APPS_NOTIFICATION_SETTINGS_FOR_REVIEW" /> |
| 3731 | <category android:name="android.intent.category.DEFAULT" /> |
| 3732 | </intent-filter> |
| 3733 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3734 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
| 3735 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3736 | android:value="@string/menu_key_notifications"/> |
| 3737 | </activity> |
| 3738 | |
John Spurlock | 802ddf9 | 2014-07-18 11:51:13 -0400 | [diff] [blame] | 3739 | <!-- Show application-level notification settings (app passed in as extras) --> |
| 3740 | <activity android:name="Settings$AppNotificationSettingsActivity" |
John Spurlock | b8ec343 | 2014-07-27 13:33:34 -0400 | [diff] [blame] | 3741 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3742 | <intent-filter android:priority="1"> |
| 3743 | <action android:name="android.settings.APP_NOTIFICATION_SETTINGS" /> |
| 3744 | <category android:name="android.intent.category.DEFAULT" /> |
| 3745 | </intent-filter> |
John Spurlock | 802ddf9 | 2014-07-18 11:51:13 -0400 | [diff] [blame] | 3746 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 3747 | android:value="com.android.settings.notification.app.AppNotificationSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3748 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3749 | android:value="@string/menu_key_notifications"/> |
John Spurlock | b8ec343 | 2014-07-27 13:33:34 -0400 | [diff] [blame] | 3750 | </activity> |
| 3751 | |
Julia Reynolds | 6949288 | 2017-01-25 10:32:07 -0500 | [diff] [blame] | 3752 | <!-- Show channel-level notification settings (channel passed in as extras) --> |
Julia Reynolds | efe26e2 | 2021-03-10 21:38:49 -0500 | [diff] [blame] | 3753 | <activity android:name=".notification.app.ChannelPanelActivity" |
Julia Reynolds | e2897ae | 2018-04-19 10:04:53 -0400 | [diff] [blame] | 3754 | android:label="@string/notification_channel_title" |
Edgar Wang | 2917c0c | 2023-05-30 08:28:30 +0000 | [diff] [blame] | 3755 | android:theme="@style/Theme.Panel.Material" |
Julia Reynolds | efe26e2 | 2021-03-10 21:38:49 -0500 | [diff] [blame] | 3756 | android:excludeFromRecents="true" |
Valentin Iftime | 1e81f6e | 2023-01-30 10:44:37 +0100 | [diff] [blame] | 3757 | android:configChanges="keyboardHidden|screenSize" |
Julia Reynolds | 6949288 | 2017-01-25 10:32:07 -0500 | [diff] [blame] | 3758 | android:exported="true"> |
| 3759 | <intent-filter android:priority="1"> |
| 3760 | <action android:name="android.settings.CHANNEL_NOTIFICATION_SETTINGS" /> |
| 3761 | <category android:name="android.intent.category.DEFAULT" /> |
| 3762 | </intent-filter> |
Julia Reynolds | 6949288 | 2017-01-25 10:32:07 -0500 | [diff] [blame] | 3763 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 3764 | android:value="com.android.settings.notification.app.ChannelNotificationSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 3765 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3766 | android:value="@string/menu_key_notifications"/> |
Julia Reynolds | 6949288 | 2017-01-25 10:32:07 -0500 | [diff] [blame] | 3767 | </activity> |
| 3768 | |
Zachary Kuznia | 5adcb3d | 2015-08-07 16:32:28 -0700 | [diff] [blame] | 3769 | <!-- Show Manual (from settings item) --> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3770 | <activity |
| 3771 | android:name="ManualDisplayActivity" |
| 3772 | android:label="@string/manual" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3773 | android:exported="true" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3774 | android:enabled="@bool/config_show_manual"> |
Zachary Kuznia | 5adcb3d | 2015-08-07 16:32:28 -0700 | [diff] [blame] | 3775 | <intent-filter> |
| 3776 | <action android:name="android.settings.SHOW_MANUAL" /> |
| 3777 | <category android:name="android.intent.category.DEFAULT" /> |
| 3778 | </intent-filter> |
| 3779 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3780 | android:value="true" /> |
| 3781 | </activity> |
| 3782 | |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 3783 | <!-- Show regulatory info (from settings item or dialing "*#07#") --> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3784 | <activity |
| 3785 | android:name="RegulatoryInfoDisplayActivity" |
Chaohui Wang | 590b4e7 | 2023-07-07 15:31:20 +0800 | [diff] [blame] | 3786 | android:theme="@style/Theme.AlertDialog" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3787 | android:label="@string/regulatory_labels" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3788 | android:exported="true" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3789 | android:enabled="@bool/config_show_regulatory_info"> |
Jeff Sharkey | 3daa259 | 2014-04-18 15:30:15 -0700 | [diff] [blame] | 3790 | <intent-filter> |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 3791 | <action android:name="android.settings.SHOW_REGULATORY_INFO" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 3792 | <category android:name="android.intent.category.BROWSABLE" /> |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 3793 | <category android:name="android.intent.category.DEFAULT" /> |
| 3794 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 3795 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3796 | android:value="true" /> |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 3797 | </activity> |
| 3798 | |
Eugene Susla | 5754412 | 2017-04-14 10:42:59 -0700 | [diff] [blame] | 3799 | <!-- Confirmation dialog for enabling notification access from CompanionDeviceManager --> |
| 3800 | <activity android:name=".notification.NotificationAccessConfirmationActivity" |
Guojing Yuan | 19235b8 | 2021-05-12 17:06:42 +0000 | [diff] [blame] | 3801 | android:taskAffinity=".notification.NotificationAccessConfirmationActivity" |
Eugene Susla | 5754412 | 2017-04-14 10:42:59 -0700 | [diff] [blame] | 3802 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" /> |
| 3803 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3804 | <receiver android:name="com.android.settingslib.bluetooth.BluetoothDiscoverableTimeoutReceiver" |
| 3805 | android:exported="true"> |
Srikanth Uppala | 59a97f7 | 2012-04-04 03:32:22 -0700 | [diff] [blame] | 3806 | <intent-filter> |
| 3807 | <action android:name="android.bluetooth.intent.DISCOVERABLE_TIMEOUT" /> |
| 3808 | </intent-filter> |
| 3809 | </receiver> |
| 3810 | |
Amith Yamasani | 32dccbc | 2012-09-13 18:06:49 -0700 | [diff] [blame] | 3811 | <!-- Watch for ContactsContract.Profile changes and update the user's photo. --> |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3812 | <receiver android:name=".users.ProfileUpdateReceiver" |
| 3813 | android:exported="true"> |
Amith Yamasani | 32dccbc | 2012-09-13 18:06:49 -0700 | [diff] [blame] | 3814 | <intent-filter> |
| 3815 | <action android:name="android.provider.Contacts.PROFILE_CHANGED" /> |
| 3816 | </intent-filter> |
| 3817 | </receiver> |
| 3818 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3819 | <receiver android:name=".sim.SimSelectNotification" |
| 3820 | android:exported="true"> |
PauloftheWest | 63f7bc8 | 2014-10-30 08:01:30 -0700 | [diff] [blame] | 3821 | <intent-filter> |
Malcolm Chen | a05e6f8 | 2019-03-27 17:45:29 -0700 | [diff] [blame] | 3822 | <action android:name="android.telephony.action.PRIMARY_SUBSCRIPTION_LIST_CHANGED"/> |
Malcolm Chen | 7dd82f9 | 2019-04-18 19:45:04 -0700 | [diff] [blame] | 3823 | <action android:name="android.settings.ENABLE_MMS_DATA_REQUEST"/> |
PauloftheWest | 63f7bc8 | 2014-10-30 08:01:30 -0700 | [diff] [blame] | 3824 | </intent-filter> |
| 3825 | </receiver> |
| 3826 | |
Amith Yamasani | 2ad9625 | 2013-09-09 13:07:27 -0700 | [diff] [blame] | 3827 | <provider |
Aurimas Liutikas | e0069d3 | 2018-04-17 11:22:43 -0700 | [diff] [blame] | 3828 | android:name="androidx.core.content.FileProvider" |
Chaohui Wang | bb4d025 | 2022-10-12 17:41:07 +0800 | [diff] [blame] | 3829 | android:authorities="${applicationId}.files" |
Amith Yamasani | 2ad9625 | 2013-09-09 13:07:27 -0700 | [diff] [blame] | 3830 | android:grantUriPermissions="true" |
| 3831 | android:exported="false"> |
| 3832 | <meta-data |
| 3833 | android:name="android.support.FILE_PROVIDER_PATHS" |
| 3834 | android:resource="@xml/file_paths" /> |
| 3835 | </provider> |
Fabrice Di Meglio | fa7dc24 | 2014-03-12 19:24:43 -0700 | [diff] [blame] | 3836 | |
Andrew Sapperstein | 56a8c33 | 2019-06-18 09:44:18 -0700 | [diff] [blame] | 3837 | <provider |
| 3838 | android:name=".deviceinfo.legal.ModuleLicenseProvider" |
Chaohui Wang | bb4d025 | 2022-10-12 17:41:07 +0800 | [diff] [blame] | 3839 | android:authorities="${applicationId}.module_licenses" |
Andrew Sapperstein | 56a8c33 | 2019-06-18 09:44:18 -0700 | [diff] [blame] | 3840 | android:grantUriPermissions="true" |
| 3841 | android:exported="false"/> |
| 3842 | |
Fan Zhang | 9fdceae | 2021-03-10 21:45:19 +0000 | [diff] [blame] | 3843 | <provider |
| 3844 | android:name=".emergency.EmergencyActionContentProvider" |
Chaohui Wang | bb4d025 | 2022-10-12 17:41:07 +0800 | [diff] [blame] | 3845 | android:authorities="${applicationId}.emergency" |
Fan Zhang | 9fdceae | 2021-03-10 21:45:19 +0000 | [diff] [blame] | 3846 | android:permission="android.permission.CALL_PRIVILEGED" |
| 3847 | android:exported="true"/> |
| 3848 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3849 | <activity |
| 3850 | android:name=".wifi.RequestToggleWiFiActivity" |
| 3851 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" |
Svetoslav Ganov | 871078e | 2016-07-26 18:26:45 -0700 | [diff] [blame] | 3852 | android:excludeFromRecents="true" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3853 | android:exported="true" |
Svetoslav Ganov | 871078e | 2016-07-26 18:26:45 -0700 | [diff] [blame] | 3854 | android:permission="android.permission.CHANGE_WIFI_STATE"> |
| 3855 | <intent-filter> |
| 3856 | <action android:name="android.net.wifi.action.REQUEST_ENABLE" /> |
| 3857 | <action android:name="android.net.wifi.action.REQUEST_DISABLE" /> |
| 3858 | <category android:name="android.intent.category.DEFAULT" /> |
| 3859 | </intent-filter> |
| 3860 | </activity> |
| 3861 | |
Weng Su | 56a8888 | 2021-07-06 11:30:17 +0800 | [diff] [blame] | 3862 | <!-- |
| 3863 | The Wi-Fi result data will only be returned from WifiDialogActivity if the calling |
| 3864 | package has ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission. (see b/185126813) |
| 3865 | --> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3866 | <activity |
| 3867 | android:name=".wifi.WifiDialogActivity" |
Udam Saini | 86d52c9 | 2016-03-10 11:30:53 -0800 | [diff] [blame] | 3868 | android:label="" |
Maurice Lam | 771fac5 | 2015-09-08 10:36:43 -0700 | [diff] [blame] | 3869 | android:theme="@style/Transparent" |
| 3870 | android:excludeFromRecents="true" |
lindatseng | 8d7d013 | 2019-05-21 14:41:11 -0700 | [diff] [blame] | 3871 | android:documentLaunchMode="always" |
Maurice Lam | ec1f2ee | 2015-10-29 16:40:49 -0700 | [diff] [blame] | 3872 | android:exported="true" |
Udam Saini | 0ec6862 | 2015-12-21 10:52:34 -0800 | [diff] [blame] | 3873 | android:permission="android.permission.CHANGE_WIFI_STATE" |
Weng Su | 179fc5e | 2023-04-24 12:29:34 +0800 | [diff] [blame] | 3874 | android:configChanges="orientation|keyboard|keyboardHidden|screenSize|smallestScreenSize|screenLayout"> |
Maurice Lam | 771fac5 | 2015-09-08 10:36:43 -0700 | [diff] [blame] | 3875 | <intent-filter> |
| 3876 | <action android:name="com.android.settings.WIFI_DIALOG" /> |
| 3877 | <category android:name="android.intent.category.DEFAULT" /> |
| 3878 | </intent-filter> |
| 3879 | </activity> |
| 3880 | |
cosmohsieh | da37bb7 | 2018-11-26 11:58:02 +0800 | [diff] [blame] | 3881 | <activity |
| 3882 | android:name=".wifi.NetworkRequestDialogActivity" |
govenliu | dbf920c | 2019-08-19 16:22:22 +0800 | [diff] [blame] | 3883 | android:theme="@style/Theme.AlertDialog" |
cosmohsieh | da37bb7 | 2018-11-26 11:58:02 +0800 | [diff] [blame] | 3884 | android:excludeFromRecents="true" |
cosmohsieh | ed2fac1 | 2019-03-21 13:32:19 +0800 | [diff] [blame] | 3885 | android:launchMode="singleTop" |
| 3886 | android:taskAffinity=".wifi.NetworkRequestDialogActivity" |
cosmohsieh | da37bb7 | 2018-11-26 11:58:02 +0800 | [diff] [blame] | 3887 | android:exported="true" |
Hiroki Sato | 5959d68 | 2023-12-15 12:35:56 +0900 | [diff] [blame] | 3888 | android:configChanges="orientation|keyboard|keyboardHidden|screenSize|smallestScreenSize|screenLayout" |
Roshan Pius | b2db1f0 | 2019-11-19 15:45:40 +0000 | [diff] [blame] | 3889 | android:permission="android.permission.NETWORK_SETTINGS"> |
cosmohsieh | da37bb7 | 2018-11-26 11:58:02 +0800 | [diff] [blame] | 3890 | <intent-filter> |
cosmohsieh | 1e2e614 | 2019-01-11 10:02:24 +0800 | [diff] [blame] | 3891 | <action android:name="com.android.settings.wifi.action.NETWORK_REQUEST" /> |
cosmohsieh | da37bb7 | 2018-11-26 11:58:02 +0800 | [diff] [blame] | 3892 | <category android:name="android.intent.category.DEFAULT" /> |
| 3893 | </intent-filter> |
| 3894 | </activity> |
| 3895 | |
Jason Chiu | 2c3e6c6 | 2019-04-30 14:41:19 +0800 | [diff] [blame] | 3896 | <receiver |
Jason Chiu | da2ca2f | 2019-01-29 17:13:28 +0800 | [diff] [blame] | 3897 | android:name=".wifi.slice.ConnectToWifiHandler" |
Jason Chiu | da2ca2f | 2019-01-29 17:13:28 +0800 | [diff] [blame] | 3898 | android:exported="false" /> |
| 3899 | |
Antony Sargent | a7dc277 | 2019-04-12 15:08:16 -0700 | [diff] [blame] | 3900 | <activity |
| 3901 | android:name=".sim.SimDialogActivity" |
SongFerngWang | be8f279 | 2021-12-21 12:58:12 +0800 | [diff] [blame] | 3902 | android:theme="@style/Theme.AlertDialog.SimConfirmDialog" |
Antony Sargent | a7dc277 | 2019-04-12 15:08:16 -0700 | [diff] [blame] | 3903 | android:label="@string/sim_settings_title" |
| 3904 | android:launchMode="singleTop" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3905 | android:exported="true" |
Antony Sargent | a7dc277 | 2019-04-12 15:08:16 -0700 | [diff] [blame] | 3906 | android:excludeFromRecents="true"> |
PauloftheWest | ffef98b | 2014-11-18 07:12:48 -0800 | [diff] [blame] | 3907 | <intent-filter> |
| 3908 | <action android:name="android.intent.action.MAIN" /> |
PauloftheWest | ffef98b | 2014-11-18 07:12:48 -0800 | [diff] [blame] | 3909 | </intent-filter> |
| 3910 | </activity> |
| 3911 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3912 | <activity |
Fan Zhang | 03dd39c | 2019-04-02 16:41:01 -0700 | [diff] [blame] | 3913 | android:name=".flashlight.FlashlightHandleActivity" |
| 3914 | android:theme="@android:style/Theme.NoDisplay" |
| 3915 | android:excludeFromRecents="true" |
| 3916 | android:exported="true" |
| 3917 | android:label="@string/power_flashlight"/> |
| 3918 | |
| 3919 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3920 | android:name="Settings$WifiCallingSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3921 | android:exported="true" |
Zoey Chen | 6cf16b0 | 2021-11-01 16:46:12 +0800 | [diff] [blame] | 3922 | android:configChanges="orientation|keyboard|keyboardHidden|screenSize|smallestScreenSize|screenLayout" |
Fan Zhang | 416ff0a | 2018-10-26 15:39:39 -0700 | [diff] [blame] | 3923 | android:label="@string/wifi_calling_settings_title"> |
Pavel Zhamaitsiak | 4ab3256 | 2015-02-23 15:34:07 -0800 | [diff] [blame] | 3924 | <intent-filter> |
| 3925 | <action android:name="android.intent.action.MAIN" /> |
| 3926 | <action android:name="android.settings.WIFI_CALLING_SETTINGS" /> |
| 3927 | <category android:name="android.intent.category.DEFAULT" /> |
| 3928 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 3929 | </intent-filter> |
| 3930 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | b91db42 | 2018-02-09 10:25:55 -0800 | [diff] [blame] | 3931 | android:value="com.android.settings.wifi.calling.WifiCallingSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 3932 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3933 | android:value="@string/menu_key_network"/> |
Pavel Zhamaitsiak | 4ab3256 | 2015-02-23 15:34:07 -0800 | [diff] [blame] | 3934 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3935 | android:value="true" /> |
Pavel Zhamaitsiak | 4ab3256 | 2015-02-23 15:34:07 -0800 | [diff] [blame] | 3936 | </activity> |
| 3937 | |
Fan Zhang | b91db42 | 2018-02-09 10:25:55 -0800 | [diff] [blame] | 3938 | <activity android:name=".wifi.calling.WifiCallingSuggestionActivity" |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 3939 | android:label="@string/wifi_calling_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3940 | android:exported="true" |
Mill Chen | 7195800 | 2019-01-23 10:44:39 +0800 | [diff] [blame] | 3941 | android:icon="@drawable/ic_suggestion_wireless"> |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 3942 | <intent-filter> |
| 3943 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | 7afbf0f | 2017-05-08 09:31:01 -0700 | [diff] [blame] | 3944 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 3945 | </intent-filter> |
| 3946 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | b91db42 | 2018-02-09 10:25:55 -0800 | [diff] [blame] | 3947 | android:value="com.android.settings.wifi.calling.WifiCallingSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 3948 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3949 | android:value="@string/menu_key_network"/> |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 3950 | <meta-data android:name="com.android.settings.dismiss" |
Fan Zhang | af91c1f | 2017-06-03 15:24:11 -0700 | [diff] [blame] | 3951 | android:value="10,14,30" /> |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 3952 | <meta-data android:name="com.android.settings.title" |
| 3953 | android:resource="@string/wifi_calling_suggestion_title" /> |
Jason Monk | ec1f28e | 2016-02-24 17:39:29 -0500 | [diff] [blame] | 3954 | <meta-data android:name="com.android.settings.summary" |
| 3955 | android:resource="@string/wifi_calling_suggestion_summary" /> |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 3956 | </activity> |
| 3957 | |
Fabrice Di Meglio | fa7dc24 | 2014-03-12 19:24:43 -0700 | [diff] [blame] | 3958 | <provider |
| 3959 | android:name=".search.SettingsSearchIndexablesProvider" |
Chaohui Wang | bb4d025 | 2022-10-12 17:41:07 +0800 | [diff] [blame] | 3960 | android:authorities="${applicationId}" |
Fabrice Di Meglio | fa7dc24 | 2014-03-12 19:24:43 -0700 | [diff] [blame] | 3961 | android:multiprocess="false" |
| 3962 | android:grantUriPermissions="true" |
| 3963 | android:permission="android.permission.READ_SEARCH_INDEXABLES" |
| 3964 | android:exported="true"> |
| 3965 | <intent-filter> |
| 3966 | <action android:name="android.content.action.SEARCH_INDEXABLES_PROVIDER" /> |
| 3967 | </intent-filter> |
| 3968 | </provider> |
| 3969 | |
Fan Zhang | 2985a07 | 2017-09-27 17:32:46 -0700 | [diff] [blame] | 3970 | <provider |
| 3971 | android:name=".dashboard.suggestions.SuggestionStateProvider" |
Chaohui Wang | bb4d025 | 2022-10-12 17:41:07 +0800 | [diff] [blame] | 3972 | android:authorities="${applicationId}.suggestions.status" |
Fan Zhang | 2985a07 | 2017-09-27 17:32:46 -0700 | [diff] [blame] | 3973 | android:exported="true"> |
| 3974 | <intent-filter> |
| 3975 | <action android:name="com.android.settings.action.SUGGESTION_STATE_PROVIDER" /> |
| 3976 | </intent-filter> |
| 3977 | </provider> |
| 3978 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3979 | <activity |
| 3980 | android:name="Settings$OverlaySettingsActivity" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 3981 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3982 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3983 | android:label="@string/draw_overlay"> |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 3984 | <intent-filter android:priority="1"> |
| 3985 | <action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" /> |
| 3986 | <category android:name="android.intent.category.DEFAULT" /> |
| 3987 | </intent-filter> |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 3988 | <intent-filter android:priority="1"> |
| 3989 | <action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" /> |
| 3990 | <category android:name="android.intent.category.DEFAULT" /> |
| 3991 | <data android:scheme="package" /> |
| 3992 | </intent-filter> |
| 3993 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Bernardo Rufino | 897a0e0 | 2019-11-06 15:00:27 +0000 | [diff] [blame] | 3994 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 3995 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3996 | android:value="@string/menu_key_apps"/> |
Raff Tsai | 613f15a | 2020-01-05 21:56:35 +0800 | [diff] [blame] | 3997 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3998 | android:value="true" /> |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 3999 | </activity> |
| 4000 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 4001 | <activity |
Bernardo Rufino | 8854031 | 2019-11-25 19:40:53 +0000 | [diff] [blame] | 4002 | android:name="Settings$AppDrawOverlaySettingsActivity" |
| 4003 | android:label="@string/draw_overlay" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4004 | android:exported="true" |
Bernardo Rufino | 8854031 | 2019-11-25 19:40:53 +0000 | [diff] [blame] | 4005 | android:permission="android.permission.INTERNAL_SYSTEM_WINDOW"> |
| 4006 | <intent-filter android:priority="1"> |
| 4007 | <action android:name="android.settings.MANAGE_APP_OVERLAY_PERMISSION" /> |
| 4008 | <category android:name="android.intent.category.DEFAULT" /> |
| 4009 | <data android:scheme="package" /> |
| 4010 | </intent-filter> |
| 4011 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4012 | android:value="com.android.settings.applications.appinfo.DrawOverlayDetails" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4013 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4014 | android:value="@string/menu_key_apps"/> |
Bernardo Rufino | 8854031 | 2019-11-25 19:40:53 +0000 | [diff] [blame] | 4015 | </activity> |
| 4016 | |
| 4017 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 4018 | android:name="Settings$WriteSettingsActivity" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 4019 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4020 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 4021 | android:label="@string/write_settings_title"> |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 4022 | <intent-filter android:priority="1"> |
| 4023 | <action android:name="android.settings.action.MANAGE_WRITE_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 4024 | <category android:name="android.intent.category.BROWSABLE" /> |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 4025 | <category android:name="android.intent.category.DEFAULT" /> |
| 4026 | </intent-filter> |
Billy Lau | bb3aa26 | 2015-07-21 16:43:17 +0100 | [diff] [blame] | 4027 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 4028 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4029 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4030 | android:value="@string/menu_key_apps"/> |
Raff Tsai | 613f15a | 2020-01-05 21:56:35 +0800 | [diff] [blame] | 4031 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4032 | android:value="true" /> |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 4033 | </activity> |
| 4034 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 4035 | <activity |
| 4036 | android:name="Settings$AppWriteSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4037 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 4038 | android:label="@string/write_settings_title"> |
Suprabh Shukla | f59d211 | 2017-03-06 17:51:05 -0800 | [diff] [blame] | 4039 | <intent-filter android:priority="1"> |
| 4040 | <action android:name="android.settings.action.MANAGE_WRITE_SETTINGS" /> |
| 4041 | <category android:name="android.intent.category.DEFAULT" /> |
| 4042 | <data android:scheme="package" /> |
| 4043 | </intent-filter> |
| 4044 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Doris Ling | ebf8843 | 2017-12-11 11:18:10 -0800 | [diff] [blame] | 4045 | android:value="com.android.settings.applications.appinfo.WriteSettingsDetails" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4046 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4047 | android:value="@string/menu_key_apps"/> |
Suprabh Shukla | f59d211 | 2017-03-06 17:51:05 -0800 | [diff] [blame] | 4048 | </activity> |
| 4049 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 4050 | <activity |
Suprabh Shukla | c8b9240 | 2021-02-17 18:00:35 -0800 | [diff] [blame] | 4051 | android:name="Settings$AlarmsAndRemindersActivity" |
| 4052 | android:exported="true" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 4053 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Suprabh Shukla | c8b9240 | 2021-02-17 18:00:35 -0800 | [diff] [blame] | 4054 | android:label="@string/alarms_and_reminders_label"> |
| 4055 | <intent-filter android:priority="1"> |
| 4056 | <action android:name="android.settings.REQUEST_SCHEDULE_EXACT_ALARM" /> |
| 4057 | <category android:name="android.intent.category.DEFAULT" /> |
| 4058 | </intent-filter> |
| 4059 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4060 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4061 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4062 | android:value="@string/menu_key_apps"/> |
Suprabh Shukla | c8b9240 | 2021-02-17 18:00:35 -0800 | [diff] [blame] | 4063 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4064 | android:value="true" /> |
| 4065 | </activity> |
| 4066 | |
| 4067 | <activity |
| 4068 | android:name="Settings$AlarmsAndRemindersAppActivity" |
| 4069 | android:exported="true" |
| 4070 | android:label="@string/alarms_and_reminders_label"> |
| 4071 | <intent-filter android:priority="1"> |
| 4072 | <action android:name="android.settings.REQUEST_SCHEDULE_EXACT_ALARM" /> |
| 4073 | <category android:name="android.intent.category.DEFAULT" /> |
| 4074 | <data android:scheme="package" /> |
| 4075 | </intent-filter> |
| 4076 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4077 | android:value="com.android.settings.applications.appinfo.AlarmsAndRemindersDetails" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4078 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4079 | android:value="@string/menu_key_apps"/> |
Suprabh Shukla | c8b9240 | 2021-02-17 18:00:35 -0800 | [diff] [blame] | 4080 | </activity> |
| 4081 | |
| 4082 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 4083 | android:name="Settings$ManageExternalSourcesActivity" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 4084 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4085 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 4086 | android:label="@string/install_other_apps"> |
Suprabh Shukla | 57d9231 | 2016-12-16 14:44:05 -0800 | [diff] [blame] | 4087 | <intent-filter android:priority="1"> |
Suprabh Shukla | ed0ba74 | 2017-04-20 16:02:54 -0700 | [diff] [blame] | 4088 | <action android:name="android.settings.MANAGE_UNKNOWN_APP_SOURCES" /> |
Suprabh Shukla | 57d9231 | 2016-12-16 14:44:05 -0800 | [diff] [blame] | 4089 | <category android:name="android.intent.category.DEFAULT" /> |
| 4090 | </intent-filter> |
| 4091 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 4092 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4093 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4094 | android:value="@string/menu_key_apps"/> |
Raff Tsai | 613f15a | 2020-01-05 21:56:35 +0800 | [diff] [blame] | 4095 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4096 | android:value="true" /> |
Suprabh Shukla | 57d9231 | 2016-12-16 14:44:05 -0800 | [diff] [blame] | 4097 | </activity> |
| 4098 | |
Suprabh Shukla | f59d211 | 2017-03-06 17:51:05 -0800 | [diff] [blame] | 4099 | <activity android:name="Settings$ManageAppExternalSourcesActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4100 | android:exported="true" |
Fan Zhang | 416ff0a | 2018-10-26 15:39:39 -0700 | [diff] [blame] | 4101 | android:label="@string/install_other_apps"> |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 4102 | <intent-filter android:priority="1"> |
Suprabh Shukla | ed0ba74 | 2017-04-20 16:02:54 -0700 | [diff] [blame] | 4103 | <action android:name="android.settings.MANAGE_UNKNOWN_APP_SOURCES" /> |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 4104 | <category android:name="android.intent.category.DEFAULT" /> |
| 4105 | <data android:scheme="package" /> |
| 4106 | </intent-filter> |
| 4107 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Doris Ling | ebf8843 | 2017-12-11 11:18:10 -0800 | [diff] [blame] | 4108 | android:value="com.android.settings.applications.appinfo.ExternalSourcesDetails" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4109 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4110 | android:value="@string/menu_key_apps"/> |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 4111 | </activity> |
| 4112 | |
arangelov | e35badd | 2017-10-27 13:51:28 +0100 | [diff] [blame] | 4113 | <activity android:name=".enterprise.ActionDisabledByAdminDialog" |
Edgar Wang | 83507b5 | 2021-05-27 00:47:03 +0800 | [diff] [blame] | 4114 | android:theme="@style/Theme.AlertDialog" |
Mill Chen | 078af33 | 2019-04-04 15:39:27 -0700 | [diff] [blame] | 4115 | android:taskAffinity="com.android.settings.enterprise" |
Sudheer Shanka | fee4e3e | 2016-02-18 17:48:01 +0000 | [diff] [blame] | 4116 | android:excludeFromRecents="true" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4117 | android:exported="true" |
Sudheer Shanka | fee4e3e | 2016-02-18 17:48:01 +0000 | [diff] [blame] | 4118 | android:launchMode="singleTop"> |
Sudheer Shanka | bc1c50c | 2018-02-13 17:19:38 -0800 | [diff] [blame] | 4119 | <intent-filter android:priority="1"> |
Sudheer Shanka | cb99d94 | 2015-12-31 17:46:29 +0000 | [diff] [blame] | 4120 | <action android:name="android.settings.SHOW_ADMIN_SUPPORT_DETAILS" /> |
Sudheer Shanka | 9159fe9 | 2015-11-23 12:07:05 +0000 | [diff] [blame] | 4121 | <category android:name="android.intent.category.DEFAULT" /> |
| 4122 | </intent-filter> |
| 4123 | </activity> |
| 4124 | |
Ricky Wai | c76a11f | 2022-01-25 23:04:26 +0000 | [diff] [blame] | 4125 | <activity android:name=".ActionDisabledByAppOpsDialog" |
| 4126 | android:theme="@style/Theme.AlertDialog" |
| 4127 | android:taskAffinity="com.android.settings.appops" |
| 4128 | android:excludeFromRecents="true" |
menghanli | 3676d1b | 2022-12-26 11:55:04 +0800 | [diff] [blame] | 4129 | android:exported="true" |
Ricky Wai | c76a11f | 2022-01-25 23:04:26 +0000 | [diff] [blame] | 4130 | android:launchMode="singleTop"> |
| 4131 | <intent-filter android:priority="1"> |
| 4132 | <action android:name="android.settings.SHOW_RESTRICTED_SETTING_DIALOG" /> |
| 4133 | <category android:name="android.intent.category.DEFAULT" /> |
| 4134 | </intent-filter> |
| 4135 | </activity> |
| 4136 | |
shafik | a54d7a8 | 2020-01-08 18:03:22 +0000 | [diff] [blame] | 4137 | <activity |
| 4138 | android:name="Settings$ManageExternalStorageActivity" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 4139 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4140 | android:exported="true" |
shafik | a54d7a8 | 2020-01-08 18:03:22 +0000 | [diff] [blame] | 4141 | android:label="@string/manage_external_storage_title"> |
| 4142 | <intent-filter android:priority="1"> |
| 4143 | <action android:name="android.settings.MANAGE_ALL_FILES_ACCESS_PERMISSION" /> |
| 4144 | <category android:name="android.intent.category.DEFAULT" /> |
| 4145 | </intent-filter> |
| 4146 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4147 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4148 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4149 | android:value="@string/menu_key_storage"/> |
shafik | a54d7a8 | 2020-01-08 18:03:22 +0000 | [diff] [blame] | 4150 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4151 | android:value="true" /> |
| 4152 | </activity> |
| 4153 | |
| 4154 | <activity |
| 4155 | android:name="Settings$AppManageExternalStorageActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4156 | android:exported="true" |
shafik | c3284492 | 2020-01-20 16:01:21 +0000 | [diff] [blame] | 4157 | android:label="@string/manage_external_storage_title"> |
shafik | a54d7a8 | 2020-01-08 18:03:22 +0000 | [diff] [blame] | 4158 | <intent-filter android:priority="1"> |
| 4159 | <action android:name="android.settings.MANAGE_APP_ALL_FILES_ACCESS_PERMISSION" /> |
| 4160 | <category android:name="android.intent.category.DEFAULT" /> |
| 4161 | <data android:scheme="package" /> |
| 4162 | </intent-filter> |
| 4163 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4164 | android:value="com.android.settings.applications.appinfo.ManageExternalStorageDetails" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4165 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4166 | android:value="@string/menu_key_apps"/> |
shafik | a54d7a8 | 2020-01-08 18:03:22 +0000 | [diff] [blame] | 4167 | </activity> |
| 4168 | |
Ivan Chiang | d01c81e | 2021-03-09 10:39:45 +0800 | [diff] [blame] | 4169 | <activity |
| 4170 | android:name="Settings$MediaManagementAppsActivity" |
Viesturs Zarins | ac347ed | 2023-05-16 14:26:42 +0200 | [diff] [blame] | 4171 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Ivan Chiang | d01c81e | 2021-03-09 10:39:45 +0800 | [diff] [blame] | 4172 | android:exported="true" |
| 4173 | android:label="@string/media_management_apps_title"> |
| 4174 | <intent-filter android:priority="1"> |
| 4175 | <action android:name="android.settings.REQUEST_MANAGE_MEDIA" /> |
| 4176 | <category android:name="android.intent.category.DEFAULT" /> |
| 4177 | </intent-filter> |
| 4178 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4179 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
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"/> |
Ivan Chiang | d01c81e | 2021-03-09 10:39:45 +0800 | [diff] [blame] | 4182 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4183 | android:value="true" /> |
| 4184 | </activity> |
| 4185 | |
| 4186 | <activity |
| 4187 | android:name="Settings$AppMediaManagementAppsActivity" |
| 4188 | android:exported="true" |
| 4189 | android:label="@string/media_management_apps_title"> |
| 4190 | <intent-filter android:priority="1"> |
| 4191 | <action android:name="android.settings.REQUEST_MANAGE_MEDIA" /> |
| 4192 | <category android:name="android.intent.category.DEFAULT" /> |
| 4193 | <data android:scheme="package" /> |
| 4194 | </intent-filter> |
| 4195 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4196 | android:value="com.android.settings.applications.appinfo.MediaManagementAppsDetails" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4197 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4198 | android:value="@string/menu_key_apps"/> |
Ivan Chiang | d01c81e | 2021-03-09 10:39:45 +0800 | [diff] [blame] | 4199 | </activity> |
| 4200 | |
Anubhav Kakkar | 642bc5a | 2023-11-29 08:18:16 +0000 | [diff] [blame] | 4201 | <!-- @FlaggedApi("com.android.media.flags.enable_privileged_routing_for_media_routing_control") --> |
| 4202 | <activity-alias |
| 4203 | android:name="MediaRoutingControlActivity" |
| 4204 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
| 4205 | android:exported="true" |
| 4206 | android:targetActivity=".spa.SpaBridgeActivity" |
| 4207 | android:label="@string/media_routing_control_title"> |
| 4208 | <intent-filter android:priority="1"> |
| 4209 | <action android:name="android.settings.REQUEST_MEDIA_ROUTING_CONTROL" /> |
| 4210 | <category android:name="android.intent.category.DEFAULT" /> |
| 4211 | </intent-filter> |
| 4212 | <meta-data android:name="com.android.settings.spa.DESTINATION" |
| 4213 | android:value="TogglePermissionAppList/MediaRoutingControl"/> |
| 4214 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4215 | android:value="@string/menu_key_apps"/> |
Anubhav Kakkar | e79fcbe | 2023-12-08 08:48:26 +0000 | [diff] [blame] | 4216 | </activity-alias> |
| 4217 | |
| 4218 | <activity-alias |
| 4219 | android:name="AppMediaRoutingControlActivity" |
| 4220 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
| 4221 | android:exported="true" |
| 4222 | android:targetActivity=".spa.SpaAppBridgeActivity" |
| 4223 | android:label="@string/media_routing_control_title"> |
| 4224 | <intent-filter android:priority="1"> |
| 4225 | <action android:name="android.settings.REQUEST_MEDIA_ROUTING_CONTROL" /> |
| 4226 | <category android:name="android.intent.category.DEFAULT" /> |
| 4227 | <data android:scheme="package" /> |
| 4228 | </intent-filter> |
| 4229 | <meta-data android:name="com.android.settings.spa.DESTINATION" |
| 4230 | android:value="TogglePermissionAppInfoPage/MediaRoutingControl"/> |
| 4231 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4232 | android:value="@string/menu_key_apps"/> |
Anubhav Kakkar | 642bc5a | 2023-11-29 08:18:16 +0000 | [diff] [blame] | 4233 | </activity-alias> |
| 4234 | |
Gustav Sennton | 4d3334c | 2016-12-13 19:16:48 +0000 | [diff] [blame] | 4235 | <!-- Keep compatibility with old WebView-picker implementation --> |
| 4236 | <activity-alias android:name=".WebViewImplementation" |
Gustav Sennton | 5b59628 | 2017-02-03 16:19:02 +0000 | [diff] [blame] | 4237 | android:targetActivity="Settings$WebViewAppPickerActivity" |
Jason Monk | 7519954 | 2016-05-06 15:09:32 -0400 | [diff] [blame] | 4238 | android:exported="true" |
| 4239 | android:excludeFromRecents="true" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 4240 | android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Jason Monk | 7519954 | 2016-05-06 15:09:32 -0400 | [diff] [blame] | 4241 | <intent-filter> |
| 4242 | <action android:name="android.settings.WEBVIEW_SETTINGS" /> |
| 4243 | <category android:name="android.intent.category.DEFAULT" /> |
| 4244 | </intent-filter> |
| 4245 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4246 | android:value="true" /> |
Gustav Sennton | 5b59628 | 2017-02-03 16:19:02 +0000 | [diff] [blame] | 4247 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4248 | android:value="com.android.settings.webview.WebViewAppPicker" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 4249 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4250 | android:value="@string/menu_key_system"/> |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 4251 | </activity-alias> |
Doris Ling | 9136523 | 2016-05-23 17:06:26 -0700 | [diff] [blame] | 4252 | |
Chandan Nath | 0bfef63 | 2019-01-28 21:15:13 +0000 | [diff] [blame] | 4253 | <activity android:name=".backup.UserBackupSettingsActivity" |
Doris Ling | 26bf003 | 2016-06-15 18:16:09 -0700 | [diff] [blame] | 4254 | android:label="@string/privacy_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4255 | android:exported="true" |
Chandan Nath | 0bfef63 | 2019-01-28 21:15:13 +0000 | [diff] [blame] | 4256 | android:icon="@drawable/ic_settings_backup"> |
Doris Ling | 26bf003 | 2016-06-15 18:16:09 -0700 | [diff] [blame] | 4257 | <intent-filter> |
| 4258 | <action android:name="android.intent.action.MAIN" /> |
| 4259 | <category android:name="android.intent.category.DEFAULT" /> |
| 4260 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 4261 | </intent-filter> |
Chandan Nath | 0bfef63 | 2019-01-28 21:15:13 +0000 | [diff] [blame] | 4262 | <!-- Mark the activity as a dynamic setting --> |
| 4263 | <intent-filter> |
| 4264 | <action android:name="com.android.settings.action.IA_SETTINGS" /> |
| 4265 | </intent-filter> |
| 4266 | <!-- Tell Settings app which category it belongs to --> |
| 4267 | <meta-data android:name="com.android.settings.category" |
| 4268 | android:value="com.android.settings.category.ia.system" /> |
Jason Chiu | 5f0fc1f | 2021-05-24 18:27:42 +0800 | [diff] [blame] | 4269 | <meta-data android:name="com.android.settings.icon" |
| 4270 | android:resource="@drawable/ic_settings_backup" /> |
Chandan Nath | 0bfef63 | 2019-01-28 21:15:13 +0000 | [diff] [blame] | 4271 | <meta-data android:name="com.android.settings.order" android:value="-60"/> |
Doris Ling | 26bf003 | 2016-06-15 18:16:09 -0700 | [diff] [blame] | 4272 | </activity> |
| 4273 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 4274 | <activity |
| 4275 | android:name="Settings$AutomaticStorageManagerSettingsActivity" |
| 4276 | android:exported="@bool/config_storage_manager_settings_enabled" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 4277 | android:label="@string/automatic_storage_manager_settings"> |
Daniel Nishi | 3981889 | 2016-09-20 16:40:49 -0700 | [diff] [blame] | 4278 | <intent-filter android:priority="1"> |
| 4279 | <action android:name="android.settings.STORAGE_MANAGER_SETTINGS" /> |
| 4280 | <category android:name="android.intent.category.DEFAULT" /> |
| 4281 | </intent-filter> |
| 4282 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4283 | android:value="com.android.settings.deletionhelper.AutomaticStorageManagerSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 4284 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4285 | android:value="@string/menu_key_storage"/> |
Daniel Nishi | 3981889 | 2016-09-20 16:40:49 -0700 | [diff] [blame] | 4286 | </activity> |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 4287 | |
Sean Stout | 6441723 | 2019-04-05 12:34:44 -0700 | [diff] [blame] | 4288 | <!-- Show app-level advanced power usage details (app passed in as extras) --> |
| 4289 | <activity |
| 4290 | android:name=".fuelgauge.AdvancedPowerUsageDetailActivity" |
| 4291 | android:excludeFromRecents="true" |
| 4292 | android:launchMode="singleInstance" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4293 | android:exported="true" |
Sean Stout | 6441723 | 2019-04-05 12:34:44 -0700 | [diff] [blame] | 4294 | android:theme="@android:style/Theme.NoDisplay"> |
| 4295 | <intent-filter> |
Sean Stout | 75ea57a | 2020-07-14 23:32:14 +0000 | [diff] [blame] | 4296 | <action android:name="android.settings.VIEW_ADVANCED_POWER_USAGE_DETAIL" /> |
Sean Stout | 6441723 | 2019-04-05 12:34:44 -0700 | [diff] [blame] | 4297 | <category android:name="android.intent.category.DEFAULT" /> |
| 4298 | <data android:scheme="package" /> |
| 4299 | </intent-filter> |
| 4300 | </activity> |
| 4301 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 4302 | <activity |
Yanting Yang | 92fce8e | 2020-12-17 23:26:49 +0800 | [diff] [blame] | 4303 | android:name=".Settings$AppDashboardActivity" |
| 4304 | android:label="@string/apps_dashboard_title" |
| 4305 | android:icon="@drawable/ic_homepage_apps" |
| 4306 | android:exported="true"> |
| 4307 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4308 | android:value="com.android.settings.applications.AppDashboardFragment"/> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 4309 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4310 | android:value="@string/menu_key_apps"/> |
Yanting Yang | 92fce8e | 2020-12-17 23:26:49 +0800 | [diff] [blame] | 4311 | </activity> |
| 4312 | |
| 4313 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 4314 | android:name=".Settings$AccountDashboardActivity" |
| 4315 | android:label="@string/account_dashboard_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4316 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 4317 | android:icon="@drawable/ic_homepage_accounts"> |
Fan Zhang | e2de8d5 | 2017-02-13 12:28:43 -0800 | [diff] [blame] | 4318 | <intent-filter android:priority="1"> |
| 4319 | <action android:name="android.settings.SYNC_SETTINGS" /> |
Han Xu | b7d1077 | 2022-08-15 19:19:55 +0800 | [diff] [blame] | 4320 | <category android:name="android.intent.category.BROWSABLE" /> |
Fan Zhang | e2de8d5 | 2017-02-13 12:28:43 -0800 | [diff] [blame] | 4321 | <category android:name="android.intent.category.DEFAULT" /> |
Becca Hughes | b5f8ba6 | 2023-02-03 00:04:21 +0000 | [diff] [blame] | 4322 | </intent-filter> |
| 4323 | <intent-filter android:priority="1"> |
| 4324 | <action android:name="android.settings.CREDENTIAL_PROVIDER" /> |
| 4325 | <category android:name="android.intent.category.DEFAULT" /> |
| 4326 | <data android:scheme="package" /> |
Fan Zhang | e2de8d5 | 2017-02-13 12:28:43 -0800 | [diff] [blame] | 4327 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 4328 | <intent-filter android:priority="53"> |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 4329 | <action android:name="android.intent.action.MAIN" /> |
| 4330 | <category android:name="com.android.settings.SHORTCUT" /> |
| 4331 | </intent-filter> |
Fan Zhang | b75fdfc | 2016-12-14 11:35:28 -0800 | [diff] [blame] | 4332 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 881d579 | 2018-01-26 10:15:56 -0800 | [diff] [blame] | 4333 | android:value="com.android.settings.accounts.AccountDashboardFragment"/> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 4334 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4335 | android:value="@string/menu_key_accounts"/> |
Rubin Xu | 71560fc | 2018-05-17 14:48:49 +0100 | [diff] [blame] | 4336 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4337 | android:value="true" /> |
Fan Zhang | b75fdfc | 2016-12-14 11:35:28 -0800 | [diff] [blame] | 4338 | </activity> |
| 4339 | |
Becca Hughes | e70dad4 | 2023-10-20 11:25:02 -0700 | [diff] [blame] | 4340 | <!-- Access to the Credential Manager list. --> |
| 4341 | <activity android:name=".applications.credentials.CredentialsPickerActivity" |
| 4342 | android:excludeFromRecents="true" |
| 4343 | android:launchMode="singleInstance" |
| 4344 | android:exported="false"> |
| 4345 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4346 | android:value="com.android.settings.applications.credentials.DefaultCombinedPicker" /> |
| 4347 | </activity> |
| 4348 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 4349 | <activity |
| 4350 | android:name=".Settings$SystemDashboardActivity" |
| 4351 | android:label="@string/header_category_system" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4352 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 4353 | android:icon="@drawable/ic_homepage_system_dashboard"> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 4354 | <intent-filter android:priority="70"> |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 4355 | <action android:name="android.intent.action.MAIN" /> |
| 4356 | <category android:name="com.android.settings.SHORTCUT" /> |
| 4357 | </intent-filter> |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 4358 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4359 | android:value="com.android.settings.system.SystemDashboardFragment"/> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 4360 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4361 | android:value="@string/menu_key_system"/> |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 4362 | </activity> |
| 4363 | |
Fan Zhang | b473730 | 2017-05-31 12:43:48 -0700 | [diff] [blame] | 4364 | <activity android:name=".support.SupportDashboardActivity" |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 4365 | android:label="@string/page_tab_title_support" |
Fan Zhang | 925a4f8 | 2018-01-23 16:35:31 -0800 | [diff] [blame] | 4366 | android:icon="@drawable/ic_homepage_support" |
Daniel Nishi | 67ca29f | 2017-07-17 12:49:04 -0700 | [diff] [blame] | 4367 | android:theme="@android:style/Theme.DeviceDefault.Light.Panel" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4368 | android:exported="true" |
Fan Zhang | 6ff6add | 2017-03-02 12:07:38 -0800 | [diff] [blame] | 4369 | android:enabled="@bool/config_support_enabled"> |
Fan Zhang | 9445d15 | 2018-08-06 10:03:07 -0700 | [diff] [blame] | 4370 | <intent-filter> |
Maurice Lam | 5f0edba | 2017-06-08 11:57:40 -0700 | [diff] [blame] | 4371 | <action android:name="com.android.settings.action.SUPPORT_SETTINGS" /> |
| 4372 | <category android:name="android.intent.category.DEFAULT" /> |
| 4373 | </intent-filter> |
Fan Zhang | a96a2d8 | 2016-09-27 17:51:11 -0700 | [diff] [blame] | 4374 | </activity> |
| 4375 | |
Jason Monk | dc252eb | 2016-01-30 11:36:52 -0500 | [diff] [blame] | 4376 | <service |
| 4377 | android:name=".SettingsDumpService" |
| 4378 | android:exported="true" |
| 4379 | android:permission="android.permission.DUMP" /> |
| 4380 | |
Dan Sandler | 3bd52dd | 2016-03-24 10:24:27 -0700 | [diff] [blame] | 4381 | <!-- Quick Settings tiles for Developer Options --> |
| 4382 | <service |
Fan Zhang | 8333260 | 2017-10-09 15:53:16 -0700 | [diff] [blame] | 4383 | android:name=".development.qstile.DevelopmentTiles$ShowLayout" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 4384 | android:label="@string/debug_layout" |
| 4385 | android:icon="@drawable/tile_icon_show_layout" |
Sunny Goyal | bf9f2d2 | 2016-11-02 11:20:17 -0700 | [diff] [blame] | 4386 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4387 | android:exported="true" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 4388 | android:enabled="false"> |
| 4389 | <intent-filter> |
| 4390 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 4391 | </intent-filter> |
Fabian Kozynski | e47b82b | 2020-02-07 10:11:57 -0500 | [diff] [blame] | 4392 | <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE" |
Fabian Kozynski | e94d09f | 2019-06-28 13:23:56 -0400 | [diff] [blame] | 4393 | android:value="true"/> |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 4394 | </service> |
| 4395 | <service |
Fan Zhang | 8333260 | 2017-10-09 15:53:16 -0700 | [diff] [blame] | 4396 | android:name=".development.qstile.DevelopmentTiles$GPUProfiling" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 4397 | android:label="@string/track_frame_time" |
| 4398 | android:icon="@drawable/tile_icon_graphics" |
| 4399 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4400 | android:exported="true" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 4401 | android:enabled="false"> |
| 4402 | <intent-filter> |
| 4403 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 4404 | </intent-filter> |
Fabian Kozynski | e47b82b | 2020-02-07 10:11:57 -0500 | [diff] [blame] | 4405 | <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE" |
Fabian Kozynski | e94d09f | 2019-06-28 13:23:56 -0400 | [diff] [blame] | 4406 | android:value="true"/> |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 4407 | </service> |
| 4408 | <service |
Fan Zhang | 8333260 | 2017-10-09 15:53:16 -0700 | [diff] [blame] | 4409 | android:name=".development.qstile.DevelopmentTiles$ForceRTL" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 4410 | android:label="@string/force_rtl_layout_all_locales" |
| 4411 | android:icon="@drawable/tile_icon_force_rtl" |
| 4412 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4413 | android:exported="true" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 4414 | android:enabled="false"> |
| 4415 | <intent-filter> |
| 4416 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 4417 | </intent-filter> |
Fabian Kozynski | e47b82b | 2020-02-07 10:11:57 -0500 | [diff] [blame] | 4418 | <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE" |
Fabian Kozynski | e94d09f | 2019-06-28 13:23:56 -0400 | [diff] [blame] | 4419 | android:value="true"/> |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 4420 | </service> |
| 4421 | <service |
Fan Zhang | 8333260 | 2017-10-09 15:53:16 -0700 | [diff] [blame] | 4422 | android:name=".development.qstile.DevelopmentTiles$AnimationSpeed" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 4423 | android:label="@string/window_animation_scale_title" |
| 4424 | android:icon="@drawable/tile_icon_animation_speed" |
| 4425 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4426 | android:exported="true" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 4427 | android:enabled="false"> |
Dan Sandler | 12c4ba4 | 2016-03-28 11:13:40 -0400 | [diff] [blame] | 4428 | <intent-filter> |
| 4429 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 4430 | </intent-filter> |
Fabian Kozynski | e47b82b | 2020-02-07 10:11:57 -0500 | [diff] [blame] | 4431 | <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE" |
Fabian Kozynski | e94d09f | 2019-06-28 13:23:56 -0400 | [diff] [blame] | 4432 | android:value="true"/> |
Dan Sandler | 12c4ba4 | 2016-03-28 11:13:40 -0400 | [diff] [blame] | 4433 | </service> |
Fan Zhang | 130c477 | 2018-10-01 12:14:06 -0700 | [diff] [blame] | 4434 | |
Vishnu Nair | dc6bc48 | 2018-01-10 16:07:23 -0800 | [diff] [blame] | 4435 | <service |
Michael Groover | 3a665ac | 2019-03-19 19:13:17 -0700 | [diff] [blame] | 4436 | android:name=".development.qstile.DevelopmentTiles$SensorsOff" |
| 4437 | android:label="@string/sensors_off_quick_settings_title" |
| 4438 | android:icon="@drawable/tile_icon_sensors_off" |
| 4439 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4440 | android:exported="true" |
Michael Groover | 3a665ac | 2019-03-19 19:13:17 -0700 | [diff] [blame] | 4441 | android:enabled="false"> |
| 4442 | <intent-filter> |
| 4443 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 4444 | </intent-filter> |
Fabian Kozynski | e47b82b | 2020-02-07 10:11:57 -0500 | [diff] [blame] | 4445 | <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE" |
Fabian Kozynski | e94d09f | 2019-06-28 13:23:56 -0400 | [diff] [blame] | 4446 | android:value="true"/> |
Michael Groover | 3a665ac | 2019-03-19 19:13:17 -0700 | [diff] [blame] | 4447 | </service> |
| 4448 | |
Joshua Duong | 0f3eba3 | 2020-04-07 00:17:17 -0700 | [diff] [blame] | 4449 | <service |
| 4450 | android:name=".development.qstile.DevelopmentTiles$WirelessDebugging" |
| 4451 | android:label="@string/enable_adb_wireless" |
| 4452 | android:icon="@drawable/tile_icon_debugging_wireless" |
| 4453 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4454 | android:exported="true" |
Joshua Duong | 0f3eba3 | 2020-04-07 00:17:17 -0700 | [diff] [blame] | 4455 | android:enabled="false"> |
| 4456 | <intent-filter> |
| 4457 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 4458 | </intent-filter> |
| 4459 | <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE" |
| 4460 | android:value="true"/> |
| 4461 | </service> |
| 4462 | |
Chris Ye | 39b586f | 2020-06-11 17:57:16 -0700 | [diff] [blame] | 4463 | <service |
| 4464 | android:name=".development.qstile.DevelopmentTiles$ShowTaps" |
| 4465 | android:label="@string/show_touches" |
| 4466 | android:icon="@drawable/tile_icon_show_taps" |
| 4467 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
Ashwini Oruganti | 917aa55 | 2020-06-24 16:36:28 -0700 | [diff] [blame] | 4468 | android:exported="true" |
Chris Ye | 39b586f | 2020-06-11 17:57:16 -0700 | [diff] [blame] | 4469 | android:enabled="false"> |
| 4470 | <intent-filter> |
| 4471 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 4472 | </intent-filter> |
| 4473 | <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE" |
| 4474 | android:value="true"/> |
| 4475 | </service> |
| 4476 | |
Fan Zhang | 7373ec0 | 2018-08-14 13:25:47 -0700 | [diff] [blame] | 4477 | <activity |
| 4478 | android:name=".HelpTrampoline" |
Jeff Sharkey | 4f425c8 | 2016-07-18 18:28:55 -0600 | [diff] [blame] | 4479 | android:exported="true" |
Fan Zhang | 7373ec0 | 2018-08-14 13:25:47 -0700 | [diff] [blame] | 4480 | android:theme="@style/Transparent" |
Jeff Sharkey | 4f425c8 | 2016-07-18 18:28:55 -0600 | [diff] [blame] | 4481 | android:permission="android.permission.DUMP" |
Fan Zhang | 7373ec0 | 2018-08-14 13:25:47 -0700 | [diff] [blame] | 4482 | android:excludeFromRecents="true" |
Tsung-Mao Fang | 98b9b34 | 2021-11-17 13:46:08 +0800 | [diff] [blame] | 4483 | android:enabled="@*android:bool/config_settingsHelpLinksEnabled" /> |
Jeff Sharkey | 4f425c8 | 2016-07-18 18:28:55 -0600 | [diff] [blame] | 4484 | |
Felipe Leme | f7d54ba | 2017-04-25 16:42:55 -0700 | [diff] [blame] | 4485 | <activity android:name=".applications.autofill.AutofillPickerActivity" |
| 4486 | android:excludeFromRecents="true" |
| 4487 | android:launchMode="singleInstance" |
| 4488 | android:exported="false"> |
| 4489 | </activity> |
| 4490 | |
| 4491 | <activity android:name=".applications.autofill.AutofillPickerTrampolineActivity" |
| 4492 | android:theme="@android:style/Theme.NoDisplay" |
| 4493 | android:excludeFromRecents="true" |
| 4494 | android:launchMode="singleInstance" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4495 | android:exported="true" |
Felipe Leme | f7d54ba | 2017-04-25 16:42:55 -0700 | [diff] [blame] | 4496 | android:label="@string/autofill_app"> |
Felipe Leme | db2b55a | 2017-04-24 18:10:09 -0700 | [diff] [blame] | 4497 | <intent-filter android:priority="1"> |
| 4498 | <action android:name="android.settings.REQUEST_SET_AUTOFILL_SERVICE" /> |
| 4499 | <category android:name="android.intent.category.DEFAULT" /> |
| 4500 | <data android:scheme="package" /> |
| 4501 | </intent-filter> |
| 4502 | </activity> |
| 4503 | |
Daniel Nishi | 232ebf1 | 2018-01-19 14:11:20 -0800 | [diff] [blame] | 4504 | <activity android:name="Settings$AdvancedConnectedDeviceActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4505 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 4506 | android:label="@string/connected_device_connections_title"> |
Daniel Nishi | 232ebf1 | 2018-01-19 14:11:20 -0800 | [diff] [blame] | 4507 | <intent-filter android:priority="1"> |
| 4508 | <action android:name="com.android.settings.ADVANCED_CONNECTED_DEVICE_SETTINGS" /> |
| 4509 | <category android:name="android.intent.category.DEFAULT" /> |
| 4510 | </intent-filter> |
Daniel Nishi | 232ebf1 | 2018-01-19 14:11:20 -0800 | [diff] [blame] | 4511 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4512 | android:value="com.android.settings.connecteddevice.AdvancedConnectedDeviceDashboardFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 4513 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4514 | android:value="@string/menu_key_connected_devices"/> |
Daniel Nishi | 232ebf1 | 2018-01-19 14:11:20 -0800 | [diff] [blame] | 4515 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4516 | android:value="true" /> |
| 4517 | </activity> |
| 4518 | |
Viesturs Zarins | 6cfc593 | 2022-09-15 16:17:47 +0000 | [diff] [blame] | 4519 | <activity android:name="Settings$NfcSettingsActivity" |
| 4520 | android:exported="true" |
| 4521 | android:label="@string/nfc_quick_toggle_title"> |
| 4522 | <intent-filter android:priority="1"> |
| 4523 | <action android:name="android.settings.NFC_SETTINGS" /> |
| 4524 | <category android:name="android.intent.category.DEFAULT" /> |
| 4525 | </intent-filter> |
| 4526 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4527 | android:value="com.android.settings.connecteddevice.NfcAndPaymentFragment" /> |
| 4528 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4529 | android:value="@string/menu_key_connected_devices"/> |
| 4530 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4531 | android:value="true" /> |
| 4532 | </activity> |
| 4533 | |
jackqdyulei | 715408e | 2019-02-07 15:47:52 -0800 | [diff] [blame] | 4534 | <activity android:name="Settings$BluetoothDeviceDetailActivity" |
| 4535 | android:label="@string/device_details_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4536 | android:exported="true" |
Jeff Sharkey | 7025a83 | 2021-06-22 19:58:58 -0600 | [diff] [blame] | 4537 | android:permission="android.permission.BLUETOOTH_CONNECT"> |
jackqdyulei | 715408e | 2019-02-07 15:47:52 -0800 | [diff] [blame] | 4538 | <intent-filter android:priority="1"> |
| 4539 | <action android:name="com.android.settings.BLUETOOTH_DEVICE_DETAIL_SETTINGS" /> |
| 4540 | <category android:name="android.intent.category.DEFAULT" /> |
| 4541 | </intent-filter> |
| 4542 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4543 | android:value="com.android.settings.bluetooth.BluetoothDeviceDetailsFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 4544 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4545 | android:value="@string/menu_key_connected_devices"/> |
hughchen | b78ecc4 | 2019-10-16 15:27:17 +0800 | [diff] [blame] | 4546 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4547 | android:value="true" /> |
jackqdyulei | 715408e | 2019-02-07 15:47:52 -0800 | [diff] [blame] | 4548 | </activity> |
| 4549 | |
changbetty | a56e198 | 2022-03-29 01:14:05 +0000 | [diff] [blame] | 4550 | <activity |
| 4551 | android:name="Settings$BluetoothBroadcastActivity" |
| 4552 | android:exported="true" |
| 4553 | android:theme="@style/Theme.AlertDialog.SimConfirmDialog" |
| 4554 | android:permission="android.permission.BLUETOOTH_CONNECT" |
| 4555 | android:configChanges="orientation|keyboardHidden|screenSize"> |
| 4556 | <intent-filter android:priority="1"> |
| 4557 | <action android:name="android.settings.MEDIA_BROADCAST_DIALOG" /> |
| 4558 | <category android:name="android.intent.category.DEFAULT" /> |
| 4559 | </intent-filter> |
| 4560 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
changbetty | f31b576 | 2022-04-28 15:49:49 +0000 | [diff] [blame] | 4561 | android:value="com.android.settings.bluetooth.BluetoothBroadcastDialog" /> |
changbetty | a56e198 | 2022-03-29 01:14:05 +0000 | [diff] [blame] | 4562 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4563 | android:value="true" /> |
| 4564 | </activity> |
| 4565 | |
| 4566 | <activity |
| 4567 | android:name="Settings$BluetoothFindBroadcastsActivity" |
| 4568 | android:label="@string/bluetooth_find_broadcast_title" |
| 4569 | android:exported="true" |
| 4570 | android:permission="android.permission.BLUETOOTH_CONNECT" |
| 4571 | android:configChanges="orientation|keyboardHidden|screenSize"> |
| 4572 | <intent-filter android:priority="1"> |
| 4573 | <action android:name="android.settings.BLUTOOTH_FIND_BROADCASTS_ACTIVITY" /> |
| 4574 | <category android:name="android.intent.category.DEFAULT" /> |
| 4575 | </intent-filter> |
| 4576 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4577 | android:value="com.android.settings.bluetooth.BluetoothFindBroadcastsFragment" /> |
| 4578 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4579 | android:value="true" /> |
| 4580 | </activity> |
| 4581 | |
Vania Januar | eb09f89 | 2022-12-30 13:24:29 +0000 | [diff] [blame] | 4582 | <activity |
chelseahao | 4e19ccd | 2023-09-15 10:48:00 +0800 | [diff] [blame] | 4583 | android:name=".Settings$PreviouslyConnectedDeviceActivity" |
| 4584 | android:label="@string/connected_device_saved_title" |
| 4585 | android:exported="true" |
| 4586 | android:permission="android.permission.BLUETOOTH_CONNECT" |
| 4587 | android:icon="@drawable/ic_homepage_connected_device"> |
| 4588 | <intent-filter android:priority="1"> |
| 4589 | <action android:name="com.android.settings.PREVIOUSLY_CONNECTED_DEVICE" /> |
| 4590 | <category android:name="android.intent.category.DEFAULT" /> |
| 4591 | </intent-filter> |
| 4592 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4593 | android:value="com.android.settings.connecteddevice.PreviouslyConnectedDeviceDashboardFragment"/> |
| 4594 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4595 | android:value="true" /> |
| 4596 | </activity> |
| 4597 | |
| 4598 | <activity |
Vania Januar | eb09f89 | 2022-12-30 13:24:29 +0000 | [diff] [blame] | 4599 | android:name="Settings$StylusUsiDetailsActivity" |
| 4600 | android:label="@string/stylus_device_details_title" |
| 4601 | android:exported="true"> |
| 4602 | <intent-filter android:priority="1"> |
| 4603 | <action android:name="com.android.settings.STYLUS_USI_DETAILS_SETTINGS" /> |
| 4604 | <category android:name="android.intent.category.DEFAULT" /> |
| 4605 | </intent-filter> |
| 4606 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4607 | android:value="com.android.settings.connecteddevice.stylus.StylusUsiDetailsFragment" /> |
| 4608 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4609 | android:value="@string/menu_key_connected_devices"/> |
| 4610 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4611 | android:value="true" /> |
| 4612 | </activity> |
| 4613 | |
Matt Fritze | 90899e0 | 2018-10-16 12:41:42 -0700 | [diff] [blame] | 4614 | <activity android:name=".panel.SettingsPanelActivity" |
| 4615 | android:label="@string/settings_panel_title" |
lindatseng | e972b16 | 2019-04-19 15:40:20 -0700 | [diff] [blame] | 4616 | android:theme="@style/Theme.Panel" |
lindatseng | 2943c1d | 2019-05-02 17:12:27 -0700 | [diff] [blame] | 4617 | android:launchMode="singleInstance" |
Matt Fritze | 90899e0 | 2018-10-16 12:41:42 -0700 | [diff] [blame] | 4618 | android:excludeFromRecents="true" |
Tim Peng | e54e029 | 2020-04-15 10:49:35 +0800 | [diff] [blame] | 4619 | android:configChanges="orientation|keyboardHidden|screenSize" |
Matthew Fritze | 735d6ef | 2018-12-05 07:55:12 -0800 | [diff] [blame] | 4620 | android:exported="true"> |
Matt Fritze | 90899e0 | 2018-10-16 12:41:42 -0700 | [diff] [blame] | 4621 | <intent-filter> |
Matthew Fritze | 735d6ef | 2018-12-05 07:55:12 -0800 | [diff] [blame] | 4622 | <action android:name="android.settings.panel.action.INTERNET_CONNECTIVITY" /> |
Matt Fritze | 90899e0 | 2018-10-16 12:41:42 -0700 | [diff] [blame] | 4623 | <category android:name="android.intent.category.DEFAULT" /> |
| 4624 | </intent-filter> |
Matthew Fritze | 735d6ef | 2018-12-05 07:55:12 -0800 | [diff] [blame] | 4625 | <intent-filter> |
Matthew Fritze | 63cce45 | 2019-03-05 08:17:37 -0800 | [diff] [blame] | 4626 | <action android:name="android.settings.panel.action.NFC" /> |
Matthew Fritze | 735d6ef | 2018-12-05 07:55:12 -0800 | [diff] [blame] | 4627 | <category android:name="android.intent.category.DEFAULT" /> |
| 4628 | </intent-filter> |
Matthew Fritze | 3f743ae | 2019-01-22 15:53:37 -0800 | [diff] [blame] | 4629 | <intent-filter> |
Matthew Fritze | 63cce45 | 2019-03-05 08:17:37 -0800 | [diff] [blame] | 4630 | <action android:name="android.settings.panel.action.WIFI" /> |
| 4631 | <category android:name="android.intent.category.DEFAULT" /> |
| 4632 | </intent-filter> |
| 4633 | <intent-filter> |
| 4634 | <action android:name="android.settings.panel.action.VOLUME" /> |
Matthew Fritze | 3f743ae | 2019-01-22 15:53:37 -0800 | [diff] [blame] | 4635 | <category android:name="android.intent.category.DEFAULT" /> |
| 4636 | </intent-filter> |
Matt Fritze | 90899e0 | 2018-10-16 12:41:42 -0700 | [diff] [blame] | 4637 | </activity> |
| 4638 | |
govenliu | d507b56 | 2019-11-21 09:36:58 +0800 | [diff] [blame] | 4639 | <activity android:name=".wifi.addappnetworks.AddAppNetworksActivity" |
| 4640 | android:label="@string/settings_panel_title" |
| 4641 | android:theme="@style/Theme.Panel" |
| 4642 | android:launchMode="singleInstance" |
| 4643 | android:excludeFromRecents="true" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4644 | android:exported="true" |
Chaohui Wang | dfd7f8f | 2023-04-26 12:28:51 +0800 | [diff] [blame] | 4645 | android:configChanges="orientation|keyboard|keyboardHidden|screenSize|smallestScreenSize|screenLayout"> |
govenliu | d507b56 | 2019-11-21 09:36:58 +0800 | [diff] [blame] | 4646 | <intent-filter> |
| 4647 | <action android:name="android.settings.WIFI_ADD_NETWORKS" /> |
| 4648 | <category android:name="android.intent.category.DEFAULT" /> |
| 4649 | </intent-filter> |
| 4650 | </activity> |
| 4651 | |
Matthew Fritze | 7fddfeb | 2017-12-11 15:01:11 -0800 | [diff] [blame] | 4652 | <provider android:name=".slices.SettingsSliceProvider" |
Chaohui Wang | bb4d025 | 2022-10-12 17:41:07 +0800 | [diff] [blame] | 4653 | android:authorities="${applicationId}.slices;android.settings.slices" |
Jason Monk | f6edc7c | 2017-11-22 10:04:38 -0500 | [diff] [blame] | 4654 | android:exported="true" |
Fan Zhang | 671a39f | 2019-02-11 14:38:13 -0800 | [diff] [blame] | 4655 | android:grantUriPermissions="true" /> |
Mady Mellor | 7c74085 | 2017-11-03 09:17:05 -0700 | [diff] [blame] | 4656 | |
| 4657 | <receiver |
Matthew Fritze | e8d66bb | 2018-07-30 14:12:50 -0700 | [diff] [blame] | 4658 | android:name=".slices.SliceBroadcastReceiver" |
Fan Zhang | 0c7c59f | 2018-10-26 13:40:38 -0700 | [diff] [blame] | 4659 | android:exported="false" /> |
Matthew Fritze | e8d66bb | 2018-07-30 14:12:50 -0700 | [diff] [blame] | 4660 | |
| 4661 | <receiver |
| 4662 | android:name=".slices.SliceRelayReceiver" |
| 4663 | android:permission="android.permission.MANAGE_SLICE_PERMISSIONS" |
Fan Zhang | 0c7c59f | 2018-10-26 13:40:38 -0700 | [diff] [blame] | 4664 | android:exported="true" /> |
Mady Mellor | 7c74085 | 2017-11-03 09:17:05 -0700 | [diff] [blame] | 4665 | |
Jason Chiu | 2c7b77d | 2020-08-20 16:22:44 +0800 | [diff] [blame] | 4666 | <receiver |
| 4667 | android:name=".slices.VolumeSliceRelayReceiver" |
| 4668 | android:permission="android.permission.MANAGE_SLICE_PERMISSIONS" |
| 4669 | android:exported="true" /> |
| 4670 | |
jackqdyulei | 821adce | 2018-01-29 19:20:37 -0800 | [diff] [blame] | 4671 | <!-- Couldn't be triggered from outside of settings. Statsd can trigger it because we send |
| 4672 | PendingIntent to it--> |
| 4673 | <receiver android:name=".fuelgauge.batterytip.AnomalyDetectionReceiver" |
| 4674 | android:exported="false" /> |
| 4675 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4676 | <receiver android:name=".fuelgauge.batterytip.AnomalyConfigReceiver" |
| 4677 | android:exported="true"> |
jackqdyulei | e1604d3 | 2018-01-31 20:24:47 -0800 | [diff] [blame] | 4678 | <intent-filter> |
| 4679 | <action android:name="android.app.action.STATSD_STARTED"/> |
| 4680 | <action android:name="android.intent.action.BOOT_COMPLETED"/> |
| 4681 | </intent-filter> |
| 4682 | </receiver> |
| 4683 | |
jackqdyulei | 0fa413e | 2018-02-23 10:59:27 -0800 | [diff] [blame] | 4684 | <service android:name=".fuelgauge.batterytip.AnomalyCleanupJobService" |
jackqdyulei | 338ae2f | 2018-02-16 10:06:08 -0800 | [diff] [blame] | 4685 | android:permission="android.permission.BIND_JOB_SERVICE" /> |
| 4686 | |
Lei Yu | 9a80d6e | 2018-03-15 15:55:07 -0700 | [diff] [blame] | 4687 | <service android:name=".fuelgauge.batterytip.AnomalyConfigJobService" |
| 4688 | android:permission="android.permission.BIND_JOB_SERVICE" /> |
| 4689 | |
jackqdyulei | 3ee28c8 | 2018-02-20 15:07:26 -0800 | [diff] [blame] | 4690 | <service android:name=".fuelgauge.batterytip.AnomalyDetectionJobService" |
| 4691 | android:permission="android.permission.BIND_JOB_SERVICE" /> |
| 4692 | |
Sunny Shao | 195f61b | 2018-07-24 18:15:55 +0800 | [diff] [blame] | 4693 | <provider |
Fan Zhang | 5e6e6a1 | 2018-10-25 14:19:43 -0700 | [diff] [blame] | 4694 | android:name=".homepage.contextualcards.CardContentProvider" |
Chaohui Wang | bb4d025 | 2022-10-12 17:41:07 +0800 | [diff] [blame] | 4695 | android:authorities="${applicationId}.homepage.CardContentProvider" |
Sunny Shao | 195f61b | 2018-07-24 18:15:55 +0800 | [diff] [blame] | 4696 | android:exported="true" |
| 4697 | android:permission="android.permission.WRITE_SETTINGS_HOMEPAGE_DATA" /> |
| 4698 | |
Raff Tsai | 3936e9f | 2018-09-28 17:42:43 +0800 | [diff] [blame] | 4699 | <provider |
| 4700 | android:name=".homepage.contextualcards.SettingsContextualCardProvider" |
Chaohui Wang | bb4d025 | 2022-10-12 17:41:07 +0800 | [diff] [blame] | 4701 | android:authorities="${applicationId}.homepage.contextualcards" |
Raff Tsai | 3936e9f | 2018-09-28 17:42:43 +0800 | [diff] [blame] | 4702 | android:permission="android.permission.WRITE_SETTINGS_HOMEPAGE_DATA" |
| 4703 | android:exported="true"> |
| 4704 | <intent-filter> |
| 4705 | <action android:name="android.content.action.SETTINGS_HOMEPAGE_DATA"/> |
| 4706 | </intent-filter> |
| 4707 | </provider> |
Arc Wang | 4591d82 | 2018-11-19 15:48:29 +0800 | [diff] [blame] | 4708 | |
| 4709 | <activity |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4710 | android:name=".wifi.dpp.WifiDppConfiguratorActivity" |
| 4711 | android:exported="true"> |
Arc Wang | e43bb77 | 2018-12-03 17:16:55 +0800 | [diff] [blame] | 4712 | <intent-filter> |
| 4713 | <action android:name="android.settings.WIFI_DPP_CONFIGURATOR_QR_CODE_SCANNER"/> |
| 4714 | <action android:name="android.settings.WIFI_DPP_CONFIGURATOR_QR_CODE_GENERATOR"/> |
Arc Wang | e43bb77 | 2018-12-03 17:16:55 +0800 | [diff] [blame] | 4715 | <category android:name="android.intent.category.DEFAULT"/> |
| 4716 | </intent-filter> |
Arc Wang | c1036df | 2019-02-26 15:19:30 +0800 | [diff] [blame] | 4717 | <intent-filter> |
| 4718 | <action android:name="android.settings.PROCESS_WIFI_EASY_CONNECT_URI"/> |
| 4719 | <category android:name="android.intent.category.DEFAULT"/> |
| 4720 | <data android:scheme="DPP"/> |
| 4721 | </intent-filter> |
Arc Wang | e43bb77 | 2018-12-03 17:16:55 +0800 | [diff] [blame] | 4722 | </activity> |
Yi-Ling Chuang | 68f37a1 | 2018-11-20 19:51:13 +0800 | [diff] [blame] | 4723 | |
Arc Wang | 4ab0d16 | 2018-12-07 16:00:18 +0800 | [diff] [blame] | 4724 | <activity |
chelseahao | 3ecc87b | 2023-08-10 13:29:52 +0800 | [diff] [blame] | 4725 | android:name=".wifi.dpp.WifiDppConfiguratorAuthActivity" |
| 4726 | android:theme="@style/Transparent" |
| 4727 | android:exported="true"> |
| 4728 | <intent-filter> |
| 4729 | <action android:name="android.settings.WIFI_DPP_CONFIGURATOR_AUTH_QR_CODE_GENERATOR"/> |
| 4730 | <category android:name="android.intent.category.DEFAULT"/> |
| 4731 | </intent-filter> |
| 4732 | </activity> |
| 4733 | |
| 4734 | <activity |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4735 | android:name=".wifi.dpp.WifiDppEnrolleeActivity" |
| 4736 | android:exported="true"> |
Arc Wang | 4ab0d16 | 2018-12-07 16:00:18 +0800 | [diff] [blame] | 4737 | <intent-filter> |
| 4738 | <action android:name="android.settings.WIFI_DPP_ENROLLEE_QR_CODE_SCANNER"/> |
| 4739 | <category android:name="android.intent.category.DEFAULT"/> |
| 4740 | </intent-filter> |
| 4741 | </activity> |
| 4742 | |
Yi-Ling Chuang | 68f37a1 | 2018-11-20 19:51:13 +0800 | [diff] [blame] | 4743 | <activity android:name=".homepage.contextualcards.ContextualCardFeedbackDialog" |
| 4744 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" /> |
manabu, shimoda | 9fae739 | 2017-11-08 11:32:31 +0900 | [diff] [blame] | 4745 | |
joshmccloskey | bba7632 | 2019-09-19 11:23:29 -0700 | [diff] [blame] | 4746 | <activity android:name=".homepage.contextualcards.FaceReEnrollDialog" |
| 4747 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" /> |
| 4748 | |
manabu, shimoda | 9fae739 | 2017-11-08 11:32:31 +0900 | [diff] [blame] | 4749 | <activity |
| 4750 | android:name="Settings$WifiCallingDisclaimerActivity" |
| 4751 | android:label="@string/wifi_calling_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4752 | android:exported="true" |
manabu, shimoda | 9fae739 | 2017-11-08 11:32:31 +0900 | [diff] [blame] | 4753 | android:taskAffinity="com.android.settings"> |
| 4754 | <intent-filter> |
| 4755 | <action android:name="android.intent.action.MAIN" /> |
| 4756 | <category android:name="android.intent.category.DEFAULT" /> |
| 4757 | </intent-filter> |
| 4758 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4759 | android:value="com.android.settings.wifi.calling.WifiCallingDisclaimerFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 4760 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4761 | android:value="@string/menu_key_network"/> |
manabu, shimoda | 9fae739 | 2017-11-08 11:32:31 +0900 | [diff] [blame] | 4762 | </activity> |
Salvador Martinez | 3291704 | 2019-03-20 15:23:19 -0700 | [diff] [blame] | 4763 | |
| 4764 | <activity android:name="Settings$BatterySaverScheduleSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4765 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 4766 | android:label="@string/battery_saver_schedule_settings_title"> |
Salvador Martinez | 3291704 | 2019-03-20 15:23:19 -0700 | [diff] [blame] | 4767 | <intent-filter> |
| 4768 | <action android:name="com.android.settings.BATTERY_SAVER_SCHEDULE_SETTINGS" /> |
| 4769 | <category android:name="android.intent.category.DEFAULT" /> |
| 4770 | </intent-filter> |
| 4771 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4772 | android:value="com.android.settings.fuelgauge.batterysaver.BatterySaverScheduleSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 4773 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4774 | android:value="@string/menu_key_battery"/> |
Salvador Martinez | 3291704 | 2019-03-20 15:23:19 -0700 | [diff] [blame] | 4775 | </activity> |
Steve Elliott | e772123 | 2019-05-22 14:13:29 -0400 | [diff] [blame] | 4776 | |
Fabian Kozynski | 83df54b | 2020-03-24 16:37:57 -0400 | [diff] [blame] | 4777 | <activity android:name="Settings$PowerMenuSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4778 | android:exported="true" |
Fabian Kozynski | 83df54b | 2020-03-24 16:37:57 -0400 | [diff] [blame] | 4779 | android:label="@string/power_menu_setting_name"> |
| 4780 | <intent-filter> |
| 4781 | <action android:name="android.settings.ACTION_POWER_MENU_SETTINGS" /> |
| 4782 | <category android:name="android.intent.category.DEFAULT" /> |
| 4783 | </intent-filter> |
| 4784 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4785 | android:value="com.android.settings.gestures.PowerMenuSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 4786 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4787 | android:value="@string/menu_key_system"/> |
Fabian Kozynski | 83df54b | 2020-03-24 16:37:57 -0400 | [diff] [blame] | 4788 | </activity> |
| 4789 | |
Mehdi Alizadeh | 0355596 | 2019-12-13 15:31:53 -0800 | [diff] [blame] | 4790 | <activity |
| 4791 | android:name="Settings$GestureNavigationSettingsActivity" |
| 4792 | android:label="@string/gesture_settings_activity_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 4793 | android:exported="true" |
Mehdi Alizadeh | 0355596 | 2019-12-13 15:31:53 -0800 | [diff] [blame] | 4794 | android:enabled="true"> |
| 4795 | <intent-filter android:priority="32"> |
| 4796 | <action android:name="android.intent.action.MAIN" /> |
| 4797 | <category android:name="com.android.settings.SHORTCUT" /> |
| 4798 | </intent-filter> |
| 4799 | <intent-filter android:priority="1"> |
| 4800 | <action android:name="com.android.settings.GESTURE_NAVIGATION_SETTINGS" /> |
| 4801 | <category android:name="android.intent.category.DEFAULT" /> |
| 4802 | </intent-filter> |
| 4803 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4804 | android:value="com.android.settings.gestures.GestureNavigationSettingsFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 4805 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4806 | android:value="@string/menu_key_system"/> |
Mehdi Alizadeh | 0355596 | 2019-12-13 15:31:53 -0800 | [diff] [blame] | 4807 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4808 | android:value="true" /> |
| 4809 | </activity> |
| 4810 | |
Jernej Virag | 97ea279 | 2021-08-09 18:11:28 +0000 | [diff] [blame] | 4811 | <activity |
| 4812 | android:name="Settings$ButtonNavigationSettingsActivity" |
Xuanang Zhao | 0cc0149 | 2022-11-02 13:55:21 +0800 | [diff] [blame] | 4813 | android:label="@string/button_navigation_settings_activity_title" |
Jernej Virag | 97ea279 | 2021-08-09 18:11:28 +0000 | [diff] [blame] | 4814 | android:exported="true" |
| 4815 | android:enabled="true"> |
| 4816 | <intent-filter android:priority="32"> |
| 4817 | <action android:name="android.intent.action.MAIN" /> |
| 4818 | <category android:name="com.android.settings.SHORTCUT" /> |
| 4819 | </intent-filter> |
| 4820 | <intent-filter android:priority="1"> |
| 4821 | <action android:name="com.android.settings.BUTTON_NAVIGATION_SETTINGS" /> |
| 4822 | <category android:name="android.intent.category.DEFAULT" /> |
| 4823 | </intent-filter> |
| 4824 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4825 | android:value="com.android.settings.gestures.ButtonNavigationSettingsFragment" /> |
| 4826 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4827 | android:value="true" /> |
| 4828 | </activity> |
| 4829 | |
Beth Thibodeau | 59cbd11 | 2020-06-09 23:38:41 -0400 | [diff] [blame] | 4830 | <activity android:name="Settings$MediaControlsSettingsActivity" |
| 4831 | android:exported="true" |
bvineeth | 5b90dfa | 2021-11-16 06:44:41 +0000 | [diff] [blame] | 4832 | android:label="@string/media_controls_title"> |
Beth Thibodeau | 59cbd11 | 2020-06-09 23:38:41 -0400 | [diff] [blame] | 4833 | <intent-filter> |
| 4834 | <action android:name="android.settings.ACTION_MEDIA_CONTROLS_SETTINGS" /> |
| 4835 | <category android:name="android.intent.category.DEFAULT" /> |
| 4836 | </intent-filter> |
| 4837 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4838 | android:value="com.android.settings.sound.MediaControlsSettings" /> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4839 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4840 | android:value="@string/menu_key_sound"/> |
Beth Thibodeau | 59cbd11 | 2020-06-09 23:38:41 -0400 | [diff] [blame] | 4841 | </activity> |
| 4842 | |
timhypeng | c3bd801 | 2020-09-02 15:54:18 +0800 | [diff] [blame] | 4843 | <receiver |
| 4844 | android:name=".media.BluetoothPairingReceiver" |
| 4845 | android:exported="true" |
Jeff Sharkey | 7025a83 | 2021-06-22 19:58:58 -0600 | [diff] [blame] | 4846 | android:permission="android.permission.BLUETOOTH_CONNECT"> |
timhypeng | c3bd801 | 2020-09-02 15:54:18 +0800 | [diff] [blame] | 4847 | <intent-filter> |
| 4848 | <action android:name="com.android.settings.action.LAUNCH_BLUETOOTH_PAIRING"/> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 4849 | </intent-filter> |
timhypeng | c3bd801 | 2020-09-02 15:54:18 +0800 | [diff] [blame] | 4850 | </receiver> |
| 4851 | |
Jiashen Wang | 610060c8 | 2020-07-12 20:44:47 -0700 | [diff] [blame] | 4852 | <receiver |
| 4853 | android:name=".sim.receivers.SimSlotChangeReceiver" |
| 4854 | android:exported="true"> |
| 4855 | <intent-filter> |
| 4856 | <action android:name="android.telephony.action.SIM_SLOT_STATUS_CHANGED" /> |
| 4857 | </intent-filter> |
| 4858 | </receiver> |
| 4859 | |
Bonian Chen | 3ac629f | 2022-12-14 04:18:20 +0000 | [diff] [blame] | 4860 | <service android:name=".sim.receivers.SimSlotChangeService" |
| 4861 | android:permission="android.permission.BIND_JOB_SERVICE" /> |
| 4862 | |
Jiashen Wang | 7629de0 | 2020-11-24 19:03:33 -0800 | [diff] [blame] | 4863 | <receiver |
| 4864 | android:name=".sim.receivers.SimCompleteBootReceiver" |
| 4865 | android:exported="true"> |
| 4866 | <intent-filter> |
| 4867 | <action android:name="android.intent.action.BOOT_COMPLETED"/> |
| 4868 | </intent-filter> |
| 4869 | </receiver> |
| 4870 | |
Jiashen Wang | b54d25e | 2021-01-18 19:14:00 -0800 | [diff] [blame] | 4871 | <activity |
| 4872 | android:name=".sim.ChooseSimActivity" |
| 4873 | android:theme="@style/GlifV3Theme.DayNight.NoActionBar" |
| 4874 | android:launchMode="singleInstance" |
Bonian Chen | f81eaeb | 2022-03-18 16:52:40 +0800 | [diff] [blame] | 4875 | android:excludeFromRecents="true" |
Jiashen Wang | b54d25e | 2021-01-18 19:14:00 -0800 | [diff] [blame] | 4876 | android:exported="false"/> |
| 4877 | |
| 4878 | <activity |
| 4879 | android:name=".sim.SwitchToEsimConfirmDialogActivity" |
| 4880 | android:exported="false" |
| 4881 | android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS" |
| 4882 | android:launchMode="singleInstance" |
SongFerngWang | 4780be4 | 2021-12-21 05:39:09 +0800 | [diff] [blame] | 4883 | android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/> |
Jiashen Wang | b54d25e | 2021-01-18 19:14:00 -0800 | [diff] [blame] | 4884 | |
| 4885 | <activity |
| 4886 | android:name=".sim.DsdsDialogActivity" |
| 4887 | android:exported="false" |
| 4888 | android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS" |
| 4889 | android:launchMode="singleInstance" |
SongFerngWang | 4780be4 | 2021-12-21 05:39:09 +0800 | [diff] [blame] | 4890 | android:theme="@style/Theme.AlertDialog.SimConfirmDialog"/> |
Jiashen Wang | b54d25e | 2021-01-18 19:14:00 -0800 | [diff] [blame] | 4891 | |
Jiashen Wang | 7629de0 | 2020-11-24 19:03:33 -0800 | [diff] [blame] | 4892 | <service android:name=".sim.SimNotificationService" |
| 4893 | android:permission="android.permission.BIND_JOB_SERVICE" /> |
| 4894 | |
calvinpan | e077e39 | 2021-01-25 10:07:26 +0800 | [diff] [blame] | 4895 | <activity android:name=".sim.smartForwarding.SmartForwardingActivity" |
calvinpan | e077e39 | 2021-01-25 10:07:26 +0800 | [diff] [blame] | 4896 | android:exported="true" |
| 4897 | android:launchMode="singleTask"> |
| 4898 | </activity> |
| 4899 | |
Mill Chen | 0023100 | 2021-03-11 01:18:13 +0800 | [diff] [blame] | 4900 | <activity android:name="Settings$FactoryResetActivity" |
Edgar Wang | c8bbf83 | 2023-05-24 19:36:53 +0800 | [diff] [blame] | 4901 | android:permission="android.permission.MASTER_CLEAR" |
Mill Chen | 0023100 | 2021-03-11 01:18:13 +0800 | [diff] [blame] | 4902 | android:label="@string/main_clear_title" |
| 4903 | android:exported="true" |
| 4904 | android:theme="@style/SudThemeGlif.Light"> |
| 4905 | <intent-filter> |
| 4906 | <action android:name="com.android.settings.action.FACTORY_RESET"/> |
| 4907 | <category android:name="android.intent.category.DEFAULT"/> |
| 4908 | </intent-filter> |
| 4909 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4910 | android:value="com.android.settings.MainClear"/> |
Jason Chiu | 646a31e | 2021-11-10 11:56:00 +0800 | [diff] [blame] | 4911 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4912 | android:value="@string/menu_key_system"/> |
Mill Chen | 0023100 | 2021-03-11 01:18:13 +0800 | [diff] [blame] | 4913 | </activity> |
| 4914 | |
| 4915 | <activity android:name="Settings$FactoryResetConfirmActivity" |
| 4916 | android:label="@string/main_clear_confirm_title" |
| 4917 | android:exported="false" |
| 4918 | android:theme="@style/SudThemeGlif.Light"> |
| 4919 | </activity> |
| 4920 | |
Jason Chang | d1cf05c | 2021-10-21 16:12:15 +0800 | [diff] [blame] | 4921 | <activity |
| 4922 | android:name="Settings$OneHandedSettingsActivity" |
| 4923 | android:label="@string/one_handed_title" |
| 4924 | android:exported="true" |
| 4925 | android:enabled="true"> |
| 4926 | <intent-filter android:priority="1"> |
Jason Chang | cffaef1 | 2021-11-20 23:21:28 +0800 | [diff] [blame] | 4927 | <action android:name="android.settings.action.ONE_HANDED_SETTINGS" /> |
| 4928 | <category android:name="android.intent.category.DEFAULT" /> |
| 4929 | </intent-filter> |
| 4930 | <intent-filter android:priority="1"> |
Jason Chang | d1cf05c | 2021-10-21 16:12:15 +0800 | [diff] [blame] | 4931 | <action android:name="android.intent.action.MAIN" /> |
| 4932 | <category android:name="com.android.settings.SHORTCUT" /> |
| 4933 | </intent-filter> |
| 4934 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4935 | android:value="com.android.settings.gestures.OneHandedSettings"/> |
| 4936 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 4937 | android:value="true" /> |
| 4938 | </activity> |
| 4939 | |
Marie Matheson | 125a84f | 2022-02-02 19:14:00 +0000 | [diff] [blame] | 4940 | <receiver android:name=".safetycenter.SafetySourceBroadcastReceiver" |
| 4941 | android:exported="true"> |
| 4942 | <intent-filter> |
| 4943 | <action android:name="android.safetycenter.action.REFRESH_SAFETY_SOURCES"/> |
Marie Matheson | 1106faf | 2022-02-14 20:33:57 +0000 | [diff] [blame] | 4944 | <action android:name="android.intent.action.BOOT_COMPLETED"/> |
Marie Matheson | 125a84f | 2022-02-02 19:14:00 +0000 | [diff] [blame] | 4945 | </intent-filter> |
| 4946 | </receiver> |
| 4947 | |
Zoey Chen | 4b34598 | 2022-05-12 11:27:40 +0800 | [diff] [blame] | 4948 | <activity |
| 4949 | android:name="com.android.settings.bluetooth.QrCodeScanModeActivity" |
| 4950 | android:permission="android.permission.BLUETOOTH_CONNECT" |
| 4951 | android:exported="true"> |
| 4952 | <intent-filter> |
| 4953 | <action android:name="android.settings.BLUETOOTH_LE_AUDIO_QR_CODE_SCANNER"/> |
| 4954 | <category android:name="android.intent.category.DEFAULT"/> |
| 4955 | </intent-filter> |
| 4956 | </activity> |
| 4957 | |
Chaohui Wang | f67f2ad | 2022-11-21 17:44:31 +0800 | [diff] [blame] | 4958 | <activity |
chelseahao | 74b9b9d | 2023-11-14 16:51:50 +0800 | [diff] [blame] | 4959 | android:name="com.android.settings.connecteddevice.audiosharing.audiostreams.qrcode.QrCodeScanModeActivity" |
| 4960 | android:permission="android.permission.BLUETOOTH_CONNECT" |
| 4961 | android:exported="false"> |
| 4962 | <intent-filter> |
| 4963 | <action android:name="android.settings.BLUETOOTH_LE_AUDIO_QR_CODE_SCANNER"/> |
| 4964 | <category android:name="android.intent.category.DEFAULT"/> |
| 4965 | </intent-filter> |
| 4966 | </activity> |
| 4967 | |
| 4968 | <activity |
Chaohui Wang | f67f2ad | 2022-11-21 17:44:31 +0800 | [diff] [blame] | 4969 | android:name=".spa.SpaActivity" |
| 4970 | android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize" |
Viesturs Zarins | 8e33f2e | 2023-06-01 17:48:36 +0200 | [diff] [blame] | 4971 | android:knownActivityEmbeddingCerts="@array/config_known_host_certs" |
Chaohui Wang | f67f2ad | 2022-11-21 17:44:31 +0800 | [diff] [blame] | 4972 | android:exported="false" /> |
Chaohui Wang | d22619e | 2022-09-08 16:06:09 +0800 | [diff] [blame] | 4973 | <activity android:name=".spa.SpaBridgeActivity" android:exported="false"/> |
Chaohui Wang | a9c624b | 2022-12-23 16:48:40 +0800 | [diff] [blame] | 4974 | <activity android:name=".spa.SpaAppBridgeActivity" android:exported="false"/> |
Chaohui Wang | d22619e | 2022-09-08 16:06:09 +0800 | [diff] [blame] | 4975 | |
Joshua McCloskey | 9642d1e | 2023-04-13 19:58:26 +0000 | [diff] [blame] | 4976 | <activity android:name=".Settings$FingerprintSettingsActivityV2" |
| 4977 | android:label="@string/security_settings_fingerprint_preference_title" |
| 4978 | android:exported="false" |
| 4979 | android:icon="@drawable/ic_fingerprint_header"> |
| 4980 | <intent-filter> |
| 4981 | <action android:name="android.settings.FINGERPRINT_SETTINGS_V2" /> |
| 4982 | <category android:name="android.intent.category.DEFAULT" /> |
| 4983 | </intent-filter> |
| 4984 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Joshua McCloskey | 2e0244e | 2023-08-14 17:26:23 +0000 | [diff] [blame] | 4985 | android:value="com.android.settings.biometrics.fingerprint2.ui.settings.fragment.FingerprintSettingsV2Fragment" /> |
Joshua McCloskey | 9642d1e | 2023-04-13 19:58:26 +0000 | [diff] [blame] | 4986 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 4987 | android:value="@string/menu_key_security"/> |
| 4988 | </activity> |
| 4989 | |
Joshua McCloskey | 7526b92 | 2023-10-19 00:15:14 +0000 | [diff] [blame] | 4990 | <provider |
| 4991 | android:name=".biometrics.BiometricSettingsProvider" |
| 4992 | android:authorities="${applicationId}.biometrics.provider" |
| 4993 | android:exported="true" |
| 4994 | android:permission="com.android.settings.USE_BIOMETRIC_PROVIDER"> |
| 4995 | <intent-filter> |
| 4996 | <action android:name="com.android.settings.biometrics.BIOMETRIC_SETTINGS_PROVIDER" /> |
| 4997 | </intent-filter> |
| 4998 | </provider> |
| 4999 | |
josephpv | ee5e1ce | 2023-10-05 21:42:43 +0000 | [diff] [blame] | 5000 | <activity |
| 5001 | android:name=".privatespace.PrivateSpaceSetupActivity" |
| 5002 | android:theme="@style/GlifV3Theme.Light" |
| 5003 | android:exported="false" /> |
| 5004 | |
josephpv | 92f28a1 | 2023-11-09 23:06:20 +0000 | [diff] [blame] | 5005 | <activity |
| 5006 | android:name=".privatespace.PrivateSpaceAuthenticationActivity" |
| 5007 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar" |
| 5008 | android:exported="true"> |
| 5009 | <intent-filter> |
| 5010 | <action android:name="com.android.settings.action.PRIVATE_SPACE_SETUP_FLOW" /> |
| 5011 | <category android:name="android.intent.category.DEFAULT"/> |
| 5012 | </intent-filter> |
| 5013 | </activity> |
| 5014 | |
josephpv | 84944ba | 2023-10-06 15:50:21 +0000 | [diff] [blame] | 5015 | <activity android:name=".privatespace.PrivateProfileContextHelperActivity" android:exported="false"/> |
josephpv | 31b044e | 2023-10-04 18:14:20 +0000 | [diff] [blame] | 5016 | |
Chaohui Wang | d22619e | 2022-09-08 16:06:09 +0800 | [diff] [blame] | 5017 | <activity-alias android:name="UsageStatsActivity" |
| 5018 | android:exported="true" |
| 5019 | android:label="@string/testing_usage_stats" |
| 5020 | android:targetActivity=".spa.SpaBridgeActivity"> |
| 5021 | <intent-filter> |
| 5022 | <action android:name="android.intent.action.MAIN" /> |
| 5023 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 5024 | </intent-filter> |
| 5025 | <meta-data android:name="com.android.settings.spa.DESTINATION" |
| 5026 | android:value="UsageStats"/> |
Chaohui Wang | 6adf1ba | 2023-12-04 16:36:21 +0800 | [diff] [blame] | 5027 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 5028 | android:value="@string/menu_key_apps"/> |
Chaohui Wang | d22619e | 2022-09-08 16:06:09 +0800 | [diff] [blame] | 5029 | </activity-alias> |
Chaohui Wang | 805f903 | 2022-08-16 16:36:40 +0800 | [diff] [blame] | 5030 | |
Tsung-Mao Fang | fa7394a | 2022-10-04 15:51:45 +0800 | [diff] [blame] | 5031 | <!-- [b/197780098] Disable eager initialization of Jetpack libraries. --> |
| 5032 | <provider |
| 5033 | android:name="androidx.startup.InitializationProvider" |
| 5034 | android:authorities="${applicationId}.androidx-startup" |
| 5035 | tools:node="remove" /> |
| 5036 | |
Dan Sandler | 3bd52dd | 2016-03-24 10:24:27 -0700 | [diff] [blame] | 5037 | <!-- This is the longest AndroidManifest.xml ever. --> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 5038 | </application> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 5039 | </manifest> |