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" |
Fyodor Kupolov | 19280af | 2015-01-27 11:59:00 -0800 | [diff] [blame] | 2 | xmlns:androidprv="http://schemas.android.com/apk/prv/res/android" |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 3 | package="com.android.settings" |
Ben Komalo | b08172e | 2011-09-19 14:27:13 -0700 | [diff] [blame] | 4 | coreApp="true" |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 5 | android:sharedUserId="android.uid.system"> |
| 6 | |
Jeff Hamilton | c60fb58 | 2010-02-11 16:25:53 -0600 | [diff] [blame] | 7 | <original-package android:name="com.android.settings" /> |
| 8 | |
Sundeep Ghuman | c164ad0 | 2016-12-26 17:37:30 -0800 | [diff] [blame] | 9 | <uses-permission android:name="android.permission.REQUEST_NETWORK_SCORES" /> |
Jeff Sharkey | 5738266 | 2015-07-30 16:55:42 -0700 | [diff] [blame] | 10 | <uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE" /> |
Zim | 3d437eb | 2020-01-24 15:29:00 +0000 | [diff] [blame] | 11 | <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" /> |
Vasu Nori | 2180974 | 2011-01-25 13:39:16 -0800 | [diff] [blame] | 12 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
Amith Yamasani | 48fa857 | 2012-04-17 17:12:01 -0700 | [diff] [blame] | 13 | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 14 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
| 15 | <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" /> |
Mike Lockwood | cd03f53 | 2009-09-15 14:39:47 -0400 | [diff] [blame] | 16 | <uses-permission android:name="android.permission.DEVICE_POWER" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 17 | <uses-permission android:name="android.permission.CHANGE_CONFIGURATION" /> |
| 18 | <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
| 19 | <uses-permission android:name="android.permission.VIBRATE" /> |
Jeff Sharkey | 7025a83 | 2021-06-22 19:58:58 -0600 | [diff] [blame] | 20 | <uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE" /> |
Jeff Sharkey | 9e07eab | 2021-03-22 15:33:01 -0600 | [diff] [blame] | 21 | <uses-permission android:name="android.permission.BLUETOOTH_CONNECT" /> |
| 22 | <uses-permission android:name="android.permission.BLUETOOTH_SCAN" /> |
Matthew Xie | 500f294 | 2013-09-24 00:55:42 -0700 | [diff] [blame] | 23 | <uses-permission android:name="android.permission.BLUETOOTH_PRIVILEGED" /> |
Nick Pelly | f2917ac | 2010-10-20 16:39:44 -0700 | [diff] [blame] | 24 | <uses-permission android:name="android.permission.NFC" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 25 | <uses-permission android:name="android.permission.HARDWARE_TEST" /> |
| 26 | <uses-permission android:name="android.permission.CALL_PHONE" /> |
| 27 | <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> |
| 28 | <uses-permission android:name="android.permission.MASTER_CLEAR" /> |
| 29 | <uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH" /> |
| 30 | <uses-permission android:name="android.permission.ACCESS_DOWNLOAD_MANAGER" /> |
| 31 | <uses-permission android:name="android.permission.READ_CONTACTS" /> |
| 32 | <uses-permission android:name="android.permission.WRITE_CONTACTS" /> |
Chia-chi Yeh | 413b171 | 2011-07-07 12:49:18 -0700 | [diff] [blame] | 33 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
Roshan Pius | f1f209f | 2017-12-13 16:20:18 -0800 | [diff] [blame] | 34 | <uses-permission android:name="android.permission.LOCAL_MAC_ADDRESS" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 35 | <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> |
Irfan Sheriff | 0f41b49 | 2013-03-29 11:15:07 -0700 | [diff] [blame] | 36 | <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] | 37 | <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" /> |
Jeremy Klein | 78d182f | 2015-12-28 15:39:39 -0800 | [diff] [blame] | 38 | <uses-permission android:name="android.permission.TETHER_PRIVILEGED" /> |
Dianne Hackborn | 027cdd2 | 2018-01-19 17:57:28 -0800 | [diff] [blame] | 39 | <uses-permission android:name="android.permission.FOREGROUND_SERVICE"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 40 | <uses-permission android:name="android.permission.INTERNET" /> |
| 41 | <uses-permission android:name="android.permission.CLEAR_APP_USER_DATA" /> |
| 42 | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
zoey chen | 4a7ad4d | 2019-12-17 18:13:39 +0800 | [diff] [blame] | 43 | <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] | 44 | <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" /> |
Hall Liu | a6840ca | 2018-11-27 17:00:50 -0800 | [diff] [blame] | 45 | <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 46 | <uses-permission android:name="android.permission.WRITE_APN_SETTINGS"/> |
| 47 | <uses-permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"/> |
| 48 | <uses-permission android:name="android.permission.READ_USER_DICTIONARY"/> |
| 49 | <uses-permission android:name="android.permission.WRITE_USER_DICTIONARY"/> |
Dianne Hackborn | 517ea9f | 2010-01-04 18:47:54 -0800 | [diff] [blame] | 50 | <uses-permission android:name="android.permission.FORCE_STOP_PACKAGES"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 51 | <uses-permission android:name="android.permission.PACKAGE_USAGE_STATS"/> |
| 52 | <uses-permission android:name="android.permission.BATTERY_STATS"/> |
| 53 | <uses-permission android:name="com.android.launcher.permission.READ_SETTINGS" /> |
| 54 | <uses-permission android:name="com.android.launcher.permission.WRITE_SETTINGS" /> |
Suchi Amalapurapu | ad14827 | 2010-02-19 14:30:01 -0800 | [diff] [blame] | 55 | <uses-permission android:name="android.permission.MOVE_PACKAGE" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 56 | <uses-permission android:name="android.permission.USE_CREDENTIALS" /> |
| 57 | <uses-permission android:name="android.permission.BACKUP" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 58 | <uses-permission android:name="android.permission.READ_SYNC_STATS" /> |
| 59 | <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" /> |
| 60 | <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" /> |
Stanislav Zholnin | 646dda9 | 2019-02-01 13:00:37 +0000 | [diff] [blame] | 61 | <uses-permission android:name="android.permission.READ_DEVICE_CONFIG" /> |
Jason parks | 8fd5bc9 | 2011-01-12 16:03:31 -0600 | [diff] [blame] | 62 | <uses-permission android:name="android.permission.STATUS_BAR" /> |
Mike Lockwood | 9d6d92b | 2011-02-27 09:05:10 -0800 | [diff] [blame] | 63 | <uses-permission android:name="android.permission.MANAGE_USB" /> |
Kenny Root | e7bbf8f | 2018-01-23 21:53:53 +0900 | [diff] [blame] | 64 | <uses-permission android:name="android.permission.MANAGE_DEBUGGING" /> |
Jeff Brown | d82487b | 2011-06-02 03:10:28 -0700 | [diff] [blame] | 65 | <uses-permission android:name="android.permission.SET_POINTER_SPEED" /> |
Jeff Brown | 4397f40 | 2012-04-09 13:24:34 -0700 | [diff] [blame] | 66 | <uses-permission android:name="android.permission.SET_KEYBOARD_LAYOUT" /> |
Dianne Hackborn | 271c8b0 | 2012-08-20 17:24:39 -0700 | [diff] [blame] | 67 | <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" /> |
| 68 | <uses-permission android:name="android.permission.COPY_PROTECTED_DATA" /> |
| 69 | <uses-permission android:name="android.permission.MANAGE_USERS" /> |
Nicolas Prevot | 189294e | 2015-04-22 16:26:45 +0100 | [diff] [blame] | 70 | <uses-permission android:name="android.permission.MANAGE_PROFILE_AND_DEVICE_OWNERS" /> |
Amith Yamasani | 32dccbc | 2012-09-13 18:06:49 -0700 | [diff] [blame] | 71 | <uses-permission android:name="android.permission.READ_PROFILE" /> |
Jeff Brown | 9e143f5 | 2012-09-19 20:46:07 -0700 | [diff] [blame] | 72 | <uses-permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY" /> |
Michael Wright | aacf55a | 2016-07-13 22:11:09 -0700 | [diff] [blame] | 73 | <uses-permission android:name="android.permission.CONFIGURE_DISPLAY_COLOR_MODE" /> |
Christine Franks | bce91d9 | 2018-07-03 14:44:08 -0700 | [diff] [blame] | 74 | <uses-permission android:name="android.permission.CONTROL_DISPLAY_COLOR_TRANSFORMS" /> |
Neil Fuller | 0770b3f | 2019-11-21 16:09:00 +0000 | [diff] [blame] | 75 | <uses-permission android:name="android.permission.SUGGEST_MANUAL_TIME_AND_ZONE" /> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 76 | <uses-permission android:name="android.permission.ACCESS_NOTIFICATIONS" /> |
Brian Carlstrom | f32ba13 | 2013-06-28 13:18:41 -0700 | [diff] [blame] | 77 | <uses-permission android:name="android.permission.REBOOT" /> |
PauloftheWest | 63f7bc8 | 2014-10-30 08:01:30 -0700 | [diff] [blame] | 78 | <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> |
Amith Yamasani | 9247265 | 2013-07-19 12:37:42 -0700 | [diff] [blame] | 79 | <uses-permission android:name="android.permission.MANAGE_DEVICE_ADMINS" /> |
Fabrice Di Meglio | 485b1b8 | 2014-03-20 12:24:57 -0700 | [diff] [blame] | 80 | <uses-permission android:name="android.permission.READ_SEARCH_INDEXABLES" /> |
Fan Zhang | d040ecd | 2017-08-17 16:13:20 -0700 | [diff] [blame] | 81 | <uses-permission android:name="android.permission.BIND_SETTINGS_SUGGESTIONS_SERVICE" /> |
Andres Morales | ce249fe | 2014-07-07 16:58:16 -0700 | [diff] [blame] | 82 | <uses-permission android:name="android.permission.OEM_UNLOCK_STATE" /> |
Andrew Scull | c23357e | 2017-04-18 09:40:11 +0100 | [diff] [blame] | 83 | <uses-permission android:name="android.permission.MANAGE_USER_OEM_UNLOCK_STATE" /> |
Sky Faber | 2d657e3 | 2014-09-22 16:43:04 -0700 | [diff] [blame] | 84 | <uses-permission android:name="android.permission.OVERRIDE_WIFI_CONFIG" /> |
Etan Cohen | 07de359 | 2021-01-21 16:52:03 -0800 | [diff] [blame] | 85 | <uses-permission android:name="android.permission.RESTART_WIFI_SUBSYSTEM" /> |
Jim Miller | 94d4bd9 | 2015-02-19 21:04:57 -0800 | [diff] [blame] | 86 | <uses-permission android:name="android.permission.MANAGE_FINGERPRINT" /> |
Kevin Chyn | b3ee231 | 2018-10-04 15:01:43 -0700 | [diff] [blame] | 87 | <uses-permission android:name="android.permission.USE_BIOMETRIC" /> |
| 88 | <uses-permission android:name="android.permission.USE_BIOMETRIC_INTERNAL" /> |
Jorim Jaggi | 4a2423b | 2015-04-24 10:19:48 -0700 | [diff] [blame] | 89 | <uses-permission android:name="android.permission.USER_ACTIVITY" /> |
Amith Yamasani | 50e32b0 | 2015-05-13 18:18:16 -0700 | [diff] [blame] | 90 | <uses-permission android:name="android.permission.CHANGE_APP_IDLE_STATE" /> |
Fyodor Kupolov | 0938a63 | 2015-07-27 12:24:59 -0700 | [diff] [blame] | 91 | <uses-permission android:name="android.permission.PEERS_MAC_ADDRESS"/> |
Julia Reynolds | f02aa0c | 2015-09-28 08:57:03 -0400 | [diff] [blame] | 92 | <uses-permission android:name="android.permission.MANAGE_NOTIFICATIONS"/> |
Daniel Nishi | b84304d | 2016-04-11 14:08:44 -0700 | [diff] [blame] | 93 | <uses-permission android:name="android.permission.DELETE_PACKAGES"/> |
Philip P. Moltmann | dd7441b | 2017-09-05 12:42:04 -0700 | [diff] [blame] | 94 | <uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES" /> |
Phil Weaver | 2e2dbfe | 2017-05-30 10:41:52 -0700 | [diff] [blame] | 95 | <uses-permission android:name="android.permission.MANAGE_APP_OPS_RESTRICTIONS"/> |
Dianne Hackborn | da3c046 | 2018-03-07 16:42:39 -0800 | [diff] [blame] | 96 | <uses-permission android:name="android.permission.MANAGE_APP_OPS_MODES" /> |
Phil Weaver | 633c9be | 2017-07-05 10:02:38 -0700 | [diff] [blame] | 97 | <uses-permission android:name="android.permission.HIDE_NON_SYSTEM_OVERLAY_WINDOWS"/> |
Philip P. Moltmann | 5929b13 | 2017-06-19 10:55:31 -0700 | [diff] [blame] | 98 | <uses-permission android:name="android.permission.READ_PRINT_SERVICES" /> |
Roshan Pius | 37a46a1 | 2017-07-24 15:05:36 -0700 | [diff] [blame] | 99 | <uses-permission android:name="android.permission.NETWORK_SETTINGS" /> |
Alexandru-Andrei Rotaru | aeb3e44 | 2017-08-07 12:21:31 +0100 | [diff] [blame] | 100 | <uses-permission android:name="android.permission.TEST_BLACKLISTED_PASSWORD" /> |
Jeff Sharkey | d940336 | 2018-01-05 17:14:37 -0700 | [diff] [blame] | 101 | <uses-permission android:name="android.permission.USE_RESERVED_DISK" /> |
Felipe Leme | a5bbad4 | 2018-02-14 13:15:19 -0800 | [diff] [blame] | 102 | <uses-permission android:name="android.permission.MANAGE_SCOPED_ACCESS_DIRECTORY_PERMISSIONS" /> |
Kevin Chyn | 22b4edd | 2018-07-30 19:20:01 -0700 | [diff] [blame] | 103 | <uses-permission android:name="android.permission.CAMERA" /> |
jackqdyulei | f25c9b0 | 2019-02-27 10:05:56 -0800 | [diff] [blame] | 104 | <uses-permission android:name="android.permission.MEDIA_CONTENT_CONTROL" /> |
PO HUNG CHEN | afc513e | 2019-12-10 04:11:21 +0000 | [diff] [blame] | 105 | <uses-permission android:name="android.permission.INSTALL_DYNAMIC_SYSTEM" /> |
Jack Yu | c4da22a | 2020-01-30 00:04:06 -0800 | [diff] [blame] | 106 | <uses-permission android:name="android.permission.BIND_CELL_BROADCAST_SERVICE" /> |
Mehdi Alizadeh | 2552dff | 2020-06-11 21:06:00 -0700 | [diff] [blame] | 107 | <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW" /> |
Edgar Wang | 3912179 | 2020-10-27 16:54:46 +0800 | [diff] [blame] | 108 | <uses-permission android:name="android.permission.READ_DREAM_STATE" /> |
| 109 | <uses-permission android:name="android.permission.READ_DREAM_SUPPRESSION" /> |
Zhen Zhang | 1f99d6a | 2021-03-22 00:49:49 -0700 | [diff] [blame] | 110 | <uses-permission android:name="android.permission.MANAGE_APP_HIBERNATION" /> |
Arc Wang | 8b2dd65 | 2021-10-05 20:20:40 +0800 | [diff] [blame] | 111 | <uses-permission android:name="android.permission.LAUNCH_MULTI_PANE_SETTINGS_DEEP_LINK" /> |
| 112 | <uses-permission android:name="android.permission.ALLOW_PLACE_IN_MULTI_PANE_SETTINGS" /> |
pihuei | 55fb2b7 | 2020-10-13 19:00:57 +0800 | [diff] [blame] | 113 | |
Tsung-Mao Fang | 4781fc1 | 2021-09-06 02:41:26 +0000 | [diff] [blame] | 114 | <application |
| 115 | android:name=".SettingsApplication" |
| 116 | android:label="@string/settings_label" |
Hyunyoung Song | 1f093dd | 2017-02-14 10:40:58 -0800 | [diff] [blame] | 117 | android:icon="@drawable/ic_launcher_settings" |
Amith Yamasani | 56f51a8 | 2013-08-05 10:07:23 -0700 | [diff] [blame] | 118 | android:theme="@style/Theme.Settings" |
Fabrice Di Meglio | 79d8e80 | 2012-07-19 19:25:50 -0700 | [diff] [blame] | 119 | android:hardwareAccelerated="true" |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 120 | android:requiredForAllUsers="true" |
Fabrice Di Meglio | 6644556 | 2014-06-30 13:11:53 -0700 | [diff] [blame] | 121 | android:supportsRtl="true" |
Sunny Goyal | ae788a1 | 2019-04-24 17:11:24 -0700 | [diff] [blame] | 122 | android:backupAgent="com.android.settings.backup.SettingsBackupHelper" |
Jeff Sharkey | 3bd73ed | 2015-11-18 10:20:18 -0700 | [diff] [blame] | 123 | android:usesCleartextTraffic="true" |
Jeff Sharkey | a806b7a | 2016-03-17 11:04:55 -0600 | [diff] [blame] | 124 | android:defaultToDeviceProtectedStorage="true" |
Jason Monk | 2021012 | 2018-04-03 18:36:42 -0400 | [diff] [blame] | 125 | android:directBootAware="true" |
Aurimas Liutikas | e0069d3 | 2018-04-17 11:22:43 -0700 | [diff] [blame] | 126 | android:appComponentFactory="androidx.core.app.CoreComponentFactory"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 127 | |
Bonian Chen | e69d1a6 | 2021-01-06 05:41:46 +0000 | [diff] [blame] | 128 | <uses-library android:name="org.apache.http.legacy" /> |
Tsung-Mao Fang | 18ad0c4 | 2021-08-17 18:28:06 +0800 | [diff] [blame] | 129 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 130 | <!-- Settings --> |
Fan Zhang | 44be913 | 2018-09-07 12:56:53 -0700 | [diff] [blame] | 131 | <activity android:name=".homepage.SettingsHomepageActivity" |
Raff Tsai | 082f8ee | 2018-06-29 06:11:39 +0000 | [diff] [blame] | 132 | android:label="@string/settings_label_launcher" |
| 133 | android:theme="@style/Theme.Settings.Home" |
Sunny Shao | 0b0e6fc | 2019-06-18 13:32:05 +0800 | [diff] [blame] | 134 | android:taskAffinity="com.android.settings.root" |
Jason Chiu | 130629b | 2020-03-06 10:52:19 +0800 | [diff] [blame] | 135 | android:launchMode="singleTask" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 136 | android:exported="true" |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 137 | android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout"> |
Fan Zhang | 0c7c59f | 2018-10-26 13:40:38 -0700 | [diff] [blame] | 138 | <intent-filter android:priority="1"> |
| 139 | <action android:name="android.settings.SETTINGS" /> |
| 140 | <category android:name="android.intent.category.DEFAULT" /> |
| 141 | </intent-filter> |
| 142 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 143 | android:value="true" /> |
Raff Tsai | 082f8ee | 2018-06-29 06:11:39 +0000 | [diff] [blame] | 144 | </activity> |
| 145 | |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 146 | <activity android:name=".homepage.SliceDeepLinkHomepageActivity" |
| 147 | android:label="@string/settings_label_launcher" |
| 148 | android:theme="@style/Theme.Settings.Home" |
| 149 | android:taskAffinity="" |
| 150 | android:launchMode="singleTask" |
| 151 | android:exported="false" |
| 152 | android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout"> |
| 153 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 154 | android:value="true" /> |
jackqdyulei | 106ae1d | 2018-10-05 10:04:19 -0700 | [diff] [blame] | 155 | </activity> |
| 156 | |
Alexandra Gherghina | 05dec7f | 2014-09-05 11:42:51 +0100 | [diff] [blame] | 157 | <!-- Alias for launcher activity only, as this belongs to each profile. --> |
| 158 | <activity-alias android:name="Settings" |
Alexandra Gherghina | 05dec7f | 2014-09-05 11:42:51 +0100 | [diff] [blame] | 159 | android:label="@string/settings_label_launcher" |
Sunny Shao | 0b0e6fc | 2019-06-18 13:32:05 +0800 | [diff] [blame] | 160 | android:taskAffinity="com.android.settings.root" |
Alexandra Gherghina | 05dec7f | 2014-09-05 11:42:51 +0100 | [diff] [blame] | 161 | android:launchMode="singleTask" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 162 | android:exported="true" |
Fan Zhang | 44be913 | 2018-09-07 12:56:53 -0700 | [diff] [blame] | 163 | android:targetActivity=".homepage.SettingsHomepageActivity"> |
Alexandra Gherghina | 05dec7f | 2014-09-05 11:42:51 +0100 | [diff] [blame] | 164 | <intent-filter> |
| 165 | <action android:name="android.intent.action.MAIN" /> |
| 166 | <category android:name="android.intent.category.DEFAULT" /> |
| 167 | <category android:name="android.intent.category.LAUNCHER" /> |
| 168 | </intent-filter> |
Sunny Goyal | 5f179fc | 2016-06-15 12:36:50 -0700 | [diff] [blame] | 169 | <meta-data android:name="android.app.shortcuts" android:resource="@xml/shortcuts"/> |
Alexandra Gherghina | 05dec7f | 2014-09-05 11:42:51 +0100 | [diff] [blame] | 170 | </activity-alias> |
| 171 | |
Arc Wang | 22ce392 | 2021-08-31 18:11:57 +0800 | [diff] [blame] | 172 | <!-- Alias for SettingsHomepageActivity which works for deep link page in 2-panel. --> |
| 173 | <activity-alias android:name="DeepLinkHomepageActivity" |
| 174 | android:label="@string/settings_label_launcher" |
| 175 | android:exported="true" |
Arc Wang | 8b2dd65 | 2021-10-05 20:20:40 +0800 | [diff] [blame] | 176 | android:permission="android.permission.LAUNCH_MULTI_PANE_SETTINGS_DEEP_LINK" |
Arc Wang | 22ce392 | 2021-08-31 18:11:57 +0800 | [diff] [blame] | 177 | android:targetActivity=".homepage.SettingsHomepageActivity"> |
| 178 | <intent-filter> |
Arc Wang | 8b2dd65 | 2021-10-05 20:20:40 +0800 | [diff] [blame] | 179 | <action android:name="android.settings.SETTINGS_EMBED_DEEP_LINK_ACTIVITY" /> |
Arc Wang | 22ce392 | 2021-08-31 18:11:57 +0800 | [diff] [blame] | 180 | <category android:name="android.intent.category.DEFAULT" /> |
| 181 | </intent-filter> |
| 182 | </activity-alias> |
| 183 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 184 | <receiver android:name=".SettingsInitialize" |
| 185 | android:exported="true"> |
Alexandra Gherghina | 89265a3 | 2014-07-17 20:29:34 +0100 | [diff] [blame] | 186 | <intent-filter> |
Alexandra Gherghina | f2e39f2 | 2014-08-18 13:16:17 +0100 | [diff] [blame] | 187 | <action android:name="android.intent.action.USER_INITIALIZE"/> |
Alexandra Gherghina | 5171224 | 2014-09-05 16:32:14 +0100 | [diff] [blame] | 188 | <action android:name="android.intent.action.PRE_BOOT_COMPLETED"/> |
Alexandra Gherghina | 89265a3 | 2014-07-17 20:29:34 +0100 | [diff] [blame] | 189 | </intent-filter> |
| 190 | </receiver> |
| 191 | |
Mill Chen | 14cfd2f | 2021-01-06 07:46:46 +0800 | [diff] [blame] | 192 | <activity android:name=".SubSettings" |
| 193 | android:theme="@style/Theme.SubSettings" /> |
Dianne Hackborn | b725818 | 2011-03-15 16:23:55 -0700 | [diff] [blame] | 194 | |
Fan Zhang | f1f0f8b | 2018-06-22 10:40:07 -0700 | [diff] [blame] | 195 | <activity android:name=".Settings$CreateShortcutActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 196 | android:exported="true" |
Fan Zhang | 92f1e94 | 2017-01-21 10:07:26 -0800 | [diff] [blame] | 197 | android:label="@string/settings_shortcut"> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 198 | <intent-filter> |
Fan Zhang | f1f0f8b | 2018-06-22 10:40:07 -0700 | [diff] [blame] | 199 | <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
| 200 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 201 | </intent-filter> |
Fan Zhang | f1f0f8b | 2018-06-22 10:40:07 -0700 | [diff] [blame] | 202 | <meta-data |
| 203 | android:name="com.android.settings.FRAGMENT_CLASS" |
| 204 | android:value="com.android.settings.shortcut.CreateShortcut" /> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 205 | </activity> |
| 206 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 207 | <!-- Wireless Controls --> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 208 | <activity |
| 209 | android:name=".Settings$NetworkDashboardActivity" |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 210 | android:label="@string/network_dashboard_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 211 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 212 | android:icon="@drawable/ic_homepage_network"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 213 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 214 | <action android:name="android.settings.WIRELESS_SETTINGS" /> |
| 215 | <action android:name="android.settings.AIRPLANE_MODE_SETTINGS" /> |
Andrew Sapperstein | c65ccd2 | 2019-04-25 10:31:37 -0700 | [diff] [blame] | 216 | <action android:name="com.android.settings.sim.SIM_SUB_INFO_SETTINGS" /> |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 217 | <category android:name="android.intent.category.DEFAULT" /> |
| 218 | </intent-filter> |
| 219 | <intent-filter> |
| 220 | <action android:name="android.intent.action.MAIN" /> |
| 221 | <category android:name="android.intent.category.DEFAULT" /> |
| 222 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 223 | </intent-filter> |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 224 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 225 | android:value="com.android.settings.network.NetworkDashboardFragment"/> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 226 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 227 | android:value="@string/menu_key_network"/> |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 228 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 229 | android:value="true" /> |
| 230 | </activity> |
| 231 | |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 232 | <activity android:name=".network.telephony.MobileNetworkActivity" |
| 233 | android:label="@string/network_settings_title" |
| 234 | android:exported="true" |
tom hsu | e53d70b | 2021-11-02 20:19:23 +0800 | [diff] [blame] | 235 | android:launchMode="singleTask" |
| 236 | android:configChanges="orientation|screenSize|keyboardHidden"> |
SongFerng Wang | fa6a361 | 2021-12-08 14:25:41 +0000 | [diff] [blame^] | 237 | <!-- Note: Since the framework does not support the multiple requests of network scan |
| 238 | from the UI, this singleTask can protect that there is only one |
| 239 | Settings$NetworkSelectActivity which can request the network scan. |
| 240 | If removing the "singleTask" in the future, please also modify the |
| 241 | Settings$NetworkSelectActivity's structure. --> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 242 | <intent-filter android:priority="1"> |
| 243 | <!-- Displays the MobileNetworkActivity and opt-in dialog for capability discovery. --> |
| 244 | <action android:name="android.telephony.ims.action.SHOW_CAPABILITY_DISCOVERY_OPT_IN" /> |
| 245 | <action android:name="android.settings.NETWORK_OPERATOR_SETTINGS" /> |
| 246 | <action android:name="android.settings.DATA_ROAMING_SETTINGS" /> |
| 247 | <action android:name="android.settings.MMS_MESSAGE_SETTING" /> |
| 248 | <category android:name="android.intent.category.DEFAULT" /> |
| 249 | </intent-filter> |
| 250 | </activity> |
| 251 | |
Antony Sargent | 94d9790 | 2019-03-26 09:50:22 -0700 | [diff] [blame] | 252 | <activity android:name=".Settings$MobileNetworkListActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 253 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 254 | android:label="@string/network_settings_title"> |
Antony Sargent | 94d9790 | 2019-03-26 09:50:22 -0700 | [diff] [blame] | 255 | <intent-filter android:priority="1"> |
| 256 | <action android:name="android.settings.MOBILE_NETWORK_LIST" /> |
Peter Wang | 93ce068 | 2021-04-09 11:49:34 -0700 | [diff] [blame] | 257 | <action android:name="android.settings.MANAGE_ALL_SIM_PROFILES_SETTINGS" /> |
Antony Sargent | 94d9790 | 2019-03-26 09:50:22 -0700 | [diff] [blame] | 258 | <category android:name="android.intent.category.DEFAULT" /> |
| 259 | </intent-filter> |
| 260 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 261 | android:value="com.android.settings.network.MobileNetworkListFragment"/> |
| 262 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 263 | android:value="true" /> |
| 264 | </activity> |
| 265 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 266 | <activity |
| 267 | android:name=".Settings$ConnectedDeviceDashboardActivity" |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 268 | android:label="@string/connected_devices_dashboard_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 269 | android:exported="true" |
Sunny Shao | b4a5f16 | 2020-06-15 23:00:26 +0800 | [diff] [blame] | 270 | android:icon="@drawable/ic_homepage_connected_device"> |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 271 | <intent-filter android:priority="1"> |
jackqdyulei | 6dd7f2e | 2018-02-07 17:49:09 -0800 | [diff] [blame] | 272 | <action android:name="android.settings.BLUETOOTH_SETTINGS" /> |
| 273 | <category android:name="android.intent.category.DEFAULT" /> |
| 274 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 275 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 276 | android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment"/> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 277 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 278 | android:value="@string/menu_key_connected_devices"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 279 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 280 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 281 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 282 | |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 283 | <activity android:name="AirplaneModeVoiceActivity" |
| 284 | android:label="@string/wireless_networks_settings_title" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 285 | android:theme="@*android:style/Theme.DeviceDefault.Light.Voice" |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 286 | android:exported="true"> |
| 287 | <intent-filter> |
| 288 | <action android:name="android.settings.VOICE_CONTROL_AIRPLANE_MODE" /> |
| 289 | <category android:name="android.intent.category.DEFAULT" /> |
| 290 | <category android:name="android.intent.category.VOICE" /> |
| 291 | </intent-filter> |
| 292 | </activity> |
| 293 | |
Fan Zhang | 25f29bf | 2017-10-24 09:27:02 -0700 | [diff] [blame] | 294 | <activity android:name=".search.SearchResultTrampoline" |
| 295 | android:theme="@android:style/Theme.NoDisplay" |
| 296 | android:excludeFromRecents="true" |
| 297 | android:exported="true"> |
Fan Zhang | 8068fda | 2017-11-09 16:37:01 -0800 | [diff] [blame] | 298 | <intent-filter> |
| 299 | <action android:name="com.android.settings.SEARCH_RESULT_TRAMPOLINE" /> |
| 300 | <category android:name="android.intent.category.DEFAULT" /> |
| 301 | </intent-filter> |
Fan Zhang | 25f29bf | 2017-10-24 09:27:02 -0700 | [diff] [blame] | 302 | </activity> |
| 303 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 304 | <activity |
| 305 | android:name="Settings$WifiSettingsActivity" |
| 306 | android:label="@string/wifi_settings" |
Sunny Shao | b4a5f16 | 2020-06-15 23:00:26 +0800 | [diff] [blame] | 307 | android:icon="@drawable/ic_homepage_network" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 308 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 309 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 310 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 311 | android:value="com.android.settings.wifi.WifiSettings" /> |
Zoltan Szatmary-Ban | e03d886 | 2015-04-30 14:35:54 +0100 | [diff] [blame] | 312 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 313 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 314 | </activity> |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 315 | |
David Magno | 6031a6e | 2021-10-07 14:40:31 +0200 | [diff] [blame] | 316 | <!-- Keep compatibility with old shortcuts. --> |
| 317 | <activity-alias |
| 318 | android:name="Settings$WifiSettings2Activity" |
| 319 | android:targetActivity="Settings$WifiSettingsActivity" |
| 320 | android:label="@string/wifi_settings" |
| 321 | android:icon="@drawable/ic_homepage_network" |
| 322 | android:exported="true"> |
| 323 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 324 | android:value="com.android.settings.wifi.WifiSettings" /> |
| 325 | </activity-alias> |
| 326 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 327 | <activity |
Arc Wang | 746176e | 2020-09-02 17:35:56 +0800 | [diff] [blame] | 328 | android:name="Settings$NetworkProviderSettingsActivity" |
Weng Su | 658a417 | 2021-07-26 16:33:31 +0800 | [diff] [blame] | 329 | android:label="@string/provider_internet_settings" |
Arc Wang | 746176e | 2020-09-02 17:35:56 +0800 | [diff] [blame] | 330 | android:icon="@drawable/ic_homepage_network" |
| 331 | android:exported="true" |
| 332 | android:configChanges="orientation|keyboardHidden|screenSize"> |
| 333 | <intent-filter android:priority="1"> |
| 334 | <action android:name="android.settings.NETWORK_PROVIDER_SETTINGS" /> |
| 335 | <category android:name="android.intent.category.DEFAULT" /> |
| 336 | </intent-filter> |
| 337 | <intent-filter android:priority="1"> |
Weng Su | 3b99a81 | 2021-10-26 00:39:01 +0800 | [diff] [blame] | 338 | <action android:name="android.settings.WIFI_SETTINGS" /> |
| 339 | <category android:name="android.intent.category.DEFAULT" /> |
| 340 | </intent-filter> |
| 341 | <intent-filter android:priority="1"> |
Arc Wang | 746176e | 2020-09-02 17:35:56 +0800 | [diff] [blame] | 342 | <action android:name="android.intent.action.MAIN" /> |
| 343 | <category android:name="com.android.settings.SHORTCUT" /> |
| 344 | </intent-filter> |
| 345 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 346 | android:value="com.android.settings.network.NetworkProviderSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 347 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 348 | android:value="@string/menu_key_network"/> |
Arc Wang | 746176e | 2020-09-02 17:35:56 +0800 | [diff] [blame] | 349 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 350 | android:value="true" /> |
| 351 | </activity> |
| 352 | |
| 353 | <activity |
SongFerng Wang | fa6a361 | 2021-12-08 14:25:41 +0000 | [diff] [blame^] | 354 | android:name="Settings$NetworkSelectActivity" |
| 355 | android:label="@string/choose_network_title" |
| 356 | android:configChanges="orientation|keyboard|keyboardHidden|screenSize|screenLayout|smallestScreenSize"> |
| 357 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 358 | android:value="com.android.settings.network.telephony.NetworkSelectSettings" /> |
| 359 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 360 | android:value="true" /> |
| 361 | </activity> |
| 362 | |
| 363 | <activity |
Weng Su | e8a4e13 | 2021-07-15 11:38:38 +0800 | [diff] [blame] | 364 | android:name="Settings$WifiDetailsSettingsActivity" |
| 365 | android:label="@string/wifi_details_title" |
| 366 | android:icon="@drawable/ic_homepage_network" |
| 367 | android:exported="true" |
| 368 | android:permission="android.permission.CHANGE_WIFI_STATE" |
| 369 | android:configChanges="orientation|keyboardHidden|screenSize"> |
| 370 | <!-- The intent action is only public to OEM, because a special library is required. --> |
| 371 | <intent-filter android:priority="1"> |
| 372 | <action android:name="android.settings.WIFI_DETAILS_SETTINGS" /> |
| 373 | <category android:name="android.intent.category.DEFAULT" /> |
| 374 | </intent-filter> |
| 375 | <meta-data |
| 376 | android:name="com.android.settings.FRAGMENT_CLASS" |
| 377 | android:value="com.android.settings.wifi.details.WifiNetworkDetailsFragment" /> |
| 378 | <meta-data |
| 379 | android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 380 | android:value="true" /> |
| 381 | </activity> |
| 382 | |
| 383 | <activity |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 384 | android:name=".wifi.WifiPickerActivity" |
| 385 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 386 | <intent-filter android:priority="1"> |
| 387 | <action android:name="android.net.wifi.PICK_WIFI_NETWORK" /> |
| 388 | <category android:name="android.intent.category.DEFAULT" /> |
| 389 | </intent-filter> |
Zoltan Szatmary-Ban | e03d886 | 2015-04-30 14:35:54 +0100 | [diff] [blame] | 390 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 391 | android:value="true" /> |
Daisuke Miyakawa | 79c5fd9 | 2011-01-15 14:58:00 -0800 | [diff] [blame] | 392 | </activity> |
| 393 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 394 | <activity |
| 395 | android:name="Settings$ConfigureWifiSettingsActivity" |
| 396 | android:label="@string/wifi_configure_settings_preference_title" |
| 397 | android:icon="@drawable/ic_settings_wireless" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 398 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 399 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Amin Shaikh | 3aa547b | 2017-01-06 18:31:41 -0800 | [diff] [blame] | 400 | <intent-filter android:priority="1"> |
Stephen Chen | 91d13c1 | 2017-03-22 15:53:26 -0700 | [diff] [blame] | 401 | <action android:name="android.settings.WIFI_IP_SETTINGS" /> |
Amin Shaikh | 3aa547b | 2017-01-06 18:31:41 -0800 | [diff] [blame] | 402 | <category android:name="android.intent.category.DEFAULT" /> |
| 403 | </intent-filter> |
| 404 | <intent-filter> |
| 405 | <action android:name="android.intent.action.MAIN" /> |
| 406 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 407 | <category android:name="android.intent.category.DEFAULT" /> |
| 408 | </intent-filter> |
| 409 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 410 | android:value="com.android.settings.wifi.ConfigureWifiSettings" /> |
| 411 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 412 | android:value="true" /> |
| 413 | </activity> |
| 414 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 415 | <activity |
| 416 | android:name="Settings$SavedAccessPointsSettingsActivity" |
| 417 | android:label="@string/wifi_saved_access_points_label" |
| 418 | android:icon="@drawable/ic_settings_wireless" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 419 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 420 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 421 | <intent-filter android:priority="1"> |
Stephen Chen | 66d1a69 | 2016-11-14 16:24:08 -0800 | [diff] [blame] | 422 | <action android:name="android.settings.WIFI_SAVED_NETWORK_SETTINGS" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 423 | <category android:name="android.intent.category.DEFAULT" /> |
| 424 | </intent-filter> |
PauloftheWest | 7837b99 | 2014-06-24 07:42:27 -0700 | [diff] [blame] | 425 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 661049f | 2018-07-18 14:31:44 -0700 | [diff] [blame] | 426 | android:value="com.android.settings.wifi.savedaccesspoints.SavedAccessPointsWifiSettings" /> |
Zoltan Szatmary-Ban | e03d886 | 2015-04-30 14:35:54 +0100 | [diff] [blame] | 427 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 428 | android:value="true" /> |
PauloftheWest | 7837b99 | 2014-06-24 07:42:27 -0700 | [diff] [blame] | 429 | </activity> |
| 430 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 431 | <activity android:name=".Settings$WifiInfoActivity" |
| 432 | android:exported="true"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 433 | <intent-filter> |
| 434 | <action android:name="android.intent.action.MAIN"/> |
| 435 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 436 | <category android:name="android.intent.category.DEFAULT" /> |
| 437 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 438 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 439 | android:value="com.android.settings.wifi.WifiInfo" /> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 440 | </activity> |
| 441 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 442 | <activity android:name=".wifi.WifiConfigInfo" |
| 443 | android:exported="true"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 444 | <intent-filter> |
| 445 | <action android:name="android.intent.action.MAIN"/> |
| 446 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 447 | <category android:name="android.intent.category.DEFAULT" /> |
| 448 | </intent-filter> |
| 449 | </activity> |
| 450 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 451 | <activity android:name=".Settings$WifiAPITestActivity" |
| 452 | android:exported="true"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 453 | <intent-filter> |
| 454 | <action android:name="android.intent.action.MAIN"/> |
| 455 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 456 | <category android:name="android.intent.category.DEFAULT" /> |
| 457 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 458 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 459 | android:value="com.android.settings.wifi.WifiAPITest" /> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 460 | </activity> |
| 461 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 462 | <activity android:name=".wifi.WifiStatusTest" |
| 463 | android:exported="true"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 464 | <intent-filter> |
| 465 | <action android:name="android.intent.action.MAIN"/> |
| 466 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 467 | <category android:name="android.intent.category.DEFAULT" /> |
| 468 | </intent-filter> |
| 469 | </activity> |
| 470 | |
Lorenzo Colitti | 877b054 | 2015-04-03 17:31:19 +0900 | [diff] [blame] | 471 | <activity android:name=".wifi.WifiNoInternetDialog" |
| 472 | android:clearTaskOnLaunch="true" |
| 473 | android:excludeFromRecents="true" |
| 474 | android:exported="true" |
lucaslin | 7335c59 | 2019-03-20 11:41:21 +0800 | [diff] [blame] | 475 | android:permission="android.permission.NETWORK_STACK" |
Arc Wang | 5a298fb | 2020-06-30 14:14:02 +0800 | [diff] [blame] | 476 | android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"> |
lucaslin | aaf2123 | 2021-02-22 10:37:16 +0800 | [diff] [blame] | 477 | <!-- TODO: Consider removing below two intent filters. |
| 478 | It seems like below two intent filters can be removed because when the notification |
| 479 | is clicked, this activity will be launched anyway. --> |
Lorenzo Colitti | 877b054 | 2015-04-03 17:31:19 +0900 | [diff] [blame] | 480 | <intent-filter> |
lucaslin | aaf2123 | 2021-02-22 10:37:16 +0800 | [diff] [blame] | 481 | <action android:name="android.net.action.PROMPT_UNVALIDATED" /> |
Lorenzo Colitti | 877b054 | 2015-04-03 17:31:19 +0900 | [diff] [blame] | 482 | <category android:name="android.intent.category.DEFAULT" /> |
| 483 | </intent-filter> |
Lorenzo Colitti | 1449ecd | 2016-09-15 14:06:46 +0900 | [diff] [blame] | 484 | <intent-filter> |
lucaslin | aaf2123 | 2021-02-22 10:37:16 +0800 | [diff] [blame] | 485 | <action android:name="android.net.action.PROMPT_LOST_VALIDATION" /> |
Lorenzo Colitti | 1449ecd | 2016-09-15 14:06:46 +0900 | [diff] [blame] | 486 | <category android:name="android.intent.category.DEFAULT" /> |
| 487 | </intent-filter> |
Zoltan Szatmary-Ban | e03d886 | 2015-04-30 14:35:54 +0100 | [diff] [blame] | 488 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 489 | android:value="true" /> |
Lorenzo Colitti | 877b054 | 2015-04-03 17:31:19 +0900 | [diff] [blame] | 490 | </activity> |
| 491 | |
Fabrice Di Meglio | 61a1fec | 2014-08-13 16:22:38 -0700 | [diff] [blame] | 492 | <activity android:name="Settings$ApnSettingsActivity" |
Jeff Sharkey | c2b43db | 2012-11-28 17:09:19 -0800 | [diff] [blame] | 493 | android:label="@string/apn_settings" |
smitha.x.smitha | 0a20f2e | 2013-04-23 14:45:09 +0530 | [diff] [blame] | 494 | android:launchMode="singleTask" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 495 | android:exported="true" |
Bonian Chen | cd1fd10 | 2020-02-10 02:38:25 +0800 | [diff] [blame] | 496 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 497 | <intent-filter android:priority="1"> |
| 498 | <action android:name="android.settings.APN_SETTINGS" /> |
| 499 | <category android:name="android.intent.category.DEFAULT" /> |
| 500 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 501 | <intent-filter> |
| 502 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 503 | <category android:name="android.intent.category.DEFAULT" /> |
| 504 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 505 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 506 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 507 | android:value="true" /> |
Fabrice Di Meglio | 61a1fec | 2014-08-13 16:22:38 -0700 | [diff] [blame] | 508 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
tom hsu | 2fd7c9f | 2020-09-30 21:46:27 +0800 | [diff] [blame] | 509 | android:value="com.android.settings.network.apn.ApnSettings" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 510 | </activity> |
| 511 | |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 512 | <!-- Keep compatibility with old shortcuts. --> |
| 513 | <activity-alias |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 514 | android:name="Settings$BluetoothSettingsActivity" |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 515 | android:label="@string/devices_title" |
| 516 | android:targetActivity=".Settings$ConnectedDeviceDashboardActivity" |
| 517 | android:exported="true"> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 518 | <intent-filter android:priority="10"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 519 | <action android:name="android.intent.action.MAIN" /> |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 520 | <category android:name="com.android.settings.SHORTCUT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 521 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 522 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 523 | android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 524 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 525 | android:value="@string/menu_key_connected_devices"/> |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 526 | </activity-alias> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 527 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 528 | <!-- Keep compatibility with old shortcuts. --> |
| 529 | <activity-alias android:name=".bluetooth.BluetoothSettings" |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 530 | android:label="@string/devices_title" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 531 | android:targetActivity="Settings$BluetoothSettingsActivity" |
| 532 | android:exported="true" |
| 533 | android:clearTaskOnLaunch="true"> |
| 534 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 535 | android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 536 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 537 | android:value="@string/menu_key_connected_devices"/> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 538 | </activity-alias> |
| 539 | |
Kevin Chyn | 41acc69 | 2017-06-17 17:25:21 -0700 | [diff] [blame] | 540 | <activity android:name="Settings$AssistGestureSettingsActivity" |
| 541 | android:label="@string/assist_gesture_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 542 | android:exported="true" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 543 | android:icon="@drawable/ic_settings_gestures"> |
Kevin Chyn | 41acc69 | 2017-06-17 17:25:21 -0700 | [diff] [blame] | 544 | <intent-filter> |
| 545 | <action android:name="android.settings.ASSIST_GESTURE_SETTINGS" /> |
| 546 | <category android:name="android.intent.category.DEFAULT" /> |
| 547 | </intent-filter> |
| 548 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 549 | android:value="com.android.settings.gestures.AssistGestureSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 550 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 551 | android:value="@string/menu_key_system"/> |
Kevin Chyn | 41acc69 | 2017-06-17 17:25:21 -0700 | [diff] [blame] | 552 | </activity> |
| 553 | |
Kevin Chyn | 7189997 | 2018-07-10 17:20:29 -0700 | [diff] [blame] | 554 | <activity android:name="Settings$FaceSettingsActivity" |
| 555 | android:label="@string/security_settings_face_preference_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 556 | android:exported="true" |
Kevin Chyn | 7189997 | 2018-07-10 17:20:29 -0700 | [diff] [blame] | 557 | android:icon="@drawable/ic_face_header"> |
| 558 | <intent-filter> |
| 559 | <action android:name="android.settings.FACE_SETTINGS" /> |
| 560 | <category android:name="android.intent.category.DEFAULT" /> |
| 561 | </intent-filter> |
| 562 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 563 | android:value="com.android.settings.biometrics.face.FaceSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 564 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 565 | android:value="@string/menu_key_security"/> |
Kevin Chyn | 7189997 | 2018-07-10 17:20:29 -0700 | [diff] [blame] | 566 | </activity> |
| 567 | |
Ilya Matyukhin | 8979f84 | 2019-04-28 15:10:02 -0700 | [diff] [blame] | 568 | <activity android:name="Settings$FingerprintSettingsActivity" |
| 569 | android:label="@string/security_settings_fingerprint_preference_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 570 | android:exported="true" |
Ilya Matyukhin | 8979f84 | 2019-04-28 15:10:02 -0700 | [diff] [blame] | 571 | android:icon="@drawable/ic_fingerprint_header"> |
| 572 | <intent-filter> |
| 573 | <action android:name="android.settings.FINGERPRINT_SETTINGS" /> |
| 574 | <category android:name="android.intent.category.DEFAULT" /> |
| 575 | </intent-filter> |
| 576 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 577 | android:value="com.android.settings.biometrics.fingerprint.FingerprintSettings$FingerprintSettingsFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 578 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 579 | android:value="@string/menu_key_security"/> |
Ilya Matyukhin | 8979f84 | 2019-04-28 15:10:02 -0700 | [diff] [blame] | 580 | </activity> |
| 581 | |
Mill Chen | 7edebee | 2021-04-09 23:14:27 +0800 | [diff] [blame] | 582 | <activity android:name="Settings$CombinedBiometricSettingsActivity" |
| 583 | android:label="@string/security_settings_biometric_preference_title" |
Mill Chen | 7edebee | 2021-04-09 23:14:27 +0800 | [diff] [blame] | 584 | android:exported="false"> |
| 585 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 586 | android:value="com.android.settings.biometrics.combination.CombinedBiometricSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 587 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 588 | android:value="@string/menu_key_security"/> |
Mill Chen | 7edebee | 2021-04-09 23:14:27 +0800 | [diff] [blame] | 589 | </activity> |
| 590 | |
| 591 | <activity android:name="Settings$CombinedBiometricProfileSettingsActivity" |
| 592 | android:label="@string/security_settings_biometric_preference_title" |
Mill Chen | 7edebee | 2021-04-09 23:14:27 +0800 | [diff] [blame] | 593 | android:exported="false"> |
| 594 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 595 | android:value="com.android.settings.biometrics.combination.CombinedBiometricProfileSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 596 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 597 | android:value="@string/menu_key_security"/> |
Mill Chen | 7edebee | 2021-04-09 23:14:27 +0800 | [diff] [blame] | 598 | </activity> |
| 599 | |
Jake Hamby | c090feb | 2010-12-07 16:27:21 -0800 | [diff] [blame] | 600 | <activity android:name=".bluetooth.DevicePickerActivity" |
Jake Hamby | c090feb | 2010-12-07 16:27:21 -0800 | [diff] [blame] | 601 | android:label="@string/device_picker" |
Hemant Gupta | 3483fc3 | 2018-02-01 19:20:29 +0530 | [diff] [blame] | 602 | android:configChanges="orientation|keyboardHidden|screenSize" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 603 | android:exported="true" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 604 | android:clearTaskOnLaunch="true"> |
Jake Hamby | c090feb | 2010-12-07 16:27:21 -0800 | [diff] [blame] | 605 | <intent-filter> |
| 606 | <action android:name="android.bluetooth.devicepicker.action.LAUNCH" /> |
| 607 | <category android:name="android.intent.category.DEFAULT" /> |
| 608 | </intent-filter> |
| 609 | </activity> |
| 610 | |
Doris Ling | c692758 | 2018-01-18 15:04:59 -0800 | [diff] [blame] | 611 | <service android:name=".wifi.tether.TetherService" |
Jason Monk | 37832d6 | 2014-12-10 17:21:51 -0500 | [diff] [blame] | 612 | android:exported="true" |
Jeremy Klein | 78d182f | 2015-12-28 15:39:39 -0800 | [diff] [blame] | 613 | android:permission="android.permission.TETHER_PRIVILEGED" /> |
Jeremy Klein | 1cf002d | 2016-01-24 17:21:43 -0800 | [diff] [blame] | 614 | |
markchien | 8c713fc | 2019-02-14 11:11:31 +0800 | [diff] [blame] | 615 | <activity android:name=".network.TetherProvisioningActivity" |
Jeremy Klein | 1cf002d | 2016-01-24 17:21:43 -0800 | [diff] [blame] | 616 | android:exported="true" |
| 617 | android:permission="android.permission.TETHER_PRIVILEGED" |
Jeremy Klein | 7dbad8c | 2016-12-19 11:22:38 -0800 | [diff] [blame] | 618 | android:excludeFromRecents="true" |
Jeremy Klein | e3e7b95 | 2016-01-25 14:43:49 -0800 | [diff] [blame] | 619 | android:theme="@style/Theme.ProvisioningActivity"> |
Jeremy Klein | 1cf002d | 2016-01-24 17:21:43 -0800 | [diff] [blame] | 620 | <intent-filter android:priority="1"> |
| 621 | <action android:name="android.settings.TETHER_PROVISIONING_UI" /> |
| 622 | <category android:name="android.intent.category.DEFAULT" /> |
| 623 | </intent-filter> |
| 624 | </activity> |
| 625 | |
Jiashen Wang | d8bd3bb | 2020-09-08 15:57:40 -0700 | [diff] [blame] | 626 | <activity android:name=".network.telephony.ToggleSubscriptionDialogActivity" |
| 627 | android:exported="false" |
| 628 | android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS" |
Peter Wang | 8abc64b | 2021-06-10 17:24:44 -0700 | [diff] [blame] | 629 | android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" /> |
Jiashen Wang | d8bd3bb | 2020-09-08 15:57:40 -0700 | [diff] [blame] | 630 | |
Jiashen Wang | ff311a2 | 2020-10-01 18:36:20 -0700 | [diff] [blame] | 631 | <activity android:name=".network.telephony.DeleteEuiccSubscriptionDialogActivity" |
| 632 | android:exported="false" |
| 633 | android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS" |
Peter Wang | 8abc64b | 2021-06-10 17:24:44 -0700 | [diff] [blame] | 634 | android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" /> |
Jiashen Wang | ff311a2 | 2020-10-01 18:36:20 -0700 | [diff] [blame] | 635 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 636 | <activity |
| 637 | android:name="Settings$TetherSettingsActivity" |
| 638 | android:label="@string/tether_settings_title_all" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 639 | android:exported="true" |
Sunny Shao | b4a5f16 | 2020-06-15 23:00:26 +0800 | [diff] [blame] | 640 | android:icon="@drawable/ic_homepage_network"> |
Robert Greenwalt | 3901edb | 2010-01-26 10:22:37 -0800 | [diff] [blame] | 641 | <intent-filter> |
| 642 | <action android:name="android.intent.action.MAIN" /> |
paulhu | 08efd36 | 2020-02-07 14:42:08 +0800 | [diff] [blame] | 643 | <action android:name="android.settings.TETHER_SETTINGS" /> |
Robert Greenwalt | 3901edb | 2010-01-26 10:22:37 -0800 | [diff] [blame] | 644 | <category android:name="android.intent.category.DEFAULT" /> |
| 645 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 646 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 647 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 648 | android:value="com.android.settings.TetherSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 649 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 650 | android:value="@string/menu_key_network"/> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 651 | </activity> |
Robert Greenwalt | 3901edb | 2010-01-26 10:22:37 -0800 | [diff] [blame] | 652 | |
Salvador Martinez | bb33371 | 2018-06-19 10:27:30 -0700 | [diff] [blame] | 653 | <activity |
| 654 | android:name="Settings$WifiTetherSettingsActivity" |
| 655 | android:label="@string/wifi_hotspot_checkbox_text" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 656 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 657 | android:icon="@drawable/ic_wifi_tethering"> |
Salvador Martinez | bb33371 | 2018-06-19 10:27:30 -0700 | [diff] [blame] | 658 | <intent-filter> |
| 659 | <action android:name="com.android.settings.WIFI_TETHER_SETTINGS" /> |
| 660 | <category android:name="android.intent.category.DEFAULT" /> |
| 661 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 662 | <intent-filter android:priority="4"> |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 663 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 664 | <category android:name="com.android.settings.SHORTCUT" /> |
| 665 | </intent-filter> |
Salvador Martinez | bb33371 | 2018-06-19 10:27:30 -0700 | [diff] [blame] | 666 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 667 | android:value="com.android.settings.wifi.tether.WifiTetherSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 668 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 669 | android:value="@string/menu_key_network"/> |
Salvador Martinez | bb33371 | 2018-06-19 10:27:30 -0700 | [diff] [blame] | 670 | </activity> |
| 671 | |
| 672 | |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 673 | <!-- Keep compatibility with old shortcuts. --> |
| 674 | <activity-alias android:name=".TetherSettings" |
| 675 | android:label="@string/tether_settings_title_all" |
| 676 | android:clearTaskOnLaunch="true" |
| 677 | android:exported="true" |
| 678 | android:targetActivity="Settings$TetherSettingsActivity"> |
| 679 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 680 | android:value="com.android.settings.TetherSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 681 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 682 | android:value="@string/menu_key_network"/> |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 683 | </activity-alias> |
| 684 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 685 | <activity android:name="Settings$WifiP2pSettingsActivity" |
| 686 | android:exported="true"> |
repo sync | b98463f | 2011-06-30 10:58:43 -0700 | [diff] [blame] | 687 | <intent-filter> |
| 688 | <action android:name="android.intent.action.MAIN" /> |
| 689 | <category android:name="android.intent.category.DEFAULT" /> |
| 690 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 691 | </intent-filter> |
| 692 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Irfan Sheriff | 9ef5357 | 2011-08-03 15:40:04 -0700 | [diff] [blame] | 693 | android:value="com.android.settings.wifi.p2p.WifiP2pSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 694 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 695 | android:value="@string/menu_key_network"/> |
repo sync | b98463f | 2011-06-30 10:58:43 -0700 | [diff] [blame] | 696 | </activity> |
| 697 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 698 | <activity |
| 699 | android:name="Settings$VpnSettingsActivity" |
| 700 | android:label="@string/vpn_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 701 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 702 | android:icon="@drawable/ic_settings_wireless"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 703 | <intent-filter android:priority="1"> |
Robin Lee | d304194 | 2016-03-24 16:02:08 +0000 | [diff] [blame] | 704 | <action android:name="android.settings.VPN_SETTINGS" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 705 | <action android:name="android.net.vpn.SETTINGS" /> |
| 706 | <category android:name="android.intent.category.DEFAULT" /> |
| 707 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 708 | <intent-filter android:priority="5"> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 709 | <action android:name="android.intent.action.MAIN" /> |
Tobias Brunner | f7ed857 | 2010-06-28 13:10:26 +0200 | [diff] [blame] | 710 | <category android:name="com.android.settings.SHORTCUT" /> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 711 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 712 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Chia-chi Yeh | 7606a2f | 2011-07-02 17:45:23 -0700 | [diff] [blame] | 713 | android:value="com.android.settings.vpn2.VpnSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 714 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 715 | android:value="@string/menu_key_network"/> |
Zoltan Szatmary-Ban | 131b497 | 2014-08-18 13:48:15 +0100 | [diff] [blame] | 716 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 717 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 718 | </activity> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 719 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 720 | <activity |
Fabian Kozynski | d9aadd7 | 2019-04-11 12:25:09 -0400 | [diff] [blame] | 721 | android:name="Settings$DataSaverSummaryActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 722 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 723 | android:label="@string/data_saver_title"> |
Fabian Kozynski | d9aadd7 | 2019-04-11 12:25:09 -0400 | [diff] [blame] | 724 | <intent-filter android:priority="1"> |
| 725 | <action android:name="android.settings.DATA_SAVER_SETTINGS" /> |
| 726 | <category android:name="android.intent.category.DEFAULT" /> |
| 727 | </intent-filter> |
| 728 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 729 | android:value="com.android.settings.datausage.DataSaverSummary" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 730 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 731 | android:value="@string/menu_key_network"/> |
Fabian Kozynski | d9aadd7 | 2019-04-11 12:25:09 -0400 | [diff] [blame] | 732 | </activity> |
| 733 | |
| 734 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 735 | android:name="Settings$DateTimeSettingsActivity" |
| 736 | android:label="@string/date_and_time" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 737 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 738 | android:icon="@drawable/ic_settings_date_time"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 739 | <intent-filter android:priority="1"> |
| 740 | <action android:name="android.settings.DATE_SETTINGS" /> |
| 741 | <category android:name="android.intent.category.DEFAULT" /> |
| 742 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 743 | <intent-filter> |
| 744 | <action android:name="android.intent.action.MAIN" /> |
Daniel Sandler | f4d1c3e | 2012-10-01 16:45:10 -0400 | [diff] [blame] | 745 | <action android:name="android.intent.action.QUICK_CLOCK" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 746 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | 116d85e | 2009-06-26 18:20:23 -0700 | [diff] [blame] | 747 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 748 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 749 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Raff Tsai | 9e3a9fd | 2019-10-01 17:06:26 +0800 | [diff] [blame] | 750 | android:value="com.android.settings.datetime.DateTimeSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 751 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 752 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 753 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 754 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 755 | <activity |
| 756 | android:name="Settings$LocalePickerActivity" |
| 757 | android:label="@string/language_picker_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 758 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 759 | android:icon="@drawable/ic_settings_language"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 760 | <intent-filter android:priority="1"> |
| 761 | <action android:name="android.settings.LOCALE_SETTINGS" /> |
| 762 | <category android:name="android.intent.category.DEFAULT" /> |
| 763 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 764 | <intent-filter> |
| 765 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 766 | <category android:name="android.intent.category.DEFAULT" /> |
| 767 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 768 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 769 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Mihai Nita | d7d48fd | 2016-01-12 08:55:05 -0800 | [diff] [blame] | 770 | android:value="com.android.settings.localepicker.LocaleListEditor" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 771 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 772 | android:value="@string/menu_key_system"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 773 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 774 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 775 | </activity> |
Michael Chan | 503c236 | 2009-12-08 22:18:23 -0800 | [diff] [blame] | 776 | |
tmfang | c0ed614 | 2018-07-13 11:11:26 +0800 | [diff] [blame] | 777 | <activity android:name=".localepicker.LocalePickerWithRegionActivity" |
| 778 | android:excludeFromRecents="true" |
| 779 | android:configChanges="orientation|keyboardHidden|screenSize" |
Arc Wang | 4a2acd2 | 2021-05-19 16:57:21 +0800 | [diff] [blame] | 780 | android:exported="false" |
| 781 | android:theme="@style/Theme.LocalePickerWithRegionActivity"> |
tmfang | c0ed614 | 2018-07-13 11:11:26 +0800 | [diff] [blame] | 782 | </activity> |
| 783 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 784 | <activity |
| 785 | android:name=".Settings$LanguageAndInputSettingsActivity" |
Doris Ling | 204ca74 | 2017-07-18 15:43:26 -0700 | [diff] [blame] | 786 | android:label="@string/language_settings" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 787 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 788 | android:icon="@drawable/ic_settings_language"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 789 | <intent-filter> |
| 790 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | e6dd1fa | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 791 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 792 | <category android:name="android.intent.category.DEFAULT" /> |
| 793 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 794 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 795 | android:value="com.android.settings.language.LanguageAndInputSettings"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 796 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 797 | android:value="true"/> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 798 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 799 | |
Abodunrinwa Toki | 976bb3f | 2016-01-20 18:43:20 +0000 | [diff] [blame] | 800 | <activity android:name="Settings$AvailableVirtualKeyboardActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 801 | android:exported="true" |
Abodunrinwa Toki | 976bb3f | 2016-01-20 18:43:20 +0000 | [diff] [blame] | 802 | android:label="@string/available_virtual_keyboard_category"> |
| 803 | <intent-filter android:priority="1"> |
| 804 | <action android:name="android.settings.INPUT_METHOD_SETTINGS" /> |
| 805 | <category android:name="android.intent.category.DEFAULT" /> |
| 806 | </intent-filter> |
| 807 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 808 | android:value="com.android.settings.inputmethod.AvailableVirtualKeyboardFragment" /> |
| 809 | </activity> |
| 810 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 811 | <activity |
| 812 | android:name="Settings$ManageAssistActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 813 | android:exported="true" |
Tsung-Mao Fang | df00a3b | 2021-06-23 17:53:59 +0800 | [diff] [blame] | 814 | android:label="@string/assist_and_voice_input_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 815 | <intent-filter android:priority="1"> |
| 816 | <action android:name="android.settings.VOICE_INPUT_SETTINGS" /> |
| 817 | <category android:name="android.intent.category.DEFAULT" /> |
| 818 | </intent-filter> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 819 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | dfce62c | 2017-02-16 15:00:53 -0800 | [diff] [blame] | 820 | android:value="com.android.settings.applications.assist.ManageAssist" /> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 821 | </activity> |
| 822 | |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 823 | <activity android:name="Settings$KeyboardLayoutPickerActivity" |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 824 | android:label="@string/keyboard_layout_picker_title" |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 825 | android:clearTaskOnLaunch="true" |
| 826 | android:exported="true"> |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 827 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | aceee52 | 2016-11-04 14:12:15 -0700 | [diff] [blame] | 828 | android:value="com.android.settings.inputmethod.KeyboardLayoutPickerFragment" /> |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 829 | </activity> |
| 830 | |
| 831 | <activity android:name="Settings$PhysicalKeyboardActivity" |
Yorke Lee | d448522 | 2016-03-23 11:11:46 -0700 | [diff] [blame] | 832 | android:label="@string/physical_keyboard_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 833 | android:exported="true" |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 834 | android:clearTaskOnLaunch="true"> |
Yohei Yukawa | 7c4499d | 2016-01-27 19:18:52 -0800 | [diff] [blame] | 835 | <intent-filter android:priority="1"> |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 836 | <action android:name="android.settings.HARD_KEYBOARD_SETTINGS" /> |
Yohei Yukawa | 7c4499d | 2016-01-27 19:18:52 -0800 | [diff] [blame] | 837 | <category android:name="android.intent.category.DEFAULT" /> |
| 838 | </intent-filter> |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 839 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 840 | android:value="com.android.settings.inputmethod.PhysicalKeyboardFragment" /> |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 841 | </activity> |
| 842 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 843 | <!-- Keep compatibility with old shortcuts. --> |
| 844 | <activity-alias android:name="LanguageSettings" |
Doris Ling | 7e06ed2 | 2017-06-07 14:16:43 -0700 | [diff] [blame] | 845 | android:label="@string/language_input_gesture_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 846 | android:clearTaskOnLaunch="true" |
| 847 | android:exported="true" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 848 | android:targetActivity="Settings$LanguageAndInputSettingsActivity"> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 849 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 850 | android:value="com.android.settings.language.LanguageAndInputSettings" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 851 | </activity-alias> |
| 852 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 853 | <activity |
| 854 | android:name="Settings$SpellCheckersSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 855 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 856 | android:label="@string/spellcheckers_settings_title"> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 857 | <intent-filter> |
| 858 | <action android:name="android.intent.action.MAIN" /> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 859 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 860 | <category android:name="android.intent.category.DEFAULT" /> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 861 | </intent-filter> |
| 862 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 863 | android:value="com.android.settings.inputmethod.SpellCheckersSettings" /> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 864 | </activity> |
| 865 | |
Daisuke Miyakawa | 649b9f1 | 2011-01-30 19:43:08 -0800 | [diff] [blame] | 866 | <activity android:name=".inputmethod.InputMethodAndSubtypeEnablerActivity" |
satok | 5e9c5e7 | 2011-07-21 15:32:28 +0900 | [diff] [blame] | 867 | android:label="" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 868 | android:exported="true" |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 869 | android:clearTaskOnLaunch="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 870 | <intent-filter android:priority="1"> |
| 871 | <action android:name="android.settings.INPUT_METHOD_SUBTYPE_SETTINGS" /> |
| 872 | <category android:name="android.intent.category.DEFAULT" /> |
| 873 | </intent-filter> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 874 | <intent-filter> |
| 875 | <action android:name="android.intent.action.MAIN" /> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 876 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 877 | <category android:name="android.intent.category.DEFAULT" /> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 878 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 879 | </activity> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 880 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 881 | <activity |
| 882 | android:name="Settings$UserDictionarySettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 883 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 884 | android:label="@string/user_dict_settings_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 885 | <intent-filter android:priority="1"> |
| 886 | <action android:name="android.settings.USER_DICTIONARY_SETTINGS" /> |
| 887 | <category android:name="android.intent.category.DEFAULT" /> |
| 888 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 889 | <intent-filter> |
| 890 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 891 | <category android:name="android.intent.category.DEFAULT" /> |
| 892 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 893 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 894 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Satoshi Kataoka | 71c915b | 2013-06-19 22:40:36 +0900 | [diff] [blame] | 895 | android:value="com.android.settings.inputmethod.UserDictionaryList" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 896 | </activity> |
| 897 | |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 898 | <activity android:name=".inputmethod.UserDictionaryAddWordActivity" |
Patrick Baumann | 7a2f9dc | 2018-04-06 10:08:26 -0700 | [diff] [blame] | 899 | android:visibleToInstantApps="true" |
Satoshi Kataoka | 5df3307 | 2013-04-30 14:30:12 +0900 | [diff] [blame] | 900 | android:label="@string/user_dict_settings_title" |
jackqdyulei | 71a0574 | 2017-03-22 13:33:51 -0700 | [diff] [blame] | 901 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar" |
Jean Chalard | e17eefa | 2011-12-02 14:56:39 +0900 | [diff] [blame] | 902 | android:windowSoftInputMode="stateVisible" |
Jean Chalard | 124283e | 2011-12-16 19:35:46 +0900 | [diff] [blame] | 903 | android:noHistory="true" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 904 | android:exported="true" |
Jean Chalard | e17eefa | 2011-12-02 14:56:39 +0900 | [diff] [blame] | 905 | android:excludeFromRecents="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 906 | <intent-filter android:priority="1"> |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 907 | <action android:name="com.android.settings.USER_DICTIONARY_INSERT" /> |
| 908 | <category android:name="android.intent.category.DEFAULT" /> |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 909 | </intent-filter> |
| 910 | </activity> |
| 911 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 912 | <activity |
| 913 | android:name="Settings$ZenModeSettingsActivity" |
| 914 | android:label="@string/zen_mode_settings_title" |
Sunny Shao | b4a5f16 | 2020-06-15 23:00:26 +0800 | [diff] [blame] | 915 | android:icon="@drawable/ic_homepage_notification" |
Fan Zhang | ac4ad16 | 2018-12-18 11:32:10 -0800 | [diff] [blame] | 916 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 917 | <intent-filter android:priority="1"> |
| 918 | <action android:name="android.settings.ZEN_MODE_SETTINGS" /> |
| 919 | <category android:name="android.intent.category.DEFAULT" /> |
| 920 | </intent-filter> |
Julia Reynolds | 200da89 | 2018-05-04 08:54:53 -0400 | [diff] [blame] | 921 | <intent-filter android:priority="1"> |
| 922 | <action android:name="android.settings.ZEN_MODE_PRIORITY_SETTINGS" /> |
| 923 | <category android:name="android.intent.category.DEFAULT" /> |
| 924 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 925 | <intent-filter android:priority="41"> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 926 | <action android:name="android.intent.action.MAIN" /> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 927 | <category android:name="com.android.settings.SHORTCUT" /> |
| 928 | </intent-filter> |
Beverly | 4359d4b | 2017-10-02 09:45:48 -0400 | [diff] [blame] | 929 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 930 | android:value="com.android.settings.notification.zen.ZenModeSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 931 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 932 | android:value="@string/menu_key_notifications"/> |
Beverly | 4359d4b | 2017-10-02 09:45:48 -0400 | [diff] [blame] | 933 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 934 | android:value="true" /> |
| 935 | </activity> |
| 936 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 937 | <activity |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 938 | android:name=".notification.zen.ZenSuggestionActivity" |
Beverly | 8f52258 | 2018-05-09 15:27:45 -0400 | [diff] [blame] | 939 | android:label="@string/zen_mode_settings_title" |
Mill Chen | 7195800 | 2019-01-23 10:44:39 +0800 | [diff] [blame] | 940 | android:icon="@drawable/ic_suggestion_dnd" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 941 | android:exported="true" |
Beverly | 8f52258 | 2018-05-09 15:27:45 -0400 | [diff] [blame] | 942 | android:theme="@android:style/Theme.NoDisplay"> |
| 943 | <intent-filter> |
| 944 | <action android:name="android.intent.action.MAIN" /> |
| 945 | <category android:name="com.android.settings.suggested.category.ZEN" /> |
| 946 | </intent-filter> |
| 947 | <intent-filter> |
| 948 | <action android:name="android.intent.action.MAIN" /> |
| 949 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
| 950 | </intent-filter> |
| 951 | |
| 952 | <meta-data android:name="com.android.settings.dismiss" |
| 953 | android:value="0" /> |
| 954 | <meta-data android:name="com.android.settings.title" |
| 955 | android:resource="@string/zen_suggestion_title" /> |
| 956 | <meta-data android:name="com.android.settings.summary" |
| 957 | android:resource="@string/zen_suggestion_summary" /> |
| 958 | </activity> |
| 959 | |
| 960 | <activity |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 961 | android:name=".notification.zen.ZenOnboardingActivity" |
Julia Reynolds | 4b8fe09 | 2018-04-09 15:24:55 -0400 | [diff] [blame] | 962 | android:label="@string/zen_onboarding_dnd_visual_disturbances_header" |
Antony Sargent | 32acddc | 2018-05-21 16:42:11 -0700 | [diff] [blame] | 963 | android:icon="@drawable/ic_notifications" |
Julia Reynolds | 29ba360 | 2018-04-30 09:13:34 -0400 | [diff] [blame] | 964 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 965 | android:exported="true"> |
Julia Reynolds | 4b8fe09 | 2018-04-09 15:24:55 -0400 | [diff] [blame] | 966 | <intent-filter android:priority="1"> |
| 967 | <action android:name="android.settings.ZEN_MODE_ONBOARDING" /> |
| 968 | <category android:name="android.intent.category.DEFAULT" /> |
| 969 | </intent-filter> |
| 970 | </activity> |
Julia Reynolds | 4b8fe09 | 2018-04-09 15:24:55 -0400 | [diff] [blame] | 971 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 972 | android:name="Settings$ZenModeAutomationSettingsActivity" |
| 973 | android:label="@string/zen_mode_automation_settings_title" |
Antony Sargent | 32acddc | 2018-05-21 16:42:11 -0700 | [diff] [blame] | 974 | android:icon="@drawable/ic_notifications" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 975 | android:exported="true"> |
Julia Reynolds | e175902 | 2017-03-22 14:05:46 -0400 | [diff] [blame] | 976 | <intent-filter android:priority="1"> |
| 977 | <action android:name="android.settings.ZEN_MODE_AUTOMATION_SETTINGS" /> |
| 978 | <category android:name="android.intent.category.DEFAULT" /> |
| 979 | </intent-filter> |
| 980 | <intent-filter android:priority="1"> |
| 981 | <action android:name="android.settings.ACTION_CONDITION_PROVIDER_SETTINGS" /> |
| 982 | <category android:name="android.intent.category.DEFAULT" /> |
| 983 | </intent-filter> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 984 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 985 | android:value="com.android.settings.notification.zen.ZenModeAutomationSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 986 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 987 | android:value="@string/menu_key_notifications"/> |
Julia Reynolds | 5555d26 | 2015-11-09 10:52:17 -0500 | [diff] [blame] | 988 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 989 | android:value="true" /> |
| 990 | </activity> |
| 991 | |
Vladislav Kaznacheev | 6e93bdd | 2016-03-09 14:24:45 -0800 | [diff] [blame] | 992 | <activity android:name="Settings$WallpaperSettingsActivity" |
| 993 | android:label="@string/wallpaper_settings_fragment_title" |
Sunny Shao | 61aaed4 | 2019-03-26 20:14:58 +0800 | [diff] [blame] | 994 | android:icon="@drawable/ic_wallpaper" |
| 995 | android:exported="true"> |
Vladislav Kaznacheev | 6e93bdd | 2016-03-09 14:24:45 -0800 | [diff] [blame] | 996 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 2907f86 | 2017-03-17 15:05:14 -0700 | [diff] [blame] | 997 | android:value="com.android.settings.wallpaper.WallpaperTypeSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 998 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 999 | android:value="@string/menu_key_wallpaper"/> |
Vladislav Kaznacheev | 6e93bdd | 2016-03-09 14:24:45 -0800 | [diff] [blame] | 1000 | </activity> |
| 1001 | |
Fan Zhang | 2907f86 | 2017-03-17 15:05:14 -0700 | [diff] [blame] | 1002 | <activity android:name=".wallpaper.WallpaperSuggestionActivity" |
Sunny Goyal | 0bf6f94 | 2016-06-13 15:28:47 -0700 | [diff] [blame] | 1003 | android:label="@string/wallpaper_settings_title" |
Mill Chen | e1fd5af | 2019-02-22 20:40:52 +0800 | [diff] [blame] | 1004 | android:icon="@drawable/ic_wallpaper" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1005 | android:exported="true" |
Sunny Goyal | 0bf6f94 | 2016-06-13 15:28:47 -0700 | [diff] [blame] | 1006 | android:theme="@android:style/Theme.NoDisplay"> |
Fan Zhang | 7afbf0f | 2017-05-08 09:31:01 -0700 | [diff] [blame] | 1007 | <intent-filter> |
Jason Monk | b9e5d23 | 2016-01-26 17:43:57 -0500 | [diff] [blame] | 1008 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | af91c1f | 2017-06-03 15:24:11 -0700 | [diff] [blame] | 1009 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
Jason Monk | b9e5d23 | 2016-01-26 17:43:57 -0500 | [diff] [blame] | 1010 | </intent-filter> |
Maurice Lam | d64d3c0 | 2017-07-07 18:21:29 -0700 | [diff] [blame] | 1011 | <intent-filter> |
| 1012 | <action android:name="android.intent.action.MAIN" /> |
| 1013 | <category android:name="com.android.settings.suggested.category.PERSONALIZE" /> |
| 1014 | </intent-filter> |
Jason Monk | b9e5d23 | 2016-01-26 17:43:57 -0500 | [diff] [blame] | 1015 | <meta-data android:name="com.android.settings.title" |
Sunny Goyal | 0bf6f94 | 2016-06-13 15:28:47 -0700 | [diff] [blame] | 1016 | android:resource="@string/wallpaper_suggestion_title" /> |
Jason Monk | ec1f28e | 2016-02-24 17:39:29 -0500 | [diff] [blame] | 1017 | <meta-data android:name="com.android.settings.summary" |
Sunny Goyal | 0bf6f94 | 2016-06-13 15:28:47 -0700 | [diff] [blame] | 1018 | android:resource="@string/wallpaper_suggestion_summary" /> |
Fan Zhang | af91c1f | 2017-06-03 15:24:11 -0700 | [diff] [blame] | 1019 | <meta-data android:name="com.android.settings.dismiss" |
| 1020 | android:value="3,7,30" /> |
Maurice Lam | 992fa86 | 2017-06-09 16:14:36 -0700 | [diff] [blame] | 1021 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
Jason Monk | b9e5d23 | 2016-01-26 17:43:57 -0500 | [diff] [blame] | 1022 | </activity> |
| 1023 | |
Beth Thibodeau | bf63dde | 2019-04-29 17:59:54 -0400 | [diff] [blame] | 1024 | <activity android:name=".wallpaper.StyleSuggestionActivity" |
| 1025 | android:label="@string/style_suggestion_title" |
| 1026 | android:icon="@drawable/ic_theme" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1027 | android:exported="true" |
Beth Thibodeau | bf63dde | 2019-04-29 17:59:54 -0400 | [diff] [blame] | 1028 | android:theme="@android:style/Theme.NoDisplay"> |
| 1029 | <intent-filter> |
| 1030 | <action android:name="android.intent.action.MAIN" /> |
| 1031 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
| 1032 | </intent-filter> |
| 1033 | <meta-data android:name="com.android.settings.title" |
| 1034 | android:resource="@string/style_suggestion_title" /> |
| 1035 | <meta-data android:name="com.android.settings.summary" |
| 1036 | android:resource="@string/style_suggestion_summary" /> |
| 1037 | <meta-data android:name="com.android.settings.dismiss" |
| 1038 | android:value="3,7,30" /> |
| 1039 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
| 1040 | </activity> |
| 1041 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1042 | <activity |
| 1043 | android:name="Settings$ZenModeScheduleRuleSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1044 | android:exported="true"> |
John Spurlock | 45fa140 | 2015-04-09 12:50:04 -0400 | [diff] [blame] | 1045 | <intent-filter android:priority="1"> |
| 1046 | <action android:name="android.settings.ZEN_MODE_SCHEDULE_RULE_SETTINGS" /> |
| 1047 | <category android:name="android.intent.category.DEFAULT" /> |
| 1048 | </intent-filter> |
| 1049 | <intent-filter> |
| 1050 | <action android:name="android.intent.action.MAIN" /> |
| 1051 | <category android:name="android.intent.category.DEFAULT" /> |
John Spurlock | 45fa140 | 2015-04-09 12:50:04 -0400 | [diff] [blame] | 1052 | </intent-filter> |
| 1053 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 1054 | android:value="com.android.settings.notification.zen.ZenModeScheduleRuleSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1055 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1056 | android:value="@string/menu_key_notifications"/> |
John Spurlock | 45fa140 | 2015-04-09 12:50:04 -0400 | [diff] [blame] | 1057 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1058 | android:value="true" /> |
| 1059 | </activity> |
| 1060 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1061 | <activity |
| 1062 | android:name="Settings$ZenModeEventRuleSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1063 | android:exported="true"> |
John Spurlock | f57bad7 | 2015-04-30 09:26:15 -0400 | [diff] [blame] | 1064 | <intent-filter android:priority="1"> |
| 1065 | <action android:name="android.settings.ZEN_MODE_EVENT_RULE_SETTINGS" /> |
| 1066 | <category android:name="android.intent.category.DEFAULT" /> |
| 1067 | </intent-filter> |
John Spurlock | f57bad7 | 2015-04-30 09:26:15 -0400 | [diff] [blame] | 1068 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 1069 | android:value="com.android.settings.notification.zen.ZenModeEventRuleSettings" /> |
John Spurlock | f57bad7 | 2015-04-30 09:26:15 -0400 | [diff] [blame] | 1070 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1071 | android:value="true" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1072 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1073 | android:value="@string/menu_key_notifications"/> |
John Spurlock | f57bad7 | 2015-04-30 09:26:15 -0400 | [diff] [blame] | 1074 | </activity> |
| 1075 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1076 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1077 | android:name="Settings$DisplaySettingsActivity" |
| 1078 | android:label="@string/display_settings" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1079 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1080 | android:icon="@drawable/ic_homepage_display"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1081 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1082 | <action android:name="com.android.settings.DISPLAY_SETTINGS" /> |
Amith Yamasani | 0422a3b | 2009-06-12 14:15:20 -0700 | [diff] [blame] | 1083 | <action android:name="android.settings.DISPLAY_SETTINGS" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1084 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1085 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 1086 | <intent-filter android:priority="30"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1087 | <action android:name="android.intent.action.MAIN" /> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 1088 | <category android:name="com.android.settings.SHORTCUT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1089 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1090 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Abel Tesfaye | 029c095 | 2021-03-04 21:55:47 +0000 | [diff] [blame] | 1091 | android:value="com.android.settings.DisplaySettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1092 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1093 | android:value="@string/menu_key_display"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1094 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1095 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1096 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1097 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1098 | <activity |
Abel Tesfaye | 029c095 | 2021-03-04 21:55:47 +0000 | [diff] [blame] | 1099 | android:name="Settings$SmartAutoRotateSettingsActivity" |
| 1100 | android:label="@string/accelerometer_title" |
| 1101 | android:icon="@drawable/ic_homepage_notification" |
| 1102 | android:exported="true"> |
| 1103 | <intent-filter android:priority="1"> |
| 1104 | <action android:name="android.settings.AUTO_ROTATE_SETTINGS" /> |
| 1105 | <category android:name="android.intent.category.DEFAULT" /> |
| 1106 | </intent-filter> |
| 1107 | <intent-filter android:priority="32"> |
| 1108 | <action android:name="android.intent.action.MAIN" /> |
| 1109 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1110 | </intent-filter> |
| 1111 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1112 | android:value="com.android.settings.display.SmartAutoRotatePreferenceFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1113 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1114 | android:value="@string/menu_key_display"/> |
Abel Tesfaye | 029c095 | 2021-03-04 21:55:47 +0000 | [diff] [blame] | 1115 | </activity> |
| 1116 | |
| 1117 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1118 | android:name="Settings$NightDisplaySettingsActivity" |
| 1119 | android:label="@string/night_display_title" |
| 1120 | android:enabled="@*android:bool/config_nightDisplayAvailable" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1121 | android:exported="true" |
Sunny Shao | b4a5f16 | 2020-06-15 23:00:26 +0800 | [diff] [blame] | 1122 | android:icon="@drawable/ic_homepage_night_display"> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 1123 | <intent-filter android:priority="32"> |
Sean Stout | 763acf0 | 2017-06-20 18:07:22 -0700 | [diff] [blame] | 1124 | <action android:name="android.intent.action.MAIN" /> |
Sean Stout | 763acf0 | 2017-06-20 18:07:22 -0700 | [diff] [blame] | 1125 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1126 | </intent-filter> |
Justin Klaassen | eae3d9f | 2016-07-21 19:25:17 -0700 | [diff] [blame] | 1127 | <intent-filter android:priority="1"> |
| 1128 | <action android:name="android.settings.NIGHT_DISPLAY_SETTINGS" /> |
| 1129 | <category android:name="android.intent.category.DEFAULT" /> |
| 1130 | </intent-filter> |
Sean Stout | 0625126 | 2017-02-15 14:04:25 -0800 | [diff] [blame] | 1131 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1132 | android:value="com.android.settings.display.NightDisplaySettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1133 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1134 | android:value="@string/menu_key_display"/> |
Sean Stout | 40067be | 2017-04-10 15:31:25 -0700 | [diff] [blame] | 1135 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1136 | android:value="true" /> |
Justin Klaassen | eae3d9f | 2016-07-21 19:25:17 -0700 | [diff] [blame] | 1137 | </activity> |
| 1138 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1139 | <activity |
Jay Aliomer | 82a0ea0 | 2019-12-10 14:49:27 -0500 | [diff] [blame] | 1140 | android:name="Settings$DarkThemeSettingsActivity" |
| 1141 | android:label="@string/dark_ui_auto_mode_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1142 | android:exported="true" |
Jay Aliomer | 82a0ea0 | 2019-12-10 14:49:27 -0500 | [diff] [blame] | 1143 | android:enabled="true"> |
| 1144 | <intent-filter android:priority="32"> |
| 1145 | <action android:name="android.intent.action.MAIN" /> |
| 1146 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1147 | </intent-filter> |
| 1148 | <intent-filter android:priority="1"> |
| 1149 | <action android:name="android.settings.DARK_THEME_SETTINGS" /> |
| 1150 | <category android:name="android.intent.category.DEFAULT" /> |
| 1151 | </intent-filter> |
| 1152 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1153 | android:value="com.android.settings.display.darkmode.DarkModeSettingsFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1154 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1155 | android:value="@string/menu_key_display"/> |
Jay Aliomer | 82a0ea0 | 2019-12-10 14:49:27 -0500 | [diff] [blame] | 1156 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1157 | android:value="true" /> |
| 1158 | </activity> |
| 1159 | |
| 1160 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1161 | android:name="Settings$NightDisplaySuggestionActivity" |
Sean Stout | 2bc94d6 | 2017-05-18 13:39:25 -0700 | [diff] [blame] | 1162 | android:enabled="@*android:bool/config_nightDisplayAvailable" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1163 | android:exported="true" |
Mill Chen | 7195800 | 2019-01-23 10:44:39 +0800 | [diff] [blame] | 1164 | android:icon="@drawable/ic_suggestion_night_display"> |
Sean Stout | 2bc94d6 | 2017-05-18 13:39:25 -0700 | [diff] [blame] | 1165 | <intent-filter> |
| 1166 | <action android:name="android.intent.action.MAIN" /> |
| 1167 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
| 1168 | </intent-filter> |
| 1169 | <meta-data android:name="com.android.settings.dismiss" |
| 1170 | android:value="6,10,30" /> |
| 1171 | <meta-data android:name="com.android.settings.title" |
| 1172 | android:resource="@string/night_display_suggestion_title" /> |
| 1173 | <meta-data android:name="com.android.settings.summary" |
| 1174 | android:resource="@string/night_display_suggestion_summary" /> |
| 1175 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1176 | android:value="true" /> |
| 1177 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1178 | android:value="com.android.settings.display.NightDisplaySettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1179 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1180 | android:value="@string/menu_key_display"/> |
Sean Stout | 2bc94d6 | 2017-05-18 13:39:25 -0700 | [diff] [blame] | 1181 | </activity> |
| 1182 | |
Fan Zhang | 881d579 | 2018-01-26 10:15:56 -0800 | [diff] [blame] | 1183 | <activity android:name=".Settings$MyDeviceInfoActivity" |
Daniel Nishi | 1225469 | 2018-03-23 13:43:12 -0700 | [diff] [blame] | 1184 | android:label="@string/about_settings" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1185 | android:exported="true" |
Sunny Shao | 8614058 | 2019-03-22 15:22:36 +0800 | [diff] [blame] | 1186 | android:icon="@drawable/ic_homepage_about"> |
Daniel Nishi | 1e62095 | 2017-12-19 10:15:14 -0800 | [diff] [blame] | 1187 | <intent-filter android:priority="1"> |
Daniel Nishi | 87f35e2 | 2018-01-22 15:17:25 -0800 | [diff] [blame] | 1188 | <action android:name="android.settings.DEVICE_INFO_SETTINGS" /> |
Daniel Nishi | 41af55e | 2018-01-25 15:24:29 -0800 | [diff] [blame] | 1189 | <action android:name="android.settings.DEVICE_NAME" /> |
Daniel Nishi | 1e62095 | 2017-12-19 10:15:14 -0800 | [diff] [blame] | 1190 | <category android:name="android.intent.category.DEFAULT" /> |
| 1191 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 1192 | <intent-filter android:priority="71"> |
Daniel Nishi | 1e62095 | 2017-12-19 10:15:14 -0800 | [diff] [blame] | 1193 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 1194 | <category android:name="com.android.settings.SHORTCUT" /> |
Daniel Nishi | 1e62095 | 2017-12-19 10:15:14 -0800 | [diff] [blame] | 1195 | </intent-filter> |
Daniel Nishi | 1e62095 | 2017-12-19 10:15:14 -0800 | [diff] [blame] | 1196 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Daniel Nishi | 87f35e2 | 2018-01-22 15:17:25 -0800 | [diff] [blame] | 1197 | android:value="com.android.settings.deviceinfo.aboutphone.MyDeviceInfoFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1198 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1199 | android:value="@string/menu_key_about_device"/> |
Daniel Nishi | 1e62095 | 2017-12-19 10:15:14 -0800 | [diff] [blame] | 1200 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1201 | android:value="true" /> |
| 1202 | </activity> |
| 1203 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1204 | <activity |
Silin Huang | c80b3ab | 2021-05-13 23:59:33 -0700 | [diff] [blame] | 1205 | android:name=".Settings$LockScreenSettingsActivity" |
| 1206 | android:label="@string/lockscreen_settings_title" |
| 1207 | android:exported="true"> |
| 1208 | <intent-filter android:priority="1"> |
| 1209 | <action android:name="android.settings.LOCK_SCREEN_SETTINGS" /> |
| 1210 | <category android:name="android.intent.category.DEFAULT" /> |
| 1211 | </intent-filter> |
| 1212 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1213 | android:value="com.android.settings.security.LockscreenDashboardFragment" /> |
| 1214 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1215 | android:value="true" /> |
| 1216 | </activity> |
| 1217 | |
| 1218 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1219 | android:name="SettingsLicenseActivity" |
| 1220 | android:label="@string/settings_license_activity_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1221 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1222 | android:configChanges="orientation|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1223 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1224 | <action android:name="android.settings.LICENSE" /> |
| 1225 | <category android:name="android.intent.category.DEFAULT" /> |
| 1226 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1227 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1228 | android:value="true" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1229 | </activity> |
| 1230 | |
Andrew Sapperstein | 56a8c33 | 2019-06-18 09:44:18 -0700 | [diff] [blame] | 1231 | <activity android:name=".Settings$ModuleLicensesActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1232 | android:exported="true" |
Andrew Sapperstein | 56a8c33 | 2019-06-18 09:44:18 -0700 | [diff] [blame] | 1233 | android:label="@string/module_license_title"> |
| 1234 | <intent-filter> |
| 1235 | <action android:name="android.settings.MODULE_LICENSES" /> |
| 1236 | <category android:name="android.intent.category.DEFAULT" /> |
| 1237 | </intent-filter> |
| 1238 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1239 | android:value="com.android.settings.deviceinfo.legal.ModuleLicensesDashboard" /> |
| 1240 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1241 | android:value="true" /> |
| 1242 | </activity> |
| 1243 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1244 | <activity |
| 1245 | android:name="Settings$ManageApplicationsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1246 | android:exported="true" |
Fan Zhang | c7635e5 | 2019-03-04 14:27:08 -0800 | [diff] [blame] | 1247 | android:label="@string/applications_settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1248 | <intent-filter android:priority="1"> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1249 | <action android:name="android.settings.APPLICATION_SETTINGS" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1250 | <action android:name="android.settings.MANAGE_APPLICATIONS_SETTINGS" /> |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1251 | <action android:name="android.settings.MANAGE_ALL_APPLICATIONS_SETTINGS" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1252 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1253 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 1254 | <intent-filter android:priority="20"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1255 | <action android:name="android.intent.action.MAIN" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1256 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1257 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1258 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1259 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 1260 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1261 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1262 | </activity> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1263 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1264 | <!-- Keep compatibility with old shortcuts. --> |
| 1265 | <activity-alias android:name=".applications.ManageApplications" |
| 1266 | android:label="@string/applications_settings" |
| 1267 | android:exported="true" |
| 1268 | android:targetActivity="Settings$ManageApplicationsActivity"> |
| 1269 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1270 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
| 1271 | </activity-alias> |
| 1272 | |
| 1273 | <activity |
| 1274 | android:name="Settings$ManageDomainUrlsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1275 | android:exported="true" |
Sunny Shao | 600ba96 | 2019-07-04 11:52:59 +0800 | [diff] [blame] | 1276 | android:label="@string/domain_urls_title"> |
Todd Kennedy | 2ef1aa5 | 2016-09-06 14:02:38 -0700 | [diff] [blame] | 1277 | <intent-filter> |
| 1278 | <action android:name="android.settings.MANAGE_DOMAIN_URLS" /> |
| 1279 | <category android:name="android.intent.category.DEFAULT" /> |
| 1280 | </intent-filter> |
Todd Kennedy | 2ef1aa5 | 2016-09-06 14:02:38 -0700 | [diff] [blame] | 1281 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
stanley.tf_wang | 828409a | 2018-04-13 16:18:13 +0800 | [diff] [blame] | 1282 | android:value="com.android.settings.applications.managedomainurls.ManageDomainUrls" /> |
Todd Kennedy | 2ef1aa5 | 2016-09-06 14:02:38 -0700 | [diff] [blame] | 1283 | </activity> |
| 1284 | |
Muyuan Li | ba115af | 2016-03-25 15:46:12 -0700 | [diff] [blame] | 1285 | <activity android:name="Settings$AppMemoryUsageActivity" |
| 1286 | android:label="@string/app_list_memory_use" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1287 | android:exported="true" |
Muyuan Li | ba115af | 2016-03-25 15:46:12 -0700 | [diff] [blame] | 1288 | android:icon="@drawable/ic_settings_memory"> |
| 1289 | <intent-filter> |
| 1290 | <action android:name="android.settings.APP_MEMORY_USAGE" /> |
| 1291 | <category android:name="android.intent.category.DEFAULT" /> |
| 1292 | </intent-filter> |
Muyuan Li | ba115af | 2016-03-25 15:46:12 -0700 | [diff] [blame] | 1293 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1294 | android:value="com.android.settings.applications.ProcessStatsUi" /> |
| 1295 | </activity> |
| 1296 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1297 | <activity |
| 1298 | android:name="Settings$HighPowerApplicationsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1299 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1300 | android:label="@string/high_power_apps"> |
Jason Monk | 3a90d7c | 2015-06-10 11:03:06 -0400 | [diff] [blame] | 1301 | <intent-filter android:priority="1"> |
| 1302 | <action android:name="android.settings.IGNORE_BATTERY_OPTIMIZATION_SETTINGS" /> |
| 1303 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 3f98c0c | 2015-06-12 18:13:54 -0700 | [diff] [blame] | 1304 | </intent-filter> |
Jason Monk | 1eb54eb | 2015-04-29 12:46:42 -0400 | [diff] [blame] | 1305 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1306 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Monk | 1eb54eb | 2015-04-29 12:46:42 -0400 | [diff] [blame] | 1307 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1308 | android:value="true" /> |
| 1309 | </activity> |
| 1310 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1311 | <activity |
| 1312 | android:name=".datausage.AppDataUsageActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1313 | android:exported="true" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1314 | android:noHistory="true"> |
Felipe Leme | 616ff3e | 2016-04-26 13:50:14 -0700 | [diff] [blame] | 1315 | <intent-filter android:priority="1"> |
| 1316 | <action android:name="android.settings.IGNORE_BACKGROUND_DATA_RESTRICTIONS_SETTINGS" /> |
| 1317 | <category android:name="android.intent.category.DEFAULT" /> |
| 1318 | <data android:scheme="package" /> |
| 1319 | </intent-filter> |
| 1320 | </activity> |
| 1321 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1322 | <activity |
| 1323 | android:name=".fuelgauge.RequestIgnoreBatteryOptimizations" |
| 1324 | android:label="@string/high_power_apps" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1325 | android:exported="true" |
Arc Wang | 5a298fb | 2020-06-30 14:14:02 +0800 | [diff] [blame] | 1326 | android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"> |
Dianne Hackborn | be4df03 | 2015-08-10 14:53:33 -0700 | [diff] [blame] | 1327 | <intent-filter android:priority="1"> |
| 1328 | <action android:name="android.settings.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" /> |
| 1329 | <category android:name="android.intent.category.DEFAULT" /> |
| 1330 | <data android:scheme="package" /> |
| 1331 | </intent-filter> |
| 1332 | </activity> |
| 1333 | |
Fan Zhang | 66156d6 | 2018-05-09 17:33:19 -0700 | [diff] [blame] | 1334 | <activity |
| 1335 | android:name=".slices.SliceDeepLinkSpringBoard" |
| 1336 | android:excludeFromRecents="true" |
Fan Zhang | 03dd39c | 2019-04-02 16:41:01 -0700 | [diff] [blame] | 1337 | android:theme="@android:style/Theme.NoDisplay" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1338 | android:exported="true" |
Fan Zhang | 03dd39c | 2019-04-02 16:41:01 -0700 | [diff] [blame] | 1339 | android:permission="android.permission.MODIFY_PHONE_STATE"> |
Jason Monk | f6edc7c | 2017-11-22 10:04:38 -0500 | [diff] [blame] | 1340 | <intent-filter> |
| 1341 | <action android:name="android.intent.action.VIEW" /> |
| 1342 | <category android:name="android.intent.category.DEFAULT" /> |
| 1343 | <category android:name="android.intent.category.BROWSABLE" /> |
| 1344 | <data android:scheme="settings" |
| 1345 | android:host="com.android.settings.slices" /> |
| 1346 | </intent-filter> |
| 1347 | </activity> |
| 1348 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1349 | <!-- Provide direct entry into manage apps showing running services. |
| 1350 | This is for compatibility with old shortcuts. --> |
| 1351 | <activity-alias android:name=".RunningServices" |
| 1352 | android:label="@string/runningservices_settings_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1353 | android:exported="true" |
| 1354 | android:targetActivity="Settings$ManageApplicationsActivity"> |
| 1355 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1356 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1357 | </activity-alias> |
Lifu Tang | fc86f69 | 2013-07-30 18:34:35 -0700 | [diff] [blame] | 1358 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1359 | <!-- Provide direct entry into manage apps showing storage usage for apps. |
| 1360 | This is for compatibility with old shortcuts. --> |
| 1361 | <activity-alias android:name=".applications.StorageUse" |
| 1362 | android:label="@string/storageuse_settings_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1363 | android:exported="true" |
| 1364 | android:targetActivity="Settings$ManageApplicationsActivity"> |
| 1365 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1366 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1367 | </activity-alias> |
| 1368 | |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1369 | <!-- Still need a top-level activity for showing app details. Aliasing |
| 1370 | trick is so the code that is now a fragment can still be called |
| 1371 | InstalledAppDetails. --> |
| 1372 | <activity android:name=".applications.InstalledAppDetailsTop" |
| 1373 | android:label="@string/application_info_label" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1374 | android:exported="true" /> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1375 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1376 | <!-- Keep compatibility with old shortcuts. --> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1377 | <activity-alias android:name=".applications.InstalledAppDetails" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1378 | android:label="@string/application_info_label" |
| 1379 | android:exported="true" |
| 1380 | android:targetActivity=".applications.InstalledAppDetailsTop"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1381 | <intent-filter android:priority="1"> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1382 | <action android:name="android.settings.APPLICATION_DETAILS_SETTINGS" /> |
Eugene Susla | 596662c | 2020-04-13 13:20:50 -0700 | [diff] [blame] | 1383 | <action android:name="android.intent.action.AUTO_REVOKE_PERMISSIONS" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1384 | <category android:name="android.intent.category.DEFAULT" /> |
| 1385 | <data android:scheme="package" /> |
| 1386 | </intent-filter> |
| 1387 | </activity-alias> |
| 1388 | |
Ben Lin | 30ed7c7 | 2018-09-13 15:22:03 -0700 | [diff] [blame] | 1389 | <activity android:name=".applications.InstalledAppOpenByDefaultActivity" |
Ben Lin | 0cdc103 | 2018-02-27 15:31:40 -0800 | [diff] [blame] | 1390 | android:label="@string/application_info_label" |
Ben Lin | 0cdc103 | 2018-02-27 15:31:40 -0800 | [diff] [blame] | 1391 | android:exported="true"> |
| 1392 | <intent-filter android:priority="1"> |
Winson | ed6d733 | 2021-04-02 12:43:55 -0700 | [diff] [blame] | 1393 | <action android:name="android.settings.APP_OPEN_BY_DEFAULT_SETTINGS" /> |
| 1394 | <!-- Also catch legacy "com." prefixed action. --> |
Ben Lin | 30ed7c7 | 2018-09-13 15:22:03 -0700 | [diff] [blame] | 1395 | <action android:name="com.android.settings.APP_OPEN_BY_DEFAULT_SETTINGS" /> |
Ben Lin | 0cdc103 | 2018-02-27 15:31:40 -0800 | [diff] [blame] | 1396 | <category android:name="android.intent.category.DEFAULT" /> |
| 1397 | <data android:scheme="package" /> |
| 1398 | </intent-filter> |
| 1399 | </activity> |
| 1400 | |
Dianne Hackborn | 508fedc | 2010-07-28 17:10:42 -0700 | [diff] [blame] | 1401 | <!-- Provide direct entry into manage apps showing running services. --> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1402 | <activity android:name="Settings$RunningServicesActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1403 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1404 | android:label="@string/runningservices_settings_title"> |
Dianne Hackborn | c58c549 | 2009-08-31 21:33:17 -0700 | [diff] [blame] | 1405 | <intent-filter> |
| 1406 | <action android:name="android.intent.action.MAIN" /> |
| 1407 | <category android:name="android.intent.category.DEFAULT" /> |
| 1408 | <category android:name="android.intent.category.MONKEY" /> |
| 1409 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | c58c549 | 2009-08-31 21:33:17 -0700 | [diff] [blame] | 1410 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1411 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1412 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 1413 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1414 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1415 | </activity> |
Amith Yamasani | 1bb6db5 | 2010-09-17 13:34:47 -0700 | [diff] [blame] | 1416 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1417 | <!-- Provide direct entry into manage apps showing storage usage of apps. --> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1418 | <activity |
| 1419 | android:name="Settings$StorageUseActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1420 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1421 | android:label="@string/storageuse_settings_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1422 | <intent-filter android:priority="1"> |
| 1423 | <action android:name="android.intent.action.MANAGE_PACKAGE_STORAGE" /> |
| 1424 | <category android:name="android.intent.category.DEFAULT" /> |
| 1425 | </intent-filter> |
Dianne Hackborn | 728ac35 | 2010-06-06 22:51:42 -0700 | [diff] [blame] | 1426 | <intent-filter> |
| 1427 | <action android:name="android.intent.action.MAIN" /> |
| 1428 | <category android:name="android.intent.category.DEFAULT" /> |
| 1429 | <category android:name="android.intent.category.MONKEY" /> |
| 1430 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | 728ac35 | 2010-06-06 22:51:42 -0700 | [diff] [blame] | 1431 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1432 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1433 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 1434 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1435 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1436 | </activity> |
Amith Yamasani | 1bb6db5 | 2010-09-17 13:34:47 -0700 | [diff] [blame] | 1437 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1438 | <activity |
| 1439 | android:name="Settings$NotificationStationActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1440 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1441 | android:label="@string/notification_log_title"> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 1442 | <intent-filter android:priority="22"> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 1443 | <action android:name="android.intent.action.MAIN" /> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 1444 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1445 | </intent-filter> |
| 1446 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 1447 | android:value="com.android.settings.notification.history.NotificationStation" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1448 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1449 | android:value="@string/menu_key_notifications"/> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 1450 | </activity> |
| 1451 | |
Julia Reynolds | b37d565 | 2019-12-12 08:12:29 -0500 | [diff] [blame] | 1452 | <activity |
| 1453 | android:name=".notification.history.NotificationHistoryActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1454 | android:exported="true" |
Tsung-Mao Fang | efaf49c | 2021-06-29 14:40:31 +0800 | [diff] [blame] | 1455 | android:label="@string/notification_history_title" |
| 1456 | android:theme="@style/Theme.Settings.NoActionBar"> |
Julia Reynolds | 49880c3 | 2020-02-11 14:09:42 -0500 | [diff] [blame] | 1457 | <intent-filter android:priority="1"> |
| 1458 | <action android:name="android.settings.NOTIFICATION_HISTORY" /> |
| 1459 | <category android:name="android.intent.category.DEFAULT" /> |
| 1460 | </intent-filter> |
Julia Reynolds | b37d565 | 2019-12-12 08:12:29 -0500 | [diff] [blame] | 1461 | <intent-filter> |
| 1462 | <action android:name="android.intent.action.MAIN" /> |
| 1463 | <category android:name="android.intent.category.DEFAULT" /> |
| 1464 | </intent-filter> |
| 1465 | </activity> |
| 1466 | |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 1467 | <activity android:name=".notification.zen.ZenModeVoiceActivity" |
jackqdyulei | 71a0574 | 2017-03-22 13:33:51 -0700 | [diff] [blame] | 1468 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1469 | android:exported="true" |
Barnaby James | 0474b72 | 2015-05-10 16:24:05 -0700 | [diff] [blame] | 1470 | android:label="@string/zen_mode_settings_title"> |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 1471 | <intent-filter> |
| 1472 | <action android:name="android.settings.VOICE_CONTROL_DO_NOT_DISTURB_MODE" /> |
| 1473 | <category android:name="android.intent.category.DEFAULT" /> |
| 1474 | <category android:name="android.intent.category.VOICE" /> |
| 1475 | </intent-filter> |
| 1476 | </activity> |
| 1477 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1478 | <activity |
| 1479 | android:name="Settings$LocationSettingsActivity" |
| 1480 | android:label="@string/location_settings_title" |
Sunny Shao | b4a5f16 | 2020-06-15 23:00:26 +0800 | [diff] [blame] | 1481 | android:icon="@drawable/ic_homepage_location" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1482 | android:exported="true" |
Yanting Yang | 5edcc30 | 2019-09-05 16:25:17 +0800 | [diff] [blame] | 1483 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1484 | <intent-filter android:priority="1"> |
| 1485 | <action android:name="android.settings.LOCATION_SOURCE_SETTINGS" /> |
| 1486 | <category android:name="android.intent.category.DEFAULT" /> |
| 1487 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 1488 | <intent-filter android:priority="52"> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1489 | <action android:name="android.intent.action.MAIN" /> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1490 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1491 | </intent-filter> |
| 1492 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Lifu Tang | 83ab7c9 | 2013-07-29 12:07:48 -0700 | [diff] [blame] | 1493 | android:value="com.android.settings.location.LocationSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1494 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1495 | android:value="@string/menu_key_location"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1496 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1497 | android:value="true" /> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1498 | </activity> |
Lifu Tang | f72f830 | 2018-04-12 10:01:29 -0700 | [diff] [blame] | 1499 | <activity |
| 1500 | android:name="Settings$ScanningSettingsActivity" |
Yu-Han Yang | e93c129 | 2021-02-17 13:52:39 -0800 | [diff] [blame] | 1501 | android:label="@string/location_services_screen_title" |
tmfang | 54a5d37 | 2018-10-30 16:49:12 +0800 | [diff] [blame] | 1502 | android:icon="@drawable/ic_homepage_location" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1503 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1504 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Lifu Tang | f72f830 | 2018-04-12 10:01:29 -0700 | [diff] [blame] | 1505 | <intent-filter android:priority="1"> |
| 1506 | <action android:name="android.settings.LOCATION_SCANNING_SETTINGS" /> |
| 1507 | <category android:name="android.intent.category.DEFAULT" /> |
| 1508 | </intent-filter> |
| 1509 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Yu-Han Yang | e93c129 | 2021-02-17 13:52:39 -0800 | [diff] [blame] | 1510 | android:value="com.android.settings.location.LocationServices" /> |
Lifu Tang | f72f830 | 2018-04-12 10:01:29 -0700 | [diff] [blame] | 1511 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1512 | android:value="true" /> |
| 1513 | </activity> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1514 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1515 | <activity |
Weng Su | 9e6966d | 2021-10-13 23:08:50 +0800 | [diff] [blame] | 1516 | android:name="Settings$WifiScanningSettingsActivity" |
| 1517 | android:label="@string/location_scanning_wifi_always_scanning_title" |
| 1518 | android:icon="@drawable/ic_homepage_location" |
| 1519 | android:exported="true" |
| 1520 | android:permission="android.permission.CHANGE_WIFI_STATE" |
| 1521 | android:configChanges="orientation|keyboardHidden|screenSize"> |
| 1522 | <intent-filter android:priority="1"> |
| 1523 | <action android:name="android.settings.WIFI_SCANNING_SETTINGS" /> |
| 1524 | <category android:name="android.intent.category.DEFAULT" /> |
| 1525 | </intent-filter> |
| 1526 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1527 | android:value="com.android.settings.location.WifiScanningFragment" /> |
| 1528 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1529 | android:value="true" /> |
| 1530 | </activity> |
| 1531 | |
| 1532 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1533 | android:name=".Settings$SecurityDashboardActivity" |
| 1534 | android:label="@string/security_settings_title" |
| 1535 | android:icon="@drawable/ic_homepage_security" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1536 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1537 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1538 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1539 | <action android:name="android.settings.SECURITY_SETTINGS" /> |
Chia-chi Yeh | 9cec698 | 2009-09-22 23:59:01 +0800 | [diff] [blame] | 1540 | <action android:name="android.credentials.UNLOCK" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1541 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1542 | </intent-filter> |
| 1543 | <intent-filter> |
| 1544 | <action android:name="android.intent.action.MAIN" /> |
| 1545 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1546 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1547 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1548 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | b916456 | 2017-11-03 09:35:12 -0700 | [diff] [blame] | 1549 | android:value="com.android.settings.security.SecuritySettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1550 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1551 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1552 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1553 | |
Maggie Benthall | 9d6c40e | 2013-09-05 15:33:58 -0400 | [diff] [blame] | 1554 | <activity android:name="MonitoringCertInfoActivity" |
Victor Chang | e8a46f2 | 2016-04-19 17:45:07 +0100 | [diff] [blame] | 1555 | android:label="" |
Maggie Benthall | 9d6c40e | 2013-09-05 15:33:58 -0400 | [diff] [blame] | 1556 | android:theme="@style/Transparent" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1557 | android:exported="true" |
Fan Zhang | 416ff0a | 2018-10-26 15:39:39 -0700 | [diff] [blame] | 1558 | android:excludeFromRecents="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1559 | <intent-filter android:priority="1"> |
| 1560 | <action android:name="com.android.settings.MONITORING_CERT_INFO" /> |
| 1561 | <category android:name="android.intent.category.DEFAULT" /> |
| 1562 | </intent-filter> |
Maggie Benthall | 9d6c40e | 2013-09-05 15:33:58 -0400 | [diff] [blame] | 1563 | </activity> |
| 1564 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1565 | <activity |
| 1566 | android:name="Settings$TrustedCredentialsSettingsActivity" |
| 1567 | android:label="@string/trusted_credentials" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1568 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1569 | android:icon="@drawable/ic_settings_security"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1570 | <intent-filter android:priority="1"> |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 1571 | <action android:name="com.android.settings.TRUSTED_CREDENTIALS" /> |
| 1572 | <action android:name="com.android.settings.TRUSTED_CREDENTIALS_USER" /> |
| 1573 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1574 | </intent-filter> |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 1575 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1576 | android:value="com.android.settings.TrustedCredentialsSettings" /> |
Victor Chang | 37afa28 | 2016-04-07 21:20:38 +0100 | [diff] [blame] | 1577 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1578 | android:value="true" /> |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 1579 | </activity> |
| 1580 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1581 | <activity android:name="Settings$PrivacySettingsActivity" |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 1582 | android:label="@string/privacy_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1583 | android:icon="@drawable/ic_settings_backup" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1584 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1585 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1586 | <intent-filter> |
| 1587 | <action android:name="android.intent.action.MAIN" /> |
| 1588 | <category android:name="android.intent.category.DEFAULT" /> |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 1589 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1590 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1591 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
sunnyshao | 15ec2cf | 2018-03-29 19:50:20 +0800 | [diff] [blame] | 1592 | android:value="com.android.settings.backup.PrivacySettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1593 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1594 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1595 | </activity> |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 1596 | |
Fan Zhang | 11482d2 | 2019-02-06 10:37:03 -0800 | [diff] [blame] | 1597 | <activity android:name="Settings$PrivacyDashboardActivity" |
| 1598 | android:label="@string/privacy_dashboard_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1599 | android:exported="true" |
Fan Zhang | 11482d2 | 2019-02-06 10:37:03 -0800 | [diff] [blame] | 1600 | android:icon="@drawable/ic_settings_privacy"> |
| 1601 | <intent-filter> |
| 1602 | <action android:name="android.settings.PRIVACY_SETTINGS" /> |
| 1603 | <category android:name="android.intent.category.DEFAULT" /> |
| 1604 | </intent-filter> |
Felipe Leme | a71991a | 2019-03-07 15:33:51 -0800 | [diff] [blame] | 1605 | <intent-filter android:priority="1"> |
| 1606 | <action android:name="android.settings.REQUEST_ENABLE_CONTENT_CAPTURE" /> |
| 1607 | <category android:name="android.intent.category.DEFAULT" /> |
| 1608 | </intent-filter> |
Fan Zhang | 11482d2 | 2019-02-06 10:37:03 -0800 | [diff] [blame] | 1609 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1610 | android:value="com.android.settings.privacy.PrivacyDashboardFragment" /> |
tmfang | bf2989a | 2019-04-24 10:29:46 +0800 | [diff] [blame] | 1611 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1612 | android:value="true" /> |
Fan Zhang | 11482d2 | 2019-02-06 10:37:03 -0800 | [diff] [blame] | 1613 | </activity> |
| 1614 | |
alinasuarez | 6ffa9da | 2021-07-14 18:59:31 +0000 | [diff] [blame] | 1615 | <activity android:name=".development.tare.TareHomePage" |
| 1616 | android:label="@string/tare_settings" |
| 1617 | android:exported="false" /> |
| 1618 | |
alinasuarez | aef6ac2 | 2021-07-30 20:25:19 +0000 | [diff] [blame] | 1619 | <activity android:name=".development.tare.DropdownActivity" |
| 1620 | android:exported="false" /> |
| 1621 | |
Christopher Tate | 4f33878 | 2011-07-25 12:09:10 -0700 | [diff] [blame] | 1622 | <activity android:name="SetFullBackupPassword" |
Doris Ling | 03a3b51 | 2017-10-18 14:25:01 -0700 | [diff] [blame] | 1623 | android:label="@string/local_backup_password_title" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1624 | android:exported="false" /> |
Christopher Tate | 4f33878 | 2011-07-25 12:09:10 -0700 | [diff] [blame] | 1625 | |
Eran Messeri | 1e9bd27 | 2019-01-24 10:12:01 +0000 | [diff] [blame] | 1626 | <activity android:name=".security.CredentialStorage" |
Chia-chi Yeh | 91d65a2 | 2011-01-20 18:46:01 +0800 | [diff] [blame] | 1627 | android:theme="@style/Transparent" |
Amith Yamasani | b981202 | 2011-08-26 15:39:16 -0700 | [diff] [blame] | 1628 | android:launchMode="singleTop" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1629 | android:exported="true" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1630 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1631 | <intent-filter android:priority="1"> |
Chia-chi Yeh | 91d65a2 | 2011-01-20 18:46:01 +0800 | [diff] [blame] | 1632 | <action android:name="com.android.credentials.INSTALL" /> |
Chia-chi Yeh | 91d65a2 | 2011-01-20 18:46:01 +0800 | [diff] [blame] | 1633 | <action android:name="com.android.credentials.RESET" /> |
| 1634 | <category android:name="android.intent.category.DEFAULT" /> |
| 1635 | </intent-filter> |
| 1636 | </activity> |
| 1637 | |
Alex Johnston | c0c75a3 | 2019-10-18 14:20:27 +0100 | [diff] [blame] | 1638 | <activity android:name=".security.InstallCaCertificateWarning" |
| 1639 | android:theme="@style/GlifV3Theme.Light" |
| 1640 | android:exported="false"> |
| 1641 | </activity> |
| 1642 | |
Alex Johnston | 580b7af | 2020-11-26 12:40:38 +0000 | [diff] [blame] | 1643 | <activity android:name=".security.RequestManageCredentials" |
Alex Johnston | 8d06d63 | 2021-06-21 23:33:17 +0100 | [diff] [blame] | 1644 | android:theme="@style/Theme.SubSettings" |
Alex Johnston | 580b7af | 2020-11-26 12:40:38 +0000 | [diff] [blame] | 1645 | android:exported="true"> |
| 1646 | <intent-filter> |
| 1647 | <action android:name="android.security.MANAGE_CREDENTIALS"/> |
| 1648 | <category android:name="android.intent.category.DEFAULT"/> |
| 1649 | </intent-filter> |
| 1650 | </activity> |
| 1651 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1652 | <activity |
| 1653 | android:name="Settings$DeviceAdminSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1654 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1655 | android:label="@string/device_admin_settings_title"> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1656 | <intent-filter> |
| 1657 | <action android:name="android.intent.action.MAIN" /> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1658 | <category android:name="android.intent.category.DEFAULT" /> |
| 1659 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1660 | </intent-filter> |
Amith Yamasani | a1d0184 | 2011-01-24 16:02:11 -0800 | [diff] [blame] | 1661 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | ca6d86c | 2018-06-14 12:52:06 -0700 | [diff] [blame] | 1662 | android:value="com.android.settings.applications.specialaccess.deviceadmin.DeviceAdminSettings" /> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1663 | </activity> |
| 1664 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1665 | <!-- Keep compatibility with old shortcuts. --> |
| 1666 | <activity-alias android:name="DeviceAdminSettings" |
| 1667 | android:label="@string/device_admin_settings_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1668 | android:exported="true" |
| 1669 | android:targetActivity="Settings$DeviceAdminSettingsActivity"> |
| 1670 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | ca6d86c | 2018-06-14 12:52:06 -0700 | [diff] [blame] | 1671 | android:value="com.android.settings.applications.specialaccess.deviceadmin.DeviceAdminSettings" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1672 | </activity-alias> |
| 1673 | |
Fan Zhang | ca6d86c | 2018-06-14 12:52:06 -0700 | [diff] [blame] | 1674 | <activity android:name=".applications.specialaccess.deviceadmin.DeviceAdminAdd" |
Michael Wachenschwanz | 35eef60 | 2019-04-25 16:07:39 -0700 | [diff] [blame] | 1675 | android:label="@string/device_admin_add_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1676 | android:exported="true" |
Tsung-Mao Fang | efaf49c | 2021-06-29 14:40:31 +0800 | [diff] [blame] | 1677 | android:clearTaskOnLaunch="true" |
| 1678 | android:theme="@style/Theme.Settings.NoActionBar"> |
Dianne Hackborn | 2842903 | 2010-01-25 18:56:17 -0800 | [diff] [blame] | 1679 | <intent-filter> |
| 1680 | <action android:name="android.app.action.ADD_DEVICE_ADMIN" /> |
| 1681 | <category android:name="android.intent.category.DEFAULT" /> |
| 1682 | </intent-filter> |
| 1683 | </activity> |
| 1684 | |
Michael Wachenschwanz | 35eef60 | 2019-04-25 16:07:39 -0700 | [diff] [blame] | 1685 | <activity android:name=".applications.specialaccess.deviceadmin.ProfileOwnerAdd" |
| 1686 | android:excludeFromRecents="true" |
| 1687 | android:theme="@style/Transparent" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1688 | android:exported="true" |
Michael Wachenschwanz | 35eef60 | 2019-04-25 16:07:39 -0700 | [diff] [blame] | 1689 | android:clearTaskOnLaunch="true"> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1690 | <intent-filter android:priority="1000"> |
| 1691 | <action android:name="android.app.action.SET_PROFILE_OWNER" /> |
| 1692 | <category android:name="android.intent.category.DEFAULT" /> |
| 1693 | </intent-filter> |
Michael Wachenschwanz | 35eef60 | 2019-04-25 16:07:39 -0700 | [diff] [blame] | 1694 | </activity> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1695 | |
| 1696 | <activity |
| 1697 | android:name="Settings$UsageAccessSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1698 | android:exported="true" |
Fan Zhang | c7635e5 | 2019-03-04 14:27:08 -0800 | [diff] [blame] | 1699 | android:label="@string/usage_access_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1700 | <intent-filter android:priority="1"> |
| 1701 | <action android:name="android.settings.USAGE_ACCESS_SETTINGS" /> |
| 1702 | <category android:name="android.intent.category.DEFAULT" /> |
| 1703 | </intent-filter> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 1704 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1705 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Raff Tsai | 613f15a | 2020-01-05 21:56:35 +0800 | [diff] [blame] | 1706 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1707 | android:value="true" /> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 1708 | </activity> |
| 1709 | |
Fan Zhang | 104ee2e | 2018-09-20 16:21:53 -0700 | [diff] [blame] | 1710 | <activity |
| 1711 | android:name="Settings$AppUsageAccessSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1712 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1713 | android:label="@string/usage_access_title"> |
Fan Zhang | 104ee2e | 2018-09-20 16:21:53 -0700 | [diff] [blame] | 1714 | <intent-filter> |
| 1715 | <action android:name="android.settings.USAGE_ACCESS_SETTINGS"/> |
| 1716 | <category android:name="android.intent.category.DEFAULT"/> |
| 1717 | <data android:scheme="package"/> |
| 1718 | </intent-filter> |
| 1719 | <meta-data |
| 1720 | android:name="com.android.settings.FRAGMENT_CLASS" |
| 1721 | android:value="com.android.settings.applications.UsageAccessDetails"/> |
| 1722 | </activity> |
| 1723 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 1724 | <activity android:name="Settings$IccLockSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1725 | android:exported="true" |
Bonian Chen | cd1fd10 | 2020-02-10 02:38:25 +0800 | [diff] [blame] | 1726 | android:label="@string/sim_lock_settings"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1727 | <intent-filter> |
| 1728 | <action android:name="android.intent.action.MAIN" /> |
| 1729 | <category android:name="android.intent.category.DEFAULT" /> |
| 1730 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1731 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 1732 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1733 | android:value="com.android.settings.IccLockSettings" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1734 | </activity> |
| 1735 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1736 | <activity |
| 1737 | android:name="Settings$AccessibilitySettingsActivity" |
| 1738 | android:label="@string/accessibility_settings" |
| 1739 | android:icon="@drawable/ic_homepage_accessibility" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1740 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1741 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1742 | <intent-filter android:priority="1"> |
| 1743 | <action android:name="android.settings.ACCESSIBILITY_SETTINGS" /> |
| 1744 | <category android:name="android.intent.category.DEFAULT" /> |
| 1745 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 1746 | <intent-filter android:priority="60"> |
svetoslavganov | a05d0dc | 2009-05-14 22:26:34 -0700 | [diff] [blame] | 1747 | <action android:name="android.intent.action.MAIN" /> |
Costin Manolache | 672b3c6 | 2011-07-21 10:38:15 -0700 | [diff] [blame] | 1748 | <category android:name="com.android.settings.SHORTCUT" /> |
svetoslavganov | a05d0dc | 2009-05-14 22:26:34 -0700 | [diff] [blame] | 1749 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1750 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Alan Viverette | 341ff66 | 2013-07-18 17:49:33 -0700 | [diff] [blame] | 1751 | android:value="com.android.settings.accessibility.AccessibilitySettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1752 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1753 | android:value="@string/menu_key_accessibility"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1754 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1755 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1756 | </activity> |
Michael Chan | 732c1da | 2010-04-06 14:49:30 -0700 | [diff] [blame] | 1757 | |
Jackal Guo | 2936551 | 2019-02-14 15:19:53 +0800 | [diff] [blame] | 1758 | <activity |
| 1759 | android:name="Settings$AccessibilityDetailsSettingsActivity" |
| 1760 | android:label="@string/accessibility_settings" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1761 | android:exported="true" |
Jackal Guo | 2936551 | 2019-02-14 15:19:53 +0800 | [diff] [blame] | 1762 | android:permission="android.permission.OPEN_ACCESSIBILITY_DETAILS_SETTINGS"> |
| 1763 | <intent-filter android:priority="1"> |
| 1764 | <action android:name="android.settings.ACCESSIBILITY_DETAILS_SETTINGS" /> |
| 1765 | <category android:name="android.intent.category.DEFAULT" /> |
| 1766 | </intent-filter> |
| 1767 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1768 | android:value="com.android.settings.accessibility.AccessibilityDetailsSettingsFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1769 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1770 | android:value="@string/menu_key_accessibility"/> |
Jackal Guo | 2936551 | 2019-02-14 15:19:53 +0800 | [diff] [blame] | 1771 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1772 | android:value="true" /> |
| 1773 | </activity> |
| 1774 | |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 1775 | <activity android:name=".accessibility.AccessibilitySettingsForSetupWizardActivity" |
Maurice Lam | f3c5b4d | 2017-06-08 20:17:18 -0700 | [diff] [blame] | 1776 | android:icon="@drawable/ic_accessibility_suggestion" |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 1777 | android:label="@string/vision_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1778 | android:exported="true" |
pastychang | 7539cf8 | 2019-03-29 11:17:04 +0800 | [diff] [blame] | 1779 | android:theme="@style/GlifV3Theme.Light"> |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 1780 | <intent-filter android:priority="1"> |
| 1781 | <action android:name="android.settings.ACCESSIBILITY_SETTINGS_FOR_SUW" /> |
| 1782 | <category android:name="android.intent.category.DEFAULT" /> |
| 1783 | </intent-filter> |
cnchen | 7a83d51 | 2019-05-06 10:19:10 +0800 | [diff] [blame] | 1784 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1785 | android:value="com.android.settings.accessibility.AccessibilitySettingsForSetupWizard" /> |
| 1786 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1787 | android:value="true" /> |
| 1788 | </activity> |
| 1789 | |
| 1790 | <activity-alias |
| 1791 | android:name=".FontSizeSettingsForSetupWizardActivity" |
| 1792 | android:exported="true" |
| 1793 | android:targetActivity=".accessibility.AccessibilitySettingsForSetupWizardActivity"> |
Maurice Lam | f3c5b4d | 2017-06-08 20:17:18 -0700 | [diff] [blame] | 1794 | <intent-filter> |
| 1795 | <action android:name="android.intent.action.MAIN" /> |
| 1796 | <category android:name="com.android.settings.suggested.category.DISPLAY_SETTINGS" /> |
| 1797 | </intent-filter> |
| 1798 | <meta-data android:name="com.android.settings.title" |
| 1799 | android:resource="@string/vision_settings_suggestion_title" /> |
Maurice Lam | 992fa86 | 2017-06-09 16:14:36 -0700 | [diff] [blame] | 1800 | <meta-data android:name="com.android.settings.icon_tintable" |
| 1801 | android:value="true" /> |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 1802 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1803 | android:value="com.android.settings.accessibility.AccessibilitySettingsForSetupWizard" /> |
cnchen | 7a83d51 | 2019-05-06 10:19:10 +0800 | [diff] [blame] | 1804 | </activity-alias> |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 1805 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1806 | <activity |
Sunny Shao | f9beef4 | 2021-09-02 14:16:04 +0800 | [diff] [blame] | 1807 | android:name=".accessibility.AccessibilityScreenSizeForSetupWizardActivity" |
| 1808 | android:exported="false"/> |
| 1809 | |
| 1810 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1811 | android:name="Settings$AccessibilityDaltonizerSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1812 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1813 | android:label="@string/accessibility_display_daltonizer_preference_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1814 | <intent-filter android:priority="1"> |
| 1815 | <action android:name="com.android.settings.ACCESSIBILITY_COLOR_SPACE_SETTINGS" /> |
| 1816 | <category android:name="android.intent.category.DEFAULT" /> |
| 1817 | </intent-filter> |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 1818 | <intent-filter> |
| 1819 | <action android:name="android.intent.action.MAIN" /> |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 1820 | <category android:name="android.intent.category.DEFAULT" /> |
| 1821 | </intent-filter> |
| 1822 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1823 | android:value="com.android.settings.accessibility.ToggleDaltonizerPreferenceFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1824 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1825 | android:value="@string/menu_key_accessibility"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1826 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1827 | android:value="true" /> |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 1828 | </activity> |
| 1829 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1830 | <activity |
Sally | 9fe91b9 | 2020-10-16 22:45:27 +0000 | [diff] [blame] | 1831 | android:name="Settings$ReduceBrightColorsSettingsActivity" |
| 1832 | android:exported="true" |
| 1833 | android:label="@string/reduce_bright_colors_preference_title"> |
| 1834 | <intent-filter android:priority="1"> |
| 1835 | <action android:name="android.settings.REDUCE_BRIGHT_COLORS_SETTINGS" /> |
| 1836 | <category android:name="android.intent.category.DEFAULT" /> |
| 1837 | </intent-filter> |
| 1838 | <intent-filter> |
| 1839 | <action android:name="android.intent.action.MAIN" /> |
| 1840 | <category android:name="android.intent.category.DEFAULT" /> |
| 1841 | </intent-filter> |
| 1842 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1843 | android:value="com.android.settings.accessibility.ToggleReduceBrightColorsPreferenceFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1844 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1845 | android:value="@string/menu_key_accessibility"/> |
Sally | 9fe91b9 | 2020-10-16 22:45:27 +0000 | [diff] [blame] | 1846 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1847 | android:value="true" /> |
| 1848 | </activity> |
| 1849 | |
| 1850 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1851 | android:name="Settings$CaptioningSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1852 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1853 | android:label="@string/accessibility_captioning_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1854 | <intent-filter android:priority="1"> |
| 1855 | <action android:name="android.settings.CAPTIONING_SETTINGS" /> |
| 1856 | <category android:name="android.intent.category.DEFAULT" /> |
| 1857 | </intent-filter> |
Alan Viverette | cc0e782 | 2013-08-06 13:53:58 -0700 | [diff] [blame] | 1858 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Alan Viverette | 4098dba | 2013-12-04 17:19:24 -0800 | [diff] [blame] | 1859 | android:value="com.android.settings.accessibility.CaptionPropertiesFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1860 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1861 | android:value="@string/menu_key_accessibility"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1862 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1863 | android:value="true" /> |
Alan Viverette | cc0e782 | 2013-08-06 13:53:58 -0700 | [diff] [blame] | 1864 | </activity> |
| 1865 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1866 | <activity |
| 1867 | android:name="Settings$TextToSpeechSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1868 | android:exported="true" |
Fan Zhang | bcd8a25 | 2019-04-29 13:35:20 -0700 | [diff] [blame] | 1869 | android:label="@string/tts_settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1870 | <intent-filter android:priority="1"> |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 1871 | <action android:name="com.android.settings.TTS_SETTINGS" /> |
Dianne Hackborn | 116d85e | 2009-06-26 18:20:23 -0700 | [diff] [blame] | 1872 | <category android:name="android.intent.category.DEFAULT" /> |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 1873 | </intent-filter> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1874 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Narayan Kamath | fdd94d8 | 2011-11-04 16:12:27 +0000 | [diff] [blame] | 1875 | android:value="com.android.settings.tts.TextToSpeechSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1876 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1877 | android:value="@string/menu_key_accessibility"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1878 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1879 | android:value="true" /> |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 1880 | </activity> |
| 1881 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1882 | <activity |
| 1883 | android:name="Settings$EnterprisePrivacySettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 1884 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 1885 | android:label="@string/enterprise_privacy_settings"> |
Bartosz Fabianowski | 0e4a1e5 | 2016-11-28 19:16:34 +0100 | [diff] [blame] | 1886 | <intent-filter> |
| 1887 | <action android:name="android.settings.ENTERPRISE_PRIVACY_SETTINGS" /> |
| 1888 | <category android:name="android.intent.category.DEFAULT" /> |
| 1889 | </intent-filter> |
Bartosz Fabianowski | 05061fc | 2016-11-14 12:04:49 +0100 | [diff] [blame] | 1890 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1891 | android:value="com.android.settings.enterprise.EnterprisePrivacySettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 1892 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 1893 | android:value="@string/menu_key_privacy"/> |
Bartosz Fabianowski | 05061fc | 2016-11-14 12:04:49 +0100 | [diff] [blame] | 1894 | </activity> |
| 1895 | |
Jim Miller | 9757e30 | 2010-12-17 18:23:23 -0800 | [diff] [blame] | 1896 | <!-- Lock screen settings --> |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1897 | <activity android:name=".password.ConfirmDeviceCredentialActivity" |
Amith Yamasani | 39fb062 | 2014-12-17 10:52:52 -0800 | [diff] [blame] | 1898 | android:exported="true" |
Mill Chen | 078af33 | 2019-04-04 15:39:27 -0700 | [diff] [blame] | 1899 | android:taskAffinity="com.android.settings.workmode" |
Kevin Chyn | b3ee231 | 2018-10-04 15:01:43 -0700 | [diff] [blame] | 1900 | android:theme="@android:style/Theme.Translucent.NoTitleBar"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1901 | <intent-filter android:priority="1"> |
Jim Miller | 75fe9e0 | 2014-08-13 14:52:52 -0700 | [diff] [blame] | 1902 | <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL" /> |
Adrian Roos | 5a9a3cd | 2017-03-30 18:02:25 -0700 | [diff] [blame] | 1903 | <action android:name="android.app.action.CONFIRM_FRP_CREDENTIAL" /> |
Jim Miller | 75fe9e0 | 2014-08-13 14:52:52 -0700 | [diff] [blame] | 1904 | <category android:name="android.intent.category.DEFAULT" /> |
| 1905 | </intent-filter> |
Jay Civelli | 09b5228 | 2014-07-10 17:27:07 -0700 | [diff] [blame] | 1906 | </activity> |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1907 | <!-- Activity alias for compatibility --> |
| 1908 | <activity-alias android:name=".ConfirmDeviceCredentialActivity" |
| 1909 | android:targetActivity=".password.ConfirmDeviceCredentialActivity" |
| 1910 | android:exported="true" /> |
Jay Civelli | 09b5228 | 2014-07-10 17:27:07 -0700 | [diff] [blame] | 1911 | |
Clara Bayarri | c5cde05 | 2015-10-22 17:24:43 +0100 | [diff] [blame] | 1912 | <!-- Note this must not be exported since it authenticates the given user --> |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1913 | <activity android:name=".password.ConfirmDeviceCredentialActivity$InternalActivity" |
Clara Bayarri | c5cde05 | 2015-10-22 17:24:43 +0100 | [diff] [blame] | 1914 | android:exported="false" |
| 1915 | android:permission="android.permission.MANAGE_USERS" |
Mill Chen | 078af33 | 2019-04-04 15:39:27 -0700 | [diff] [blame] | 1916 | android:taskAffinity="com.android.settings.workmode" |
Kevin Chyn | 127da9c | 2018-11-09 16:13:53 -0800 | [diff] [blame] | 1917 | android:theme="@android:style/Theme.Translucent.NoTitleBar"> |
Clara Bayarri | c5cde05 | 2015-10-22 17:24:43 +0100 | [diff] [blame] | 1918 | <intent-filter android:priority="1"> |
| 1919 | <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL_WITH_USER" /> |
| 1920 | <category android:name="android.intent.category.DEFAULT" /> |
| 1921 | </intent-filter> |
| 1922 | </activity> |
| 1923 | |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 1924 | <activity android:name=".SetupRedactionInterstitial" |
Udam Saini | dd05ab7 | 2016-03-21 17:35:08 -0700 | [diff] [blame] | 1925 | android:enabled="false" |
| 1926 | android:exported="true" |
pastychang | 7961482 | 2019-01-03 10:12:54 +0800 | [diff] [blame] | 1927 | android:theme="@style/SudThemeGlif.DayNight" |
Maurice Lam | 43366f1 | 2016-08-05 16:57:59 -0700 | [diff] [blame] | 1928 | android:label="@string/lock_screen_notifications_interstitial_title" |
Udam Saini | dd05ab7 | 2016-03-21 17:35:08 -0700 | [diff] [blame] | 1929 | android:icon="@drawable/ic_suggested_notifications"> |
| 1930 | <intent-filter> |
| 1931 | <action android:name="android.intent.action.MAIN" /> |
Maurice Lam | 4331a2e | 2017-06-07 20:59:51 -0700 | [diff] [blame] | 1932 | <category android:name="com.android.settings.suggested.category.LOCK_SCREEN_REDACTION" /> |
Udam Saini | dd05ab7 | 2016-03-21 17:35:08 -0700 | [diff] [blame] | 1933 | </intent-filter> |
| 1934 | <meta-data android:name="com.android.settings.require_user_type" |
| 1935 | android:value="primary" /> |
| 1936 | <meta-data android:name="com.android.settings.title" |
| 1937 | android:resource="@string/notification_suggestion_title" /> |
| 1938 | <meta-data android:name="com.android.settings.summary" |
| 1939 | android:resource="@string/notification_suggestion_summary" /> |
Maurice Lam | 992fa86 | 2017-06-09 16:14:36 -0700 | [diff] [blame] | 1940 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
Udam Saini | dd05ab7 | 2016-03-21 17:35:08 -0700 | [diff] [blame] | 1941 | </activity> |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 1942 | |
Maurice Lam | d189ac5 | 2016-06-15 13:39:34 -0700 | [diff] [blame] | 1943 | <activity android:name=".notification.RedactionInterstitial" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1944 | android:theme="@style/GlifTheme.Light" /> |
Chris Wren | 51ae332 | 2014-08-28 15:45:31 -0400 | [diff] [blame] | 1945 | |
| 1946 | <activity android:name=".notification.RedactionSettingsStandalone" |
| 1947 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1948 | <intent-filter android:priority="1"> |
Chris Wren | 51ae332 | 2014-08-28 15:45:31 -0400 | [diff] [blame] | 1949 | <action android:name="android.settings.ACTION_APP_NOTIFICATION_REDACTION" /> |
| 1950 | <category android:name="android.intent.category.DEFAULT" /> |
| 1951 | </intent-filter> |
| 1952 | </activity> |
Jay Civelli | 09b5228 | 2014-07-10 17:27:07 -0700 | [diff] [blame] | 1953 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1954 | <activity android:name=".password.ConfirmLockPattern" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1955 | android:theme="@style/GlifTheme.Light"/> |
Michael Chan | 503c236 | 2009-12-08 22:18:23 -0800 | [diff] [blame] | 1956 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1957 | <activity android:name=".password.ConfirmLockPassword" |
Jorim Jaggi | ff41a9a | 2015-06-09 15:31:28 -0700 | [diff] [blame] | 1958 | android:windowSoftInputMode="stateHidden|adjustResize" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1959 | android:theme="@style/GlifTheme.Light"/> |
Jim Miller | 9757e30 | 2010-12-17 18:23:23 -0800 | [diff] [blame] | 1960 | |
Pavel Grafov | 04f783c | 2020-02-13 21:39:37 +0000 | [diff] [blame] | 1961 | <activity android:name=".password.ForgotPasswordActivity" |
| 1962 | android:theme="@style/GlifV3Theme.Light" |
| 1963 | android:exported="false"/> |
| 1964 | |
Joe Bolinger | a8808f7 | 2021-06-10 13:36:38 -0700 | [diff] [blame] | 1965 | <activity android:name=".biometrics.face.FaceEnrollParentalConsent" |
| 1966 | android:exported="false" |
| 1967 | android:screenOrientation="portrait"/> |
| 1968 | |
Kevin Chyn | 22b4edd | 2018-07-30 19:20:01 -0700 | [diff] [blame] | 1969 | <activity android:name=".biometrics.face.FaceEnrollIntroduction" |
Curtis Belmonte | 3de8abe | 2021-11-02 14:03:47 -0700 | [diff] [blame] | 1970 | android:exported="true" |
| 1971 | android:screenOrientation="portrait"> |
| 1972 | <intent-filter> |
| 1973 | <action android:name="android.settings.FACE_ENROLL"/> |
| 1974 | <category android:name="android.intent.category.DEFAULT"/> |
| 1975 | </intent-filter> |
| 1976 | </activity> |
Kevin Chyn | 22b4edd | 2018-07-30 19:20:01 -0700 | [diff] [blame] | 1977 | |
joshmccloskey | 0458262 | 2019-05-06 21:42:14 -0700 | [diff] [blame] | 1978 | <activity android:name=".biometrics.face.FaceEnrollEducation" |
| 1979 | android:exported="false" |
| 1980 | android:screenOrientation="portrait"/> |
| 1981 | |
Kevin Chyn | 22b4edd | 2018-07-30 19:20:01 -0700 | [diff] [blame] | 1982 | <activity android:name=".biometrics.face.FaceEnrollEnrolling" |
| 1983 | android:exported="false" |
| 1984 | android:screenOrientation="portrait"/> |
| 1985 | |
| 1986 | <activity android:name=".biometrics.face.FaceEnrollFinish" |
| 1987 | android:exported="false" |
| 1988 | android:screenOrientation="portrait"/> |
Kevin Chyn | 4882e87 | 2018-06-25 17:58:31 -0700 | [diff] [blame] | 1989 | |
Joe Bolinger | fb515ed | 2021-06-16 14:07:37 -0700 | [diff] [blame] | 1990 | <activity android:name=".biometrics.BiometricHandoffActivity" |
| 1991 | android:exported="false" |
| 1992 | android:screenOrientation="portrait"/> |
| 1993 | |
Kevin Chyn | 5ab064f | 2019-04-12 15:19:12 -0700 | [diff] [blame] | 1994 | <!-- Must not be exported --> |
| 1995 | <activity android:name=".biometrics.BiometricEnrollActivity$InternalActivity" |
| 1996 | android:exported="false" |
| 1997 | android:theme="@style/GlifTheme.Light"/> |
| 1998 | |
Kevin Chyn | 66d09a4 | 2018-10-31 13:30:44 -0700 | [diff] [blame] | 1999 | <activity android:name=".biometrics.BiometricEnrollActivity" |
| 2000 | android:exported="true" |
| 2001 | android:theme="@style/GlifTheme.Light"> |
| 2002 | <intent-filter> |
| 2003 | <action android:name="android.settings.BIOMETRIC_ENROLL" /> |
| 2004 | <category android:name="android.intent.category.DEFAULT" /> |
| 2005 | </intent-filter> |
| 2006 | </activity> |
| 2007 | |
Kevin Chyn | 871e55f | 2018-06-25 16:50:52 -0700 | [diff] [blame] | 2008 | <activity android:name=".biometrics.fingerprint.FingerprintSettings" android:exported="false"/> |
| 2009 | <activity android:name=".biometrics.fingerprint.FingerprintEnrollFindSensor" android:exported="false"/> |
| 2010 | <activity android:name=".biometrics.fingerprint.FingerprintEnrollEnrolling" android:exported="false"/> |
| 2011 | <activity android:name=".biometrics.fingerprint.FingerprintEnrollFinish" android:exported="false"/> |
Joe Bolinger | a8808f7 | 2021-06-10 13:36:38 -0700 | [diff] [blame] | 2012 | <activity android:name=".biometrics.fingerprint.FingerprintEnrollParentalConsent" android:exported="false"/> |
Kevin Chyn | 871e55f | 2018-06-25 16:50:52 -0700 | [diff] [blame] | 2013 | <activity android:name=".biometrics.fingerprint.FingerprintEnrollIntroduction" |
Kevin Chyn | 42ae10e | 2017-10-13 16:34:05 -0700 | [diff] [blame] | 2014 | android:exported="true" |
| 2015 | android:theme="@style/GlifTheme.Light"> |
| 2016 | <intent-filter> |
| 2017 | <action android:name="android.settings.FINGERPRINT_ENROLL" /> |
| 2018 | <category android:name="android.intent.category.DEFAULT" /> |
| 2019 | </intent-filter> |
| 2020 | </activity> |
Maurice Lam | 8d1f9c9 | 2015-07-09 16:38:37 -0700 | [diff] [blame] | 2021 | |
Kevin Chyn | 871e55f | 2018-06-25 16:50:52 -0700 | [diff] [blame] | 2022 | <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFindSensor" android:exported="false"/> |
| 2023 | <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollEnrolling" android:exported="false"/> |
| 2024 | <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFinish" android:exported="false"/> |
| 2025 | <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollIntroduction" |
Maurice Lam | e1eaed0 | 2015-07-08 16:59:59 -0700 | [diff] [blame] | 2026 | android:exported="true" |
Maurice Lam | 8d1f9c9 | 2015-07-09 16:38:37 -0700 | [diff] [blame] | 2027 | android:permission="android.permission.MANAGE_FINGERPRINT" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2028 | android:theme="@style/GlifTheme.Light"> |
Maurice Lam | e1eaed0 | 2015-07-08 16:59:59 -0700 | [diff] [blame] | 2029 | <intent-filter> |
| 2030 | <action android:name="android.settings.FINGERPRINT_SETUP" /> |
| 2031 | <category android:name="android.intent.category.DEFAULT" /> |
| 2032 | </intent-filter> |
| 2033 | </activity> |
Jim Miller | 94d4bd9 | 2015-02-19 21:04:57 -0800 | [diff] [blame] | 2034 | |
Kevin Chyn | 871e55f | 2018-06-25 16:50:52 -0700 | [diff] [blame] | 2035 | <activity android:name=".biometrics.fingerprint.FingerprintSuggestionActivity" |
Maurice Lam | 34a181a | 2017-06-20 20:00:54 -0700 | [diff] [blame] | 2036 | android:exported="true" |
| 2037 | android:permission="android.permission.MANAGE_FINGERPRINT" |
| 2038 | android:icon="@drawable/ic_suggestion_fingerprint" |
| 2039 | android:theme="@style/GlifTheme.Light"> |
Maurice Lam | 34a181a | 2017-06-20 20:00:54 -0700 | [diff] [blame] | 2040 | <meta-data android:name="com.android.settings.require_feature" |
| 2041 | android:value="android.hardware.fingerprint" /> |
| 2042 | <meta-data android:name="com.android.settings.title" |
| 2043 | android:resource="@string/suggestion_additional_fingerprints" /> |
| 2044 | <meta-data android:name="com.android.settings.summary" |
| 2045 | android:resource="@string/suggestion_additional_fingerprints_summary" /> |
Maurice Lam | 34a181a | 2017-06-20 20:00:54 -0700 | [diff] [blame] | 2046 | </activity> |
| 2047 | |
cnchen | d215999 | 2019-03-22 19:48:04 +0800 | [diff] [blame] | 2048 | <activity-alias android:name=".SetupFingerprintSuggestionActivity" |
| 2049 | android:enabled="false" |
| 2050 | android:exported="true" |
| 2051 | android:targetActivity=".biometrics.fingerprint.FingerprintSuggestionActivity"> |
| 2052 | <intent-filter> |
| 2053 | <action android:name="android.intent.action.MAIN" /> |
| 2054 | <category android:name="com.android.settings.suggested.category.FINGERPRINT_ENROLL" /> |
| 2055 | </intent-filter> |
| 2056 | <meta-data android:name="com.android.settings.require_feature" |
| 2057 | android:value="android.hardware.fingerprint" /> |
| 2058 | <meta-data android:name="com.android.settings.title" |
| 2059 | android:resource="@string/suggestion_additional_fingerprints" /> |
| 2060 | <meta-data android:name="com.android.settings.summary" |
| 2061 | android:resource="@string/suggestion_additional_fingerprints_summary" /> |
Cating Lin | 84e6a47 | 2019-04-24 09:25:55 +0800 | [diff] [blame] | 2062 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
cnchen | d215999 | 2019-03-22 19:48:04 +0800 | [diff] [blame] | 2063 | </activity-alias> |
| 2064 | |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 2065 | <!-- 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] | 2066 | <activity android:name=".password.ConfirmLockPattern$InternalActivity" |
Andres Morales | 02d5487 | 2015-04-14 11:33:45 -0700 | [diff] [blame] | 2067 | android:exported="false" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2068 | android:theme="@style/GlifTheme.Light"/> |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 2069 | |
| 2070 | <!-- 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] | 2071 | <activity android:name=".password.ConfirmLockPassword$InternalActivity" |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 2072 | android:exported="false" |
Xiyuan Xia | 4a8edaf | 2015-05-20 14:26:15 -0700 | [diff] [blame] | 2073 | android:windowSoftInputMode="adjustResize" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2074 | android:theme="@style/GlifTheme.Light"/> |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 2075 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2076 | <activity android:name=".password.SetupChooseLockGeneric" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2077 | android:theme="@style/GlifTheme.Light" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2078 | android:exported="true" |
Lucky Zhang | 36ec274 | 2014-12-05 18:20:27 -0800 | [diff] [blame] | 2079 | android:label="@string/lock_settings_picker_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2080 | <intent-filter android:priority="1"> |
Maurice Lam | 52c75ba | 2014-11-25 14:06:38 -0800 | [diff] [blame] | 2081 | <action android:name="com.android.settings.SETUP_LOCK_SCREEN" /> |
| 2082 | <category android:name="android.intent.category.DEFAULT" /> |
| 2083 | </intent-filter> |
| 2084 | </activity> |
| 2085 | |
Doris Ling | 069d293 | 2018-11-13 14:54:26 -0800 | [diff] [blame] | 2086 | <activity android:name=".password.SetupChooseLockGeneric$InternalActivity" |
Doris Ling | 069d293 | 2018-11-13 14:54:26 -0800 | [diff] [blame] | 2087 | android:exported="false" |
| 2088 | android:excludeFromRecents="true" /> |
| 2089 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2090 | <activity android:name=".password.ChooseLockGeneric" |
Steven Ross | b7a9e95 | 2011-10-03 10:06:44 -0400 | [diff] [blame] | 2091 | android:label="@string/lockpassword_choose_lock_generic_header" |
Steven Ng | 4fdcec7 | 2016-09-26 22:13:08 +0100 | [diff] [blame] | 2092 | android:excludeFromRecents="true" |
| 2093 | android:exported="false" /> |
| 2094 | |
| 2095 | <activity android:name=".password.SetNewPasswordActivity" |
| 2096 | android:theme="@android:style/Theme.NoDisplay" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2097 | android:exported="true" |
Steven Ross | b7a9e95 | 2011-10-03 10:06:44 -0400 | [diff] [blame] | 2098 | android:excludeFromRecents="true" > |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2099 | <intent-filter android:priority="1"> |
Dianne Hackborn | abc3dc6 | 2010-01-20 13:40:19 -0800 | [diff] [blame] | 2100 | <action android:name="android.app.action.SET_NEW_PASSWORD" /> |
Benjamin Franz | ae07b50 | 2016-01-08 17:16:19 +0000 | [diff] [blame] | 2101 | <action android:name="android.app.action.SET_NEW_PARENT_PROFILE_PASSWORD" /> |
Dianne Hackborn | abc3dc6 | 2010-01-20 13:40:19 -0800 | [diff] [blame] | 2102 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2103 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2104 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2105 | android:value="true" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2106 | </activity> |
| 2107 | |
Fan Zhang | 31f699c | 2017-09-28 17:17:44 -0700 | [diff] [blame] | 2108 | <activity android:name=".password.ScreenLockSuggestionActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2109 | android:exported="true" |
Mill Chen | 7195800 | 2019-01-23 10:44:39 +0800 | [diff] [blame] | 2110 | android:icon="@drawable/ic_suggestion_security"> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2111 | <intent-filter android:priority="1"> |
| 2112 | <action android:name="android.intent.action.MAIN" /> |
Raff Tsai | 7c83463 | 2019-03-22 12:00:00 +0800 | [diff] [blame] | 2113 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2114 | </intent-filter> |
Raff Tsai | 7c83463 | 2019-03-22 12:00:00 +0800 | [diff] [blame] | 2115 | <meta-data android:name="com.android.settings.dismiss" android:value="14" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2116 | <meta-data android:name="com.android.settings.title" |
| 2117 | android:resource="@string/suggested_lock_settings_title" /> |
| 2118 | <meta-data android:name="com.android.settings.summary" |
| 2119 | android:resource="@string/suggested_lock_settings_summary" /> |
Maurice Lam | 992fa86 | 2017-06-09 16:14:36 -0700 | [diff] [blame] | 2120 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
Udam Saini | 62a7280 | 2016-01-28 11:09:29 -0800 | [diff] [blame] | 2121 | </activity> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2122 | |
Kevin Chyn | 871e55f | 2018-06-25 16:50:52 -0700 | [diff] [blame] | 2123 | <activity android:name=".biometrics.fingerprint.FingerprintEnrollSuggestionActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2124 | android:exported="true" |
Udam Saini | aafbba1 | 2016-02-02 10:33:40 -0800 | [diff] [blame] | 2125 | android:icon="@drawable/ic_suggestion_fingerprint"> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2126 | <intent-filter android:priority="2"> |
| 2127 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | af91c1f | 2017-06-03 15:24:11 -0700 | [diff] [blame] | 2128 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2129 | </intent-filter> |
Raff Tsai | 165708d | 2019-03-21 15:46:48 +0800 | [diff] [blame] | 2130 | <meta-data android:name="com.android.settings.dismiss" android:value="14" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2131 | <meta-data android:name="com.android.settings.require_feature" |
| 2132 | android:value="android.hardware.fingerprint" /> |
| 2133 | <meta-data android:name="com.android.settings.title" |
TreeHugger Robot | a4e3c14 | 2016-07-12 21:42:03 +0000 | [diff] [blame] | 2134 | android:resource="@string/suggested_fingerprint_lock_settings_title" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2135 | <meta-data android:name="com.android.settings.summary" |
Udam Saini | aafbba1 | 2016-02-02 10:33:40 -0800 | [diff] [blame] | 2136 | android:resource="@string/suggested_fingerprint_lock_settings_summary" /> |
Doris Ling | ea85c0a | 2018-04-30 14:08:55 -0700 | [diff] [blame] | 2137 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
Udam Saini | 62a7280 | 2016-01-28 11:09:29 -0800 | [diff] [blame] | 2138 | </activity> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 2139 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2140 | <activity android:name=".password.ChooseLockGeneric$InternalActivity" |
| 2141 | android:exported="false" |
Amith Yamasani | 6602677 | 2013-09-25 14:05:33 -0700 | [diff] [blame] | 2142 | android:label="@string/lockpassword_choose_lock_generic_header" |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2143 | android:excludeFromRecents="true" /> |
Amith Yamasani | 6602677 | 2013-09-25 14:05:33 -0700 | [diff] [blame] | 2144 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2145 | <activity android:name=".password.SetupChooseLockPattern" |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 2146 | android:exported="false" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2147 | android:theme="@style/GlifTheme.Light" /> |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 2148 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2149 | <activity android:name=".password.ChooseLockPattern" |
Maurice Lam | d189ac5 | 2016-06-15 13:39:34 -0700 | [diff] [blame] | 2150 | android:exported="false" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2151 | android:theme="@style/GlifTheme.Light" /> |
Dianne Hackborn | abc3dc6 | 2010-01-20 13:40:19 -0800 | [diff] [blame] | 2152 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2153 | <activity android:name=".password.SetupChooseLockPassword" |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 2154 | android:exported="false" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2155 | android:theme="@style/GlifTheme.Light" |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 2156 | android:windowSoftInputMode="stateVisible|adjustResize" /> |
| 2157 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 2158 | <activity android:name=".password.ChooseLockPassword" |
Maurice Lam | d189ac5 | 2016-06-15 13:39:34 -0700 | [diff] [blame] | 2159 | android:exported="false" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2160 | android:theme="@style/GlifTheme.Light" |
Jim Miller | 165bf2f | 2011-01-26 16:10:26 -0800 | [diff] [blame] | 2161 | android:windowSoftInputMode="stateVisible|adjustResize"/> |
Jim Miller | 00d2476 | 2009-12-22 19:04:57 -0800 | [diff] [blame] | 2162 | |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 2163 | <activity android:name=".SetupEncryptionInterstitial" |
Maurice Lam | 46a194b | 2016-05-24 20:03:08 -0700 | [diff] [blame] | 2164 | android:label="@string/encryption_interstitial_header" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2165 | android:theme="@style/GlifTheme.Light"/> |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 2166 | |
Maurice Lam | d189ac5 | 2016-06-15 13:39:34 -0700 | [diff] [blame] | 2167 | <activity android:name=".EncryptionInterstitial" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 2168 | android:theme="@style/GlifTheme.Light" /> |
Jim Miller | 46c7f6d | 2014-10-13 18:15:17 -0700 | [diff] [blame] | 2169 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2170 | <activity |
| 2171 | android:name=".Settings$StorageDashboardActivity" |
| 2172 | android:label="@string/storage_settings" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2173 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2174 | android:icon="@drawable/ic_homepage_storage"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2175 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2176 | <action android:name="android.settings.INTERNAL_STORAGE_SETTINGS" /> |
| 2177 | <action android:name="android.settings.MEMORY_CARD_SETTINGS" /> |
| 2178 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2179 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 2180 | <intent-filter android:priority="50"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2181 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 2182 | <category android:name="com.android.settings.SHORTCUT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2183 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 2184 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Arc Wang | fadbe5b | 2021-03-19 17:58:34 +0800 | [diff] [blame] | 2185 | android:value="com.android.settings.deviceinfo.StorageDashboardFragment" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2186 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2187 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 2188 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2189 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2190 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2191 | android:name="Settings$PublicVolumeSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2192 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2193 | android:label="@string/storage_settings_title"> |
Jeff Sharkey | 42833b2 | 2015-04-11 21:27:33 -0700 | [diff] [blame] | 2194 | <intent-filter> |
| 2195 | <action android:name="android.provider.action.DOCUMENT_ROOT_SETTINGS" /> |
| 2196 | <category android:name="android.intent.category.DEFAULT" /> |
| 2197 | <data |
| 2198 | android:scheme="content" |
| 2199 | android:host="com.android.externalstorage.documents" |
| 2200 | android:mimeType="vnd.android.document/root" /> |
| 2201 | </intent-filter> |
| 2202 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2203 | android:value="com.android.settings.deviceinfo.PublicVolumeSettings" /> |
Jeff Sharkey | 42833b2 | 2015-04-11 21:27:33 -0700 | [diff] [blame] | 2204 | </activity> |
Vasu Nori | 2180974 | 2011-01-25 13:39:16 -0800 | [diff] [blame] | 2205 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2206 | <activity |
| 2207 | android:name="Settings$PrivateVolumeForgetActivity" |
| 2208 | android:label="@string/storage_settings_title" |
| 2209 | android:exported="true" |
| 2210 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"> |
Jeff Sharkey | a16257d | 2015-04-28 13:41:01 -0700 | [diff] [blame] | 2211 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2212 | android:value="com.android.settings.deviceinfo.PrivateVolumeForget" /> |
Jeff Sharkey | a16257d | 2015-04-28 13:41:01 -0700 | [diff] [blame] | 2213 | </activity> |
| 2214 | |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 2215 | <!-- Exported for SystemUI to launch into --> |
| 2216 | <activity android:name=".deviceinfo.StorageWizardInit" |
Jeff Sharkey | ccabf4e | 2018-05-01 14:53:25 -0600 | [diff] [blame] | 2217 | android:theme="@style/GlifV3Theme.Light" |
Jeff Sharkey | 2949a4a | 2015-04-14 16:44:34 -0700 | [diff] [blame] | 2218 | android:exported="true" |
| 2219 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 2220 | <activity android:name=".deviceinfo.StorageWizardFormatProgress" |
Jeff Sharkey | ccabf4e | 2018-05-01 14:53:25 -0600 | [diff] [blame] | 2221 | android:theme="@style/GlifV3Theme.Light" |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 2222 | android:exported="false" /> |
Jeff Sharkey | 2af67a9 | 2018-04-01 18:25:54 -0600 | [diff] [blame] | 2223 | <activity android:name=".deviceinfo.StorageWizardFormatSlow" |
Jeff Sharkey | ccabf4e | 2018-05-01 14:53:25 -0600 | [diff] [blame] | 2224 | android:theme="@style/GlifV3Theme.Light" |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 2225 | android:exported="false" /> |
| 2226 | <activity android:name=".deviceinfo.StorageWizardMigrateConfirm" |
Jeff Sharkey | ccabf4e | 2018-05-01 14:53:25 -0600 | [diff] [blame] | 2227 | android:theme="@style/GlifV3Theme.Light" |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 2228 | android:exported="false" /> |
| 2229 | <activity android:name=".deviceinfo.StorageWizardMigrateProgress" |
Jeff Sharkey | ccabf4e | 2018-05-01 14:53:25 -0600 | [diff] [blame] | 2230 | android:theme="@style/GlifV3Theme.Light" |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 2231 | android:exported="true" |
| 2232 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 2233 | <activity android:name=".deviceinfo.StorageWizardReady" |
Jeff Sharkey | ccabf4e | 2018-05-01 14:53:25 -0600 | [diff] [blame] | 2234 | android:theme="@style/GlifV3Theme.Light" |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 2235 | android:exported="true" |
| 2236 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 2237 | |
| 2238 | <activity android:name=".deviceinfo.StorageWizardMoveConfirm" |
Jeff Sharkey | ccabf4e | 2018-05-01 14:53:25 -0600 | [diff] [blame] | 2239 | android:theme="@style/GlifV3Theme.Light" |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 2240 | android:exported="false" /> |
| 2241 | <activity android:name=".deviceinfo.StorageWizardMoveProgress" |
Jeff Sharkey | ccabf4e | 2018-05-01 14:53:25 -0600 | [diff] [blame] | 2242 | android:theme="@style/GlifV3Theme.Light" |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 2243 | android:exported="true" |
| 2244 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 2245 | |
Jeff Sharkey | 2949a4a | 2015-04-14 16:44:34 -0700 | [diff] [blame] | 2246 | <!-- Exported for SystemUI to trigger --> |
| 2247 | <receiver android:name=".deviceinfo.StorageUnmountReceiver" |
| 2248 | android:exported="true" |
| 2249 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
| 2250 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2251 | <activity android:name="Settings$ApnEditorActivity" |
Junda Liu | 76ad635 | 2017-02-03 16:39:23 -0800 | [diff] [blame] | 2252 | android:configChanges="orientation|keyboardHidden|screenSize" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2253 | android:exported="true" |
Amith Yamasani | 34bd7e6 | 2013-06-07 10:19:55 -0700 | [diff] [blame] | 2254 | android:label="@string/apn_edit"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2255 | <intent-filter> |
| 2256 | <action android:name="android.intent.action.VIEW" /> |
| 2257 | <action android:name="android.intent.action.EDIT" /> |
| 2258 | <category android:name="android.intent.category.DEFAULT" /> |
| 2259 | <data android:mimeType="vnd.android.cursor.item/telephony-carrier" /> |
| 2260 | </intent-filter> |
| 2261 | |
| 2262 | <intent-filter> |
| 2263 | <action android:name="android.intent.action.INSERT" /> |
| 2264 | <category android:name="android.intent.category.DEFAULT" /> |
| 2265 | <data android:mimeType="vnd.android.cursor.dir/telephony-carrier" /> |
| 2266 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2267 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
tom hsu | 2fd7c9f | 2020-09-30 21:46:27 +0800 | [diff] [blame] | 2268 | android:value="com.android.settings.network.apn.ApnEditor" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2269 | </activity> |
| 2270 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2271 | <activity |
| 2272 | android:name="Settings$DevelopmentSettingsDashboardActivity" |
| 2273 | android:label="@string/development_settings_title" |
| 2274 | android:icon="@drawable/ic_settings_development" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2275 | android:exported="true" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2276 | android:enabled="false"> |
Fan Zhang | 4c26da9 | 2017-09-08 15:29:54 -0700 | [diff] [blame] | 2277 | <intent-filter android:priority="1"> |
| 2278 | <action android:name="android.settings.APPLICATION_DEVELOPMENT_SETTINGS" /> |
| 2279 | <action android:name="com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS" /> |
Joshua Duong | 2972bfa | 2020-04-10 00:22:04 -0700 | [diff] [blame] | 2280 | <action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES"/> |
Fan Zhang | 4c26da9 | 2017-09-08 15:29:54 -0700 | [diff] [blame] | 2281 | <category android:name="android.intent.category.DEFAULT" /> |
| 2282 | </intent-filter> |
Fan Zhang | 9980096 | 2018-08-08 11:12:03 -0700 | [diff] [blame] | 2283 | <intent-filter> |
Fan Zhang | 4c26da9 | 2017-09-08 15:29:54 -0700 | [diff] [blame] | 2284 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 2285 | </intent-filter> |
Fan Zhang | 9980096 | 2018-08-08 11:12:03 -0700 | [diff] [blame] | 2286 | <meta-data android:name="com.android.settings.order" android:value="-40"/> |
Fan Zhang | 4c26da9 | 2017-09-08 15:29:54 -0700 | [diff] [blame] | 2287 | <meta-data android:name="com.android.settings.category" |
| 2288 | android:value="com.android.settings.category.ia.system" /> |
| 2289 | <meta-data android:name="com.android.settings.summary" |
| 2290 | android:resource="@string/summary_empty"/> |
Jason Chiu | 5f0fc1f | 2021-05-24 18:27:42 +0800 | [diff] [blame] | 2291 | <meta-data android:name="com.android.settings.icon" |
| 2292 | android:resource="@drawable/ic_settings_development" /> |
Fan Zhang | 4c26da9 | 2017-09-08 15:29:54 -0700 | [diff] [blame] | 2293 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2294 | android:value="com.android.settings.development.DevelopmentSettingsDashboardFragment" /> |
| 2295 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2296 | android:value="true" /> |
| 2297 | </activity> |
| 2298 | |
Fan Zhang | 6359a19 | 2017-05-11 16:04:09 -0700 | [diff] [blame] | 2299 | <!-- The opposite of DevelopmentSettingsActivity, it's no-op and only enabled when the real |
| 2300 | activity is disabled to be CTS compliant. --> |
| 2301 | <activity |
| 2302 | android:name=".development.DevelopmentSettingsDisabledActivity" |
| 2303 | android:icon="@drawable/ic_settings_development" |
| 2304 | android:label="@string/development_settings_title" |
Fan Zhang | 7373ec0 | 2018-08-14 13:25:47 -0700 | [diff] [blame] | 2305 | android:excludeFromRecents="true" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2306 | android:exported="true" |
Fan Zhang | 7373ec0 | 2018-08-14 13:25:47 -0700 | [diff] [blame] | 2307 | android:theme="@style/Transparent"> |
Fan Zhang | 6359a19 | 2017-05-11 16:04:09 -0700 | [diff] [blame] | 2308 | <intent-filter android:priority="-1"> |
| 2309 | <action android:name="android.settings.APPLICATION_DEVELOPMENT_SETTINGS" /> |
| 2310 | <action android:name="com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS" /> |
| 2311 | <category android:name="android.intent.category.DEFAULT" /> |
| 2312 | </intent-filter> |
| 2313 | </activity> |
| 2314 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2315 | <activity |
| 2316 | android:name="Settings$PrintSettingsActivity" |
| 2317 | android:label="@string/print_settings" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2318 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2319 | android:icon="@drawable/ic_settings_print"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2320 | <intent-filter android:priority="1"> |
| 2321 | <action android:name="android.settings.ACTION_PRINT_SETTINGS" /> |
| 2322 | <category android:name="android.intent.category.DEFAULT" /> |
| 2323 | </intent-filter> |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 2324 | <intent-filter> |
| 2325 | <action android:name="android.intent.action.MAIN" /> |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 2326 | <category android:name="android.intent.category.DEFAULT" /> |
| 2327 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 2328 | </intent-filter> |
| 2329 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2330 | android:value="com.android.settings.print.PrintSettingsFragment" /> |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 2331 | </activity> |
| 2332 | |
Svetoslav | d9f156d | 2013-10-09 21:59:04 -0700 | [diff] [blame] | 2333 | <activity android:name="Settings$PrintJobSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2334 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2335 | android:label="@string/print_print_job"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2336 | <intent-filter android:priority="1"> |
Svetoslav | d9f156d | 2013-10-09 21:59:04 -0700 | [diff] [blame] | 2337 | <action android:name="android.settings.ACTION_PRINT_SETTINGS" /> |
| 2338 | <category android:name="android.intent.category.DEFAULT" /> |
| 2339 | <data android:scheme="printjob" android:pathPattern="*" /> |
| 2340 | </intent-filter> |
| 2341 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2342 | android:value="com.android.settings.print.PrintJobSettingsFragment" /> |
Svetoslav | d9f156d | 2013-10-09 21:59:04 -0700 | [diff] [blame] | 2343 | </activity> |
| 2344 | |
Fan Zhang | 2907f86 | 2017-03-17 15:05:14 -0700 | [diff] [blame] | 2345 | <activity android:name=".development.AppPicker" |
Edgar Wang | 3c03f0a | 2020-05-05 06:19:14 +0800 | [diff] [blame] | 2346 | android:label="@string/select_application" /> |
Dianne Hackborn | 9244df4 | 2012-02-14 13:25:41 -0800 | [diff] [blame] | 2347 | |
Joshua Duong | fd00922 | 2021-07-14 16:05:57 -0700 | [diff] [blame] | 2348 | <activity android:name=".development.AdbQrCodeActivity" /> |
| 2349 | |
Howard Chen | d5f3a0c | 2019-08-29 17:31:05 +0800 | [diff] [blame] | 2350 | <activity android:name=".development.DSULoader" |
| 2351 | android:label="Select DSU Package" |
| 2352 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog" /> |
Howard Chen | 60acb51 | 2019-12-02 15:34:58 +0800 | [diff] [blame] | 2353 | <activity android:name=".development.DSUTermsOfServiceActivity" |
| 2354 | android:label="Terms of Service" |
| 2355 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog" /> |
Howard Chen | d5f3a0c | 2019-08-29 17:31:05 +0800 | [diff] [blame] | 2356 | |
Varun Shah | 7efe931 | 2020-03-26 23:02:50 -0700 | [diff] [blame] | 2357 | <activity android:name=".development.storage.BlobInfoListView" |
| 2358 | android:label="@string/shared_data_title" /> |
| 2359 | <activity android:name=".development.storage.LeaseInfoListView" |
| 2360 | android:label="@string/accessor_info_title" /> |
| 2361 | |
Gustav Sennton | 5b59628 | 2017-02-03 16:19:02 +0000 | [diff] [blame] | 2362 | <activity android:name="Settings$WebViewAppPickerActivity" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2363 | android:label="@string/select_webview_provider_dialog_title" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2364 | |
Paul Chang | 6ae4c4d | 2019-11-28 22:38:49 +0800 | [diff] [blame] | 2365 | <activity android:name="Settings$BugReportHandlerPickerActivity" |
| 2366 | android:label="@string/bug_report_handler_title" |
| 2367 | android:exported="true" |
| 2368 | android:excludeFromRecents="true"> |
| 2369 | <intent-filter> |
| 2370 | <action android:name="android.settings.BUGREPORT_HANDLER_SETTINGS" /> |
| 2371 | <category android:name="android.intent.category.DEFAULT" /> |
| 2372 | </intent-filter> |
Paul Chang | 6950a80 | 2020-04-22 20:59:59 +0800 | [diff] [blame] | 2373 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2374 | android:value="true" /> |
Paul Chang | 6ae4c4d | 2019-11-28 22:38:49 +0800 | [diff] [blame] | 2375 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2376 | android:value="com.android.settings.bugreporthandler.BugReportHandlerPicker" /> |
| 2377 | </activity> |
| 2378 | |
Jaikumar Ganesh | 3a76bca | 2009-07-16 18:41:58 -0700 | [diff] [blame] | 2379 | <activity android:name=".bluetooth.BluetoothPairingDialog" |
Chen Chen | 38101d5 | 2021-10-05 17:46:02 -0700 | [diff] [blame] | 2380 | android:permission="android.permission.BLUETOOTH_PRIVILEGED" |
Michael Chan | 684736a | 2009-09-01 18:51:04 -0700 | [diff] [blame] | 2381 | android:excludeFromRecents="true" |
Antony Sargent | 4d7df06 | 2017-07-12 17:29:10 -0700 | [diff] [blame] | 2382 | android:windowSoftInputMode="stateVisible|adjustResize" |
jackqdyulei | 27f62fd | 2019-02-22 15:31:35 -0800 | [diff] [blame] | 2383 | android:theme="@style/Theme.AlertDialog" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2384 | android:exported="true" |
jackqdyulei | 27f62fd | 2019-02-22 15:31:35 -0800 | [diff] [blame] | 2385 | android:taskAffinity=".bluetooth.BluetoothPairingDialog"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2386 | <intent-filter android:priority="1"> |
Nick Pelly | 5ddbd94 | 2009-09-11 11:41:59 -0700 | [diff] [blame] | 2387 | <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2388 | <category android:name="android.intent.category.DEFAULT" /> |
| 2389 | </intent-filter> |
| 2390 | </activity> |
| 2391 | |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 2392 | <activity android:name=".bluetooth.RequestPermissionActivity" |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 2393 | android:excludeFromRecents="true" |
Jeff Sharkey | 7025a83 | 2021-06-22 19:58:58 -0600 | [diff] [blame] | 2394 | android:permission="android.permission.BLUETOOTH_CONNECT" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2395 | android:exported="true" |
Fan Zhang | a122be1 | 2018-07-16 16:28:37 -0700 | [diff] [blame] | 2396 | android:theme="@style/Theme.BluetoothPermission"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2397 | <intent-filter android:priority="1"> |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 2398 | <action android:name="android.bluetooth.adapter.action.REQUEST_DISCOVERABLE" /> |
| 2399 | <action android:name="android.bluetooth.adapter.action.REQUEST_ENABLE" /> |
Svetoslav Ganov | b06766f | 2016-07-22 20:08:41 -0700 | [diff] [blame] | 2400 | <action android:name="android.bluetooth.adapter.action.REQUEST_DISABLE" /> |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 2401 | <category android:name="android.intent.category.DEFAULT" /> |
| 2402 | </intent-filter> |
| 2403 | </activity> |
| 2404 | |
Irfan Sheriff | 50f341d | 2013-03-18 13:11:47 -0700 | [diff] [blame] | 2405 | <activity android:name=".wifi.WifiScanModeActivity" |
| 2406 | android:excludeFromRecents="true" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2407 | android:exported="true" |
Irfan Sheriff | 50f341d | 2013-03-18 13:11:47 -0700 | [diff] [blame] | 2408 | android:theme="@style/Transparent"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2409 | <intent-filter android:priority="1"> |
Irfan Sheriff | 50f341d | 2013-03-18 13:11:47 -0700 | [diff] [blame] | 2410 | <action android:name="android.net.wifi.action.REQUEST_SCAN_ALWAYS_AVAILABLE" /> |
| 2411 | <category android:name="android.intent.category.DEFAULT" /> |
| 2412 | </intent-filter> |
| 2413 | </activity> |
| 2414 | |
Jerry Zhang | d18d6f1 | 2018-01-11 16:47:14 -0800 | [diff] [blame] | 2415 | <activity android:name=".Settings$UsbDetailsActivity" |
| 2416 | android:excludeFromRecents="true" |
| 2417 | android:permission="android.permission.MANAGE_USB" |
| 2418 | android:exported="true"> |
| 2419 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2420 | android:value="com.android.settings.connecteddevice.usb.UsbDetailsFragment"/> |
| 2421 | </activity> |
| 2422 | |
Michal Karpinski | 707f42f | 2016-02-25 17:29:43 +0000 | [diff] [blame] | 2423 | <activity android:name=".RemoteBugreportActivity" |
| 2424 | android:excludeFromRecents="true" |
| 2425 | android:exported="true" |
| 2426 | android:permission="android.permission.DUMP" |
tmfang | 5ade2f1 | 2018-07-30 13:49:43 +0800 | [diff] [blame] | 2427 | android:theme="@style/Theme.AlertDialog"> |
Michal Karpinski | 707f42f | 2016-02-25 17:29:43 +0000 | [diff] [blame] | 2428 | <intent-filter> |
| 2429 | <action android:name="android.settings.SHOW_REMOTE_BUGREPORT_DIALOG" /> |
| 2430 | <category android:name="android.intent.category.DEFAULT" /> |
| 2431 | </intent-filter> |
| 2432 | </activity> |
| 2433 | |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 2434 | <activity android:name=".bluetooth.RequestPermissionHelperActivity" |
| 2435 | android:label="@string/bluetooth_pairing_request" |
| 2436 | android:excludeFromRecents="true" |
Jeff Sharkey | 7025a83 | 2021-06-22 19:58:58 -0600 | [diff] [blame] | 2437 | android:permission="android.permission.BLUETOOTH_CONNECT" |
Arc Wang | 5a298fb | 2020-06-30 14:14:02 +0800 | [diff] [blame] | 2438 | android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight"> |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 2439 | </activity> |
| 2440 | |
Marie Janssen | d06d83c | 2017-02-14 18:49:17 -0800 | [diff] [blame] | 2441 | <service android:name=".bluetooth.BluetoothPairingService" /> |
| 2442 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2443 | <receiver android:name=".bluetooth.BluetoothPairingRequest" |
| 2444 | android:exported="true"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2445 | <intent-filter> |
Nick Pelly | 5ddbd94 | 2009-09-11 11:41:59 -0700 | [diff] [blame] | 2446 | <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" /> |
Alice Kuo | ebea73e | 2021-10-13 18:43:47 +0800 | [diff] [blame] | 2447 | <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] | 2448 | </intent-filter> |
| 2449 | </receiver> |
| 2450 | |
Jaikumar Ganesh | e0b01ad | 2011-09-07 17:19:19 -0700 | [diff] [blame] | 2451 | <receiver android:name=".bluetooth.BluetoothPermissionRequest" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2452 | android:exported="true" |
Jeff Sharkey | 7025a83 | 2021-06-22 19:58:58 -0600 | [diff] [blame] | 2453 | android:permission="android.permission.BLUETOOTH_CONNECT"> |
Matthew Xie | dbed120 | 2011-06-27 18:21:25 -0700 | [diff] [blame] | 2454 | <intent-filter> |
| 2455 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" /> |
| 2456 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" /> |
| 2457 | </intent-filter> |
| 2458 | </receiver> |
| 2459 | |
| 2460 | <activity android:name=".bluetooth.BluetoothPermissionActivity" |
| 2461 | android:label="@string/bluetooth_connection_permission_request" |
| 2462 | android:excludeFromRecents="true" |
Jeff Sharkey | 7025a83 | 2021-06-22 19:58:58 -0600 | [diff] [blame] | 2463 | android:permission="android.permission.BLUETOOTH_CONNECT" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2464 | android:exported="true" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2465 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2466 | <intent-filter android:priority="1"> |
Matthew Xie | dbed120 | 2011-06-27 18:21:25 -0700 | [diff] [blame] | 2467 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" /> |
| 2468 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" /> |
| 2469 | <category android:name="android.intent.category.DEFAULT" /> |
| 2470 | </intent-filter> |
| 2471 | </activity> |
| 2472 | |
Joe Onorato | de560372 | 2009-03-24 17:49:03 -0700 | [diff] [blame] | 2473 | <activity android:name="ActivityPicker" |
| 2474 | android:label="@string/activity_picker_label" |
Arc Wang | 5a298fb | 2020-06-30 14:14:02 +0800 | [diff] [blame] | 2475 | android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2476 | android:exported="true" |
Dianne Hackborn | ec54997 | 2009-09-23 22:24:22 -0700 | [diff] [blame] | 2477 | android:finishOnCloseSystemDialogs="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2478 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2479 | <action android:name="android.intent.action.PICK_ACTIVITY" /> |
| 2480 | <category android:name="android.intent.category.DEFAULT" /> |
| 2481 | </intent-filter> |
| 2482 | </activity> |
| 2483 | |
Jeff Hamilton | 3d670de | 2011-09-21 16:44:36 -0500 | [diff] [blame] | 2484 | <!-- NFC settings --> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2485 | <activity |
| 2486 | android:name="Settings$AndroidBeamSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2487 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2488 | android:label="@string/android_beam_settings_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2489 | <intent-filter android:priority="1"> |
| 2490 | <action android:name="android.settings.NFCSHARING_SETTINGS" /> |
| 2491 | <category android:name="android.intent.category.DEFAULT" /> |
| 2492 | </intent-filter> |
Jeff Hamilton | 3d670de | 2011-09-21 16:44:36 -0500 | [diff] [blame] | 2493 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Nick Pelly | e0eedf7 | 2011-10-31 14:11:29 -0700 | [diff] [blame] | 2494 | android:value="com.android.settings.nfc.AndroidBeam" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2495 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2496 | android:value="true" /> |
Jeff Hamilton | 3d670de | 2011-09-21 16:44:36 -0500 | [diff] [blame] | 2497 | </activity> |
| 2498 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2499 | <activity |
| 2500 | android:name="Settings$WifiDisplaySettingsActivity" |
| 2501 | android:label="@string/wifi_display_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2502 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2503 | android:icon="@drawable/ic_cast_24dp"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2504 | <intent-filter android:priority="1"> |
Jeff Brown | ff0e81e | 2014-08-19 17:47:54 -0700 | [diff] [blame] | 2505 | <action android:name="android.settings.CAST_SETTINGS" /> |
Jeff Brown | 9e143f5 | 2012-09-19 20:46:07 -0700 | [diff] [blame] | 2506 | <category android:name="android.intent.category.DEFAULT" /> |
| 2507 | </intent-filter> |
| 2508 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2509 | android:value="com.android.settings.wfd.WifiDisplaySettings" /> |
| 2510 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2511 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2512 | <activity android:name="Settings$TestingSettingsActivity" android:label="@string/testing"> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2513 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2514 | android:value="com.android.settings.TestingSettings" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2515 | </activity> |
| 2516 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2517 | <receiver android:name=".TestingSettingsBroadcastReceiver" |
| 2518 | android:exported="true"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2519 | <intent-filter> |
Grace Jia | 84da1e8 | 2020-02-14 15:53:28 -0800 | [diff] [blame] | 2520 | <action android:name="android.telephony.action.SECRET_CODE" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2521 | <data android:scheme="android_secret_code" android:host="4636" /> |
| 2522 | </intent-filter> |
| 2523 | </receiver> |
| 2524 | |
The Android Open Source Project | 80a7a1d | 2009-03-11 12:11:59 -0700 | [diff] [blame] | 2525 | <!-- Standard picker for widgets --> |
Joe Onorato | de560372 | 2009-03-24 17:49:03 -0700 | [diff] [blame] | 2526 | <activity android:name="AppWidgetPickActivity" |
| 2527 | android:label="@string/widget_picker_title" |
Arc Wang | 5a298fb | 2020-06-30 14:14:02 +0800 | [diff] [blame] | 2528 | android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2529 | android:exported="true" |
Joe Onorato | 9bcc691 | 2011-01-10 12:55:57 -0800 | [diff] [blame] | 2530 | android:finishOnCloseSystemDialogs="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2531 | <intent-filter android:priority="1"> |
The Android Open Source Project | 80a7a1d | 2009-03-11 12:11:59 -0700 | [diff] [blame] | 2532 | <action android:name="android.appwidget.action.APPWIDGET_PICK" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2533 | <category android:name="android.intent.category.DEFAULT" /> |
| 2534 | </intent-filter> |
| 2535 | </activity> |
| 2536 | |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 2537 | <activity android:name="AllowBindAppWidgetActivity" |
Arc Wang | 5a298fb | 2020-06-30 14:14:02 +0800 | [diff] [blame] | 2538 | android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 2539 | android:finishOnCloseSystemDialogs="true" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2540 | android:exported="true" |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 2541 | android:excludeFromRecents="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2542 | <intent-filter android:priority="1"> |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 2543 | <action android:name="android.appwidget.action.APPWIDGET_BIND" /> |
| 2544 | <category android:name="android.intent.category.DEFAULT" /> |
| 2545 | </intent-filter> |
| 2546 | </activity> |
| 2547 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2548 | <activity android:name="UsageStatsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2549 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2550 | android:label="@string/usage_stats_label"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2551 | <intent-filter> |
| 2552 | <action android:name="android.intent.action.MAIN" /> |
| 2553 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 2554 | </intent-filter> |
| 2555 | </activity> |
| 2556 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2557 | <activity |
| 2558 | android:name="Settings$PowerUsageSummaryActivity" |
| 2559 | android:label="@string/power_usage_summary_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2560 | android:exported="true" |
Sunny Shao | b4a5f16 | 2020-06-15 23:00:26 +0800 | [diff] [blame] | 2561 | android:icon="@drawable/ic_homepage_battery"> |
jackqdyulei | b96ccba | 2018-01-23 10:29:13 -0800 | [diff] [blame] | 2562 | <intent-filter android:priority="1"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2563 | <action android:name="android.intent.action.POWER_USAGE_SUMMARY" /> |
| 2564 | <category android:name="android.intent.category.DEFAULT" /> |
| 2565 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 2566 | <intent-filter android:priority="51"> |
jackqdyulei | b96ccba | 2018-01-23 10:29:13 -0800 | [diff] [blame] | 2567 | <action android:name="android.intent.action.MAIN" /> |
jackqdyulei | b96ccba | 2018-01-23 10:29:13 -0800 | [diff] [blame] | 2568 | <category android:name="com.android.settings.SHORTCUT" /> |
| 2569 | </intent-filter> |
Dianne Hackborn | 59a4860 | 2010-11-10 23:34:52 -0800 | [diff] [blame] | 2570 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2571 | android:value="com.android.settings.fuelgauge.PowerUsageSummary" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 2572 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2573 | android:value="@string/menu_key_battery"/> |
Dianne Hackborn | cbaf6ce | 2010-07-23 00:23:21 -0700 | [diff] [blame] | 2574 | </activity> |
| 2575 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2576 | <activity |
| 2577 | android:name="Settings$BatterySaverSettingsActivity" |
| 2578 | android:label="@string/battery_saver" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2579 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2580 | android:icon="@drawable/ic_settings_battery"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2581 | <intent-filter android:priority="1"> |
| 2582 | <action android:name="android.settings.BATTERY_SAVER_SETTINGS" /> |
| 2583 | <category android:name="android.intent.category.DEFAULT" /> |
| 2584 | </intent-filter> |
John Spurlock | c7f8e8c | 2014-06-04 19:11:22 -0400 | [diff] [blame] | 2585 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 747f0e1 | 2018-03-01 09:49:34 -0800 | [diff] [blame] | 2586 | android:value="com.android.settings.fuelgauge.batterysaver.BatterySaverSettings" /> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 2587 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2588 | android:value="@string/menu_key_battery"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2589 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2590 | android:value="true" /> |
John Spurlock | c7f8e8c | 2014-06-04 19:11:22 -0400 | [diff] [blame] | 2591 | </activity> |
| 2592 | |
P.Y. Laligand | 1f403d5 | 2015-04-14 16:14:16 -0700 | [diff] [blame] | 2593 | <activity android:name=".fuelgauge.BatterySaverModeVoiceActivity" |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 2594 | android:label="@string/power_usage_summary_title" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2595 | android:theme="@*android:style/Theme.DeviceDefault.Light.Voice" |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 2596 | android:exported="true"> |
| 2597 | <intent-filter> |
| 2598 | <action android:name="android.settings.VOICE_CONTROL_BATTERY_SAVER_MODE" /> |
| 2599 | <category android:name="android.intent.category.DEFAULT" /> |
| 2600 | <category android:name="android.intent.category.VOICE" /> |
| 2601 | </intent-filter> |
| 2602 | </activity> |
| 2603 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2604 | <activity |
| 2605 | android:name="Settings$AccountSyncSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2606 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2607 | android:label="@string/account_sync_settings_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2608 | <intent-filter android:priority="1"> |
| 2609 | <action android:name="android.settings.ACCOUNT_SYNC_SETTINGS" /> |
| 2610 | <category android:name="android.intent.category.DEFAULT" /> |
| 2611 | </intent-filter> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2612 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2613 | android:value="com.android.settings.accounts.AccountSyncSettings" /> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 2614 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2615 | android:value="@string/menu_key_accounts"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2616 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2617 | android:value="true" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2618 | </activity> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2619 | <activity |
| 2620 | android:name="Settings$ManagedProfileSettingsActivity" |
Ricky Wai | bf94d09 | 2017-02-01 15:26:29 +0000 | [diff] [blame] | 2621 | android:label="@string/managed_profile_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2622 | android:exported="true" |
Ricky Wai | bf94d09 | 2017-02-01 15:26:29 +0000 | [diff] [blame] | 2623 | android:permission="android.permission.MANAGE_USERS"> |
| 2624 | <intent-filter android:priority="1"> |
| 2625 | <action android:name="android.settings.MANAGED_PROFILE_SETTINGS" /> |
| 2626 | <category android:name="android.intent.category.DEFAULT" /> |
| 2627 | </intent-filter> |
| 2628 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2629 | android:value="com.android.settings.accounts.ManagedProfileSettings" /> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 2630 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2631 | android:value="@string/menu_key_accounts"/> |
Ricky Wai | bf94d09 | 2017-02-01 15:26:29 +0000 | [diff] [blame] | 2632 | </activity> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2633 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2634 | <activity |
| 2635 | android:name="com.android.settings.accounts.AddAccountSettings" |
Amith Yamasani | 7bb8f72 | 2011-06-02 18:05:40 -0700 | [diff] [blame] | 2636 | android:configChanges="orientation|keyboardHidden|screenSize" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2637 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2638 | android:label="@string/header_add_an_account"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2639 | <intent-filter android:priority="1"> |
| 2640 | <action android:name="android.settings.ADD_ACCOUNT_SETTINGS" /> |
| 2641 | <category android:name="android.intent.category.DEFAULT" /> |
| 2642 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2643 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2644 | android:value="true" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2645 | </activity> |
| 2646 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2647 | <activity android:name="Settings$ChooseAccountActivity" |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2648 | android:label="@string/header_add_an_account" |
Fan Zhang | 92f1e94 | 2017-01-21 10:07:26 -0800 | [diff] [blame] | 2649 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2650 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Emily Chuang | b279b1c | 2018-04-12 10:12:28 +0800 | [diff] [blame] | 2651 | android:value="com.android.settings.accounts.ChooseAccountFragment" /> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 2652 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2653 | android:value="@string/menu_key_accounts"/> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2654 | </activity> |
Jim Miller | 165bf2f | 2011-01-26 16:10:26 -0800 | [diff] [blame] | 2655 | |
Jason parks | 8fd5bc9 | 2011-01-12 16:03:31 -0600 | [diff] [blame] | 2656 | <activity android:name=".CryptKeeper" |
Fyodor Kupolov | 25f1f60 | 2015-08-25 10:16:07 -0700 | [diff] [blame] | 2657 | androidprv:systemUserOnly="true" |
Jason parks | 8fd5bc9 | 2011-01-12 16:03:31 -0600 | [diff] [blame] | 2658 | android:immersive="true" |
| 2659 | android:launchMode="singleTop" |
Dianne Hackborn | 140f6c6 | 2011-10-16 11:49:00 -0700 | [diff] [blame] | 2660 | android:excludeFromRecents="true" |
Paul Lawrence | 26abe64 | 2014-06-11 15:24:37 -0700 | [diff] [blame] | 2661 | android:theme="@style/Theme.CryptKeeper" |
Paul Lawrence | 5ab67c5 | 2014-05-14 13:57:06 -0700 | [diff] [blame] | 2662 | android:configChanges="mnc|mcc|keyboard|keyboardHidden|uiMode" |
Paul Lawrence | eca15e1 | 2014-05-23 08:46:34 -0700 | [diff] [blame] | 2663 | android:windowSoftInputMode="adjustResize" |
Paul Lawrence | a1092fe | 2015-06-08 11:00:50 -0700 | [diff] [blame] | 2664 | android:screenOrientation="nosensor" |
Winson Chung | ec8f799 | 2020-04-24 11:14:31 -0700 | [diff] [blame] | 2665 | android:taskAffinity="com.android.settings.CryptKeeper" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2666 | android:exported="true" |
Paul Lawrence | a1092fe | 2015-06-08 11:00:50 -0700 | [diff] [blame] | 2667 | android:process=":CryptKeeper"> |
Jason parks | 8fd5bc9 | 2011-01-12 16:03:31 -0600 | [diff] [blame] | 2668 | <intent-filter android:priority="10"> |
| 2669 | <action android:name="android.intent.action.MAIN" /> |
| 2670 | <category android:name="android.intent.category.HOME" /> |
| 2671 | <category android:name="android.intent.category.DEFAULT" /> |
| 2672 | </intent-filter> |
| 2673 | </activity> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2674 | |
Jeff Sharkey | 9e9f7d1 | 2015-11-30 13:28:19 -0700 | [diff] [blame] | 2675 | <!-- Triggered when user-selected home app isn't encryption aware --> |
| 2676 | <activity android:name=".FallbackHome" |
| 2677 | android:excludeFromRecents="true" |
Fan Zhang | 49534b7 | 2017-06-22 15:04:41 -0700 | [diff] [blame] | 2678 | android:label="" |
Maurice Lam | 6e79c02 | 2016-07-15 18:11:54 -0700 | [diff] [blame] | 2679 | android:screenOrientation="nosensor" |
Louis Chang | 397cdd6 | 2019-06-27 09:57:54 +0800 | [diff] [blame] | 2680 | android:taskAffinity="com.android.settings.FallbackHome" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2681 | android:exported="true" |
Jeff Sharkey | e555a6f | 2016-02-23 20:48:01 -0700 | [diff] [blame] | 2682 | android:theme="@style/FallbackHome"> |
Xiaohui Chen | dbf3e15 | 2015-12-30 15:51:56 -0800 | [diff] [blame] | 2683 | <intent-filter android:priority="-1000"> |
Jeff Sharkey | 9e9f7d1 | 2015-11-30 13:28:19 -0700 | [diff] [blame] | 2684 | <action android:name="android.intent.action.MAIN" /> |
| 2685 | <category android:name="android.intent.category.HOME" /> |
| 2686 | <category android:name="android.intent.category.DEFAULT" /> |
| 2687 | </intent-filter> |
| 2688 | </activity> |
| 2689 | |
Vikram Aggarwal | 9f55ae2 | 2012-04-02 13:36:35 -0700 | [diff] [blame] | 2690 | <activity android:name=".CryptKeeper$FadeToBlack" |
Jason parks | f1dbf55 | 2011-01-24 16:19:28 -0600 | [diff] [blame] | 2691 | android:immersive="true" |
| 2692 | android:launchMode="singleTop" |
| 2693 | android:theme="@style/CryptKeeperBlankTheme" |
| 2694 | /> |
| 2695 | |
Jason parks | f821730 | 2011-01-26 13:11:42 -0600 | [diff] [blame] | 2696 | <activity android:name=".CryptKeeperConfirm$Blank" |
| 2697 | android:immersive="true" |
| 2698 | android:launchMode="singleTop" |
| 2699 | android:theme="@style/CryptKeeperBlankTheme" |
| 2700 | /> |
| 2701 | |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 2702 | <!-- Pseudo-activity used to provide an intent-filter entry point to encryption settings --> |
| 2703 | <activity android:name="Settings$CryptKeeperSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2704 | android:exported="true" |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 2705 | android:label="@string/crypt_keeper_encrypt_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2706 | <intent-filter android:priority="1"> |
| 2707 | <action android:name="android.app.action.START_ENCRYPTION" /> |
songkailun | 7d2a590 | 2017-09-29 09:42:05 +0800 | [diff] [blame] | 2708 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2709 | </intent-filter> |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 2710 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | c58a883 | 2017-11-01 17:59:53 -0700 | [diff] [blame] | 2711 | android:value="com.android.settings.security.CryptKeeperSettings" /> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 2712 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2713 | android:value="@string/menu_key_security"/> |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 2714 | </activity> |
| 2715 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2716 | <activity |
| 2717 | android:name="Settings$DataUsageSummaryActivity" |
| 2718 | android:label="@string/data_usage_summary_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2719 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2720 | android:icon="@drawable/ic_settings_data_usage"> |
Rohan Shah | ff5bd33 | 2018-03-21 17:16:39 -0700 | [diff] [blame] | 2721 | <intent-filter android:priority="1"> |
| 2722 | <action android:name="android.settings.DATA_USAGE_SETTINGS" /> |
| 2723 | <category android:name="android.intent.category.DEFAULT" /> |
| 2724 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 2725 | <intent-filter android:priority="3"> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 2726 | <action android:name="android.intent.action.MAIN" /> |
Amith Yamasani | 7836e4a | 2011-09-19 13:25:52 -0700 | [diff] [blame] | 2727 | <category android:name="com.android.settings.SHORTCUT" /> |
Jeff Sharkey | dd6efe1 | 2011-06-15 10:31:41 -0700 | [diff] [blame] | 2728 | </intent-filter> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 2729 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | cd21cb8 | 2018-06-11 09:28:02 -0700 | [diff] [blame] | 2730 | android:value="com.android.settings.datausage.DataUsageSummary" /> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 2731 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2732 | android:value="@string/menu_key_network"/> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 2733 | </activity> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2734 | <activity |
| 2735 | android:name="Settings$MobileDataUsageListActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2736 | android:exported="true" |
Yanting Yang | 85713d0 | 2019-09-27 18:34:04 +0800 | [diff] [blame] | 2737 | android:label="@string/cellular_data_usage"> |
Malcolm Chen | 52584e9 | 2017-06-20 11:14:27 -0700 | [diff] [blame] | 2738 | <intent-filter android:priority="1"> |
| 2739 | <action android:name="android.settings.MOBILE_DATA_USAGE" /> |
Malcolm Chen | 6fef2fff | 2017-07-13 17:59:58 -0700 | [diff] [blame] | 2740 | <category android:name="android.intent.category.DEFAULT" /> |
Malcolm Chen | 52584e9 | 2017-06-20 11:14:27 -0700 | [diff] [blame] | 2741 | </intent-filter> |
| 2742 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Doris Ling | 282a0d9 | 2018-11-30 16:20:32 -0800 | [diff] [blame] | 2743 | android:value="com.android.settings.datausage.DataUsageList" /> |
Arc Wang | a63e9c6 | 2021-09-28 20:39:15 +0800 | [diff] [blame] | 2744 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2745 | android:value="@string/menu_key_network"/> |
Malcolm Chen | 52584e9 | 2017-06-20 11:14:27 -0700 | [diff] [blame] | 2746 | </activity> |
| 2747 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2748 | <activity |
| 2749 | android:name="Settings$DreamSettingsActivity" |
| 2750 | android:label="@string/screensaver_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2751 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2752 | android:icon="@drawable/ic_settings_display"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2753 | <intent-filter android:priority="1"> |
| 2754 | <action android:name="android.settings.DREAM_SETTINGS" /> |
| 2755 | <category android:name="android.intent.category.DEFAULT" /> |
| 2756 | </intent-filter> |
Daniel Sandler | 7dee75c | 2012-11-27 22:41:30 -0500 | [diff] [blame] | 2757 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Evan Laird | 22315ad | 2017-07-18 16:37:42 -0400 | [diff] [blame] | 2758 | android:value="com.android.settings.dream.DreamSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2759 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2760 | android:value="true" /> |
Daniel Sandler | 7dee75c | 2012-11-27 22:41:30 -0500 | [diff] [blame] | 2761 | </activity> |
| 2762 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2763 | <activity |
| 2764 | android:name="Settings$UserSettingsActivity" |
| 2765 | android:label="@string/user_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2766 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2767 | android:icon="@drawable/ic_settings_multiuser"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2768 | <intent-filter android:priority="1"> |
| 2769 | <action android:name="android.settings.USER_SETTINGS" /> |
| 2770 | <category android:name="android.intent.category.DEFAULT" /> |
| 2771 | </intent-filter> |
Fan Zhang | 9980096 | 2018-08-08 11:12:03 -0700 | [diff] [blame] | 2772 | <intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2773 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 2774 | </intent-filter> |
Fan Zhang | 9980096 | 2018-08-08 11:12:03 -0700 | [diff] [blame] | 2775 | <meta-data android:name="com.android.settings.order" android:value="-45"/> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2776 | <meta-data android:name="com.android.settings.category" |
Raff Tsai | 9e3a9fd | 2019-10-01 17:06:26 +0800 | [diff] [blame] | 2777 | android:value="com.android.settings.category.ia.system" /> |
Raff Tsai | 6db277e | 2019-10-02 16:43:23 +0800 | [diff] [blame] | 2778 | <meta-data android:name="com.android.settings.summary_uri" |
| 2779 | android:value="content://com.android.settings.dashboard.SummaryProvider/user" /> |
Jason Chiu | 5f0fc1f | 2021-05-24 18:27:42 +0800 | [diff] [blame] | 2780 | <meta-data android:name="com.android.settings.icon" |
| 2781 | android:resource="@drawable/ic_settings_multiuser" /> |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2782 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Raff Tsai | 9e3a9fd | 2019-10-01 17:06:26 +0800 | [diff] [blame] | 2783 | android:value="com.android.settings.users.UserSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2784 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
Raff Tsai | 9e3a9fd | 2019-10-01 17:06:26 +0800 | [diff] [blame] | 2785 | android:value="true" /> |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2786 | </activity> |
| 2787 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2788 | <activity |
| 2789 | android:name="Settings$PaymentSettingsActivity" |
| 2790 | android:label="@string/nfc_payment_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2791 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2792 | android:icon="@drawable/ic_settings_nfc_payment"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2793 | <intent-filter android:priority="1"> |
| 2794 | <action android:name="android.settings.NFC_PAYMENT_SETTINGS" /> |
| 2795 | <category android:name="android.intent.category.DEFAULT" /> |
| 2796 | </intent-filter> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2797 | <intent-filter> |
| 2798 | <action android:name="android.intent.action.MAIN" /> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2799 | <category android:name="android.intent.category.DEFAULT" /> |
| 2800 | </intent-filter> |
| 2801 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2802 | android:value="com.android.settings.nfc.PaymentSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2803 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2804 | android:value="true" /> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2805 | </activity> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2806 | |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2807 | <activity android:name=".nfc.PaymentDefaultDialog" |
Martijn Coenen | da6c0ba | 2013-09-05 21:07:23 -0700 | [diff] [blame] | 2808 | android:label="@string/nfc_payment_set_default_label" |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2809 | android:excludeFromRecents="true" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2810 | android:exported="true" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2811 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2812 | <intent-filter android:priority="1"> |
Martijn Coenen | a73aa32 | 2013-08-30 12:57:42 -0700 | [diff] [blame] | 2813 | <action android:name="android.nfc.cardemulation.action.ACTION_CHANGE_DEFAULT" /> |
| 2814 | <category android:name="android.intent.category.DEFAULT" /> |
| 2815 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2816 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2817 | android:value="true" /> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2818 | </activity> |
| 2819 | |
Martijn Coenen | cbcc76e | 2015-06-05 21:28:17 +0200 | [diff] [blame] | 2820 | <activity android:name=".nfc.HowItWorks" |
| 2821 | android:label="@string/nfc_payment_settings_title" |
Martijn Coenen | cbcc76e | 2015-06-05 21:28:17 +0200 | [diff] [blame] | 2822 | android:excludeFromRecents="true"> |
| 2823 | </activity> |
| 2824 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2825 | <activity |
| 2826 | android:name="Settings$NotificationAccessSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2827 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2828 | android:label="@string/manage_notification_access_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2829 | <intent-filter android:priority="1"> |
| 2830 | <action android:name="android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS" /> |
| 2831 | <category android:name="android.intent.category.DEFAULT" /> |
| 2832 | </intent-filter> |
Daniel Sandler | 79b9bfe | 2013-04-04 14:30:04 -0400 | [diff] [blame] | 2833 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
John Spurlock | 4a35051 | 2014-04-08 14:08:21 -0400 | [diff] [blame] | 2834 | android:value="com.android.settings.notification.NotificationAccessSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 2835 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2836 | android:value="@string/menu_key_notifications"/> |
John Spurlock | 08531a8 | 2015-05-07 17:45:43 -0400 | [diff] [blame] | 2837 | </activity> |
| 2838 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2839 | <activity |
Julia Reynolds | 31dc1fd | 2019-10-29 15:15:08 -0400 | [diff] [blame] | 2840 | android:name="Settings$NotificationAccessDetailsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2841 | android:exported="true" |
Julia Reynolds | 31dc1fd | 2019-10-29 15:15:08 -0400 | [diff] [blame] | 2842 | android:label="@string/manage_notification_access_title" > |
| 2843 | <intent-filter android:priority="1"> |
| 2844 | <action android:name="android.settings.NOTIFICATION_LISTENER_DETAIL_SETTINGS" /> |
| 2845 | <category android:name="android.intent.category.DEFAULT" /> |
| 2846 | </intent-filter> |
| 2847 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2848 | android:value="com.android.settings.applications.specialaccess.notificationaccess.NotificationAccessDetails" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 2849 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2850 | android:value="@string/menu_key_notifications"/> |
Julia Reynolds | 31dc1fd | 2019-10-29 15:15:08 -0400 | [diff] [blame] | 2851 | </activity> |
| 2852 | |
| 2853 | <activity |
Fabian Kozynski | 01b2a63 | 2019-02-20 12:55:10 -0500 | [diff] [blame] | 2854 | android:name="Settings$NotificationAssistantSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2855 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2856 | android:label="@string/notification_assistant_title"> |
Fabian Kozynski | 01b2a63 | 2019-02-20 12:55:10 -0500 | [diff] [blame] | 2857 | <intent-filter android:priority="1"> |
| 2858 | <action android:name="android.settings.NOTIFICATION_ASSISTANT_SETTINGS" /> |
| 2859 | <category android:name="android.intent.category.DEFAULT" /> |
| 2860 | </intent-filter> |
| 2861 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Chloris Kuo | 2c955bb | 2021-03-19 07:00:45 -0700 | [diff] [blame] | 2862 | android:value="com.android.settings.notification.ConfigureNotificationSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 2863 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2864 | android:value="@string/menu_key_notifications"/> |
Fabian Kozynski | 01b2a63 | 2019-02-20 12:55:10 -0500 | [diff] [blame] | 2865 | </activity> |
| 2866 | |
| 2867 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2868 | android:name="Settings$VrListenersSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2869 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2870 | android:label="@string/vr_listeners_title"> |
Ruben Brunk | e1c98ca | 2016-02-23 18:58:56 -0800 | [diff] [blame] | 2871 | <intent-filter android:priority="1"> |
| 2872 | <action android:name="android.settings.VR_LISTENER_SETTINGS" /> |
| 2873 | <category android:name="android.intent.category.DEFAULT" /> |
| 2874 | </intent-filter> |
Ruben Brunk | e1c98ca | 2016-02-23 18:58:56 -0800 | [diff] [blame] | 2875 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | af15522 | 2018-07-11 09:41:39 -0700 | [diff] [blame] | 2876 | android:value="com.android.settings.applications.specialaccess.vrlistener.VrListenerSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 2877 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2878 | android:value="@string/menu_key_apps"/> |
Ruben Brunk | e1c98ca | 2016-02-23 18:58:56 -0800 | [diff] [blame] | 2879 | </activity> |
| 2880 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2881 | <activity |
| 2882 | android:name="Settings$PictureInPictureSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2883 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2884 | android:label="@string/picture_in_picture_title"> |
Winson Chung | 0a0d95a | 2017-01-20 11:22:44 -0800 | [diff] [blame] | 2885 | <intent-filter android:priority="1"> |
| 2886 | <action android:name="android.settings.PICTURE_IN_PICTURE_SETTINGS" /> |
| 2887 | <category android:name="android.intent.category.DEFAULT" /> |
| 2888 | </intent-filter> |
| 2889 | <intent-filter> |
| 2890 | <action android:name="android.intent.action.MAIN" /> |
| 2891 | <category android:name="android.intent.category.DEFAULT" /> |
| 2892 | </intent-filter> |
| 2893 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 4560ab7 | 2018-07-10 15:46:31 -0700 | [diff] [blame] | 2894 | android:value="com.android.settings.applications.specialaccess.pictureinpicture.PictureInPictureSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 2895 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2896 | android:value="@string/menu_key_apps"/> |
Winson Chung | 0a0d95a | 2017-01-20 11:22:44 -0800 | [diff] [blame] | 2897 | </activity> |
Ruben Brunk | e1c98ca | 2016-02-23 18:58:56 -0800 | [diff] [blame] | 2898 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2899 | <activity |
| 2900 | android:name="Settings$AppPictureInPictureSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2901 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2902 | android:label="@string/picture_in_picture_title"> |
Winson Chung | 217d0e9 | 2017-03-17 15:48:38 -0700 | [diff] [blame] | 2903 | <intent-filter> |
| 2904 | <action android:name="android.settings.PICTURE_IN_PICTURE_SETTINGS" /> |
| 2905 | <category android:name="android.intent.category.DEFAULT" /> |
| 2906 | <data android:scheme="package" /> |
| 2907 | </intent-filter> |
| 2908 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 4560ab7 | 2018-07-10 15:46:31 -0700 | [diff] [blame] | 2909 | android:value="com.android.settings.applications.specialaccess.pictureinpicture.PictureInPictureDetails" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 2910 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2911 | android:value="@string/menu_key_apps"/> |
Winson Chung | 217d0e9 | 2017-03-17 15:48:38 -0700 | [diff] [blame] | 2912 | </activity> |
| 2913 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2914 | <activity |
kholoud mohamed | 14a887f | 2020-01-29 17:38:31 +0000 | [diff] [blame] | 2915 | android:name="Settings$InteractAcrossProfilesSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2916 | android:exported="true" |
kholoud mohamed | 14a887f | 2020-01-29 17:38:31 +0000 | [diff] [blame] | 2917 | android:label="@string/interact_across_profiles_title"> |
| 2918 | <intent-filter android:priority="1"> |
| 2919 | <action android:name="android.settings.MANAGE_CROSS_PROFILE_ACCESS" /> |
| 2920 | <category android:name="android.intent.category.DEFAULT" /> |
| 2921 | </intent-filter> |
| 2922 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2923 | android:value="com.android.settings.applications.specialaccess.interactacrossprofiles.InteractAcrossProfilesSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 2924 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2925 | android:value="@string/menu_key_apps"/> |
kholoud mohamed | 14a887f | 2020-01-29 17:38:31 +0000 | [diff] [blame] | 2926 | </activity> |
| 2927 | |
| 2928 | <activity android:name="Settings$AppInteractAcrossProfilesSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2929 | android:exported="true" |
kholoud mohamed | 14a887f | 2020-01-29 17:38:31 +0000 | [diff] [blame] | 2930 | android:label="@string/interact_across_profiles_title"> |
| 2931 | <intent-filter> |
| 2932 | <action android:name="android.settings.MANAGE_CROSS_PROFILE_ACCESS" /> |
| 2933 | <category android:name="android.intent.category.DEFAULT" /> |
| 2934 | <data android:scheme="package" /> |
| 2935 | </intent-filter> |
| 2936 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2937 | android:value="com.android.settings.applications.specialaccess.interactacrossprofiles.InteractAcrossProfilesDetails" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 2938 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2939 | android:value="@string/menu_key_apps"/> |
kholoud mohamed | 14a887f | 2020-01-29 17:38:31 +0000 | [diff] [blame] | 2940 | </activity> |
| 2941 | |
| 2942 | <activity |
Fan Zhang | e366f02 | 2019-03-19 13:08:10 -0700 | [diff] [blame] | 2943 | android:name="Settings$ZenAccessDetailSettingsActivity" |
| 2944 | android:label="@string/manage_zen_access_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2945 | android:exported="true" |
Fan Zhang | e366f02 | 2019-03-19 13:08:10 -0700 | [diff] [blame] | 2946 | android:excludeFromRecents="true"> |
| 2947 | <intent-filter> |
| 2948 | <action android:name="android.settings.NOTIFICATION_POLICY_ACCESS_DETAIL_SETTINGS" /> |
| 2949 | <category android:name="android.intent.category.DEFAULT" /> |
| 2950 | <data android:scheme="package" /> |
| 2951 | </intent-filter> |
| 2952 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2953 | android:value="com.android.settings.applications.specialaccess.zenaccess.ZenAccessDetails" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 2954 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2955 | android:value="@string/menu_key_notifications"/> |
Fan Zhang | e366f02 | 2019-03-19 13:08:10 -0700 | [diff] [blame] | 2956 | </activity> |
| 2957 | |
| 2958 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2959 | android:name="Settings$ZenAccessSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 2960 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2961 | android:label="@string/manage_zen_access_title"> |
John Spurlock | 08531a8 | 2015-05-07 17:45:43 -0400 | [diff] [blame] | 2962 | <intent-filter android:priority="1"> |
John Spurlock | a00194d | 2015-06-04 13:01:59 -0400 | [diff] [blame] | 2963 | <action android:name="android.settings.NOTIFICATION_POLICY_ACCESS_SETTINGS" /> |
John Spurlock | 08531a8 | 2015-05-07 17:45:43 -0400 | [diff] [blame] | 2964 | <category android:name="android.intent.category.DEFAULT" /> |
| 2965 | </intent-filter> |
John Spurlock | 08531a8 | 2015-05-07 17:45:43 -0400 | [diff] [blame] | 2966 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 2967 | android:value="com.android.settings.notification.zen.ZenAccessSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 2968 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2969 | android:value="@string/menu_key_notifications"/> |
Daniel Sandler | 79b9bfe | 2013-04-04 14:30:04 -0400 | [diff] [blame] | 2970 | </activity> |
| 2971 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2972 | <activity |
| 2973 | android:name="Settings$ConfigureNotificationSettingsActivity" |
| 2974 | android:label="@string/configure_notification_settings" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 2975 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2976 | <intent-filter android:priority="1"> |
| 2977 | <action android:name="android.settings.NOTIFICATION_SETTINGS" /> |
| 2978 | <category android:name="android.intent.category.DEFAULT" /> |
| 2979 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 2980 | <intent-filter android:priority="21"> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2981 | <action android:name="android.intent.action.MAIN" /> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2982 | <category android:name="com.android.settings.SHORTCUT" /> |
| 2983 | </intent-filter> |
| 2984 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2985 | android:value="com.android.settings.notification.ConfigureNotificationSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 2986 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 2987 | android:value="@string/menu_key_notifications"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2988 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2989 | android:value="true" /> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2990 | </activity> |
| 2991 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2992 | <activity |
Julia Reynolds | 6a88e14 | 2020-06-02 11:20:13 -0400 | [diff] [blame] | 2993 | android:name="Settings$ConversationListSettingsActivity" |
| 2994 | android:label="@string/zen_mode_conversations_title" |
| 2995 | android:exported="true"> |
| 2996 | <intent-filter android:priority="1"> |
| 2997 | <action android:name="android.settings.CONVERSATION_SETTINGS" /> |
| 2998 | <category android:name="android.intent.category.DEFAULT" /> |
| 2999 | </intent-filter> |
| 3000 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3001 | android:value="com.android.settings.notification.app.ConversationListSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3002 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3003 | android:value="@string/menu_key_apps"/> |
Julia Reynolds | 6a88e14 | 2020-06-02 11:20:13 -0400 | [diff] [blame] | 3004 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3005 | android:value="true" /> |
| 3006 | </activity> |
| 3007 | |
| 3008 | <activity |
Julia Reynolds | 4e48da9 | 2019-03-26 09:04:22 -0400 | [diff] [blame] | 3009 | android:name="Settings$AppBubbleNotificationSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3010 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3011 | android:label="@string/bubbles_app_toggle_title"> |
Julia Reynolds | 4e48da9 | 2019-03-26 09:04:22 -0400 | [diff] [blame] | 3012 | <intent-filter android:priority="1"> |
| 3013 | <action android:name="android.settings.APP_NOTIFICATION_BUBBLE_SETTINGS" /> |
| 3014 | <category android:name="android.intent.category.DEFAULT" /> |
| 3015 | </intent-filter> |
| 3016 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 3017 | android:value="com.android.settings.notification.app.AppBubbleNotificationSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3018 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3019 | android:value="@string/menu_key_apps"/> |
Julia Reynolds | 4e48da9 | 2019-03-26 09:04:22 -0400 | [diff] [blame] | 3020 | </activity> |
| 3021 | |
| 3022 | <activity |
Amber Ogata | 9d5de29 | 2020-12-16 20:37:22 +0000 | [diff] [blame] | 3023 | android:name="Settings$PremiumSmsAccessActivity" |
| 3024 | android:label="@string/premium_sms_access" |
| 3025 | android:exported="true"> |
| 3026 | <intent-filter> |
| 3027 | <action android:name="android.settings.PREMIUM_SMS_SETTINGS" /> |
| 3028 | <category android:name="android.intent.category.DEFAULT" /> |
| 3029 | <data android:scheme="package" /> |
| 3030 | </intent-filter> |
| 3031 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3032 | android:value="com.android.settings.applications.specialaccess.premiumsms.PremiumSmsAccess" /> |
| 3033 | </activity> |
| 3034 | |
| 3035 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3036 | android:name="Settings$SoundSettingsActivity" |
| 3037 | android:label="@string/sound_settings" |
| 3038 | android:icon="@drawable/ic_homepage_sound" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3039 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3040 | <intent-filter android:priority="1"> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 3041 | <action android:name="com.android.settings.SOUND_SETTINGS" /> |
| 3042 | <action android:name="android.settings.SOUND_SETTINGS" /> |
Kenny Guy | f9f279e | 2017-04-04 18:01:13 +0100 | [diff] [blame] | 3043 | <action android:name="android.settings.ACTION_OTHER_SOUND_SETTINGS" /> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 3044 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3045 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 3046 | <intent-filter android:priority="40"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3047 | <action android:name="android.intent.action.MAIN" /> |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 3048 | <category android:name="com.android.settings.SHORTCUT" /> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 3049 | </intent-filter> |
| 3050 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 3051 | android:value="com.android.settings.notification.SoundSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 3052 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3053 | android:value="true" /> |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 3054 | </activity> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 3055 | |
Julia Reynolds | ff9500d | 2018-03-21 15:23:13 -0400 | [diff] [blame] | 3056 | <!-- Show apps for which application-level notification settings are applicable --> |
| 3057 | <activity android:name="Settings$NotificationAppListActivity" |
| 3058 | android:label="@string/app_notifications_title" |
| 3059 | android:icon="@drawable/ic_notifications" |
Fan Zhang | 416ff0a | 2018-10-26 15:39:39 -0700 | [diff] [blame] | 3060 | android:exported="true"> |
Julia Reynolds | ff9500d | 2018-03-21 15:23:13 -0400 | [diff] [blame] | 3061 | <intent-filter android:priority="1"> |
| 3062 | <action android:name="android.settings.ALL_APPS_NOTIFICATION_SETTINGS" /> |
| 3063 | <category android:name="android.intent.category.DEFAULT" /> |
| 3064 | </intent-filter> |
Julia Reynolds | ff9500d | 2018-03-21 15:23:13 -0400 | [diff] [blame] | 3065 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3066 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3067 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3068 | android:value="@string/menu_key_notifications"/> |
Julia Reynolds | ff9500d | 2018-03-21 15:23:13 -0400 | [diff] [blame] | 3069 | </activity> |
| 3070 | |
John Spurlock | 802ddf9 | 2014-07-18 11:51:13 -0400 | [diff] [blame] | 3071 | <!-- Show application-level notification settings (app passed in as extras) --> |
| 3072 | <activity android:name="Settings$AppNotificationSettingsActivity" |
John Spurlock | b8ec343 | 2014-07-27 13:33:34 -0400 | [diff] [blame] | 3073 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 3074 | <intent-filter android:priority="1"> |
| 3075 | <action android:name="android.settings.APP_NOTIFICATION_SETTINGS" /> |
| 3076 | <category android:name="android.intent.category.DEFAULT" /> |
| 3077 | </intent-filter> |
John Spurlock | 802ddf9 | 2014-07-18 11:51:13 -0400 | [diff] [blame] | 3078 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 3079 | android:value="com.android.settings.notification.app.AppNotificationSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3080 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3081 | android:value="@string/menu_key_notifications"/> |
John Spurlock | b8ec343 | 2014-07-27 13:33:34 -0400 | [diff] [blame] | 3082 | </activity> |
| 3083 | |
Julia Reynolds | 6949288 | 2017-01-25 10:32:07 -0500 | [diff] [blame] | 3084 | <!-- Show channel-level notification settings (channel passed in as extras) --> |
Julia Reynolds | efe26e2 | 2021-03-10 21:38:49 -0500 | [diff] [blame] | 3085 | <activity android:name=".notification.app.ChannelPanelActivity" |
Julia Reynolds | e2897ae | 2018-04-19 10:04:53 -0400 | [diff] [blame] | 3086 | android:label="@string/notification_channel_title" |
Julia Reynolds | efe26e2 | 2021-03-10 21:38:49 -0500 | [diff] [blame] | 3087 | android:theme="@style/Theme.Panel" |
Julia Reynolds | efe26e2 | 2021-03-10 21:38:49 -0500 | [diff] [blame] | 3088 | android:excludeFromRecents="true" |
Julia Reynolds | efe26e2 | 2021-03-10 21:38:49 -0500 | [diff] [blame] | 3089 | android:configChanges="orientation|keyboardHidden|screenSize" |
Julia Reynolds | 6949288 | 2017-01-25 10:32:07 -0500 | [diff] [blame] | 3090 | android:exported="true"> |
| 3091 | <intent-filter android:priority="1"> |
| 3092 | <action android:name="android.settings.CHANNEL_NOTIFICATION_SETTINGS" /> |
| 3093 | <category android:name="android.intent.category.DEFAULT" /> |
| 3094 | </intent-filter> |
Julia Reynolds | 6949288 | 2017-01-25 10:32:07 -0500 | [diff] [blame] | 3095 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | aceccce | 2019-11-26 16:14:03 -0500 | [diff] [blame] | 3096 | android:value="com.android.settings.notification.app.ChannelNotificationSettings" /> |
Julia Reynolds | 6949288 | 2017-01-25 10:32:07 -0500 | [diff] [blame] | 3097 | </activity> |
| 3098 | |
Zachary Kuznia | 5adcb3d | 2015-08-07 16:32:28 -0700 | [diff] [blame] | 3099 | <!-- Show Manual (from settings item) --> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3100 | <activity |
| 3101 | android:name="ManualDisplayActivity" |
| 3102 | android:label="@string/manual" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3103 | android:exported="true" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3104 | android:enabled="@bool/config_show_manual"> |
Zachary Kuznia | 5adcb3d | 2015-08-07 16:32:28 -0700 | [diff] [blame] | 3105 | <intent-filter> |
| 3106 | <action android:name="android.settings.SHOW_MANUAL" /> |
| 3107 | <category android:name="android.intent.category.DEFAULT" /> |
| 3108 | </intent-filter> |
| 3109 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3110 | android:value="true" /> |
| 3111 | </activity> |
| 3112 | |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 3113 | <!-- Show regulatory info (from settings item or dialing "*#07#") --> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3114 | <activity |
| 3115 | android:name="RegulatoryInfoDisplayActivity" |
| 3116 | android:label="@string/regulatory_labels" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3117 | android:exported="true" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3118 | android:enabled="@bool/config_show_regulatory_info"> |
Jeff Sharkey | 3daa259 | 2014-04-18 15:30:15 -0700 | [diff] [blame] | 3119 | <intent-filter> |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 3120 | <action android:name="android.settings.SHOW_REGULATORY_INFO" /> |
| 3121 | <category android:name="android.intent.category.DEFAULT" /> |
| 3122 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 3123 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3124 | android:value="true" /> |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 3125 | </activity> |
| 3126 | |
Eugene Susla | 5754412 | 2017-04-14 10:42:59 -0700 | [diff] [blame] | 3127 | <!-- Confirmation dialog for enabling notification access from CompanionDeviceManager --> |
| 3128 | <activity android:name=".notification.NotificationAccessConfirmationActivity" |
Guojing Yuan | 19235b8 | 2021-05-12 17:06:42 +0000 | [diff] [blame] | 3129 | android:taskAffinity=".notification.NotificationAccessConfirmationActivity" |
Eugene Susla | 5754412 | 2017-04-14 10:42:59 -0700 | [diff] [blame] | 3130 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" /> |
| 3131 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3132 | <receiver android:name="com.android.settingslib.bluetooth.BluetoothDiscoverableTimeoutReceiver" |
| 3133 | android:exported="true"> |
Srikanth Uppala | 59a97f7 | 2012-04-04 03:32:22 -0700 | [diff] [blame] | 3134 | <intent-filter> |
| 3135 | <action android:name="android.bluetooth.intent.DISCOVERABLE_TIMEOUT" /> |
| 3136 | </intent-filter> |
| 3137 | </receiver> |
| 3138 | |
Amith Yamasani | 32dccbc | 2012-09-13 18:06:49 -0700 | [diff] [blame] | 3139 | <!-- Watch for ContactsContract.Profile changes and update the user's photo. --> |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3140 | <receiver android:name=".users.ProfileUpdateReceiver" |
| 3141 | android:exported="true"> |
Amith Yamasani | 32dccbc | 2012-09-13 18:06:49 -0700 | [diff] [blame] | 3142 | <intent-filter> |
| 3143 | <action android:name="android.provider.Contacts.PROFILE_CHANGED" /> |
| 3144 | </intent-filter> |
| 3145 | </receiver> |
| 3146 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3147 | <receiver android:name=".sim.SimSelectNotification" |
| 3148 | android:exported="true"> |
PauloftheWest | 63f7bc8 | 2014-10-30 08:01:30 -0700 | [diff] [blame] | 3149 | <intent-filter> |
Malcolm Chen | a05e6f8 | 2019-03-27 17:45:29 -0700 | [diff] [blame] | 3150 | <action android:name="android.telephony.action.PRIMARY_SUBSCRIPTION_LIST_CHANGED"/> |
Malcolm Chen | 7dd82f9 | 2019-04-18 19:45:04 -0700 | [diff] [blame] | 3151 | <action android:name="android.settings.ENABLE_MMS_DATA_REQUEST"/> |
PauloftheWest | 63f7bc8 | 2014-10-30 08:01:30 -0700 | [diff] [blame] | 3152 | </intent-filter> |
| 3153 | </receiver> |
| 3154 | |
Amith Yamasani | 2ad9625 | 2013-09-09 13:07:27 -0700 | [diff] [blame] | 3155 | <provider |
Aurimas Liutikas | e0069d3 | 2018-04-17 11:22:43 -0700 | [diff] [blame] | 3156 | android:name="androidx.core.content.FileProvider" |
Amith Yamasani | 2ad9625 | 2013-09-09 13:07:27 -0700 | [diff] [blame] | 3157 | android:authorities="com.android.settings.files" |
| 3158 | android:grantUriPermissions="true" |
| 3159 | android:exported="false"> |
| 3160 | <meta-data |
| 3161 | android:name="android.support.FILE_PROVIDER_PATHS" |
| 3162 | android:resource="@xml/file_paths" /> |
| 3163 | </provider> |
Fabrice Di Meglio | fa7dc24 | 2014-03-12 19:24:43 -0700 | [diff] [blame] | 3164 | |
Andrew Sapperstein | 56a8c33 | 2019-06-18 09:44:18 -0700 | [diff] [blame] | 3165 | <provider |
| 3166 | android:name=".deviceinfo.legal.ModuleLicenseProvider" |
| 3167 | android:authorities="com.android.settings.module_licenses" |
| 3168 | android:grantUriPermissions="true" |
| 3169 | android:exported="false"/> |
| 3170 | |
Fan Zhang | 9fdceae | 2021-03-10 21:45:19 +0000 | [diff] [blame] | 3171 | <provider |
| 3172 | android:name=".emergency.EmergencyActionContentProvider" |
| 3173 | android:authorities="com.android.settings.emergency" |
| 3174 | android:permission="android.permission.CALL_PRIVILEGED" |
| 3175 | android:exported="true"/> |
| 3176 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3177 | <activity |
| 3178 | android:name=".wifi.RequestToggleWiFiActivity" |
| 3179 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" |
Svetoslav Ganov | 871078e | 2016-07-26 18:26:45 -0700 | [diff] [blame] | 3180 | android:excludeFromRecents="true" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3181 | android:exported="true" |
Svetoslav Ganov | 871078e | 2016-07-26 18:26:45 -0700 | [diff] [blame] | 3182 | android:permission="android.permission.CHANGE_WIFI_STATE"> |
| 3183 | <intent-filter> |
| 3184 | <action android:name="android.net.wifi.action.REQUEST_ENABLE" /> |
| 3185 | <action android:name="android.net.wifi.action.REQUEST_DISABLE" /> |
| 3186 | <category android:name="android.intent.category.DEFAULT" /> |
| 3187 | </intent-filter> |
| 3188 | </activity> |
| 3189 | |
Weng Su | 56a8888 | 2021-07-06 11:30:17 +0800 | [diff] [blame] | 3190 | <!-- |
| 3191 | The Wi-Fi result data will only be returned from WifiDialogActivity if the calling |
| 3192 | package has ACCESS_COARSE_LOCATION or ACCESS_FINE_LOCATION permission. (see b/185126813) |
| 3193 | --> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3194 | <activity |
| 3195 | android:name=".wifi.WifiDialogActivity" |
Udam Saini | 86d52c9 | 2016-03-10 11:30:53 -0800 | [diff] [blame] | 3196 | android:label="" |
Maurice Lam | 771fac5 | 2015-09-08 10:36:43 -0700 | [diff] [blame] | 3197 | android:theme="@style/Transparent" |
| 3198 | android:excludeFromRecents="true" |
lindatseng | 8d7d013 | 2019-05-21 14:41:11 -0700 | [diff] [blame] | 3199 | android:documentLaunchMode="always" |
Maurice Lam | ec1f2ee | 2015-10-29 16:40:49 -0700 | [diff] [blame] | 3200 | android:exported="true" |
Udam Saini | 0ec6862 | 2015-12-21 10:52:34 -0800 | [diff] [blame] | 3201 | android:permission="android.permission.CHANGE_WIFI_STATE" |
| 3202 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Maurice Lam | 771fac5 | 2015-09-08 10:36:43 -0700 | [diff] [blame] | 3203 | <intent-filter> |
| 3204 | <action android:name="com.android.settings.WIFI_DIALOG" /> |
| 3205 | <category android:name="android.intent.category.DEFAULT" /> |
| 3206 | </intent-filter> |
| 3207 | </activity> |
| 3208 | |
cosmohsieh | da37bb7 | 2018-11-26 11:58:02 +0800 | [diff] [blame] | 3209 | <activity |
| 3210 | android:name=".wifi.NetworkRequestDialogActivity" |
govenliu | dbf920c | 2019-08-19 16:22:22 +0800 | [diff] [blame] | 3211 | android:theme="@style/Theme.AlertDialog" |
cosmohsieh | da37bb7 | 2018-11-26 11:58:02 +0800 | [diff] [blame] | 3212 | android:excludeFromRecents="true" |
cosmohsieh | ed2fac1 | 2019-03-21 13:32:19 +0800 | [diff] [blame] | 3213 | android:launchMode="singleTop" |
| 3214 | android:taskAffinity=".wifi.NetworkRequestDialogActivity" |
cosmohsieh | da37bb7 | 2018-11-26 11:58:02 +0800 | [diff] [blame] | 3215 | android:exported="true" |
Roshan Pius | b2db1f0 | 2019-11-19 15:45:40 +0000 | [diff] [blame] | 3216 | android:permission="android.permission.NETWORK_SETTINGS"> |
cosmohsieh | da37bb7 | 2018-11-26 11:58:02 +0800 | [diff] [blame] | 3217 | <intent-filter> |
cosmohsieh | 1e2e614 | 2019-01-11 10:02:24 +0800 | [diff] [blame] | 3218 | <action android:name="com.android.settings.wifi.action.NETWORK_REQUEST" /> |
cosmohsieh | da37bb7 | 2018-11-26 11:58:02 +0800 | [diff] [blame] | 3219 | <category android:name="android.intent.category.DEFAULT" /> |
| 3220 | </intent-filter> |
| 3221 | </activity> |
| 3222 | |
Jason Chiu | 2c3e6c6 | 2019-04-30 14:41:19 +0800 | [diff] [blame] | 3223 | <receiver |
Jason Chiu | da2ca2f | 2019-01-29 17:13:28 +0800 | [diff] [blame] | 3224 | android:name=".wifi.slice.ConnectToWifiHandler" |
Jason Chiu | da2ca2f | 2019-01-29 17:13:28 +0800 | [diff] [blame] | 3225 | android:exported="false" /> |
| 3226 | |
Antony Sargent | a7dc277 | 2019-04-12 15:08:16 -0700 | [diff] [blame] | 3227 | <activity |
| 3228 | android:name=".sim.SimDialogActivity" |
| 3229 | android:theme="@style/Theme.AlertDialog" |
| 3230 | android:label="@string/sim_settings_title" |
| 3231 | android:launchMode="singleTop" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3232 | android:exported="true" |
Antony Sargent | a7dc277 | 2019-04-12 15:08:16 -0700 | [diff] [blame] | 3233 | android:excludeFromRecents="true"> |
PauloftheWest | ffef98b | 2014-11-18 07:12:48 -0800 | [diff] [blame] | 3234 | <intent-filter> |
| 3235 | <action android:name="android.intent.action.MAIN" /> |
PauloftheWest | ffef98b | 2014-11-18 07:12:48 -0800 | [diff] [blame] | 3236 | </intent-filter> |
| 3237 | </activity> |
| 3238 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3239 | <activity |
Fan Zhang | 03dd39c | 2019-04-02 16:41:01 -0700 | [diff] [blame] | 3240 | android:name=".flashlight.FlashlightHandleActivity" |
| 3241 | android:theme="@android:style/Theme.NoDisplay" |
| 3242 | android:excludeFromRecents="true" |
| 3243 | android:exported="true" |
| 3244 | android:label="@string/power_flashlight"/> |
| 3245 | |
| 3246 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3247 | android:name="Settings$WifiCallingSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3248 | android:exported="true" |
Fan Zhang | 416ff0a | 2018-10-26 15:39:39 -0700 | [diff] [blame] | 3249 | android:label="@string/wifi_calling_settings_title"> |
Pavel Zhamaitsiak | 4ab3256 | 2015-02-23 15:34:07 -0800 | [diff] [blame] | 3250 | <intent-filter> |
| 3251 | <action android:name="android.intent.action.MAIN" /> |
| 3252 | <action android:name="android.settings.WIFI_CALLING_SETTINGS" /> |
| 3253 | <category android:name="android.intent.category.DEFAULT" /> |
| 3254 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 3255 | </intent-filter> |
| 3256 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | b91db42 | 2018-02-09 10:25:55 -0800 | [diff] [blame] | 3257 | android:value="com.android.settings.wifi.calling.WifiCallingSettings" /> |
Pavel Zhamaitsiak | 4ab3256 | 2015-02-23 15:34:07 -0800 | [diff] [blame] | 3258 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3259 | android:value="true" /> |
Pavel Zhamaitsiak | 4ab3256 | 2015-02-23 15:34:07 -0800 | [diff] [blame] | 3260 | </activity> |
| 3261 | |
Fan Zhang | b91db42 | 2018-02-09 10:25:55 -0800 | [diff] [blame] | 3262 | <activity android:name=".wifi.calling.WifiCallingSuggestionActivity" |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 3263 | android:label="@string/wifi_calling_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3264 | android:exported="true" |
Mill Chen | 7195800 | 2019-01-23 10:44:39 +0800 | [diff] [blame] | 3265 | android:icon="@drawable/ic_suggestion_wireless"> |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 3266 | <intent-filter> |
| 3267 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | 7afbf0f | 2017-05-08 09:31:01 -0700 | [diff] [blame] | 3268 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 3269 | </intent-filter> |
| 3270 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | b91db42 | 2018-02-09 10:25:55 -0800 | [diff] [blame] | 3271 | android:value="com.android.settings.wifi.calling.WifiCallingSettings" /> |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 3272 | <meta-data android:name="com.android.settings.dismiss" |
Fan Zhang | af91c1f | 2017-06-03 15:24:11 -0700 | [diff] [blame] | 3273 | android:value="10,14,30" /> |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 3274 | <meta-data android:name="com.android.settings.title" |
| 3275 | android:resource="@string/wifi_calling_suggestion_title" /> |
Jason Monk | ec1f28e | 2016-02-24 17:39:29 -0500 | [diff] [blame] | 3276 | <meta-data android:name="com.android.settings.summary" |
| 3277 | android:resource="@string/wifi_calling_suggestion_summary" /> |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 3278 | </activity> |
| 3279 | |
Fabrice Di Meglio | fa7dc24 | 2014-03-12 19:24:43 -0700 | [diff] [blame] | 3280 | <provider |
| 3281 | android:name=".search.SettingsSearchIndexablesProvider" |
| 3282 | android:authorities="com.android.settings" |
| 3283 | android:multiprocess="false" |
| 3284 | android:grantUriPermissions="true" |
| 3285 | android:permission="android.permission.READ_SEARCH_INDEXABLES" |
| 3286 | android:exported="true"> |
| 3287 | <intent-filter> |
| 3288 | <action android:name="android.content.action.SEARCH_INDEXABLES_PROVIDER" /> |
| 3289 | </intent-filter> |
| 3290 | </provider> |
| 3291 | |
Fan Zhang | 2985a07 | 2017-09-27 17:32:46 -0700 | [diff] [blame] | 3292 | <provider |
| 3293 | android:name=".dashboard.suggestions.SuggestionStateProvider" |
| 3294 | android:authorities="com.android.settings.suggestions.status" |
| 3295 | android:exported="true"> |
| 3296 | <intent-filter> |
| 3297 | <action android:name="com.android.settings.action.SUGGESTION_STATE_PROVIDER" /> |
| 3298 | </intent-filter> |
| 3299 | </provider> |
| 3300 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3301 | <activity |
| 3302 | android:name="Settings$OverlaySettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3303 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3304 | android:label="@string/draw_overlay"> |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 3305 | <intent-filter android:priority="1"> |
| 3306 | <action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" /> |
| 3307 | <category android:name="android.intent.category.DEFAULT" /> |
| 3308 | </intent-filter> |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 3309 | <intent-filter android:priority="1"> |
| 3310 | <action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" /> |
| 3311 | <category android:name="android.intent.category.DEFAULT" /> |
| 3312 | <data android:scheme="package" /> |
| 3313 | </intent-filter> |
| 3314 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Bernardo Rufino | 897a0e0 | 2019-11-06 15:00:27 +0000 | [diff] [blame] | 3315 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Raff Tsai | 613f15a | 2020-01-05 21:56:35 +0800 | [diff] [blame] | 3316 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3317 | android:value="true" /> |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 3318 | </activity> |
| 3319 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3320 | <activity |
Bernardo Rufino | 8854031 | 2019-11-25 19:40:53 +0000 | [diff] [blame] | 3321 | android:name="Settings$AppDrawOverlaySettingsActivity" |
| 3322 | android:label="@string/draw_overlay" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3323 | android:exported="true" |
Bernardo Rufino | 8854031 | 2019-11-25 19:40:53 +0000 | [diff] [blame] | 3324 | android:permission="android.permission.INTERNAL_SYSTEM_WINDOW"> |
| 3325 | <intent-filter android:priority="1"> |
| 3326 | <action android:name="android.settings.MANAGE_APP_OVERLAY_PERMISSION" /> |
| 3327 | <category android:name="android.intent.category.DEFAULT" /> |
| 3328 | <data android:scheme="package" /> |
| 3329 | </intent-filter> |
| 3330 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3331 | android:value="com.android.settings.applications.appinfo.DrawOverlayDetails" /> |
| 3332 | </activity> |
| 3333 | |
| 3334 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3335 | android:name="Settings$WriteSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3336 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3337 | android:label="@string/write_settings_title"> |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 3338 | <intent-filter android:priority="1"> |
| 3339 | <action android:name="android.settings.action.MANAGE_WRITE_SETTINGS" /> |
| 3340 | <category android:name="android.intent.category.DEFAULT" /> |
| 3341 | </intent-filter> |
Billy Lau | bb3aa26 | 2015-07-21 16:43:17 +0100 | [diff] [blame] | 3342 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 3343 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Raff Tsai | 613f15a | 2020-01-05 21:56:35 +0800 | [diff] [blame] | 3344 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3345 | android:value="true" /> |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 3346 | </activity> |
| 3347 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3348 | <activity |
| 3349 | android:name="Settings$AppWriteSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3350 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3351 | android:label="@string/write_settings_title"> |
Suprabh Shukla | f59d211 | 2017-03-06 17:51:05 -0800 | [diff] [blame] | 3352 | <intent-filter android:priority="1"> |
| 3353 | <action android:name="android.settings.action.MANAGE_WRITE_SETTINGS" /> |
| 3354 | <category android:name="android.intent.category.DEFAULT" /> |
| 3355 | <data android:scheme="package" /> |
| 3356 | </intent-filter> |
| 3357 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Doris Ling | ebf8843 | 2017-12-11 11:18:10 -0800 | [diff] [blame] | 3358 | android:value="com.android.settings.applications.appinfo.WriteSettingsDetails" /> |
Suprabh Shukla | f59d211 | 2017-03-06 17:51:05 -0800 | [diff] [blame] | 3359 | </activity> |
| 3360 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3361 | <activity |
Suprabh Shukla | c8b9240 | 2021-02-17 18:00:35 -0800 | [diff] [blame] | 3362 | android:name="Settings$AlarmsAndRemindersActivity" |
| 3363 | android:exported="true" |
| 3364 | android:label="@string/alarms_and_reminders_label"> |
| 3365 | <intent-filter android:priority="1"> |
| 3366 | <action android:name="android.settings.REQUEST_SCHEDULE_EXACT_ALARM" /> |
| 3367 | <category android:name="android.intent.category.DEFAULT" /> |
| 3368 | </intent-filter> |
| 3369 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3370 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
| 3371 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3372 | android:value="true" /> |
| 3373 | </activity> |
| 3374 | |
| 3375 | <activity |
| 3376 | android:name="Settings$AlarmsAndRemindersAppActivity" |
| 3377 | android:exported="true" |
| 3378 | android:label="@string/alarms_and_reminders_label"> |
| 3379 | <intent-filter android:priority="1"> |
| 3380 | <action android:name="android.settings.REQUEST_SCHEDULE_EXACT_ALARM" /> |
| 3381 | <category android:name="android.intent.category.DEFAULT" /> |
| 3382 | <data android:scheme="package" /> |
| 3383 | </intent-filter> |
| 3384 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3385 | android:value="com.android.settings.applications.appinfo.AlarmsAndRemindersDetails" /> |
| 3386 | </activity> |
| 3387 | |
| 3388 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3389 | android:name="Settings$ManageExternalSourcesActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3390 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3391 | android:label="@string/install_other_apps"> |
Suprabh Shukla | 57d9231 | 2016-12-16 14:44:05 -0800 | [diff] [blame] | 3392 | <intent-filter android:priority="1"> |
Suprabh Shukla | ed0ba74 | 2017-04-20 16:02:54 -0700 | [diff] [blame] | 3393 | <action android:name="android.settings.MANAGE_UNKNOWN_APP_SOURCES" /> |
Suprabh Shukla | 57d9231 | 2016-12-16 14:44:05 -0800 | [diff] [blame] | 3394 | <category android:name="android.intent.category.DEFAULT" /> |
| 3395 | </intent-filter> |
| 3396 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 3397 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Raff Tsai | 613f15a | 2020-01-05 21:56:35 +0800 | [diff] [blame] | 3398 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3399 | android:value="true" /> |
Suprabh Shukla | 57d9231 | 2016-12-16 14:44:05 -0800 | [diff] [blame] | 3400 | </activity> |
| 3401 | |
Suprabh Shukla | f59d211 | 2017-03-06 17:51:05 -0800 | [diff] [blame] | 3402 | <activity android:name="Settings$ManageAppExternalSourcesActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3403 | android:exported="true" |
Fan Zhang | 416ff0a | 2018-10-26 15:39:39 -0700 | [diff] [blame] | 3404 | android:label="@string/install_other_apps"> |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 3405 | <intent-filter android:priority="1"> |
Suprabh Shukla | ed0ba74 | 2017-04-20 16:02:54 -0700 | [diff] [blame] | 3406 | <action android:name="android.settings.MANAGE_UNKNOWN_APP_SOURCES" /> |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 3407 | <category android:name="android.intent.category.DEFAULT" /> |
| 3408 | <data android:scheme="package" /> |
| 3409 | </intent-filter> |
| 3410 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Doris Ling | ebf8843 | 2017-12-11 11:18:10 -0800 | [diff] [blame] | 3411 | android:value="com.android.settings.applications.appinfo.ExternalSourcesDetails" /> |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 3412 | </activity> |
| 3413 | |
arangelov | e35badd | 2017-10-27 13:51:28 +0100 | [diff] [blame] | 3414 | <activity android:name=".enterprise.ActionDisabledByAdminDialog" |
Edgar Wang | 83507b5 | 2021-05-27 00:47:03 +0800 | [diff] [blame] | 3415 | android:theme="@style/Theme.AlertDialog" |
Mill Chen | 078af33 | 2019-04-04 15:39:27 -0700 | [diff] [blame] | 3416 | android:taskAffinity="com.android.settings.enterprise" |
Sudheer Shanka | fee4e3e | 2016-02-18 17:48:01 +0000 | [diff] [blame] | 3417 | android:excludeFromRecents="true" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3418 | android:exported="true" |
Sudheer Shanka | fee4e3e | 2016-02-18 17:48:01 +0000 | [diff] [blame] | 3419 | android:launchMode="singleTop"> |
Sudheer Shanka | bc1c50c | 2018-02-13 17:19:38 -0800 | [diff] [blame] | 3420 | <intent-filter android:priority="1"> |
Sudheer Shanka | cb99d94 | 2015-12-31 17:46:29 +0000 | [diff] [blame] | 3421 | <action android:name="android.settings.SHOW_ADMIN_SUPPORT_DETAILS" /> |
Sudheer Shanka | 9159fe9 | 2015-11-23 12:07:05 +0000 | [diff] [blame] | 3422 | <category android:name="android.intent.category.DEFAULT" /> |
| 3423 | </intent-filter> |
| 3424 | </activity> |
| 3425 | |
shafik | a54d7a8 | 2020-01-08 18:03:22 +0000 | [diff] [blame] | 3426 | <activity |
| 3427 | android:name="Settings$ManageExternalStorageActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3428 | android:exported="true" |
shafik | a54d7a8 | 2020-01-08 18:03:22 +0000 | [diff] [blame] | 3429 | android:label="@string/manage_external_storage_title"> |
| 3430 | <intent-filter android:priority="1"> |
| 3431 | <action android:name="android.settings.MANAGE_ALL_FILES_ACCESS_PERMISSION" /> |
| 3432 | <category android:name="android.intent.category.DEFAULT" /> |
| 3433 | </intent-filter> |
| 3434 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3435 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
| 3436 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3437 | android:value="true" /> |
| 3438 | </activity> |
| 3439 | |
| 3440 | <activity |
| 3441 | android:name="Settings$AppManageExternalStorageActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3442 | android:exported="true" |
shafik | c3284492 | 2020-01-20 16:01:21 +0000 | [diff] [blame] | 3443 | android:label="@string/manage_external_storage_title"> |
shafik | a54d7a8 | 2020-01-08 18:03:22 +0000 | [diff] [blame] | 3444 | <intent-filter android:priority="1"> |
| 3445 | <action android:name="android.settings.MANAGE_APP_ALL_FILES_ACCESS_PERMISSION" /> |
| 3446 | <category android:name="android.intent.category.DEFAULT" /> |
| 3447 | <data android:scheme="package" /> |
| 3448 | </intent-filter> |
| 3449 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3450 | android:value="com.android.settings.applications.appinfo.ManageExternalStorageDetails" /> |
| 3451 | </activity> |
| 3452 | |
Ivan Chiang | d01c81e | 2021-03-09 10:39:45 +0800 | [diff] [blame] | 3453 | <activity |
| 3454 | android:name="Settings$MediaManagementAppsActivity" |
| 3455 | android:exported="true" |
| 3456 | android:label="@string/media_management_apps_title"> |
| 3457 | <intent-filter android:priority="1"> |
| 3458 | <action android:name="android.settings.REQUEST_MANAGE_MEDIA" /> |
| 3459 | <category android:name="android.intent.category.DEFAULT" /> |
| 3460 | </intent-filter> |
| 3461 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3462 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
| 3463 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3464 | android:value="true" /> |
| 3465 | </activity> |
| 3466 | |
| 3467 | <activity |
| 3468 | android:name="Settings$AppMediaManagementAppsActivity" |
| 3469 | android:exported="true" |
| 3470 | android:label="@string/media_management_apps_title"> |
| 3471 | <intent-filter android:priority="1"> |
| 3472 | <action android:name="android.settings.REQUEST_MANAGE_MEDIA" /> |
| 3473 | <category android:name="android.intent.category.DEFAULT" /> |
| 3474 | <data android:scheme="package" /> |
| 3475 | </intent-filter> |
| 3476 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3477 | android:value="com.android.settings.applications.appinfo.MediaManagementAppsDetails" /> |
| 3478 | </activity> |
| 3479 | |
Gustav Sennton | 4d3334c | 2016-12-13 19:16:48 +0000 | [diff] [blame] | 3480 | <!-- Keep compatibility with old WebView-picker implementation --> |
| 3481 | <activity-alias android:name=".WebViewImplementation" |
Gustav Sennton | 5b59628 | 2017-02-03 16:19:02 +0000 | [diff] [blame] | 3482 | android:targetActivity="Settings$WebViewAppPickerActivity" |
Jason Monk | 7519954 | 2016-05-06 15:09:32 -0400 | [diff] [blame] | 3483 | android:exported="true" |
| 3484 | android:excludeFromRecents="true" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 3485 | android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Jason Monk | 7519954 | 2016-05-06 15:09:32 -0400 | [diff] [blame] | 3486 | <intent-filter> |
| 3487 | <action android:name="android.settings.WEBVIEW_SETTINGS" /> |
| 3488 | <category android:name="android.intent.category.DEFAULT" /> |
| 3489 | </intent-filter> |
| 3490 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3491 | android:value="true" /> |
Gustav Sennton | 5b59628 | 2017-02-03 16:19:02 +0000 | [diff] [blame] | 3492 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3493 | android:value="com.android.settings.webview.WebViewAppPicker" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3494 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3495 | android:value="@string/menu_key_system"/> |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 3496 | </activity-alias> |
Doris Ling | 9136523 | 2016-05-23 17:06:26 -0700 | [diff] [blame] | 3497 | |
Chandan Nath | 0bfef63 | 2019-01-28 21:15:13 +0000 | [diff] [blame] | 3498 | <provider |
Raff Tsai | 6db277e | 2019-10-02 16:43:23 +0800 | [diff] [blame] | 3499 | android:name=".dashboard.SummaryProvider" |
| 3500 | android:authorities="com.android.settings.dashboard.SummaryProvider"> |
Chandan Nath | 0bfef63 | 2019-01-28 21:15:13 +0000 | [diff] [blame] | 3501 | </provider> |
| 3502 | |
| 3503 | <activity android:name=".backup.UserBackupSettingsActivity" |
Doris Ling | 26bf003 | 2016-06-15 18:16:09 -0700 | [diff] [blame] | 3504 | android:label="@string/privacy_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3505 | android:exported="true" |
Chandan Nath | 0bfef63 | 2019-01-28 21:15:13 +0000 | [diff] [blame] | 3506 | android:icon="@drawable/ic_settings_backup"> |
Doris Ling | 26bf003 | 2016-06-15 18:16:09 -0700 | [diff] [blame] | 3507 | <intent-filter> |
| 3508 | <action android:name="android.intent.action.MAIN" /> |
| 3509 | <category android:name="android.intent.category.DEFAULT" /> |
| 3510 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 3511 | </intent-filter> |
Chandan Nath | 0bfef63 | 2019-01-28 21:15:13 +0000 | [diff] [blame] | 3512 | <!-- Mark the activity as a dynamic setting --> |
| 3513 | <intent-filter> |
| 3514 | <action android:name="com.android.settings.action.IA_SETTINGS" /> |
| 3515 | </intent-filter> |
| 3516 | <!-- Tell Settings app which category it belongs to --> |
| 3517 | <meta-data android:name="com.android.settings.category" |
| 3518 | android:value="com.android.settings.category.ia.system" /> |
Jason Chiu | 5f0fc1f | 2021-05-24 18:27:42 +0800 | [diff] [blame] | 3519 | <meta-data android:name="com.android.settings.icon" |
| 3520 | android:resource="@drawable/ic_settings_backup" /> |
Chandan Nath | 0bfef63 | 2019-01-28 21:15:13 +0000 | [diff] [blame] | 3521 | <meta-data android:name="com.android.settings.order" android:value="-60"/> |
Doris Ling | 26bf003 | 2016-06-15 18:16:09 -0700 | [diff] [blame] | 3522 | </activity> |
| 3523 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3524 | <activity |
| 3525 | android:name="Settings$AutomaticStorageManagerSettingsActivity" |
| 3526 | android:exported="@bool/config_storage_manager_settings_enabled" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3527 | android:label="@string/automatic_storage_manager_settings"> |
Daniel Nishi | 3981889 | 2016-09-20 16:40:49 -0700 | [diff] [blame] | 3528 | <intent-filter android:priority="1"> |
| 3529 | <action android:name="android.settings.STORAGE_MANAGER_SETTINGS" /> |
| 3530 | <category android:name="android.intent.category.DEFAULT" /> |
| 3531 | </intent-filter> |
| 3532 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3533 | android:value="com.android.settings.deletionhelper.AutomaticStorageManagerSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3534 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3535 | android:value="@string/menu_key_storage"/> |
Daniel Nishi | 3981889 | 2016-09-20 16:40:49 -0700 | [diff] [blame] | 3536 | </activity> |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 3537 | |
Sean Stout | 6441723 | 2019-04-05 12:34:44 -0700 | [diff] [blame] | 3538 | <!-- Show app-level advanced power usage details (app passed in as extras) --> |
| 3539 | <activity |
| 3540 | android:name=".fuelgauge.AdvancedPowerUsageDetailActivity" |
| 3541 | android:excludeFromRecents="true" |
| 3542 | android:launchMode="singleInstance" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3543 | android:exported="true" |
Sean Stout | 6441723 | 2019-04-05 12:34:44 -0700 | [diff] [blame] | 3544 | android:theme="@android:style/Theme.NoDisplay"> |
| 3545 | <intent-filter> |
Sean Stout | 75ea57a | 2020-07-14 23:32:14 +0000 | [diff] [blame] | 3546 | <action android:name="android.settings.VIEW_ADVANCED_POWER_USAGE_DETAIL" /> |
Sean Stout | 6441723 | 2019-04-05 12:34:44 -0700 | [diff] [blame] | 3547 | <category android:name="android.intent.category.DEFAULT" /> |
| 3548 | <data android:scheme="package" /> |
| 3549 | </intent-filter> |
| 3550 | </activity> |
| 3551 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3552 | <activity |
Yanting Yang | 92fce8e | 2020-12-17 23:26:49 +0800 | [diff] [blame] | 3553 | android:name=".Settings$AppDashboardActivity" |
| 3554 | android:label="@string/apps_dashboard_title" |
| 3555 | android:icon="@drawable/ic_homepage_apps" |
| 3556 | android:exported="true"> |
| 3557 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3558 | android:value="com.android.settings.applications.AppDashboardFragment"/> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3559 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3560 | android:value="@string/menu_key_apps"/> |
Yanting Yang | 92fce8e | 2020-12-17 23:26:49 +0800 | [diff] [blame] | 3561 | </activity> |
| 3562 | |
| 3563 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3564 | android:name=".Settings$AccountDashboardActivity" |
| 3565 | android:label="@string/account_dashboard_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3566 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3567 | android:icon="@drawable/ic_homepage_accounts"> |
Fan Zhang | e2de8d5 | 2017-02-13 12:28:43 -0800 | [diff] [blame] | 3568 | <intent-filter android:priority="1"> |
| 3569 | <action android:name="android.settings.SYNC_SETTINGS" /> |
| 3570 | <category android:name="android.intent.category.DEFAULT" /> |
| 3571 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 3572 | <intent-filter android:priority="53"> |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 3573 | <action android:name="android.intent.action.MAIN" /> |
| 3574 | <category android:name="com.android.settings.SHORTCUT" /> |
| 3575 | </intent-filter> |
Fan Zhang | b75fdfc | 2016-12-14 11:35:28 -0800 | [diff] [blame] | 3576 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 881d579 | 2018-01-26 10:15:56 -0800 | [diff] [blame] | 3577 | android:value="com.android.settings.accounts.AccountDashboardFragment"/> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3578 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3579 | android:value="@string/menu_key_accounts"/> |
Rubin Xu | 71560fc | 2018-05-17 14:48:49 +0100 | [diff] [blame] | 3580 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3581 | android:value="true" /> |
Fan Zhang | b75fdfc | 2016-12-14 11:35:28 -0800 | [diff] [blame] | 3582 | </activity> |
| 3583 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 3584 | <activity |
| 3585 | android:name=".Settings$SystemDashboardActivity" |
| 3586 | android:label="@string/header_category_system" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3587 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3588 | android:icon="@drawable/ic_homepage_system_dashboard"> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 3589 | <intent-filter android:priority="70"> |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 3590 | <action android:name="android.intent.action.MAIN" /> |
| 3591 | <category android:name="com.android.settings.SHORTCUT" /> |
| 3592 | </intent-filter> |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 3593 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3594 | android:value="com.android.settings.system.SystemDashboardFragment"/> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3595 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3596 | android:value="@string/menu_key_system"/> |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 3597 | </activity> |
| 3598 | |
Fan Zhang | b473730 | 2017-05-31 12:43:48 -0700 | [diff] [blame] | 3599 | <activity android:name=".support.SupportDashboardActivity" |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 3600 | android:label="@string/page_tab_title_support" |
Fan Zhang | 925a4f8 | 2018-01-23 16:35:31 -0800 | [diff] [blame] | 3601 | android:icon="@drawable/ic_homepage_support" |
Daniel Nishi | 67ca29f | 2017-07-17 12:49:04 -0700 | [diff] [blame] | 3602 | android:theme="@android:style/Theme.DeviceDefault.Light.Panel" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3603 | android:exported="true" |
Fan Zhang | 6ff6add | 2017-03-02 12:07:38 -0800 | [diff] [blame] | 3604 | android:enabled="@bool/config_support_enabled"> |
Fan Zhang | 9445d15 | 2018-08-06 10:03:07 -0700 | [diff] [blame] | 3605 | <intent-filter> |
Maurice Lam | 5f0edba | 2017-06-08 11:57:40 -0700 | [diff] [blame] | 3606 | <action android:name="com.android.settings.action.SUPPORT_SETTINGS" /> |
| 3607 | <category android:name="android.intent.category.DEFAULT" /> |
| 3608 | </intent-filter> |
Fan Zhang | a96a2d8 | 2016-09-27 17:51:11 -0700 | [diff] [blame] | 3609 | </activity> |
| 3610 | |
Jason Monk | dc252eb | 2016-01-30 11:36:52 -0500 | [diff] [blame] | 3611 | <service |
| 3612 | android:name=".SettingsDumpService" |
| 3613 | android:exported="true" |
| 3614 | android:permission="android.permission.DUMP" /> |
| 3615 | |
Dan Sandler | 3bd52dd | 2016-03-24 10:24:27 -0700 | [diff] [blame] | 3616 | <!-- Quick Settings tiles for Developer Options --> |
| 3617 | <service |
Fan Zhang | 8333260 | 2017-10-09 15:53:16 -0700 | [diff] [blame] | 3618 | android:name=".development.qstile.DevelopmentTiles$ShowLayout" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 3619 | android:label="@string/debug_layout" |
| 3620 | android:icon="@drawable/tile_icon_show_layout" |
Sunny Goyal | bf9f2d2 | 2016-11-02 11:20:17 -0700 | [diff] [blame] | 3621 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3622 | android:exported="true" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 3623 | android:enabled="false"> |
| 3624 | <intent-filter> |
| 3625 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 3626 | </intent-filter> |
Fabian Kozynski | e47b82b | 2020-02-07 10:11:57 -0500 | [diff] [blame] | 3627 | <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE" |
Fabian Kozynski | e94d09f | 2019-06-28 13:23:56 -0400 | [diff] [blame] | 3628 | android:value="true"/> |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 3629 | </service> |
| 3630 | <service |
Fan Zhang | 8333260 | 2017-10-09 15:53:16 -0700 | [diff] [blame] | 3631 | android:name=".development.qstile.DevelopmentTiles$GPUProfiling" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 3632 | android:label="@string/track_frame_time" |
| 3633 | android:icon="@drawable/tile_icon_graphics" |
| 3634 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3635 | android:exported="true" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 3636 | android:enabled="false"> |
| 3637 | <intent-filter> |
| 3638 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 3639 | </intent-filter> |
Fabian Kozynski | e47b82b | 2020-02-07 10:11:57 -0500 | [diff] [blame] | 3640 | <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE" |
Fabian Kozynski | e94d09f | 2019-06-28 13:23:56 -0400 | [diff] [blame] | 3641 | android:value="true"/> |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 3642 | </service> |
| 3643 | <service |
Fan Zhang | 8333260 | 2017-10-09 15:53:16 -0700 | [diff] [blame] | 3644 | android:name=".development.qstile.DevelopmentTiles$ForceRTL" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 3645 | android:label="@string/force_rtl_layout_all_locales" |
| 3646 | android:icon="@drawable/tile_icon_force_rtl" |
| 3647 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3648 | android:exported="true" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 3649 | android:enabled="false"> |
| 3650 | <intent-filter> |
| 3651 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 3652 | </intent-filter> |
Fabian Kozynski | e47b82b | 2020-02-07 10:11:57 -0500 | [diff] [blame] | 3653 | <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE" |
Fabian Kozynski | e94d09f | 2019-06-28 13:23:56 -0400 | [diff] [blame] | 3654 | android:value="true"/> |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 3655 | </service> |
| 3656 | <service |
Fan Zhang | 8333260 | 2017-10-09 15:53:16 -0700 | [diff] [blame] | 3657 | android:name=".development.qstile.DevelopmentTiles$AnimationSpeed" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 3658 | android:label="@string/window_animation_scale_title" |
| 3659 | android:icon="@drawable/tile_icon_animation_speed" |
| 3660 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3661 | android:exported="true" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 3662 | android:enabled="false"> |
Dan Sandler | 12c4ba4 | 2016-03-28 11:13:40 -0400 | [diff] [blame] | 3663 | <intent-filter> |
| 3664 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 3665 | </intent-filter> |
Fabian Kozynski | e47b82b | 2020-02-07 10:11:57 -0500 | [diff] [blame] | 3666 | <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE" |
Fabian Kozynski | e94d09f | 2019-06-28 13:23:56 -0400 | [diff] [blame] | 3667 | android:value="true"/> |
Dan Sandler | 12c4ba4 | 2016-03-28 11:13:40 -0400 | [diff] [blame] | 3668 | </service> |
Fan Zhang | 130c477 | 2018-10-01 12:14:06 -0700 | [diff] [blame] | 3669 | |
Vishnu Nair | dc6bc48 | 2018-01-10 16:07:23 -0800 | [diff] [blame] | 3670 | <service |
Vishnu Nair | 74100b3 | 2018-02-22 07:14:36 -0800 | [diff] [blame] | 3671 | android:name=".development.qstile.DevelopmentTiles$WinscopeTrace" |
| 3672 | android:label="@string/winscope_trace_quick_settings_title" |
| 3673 | android:icon="@drawable/tile_icon_winscope_trace" |
Vishnu Nair | dc6bc48 | 2018-01-10 16:07:23 -0800 | [diff] [blame] | 3674 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3675 | android:exported="true" |
Vishnu Nair | dc6bc48 | 2018-01-10 16:07:23 -0800 | [diff] [blame] | 3676 | android:enabled="false"> |
| 3677 | <intent-filter> |
| 3678 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 3679 | </intent-filter> |
Fabian Kozynski | e47b82b | 2020-02-07 10:11:57 -0500 | [diff] [blame] | 3680 | <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE" |
Fabian Kozynski | e94d09f | 2019-06-28 13:23:56 -0400 | [diff] [blame] | 3681 | android:value="true"/> |
Vishnu Nair | dc6bc48 | 2018-01-10 16:07:23 -0800 | [diff] [blame] | 3682 | </service> |
Daniel Nishi | 80c2044 | 2016-05-04 10:08:36 -0700 | [diff] [blame] | 3683 | |
Michael Groover | 3a665ac | 2019-03-19 19:13:17 -0700 | [diff] [blame] | 3684 | <service |
| 3685 | android:name=".development.qstile.DevelopmentTiles$SensorsOff" |
| 3686 | android:label="@string/sensors_off_quick_settings_title" |
| 3687 | android:icon="@drawable/tile_icon_sensors_off" |
| 3688 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3689 | android:exported="true" |
Michael Groover | 3a665ac | 2019-03-19 19:13:17 -0700 | [diff] [blame] | 3690 | android:enabled="false"> |
| 3691 | <intent-filter> |
| 3692 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 3693 | </intent-filter> |
Fabian Kozynski | e47b82b | 2020-02-07 10:11:57 -0500 | [diff] [blame] | 3694 | <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE" |
Fabian Kozynski | e94d09f | 2019-06-28 13:23:56 -0400 | [diff] [blame] | 3695 | android:value="true"/> |
Michael Groover | 3a665ac | 2019-03-19 19:13:17 -0700 | [diff] [blame] | 3696 | </service> |
| 3697 | |
Joshua Duong | 0f3eba3 | 2020-04-07 00:17:17 -0700 | [diff] [blame] | 3698 | <service |
| 3699 | android:name=".development.qstile.DevelopmentTiles$WirelessDebugging" |
| 3700 | android:label="@string/enable_adb_wireless" |
| 3701 | android:icon="@drawable/tile_icon_debugging_wireless" |
| 3702 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3703 | android:exported="true" |
Joshua Duong | 0f3eba3 | 2020-04-07 00:17:17 -0700 | [diff] [blame] | 3704 | android:enabled="false"> |
| 3705 | <intent-filter> |
| 3706 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 3707 | </intent-filter> |
| 3708 | <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE" |
| 3709 | android:value="true"/> |
| 3710 | </service> |
| 3711 | |
Chris Ye | 39b586f | 2020-06-11 17:57:16 -0700 | [diff] [blame] | 3712 | <service |
| 3713 | android:name=".development.qstile.DevelopmentTiles$ShowTaps" |
| 3714 | android:label="@string/show_touches" |
| 3715 | android:icon="@drawable/tile_icon_show_taps" |
| 3716 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
Ashwini Oruganti | 917aa55 | 2020-06-24 16:36:28 -0700 | [diff] [blame] | 3717 | android:exported="true" |
Chris Ye | 39b586f | 2020-06-11 17:57:16 -0700 | [diff] [blame] | 3718 | android:enabled="false"> |
| 3719 | <intent-filter> |
| 3720 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 3721 | </intent-filter> |
| 3722 | <meta-data android:name="android.service.quicksettings.TOGGLEABLE_TILE" |
| 3723 | android:value="true"/> |
| 3724 | </service> |
| 3725 | |
Fan Zhang | 7373ec0 | 2018-08-14 13:25:47 -0700 | [diff] [blame] | 3726 | <activity |
| 3727 | android:name=".HelpTrampoline" |
Jeff Sharkey | 4f425c8 | 2016-07-18 18:28:55 -0600 | [diff] [blame] | 3728 | android:exported="true" |
Fan Zhang | 7373ec0 | 2018-08-14 13:25:47 -0700 | [diff] [blame] | 3729 | android:theme="@style/Transparent" |
Jeff Sharkey | 4f425c8 | 2016-07-18 18:28:55 -0600 | [diff] [blame] | 3730 | android:permission="android.permission.DUMP" |
Fan Zhang | 7373ec0 | 2018-08-14 13:25:47 -0700 | [diff] [blame] | 3731 | android:excludeFromRecents="true" |
Jeff Sharkey | 4f425c8 | 2016-07-18 18:28:55 -0600 | [diff] [blame] | 3732 | android:enabled="@bool/config_has_help" /> |
| 3733 | |
Felipe Leme | f7d54ba | 2017-04-25 16:42:55 -0700 | [diff] [blame] | 3734 | <activity android:name=".applications.autofill.AutofillPickerActivity" |
| 3735 | android:excludeFromRecents="true" |
| 3736 | android:launchMode="singleInstance" |
| 3737 | android:exported="false"> |
| 3738 | </activity> |
| 3739 | |
| 3740 | <activity android:name=".applications.autofill.AutofillPickerTrampolineActivity" |
| 3741 | android:theme="@android:style/Theme.NoDisplay" |
| 3742 | android:excludeFromRecents="true" |
| 3743 | android:launchMode="singleInstance" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3744 | android:exported="true" |
Felipe Leme | f7d54ba | 2017-04-25 16:42:55 -0700 | [diff] [blame] | 3745 | android:label="@string/autofill_app"> |
Felipe Leme | db2b55a | 2017-04-24 18:10:09 -0700 | [diff] [blame] | 3746 | <intent-filter android:priority="1"> |
| 3747 | <action android:name="android.settings.REQUEST_SET_AUTOFILL_SERVICE" /> |
| 3748 | <category android:name="android.intent.category.DEFAULT" /> |
| 3749 | <data android:scheme="package" /> |
| 3750 | </intent-filter> |
| 3751 | </activity> |
| 3752 | |
Daniel Nishi | 232ebf1 | 2018-01-19 14:11:20 -0800 | [diff] [blame] | 3753 | <activity android:name="Settings$AdvancedConnectedDeviceActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3754 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3755 | android:label="@string/connected_device_connections_title"> |
Daniel Nishi | 232ebf1 | 2018-01-19 14:11:20 -0800 | [diff] [blame] | 3756 | <intent-filter android:priority="1"> |
Zhaoyu Su | 0a9f876 | 2018-07-09 14:50:47 +0800 | [diff] [blame] | 3757 | <action android:name="android.settings.NFC_SETTINGS" /> |
| 3758 | <category android:name="android.intent.category.DEFAULT" /> |
| 3759 | </intent-filter> |
| 3760 | <intent-filter android:priority="1"> |
Daniel Nishi | 232ebf1 | 2018-01-19 14:11:20 -0800 | [diff] [blame] | 3761 | <action android:name="com.android.settings.ADVANCED_CONNECTED_DEVICE_SETTINGS" /> |
| 3762 | <category android:name="android.intent.category.DEFAULT" /> |
| 3763 | </intent-filter> |
Daniel Nishi | 232ebf1 | 2018-01-19 14:11:20 -0800 | [diff] [blame] | 3764 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3765 | android:value="com.android.settings.connecteddevice.AdvancedConnectedDeviceDashboardFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3766 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3767 | android:value="@string/menu_key_connected_devices"/> |
Daniel Nishi | 232ebf1 | 2018-01-19 14:11:20 -0800 | [diff] [blame] | 3768 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3769 | android:value="true" /> |
| 3770 | </activity> |
| 3771 | |
jackqdyulei | 715408e | 2019-02-07 15:47:52 -0800 | [diff] [blame] | 3772 | <activity android:name="Settings$BluetoothDeviceDetailActivity" |
| 3773 | android:label="@string/device_details_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3774 | android:exported="true" |
Jeff Sharkey | 7025a83 | 2021-06-22 19:58:58 -0600 | [diff] [blame] | 3775 | android:permission="android.permission.BLUETOOTH_CONNECT"> |
jackqdyulei | 715408e | 2019-02-07 15:47:52 -0800 | [diff] [blame] | 3776 | <intent-filter android:priority="1"> |
| 3777 | <action android:name="com.android.settings.BLUETOOTH_DEVICE_DETAIL_SETTINGS" /> |
| 3778 | <category android:name="android.intent.category.DEFAULT" /> |
| 3779 | </intent-filter> |
| 3780 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3781 | android:value="com.android.settings.bluetooth.BluetoothDeviceDetailsFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3782 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3783 | android:value="@string/menu_key_connected_devices"/> |
hughchen | b78ecc4 | 2019-10-16 15:27:17 +0800 | [diff] [blame] | 3784 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3785 | android:value="true" /> |
jackqdyulei | 715408e | 2019-02-07 15:47:52 -0800 | [diff] [blame] | 3786 | </activity> |
| 3787 | |
Matt Fritze | 90899e0 | 2018-10-16 12:41:42 -0700 | [diff] [blame] | 3788 | <activity android:name=".panel.SettingsPanelActivity" |
| 3789 | android:label="@string/settings_panel_title" |
lindatseng | e972b16 | 2019-04-19 15:40:20 -0700 | [diff] [blame] | 3790 | android:theme="@style/Theme.Panel" |
lindatseng | 2943c1d | 2019-05-02 17:12:27 -0700 | [diff] [blame] | 3791 | android:launchMode="singleInstance" |
Matt Fritze | 90899e0 | 2018-10-16 12:41:42 -0700 | [diff] [blame] | 3792 | android:excludeFromRecents="true" |
Tim Peng | e54e029 | 2020-04-15 10:49:35 +0800 | [diff] [blame] | 3793 | android:configChanges="orientation|keyboardHidden|screenSize" |
Matthew Fritze | 735d6ef | 2018-12-05 07:55:12 -0800 | [diff] [blame] | 3794 | android:exported="true"> |
Matt Fritze | 90899e0 | 2018-10-16 12:41:42 -0700 | [diff] [blame] | 3795 | <intent-filter> |
Matthew Fritze | 735d6ef | 2018-12-05 07:55:12 -0800 | [diff] [blame] | 3796 | <action android:name="android.settings.panel.action.INTERNET_CONNECTIVITY" /> |
Matt Fritze | 90899e0 | 2018-10-16 12:41:42 -0700 | [diff] [blame] | 3797 | <category android:name="android.intent.category.DEFAULT" /> |
| 3798 | </intent-filter> |
Matthew Fritze | 735d6ef | 2018-12-05 07:55:12 -0800 | [diff] [blame] | 3799 | <intent-filter> |
Matthew Fritze | 63cce45 | 2019-03-05 08:17:37 -0800 | [diff] [blame] | 3800 | <action android:name="android.settings.panel.action.NFC" /> |
Matthew Fritze | 735d6ef | 2018-12-05 07:55:12 -0800 | [diff] [blame] | 3801 | <category android:name="android.intent.category.DEFAULT" /> |
| 3802 | </intent-filter> |
Matthew Fritze | 3f743ae | 2019-01-22 15:53:37 -0800 | [diff] [blame] | 3803 | <intent-filter> |
Matthew Fritze | 63cce45 | 2019-03-05 08:17:37 -0800 | [diff] [blame] | 3804 | <action android:name="android.settings.panel.action.WIFI" /> |
| 3805 | <category android:name="android.intent.category.DEFAULT" /> |
| 3806 | </intent-filter> |
| 3807 | <intent-filter> |
| 3808 | <action android:name="android.settings.panel.action.VOLUME" /> |
Matthew Fritze | 3f743ae | 2019-01-22 15:53:37 -0800 | [diff] [blame] | 3809 | <category android:name="android.intent.category.DEFAULT" /> |
| 3810 | </intent-filter> |
Matt Fritze | 90899e0 | 2018-10-16 12:41:42 -0700 | [diff] [blame] | 3811 | </activity> |
| 3812 | |
govenliu | d507b56 | 2019-11-21 09:36:58 +0800 | [diff] [blame] | 3813 | <activity android:name=".wifi.addappnetworks.AddAppNetworksActivity" |
| 3814 | android:label="@string/settings_panel_title" |
| 3815 | android:theme="@style/Theme.Panel" |
| 3816 | android:launchMode="singleInstance" |
| 3817 | android:excludeFromRecents="true" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3818 | android:exported="true" |
govenliu | 66dd758 | 2020-01-31 12:53:30 +0800 | [diff] [blame] | 3819 | android:configChanges="orientation|keyboardHidden|screenSize"> |
govenliu | d507b56 | 2019-11-21 09:36:58 +0800 | [diff] [blame] | 3820 | <intent-filter> |
| 3821 | <action android:name="android.settings.WIFI_ADD_NETWORKS" /> |
| 3822 | <category android:name="android.intent.category.DEFAULT" /> |
| 3823 | </intent-filter> |
| 3824 | </activity> |
| 3825 | |
Matthew Fritze | 7fddfeb | 2017-12-11 15:01:11 -0800 | [diff] [blame] | 3826 | <provider android:name=".slices.SettingsSliceProvider" |
Matthew Fritze | a4a3dff | 2018-02-28 08:15:55 -0800 | [diff] [blame] | 3827 | android:authorities="com.android.settings.slices;android.settings.slices" |
Jason Monk | f6edc7c | 2017-11-22 10:04:38 -0500 | [diff] [blame] | 3828 | android:exported="true" |
Fan Zhang | 671a39f | 2019-02-11 14:38:13 -0800 | [diff] [blame] | 3829 | android:grantUriPermissions="true" /> |
Mady Mellor | 7c74085 | 2017-11-03 09:17:05 -0700 | [diff] [blame] | 3830 | |
| 3831 | <receiver |
Matthew Fritze | e8d66bb | 2018-07-30 14:12:50 -0700 | [diff] [blame] | 3832 | android:name=".slices.SliceBroadcastReceiver" |
Fan Zhang | 0c7c59f | 2018-10-26 13:40:38 -0700 | [diff] [blame] | 3833 | android:exported="false" /> |
Matthew Fritze | e8d66bb | 2018-07-30 14:12:50 -0700 | [diff] [blame] | 3834 | |
| 3835 | <receiver |
| 3836 | android:name=".slices.SliceRelayReceiver" |
| 3837 | android:permission="android.permission.MANAGE_SLICE_PERMISSIONS" |
Fan Zhang | 0c7c59f | 2018-10-26 13:40:38 -0700 | [diff] [blame] | 3838 | android:exported="true" /> |
Mady Mellor | 7c74085 | 2017-11-03 09:17:05 -0700 | [diff] [blame] | 3839 | |
Jason Chiu | 2c7b77d | 2020-08-20 16:22:44 +0800 | [diff] [blame] | 3840 | <receiver |
| 3841 | android:name=".slices.VolumeSliceRelayReceiver" |
| 3842 | android:permission="android.permission.MANAGE_SLICE_PERMISSIONS" |
| 3843 | android:exported="true" /> |
| 3844 | |
jackqdyulei | 821adce | 2018-01-29 19:20:37 -0800 | [diff] [blame] | 3845 | <!-- Couldn't be triggered from outside of settings. Statsd can trigger it because we send |
| 3846 | PendingIntent to it--> |
| 3847 | <receiver android:name=".fuelgauge.batterytip.AnomalyDetectionReceiver" |
| 3848 | android:exported="false" /> |
| 3849 | |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3850 | <receiver android:name=".fuelgauge.batterytip.AnomalyConfigReceiver" |
| 3851 | android:exported="true"> |
jackqdyulei | e1604d3 | 2018-01-31 20:24:47 -0800 | [diff] [blame] | 3852 | <intent-filter> |
| 3853 | <action android:name="android.app.action.STATSD_STARTED"/> |
| 3854 | <action android:name="android.intent.action.BOOT_COMPLETED"/> |
| 3855 | </intent-filter> |
| 3856 | </receiver> |
| 3857 | |
jackqdyulei | 0fa413e | 2018-02-23 10:59:27 -0800 | [diff] [blame] | 3858 | <service android:name=".fuelgauge.batterytip.AnomalyCleanupJobService" |
jackqdyulei | 338ae2f | 2018-02-16 10:06:08 -0800 | [diff] [blame] | 3859 | android:permission="android.permission.BIND_JOB_SERVICE" /> |
| 3860 | |
Lei Yu | 9a80d6e | 2018-03-15 15:55:07 -0700 | [diff] [blame] | 3861 | <service android:name=".fuelgauge.batterytip.AnomalyConfigJobService" |
| 3862 | android:permission="android.permission.BIND_JOB_SERVICE" /> |
| 3863 | |
jackqdyulei | 3ee28c8 | 2018-02-20 15:07:26 -0800 | [diff] [blame] | 3864 | <service android:name=".fuelgauge.batterytip.AnomalyDetectionJobService" |
| 3865 | android:permission="android.permission.BIND_JOB_SERVICE" /> |
| 3866 | |
Sunny Shao | 195f61b | 2018-07-24 18:15:55 +0800 | [diff] [blame] | 3867 | <provider |
Fan Zhang | 5e6e6a1 | 2018-10-25 14:19:43 -0700 | [diff] [blame] | 3868 | android:name=".homepage.contextualcards.CardContentProvider" |
Sunny Shao | 195f61b | 2018-07-24 18:15:55 +0800 | [diff] [blame] | 3869 | android:authorities="com.android.settings.homepage.CardContentProvider" |
| 3870 | android:exported="true" |
| 3871 | android:permission="android.permission.WRITE_SETTINGS_HOMEPAGE_DATA" /> |
| 3872 | |
Raff Tsai | 3936e9f | 2018-09-28 17:42:43 +0800 | [diff] [blame] | 3873 | <provider |
| 3874 | android:name=".homepage.contextualcards.SettingsContextualCardProvider" |
| 3875 | android:authorities="com.android.settings.homepage.contextualcards" |
| 3876 | android:permission="android.permission.WRITE_SETTINGS_HOMEPAGE_DATA" |
| 3877 | android:exported="true"> |
| 3878 | <intent-filter> |
| 3879 | <action android:name="android.content.action.SETTINGS_HOMEPAGE_DATA"/> |
| 3880 | </intent-filter> |
| 3881 | </provider> |
Arc Wang | 4591d82 | 2018-11-19 15:48:29 +0800 | [diff] [blame] | 3882 | |
Jason Chiu | 73fa1f8 | 2021-10-05 17:13:01 +0800 | [diff] [blame] | 3883 | <provider |
| 3884 | android:name=".activityembedding.ActivityEmbeddingProvider" |
| 3885 | android:authorities="com.android.settings.activityembedding" |
| 3886 | android:exported="true"/> |
| 3887 | |
Arc Wang | 4591d82 | 2018-11-19 15:48:29 +0800 | [diff] [blame] | 3888 | <activity |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3889 | android:name=".wifi.dpp.WifiDppConfiguratorActivity" |
| 3890 | android:exported="true"> |
Arc Wang | e43bb77 | 2018-12-03 17:16:55 +0800 | [diff] [blame] | 3891 | <intent-filter> |
| 3892 | <action android:name="android.settings.WIFI_DPP_CONFIGURATOR_QR_CODE_SCANNER"/> |
| 3893 | <action android:name="android.settings.WIFI_DPP_CONFIGURATOR_QR_CODE_GENERATOR"/> |
Arc Wang | e43bb77 | 2018-12-03 17:16:55 +0800 | [diff] [blame] | 3894 | <category android:name="android.intent.category.DEFAULT"/> |
| 3895 | </intent-filter> |
Arc Wang | c1036df | 2019-02-26 15:19:30 +0800 | [diff] [blame] | 3896 | <intent-filter> |
| 3897 | <action android:name="android.settings.PROCESS_WIFI_EASY_CONNECT_URI"/> |
| 3898 | <category android:name="android.intent.category.DEFAULT"/> |
| 3899 | <data android:scheme="DPP"/> |
| 3900 | </intent-filter> |
Arc Wang | e43bb77 | 2018-12-03 17:16:55 +0800 | [diff] [blame] | 3901 | </activity> |
Yi-Ling Chuang | 68f37a1 | 2018-11-20 19:51:13 +0800 | [diff] [blame] | 3902 | |
Arc Wang | 4ab0d16 | 2018-12-07 16:00:18 +0800 | [diff] [blame] | 3903 | <activity |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3904 | android:name=".wifi.dpp.WifiDppEnrolleeActivity" |
| 3905 | android:exported="true"> |
Arc Wang | 4ab0d16 | 2018-12-07 16:00:18 +0800 | [diff] [blame] | 3906 | <intent-filter> |
| 3907 | <action android:name="android.settings.WIFI_DPP_ENROLLEE_QR_CODE_SCANNER"/> |
| 3908 | <category android:name="android.intent.category.DEFAULT"/> |
| 3909 | </intent-filter> |
| 3910 | </activity> |
| 3911 | |
Yi-Ling Chuang | 68f37a1 | 2018-11-20 19:51:13 +0800 | [diff] [blame] | 3912 | <activity android:name=".homepage.contextualcards.ContextualCardFeedbackDialog" |
| 3913 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" /> |
manabu, shimoda | 9fae739 | 2017-11-08 11:32:31 +0900 | [diff] [blame] | 3914 | |
joshmccloskey | bba7632 | 2019-09-19 11:23:29 -0700 | [diff] [blame] | 3915 | <activity android:name=".homepage.contextualcards.FaceReEnrollDialog" |
| 3916 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" /> |
| 3917 | |
manabu, shimoda | 9fae739 | 2017-11-08 11:32:31 +0900 | [diff] [blame] | 3918 | <activity |
| 3919 | android:name="Settings$WifiCallingDisclaimerActivity" |
| 3920 | android:label="@string/wifi_calling_settings_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3921 | android:exported="true" |
manabu, shimoda | 9fae739 | 2017-11-08 11:32:31 +0900 | [diff] [blame] | 3922 | android:taskAffinity="com.android.settings"> |
| 3923 | <intent-filter> |
| 3924 | <action android:name="android.intent.action.MAIN" /> |
| 3925 | <category android:name="android.intent.category.DEFAULT" /> |
| 3926 | </intent-filter> |
| 3927 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3928 | android:value="com.android.settings.wifi.calling.WifiCallingDisclaimerFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3929 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3930 | android:value="@string/menu_key_network"/> |
manabu, shimoda | 9fae739 | 2017-11-08 11:32:31 +0900 | [diff] [blame] | 3931 | </activity> |
Salvador Martinez | 3291704 | 2019-03-20 15:23:19 -0700 | [diff] [blame] | 3932 | |
| 3933 | <activity android:name="Settings$BatterySaverScheduleSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3934 | android:exported="true" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame] | 3935 | android:label="@string/battery_saver_schedule_settings_title"> |
Salvador Martinez | 3291704 | 2019-03-20 15:23:19 -0700 | [diff] [blame] | 3936 | <intent-filter> |
| 3937 | <action android:name="com.android.settings.BATTERY_SAVER_SCHEDULE_SETTINGS" /> |
| 3938 | <category android:name="android.intent.category.DEFAULT" /> |
| 3939 | </intent-filter> |
| 3940 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3941 | android:value="com.android.settings.fuelgauge.batterysaver.BatterySaverScheduleSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3942 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3943 | android:value="@string/menu_key_battery"/> |
Salvador Martinez | 3291704 | 2019-03-20 15:23:19 -0700 | [diff] [blame] | 3944 | </activity> |
Steve Elliott | e772123 | 2019-05-22 14:13:29 -0400 | [diff] [blame] | 3945 | |
Fabian Kozynski | 83df54b | 2020-03-24 16:37:57 -0400 | [diff] [blame] | 3946 | <activity android:name="Settings$PowerMenuSettingsActivity" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3947 | android:exported="true" |
Fabian Kozynski | 83df54b | 2020-03-24 16:37:57 -0400 | [diff] [blame] | 3948 | android:label="@string/power_menu_setting_name"> |
| 3949 | <intent-filter> |
| 3950 | <action android:name="android.settings.ACTION_POWER_MENU_SETTINGS" /> |
| 3951 | <category android:name="android.intent.category.DEFAULT" /> |
| 3952 | </intent-filter> |
| 3953 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3954 | android:value="com.android.settings.gestures.PowerMenuSettings" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3955 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3956 | android:value="@string/menu_key_system"/> |
Fabian Kozynski | 83df54b | 2020-03-24 16:37:57 -0400 | [diff] [blame] | 3957 | </activity> |
| 3958 | |
Mehdi Alizadeh | 0355596 | 2019-12-13 15:31:53 -0800 | [diff] [blame] | 3959 | <activity |
| 3960 | android:name="Settings$GestureNavigationSettingsActivity" |
| 3961 | android:label="@string/gesture_settings_activity_title" |
Ashwini Oruganti | fd9721f | 2020-05-20 14:42:18 -0700 | [diff] [blame] | 3962 | android:exported="true" |
Mehdi Alizadeh | 0355596 | 2019-12-13 15:31:53 -0800 | [diff] [blame] | 3963 | android:enabled="true"> |
| 3964 | <intent-filter android:priority="32"> |
| 3965 | <action android:name="android.intent.action.MAIN" /> |
| 3966 | <category android:name="com.android.settings.SHORTCUT" /> |
| 3967 | </intent-filter> |
| 3968 | <intent-filter android:priority="1"> |
| 3969 | <action android:name="com.android.settings.GESTURE_NAVIGATION_SETTINGS" /> |
| 3970 | <category android:name="android.intent.category.DEFAULT" /> |
| 3971 | </intent-filter> |
| 3972 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3973 | android:value="com.android.settings.gestures.GestureNavigationSettingsFragment" /> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 3974 | <meta-data android:name="com.android.settings.HIGHLIGHT_MENU_KEY" |
| 3975 | android:value="@string/menu_key_system"/> |
Mehdi Alizadeh | 0355596 | 2019-12-13 15:31:53 -0800 | [diff] [blame] | 3976 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3977 | android:value="true" /> |
| 3978 | </activity> |
| 3979 | |
Jernej Virag | 97ea279 | 2021-08-09 18:11:28 +0000 | [diff] [blame] | 3980 | <activity |
| 3981 | android:name="Settings$ButtonNavigationSettingsActivity" |
| 3982 | android:label="Button Navigation Settings" |
| 3983 | android:exported="true" |
| 3984 | android:enabled="true"> |
| 3985 | <intent-filter android:priority="32"> |
| 3986 | <action android:name="android.intent.action.MAIN" /> |
| 3987 | <category android:name="com.android.settings.SHORTCUT" /> |
| 3988 | </intent-filter> |
| 3989 | <intent-filter android:priority="1"> |
| 3990 | <action android:name="com.android.settings.BUTTON_NAVIGATION_SETTINGS" /> |
| 3991 | <category android:name="android.intent.category.DEFAULT" /> |
| 3992 | </intent-filter> |
| 3993 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3994 | android:value="com.android.settings.gestures.ButtonNavigationSettingsFragment" /> |
| 3995 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3996 | android:value="true" /> |
| 3997 | </activity> |
| 3998 | |
Beth Thibodeau | 59cbd11 | 2020-06-09 23:38:41 -0400 | [diff] [blame] | 3999 | <activity android:name="Settings$MediaControlsSettingsActivity" |
| 4000 | android:exported="true" |
| 4001 | android:label="@strings/media_controls_title"> |
| 4002 | <intent-filter> |
| 4003 | <action android:name="android.settings.ACTION_MEDIA_CONTROLS_SETTINGS" /> |
| 4004 | <category android:name="android.intent.category.DEFAULT" /> |
| 4005 | </intent-filter> |
| 4006 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4007 | android:value="com.android.settings.sound.MediaControlsSettings" /> |
| 4008 | </activity> |
| 4009 | |
timhypeng | c3bd801 | 2020-09-02 15:54:18 +0800 | [diff] [blame] | 4010 | <receiver |
| 4011 | android:name=".media.BluetoothPairingReceiver" |
| 4012 | android:exported="true" |
Jeff Sharkey | 7025a83 | 2021-06-22 19:58:58 -0600 | [diff] [blame] | 4013 | android:permission="android.permission.BLUETOOTH_CONNECT"> |
timhypeng | c3bd801 | 2020-09-02 15:54:18 +0800 | [diff] [blame] | 4014 | <intent-filter> |
| 4015 | <action android:name="com.android.settings.action.LAUNCH_BLUETOOTH_PAIRING"/> |
Jason Chiu | 29a09e5 | 2021-10-12 17:24:34 +0800 | [diff] [blame] | 4016 | </intent-filter> |
timhypeng | c3bd801 | 2020-09-02 15:54:18 +0800 | [diff] [blame] | 4017 | </receiver> |
| 4018 | |
Jiashen Wang | 610060c8 | 2020-07-12 20:44:47 -0700 | [diff] [blame] | 4019 | <receiver |
| 4020 | android:name=".sim.receivers.SimSlotChangeReceiver" |
| 4021 | android:exported="true"> |
| 4022 | <intent-filter> |
| 4023 | <action android:name="android.telephony.action.SIM_SLOT_STATUS_CHANGED" /> |
| 4024 | </intent-filter> |
| 4025 | </receiver> |
| 4026 | |
Jiashen Wang | 7629de0 | 2020-11-24 19:03:33 -0800 | [diff] [blame] | 4027 | <receiver |
Jiashen Wang | 8510967 | 2021-01-25 19:49:26 -0800 | [diff] [blame] | 4028 | android:name=".sim.receivers.SuwFinishReceiver" |
| 4029 | android:exported="true"> |
| 4030 | <intent-filter> |
| 4031 | <action android:name="com.google.android.setupwizard.SETUP_WIZARD_FINISHED" /> |
| 4032 | </intent-filter> |
| 4033 | </receiver> |
| 4034 | |
| 4035 | <receiver |
Jiashen Wang | 7629de0 | 2020-11-24 19:03:33 -0800 | [diff] [blame] | 4036 | android:name=".sim.receivers.SimCompleteBootReceiver" |
| 4037 | android:exported="true"> |
| 4038 | <intent-filter> |
| 4039 | <action android:name="android.intent.action.BOOT_COMPLETED"/> |
| 4040 | </intent-filter> |
| 4041 | </receiver> |
| 4042 | |
Jiashen Wang | b54d25e | 2021-01-18 19:14:00 -0800 | [diff] [blame] | 4043 | <activity |
| 4044 | android:name=".sim.ChooseSimActivity" |
| 4045 | android:theme="@style/GlifV3Theme.DayNight.NoActionBar" |
| 4046 | android:launchMode="singleInstance" |
| 4047 | android:exported="false"/> |
| 4048 | |
| 4049 | <activity |
| 4050 | android:name=".sim.SwitchToEsimConfirmDialogActivity" |
| 4051 | android:exported="false" |
| 4052 | android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS" |
| 4053 | android:launchMode="singleInstance" |
Peter Wang | 8abc64b | 2021-06-10 17:24:44 -0700 | [diff] [blame] | 4054 | android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" /> |
Jiashen Wang | b54d25e | 2021-01-18 19:14:00 -0800 | [diff] [blame] | 4055 | |
| 4056 | <activity |
| 4057 | android:name=".sim.DsdsDialogActivity" |
| 4058 | android:exported="false" |
| 4059 | android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS" |
| 4060 | android:launchMode="singleInstance" |
Peter Wang | 8abc64b | 2021-06-10 17:24:44 -0700 | [diff] [blame] | 4061 | android:theme="@*android:style/Theme.DeviceDefault.Dialog.Alert.DayNight" /> |
Jiashen Wang | b54d25e | 2021-01-18 19:14:00 -0800 | [diff] [blame] | 4062 | |
Jiashen Wang | 7629de0 | 2020-11-24 19:03:33 -0800 | [diff] [blame] | 4063 | <service android:name=".sim.SimNotificationService" |
| 4064 | android:permission="android.permission.BIND_JOB_SERVICE" /> |
| 4065 | |
calvinpan | e077e39 | 2021-01-25 10:07:26 +0800 | [diff] [blame] | 4066 | <activity android:name=".sim.smartForwarding.SmartForwardingActivity" |
calvinpan | e077e39 | 2021-01-25 10:07:26 +0800 | [diff] [blame] | 4067 | android:exported="true" |
| 4068 | android:launchMode="singleTask"> |
| 4069 | </activity> |
| 4070 | |
Mill Chen | 0023100 | 2021-03-11 01:18:13 +0800 | [diff] [blame] | 4071 | <activity android:name="Settings$FactoryResetActivity" |
| 4072 | android:permission="android.permission.BACKUP" |
| 4073 | android:label="@string/main_clear_title" |
| 4074 | android:exported="true" |
| 4075 | android:theme="@style/SudThemeGlif.Light"> |
| 4076 | <intent-filter> |
| 4077 | <action android:name="com.android.settings.action.FACTORY_RESET"/> |
| 4078 | <category android:name="android.intent.category.DEFAULT"/> |
| 4079 | </intent-filter> |
| 4080 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 4081 | android:value="com.android.settings.MainClear"/> |
| 4082 | </activity> |
| 4083 | |
| 4084 | <activity android:name="Settings$FactoryResetConfirmActivity" |
| 4085 | android:label="@string/main_clear_confirm_title" |
| 4086 | android:exported="false" |
| 4087 | android:theme="@style/SudThemeGlif.Light"> |
| 4088 | </activity> |
| 4089 | |
Dan Sandler | 3bd52dd | 2016-03-24 10:24:27 -0700 | [diff] [blame] | 4090 | <!-- This is the longest AndroidManifest.xml ever. --> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 4091 | </application> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 4092 | </manifest> |