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" /> |
Vasu Nori | 2180974 | 2011-01-25 13:39:16 -0800 | [diff] [blame] | 11 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
Amith Yamasani | 48fa857 | 2012-04-17 17:12:01 -0700 | [diff] [blame] | 12 | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 13 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
| 14 | <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" /> |
Mike Lockwood | cd03f53 | 2009-09-15 14:39:47 -0400 | [diff] [blame] | 15 | <uses-permission android:name="android.permission.DEVICE_POWER" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 16 | <uses-permission android:name="android.permission.CHANGE_CONFIGURATION" /> |
| 17 | <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
| 18 | <uses-permission android:name="android.permission.VIBRATE" /> |
| 19 | <uses-permission android:name="android.permission.BLUETOOTH" /> |
| 20 | <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> |
Matthew Xie | 500f294 | 2013-09-24 00:55:42 -0700 | [diff] [blame] | 21 | <uses-permission android:name="android.permission.BLUETOOTH_PRIVILEGED" /> |
Nick Pelly | f2917ac | 2010-10-20 16:39:44 -0700 | [diff] [blame] | 22 | <uses-permission android:name="android.permission.NFC" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 23 | <uses-permission android:name="android.permission.HARDWARE_TEST" /> |
| 24 | <uses-permission android:name="android.permission.CALL_PHONE" /> |
| 25 | <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> |
| 26 | <uses-permission android:name="android.permission.MASTER_CLEAR" /> |
| 27 | <uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH" /> |
| 28 | <uses-permission android:name="android.permission.ACCESS_DOWNLOAD_MANAGER" /> |
| 29 | <uses-permission android:name="android.permission.READ_CONTACTS" /> |
| 30 | <uses-permission android:name="android.permission.WRITE_CONTACTS" /> |
Chia-chi Yeh | 413b171 | 2011-07-07 12:49:18 -0700 | [diff] [blame] | 31 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
Roshan Pius | f1f209f | 2017-12-13 16:20:18 -0800 | [diff] [blame] | 32 | <uses-permission android:name="android.permission.LOCAL_MAC_ADDRESS" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 33 | <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> |
Irfan Sheriff | 0f41b49 | 2013-03-29 11:15:07 -0700 | [diff] [blame] | 34 | <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] | 35 | <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" /> |
Jeremy Klein | 78d182f | 2015-12-28 15:39:39 -0800 | [diff] [blame] | 36 | <uses-permission android:name="android.permission.TETHER_PRIVILEGED" /> |
Dianne Hackborn | 027cdd2 | 2018-01-19 17:57:28 -0800 | [diff] [blame] | 37 | <uses-permission android:name="android.permission.FOREGROUND_SERVICE"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 38 | <uses-permission android:name="android.permission.INTERNET" /> |
| 39 | <uses-permission android:name="android.permission.CLEAR_APP_USER_DATA" /> |
| 40 | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
| 41 | <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" /> |
Hall Liu | a6840ca | 2018-11-27 17:00:50 -0800 | [diff] [blame] | 42 | <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 43 | <uses-permission android:name="android.permission.WRITE_APN_SETTINGS"/> |
| 44 | <uses-permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"/> |
| 45 | <uses-permission android:name="android.permission.READ_USER_DICTIONARY"/> |
| 46 | <uses-permission android:name="android.permission.WRITE_USER_DICTIONARY"/> |
Dianne Hackborn | 517ea9f | 2010-01-04 18:47:54 -0800 | [diff] [blame] | 47 | <uses-permission android:name="android.permission.FORCE_STOP_PACKAGES"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 48 | <uses-permission android:name="android.permission.PACKAGE_USAGE_STATS"/> |
| 49 | <uses-permission android:name="android.permission.BATTERY_STATS"/> |
| 50 | <uses-permission android:name="com.android.launcher.permission.READ_SETTINGS" /> |
| 51 | <uses-permission android:name="com.android.launcher.permission.WRITE_SETTINGS" /> |
Suchi Amalapurapu | ad14827 | 2010-02-19 14:30:01 -0800 | [diff] [blame] | 52 | <uses-permission android:name="android.permission.MOVE_PACKAGE" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 53 | <uses-permission android:name="android.permission.USE_CREDENTIALS" /> |
| 54 | <uses-permission android:name="android.permission.BACKUP" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 55 | <uses-permission android:name="android.permission.READ_SYNC_STATS" /> |
| 56 | <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" /> |
| 57 | <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" /> |
Stanislav Zholnin | 646dda9 | 2019-02-01 13:00:37 +0000 | [diff] [blame] | 58 | <uses-permission android:name="android.permission.READ_DEVICE_CONFIG" /> |
Jason parks | 8fd5bc9 | 2011-01-12 16:03:31 -0600 | [diff] [blame] | 59 | <uses-permission android:name="android.permission.STATUS_BAR" /> |
Mike Lockwood | 9d6d92b | 2011-02-27 09:05:10 -0800 | [diff] [blame] | 60 | <uses-permission android:name="android.permission.MANAGE_USB" /> |
Kenny Root | e7bbf8f | 2018-01-23 21:53:53 +0900 | [diff] [blame] | 61 | <uses-permission android:name="android.permission.MANAGE_DEBUGGING" /> |
Jeff Brown | d82487b | 2011-06-02 03:10:28 -0700 | [diff] [blame] | 62 | <uses-permission android:name="android.permission.SET_POINTER_SPEED" /> |
Jeff Brown | 4397f40 | 2012-04-09 13:24:34 -0700 | [diff] [blame] | 63 | <uses-permission android:name="android.permission.SET_KEYBOARD_LAYOUT" /> |
Dianne Hackborn | 271c8b0 | 2012-08-20 17:24:39 -0700 | [diff] [blame] | 64 | <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" /> |
| 65 | <uses-permission android:name="android.permission.COPY_PROTECTED_DATA" /> |
| 66 | <uses-permission android:name="android.permission.MANAGE_USERS" /> |
Nicolas Prevot | 189294e | 2015-04-22 16:26:45 +0100 | [diff] [blame] | 67 | <uses-permission android:name="android.permission.MANAGE_PROFILE_AND_DEVICE_OWNERS" /> |
Amith Yamasani | 32dccbc | 2012-09-13 18:06:49 -0700 | [diff] [blame] | 68 | <uses-permission android:name="android.permission.READ_PROFILE" /> |
Jeff Brown | 9e143f5 | 2012-09-19 20:46:07 -0700 | [diff] [blame] | 69 | <uses-permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY" /> |
Michael Wright | aacf55a | 2016-07-13 22:11:09 -0700 | [diff] [blame] | 70 | <uses-permission android:name="android.permission.CONFIGURE_DISPLAY_COLOR_MODE" /> |
Christine Franks | bce91d9 | 2018-07-03 14:44:08 -0700 | [diff] [blame] | 71 | <uses-permission android:name="android.permission.CONTROL_DISPLAY_COLOR_TRANSFORMS" /> |
Amith Yamasani | 5f05010 | 2012-11-01 15:36:29 -0700 | [diff] [blame] | 72 | <uses-permission android:name="android.permission.SET_TIME" /> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 73 | <uses-permission android:name="android.permission.ACCESS_NOTIFICATIONS" /> |
Brian Carlstrom | f32ba13 | 2013-06-28 13:18:41 -0700 | [diff] [blame] | 74 | <uses-permission android:name="android.permission.REBOOT" /> |
PauloftheWest | 63f7bc8 | 2014-10-30 08:01:30 -0700 | [diff] [blame] | 75 | <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> |
Amith Yamasani | 9247265 | 2013-07-19 12:37:42 -0700 | [diff] [blame] | 76 | <uses-permission android:name="android.permission.MANAGE_DEVICE_ADMINS" /> |
Fabrice Di Meglio | 485b1b8 | 2014-03-20 12:24:57 -0700 | [diff] [blame] | 77 | <uses-permission android:name="android.permission.READ_SEARCH_INDEXABLES" /> |
Fan Zhang | d040ecd | 2017-08-17 16:13:20 -0700 | [diff] [blame] | 78 | <uses-permission android:name="android.permission.BIND_SETTINGS_SUGGESTIONS_SERVICE" /> |
Andres Morales | ce249fe | 2014-07-07 16:58:16 -0700 | [diff] [blame] | 79 | <uses-permission android:name="android.permission.OEM_UNLOCK_STATE" /> |
Andrew Scull | c23357e | 2017-04-18 09:40:11 +0100 | [diff] [blame] | 80 | <uses-permission android:name="android.permission.MANAGE_USER_OEM_UNLOCK_STATE" /> |
Sky Faber | 2d657e3 | 2014-09-22 16:43:04 -0700 | [diff] [blame] | 81 | <uses-permission android:name="android.permission.OVERRIDE_WIFI_CONFIG" /> |
Jim Miller | 94d4bd9 | 2015-02-19 21:04:57 -0800 | [diff] [blame] | 82 | <uses-permission android:name="android.permission.MANAGE_FINGERPRINT" /> |
Kevin Chyn | b3ee231 | 2018-10-04 15:01:43 -0700 | [diff] [blame] | 83 | <uses-permission android:name="android.permission.USE_BIOMETRIC" /> |
| 84 | <uses-permission android:name="android.permission.USE_BIOMETRIC_INTERNAL" /> |
Jorim Jaggi | 4a2423b | 2015-04-24 10:19:48 -0700 | [diff] [blame] | 85 | <uses-permission android:name="android.permission.USER_ACTIVITY" /> |
Amith Yamasani | 50e32b0 | 2015-05-13 18:18:16 -0700 | [diff] [blame] | 86 | <uses-permission android:name="android.permission.CHANGE_APP_IDLE_STATE" /> |
Fyodor Kupolov | 0938a63 | 2015-07-27 12:24:59 -0700 | [diff] [blame] | 87 | <uses-permission android:name="android.permission.PEERS_MAC_ADDRESS"/> |
Julia Reynolds | f02aa0c | 2015-09-28 08:57:03 -0400 | [diff] [blame] | 88 | <uses-permission android:name="android.permission.MANAGE_NOTIFICATIONS"/> |
Daniel Nishi | b84304d | 2016-04-11 14:08:44 -0700 | [diff] [blame] | 89 | <uses-permission android:name="android.permission.DELETE_PACKAGES"/> |
Philip P. Moltmann | dd7441b | 2017-09-05 12:42:04 -0700 | [diff] [blame] | 90 | <uses-permission android:name="android.permission.REQUEST_DELETE_PACKAGES" /> |
Phil Weaver | 2e2dbfe | 2017-05-30 10:41:52 -0700 | [diff] [blame] | 91 | <uses-permission android:name="android.permission.MANAGE_APP_OPS_RESTRICTIONS"/> |
Dianne Hackborn | da3c046 | 2018-03-07 16:42:39 -0800 | [diff] [blame] | 92 | <uses-permission android:name="android.permission.MANAGE_APP_OPS_MODES" /> |
Phil Weaver | 633c9be | 2017-07-05 10:02:38 -0700 | [diff] [blame] | 93 | <uses-permission android:name="android.permission.HIDE_NON_SYSTEM_OVERLAY_WINDOWS"/> |
Philip P. Moltmann | 5929b13 | 2017-06-19 10:55:31 -0700 | [diff] [blame] | 94 | <uses-permission android:name="android.permission.READ_PRINT_SERVICES" /> |
Roshan Pius | 37a46a1 | 2017-07-24 15:05:36 -0700 | [diff] [blame] | 95 | <uses-permission android:name="android.permission.NETWORK_SETTINGS" /> |
Alexandru-Andrei Rotaru | aeb3e44 | 2017-08-07 12:21:31 +0100 | [diff] [blame] | 96 | <uses-permission android:name="android.permission.TEST_BLACKLISTED_PASSWORD" /> |
Jeff Sharkey | d940336 | 2018-01-05 17:14:37 -0700 | [diff] [blame] | 97 | <uses-permission android:name="android.permission.USE_RESERVED_DISK" /> |
Felipe Leme | a5bbad4 | 2018-02-14 13:15:19 -0800 | [diff] [blame] | 98 | <uses-permission android:name="android.permission.MANAGE_SCOPED_ACCESS_DIRECTORY_PERMISSIONS" /> |
Kevin Chyn | 22b4edd | 2018-07-30 19:20:01 -0700 | [diff] [blame] | 99 | <uses-permission android:name="android.permission.CAMERA" /> |
jackqdyulei | f25c9b0 | 2019-02-27 10:05:56 -0800 | [diff] [blame] | 100 | <uses-permission android:name="android.permission.MEDIA_CONTENT_CONTROL" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 101 | |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 102 | <application android:label="@string/settings_label" |
Hyunyoung Song | 1f093dd | 2017-02-14 10:40:58 -0800 | [diff] [blame] | 103 | android:icon="@drawable/ic_launcher_settings" |
Amith Yamasani | 56f51a8 | 2013-08-05 10:07:23 -0700 | [diff] [blame] | 104 | android:theme="@style/Theme.Settings" |
Fabrice Di Meglio | 79d8e80 | 2012-07-19 19:25:50 -0700 | [diff] [blame] | 105 | android:hardwareAccelerated="true" |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 106 | android:requiredForAllUsers="true" |
Fabrice Di Meglio | 6644556 | 2014-06-30 13:11:53 -0700 | [diff] [blame] | 107 | android:supportsRtl="true" |
Sunny Goyal | ae788a1 | 2019-04-24 17:11:24 -0700 | [diff] [blame] | 108 | android:backupAgent="com.android.settings.backup.SettingsBackupHelper" |
Jeff Sharkey | 3bd73ed | 2015-11-18 10:20:18 -0700 | [diff] [blame] | 109 | android:usesCleartextTraffic="true" |
Jeff Sharkey | a806b7a | 2016-03-17 11:04:55 -0600 | [diff] [blame] | 110 | android:defaultToDeviceProtectedStorage="true" |
Jason Monk | 2021012 | 2018-04-03 18:36:42 -0400 | [diff] [blame] | 111 | android:directBootAware="true" |
Aurimas Liutikas | e0069d3 | 2018-04-17 11:22:43 -0700 | [diff] [blame] | 112 | android:appComponentFactory="androidx.core.app.CoreComponentFactory"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 113 | |
Paul Duffin | 4862614 | 2017-07-24 15:46:40 +0100 | [diff] [blame] | 114 | <uses-library android:name="org.apache.http.legacy" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 115 | <!-- Settings --> |
| 116 | |
Fan Zhang | 44be913 | 2018-09-07 12:56:53 -0700 | [diff] [blame] | 117 | <activity android:name=".homepage.SettingsHomepageActivity" |
Raff Tsai | 082f8ee | 2018-06-29 06:11:39 +0000 | [diff] [blame] | 118 | android:label="@string/settings_label_launcher" |
| 119 | android:theme="@style/Theme.Settings.Home" |
Sunny Shao | 0b0e6fc | 2019-06-18 13:32:05 +0800 | [diff] [blame] | 120 | android:taskAffinity="com.android.settings.root" |
Raff Tsai | 082f8ee | 2018-06-29 06:11:39 +0000 | [diff] [blame] | 121 | android:launchMode="singleTask"> |
Fan Zhang | 0c7c59f | 2018-10-26 13:40:38 -0700 | [diff] [blame] | 122 | <intent-filter android:priority="1"> |
| 123 | <action android:name="android.settings.SETTINGS" /> |
| 124 | <category android:name="android.intent.category.DEFAULT" /> |
| 125 | </intent-filter> |
| 126 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 127 | android:value="true" /> |
Raff Tsai | 082f8ee | 2018-06-29 06:11:39 +0000 | [diff] [blame] | 128 | </activity> |
| 129 | |
jackqdyulei | 2aae67a | 2018-10-29 13:46:33 -0700 | [diff] [blame] | 130 | <activity android:name=".network.telephony.MobileNetworkActivity" |
jackqdyulei | 106ae1d | 2018-10-05 10:04:19 -0700 | [diff] [blame] | 131 | android:label="@string/network_settings_title" |
| 132 | android:theme="@style/Theme.Settings.Home" |
| 133 | android:launchMode="singleTask"> |
jackqdyulei | b5ce3cd | 2018-12-19 14:52:42 -0800 | [diff] [blame] | 134 | <intent-filter android:priority="1"> |
| 135 | <action android:name="android.settings.NETWORK_OPERATOR_SETTINGS" /> |
| 136 | <action android:name="android.settings.DATA_ROAMING_SETTINGS" /> |
Malcolm Chen | 7dd82f9 | 2019-04-18 19:45:04 -0700 | [diff] [blame] | 137 | <action android:name="android.settings.MMS_MESSAGE_SETTING" /> |
jackqdyulei | b5ce3cd | 2018-12-19 14:52:42 -0800 | [diff] [blame] | 138 | <category android:name="android.intent.category.DEFAULT" /> |
| 139 | </intent-filter> |
jackqdyulei | 106ae1d | 2018-10-05 10:04:19 -0700 | [diff] [blame] | 140 | </activity> |
| 141 | |
Alexandra Gherghina | 05dec7f | 2014-09-05 11:42:51 +0100 | [diff] [blame] | 142 | <!-- Alias for launcher activity only, as this belongs to each profile. --> |
| 143 | <activity-alias android:name="Settings" |
Alexandra Gherghina | 05dec7f | 2014-09-05 11:42:51 +0100 | [diff] [blame] | 144 | android:label="@string/settings_label_launcher" |
Sunny Shao | 0b0e6fc | 2019-06-18 13:32:05 +0800 | [diff] [blame] | 145 | android:taskAffinity="com.android.settings.root" |
Alexandra Gherghina | 05dec7f | 2014-09-05 11:42:51 +0100 | [diff] [blame] | 146 | android:launchMode="singleTask" |
Fan Zhang | 44be913 | 2018-09-07 12:56:53 -0700 | [diff] [blame] | 147 | android:targetActivity=".homepage.SettingsHomepageActivity"> |
Alexandra Gherghina | 05dec7f | 2014-09-05 11:42:51 +0100 | [diff] [blame] | 148 | <intent-filter> |
| 149 | <action android:name="android.intent.action.MAIN" /> |
| 150 | <category android:name="android.intent.category.DEFAULT" /> |
| 151 | <category android:name="android.intent.category.LAUNCHER" /> |
| 152 | </intent-filter> |
Sunny Goyal | 5f179fc | 2016-06-15 12:36:50 -0700 | [diff] [blame] | 153 | <meta-data android:name="android.app.shortcuts" android:resource="@xml/shortcuts"/> |
Alexandra Gherghina | 05dec7f | 2014-09-05 11:42:51 +0100 | [diff] [blame] | 154 | </activity-alias> |
| 155 | |
Matthew Fritze | 626a21b | 2016-08-17 11:52:39 -0700 | [diff] [blame] | 156 | <receiver android:name=".SettingsInitialize"> |
Alexandra Gherghina | 89265a3 | 2014-07-17 20:29:34 +0100 | [diff] [blame] | 157 | <intent-filter> |
Alexandra Gherghina | f2e39f2 | 2014-08-18 13:16:17 +0100 | [diff] [blame] | 158 | <action android:name="android.intent.action.USER_INITIALIZE"/> |
Alexandra Gherghina | 5171224 | 2014-09-05 16:32:14 +0100 | [diff] [blame] | 159 | <action android:name="android.intent.action.PRE_BOOT_COMPLETED"/> |
Alexandra Gherghina | 89265a3 | 2014-07-17 20:29:34 +0100 | [diff] [blame] | 160 | </intent-filter> |
| 161 | </receiver> |
| 162 | |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 163 | <activity android:name=".SubSettings"/> |
Dianne Hackborn | b725818 | 2011-03-15 16:23:55 -0700 | [diff] [blame] | 164 | |
Fan Zhang | f1f0f8b | 2018-06-22 10:40:07 -0700 | [diff] [blame] | 165 | <activity android:name=".Settings$CreateShortcutActivity" |
Fan Zhang | 92f1e94 | 2017-01-21 10:07:26 -0800 | [diff] [blame] | 166 | android:label="@string/settings_shortcut"> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 167 | <intent-filter> |
Fan Zhang | f1f0f8b | 2018-06-22 10:40:07 -0700 | [diff] [blame] | 168 | <action android:name="android.intent.action.CREATE_SHORTCUT" /> |
| 169 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 170 | </intent-filter> |
Fan Zhang | f1f0f8b | 2018-06-22 10:40:07 -0700 | [diff] [blame] | 171 | <meta-data |
| 172 | android:name="com.android.settings.FRAGMENT_CLASS" |
| 173 | android:value="com.android.settings.shortcut.CreateShortcut" /> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 174 | </activity> |
| 175 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 176 | <!-- Wireless Controls --> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 177 | <activity |
| 178 | android:name=".Settings$NetworkDashboardActivity" |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 179 | android:label="@string/network_dashboard_title" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 180 | android:icon="@drawable/ic_homepage_network"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 181 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 182 | <action android:name="android.settings.WIRELESS_SETTINGS" /> |
| 183 | <action android:name="android.settings.AIRPLANE_MODE_SETTINGS" /> |
Andrew Sapperstein | c65ccd2 | 2019-04-25 10:31:37 -0700 | [diff] [blame] | 184 | <action android:name="com.android.settings.sim.SIM_SUB_INFO_SETTINGS" /> |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 185 | <category android:name="android.intent.category.DEFAULT" /> |
| 186 | </intent-filter> |
| 187 | <intent-filter> |
| 188 | <action android:name="android.intent.action.MAIN" /> |
| 189 | <category android:name="android.intent.category.DEFAULT" /> |
| 190 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 191 | </intent-filter> |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 192 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 193 | android:value="com.android.settings.network.NetworkDashboardFragment"/> |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 194 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 195 | android:value="true" /> |
| 196 | </activity> |
| 197 | |
Antony Sargent | 94d9790 | 2019-03-26 09:50:22 -0700 | [diff] [blame] | 198 | <activity android:name=".Settings$MobileNetworkListActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 199 | android:label="@string/network_settings_title"> |
Antony Sargent | 94d9790 | 2019-03-26 09:50:22 -0700 | [diff] [blame] | 200 | <intent-filter android:priority="1"> |
| 201 | <action android:name="android.settings.MOBILE_NETWORK_LIST" /> |
| 202 | <category android:name="android.intent.category.DEFAULT" /> |
| 203 | </intent-filter> |
| 204 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 205 | android:value="com.android.settings.network.MobileNetworkListFragment"/> |
| 206 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 207 | android:value="true" /> |
| 208 | </activity> |
| 209 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 210 | <activity |
| 211 | android:name=".Settings$ConnectedDeviceDashboardActivity" |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 212 | android:label="@string/connected_devices_dashboard_title" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 213 | android:icon="@drawable/ic_devices_other"> |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 214 | <intent-filter android:priority="1"> |
jackqdyulei | 6dd7f2e | 2018-02-07 17:49:09 -0800 | [diff] [blame] | 215 | <action android:name="android.settings.BLUETOOTH_SETTINGS" /> |
| 216 | <category android:name="android.intent.category.DEFAULT" /> |
| 217 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 218 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 219 | android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 220 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 221 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 222 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 223 | |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 224 | <activity android:name="AirplaneModeVoiceActivity" |
| 225 | android:label="@string/wireless_networks_settings_title" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 226 | android:theme="@*android:style/Theme.DeviceDefault.Light.Voice" |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 227 | android:exported="true"> |
| 228 | <intent-filter> |
| 229 | <action android:name="android.settings.VOICE_CONTROL_AIRPLANE_MODE" /> |
| 230 | <category android:name="android.intent.category.DEFAULT" /> |
| 231 | <category android:name="android.intent.category.VOICE" /> |
| 232 | </intent-filter> |
| 233 | </activity> |
| 234 | |
Fan Zhang | 25f29bf | 2017-10-24 09:27:02 -0700 | [diff] [blame] | 235 | <activity android:name=".search.SearchResultTrampoline" |
| 236 | android:theme="@android:style/Theme.NoDisplay" |
| 237 | android:excludeFromRecents="true" |
| 238 | android:exported="true"> |
Fan Zhang | 8068fda | 2017-11-09 16:37:01 -0800 | [diff] [blame] | 239 | <intent-filter> |
| 240 | <action android:name="com.android.settings.SEARCH_RESULT_TRAMPOLINE" /> |
| 241 | <category android:name="android.intent.category.DEFAULT" /> |
| 242 | </intent-filter> |
Fan Zhang | 25f29bf | 2017-10-24 09:27:02 -0700 | [diff] [blame] | 243 | </activity> |
| 244 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 245 | <activity |
| 246 | android:name="Settings$WifiSettingsActivity" |
| 247 | android:label="@string/wifi_settings" |
| 248 | android:icon="@drawable/ic_settings_wireless" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 249 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 250 | <intent-filter android:priority="1"> |
| 251 | <action android:name="android.settings.WIFI_SETTINGS" /> |
| 252 | <category android:name="android.intent.category.DEFAULT" /> |
| 253 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 254 | <intent-filter android:priority="1"> |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 255 | <action android:name="android.intent.action.MAIN" /> |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 256 | <category android:name="com.android.settings.SHORTCUT" /> |
| 257 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 258 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 259 | android:value="com.android.settings.wifi.WifiSettings" /> |
Zoltan Szatmary-Ban | e03d886 | 2015-04-30 14:35:54 +0100 | [diff] [blame] | 260 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 261 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 262 | </activity> |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 263 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 264 | <activity |
Quang Luong | b470e72 | 2019-06-24 14:47:55 -0700 | [diff] [blame] | 265 | android:name="Settings$WifiSettings2Activity" |
| 266 | android:label="@string/wifi_settings" |
| 267 | android:icon="@drawable/ic_settings_wireless" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 268 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Quang Luong | b470e72 | 2019-06-24 14:47:55 -0700 | [diff] [blame] | 269 | <intent-filter android:priority="1"> |
| 270 | <action android:name="android.settings.WIFI_SETTINGS2" /> |
| 271 | <category android:name="android.intent.category.DEFAULT" /> |
| 272 | </intent-filter> |
| 273 | <intent-filter android:priority="1"> |
| 274 | <action android:name="android.intent.action.MAIN" /> |
| 275 | <category android:name="com.android.settings.SHORTCUT" /> |
| 276 | </intent-filter> |
| 277 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 278 | android:value="com.android.settings.wifi.WifiSettings2" /> |
| 279 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 280 | android:value="true" /> |
| 281 | </activity> |
| 282 | |
| 283 | <activity |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 284 | android:name=".wifi.WifiPickerActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 285 | <intent-filter android:priority="1"> |
| 286 | <action android:name="android.net.wifi.PICK_WIFI_NETWORK" /> |
| 287 | <category android:name="android.intent.category.DEFAULT" /> |
| 288 | </intent-filter> |
Zoltan Szatmary-Ban | e03d886 | 2015-04-30 14:35:54 +0100 | [diff] [blame] | 289 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 290 | android:value="true" /> |
Daisuke Miyakawa | 79c5fd9 | 2011-01-15 14:58:00 -0800 | [diff] [blame] | 291 | </activity> |
| 292 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 293 | <activity |
| 294 | android:name="Settings$ConfigureWifiSettingsActivity" |
| 295 | android:label="@string/wifi_configure_settings_preference_title" |
| 296 | android:icon="@drawable/ic_settings_wireless" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 297 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Amin Shaikh | 3aa547b | 2017-01-06 18:31:41 -0800 | [diff] [blame] | 298 | <intent-filter android:priority="1"> |
Stephen Chen | 91d13c1 | 2017-03-22 15:53:26 -0700 | [diff] [blame] | 299 | <action android:name="android.settings.WIFI_IP_SETTINGS" /> |
Amin Shaikh | 3aa547b | 2017-01-06 18:31:41 -0800 | [diff] [blame] | 300 | <category android:name="android.intent.category.DEFAULT" /> |
| 301 | </intent-filter> |
| 302 | <intent-filter> |
| 303 | <action android:name="android.intent.action.MAIN" /> |
| 304 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 305 | <category android:name="android.intent.category.DEFAULT" /> |
| 306 | </intent-filter> |
| 307 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 308 | android:value="com.android.settings.wifi.ConfigureWifiSettings" /> |
| 309 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 310 | android:value="true" /> |
| 311 | </activity> |
| 312 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 313 | <activity |
| 314 | android:name="Settings$SavedAccessPointsSettingsActivity" |
| 315 | android:label="@string/wifi_saved_access_points_label" |
| 316 | android:icon="@drawable/ic_settings_wireless" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 317 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 318 | <intent-filter android:priority="1"> |
Stephen Chen | 66d1a69 | 2016-11-14 16:24:08 -0800 | [diff] [blame] | 319 | <action android:name="android.settings.WIFI_SAVED_NETWORK_SETTINGS" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 320 | <category android:name="android.intent.category.DEFAULT" /> |
| 321 | </intent-filter> |
PauloftheWest | 7837b99 | 2014-06-24 07:42:27 -0700 | [diff] [blame] | 322 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 661049f | 2018-07-18 14:31:44 -0700 | [diff] [blame] | 323 | android:value="com.android.settings.wifi.savedaccesspoints.SavedAccessPointsWifiSettings" /> |
Zoltan Szatmary-Ban | e03d886 | 2015-04-30 14:35:54 +0100 | [diff] [blame] | 324 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 325 | android:value="true" /> |
PauloftheWest | 7837b99 | 2014-06-24 07:42:27 -0700 | [diff] [blame] | 326 | </activity> |
| 327 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 328 | <activity android:name=".Settings$WifiInfoActivity"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 329 | <intent-filter> |
| 330 | <action android:name="android.intent.action.MAIN"/> |
| 331 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 332 | <category android:name="android.intent.category.DEFAULT" /> |
| 333 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 334 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 335 | android:value="com.android.settings.wifi.WifiInfo" /> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 336 | </activity> |
| 337 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 338 | <activity android:name=".wifi.WifiConfigInfo"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 339 | <intent-filter> |
| 340 | <action android:name="android.intent.action.MAIN"/> |
| 341 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 342 | <category android:name="android.intent.category.DEFAULT" /> |
| 343 | </intent-filter> |
| 344 | </activity> |
| 345 | |
Fan Zhang | 92f1e94 | 2017-01-21 10:07:26 -0800 | [diff] [blame] | 346 | <activity android:name=".Settings$WifiAPITestActivity"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 347 | <intent-filter> |
| 348 | <action android:name="android.intent.action.MAIN"/> |
| 349 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 350 | <category android:name="android.intent.category.DEFAULT" /> |
| 351 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 352 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 353 | android:value="com.android.settings.wifi.WifiAPITest" /> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 354 | </activity> |
| 355 | |
Fan Zhang | 92f1e94 | 2017-01-21 10:07:26 -0800 | [diff] [blame] | 356 | <activity android:name=".wifi.WifiStatusTest"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 357 | <intent-filter> |
| 358 | <action android:name="android.intent.action.MAIN"/> |
| 359 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 360 | <category android:name="android.intent.category.DEFAULT" /> |
| 361 | </intent-filter> |
| 362 | </activity> |
| 363 | |
Lorenzo Colitti | 877b054 | 2015-04-03 17:31:19 +0900 | [diff] [blame] | 364 | <activity android:name=".wifi.WifiNoInternetDialog" |
| 365 | android:clearTaskOnLaunch="true" |
| 366 | android:excludeFromRecents="true" |
| 367 | android:exported="true" |
lucaslin | 7335c59 | 2019-03-20 11:41:21 +0800 | [diff] [blame] | 368 | android:permission="android.permission.NETWORK_STACK" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 369 | android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Lorenzo Colitti | 877b054 | 2015-04-03 17:31:19 +0900 | [diff] [blame] | 370 | <intent-filter> |
| 371 | <action android:name="android.net.conn.PROMPT_UNVALIDATED" /> |
| 372 | <category android:name="android.intent.category.DEFAULT" /> |
| 373 | </intent-filter> |
Lorenzo Colitti | 1449ecd | 2016-09-15 14:06:46 +0900 | [diff] [blame] | 374 | <intent-filter> |
| 375 | <action android:name="android.net.conn.PROMPT_LOST_VALIDATION" /> |
| 376 | <category android:name="android.intent.category.DEFAULT" /> |
| 377 | </intent-filter> |
Zoltan Szatmary-Ban | e03d886 | 2015-04-30 14:35:54 +0100 | [diff] [blame] | 378 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 379 | android:value="true" /> |
Lorenzo Colitti | 877b054 | 2015-04-03 17:31:19 +0900 | [diff] [blame] | 380 | </activity> |
| 381 | |
Amit Mahajan | 17b0c48 | 2015-05-12 16:02:22 -0700 | [diff] [blame] | 382 | <!-- Runs in the phone process since it needs access to UiccController --> |
Fabrice Di Meglio | 61a1fec | 2014-08-13 16:22:38 -0700 | [diff] [blame] | 383 | <activity android:name="Settings$ApnSettingsActivity" |
Jeff Sharkey | c2b43db | 2012-11-28 17:09:19 -0800 | [diff] [blame] | 384 | android:label="@string/apn_settings" |
smitha.x.smitha | 0a20f2e | 2013-04-23 14:45:09 +0530 | [diff] [blame] | 385 | android:launchMode="singleTask" |
Fabrice Di Meglio | 61a1fec | 2014-08-13 16:22:38 -0700 | [diff] [blame] | 386 | android:configChanges="orientation|keyboardHidden|screenSize" |
Amit Mahajan | 17b0c48 | 2015-05-12 16:02:22 -0700 | [diff] [blame] | 387 | android:process="com.android.phone"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 388 | <intent-filter android:priority="1"> |
| 389 | <action android:name="android.settings.APN_SETTINGS" /> |
| 390 | <category android:name="android.intent.category.DEFAULT" /> |
| 391 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 392 | <intent-filter> |
| 393 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 394 | <category android:name="android.intent.category.DEFAULT" /> |
| 395 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 396 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 397 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 398 | android:value="true" /> |
Fabrice Di Meglio | 61a1fec | 2014-08-13 16:22:38 -0700 | [diff] [blame] | 399 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Pengquan Meng | 7a1c93d | 2018-04-02 16:41:54 -0700 | [diff] [blame] | 400 | android:value="com.android.settings.network.ApnSettings" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 401 | </activity> |
| 402 | |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 403 | <!-- Keep compatibility with old shortcuts. --> |
| 404 | <activity-alias |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 405 | android:name="Settings$BluetoothSettingsActivity" |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 406 | android:label="@string/devices_title" |
| 407 | android:targetActivity=".Settings$ConnectedDeviceDashboardActivity" |
| 408 | android:exported="true"> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 409 | <intent-filter android:priority="10"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 410 | <action android:name="android.intent.action.MAIN" /> |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 411 | <category android:name="com.android.settings.SHORTCUT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 412 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 413 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 414 | android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment" /> |
| 415 | </activity-alias> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 416 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 417 | <!-- Keep compatibility with old shortcuts. --> |
| 418 | <activity-alias android:name=".bluetooth.BluetoothSettings" |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 419 | android:label="@string/devices_title" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 420 | android:targetActivity="Settings$BluetoothSettingsActivity" |
| 421 | android:exported="true" |
| 422 | android:clearTaskOnLaunch="true"> |
| 423 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Lei Yu | dec7a71 | 2018-03-29 10:54:22 -0700 | [diff] [blame] | 424 | android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment" /> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 425 | </activity-alias> |
| 426 | |
Kevin Chyn | 41acc69 | 2017-06-17 17:25:21 -0700 | [diff] [blame] | 427 | <activity android:name="Settings$AssistGestureSettingsActivity" |
| 428 | android:label="@string/assist_gesture_title" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 429 | android:icon="@drawable/ic_settings_gestures"> |
Kevin Chyn | 41acc69 | 2017-06-17 17:25:21 -0700 | [diff] [blame] | 430 | <intent-filter> |
| 431 | <action android:name="android.settings.ASSIST_GESTURE_SETTINGS" /> |
| 432 | <category android:name="android.intent.category.DEFAULT" /> |
| 433 | </intent-filter> |
| 434 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 435 | android:value="com.android.settings.gestures.AssistGestureSettings" /> |
| 436 | </activity> |
| 437 | |
Kevin Chyn | 7189997 | 2018-07-10 17:20:29 -0700 | [diff] [blame] | 438 | <activity android:name="Settings$FaceSettingsActivity" |
| 439 | android:label="@string/security_settings_face_preference_title" |
| 440 | android:icon="@drawable/ic_face_header"> |
| 441 | <intent-filter> |
| 442 | <action android:name="android.settings.FACE_SETTINGS" /> |
| 443 | <category android:name="android.intent.category.DEFAULT" /> |
| 444 | </intent-filter> |
| 445 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 446 | android:value="com.android.settings.biometrics.face.FaceSettings" /> |
| 447 | </activity> |
| 448 | |
Ilya Matyukhin | 8979f84 | 2019-04-28 15:10:02 -0700 | [diff] [blame] | 449 | <activity android:name="Settings$FingerprintSettingsActivity" |
| 450 | android:label="@string/security_settings_fingerprint_preference_title" |
| 451 | android:icon="@drawable/ic_fingerprint_header"> |
| 452 | <intent-filter> |
| 453 | <action android:name="android.settings.FINGERPRINT_SETTINGS" /> |
| 454 | <category android:name="android.intent.category.DEFAULT" /> |
| 455 | </intent-filter> |
| 456 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 457 | android:value="com.android.settings.biometrics.fingerprint.FingerprintSettings$FingerprintSettingsFragment" /> |
| 458 | </activity> |
| 459 | |
Jake Hamby | c090feb | 2010-12-07 16:27:21 -0800 | [diff] [blame] | 460 | <activity android:name=".bluetooth.DevicePickerActivity" |
Jake Hamby | c090feb | 2010-12-07 16:27:21 -0800 | [diff] [blame] | 461 | android:label="@string/device_picker" |
Hemant Gupta | 3483fc3 | 2018-02-01 19:20:29 +0530 | [diff] [blame] | 462 | android:configChanges="orientation|keyboardHidden|screenSize" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 463 | android:clearTaskOnLaunch="true"> |
Jake Hamby | c090feb | 2010-12-07 16:27:21 -0800 | [diff] [blame] | 464 | <intent-filter> |
| 465 | <action android:name="android.bluetooth.devicepicker.action.LAUNCH" /> |
| 466 | <category android:name="android.intent.category.DEFAULT" /> |
| 467 | </intent-filter> |
| 468 | </activity> |
| 469 | |
Doris Ling | c692758 | 2018-01-18 15:04:59 -0800 | [diff] [blame] | 470 | <service android:name=".wifi.tether.TetherService" |
Jason Monk | 37832d6 | 2014-12-10 17:21:51 -0500 | [diff] [blame] | 471 | android:exported="true" |
Jeremy Klein | 78d182f | 2015-12-28 15:39:39 -0800 | [diff] [blame] | 472 | android:permission="android.permission.TETHER_PRIVILEGED" /> |
Jeremy Klein | 1cf002d | 2016-01-24 17:21:43 -0800 | [diff] [blame] | 473 | |
markchien | 8c713fc | 2019-02-14 11:11:31 +0800 | [diff] [blame] | 474 | <activity android:name=".network.TetherProvisioningActivity" |
Jeremy Klein | 1cf002d | 2016-01-24 17:21:43 -0800 | [diff] [blame] | 475 | android:exported="true" |
| 476 | android:permission="android.permission.TETHER_PRIVILEGED" |
Jeremy Klein | 7dbad8c | 2016-12-19 11:22:38 -0800 | [diff] [blame] | 477 | android:excludeFromRecents="true" |
Jeremy Klein | e3e7b95 | 2016-01-25 14:43:49 -0800 | [diff] [blame] | 478 | android:theme="@style/Theme.ProvisioningActivity"> |
Jeremy Klein | 1cf002d | 2016-01-24 17:21:43 -0800 | [diff] [blame] | 479 | <intent-filter android:priority="1"> |
| 480 | <action android:name="android.settings.TETHER_PROVISIONING_UI" /> |
| 481 | <category android:name="android.intent.category.DEFAULT" /> |
| 482 | </intent-filter> |
| 483 | </activity> |
| 484 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 485 | <activity |
| 486 | android:name="Settings$TetherSettingsActivity" |
| 487 | android:label="@string/tether_settings_title_all" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 488 | android:icon="@drawable/ic_settings_wireless"> |
Robert Greenwalt | 3901edb | 2010-01-26 10:22:37 -0800 | [diff] [blame] | 489 | <intent-filter> |
| 490 | <action android:name="android.intent.action.MAIN" /> |
| 491 | <category android:name="android.intent.category.DEFAULT" /> |
| 492 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 493 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 494 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 495 | android:value="com.android.settings.TetherSettings" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 496 | </activity> |
Robert Greenwalt | 3901edb | 2010-01-26 10:22:37 -0800 | [diff] [blame] | 497 | |
Salvador Martinez | bb33371 | 2018-06-19 10:27:30 -0700 | [diff] [blame] | 498 | <activity |
| 499 | android:name="Settings$WifiTetherSettingsActivity" |
| 500 | android:label="@string/wifi_hotspot_checkbox_text" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 501 | android:icon="@drawable/ic_wifi_tethering"> |
Salvador Martinez | bb33371 | 2018-06-19 10:27:30 -0700 | [diff] [blame] | 502 | <intent-filter> |
| 503 | <action android:name="com.android.settings.WIFI_TETHER_SETTINGS" /> |
| 504 | <category android:name="android.intent.category.DEFAULT" /> |
| 505 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 506 | <intent-filter android:priority="4"> |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 507 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 508 | <category android:name="com.android.settings.SHORTCUT" /> |
| 509 | </intent-filter> |
Salvador Martinez | bb33371 | 2018-06-19 10:27:30 -0700 | [diff] [blame] | 510 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 511 | android:value="com.android.settings.wifi.tether.WifiTetherSettings" /> |
| 512 | </activity> |
| 513 | |
| 514 | |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 515 | <!-- Keep compatibility with old shortcuts. --> |
| 516 | <activity-alias android:name=".TetherSettings" |
| 517 | android:label="@string/tether_settings_title_all" |
| 518 | android:clearTaskOnLaunch="true" |
| 519 | android:exported="true" |
| 520 | android:targetActivity="Settings$TetherSettingsActivity"> |
| 521 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 522 | android:value="com.android.settings.TetherSettings" /> |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 523 | </activity-alias> |
| 524 | |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 525 | <activity android:name="Settings$WifiP2pSettingsActivity"> |
repo sync | b98463f | 2011-06-30 10:58:43 -0700 | [diff] [blame] | 526 | <intent-filter> |
| 527 | <action android:name="android.intent.action.MAIN" /> |
| 528 | <category android:name="android.intent.category.DEFAULT" /> |
| 529 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 530 | </intent-filter> |
| 531 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Irfan Sheriff | 9ef5357 | 2011-08-03 15:40:04 -0700 | [diff] [blame] | 532 | android:value="com.android.settings.wifi.p2p.WifiP2pSettings" /> |
repo sync | b98463f | 2011-06-30 10:58:43 -0700 | [diff] [blame] | 533 | </activity> |
| 534 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 535 | <activity |
| 536 | android:name="Settings$VpnSettingsActivity" |
| 537 | android:label="@string/vpn_settings_title" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 538 | android:icon="@drawable/ic_settings_wireless"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 539 | <intent-filter android:priority="1"> |
Robin Lee | d304194 | 2016-03-24 16:02:08 +0000 | [diff] [blame] | 540 | <action android:name="android.settings.VPN_SETTINGS" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 541 | <action android:name="android.net.vpn.SETTINGS" /> |
| 542 | <category android:name="android.intent.category.DEFAULT" /> |
| 543 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 544 | <intent-filter android:priority="5"> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 545 | <action android:name="android.intent.action.MAIN" /> |
Tobias Brunner | f7ed857 | 2010-06-28 13:10:26 +0200 | [diff] [blame] | 546 | <category android:name="com.android.settings.SHORTCUT" /> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 547 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 548 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Chia-chi Yeh | 7606a2f | 2011-07-02 17:45:23 -0700 | [diff] [blame] | 549 | android:value="com.android.settings.vpn2.VpnSettings" /> |
Zoltan Szatmary-Ban | 131b497 | 2014-08-18 13:48:15 +0100 | [diff] [blame] | 550 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 551 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 552 | </activity> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 553 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 554 | <activity |
Fabian Kozynski | d9aadd7 | 2019-04-11 12:25:09 -0400 | [diff] [blame] | 555 | android:name="Settings$DataSaverSummaryActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 556 | android:label="@string/data_saver_title"> |
Fabian Kozynski | d9aadd7 | 2019-04-11 12:25:09 -0400 | [diff] [blame] | 557 | <intent-filter android:priority="1"> |
| 558 | <action android:name="android.settings.DATA_SAVER_SETTINGS" /> |
| 559 | <category android:name="android.intent.category.DEFAULT" /> |
| 560 | </intent-filter> |
| 561 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 562 | android:value="com.android.settings.datausage.DataSaverSummary" /> |
| 563 | </activity> |
| 564 | |
| 565 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 566 | android:name="Settings$DateTimeSettingsActivity" |
| 567 | android:label="@string/date_and_time" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 568 | android:icon="@drawable/ic_settings_date_time"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 569 | <intent-filter android:priority="1"> |
| 570 | <action android:name="android.settings.DATE_SETTINGS" /> |
| 571 | <category android:name="android.intent.category.DEFAULT" /> |
| 572 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 573 | <intent-filter> |
| 574 | <action android:name="android.intent.action.MAIN" /> |
Daniel Sandler | f4d1c3e | 2012-10-01 16:45:10 -0400 | [diff] [blame] | 575 | <action android:name="android.intent.action.QUICK_CLOCK" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 576 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | 116d85e | 2009-06-26 18:20:23 -0700 | [diff] [blame] | 577 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 578 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 579 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Raff Tsai | 9e3a9fd | 2019-10-01 17:06:26 +0800 | [diff] [blame] | 580 | android:value="com.android.settings.datetime.DateTimeSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 581 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 582 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 583 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 584 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 585 | <activity |
| 586 | android:name="Settings$LocalePickerActivity" |
| 587 | android:label="@string/language_picker_title" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 588 | android:icon="@drawable/ic_settings_language"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 589 | <intent-filter android:priority="1"> |
| 590 | <action android:name="android.settings.LOCALE_SETTINGS" /> |
| 591 | <category android:name="android.intent.category.DEFAULT" /> |
| 592 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 593 | <intent-filter> |
| 594 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 595 | <category android:name="android.intent.category.DEFAULT" /> |
| 596 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 597 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 598 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Mihai Nita | d7d48fd | 2016-01-12 08:55:05 -0800 | [diff] [blame] | 599 | android:value="com.android.settings.localepicker.LocaleListEditor" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 600 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 601 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 602 | </activity> |
Michael Chan | 503c236 | 2009-12-08 22:18:23 -0800 | [diff] [blame] | 603 | |
tmfang | c0ed614 | 2018-07-13 11:11:26 +0800 | [diff] [blame] | 604 | <activity android:name=".localepicker.LocalePickerWithRegionActivity" |
| 605 | android:excludeFromRecents="true" |
| 606 | android:configChanges="orientation|keyboardHidden|screenSize" |
| 607 | android:exported="false"> |
| 608 | </activity> |
| 609 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 610 | <activity |
| 611 | android:name=".Settings$LanguageAndInputSettingsActivity" |
Doris Ling | 204ca74 | 2017-07-18 15:43:26 -0700 | [diff] [blame] | 612 | android:label="@string/language_settings" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 613 | android:icon="@drawable/ic_settings_language"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 614 | <intent-filter> |
| 615 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | e6dd1fa | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 616 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 617 | <category android:name="android.intent.category.DEFAULT" /> |
| 618 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 619 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 620 | android:value="com.android.settings.language.LanguageAndInputSettings"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 621 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 622 | android:value="true"/> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 623 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 624 | |
Abodunrinwa Toki | 976bb3f | 2016-01-20 18:43:20 +0000 | [diff] [blame] | 625 | <activity android:name="Settings$AvailableVirtualKeyboardActivity" |
| 626 | android:label="@string/available_virtual_keyboard_category"> |
| 627 | <intent-filter android:priority="1"> |
| 628 | <action android:name="android.settings.INPUT_METHOD_SETTINGS" /> |
| 629 | <category android:name="android.intent.category.DEFAULT" /> |
| 630 | </intent-filter> |
| 631 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 632 | android:value="com.android.settings.inputmethod.AvailableVirtualKeyboardFragment" /> |
| 633 | </activity> |
| 634 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 635 | <activity |
| 636 | android:name="Settings$ManageAssistActivity" |
Yanting Yang | 87c7f56 | 2019-03-28 15:18:40 +0800 | [diff] [blame] | 637 | android:label="@string/assist_and_voice_input_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 638 | <intent-filter android:priority="1"> |
| 639 | <action android:name="android.settings.VOICE_INPUT_SETTINGS" /> |
| 640 | <category android:name="android.intent.category.DEFAULT" /> |
| 641 | </intent-filter> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 642 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | dfce62c | 2017-02-16 15:00:53 -0800 | [diff] [blame] | 643 | android:value="com.android.settings.applications.assist.ManageAssist" /> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 644 | </activity> |
| 645 | |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 646 | <activity android:name="Settings$KeyboardLayoutPickerActivity" |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 647 | android:label="@string/keyboard_layout_picker_title" |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 648 | android:clearTaskOnLaunch="true" |
| 649 | android:exported="true"> |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 650 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | aceee52 | 2016-11-04 14:12:15 -0700 | [diff] [blame] | 651 | android:value="com.android.settings.inputmethod.KeyboardLayoutPickerFragment" /> |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 652 | </activity> |
| 653 | |
| 654 | <activity android:name="Settings$PhysicalKeyboardActivity" |
Yorke Lee | d448522 | 2016-03-23 11:11:46 -0700 | [diff] [blame] | 655 | android:label="@string/physical_keyboard_title" |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 656 | android:clearTaskOnLaunch="true"> |
Yohei Yukawa | 7c4499d | 2016-01-27 19:18:52 -0800 | [diff] [blame] | 657 | <intent-filter android:priority="1"> |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 658 | <action android:name="android.settings.HARD_KEYBOARD_SETTINGS" /> |
Yohei Yukawa | 7c4499d | 2016-01-27 19:18:52 -0800 | [diff] [blame] | 659 | <category android:name="android.intent.category.DEFAULT" /> |
| 660 | </intent-filter> |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 661 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 662 | android:value="com.android.settings.inputmethod.PhysicalKeyboardFragment" /> |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 663 | </activity> |
| 664 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 665 | <!-- Keep compatibility with old shortcuts. --> |
| 666 | <activity-alias android:name="LanguageSettings" |
Doris Ling | 7e06ed2 | 2017-06-07 14:16:43 -0700 | [diff] [blame] | 667 | android:label="@string/language_input_gesture_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 668 | android:clearTaskOnLaunch="true" |
| 669 | android:exported="true" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 670 | android:targetActivity="Settings$LanguageAndInputSettingsActivity"> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 671 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 672 | android:value="com.android.settings.language.LanguageAndInputSettings" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 673 | </activity-alias> |
| 674 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 675 | <activity |
| 676 | android:name="Settings$SpellCheckersSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 677 | android:label="@string/spellcheckers_settings_title"> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 678 | <intent-filter> |
| 679 | <action android:name="android.intent.action.MAIN" /> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 680 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 681 | <category android:name="android.intent.category.DEFAULT" /> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 682 | </intent-filter> |
| 683 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 684 | android:value="com.android.settings.inputmethod.SpellCheckersSettings" /> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 685 | </activity> |
| 686 | |
Daisuke Miyakawa | 649b9f1 | 2011-01-30 19:43:08 -0800 | [diff] [blame] | 687 | <activity android:name=".inputmethod.InputMethodAndSubtypeEnablerActivity" |
satok | 5e9c5e7 | 2011-07-21 15:32:28 +0900 | [diff] [blame] | 688 | android:label="" |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 689 | android:clearTaskOnLaunch="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 690 | <intent-filter android:priority="1"> |
| 691 | <action android:name="android.settings.INPUT_METHOD_SUBTYPE_SETTINGS" /> |
| 692 | <category android:name="android.intent.category.DEFAULT" /> |
| 693 | </intent-filter> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 694 | <intent-filter> |
| 695 | <action android:name="android.intent.action.MAIN" /> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 696 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 697 | <category android:name="android.intent.category.DEFAULT" /> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 698 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 699 | </activity> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 700 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 701 | <activity |
| 702 | android:name="Settings$UserDictionarySettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 703 | android:label="@string/user_dict_settings_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 704 | <intent-filter android:priority="1"> |
| 705 | <action android:name="android.settings.USER_DICTIONARY_SETTINGS" /> |
| 706 | <category android:name="android.intent.category.DEFAULT" /> |
| 707 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 708 | <intent-filter> |
| 709 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 710 | <category android:name="android.intent.category.DEFAULT" /> |
| 711 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 712 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 713 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Satoshi Kataoka | 71c915b | 2013-06-19 22:40:36 +0900 | [diff] [blame] | 714 | android:value="com.android.settings.inputmethod.UserDictionaryList" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 715 | </activity> |
| 716 | |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 717 | <activity android:name=".inputmethod.UserDictionaryAddWordActivity" |
Patrick Baumann | 7a2f9dc | 2018-04-06 10:08:26 -0700 | [diff] [blame] | 718 | android:visibleToInstantApps="true" |
Satoshi Kataoka | 5df3307 | 2013-04-30 14:30:12 +0900 | [diff] [blame] | 719 | android:label="@string/user_dict_settings_title" |
jackqdyulei | 71a0574 | 2017-03-22 13:33:51 -0700 | [diff] [blame] | 720 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar" |
Jean Chalard | e17eefa | 2011-12-02 14:56:39 +0900 | [diff] [blame] | 721 | android:windowSoftInputMode="stateVisible" |
Jean Chalard | 124283e | 2011-12-16 19:35:46 +0900 | [diff] [blame] | 722 | android:noHistory="true" |
Jean Chalard | e17eefa | 2011-12-02 14:56:39 +0900 | [diff] [blame] | 723 | android:excludeFromRecents="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 724 | <intent-filter android:priority="1"> |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 725 | <action android:name="com.android.settings.USER_DICTIONARY_INSERT" /> |
| 726 | <category android:name="android.intent.category.DEFAULT" /> |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 727 | </intent-filter> |
| 728 | </activity> |
| 729 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 730 | <activity |
| 731 | android:name="Settings$ZenModeSettingsActivity" |
| 732 | android:label="@string/zen_mode_settings_title" |
Antony Sargent | 32acddc | 2018-05-21 16:42:11 -0700 | [diff] [blame] | 733 | android:icon="@drawable/ic_notifications" |
Fan Zhang | ac4ad16 | 2018-12-18 11:32:10 -0800 | [diff] [blame] | 734 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 735 | <intent-filter android:priority="1"> |
| 736 | <action android:name="android.settings.ZEN_MODE_SETTINGS" /> |
| 737 | <category android:name="android.intent.category.DEFAULT" /> |
| 738 | </intent-filter> |
Julia Reynolds | 200da89 | 2018-05-04 08:54:53 -0400 | [diff] [blame] | 739 | <intent-filter android:priority="1"> |
| 740 | <action android:name="android.settings.ZEN_MODE_PRIORITY_SETTINGS" /> |
| 741 | <category android:name="android.intent.category.DEFAULT" /> |
| 742 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 743 | <intent-filter android:priority="41"> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 744 | <action android:name="android.intent.action.MAIN" /> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 745 | <category android:name="com.android.settings.SHORTCUT" /> |
| 746 | </intent-filter> |
Beverly | 4359d4b | 2017-10-02 09:45:48 -0400 | [diff] [blame] | 747 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 748 | android:value="com.android.settings.notification.ZenModeSettings" /> |
| 749 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 750 | android:value="true" /> |
| 751 | </activity> |
| 752 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 753 | <activity |
Beverly | 8f52258 | 2018-05-09 15:27:45 -0400 | [diff] [blame] | 754 | android:name=".notification.ZenSuggestionActivity" |
| 755 | android:label="@string/zen_mode_settings_title" |
Mill Chen | 7195800 | 2019-01-23 10:44:39 +0800 | [diff] [blame] | 756 | android:icon="@drawable/ic_suggestion_dnd" |
Beverly | 8f52258 | 2018-05-09 15:27:45 -0400 | [diff] [blame] | 757 | android:theme="@android:style/Theme.NoDisplay"> |
| 758 | <intent-filter> |
| 759 | <action android:name="android.intent.action.MAIN" /> |
| 760 | <category android:name="com.android.settings.suggested.category.ZEN" /> |
| 761 | </intent-filter> |
| 762 | <intent-filter> |
| 763 | <action android:name="android.intent.action.MAIN" /> |
| 764 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
| 765 | </intent-filter> |
| 766 | |
| 767 | <meta-data android:name="com.android.settings.dismiss" |
| 768 | android:value="0" /> |
| 769 | <meta-data android:name="com.android.settings.title" |
| 770 | android:resource="@string/zen_suggestion_title" /> |
| 771 | <meta-data android:name="com.android.settings.summary" |
| 772 | android:resource="@string/zen_suggestion_summary" /> |
| 773 | </activity> |
| 774 | |
| 775 | <activity |
Julia Reynolds | 4b8fe09 | 2018-04-09 15:24:55 -0400 | [diff] [blame] | 776 | android:name=".notification.ZenOnboardingActivity" |
| 777 | android:label="@string/zen_onboarding_dnd_visual_disturbances_header" |
Antony Sargent | 32acddc | 2018-05-21 16:42:11 -0700 | [diff] [blame] | 778 | android:icon="@drawable/ic_notifications" |
Julia Reynolds | 29ba360 | 2018-04-30 09:13:34 -0400 | [diff] [blame] | 779 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 780 | android:exported="true"> |
Julia Reynolds | 4b8fe09 | 2018-04-09 15:24:55 -0400 | [diff] [blame] | 781 | <intent-filter android:priority="1"> |
| 782 | <action android:name="android.settings.ZEN_MODE_ONBOARDING" /> |
| 783 | <category android:name="android.intent.category.DEFAULT" /> |
| 784 | </intent-filter> |
| 785 | </activity> |
Julia Reynolds | 4b8fe09 | 2018-04-09 15:24:55 -0400 | [diff] [blame] | 786 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 787 | android:name="Settings$ZenModeAutomationSettingsActivity" |
| 788 | android:label="@string/zen_mode_automation_settings_title" |
Antony Sargent | 32acddc | 2018-05-21 16:42:11 -0700 | [diff] [blame] | 789 | android:icon="@drawable/ic_notifications" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 790 | android:exported="true"> |
Julia Reynolds | e175902 | 2017-03-22 14:05:46 -0400 | [diff] [blame] | 791 | <intent-filter android:priority="1"> |
| 792 | <action android:name="android.settings.ZEN_MODE_AUTOMATION_SETTINGS" /> |
| 793 | <category android:name="android.intent.category.DEFAULT" /> |
| 794 | </intent-filter> |
| 795 | <intent-filter android:priority="1"> |
| 796 | <action android:name="android.settings.ACTION_CONDITION_PROVIDER_SETTINGS" /> |
| 797 | <category android:name="android.intent.category.DEFAULT" /> |
| 798 | </intent-filter> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 799 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Beverly | 4359d4b | 2017-10-02 09:45:48 -0400 | [diff] [blame] | 800 | android:value="com.android.settings.notification.ZenModeAutomationSettings" /> |
Julia Reynolds | 5555d26 | 2015-11-09 10:52:17 -0500 | [diff] [blame] | 801 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 802 | android:value="true" /> |
| 803 | </activity> |
| 804 | |
Vladislav Kaznacheev | 6e93bdd | 2016-03-09 14:24:45 -0800 | [diff] [blame] | 805 | <activity android:name="Settings$WallpaperSettingsActivity" |
| 806 | android:label="@string/wallpaper_settings_fragment_title" |
Sunny Shao | 61aaed4 | 2019-03-26 20:14:58 +0800 | [diff] [blame] | 807 | android:icon="@drawable/ic_wallpaper" |
| 808 | android:exported="true"> |
Vladislav Kaznacheev | 6e93bdd | 2016-03-09 14:24:45 -0800 | [diff] [blame] | 809 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 2907f86 | 2017-03-17 15:05:14 -0700 | [diff] [blame] | 810 | android:value="com.android.settings.wallpaper.WallpaperTypeSettings" /> |
Vladislav Kaznacheev | 6e93bdd | 2016-03-09 14:24:45 -0800 | [diff] [blame] | 811 | </activity> |
| 812 | |
Fan Zhang | 2907f86 | 2017-03-17 15:05:14 -0700 | [diff] [blame] | 813 | <activity android:name=".wallpaper.WallpaperSuggestionActivity" |
Sunny Goyal | 0bf6f94 | 2016-06-13 15:28:47 -0700 | [diff] [blame] | 814 | android:label="@string/wallpaper_settings_title" |
Mill Chen | e1fd5af | 2019-02-22 20:40:52 +0800 | [diff] [blame] | 815 | android:icon="@drawable/ic_wallpaper" |
Sunny Goyal | 0bf6f94 | 2016-06-13 15:28:47 -0700 | [diff] [blame] | 816 | android:theme="@android:style/Theme.NoDisplay"> |
Fan Zhang | 7afbf0f | 2017-05-08 09:31:01 -0700 | [diff] [blame] | 817 | <intent-filter> |
Jason Monk | b9e5d23 | 2016-01-26 17:43:57 -0500 | [diff] [blame] | 818 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | af91c1f | 2017-06-03 15:24:11 -0700 | [diff] [blame] | 819 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
Jason Monk | b9e5d23 | 2016-01-26 17:43:57 -0500 | [diff] [blame] | 820 | </intent-filter> |
Maurice Lam | d64d3c0 | 2017-07-07 18:21:29 -0700 | [diff] [blame] | 821 | <intent-filter> |
| 822 | <action android:name="android.intent.action.MAIN" /> |
| 823 | <category android:name="com.android.settings.suggested.category.PERSONALIZE" /> |
| 824 | </intent-filter> |
Jason Monk | b9e5d23 | 2016-01-26 17:43:57 -0500 | [diff] [blame] | 825 | <meta-data android:name="com.android.settings.title" |
Sunny Goyal | 0bf6f94 | 2016-06-13 15:28:47 -0700 | [diff] [blame] | 826 | android:resource="@string/wallpaper_suggestion_title" /> |
Jason Monk | ec1f28e | 2016-02-24 17:39:29 -0500 | [diff] [blame] | 827 | <meta-data android:name="com.android.settings.summary" |
Sunny Goyal | 0bf6f94 | 2016-06-13 15:28:47 -0700 | [diff] [blame] | 828 | android:resource="@string/wallpaper_suggestion_summary" /> |
Fan Zhang | af91c1f | 2017-06-03 15:24:11 -0700 | [diff] [blame] | 829 | <meta-data android:name="com.android.settings.dismiss" |
| 830 | android:value="3,7,30" /> |
Maurice Lam | 992fa86 | 2017-06-09 16:14:36 -0700 | [diff] [blame] | 831 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
Jason Monk | b9e5d23 | 2016-01-26 17:43:57 -0500 | [diff] [blame] | 832 | </activity> |
| 833 | |
Beth Thibodeau | bf63dde | 2019-04-29 17:59:54 -0400 | [diff] [blame] | 834 | <activity android:name=".wallpaper.StyleSuggestionActivity" |
| 835 | android:label="@string/style_suggestion_title" |
| 836 | android:icon="@drawable/ic_theme" |
| 837 | android:theme="@android:style/Theme.NoDisplay"> |
| 838 | <intent-filter> |
| 839 | <action android:name="android.intent.action.MAIN" /> |
| 840 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
| 841 | </intent-filter> |
| 842 | <meta-data android:name="com.android.settings.title" |
| 843 | android:resource="@string/style_suggestion_title" /> |
| 844 | <meta-data android:name="com.android.settings.summary" |
| 845 | android:resource="@string/style_suggestion_summary" /> |
| 846 | <meta-data android:name="com.android.settings.dismiss" |
| 847 | android:value="3,7,30" /> |
| 848 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
| 849 | </activity> |
| 850 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 851 | <activity |
| 852 | android:name="Settings$ZenModeScheduleRuleSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 853 | android:exported="true"> |
John Spurlock | 45fa140 | 2015-04-09 12:50:04 -0400 | [diff] [blame] | 854 | <intent-filter android:priority="1"> |
| 855 | <action android:name="android.settings.ZEN_MODE_SCHEDULE_RULE_SETTINGS" /> |
| 856 | <category android:name="android.intent.category.DEFAULT" /> |
| 857 | </intent-filter> |
| 858 | <intent-filter> |
| 859 | <action android:name="android.intent.action.MAIN" /> |
| 860 | <category android:name="android.intent.category.DEFAULT" /> |
John Spurlock | 45fa140 | 2015-04-09 12:50:04 -0400 | [diff] [blame] | 861 | </intent-filter> |
| 862 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 863 | android:value="com.android.settings.notification.ZenModeScheduleRuleSettings" /> |
John Spurlock | 45fa140 | 2015-04-09 12:50:04 -0400 | [diff] [blame] | 864 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 865 | android:value="true" /> |
| 866 | </activity> |
| 867 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 868 | <activity |
| 869 | android:name="Settings$ZenModeEventRuleSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 870 | android:exported="true"> |
John Spurlock | f57bad7 | 2015-04-30 09:26:15 -0400 | [diff] [blame] | 871 | <intent-filter android:priority="1"> |
| 872 | <action android:name="android.settings.ZEN_MODE_EVENT_RULE_SETTINGS" /> |
| 873 | <category android:name="android.intent.category.DEFAULT" /> |
| 874 | </intent-filter> |
John Spurlock | f57bad7 | 2015-04-30 09:26:15 -0400 | [diff] [blame] | 875 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 876 | android:value="com.android.settings.notification.ZenModeEventRuleSettings" /> |
John Spurlock | f57bad7 | 2015-04-30 09:26:15 -0400 | [diff] [blame] | 877 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 878 | android:value="true" /> |
| 879 | </activity> |
| 880 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 881 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 882 | android:name="Settings$DisplaySettingsActivity" |
| 883 | android:label="@string/display_settings" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 884 | android:icon="@drawable/ic_homepage_display"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 885 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 886 | <action android:name="com.android.settings.DISPLAY_SETTINGS" /> |
Amith Yamasani | 0422a3b | 2009-06-12 14:15:20 -0700 | [diff] [blame] | 887 | <action android:name="android.settings.DISPLAY_SETTINGS" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 888 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 889 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 890 | <intent-filter android:priority="30"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 891 | <action android:name="android.intent.action.MAIN" /> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 892 | <category android:name="com.android.settings.SHORTCUT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 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" |
| 895 | android:value="com.android.settings.DisplaySettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 896 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 897 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 898 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 899 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 900 | <activity |
| 901 | android:name="Settings$NightDisplaySettingsActivity" |
| 902 | android:label="@string/night_display_title" |
| 903 | android:enabled="@*android:bool/config_nightDisplayAvailable" |
Fan Zhang | ac4ad16 | 2018-12-18 11:32:10 -0800 | [diff] [blame] | 904 | android:icon="@drawable/ic_settings_night_display"> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 905 | <intent-filter android:priority="32"> |
Sean Stout | 763acf0 | 2017-06-20 18:07:22 -0700 | [diff] [blame] | 906 | <action android:name="android.intent.action.MAIN" /> |
Sean Stout | 763acf0 | 2017-06-20 18:07:22 -0700 | [diff] [blame] | 907 | <category android:name="com.android.settings.SHORTCUT" /> |
| 908 | </intent-filter> |
Justin Klaassen | eae3d9f | 2016-07-21 19:25:17 -0700 | [diff] [blame] | 909 | <intent-filter android:priority="1"> |
| 910 | <action android:name="android.settings.NIGHT_DISPLAY_SETTINGS" /> |
| 911 | <category android:name="android.intent.category.DEFAULT" /> |
| 912 | </intent-filter> |
Sean Stout | 0625126 | 2017-02-15 14:04:25 -0800 | [diff] [blame] | 913 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 914 | android:value="com.android.settings.display.NightDisplaySettings" /> |
Sean Stout | 40067be | 2017-04-10 15:31:25 -0700 | [diff] [blame] | 915 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 916 | android:value="true" /> |
Justin Klaassen | eae3d9f | 2016-07-21 19:25:17 -0700 | [diff] [blame] | 917 | </activity> |
| 918 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 919 | <activity |
| 920 | android:name="Settings$NightDisplaySuggestionActivity" |
Sean Stout | 2bc94d6 | 2017-05-18 13:39:25 -0700 | [diff] [blame] | 921 | android:enabled="@*android:bool/config_nightDisplayAvailable" |
Mill Chen | 7195800 | 2019-01-23 10:44:39 +0800 | [diff] [blame] | 922 | android:icon="@drawable/ic_suggestion_night_display"> |
Sean Stout | 2bc94d6 | 2017-05-18 13:39:25 -0700 | [diff] [blame] | 923 | <intent-filter> |
| 924 | <action android:name="android.intent.action.MAIN" /> |
| 925 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
| 926 | </intent-filter> |
| 927 | <meta-data android:name="com.android.settings.dismiss" |
| 928 | android:value="6,10,30" /> |
| 929 | <meta-data android:name="com.android.settings.title" |
| 930 | android:resource="@string/night_display_suggestion_title" /> |
| 931 | <meta-data android:name="com.android.settings.summary" |
| 932 | android:resource="@string/night_display_suggestion_summary" /> |
| 933 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 934 | android:value="true" /> |
| 935 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 936 | android:value="com.android.settings.display.NightDisplaySettings" /> |
| 937 | </activity> |
| 938 | |
Fan Zhang | 881d579 | 2018-01-26 10:15:56 -0800 | [diff] [blame] | 939 | <activity android:name=".Settings$MyDeviceInfoActivity" |
Daniel Nishi | 1225469 | 2018-03-23 13:43:12 -0700 | [diff] [blame] | 940 | android:label="@string/about_settings" |
Sunny Shao | 8614058 | 2019-03-22 15:22:36 +0800 | [diff] [blame] | 941 | android:icon="@drawable/ic_homepage_about"> |
Daniel Nishi | 1e62095 | 2017-12-19 10:15:14 -0800 | [diff] [blame] | 942 | <intent-filter android:priority="1"> |
Daniel Nishi | 87f35e2 | 2018-01-22 15:17:25 -0800 | [diff] [blame] | 943 | <action android:name="android.settings.DEVICE_INFO_SETTINGS" /> |
Daniel Nishi | 41af55e | 2018-01-25 15:24:29 -0800 | [diff] [blame] | 944 | <action android:name="android.settings.DEVICE_NAME" /> |
Daniel Nishi | 1e62095 | 2017-12-19 10:15:14 -0800 | [diff] [blame] | 945 | <category android:name="android.intent.category.DEFAULT" /> |
| 946 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 947 | <intent-filter android:priority="71"> |
Daniel Nishi | 1e62095 | 2017-12-19 10:15:14 -0800 | [diff] [blame] | 948 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 949 | <category android:name="com.android.settings.SHORTCUT" /> |
Daniel Nishi | 1e62095 | 2017-12-19 10:15:14 -0800 | [diff] [blame] | 950 | </intent-filter> |
Daniel Nishi | 1e62095 | 2017-12-19 10:15:14 -0800 | [diff] [blame] | 951 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Daniel Nishi | 87f35e2 | 2018-01-22 15:17:25 -0800 | [diff] [blame] | 952 | android:value="com.android.settings.deviceinfo.aboutphone.MyDeviceInfoFragment" /> |
Daniel Nishi | 1e62095 | 2017-12-19 10:15:14 -0800 | [diff] [blame] | 953 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 954 | android:value="true" /> |
| 955 | </activity> |
| 956 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 957 | <activity |
| 958 | android:name="SettingsLicenseActivity" |
| 959 | android:label="@string/settings_license_activity_title" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 960 | android:configChanges="orientation|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 961 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 962 | <action android:name="android.settings.LICENSE" /> |
| 963 | <category android:name="android.intent.category.DEFAULT" /> |
| 964 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 965 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 966 | android:value="true" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 967 | </activity> |
| 968 | |
Andrew Sapperstein | 56a8c33 | 2019-06-18 09:44:18 -0700 | [diff] [blame] | 969 | <activity android:name=".Settings$ModuleLicensesActivity" |
| 970 | android:label="@string/module_license_title"> |
| 971 | <intent-filter> |
| 972 | <action android:name="android.settings.MODULE_LICENSES" /> |
| 973 | <category android:name="android.intent.category.DEFAULT" /> |
| 974 | </intent-filter> |
| 975 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 976 | android:value="com.android.settings.deviceinfo.legal.ModuleLicensesDashboard" /> |
| 977 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 978 | android:value="true" /> |
| 979 | </activity> |
| 980 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 981 | <activity |
| 982 | android:name="Settings$ManageApplicationsActivity" |
Fan Zhang | c7635e5 | 2019-03-04 14:27:08 -0800 | [diff] [blame] | 983 | android:label="@string/applications_settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 984 | <intent-filter android:priority="1"> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 985 | <action android:name="android.settings.APPLICATION_SETTINGS" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 986 | <action android:name="android.settings.MANAGE_APPLICATIONS_SETTINGS" /> |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 987 | <action android:name="android.settings.MANAGE_ALL_APPLICATIONS_SETTINGS" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 988 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 989 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 990 | <intent-filter android:priority="20"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 991 | <action android:name="android.intent.action.MAIN" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 992 | <category android:name="com.android.settings.SHORTCUT" /> |
| 993 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 994 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 995 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 996 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 997 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 998 | </activity> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 999 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1000 | <!-- Keep compatibility with old shortcuts. --> |
| 1001 | <activity-alias android:name=".applications.ManageApplications" |
| 1002 | android:label="@string/applications_settings" |
| 1003 | android:exported="true" |
| 1004 | android:targetActivity="Settings$ManageApplicationsActivity"> |
| 1005 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1006 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
| 1007 | </activity-alias> |
| 1008 | |
| 1009 | <activity |
| 1010 | android:name="Settings$ManageDomainUrlsActivity" |
Sunny Shao | 600ba96 | 2019-07-04 11:52:59 +0800 | [diff] [blame] | 1011 | android:label="@string/domain_urls_title"> |
Todd Kennedy | 2ef1aa5 | 2016-09-06 14:02:38 -0700 | [diff] [blame] | 1012 | <intent-filter> |
| 1013 | <action android:name="android.settings.MANAGE_DOMAIN_URLS" /> |
| 1014 | <category android:name="android.intent.category.DEFAULT" /> |
| 1015 | </intent-filter> |
Todd Kennedy | 2ef1aa5 | 2016-09-06 14:02:38 -0700 | [diff] [blame] | 1016 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
stanley.tf_wang | 828409a | 2018-04-13 16:18:13 +0800 | [diff] [blame] | 1017 | android:value="com.android.settings.applications.managedomainurls.ManageDomainUrls" /> |
Todd Kennedy | 2ef1aa5 | 2016-09-06 14:02:38 -0700 | [diff] [blame] | 1018 | </activity> |
| 1019 | |
Muyuan Li | ba115af | 2016-03-25 15:46:12 -0700 | [diff] [blame] | 1020 | <activity android:name="Settings$AppMemoryUsageActivity" |
| 1021 | android:label="@string/app_list_memory_use" |
| 1022 | android:icon="@drawable/ic_settings_memory"> |
| 1023 | <intent-filter> |
| 1024 | <action android:name="android.settings.APP_MEMORY_USAGE" /> |
| 1025 | <category android:name="android.intent.category.DEFAULT" /> |
| 1026 | </intent-filter> |
Muyuan Li | ba115af | 2016-03-25 15:46:12 -0700 | [diff] [blame] | 1027 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1028 | android:value="com.android.settings.applications.ProcessStatsUi" /> |
| 1029 | </activity> |
| 1030 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1031 | <activity |
| 1032 | android:name="Settings$HighPowerApplicationsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 1033 | android:label="@string/high_power_apps"> |
Jason Monk | 3a90d7c | 2015-06-10 11:03:06 -0400 | [diff] [blame] | 1034 | <intent-filter android:priority="1"> |
| 1035 | <action android:name="android.settings.IGNORE_BATTERY_OPTIMIZATION_SETTINGS" /> |
| 1036 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 3f98c0c | 2015-06-12 18:13:54 -0700 | [diff] [blame] | 1037 | </intent-filter> |
Jason Monk | 1eb54eb | 2015-04-29 12:46:42 -0400 | [diff] [blame] | 1038 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1039 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Monk | 1eb54eb | 2015-04-29 12:46:42 -0400 | [diff] [blame] | 1040 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1041 | android:value="true" /> |
| 1042 | </activity> |
| 1043 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1044 | <activity |
| 1045 | android:name=".datausage.AppDataUsageActivity" |
| 1046 | android:noHistory="true"> |
Felipe Leme | 616ff3e | 2016-04-26 13:50:14 -0700 | [diff] [blame] | 1047 | <intent-filter android:priority="1"> |
| 1048 | <action android:name="android.settings.IGNORE_BACKGROUND_DATA_RESTRICTIONS_SETTINGS" /> |
| 1049 | <category android:name="android.intent.category.DEFAULT" /> |
| 1050 | <data android:scheme="package" /> |
| 1051 | </intent-filter> |
| 1052 | </activity> |
| 1053 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1054 | <activity |
| 1055 | android:name=".fuelgauge.RequestIgnoreBatteryOptimizations" |
| 1056 | android:label="@string/high_power_apps" |
| 1057 | android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Dianne Hackborn | be4df03 | 2015-08-10 14:53:33 -0700 | [diff] [blame] | 1058 | <intent-filter android:priority="1"> |
| 1059 | <action android:name="android.settings.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" /> |
| 1060 | <category android:name="android.intent.category.DEFAULT" /> |
| 1061 | <data android:scheme="package" /> |
| 1062 | </intent-filter> |
| 1063 | </activity> |
| 1064 | |
Fan Zhang | 66156d6 | 2018-05-09 17:33:19 -0700 | [diff] [blame] | 1065 | <activity |
| 1066 | android:name=".slices.SliceDeepLinkSpringBoard" |
| 1067 | android:excludeFromRecents="true" |
Fan Zhang | 03dd39c | 2019-04-02 16:41:01 -0700 | [diff] [blame] | 1068 | android:theme="@android:style/Theme.NoDisplay" |
| 1069 | android:permission="android.permission.MODIFY_PHONE_STATE"> |
Jason Monk | f6edc7c | 2017-11-22 10:04:38 -0500 | [diff] [blame] | 1070 | <intent-filter> |
| 1071 | <action android:name="android.intent.action.VIEW" /> |
| 1072 | <category android:name="android.intent.category.DEFAULT" /> |
| 1073 | <category android:name="android.intent.category.BROWSABLE" /> |
| 1074 | <data android:scheme="settings" |
| 1075 | android:host="com.android.settings.slices" /> |
| 1076 | </intent-filter> |
| 1077 | </activity> |
| 1078 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1079 | <!-- Provide direct entry into manage apps showing running services. |
| 1080 | This is for compatibility with old shortcuts. --> |
| 1081 | <activity-alias android:name=".RunningServices" |
| 1082 | android:label="@string/runningservices_settings_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1083 | android:exported="true" |
| 1084 | android:targetActivity="Settings$ManageApplicationsActivity"> |
| 1085 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1086 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1087 | </activity-alias> |
Lifu Tang | fc86f69 | 2013-07-30 18:34:35 -0700 | [diff] [blame] | 1088 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1089 | <!-- Provide direct entry into manage apps showing storage usage for apps. |
| 1090 | This is for compatibility with old shortcuts. --> |
| 1091 | <activity-alias android:name=".applications.StorageUse" |
| 1092 | android:label="@string/storageuse_settings_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1093 | android:exported="true" |
| 1094 | android:targetActivity="Settings$ManageApplicationsActivity"> |
| 1095 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1096 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1097 | </activity-alias> |
| 1098 | |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1099 | <!-- Still need a top-level activity for showing app details. Aliasing |
| 1100 | trick is so the code that is now a fragment can still be called |
| 1101 | InstalledAppDetails. --> |
| 1102 | <activity android:name=".applications.InstalledAppDetailsTop" |
| 1103 | android:label="@string/application_info_label" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1104 | android:exported="true" /> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1105 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1106 | <!-- Keep compatibility with old shortcuts. --> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1107 | <activity-alias android:name=".applications.InstalledAppDetails" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1108 | android:label="@string/application_info_label" |
| 1109 | android:exported="true" |
| 1110 | android:targetActivity=".applications.InstalledAppDetailsTop"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1111 | <intent-filter android:priority="1"> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1112 | <action android:name="android.settings.APPLICATION_DETAILS_SETTINGS" /> |
| 1113 | <category android:name="android.intent.category.DEFAULT" /> |
| 1114 | <data android:scheme="package" /> |
| 1115 | </intent-filter> |
| 1116 | </activity-alias> |
| 1117 | |
Ben Lin | 30ed7c7 | 2018-09-13 15:22:03 -0700 | [diff] [blame] | 1118 | <activity android:name=".applications.InstalledAppOpenByDefaultActivity" |
Ben Lin | 0cdc103 | 2018-02-27 15:31:40 -0800 | [diff] [blame] | 1119 | android:label="@string/application_info_label" |
Ben Lin | 30ed7c7 | 2018-09-13 15:22:03 -0700 | [diff] [blame] | 1120 | android:permission="android.permission.OPEN_APP_OPEN_BY_DEFAULT_SETTINGS" |
Ben Lin | 0cdc103 | 2018-02-27 15:31:40 -0800 | [diff] [blame] | 1121 | android:exported="true"> |
| 1122 | <intent-filter android:priority="1"> |
Ben Lin | 30ed7c7 | 2018-09-13 15:22:03 -0700 | [diff] [blame] | 1123 | <action android:name="com.android.settings.APP_OPEN_BY_DEFAULT_SETTINGS" /> |
Ben Lin | 0cdc103 | 2018-02-27 15:31:40 -0800 | [diff] [blame] | 1124 | <category android:name="android.intent.category.DEFAULT" /> |
| 1125 | <data android:scheme="package" /> |
| 1126 | </intent-filter> |
| 1127 | </activity> |
| 1128 | |
Dianne Hackborn | 508fedc | 2010-07-28 17:10:42 -0700 | [diff] [blame] | 1129 | <!-- Provide direct entry into manage apps showing running services. --> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1130 | <activity android:name="Settings$RunningServicesActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 1131 | android:label="@string/runningservices_settings_title"> |
Dianne Hackborn | c58c549 | 2009-08-31 21:33:17 -0700 | [diff] [blame] | 1132 | <intent-filter> |
| 1133 | <action android:name="android.intent.action.MAIN" /> |
| 1134 | <category android:name="android.intent.category.DEFAULT" /> |
| 1135 | <category android:name="android.intent.category.MONKEY" /> |
| 1136 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | c58c549 | 2009-08-31 21:33:17 -0700 | [diff] [blame] | 1137 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1138 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1139 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 1140 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1141 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1142 | </activity> |
Amith Yamasani | 1bb6db5 | 2010-09-17 13:34:47 -0700 | [diff] [blame] | 1143 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1144 | <!-- Provide direct entry into manage apps showing storage usage of apps. --> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1145 | <activity |
| 1146 | android:name="Settings$StorageUseActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 1147 | android:label="@string/storageuse_settings_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1148 | <intent-filter android:priority="1"> |
| 1149 | <action android:name="android.intent.action.MANAGE_PACKAGE_STORAGE" /> |
| 1150 | <category android:name="android.intent.category.DEFAULT" /> |
| 1151 | </intent-filter> |
Dianne Hackborn | 728ac35 | 2010-06-06 22:51:42 -0700 | [diff] [blame] | 1152 | <intent-filter> |
| 1153 | <action android:name="android.intent.action.MAIN" /> |
| 1154 | <category android:name="android.intent.category.DEFAULT" /> |
| 1155 | <category android:name="android.intent.category.MONKEY" /> |
| 1156 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | 728ac35 | 2010-06-06 22:51:42 -0700 | [diff] [blame] | 1157 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1158 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1159 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 1160 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1161 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1162 | </activity> |
Amith Yamasani | 1bb6db5 | 2010-09-17 13:34:47 -0700 | [diff] [blame] | 1163 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1164 | <activity |
| 1165 | android:name="Settings$NotificationStationActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 1166 | android:label="@string/notification_log_title"> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 1167 | <intent-filter android:priority="22"> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 1168 | <action android:name="android.intent.action.MAIN" /> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 1169 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1170 | </intent-filter> |
| 1171 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
John Spurlock | 4a35051 | 2014-04-08 14:08:21 -0400 | [diff] [blame] | 1172 | android:value="com.android.settings.notification.NotificationStation" /> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 1173 | </activity> |
| 1174 | |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 1175 | <activity android:name=".notification.ZenModeVoiceActivity" |
jackqdyulei | 71a0574 | 2017-03-22 13:33:51 -0700 | [diff] [blame] | 1176 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar" |
Barnaby James | 0474b72 | 2015-05-10 16:24:05 -0700 | [diff] [blame] | 1177 | android:label="@string/zen_mode_settings_title"> |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 1178 | <intent-filter> |
| 1179 | <action android:name="android.settings.VOICE_CONTROL_DO_NOT_DISTURB_MODE" /> |
| 1180 | <category android:name="android.intent.category.DEFAULT" /> |
| 1181 | <category android:name="android.intent.category.VOICE" /> |
| 1182 | </intent-filter> |
| 1183 | </activity> |
| 1184 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1185 | <activity |
| 1186 | android:name="Settings$LocationSettingsActivity" |
| 1187 | android:label="@string/location_settings_title" |
tmfang | 54a5d37 | 2018-10-30 16:49:12 +0800 | [diff] [blame] | 1188 | android:icon="@drawable/ic_homepage_location" |
Yanting Yang | 5edcc30 | 2019-09-05 16:25:17 +0800 | [diff] [blame] | 1189 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1190 | <intent-filter android:priority="1"> |
| 1191 | <action android:name="android.settings.LOCATION_SOURCE_SETTINGS" /> |
| 1192 | <category android:name="android.intent.category.DEFAULT" /> |
| 1193 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 1194 | <intent-filter android:priority="52"> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1195 | <action android:name="android.intent.action.MAIN" /> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1196 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1197 | </intent-filter> |
| 1198 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Lifu Tang | 83ab7c9 | 2013-07-29 12:07:48 -0700 | [diff] [blame] | 1199 | android:value="com.android.settings.location.LocationSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1200 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1201 | android:value="true" /> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1202 | </activity> |
Lifu Tang | f72f830 | 2018-04-12 10:01:29 -0700 | [diff] [blame] | 1203 | <activity |
| 1204 | android:name="Settings$ScanningSettingsActivity" |
| 1205 | android:label="@string/location_scanning_screen_title" |
tmfang | 54a5d37 | 2018-10-30 16:49:12 +0800 | [diff] [blame] | 1206 | android:icon="@drawable/ic_homepage_location" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 1207 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Lifu Tang | f72f830 | 2018-04-12 10:01:29 -0700 | [diff] [blame] | 1208 | <intent-filter android:priority="1"> |
| 1209 | <action android:name="android.settings.LOCATION_SCANNING_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.location.ScanningSettings" /> |
| 1214 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1215 | android:value="true" /> |
| 1216 | </activity> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1217 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1218 | <activity |
| 1219 | android:name=".Settings$SecurityDashboardActivity" |
| 1220 | android:label="@string/security_settings_title" |
| 1221 | android:icon="@drawable/ic_homepage_security" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 1222 | android:configChanges="orientation|keyboardHidden|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.SECURITY_SETTINGS" /> |
Chia-chi Yeh | 9cec698 | 2009-09-22 23:59:01 +0800 | [diff] [blame] | 1225 | <action android:name="android.credentials.UNLOCK" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1226 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1227 | </intent-filter> |
| 1228 | <intent-filter> |
| 1229 | <action android:name="android.intent.action.MAIN" /> |
| 1230 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1231 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1232 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1233 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | b916456 | 2017-11-03 09:35:12 -0700 | [diff] [blame] | 1234 | android:value="com.android.settings.security.SecuritySettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1235 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1236 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1237 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1238 | |
Maggie Benthall | 9d6c40e | 2013-09-05 15:33:58 -0400 | [diff] [blame] | 1239 | <activity android:name="MonitoringCertInfoActivity" |
Victor Chang | e8a46f2 | 2016-04-19 17:45:07 +0100 | [diff] [blame] | 1240 | android:label="" |
Maggie Benthall | 9d6c40e | 2013-09-05 15:33:58 -0400 | [diff] [blame] | 1241 | android:theme="@style/Transparent" |
Fan Zhang | 416ff0a | 2018-10-26 15:39:39 -0700 | [diff] [blame] | 1242 | android:excludeFromRecents="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1243 | <intent-filter android:priority="1"> |
| 1244 | <action android:name="com.android.settings.MONITORING_CERT_INFO" /> |
| 1245 | <category android:name="android.intent.category.DEFAULT" /> |
| 1246 | </intent-filter> |
Maggie Benthall | 9d6c40e | 2013-09-05 15:33:58 -0400 | [diff] [blame] | 1247 | </activity> |
| 1248 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1249 | <activity |
| 1250 | android:name="Settings$TrustedCredentialsSettingsActivity" |
| 1251 | android:label="@string/trusted_credentials" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 1252 | android:icon="@drawable/ic_settings_security"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1253 | <intent-filter android:priority="1"> |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 1254 | <action android:name="com.android.settings.TRUSTED_CREDENTIALS" /> |
| 1255 | <action android:name="com.android.settings.TRUSTED_CREDENTIALS_USER" /> |
| 1256 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1257 | </intent-filter> |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 1258 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1259 | android:value="com.android.settings.TrustedCredentialsSettings" /> |
Victor Chang | 37afa28 | 2016-04-07 21:20:38 +0100 | [diff] [blame] | 1260 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1261 | android:value="true" /> |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 1262 | </activity> |
| 1263 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1264 | <activity android:name="Settings$PrivacySettingsActivity" |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 1265 | android:label="@string/privacy_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1266 | android:icon="@drawable/ic_settings_backup" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 1267 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1268 | <intent-filter> |
| 1269 | <action android:name="android.intent.action.MAIN" /> |
| 1270 | <category android:name="android.intent.category.DEFAULT" /> |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 1271 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1272 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1273 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
sunnyshao | 15ec2cf | 2018-03-29 19:50:20 +0800 | [diff] [blame] | 1274 | android:value="com.android.settings.backup.PrivacySettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1275 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1276 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1277 | </activity> |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 1278 | |
Fan Zhang | 11482d2 | 2019-02-06 10:37:03 -0800 | [diff] [blame] | 1279 | <activity android:name="Settings$PrivacyDashboardActivity" |
| 1280 | android:label="@string/privacy_dashboard_title" |
| 1281 | android:icon="@drawable/ic_settings_privacy"> |
| 1282 | <intent-filter> |
| 1283 | <action android:name="android.settings.PRIVACY_SETTINGS" /> |
| 1284 | <category android:name="android.intent.category.DEFAULT" /> |
| 1285 | </intent-filter> |
Felipe Leme | a71991a | 2019-03-07 15:33:51 -0800 | [diff] [blame] | 1286 | <intent-filter android:priority="1"> |
| 1287 | <action android:name="android.settings.REQUEST_ENABLE_CONTENT_CAPTURE" /> |
| 1288 | <category android:name="android.intent.category.DEFAULT" /> |
| 1289 | </intent-filter> |
Fan Zhang | 11482d2 | 2019-02-06 10:37:03 -0800 | [diff] [blame] | 1290 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1291 | android:value="com.android.settings.privacy.PrivacyDashboardFragment" /> |
tmfang | bf2989a | 2019-04-24 10:29:46 +0800 | [diff] [blame] | 1292 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1293 | android:value="true" /> |
Fan Zhang | 11482d2 | 2019-02-06 10:37:03 -0800 | [diff] [blame] | 1294 | </activity> |
| 1295 | |
Christopher Tate | 4f33878 | 2011-07-25 12:09:10 -0700 | [diff] [blame] | 1296 | <activity android:name="SetFullBackupPassword" |
Doris Ling | 03a3b51 | 2017-10-18 14:25:01 -0700 | [diff] [blame] | 1297 | android:label="@string/local_backup_password_title" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1298 | android:exported="false" /> |
Christopher Tate | 4f33878 | 2011-07-25 12:09:10 -0700 | [diff] [blame] | 1299 | |
Eran Messeri | 1e9bd27 | 2019-01-24 10:12:01 +0000 | [diff] [blame] | 1300 | <activity android:name=".security.CredentialStorage" |
Chia-chi Yeh | 91d65a2 | 2011-01-20 18:46:01 +0800 | [diff] [blame] | 1301 | android:theme="@style/Transparent" |
Amith Yamasani | b981202 | 2011-08-26 15:39:16 -0700 | [diff] [blame] | 1302 | android:launchMode="singleTop" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1303 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1304 | <intent-filter android:priority="1"> |
Chia-chi Yeh | 91d65a2 | 2011-01-20 18:46:01 +0800 | [diff] [blame] | 1305 | <action android:name="com.android.credentials.INSTALL" /> |
Chia-chi Yeh | 91d65a2 | 2011-01-20 18:46:01 +0800 | [diff] [blame] | 1306 | <action android:name="com.android.credentials.RESET" /> |
| 1307 | <category android:name="android.intent.category.DEFAULT" /> |
| 1308 | </intent-filter> |
| 1309 | </activity> |
| 1310 | |
Alex Johnston | c0c75a3 | 2019-10-18 14:20:27 +0100 | [diff] [blame] | 1311 | <activity android:name=".security.InstallCaCertificateWarning" |
| 1312 | android:theme="@style/GlifV3Theme.Light" |
| 1313 | android:exported="false"> |
| 1314 | </activity> |
| 1315 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1316 | <activity |
| 1317 | android:name="Settings$DeviceAdminSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 1318 | android:label="@string/device_admin_settings_title"> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1319 | <intent-filter> |
| 1320 | <action android:name="android.intent.action.MAIN" /> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1321 | <category android:name="android.intent.category.DEFAULT" /> |
| 1322 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1323 | </intent-filter> |
Amith Yamasani | a1d0184 | 2011-01-24 16:02:11 -0800 | [diff] [blame] | 1324 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | ca6d86c | 2018-06-14 12:52:06 -0700 | [diff] [blame] | 1325 | android:value="com.android.settings.applications.specialaccess.deviceadmin.DeviceAdminSettings" /> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1326 | </activity> |
| 1327 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1328 | <!-- Keep compatibility with old shortcuts. --> |
| 1329 | <activity-alias android:name="DeviceAdminSettings" |
| 1330 | android:label="@string/device_admin_settings_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1331 | android:exported="true" |
| 1332 | android:targetActivity="Settings$DeviceAdminSettingsActivity"> |
| 1333 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | ca6d86c | 2018-06-14 12:52:06 -0700 | [diff] [blame] | 1334 | android:value="com.android.settings.applications.specialaccess.deviceadmin.DeviceAdminSettings" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1335 | </activity-alias> |
| 1336 | |
Fan Zhang | ca6d86c | 2018-06-14 12:52:06 -0700 | [diff] [blame] | 1337 | <activity android:name=".applications.specialaccess.deviceadmin.DeviceAdminAdd" |
Michael Wachenschwanz | 35eef60 | 2019-04-25 16:07:39 -0700 | [diff] [blame] | 1338 | android:label="@string/device_admin_add_title" |
| 1339 | android:clearTaskOnLaunch="true"> |
Dianne Hackborn | 2842903 | 2010-01-25 18:56:17 -0800 | [diff] [blame] | 1340 | <intent-filter> |
| 1341 | <action android:name="android.app.action.ADD_DEVICE_ADMIN" /> |
| 1342 | <category android:name="android.intent.category.DEFAULT" /> |
| 1343 | </intent-filter> |
| 1344 | </activity> |
| 1345 | |
Michael Wachenschwanz | 35eef60 | 2019-04-25 16:07:39 -0700 | [diff] [blame] | 1346 | <activity android:name=".applications.specialaccess.deviceadmin.ProfileOwnerAdd" |
| 1347 | android:excludeFromRecents="true" |
| 1348 | android:theme="@style/Transparent" |
| 1349 | android:clearTaskOnLaunch="true"> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1350 | <intent-filter android:priority="1000"> |
| 1351 | <action android:name="android.app.action.SET_PROFILE_OWNER" /> |
| 1352 | <category android:name="android.intent.category.DEFAULT" /> |
| 1353 | </intent-filter> |
Michael Wachenschwanz | 35eef60 | 2019-04-25 16:07:39 -0700 | [diff] [blame] | 1354 | </activity> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1355 | |
| 1356 | <activity |
| 1357 | android:name="Settings$UsageAccessSettingsActivity" |
Fan Zhang | c7635e5 | 2019-03-04 14:27:08 -0800 | [diff] [blame] | 1358 | android:label="@string/usage_access_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1359 | <intent-filter android:priority="1"> |
| 1360 | <action android:name="android.settings.USAGE_ACCESS_SETTINGS" /> |
| 1361 | <category android:name="android.intent.category.DEFAULT" /> |
| 1362 | </intent-filter> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 1363 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1364 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 1365 | </activity> |
| 1366 | |
Fan Zhang | 104ee2e | 2018-09-20 16:21:53 -0700 | [diff] [blame] | 1367 | <activity |
| 1368 | android:name="Settings$AppUsageAccessSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 1369 | android:label="@string/usage_access_title"> |
Fan Zhang | 104ee2e | 2018-09-20 16:21:53 -0700 | [diff] [blame] | 1370 | <intent-filter> |
| 1371 | <action android:name="android.settings.USAGE_ACCESS_SETTINGS"/> |
| 1372 | <category android:name="android.intent.category.DEFAULT"/> |
| 1373 | <data android:scheme="package"/> |
| 1374 | </intent-filter> |
| 1375 | <meta-data |
| 1376 | android:name="com.android.settings.FRAGMENT_CLASS" |
| 1377 | android:value="com.android.settings.applications.UsageAccessDetails"/> |
| 1378 | </activity> |
| 1379 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 1380 | <activity android:name="Settings$IccLockSettingsActivity" |
Dianne Hackborn | d925e25 | 2010-11-12 13:18:26 -0800 | [diff] [blame] | 1381 | android:label="@string/sim_lock_settings" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1382 | android:process="com.android.phone"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1383 | <intent-filter> |
| 1384 | <action android:name="android.intent.action.MAIN" /> |
| 1385 | <category android:name="android.intent.category.DEFAULT" /> |
| 1386 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1387 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 1388 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1389 | android:value="com.android.settings.IccLockSettings" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1390 | </activity> |
| 1391 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1392 | <activity |
| 1393 | android:name="Settings$AccessibilitySettingsActivity" |
| 1394 | android:label="@string/accessibility_settings" |
| 1395 | android:icon="@drawable/ic_homepage_accessibility" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 1396 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1397 | <intent-filter android:priority="1"> |
| 1398 | <action android:name="android.settings.ACCESSIBILITY_SETTINGS" /> |
| 1399 | <category android:name="android.intent.category.DEFAULT" /> |
| 1400 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 1401 | <intent-filter android:priority="60"> |
svetoslavganov | a05d0dc | 2009-05-14 22:26:34 -0700 | [diff] [blame] | 1402 | <action android:name="android.intent.action.MAIN" /> |
Costin Manolache | 672b3c6 | 2011-07-21 10:38:15 -0700 | [diff] [blame] | 1403 | <category android:name="com.android.settings.SHORTCUT" /> |
svetoslavganov | a05d0dc | 2009-05-14 22:26:34 -0700 | [diff] [blame] | 1404 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1405 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Alan Viverette | 341ff66 | 2013-07-18 17:49:33 -0700 | [diff] [blame] | 1406 | android:value="com.android.settings.accessibility.AccessibilitySettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1407 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1408 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1409 | </activity> |
Michael Chan | 732c1da | 2010-04-06 14:49:30 -0700 | [diff] [blame] | 1410 | |
Jackal Guo | 2936551 | 2019-02-14 15:19:53 +0800 | [diff] [blame] | 1411 | <activity |
| 1412 | android:name="Settings$AccessibilityDetailsSettingsActivity" |
| 1413 | android:label="@string/accessibility_settings" |
| 1414 | android:permission="android.permission.OPEN_ACCESSIBILITY_DETAILS_SETTINGS"> |
| 1415 | <intent-filter android:priority="1"> |
| 1416 | <action android:name="android.settings.ACCESSIBILITY_DETAILS_SETTINGS" /> |
| 1417 | <category android:name="android.intent.category.DEFAULT" /> |
| 1418 | </intent-filter> |
| 1419 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1420 | android:value="com.android.settings.accessibility.AccessibilityDetailsSettingsFragment" /> |
| 1421 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1422 | android:value="true" /> |
| 1423 | </activity> |
| 1424 | |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 1425 | <activity android:name=".accessibility.AccessibilitySettingsForSetupWizardActivity" |
Maurice Lam | f3c5b4d | 2017-06-08 20:17:18 -0700 | [diff] [blame] | 1426 | android:icon="@drawable/ic_accessibility_suggestion" |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 1427 | android:label="@string/vision_settings_title" |
pastychang | 7539cf8 | 2019-03-29 11:17:04 +0800 | [diff] [blame] | 1428 | android:theme="@style/GlifV3Theme.Light"> |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 1429 | <intent-filter android:priority="1"> |
| 1430 | <action android:name="android.settings.ACCESSIBILITY_SETTINGS_FOR_SUW" /> |
| 1431 | <category android:name="android.intent.category.DEFAULT" /> |
| 1432 | </intent-filter> |
cnchen | 7a83d51 | 2019-05-06 10:19:10 +0800 | [diff] [blame] | 1433 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1434 | android:value="com.android.settings.accessibility.AccessibilitySettingsForSetupWizard" /> |
| 1435 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1436 | android:value="true" /> |
| 1437 | </activity> |
| 1438 | |
| 1439 | <activity-alias |
| 1440 | android:name=".FontSizeSettingsForSetupWizardActivity" |
| 1441 | android:exported="true" |
| 1442 | android:targetActivity=".accessibility.AccessibilitySettingsForSetupWizardActivity"> |
Maurice Lam | f3c5b4d | 2017-06-08 20:17:18 -0700 | [diff] [blame] | 1443 | <intent-filter> |
| 1444 | <action android:name="android.intent.action.MAIN" /> |
| 1445 | <category android:name="com.android.settings.suggested.category.DISPLAY_SETTINGS" /> |
| 1446 | </intent-filter> |
| 1447 | <meta-data android:name="com.android.settings.title" |
| 1448 | android:resource="@string/vision_settings_suggestion_title" /> |
Maurice Lam | 992fa86 | 2017-06-09 16:14:36 -0700 | [diff] [blame] | 1449 | <meta-data android:name="com.android.settings.icon_tintable" |
| 1450 | android:value="true" /> |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 1451 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1452 | android:value="com.android.settings.accessibility.AccessibilitySettingsForSetupWizard" /> |
cnchen | 7a83d51 | 2019-05-06 10:19:10 +0800 | [diff] [blame] | 1453 | </activity-alias> |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 1454 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1455 | <activity |
| 1456 | android:name="Settings$AccessibilityDaltonizerSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 1457 | android:label="@string/accessibility_display_daltonizer_preference_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1458 | <intent-filter android:priority="1"> |
| 1459 | <action android:name="com.android.settings.ACCESSIBILITY_COLOR_SPACE_SETTINGS" /> |
| 1460 | <category android:name="android.intent.category.DEFAULT" /> |
| 1461 | </intent-filter> |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 1462 | <intent-filter> |
| 1463 | <action android:name="android.intent.action.MAIN" /> |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 1464 | <category android:name="android.intent.category.DEFAULT" /> |
| 1465 | </intent-filter> |
| 1466 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1467 | android:value="com.android.settings.accessibility.ToggleDaltonizerPreferenceFragment" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1468 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1469 | android:value="true" /> |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 1470 | </activity> |
| 1471 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1472 | <activity |
| 1473 | android:name="Settings$CaptioningSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 1474 | android:label="@string/accessibility_captioning_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1475 | <intent-filter android:priority="1"> |
| 1476 | <action android:name="android.settings.CAPTIONING_SETTINGS" /> |
| 1477 | <category android:name="android.intent.category.DEFAULT" /> |
| 1478 | </intent-filter> |
Alan Viverette | cc0e782 | 2013-08-06 13:53:58 -0700 | [diff] [blame] | 1479 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Alan Viverette | 4098dba | 2013-12-04 17:19:24 -0800 | [diff] [blame] | 1480 | android:value="com.android.settings.accessibility.CaptionPropertiesFragment" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1481 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1482 | android:value="true" /> |
Alan Viverette | cc0e782 | 2013-08-06 13:53:58 -0700 | [diff] [blame] | 1483 | </activity> |
| 1484 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1485 | <activity |
Kevin Chang | 0e1f39f | 2019-05-31 15:14:47 +0800 | [diff] [blame] | 1486 | android:name=".SettingsTutorialDialogWrapperActivity" |
| 1487 | android:theme="@style/Theme.AlertDialog" |
| 1488 | android:exported="false"/> |
| 1489 | |
| 1490 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1491 | android:name="Settings$TextToSpeechSettingsActivity" |
Fan Zhang | bcd8a25 | 2019-04-29 13:35:20 -0700 | [diff] [blame] | 1492 | android:label="@string/tts_settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1493 | <intent-filter android:priority="1"> |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 1494 | <action android:name="com.android.settings.TTS_SETTINGS" /> |
Dianne Hackborn | 116d85e | 2009-06-26 18:20:23 -0700 | [diff] [blame] | 1495 | <category android:name="android.intent.category.DEFAULT" /> |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 1496 | </intent-filter> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1497 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Narayan Kamath | fdd94d8 | 2011-11-04 16:12:27 +0000 | [diff] [blame] | 1498 | android:value="com.android.settings.tts.TextToSpeechSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1499 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1500 | android:value="true" /> |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 1501 | </activity> |
| 1502 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1503 | <activity |
| 1504 | android:name="Settings$EnterprisePrivacySettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 1505 | android:label="@string/enterprise_privacy_settings"> |
Bartosz Fabianowski | 0e4a1e5 | 2016-11-28 19:16:34 +0100 | [diff] [blame] | 1506 | <intent-filter> |
| 1507 | <action android:name="android.settings.ENTERPRISE_PRIVACY_SETTINGS" /> |
| 1508 | <category android:name="android.intent.category.DEFAULT" /> |
| 1509 | </intent-filter> |
Bartosz Fabianowski | 05061fc | 2016-11-14 12:04:49 +0100 | [diff] [blame] | 1510 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1511 | android:value="com.android.settings.enterprise.EnterprisePrivacySettings" /> |
| 1512 | </activity> |
| 1513 | |
Jim Miller | 9757e30 | 2010-12-17 18:23:23 -0800 | [diff] [blame] | 1514 | <!-- Lock screen settings --> |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1515 | <activity android:name=".password.ConfirmDeviceCredentialActivity" |
Amith Yamasani | 39fb062 | 2014-12-17 10:52:52 -0800 | [diff] [blame] | 1516 | android:exported="true" |
Mill Chen | 078af33 | 2019-04-04 15:39:27 -0700 | [diff] [blame] | 1517 | android:taskAffinity="com.android.settings.workmode" |
Kevin Chyn | b3ee231 | 2018-10-04 15:01:43 -0700 | [diff] [blame] | 1518 | android:theme="@android:style/Theme.Translucent.NoTitleBar"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1519 | <intent-filter android:priority="1"> |
Jim Miller | 75fe9e0 | 2014-08-13 14:52:52 -0700 | [diff] [blame] | 1520 | <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL" /> |
Adrian Roos | 5a9a3cd | 2017-03-30 18:02:25 -0700 | [diff] [blame] | 1521 | <action android:name="android.app.action.CONFIRM_FRP_CREDENTIAL" /> |
Jim Miller | 75fe9e0 | 2014-08-13 14:52:52 -0700 | [diff] [blame] | 1522 | <category android:name="android.intent.category.DEFAULT" /> |
| 1523 | </intent-filter> |
Jay Civelli | 09b5228 | 2014-07-10 17:27:07 -0700 | [diff] [blame] | 1524 | </activity> |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1525 | <!-- Activity alias for compatibility --> |
| 1526 | <activity-alias android:name=".ConfirmDeviceCredentialActivity" |
| 1527 | android:targetActivity=".password.ConfirmDeviceCredentialActivity" |
| 1528 | android:exported="true" /> |
Jay Civelli | 09b5228 | 2014-07-10 17:27:07 -0700 | [diff] [blame] | 1529 | |
Clara Bayarri | c5cde05 | 2015-10-22 17:24:43 +0100 | [diff] [blame] | 1530 | <!-- Note this must not be exported since it authenticates the given user --> |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1531 | <activity android:name=".password.ConfirmDeviceCredentialActivity$InternalActivity" |
Clara Bayarri | c5cde05 | 2015-10-22 17:24:43 +0100 | [diff] [blame] | 1532 | android:exported="false" |
| 1533 | android:permission="android.permission.MANAGE_USERS" |
Mill Chen | 078af33 | 2019-04-04 15:39:27 -0700 | [diff] [blame] | 1534 | android:taskAffinity="com.android.settings.workmode" |
Kevin Chyn | 127da9c | 2018-11-09 16:13:53 -0800 | [diff] [blame] | 1535 | android:theme="@android:style/Theme.Translucent.NoTitleBar"> |
Clara Bayarri | c5cde05 | 2015-10-22 17:24:43 +0100 | [diff] [blame] | 1536 | <intent-filter android:priority="1"> |
| 1537 | <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL_WITH_USER" /> |
| 1538 | <category android:name="android.intent.category.DEFAULT" /> |
| 1539 | </intent-filter> |
| 1540 | </activity> |
| 1541 | |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 1542 | <activity android:name=".SetupRedactionInterstitial" |
Udam Saini | dd05ab7 | 2016-03-21 17:35:08 -0700 | [diff] [blame] | 1543 | android:enabled="false" |
| 1544 | android:exported="true" |
pastychang | 7961482 | 2019-01-03 10:12:54 +0800 | [diff] [blame] | 1545 | android:theme="@style/SudThemeGlif.DayNight" |
Maurice Lam | 43366f1 | 2016-08-05 16:57:59 -0700 | [diff] [blame] | 1546 | android:label="@string/lock_screen_notifications_interstitial_title" |
Udam Saini | dd05ab7 | 2016-03-21 17:35:08 -0700 | [diff] [blame] | 1547 | android:icon="@drawable/ic_suggested_notifications"> |
| 1548 | <intent-filter> |
| 1549 | <action android:name="android.intent.action.MAIN" /> |
Maurice Lam | 4331a2e | 2017-06-07 20:59:51 -0700 | [diff] [blame] | 1550 | <category android:name="com.android.settings.suggested.category.LOCK_SCREEN_REDACTION" /> |
Udam Saini | dd05ab7 | 2016-03-21 17:35:08 -0700 | [diff] [blame] | 1551 | </intent-filter> |
| 1552 | <meta-data android:name="com.android.settings.require_user_type" |
| 1553 | android:value="primary" /> |
| 1554 | <meta-data android:name="com.android.settings.title" |
| 1555 | android:resource="@string/notification_suggestion_title" /> |
| 1556 | <meta-data android:name="com.android.settings.summary" |
| 1557 | android:resource="@string/notification_suggestion_summary" /> |
Maurice Lam | 992fa86 | 2017-06-09 16:14:36 -0700 | [diff] [blame] | 1558 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
Udam Saini | dd05ab7 | 2016-03-21 17:35:08 -0700 | [diff] [blame] | 1559 | </activity> |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 1560 | |
Maurice Lam | d189ac5 | 2016-06-15 13:39:34 -0700 | [diff] [blame] | 1561 | <activity android:name=".notification.RedactionInterstitial" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1562 | android:theme="@style/GlifTheme.Light" /> |
Chris Wren | 51ae332 | 2014-08-28 15:45:31 -0400 | [diff] [blame] | 1563 | |
| 1564 | <activity android:name=".notification.RedactionSettingsStandalone" |
| 1565 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1566 | <intent-filter android:priority="1"> |
Chris Wren | 51ae332 | 2014-08-28 15:45:31 -0400 | [diff] [blame] | 1567 | <action android:name="android.settings.ACTION_APP_NOTIFICATION_REDACTION" /> |
| 1568 | <category android:name="android.intent.category.DEFAULT" /> |
| 1569 | </intent-filter> |
| 1570 | </activity> |
Jay Civelli | 09b5228 | 2014-07-10 17:27:07 -0700 | [diff] [blame] | 1571 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1572 | <activity android:name=".password.ConfirmLockPattern" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1573 | android:theme="@style/GlifTheme.Light"/> |
Michael Chan | 503c236 | 2009-12-08 22:18:23 -0800 | [diff] [blame] | 1574 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1575 | <activity android:name=".password.ConfirmLockPassword" |
Jorim Jaggi | ff41a9a | 2015-06-09 15:31:28 -0700 | [diff] [blame] | 1576 | android:windowSoftInputMode="stateHidden|adjustResize" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1577 | android:theme="@style/GlifTheme.Light"/> |
Jim Miller | 9757e30 | 2010-12-17 18:23:23 -0800 | [diff] [blame] | 1578 | |
Kevin Chyn | 22b4edd | 2018-07-30 19:20:01 -0700 | [diff] [blame] | 1579 | <activity android:name=".biometrics.face.FaceEnrollIntroduction" |
| 1580 | android:exported="false" |
| 1581 | android:screenOrientation="portrait"/> |
| 1582 | |
joshmccloskey | 0458262 | 2019-05-06 21:42:14 -0700 | [diff] [blame] | 1583 | <activity android:name=".biometrics.face.FaceEnrollEducation" |
| 1584 | android:exported="false" |
| 1585 | android:screenOrientation="portrait"/> |
| 1586 | |
Kevin Chyn | 22b4edd | 2018-07-30 19:20:01 -0700 | [diff] [blame] | 1587 | <activity android:name=".biometrics.face.FaceEnrollEnrolling" |
| 1588 | android:exported="false" |
| 1589 | android:screenOrientation="portrait"/> |
| 1590 | |
| 1591 | <activity android:name=".biometrics.face.FaceEnrollFinish" |
| 1592 | android:exported="false" |
| 1593 | android:screenOrientation="portrait"/> |
Kevin Chyn | 4882e87 | 2018-06-25 17:58:31 -0700 | [diff] [blame] | 1594 | |
Kevin Chyn | 5ab064f | 2019-04-12 15:19:12 -0700 | [diff] [blame] | 1595 | <!-- Must not be exported --> |
| 1596 | <activity android:name=".biometrics.BiometricEnrollActivity$InternalActivity" |
| 1597 | android:exported="false" |
| 1598 | android:theme="@style/GlifTheme.Light"/> |
| 1599 | |
Kevin Chyn | 66d09a4 | 2018-10-31 13:30:44 -0700 | [diff] [blame] | 1600 | <activity android:name=".biometrics.BiometricEnrollActivity" |
| 1601 | android:exported="true" |
| 1602 | android:theme="@style/GlifTheme.Light"> |
| 1603 | <intent-filter> |
| 1604 | <action android:name="android.settings.BIOMETRIC_ENROLL" /> |
| 1605 | <category android:name="android.intent.category.DEFAULT" /> |
| 1606 | </intent-filter> |
| 1607 | </activity> |
| 1608 | |
Kevin Chyn | 871e55f | 2018-06-25 16:50:52 -0700 | [diff] [blame] | 1609 | <activity android:name=".biometrics.fingerprint.FingerprintSettings" android:exported="false"/> |
| 1610 | <activity android:name=".biometrics.fingerprint.FingerprintEnrollFindSensor" android:exported="false"/> |
| 1611 | <activity android:name=".biometrics.fingerprint.FingerprintEnrollEnrolling" android:exported="false"/> |
| 1612 | <activity android:name=".biometrics.fingerprint.FingerprintEnrollFinish" android:exported="false"/> |
| 1613 | <activity android:name=".biometrics.fingerprint.FingerprintEnrollIntroduction" |
Kevin Chyn | 42ae10e | 2017-10-13 16:34:05 -0700 | [diff] [blame] | 1614 | android:exported="true" |
| 1615 | android:theme="@style/GlifTheme.Light"> |
| 1616 | <intent-filter> |
| 1617 | <action android:name="android.settings.FINGERPRINT_ENROLL" /> |
| 1618 | <category android:name="android.intent.category.DEFAULT" /> |
| 1619 | </intent-filter> |
| 1620 | </activity> |
Maurice Lam | 8d1f9c9 | 2015-07-09 16:38:37 -0700 | [diff] [blame] | 1621 | |
Kevin Chyn | 871e55f | 2018-06-25 16:50:52 -0700 | [diff] [blame] | 1622 | <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFindSensor" android:exported="false"/> |
| 1623 | <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollEnrolling" android:exported="false"/> |
| 1624 | <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollFinish" android:exported="false"/> |
| 1625 | <activity android:name=".biometrics.fingerprint.SetupFingerprintEnrollIntroduction" |
Maurice Lam | e1eaed0 | 2015-07-08 16:59:59 -0700 | [diff] [blame] | 1626 | android:exported="true" |
Maurice Lam | 8d1f9c9 | 2015-07-09 16:38:37 -0700 | [diff] [blame] | 1627 | android:permission="android.permission.MANAGE_FINGERPRINT" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1628 | android:theme="@style/GlifTheme.Light"> |
Maurice Lam | e1eaed0 | 2015-07-08 16:59:59 -0700 | [diff] [blame] | 1629 | <intent-filter> |
| 1630 | <action android:name="android.settings.FINGERPRINT_SETUP" /> |
| 1631 | <category android:name="android.intent.category.DEFAULT" /> |
| 1632 | </intent-filter> |
| 1633 | </activity> |
Jim Miller | 94d4bd9 | 2015-02-19 21:04:57 -0800 | [diff] [blame] | 1634 | |
Kevin Chyn | 871e55f | 2018-06-25 16:50:52 -0700 | [diff] [blame] | 1635 | <activity android:name=".biometrics.fingerprint.FingerprintSuggestionActivity" |
Maurice Lam | 34a181a | 2017-06-20 20:00:54 -0700 | [diff] [blame] | 1636 | android:exported="true" |
| 1637 | android:permission="android.permission.MANAGE_FINGERPRINT" |
| 1638 | android:icon="@drawable/ic_suggestion_fingerprint" |
| 1639 | android:theme="@style/GlifTheme.Light"> |
Maurice Lam | 34a181a | 2017-06-20 20:00:54 -0700 | [diff] [blame] | 1640 | <meta-data android:name="com.android.settings.require_feature" |
| 1641 | android:value="android.hardware.fingerprint" /> |
| 1642 | <meta-data android:name="com.android.settings.title" |
| 1643 | android:resource="@string/suggestion_additional_fingerprints" /> |
| 1644 | <meta-data android:name="com.android.settings.summary" |
| 1645 | android:resource="@string/suggestion_additional_fingerprints_summary" /> |
Maurice Lam | 34a181a | 2017-06-20 20:00:54 -0700 | [diff] [blame] | 1646 | </activity> |
| 1647 | |
cnchen | d215999 | 2019-03-22 19:48:04 +0800 | [diff] [blame] | 1648 | <activity-alias android:name=".SetupFingerprintSuggestionActivity" |
| 1649 | android:enabled="false" |
| 1650 | android:exported="true" |
| 1651 | android:targetActivity=".biometrics.fingerprint.FingerprintSuggestionActivity"> |
| 1652 | <intent-filter> |
| 1653 | <action android:name="android.intent.action.MAIN" /> |
| 1654 | <category android:name="com.android.settings.suggested.category.FINGERPRINT_ENROLL" /> |
| 1655 | </intent-filter> |
| 1656 | <meta-data android:name="com.android.settings.require_feature" |
| 1657 | android:value="android.hardware.fingerprint" /> |
| 1658 | <meta-data android:name="com.android.settings.title" |
| 1659 | android:resource="@string/suggestion_additional_fingerprints" /> |
| 1660 | <meta-data android:name="com.android.settings.summary" |
| 1661 | android:resource="@string/suggestion_additional_fingerprints_summary" /> |
Cating Lin | 84e6a47 | 2019-04-24 09:25:55 +0800 | [diff] [blame] | 1662 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
cnchen | d215999 | 2019-03-22 19:48:04 +0800 | [diff] [blame] | 1663 | </activity-alias> |
| 1664 | |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 1665 | <!-- 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] | 1666 | <activity android:name=".password.ConfirmLockPattern$InternalActivity" |
Andres Morales | 02d5487 | 2015-04-14 11:33:45 -0700 | [diff] [blame] | 1667 | android:exported="false" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1668 | android:theme="@style/GlifTheme.Light"/> |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 1669 | |
| 1670 | <!-- 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] | 1671 | <activity android:name=".password.ConfirmLockPassword$InternalActivity" |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 1672 | android:exported="false" |
Xiyuan Xia | 4a8edaf | 2015-05-20 14:26:15 -0700 | [diff] [blame] | 1673 | android:windowSoftInputMode="adjustResize" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1674 | android:theme="@style/GlifTheme.Light"/> |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 1675 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1676 | <activity android:name=".password.SetupChooseLockGeneric" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1677 | android:theme="@style/GlifTheme.Light" |
Lucky Zhang | 36ec274 | 2014-12-05 18:20:27 -0800 | [diff] [blame] | 1678 | android:label="@string/lock_settings_picker_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1679 | <intent-filter android:priority="1"> |
Maurice Lam | 52c75ba | 2014-11-25 14:06:38 -0800 | [diff] [blame] | 1680 | <action android:name="com.android.settings.SETUP_LOCK_SCREEN" /> |
| 1681 | <category android:name="android.intent.category.DEFAULT" /> |
| 1682 | </intent-filter> |
| 1683 | </activity> |
| 1684 | |
Doris Ling | 069d293 | 2018-11-13 14:54:26 -0800 | [diff] [blame] | 1685 | <activity android:name=".password.SetupChooseLockGeneric$InternalActivity" |
| 1686 | android:theme="@style/GlifTheme.Light" |
| 1687 | android:exported="false" |
| 1688 | android:excludeFromRecents="true" /> |
| 1689 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1690 | <activity android:name=".password.ChooseLockGeneric" |
Steven Ross | b7a9e95 | 2011-10-03 10:06:44 -0400 | [diff] [blame] | 1691 | android:label="@string/lockpassword_choose_lock_generic_header" |
Steven Ng | 4fdcec7 | 2016-09-26 22:13:08 +0100 | [diff] [blame] | 1692 | android:excludeFromRecents="true" |
| 1693 | android:exported="false" /> |
| 1694 | |
| 1695 | <activity android:name=".password.SetNewPasswordActivity" |
| 1696 | android:theme="@android:style/Theme.NoDisplay" |
Steven Ross | b7a9e95 | 2011-10-03 10:06:44 -0400 | [diff] [blame] | 1697 | android:excludeFromRecents="true" > |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1698 | <intent-filter android:priority="1"> |
Dianne Hackborn | abc3dc6 | 2010-01-20 13:40:19 -0800 | [diff] [blame] | 1699 | <action android:name="android.app.action.SET_NEW_PASSWORD" /> |
Benjamin Franz | ae07b50 | 2016-01-08 17:16:19 +0000 | [diff] [blame] | 1700 | <action android:name="android.app.action.SET_NEW_PARENT_PROFILE_PASSWORD" /> |
Dianne Hackborn | abc3dc6 | 2010-01-20 13:40:19 -0800 | [diff] [blame] | 1701 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1702 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1703 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1704 | android:value="true" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1705 | </activity> |
| 1706 | |
Fan Zhang | 31f699c | 2017-09-28 17:17:44 -0700 | [diff] [blame] | 1707 | <activity android:name=".password.ScreenLockSuggestionActivity" |
Mill Chen | 7195800 | 2019-01-23 10:44:39 +0800 | [diff] [blame] | 1708 | android:icon="@drawable/ic_suggestion_security"> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 1709 | <intent-filter android:priority="1"> |
| 1710 | <action android:name="android.intent.action.MAIN" /> |
Raff Tsai | 7c83463 | 2019-03-22 12:00:00 +0800 | [diff] [blame] | 1711 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 1712 | </intent-filter> |
Raff Tsai | 7c83463 | 2019-03-22 12:00:00 +0800 | [diff] [blame] | 1713 | <meta-data android:name="com.android.settings.dismiss" android:value="14" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 1714 | <meta-data android:name="com.android.settings.title" |
| 1715 | android:resource="@string/suggested_lock_settings_title" /> |
| 1716 | <meta-data android:name="com.android.settings.summary" |
| 1717 | android:resource="@string/suggested_lock_settings_summary" /> |
Maurice Lam | 992fa86 | 2017-06-09 16:14:36 -0700 | [diff] [blame] | 1718 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
Udam Saini | 62a7280 | 2016-01-28 11:09:29 -0800 | [diff] [blame] | 1719 | </activity> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 1720 | |
Kevin Chyn | 871e55f | 2018-06-25 16:50:52 -0700 | [diff] [blame] | 1721 | <activity android:name=".biometrics.fingerprint.FingerprintEnrollSuggestionActivity" |
Udam Saini | aafbba1 | 2016-02-02 10:33:40 -0800 | [diff] [blame] | 1722 | android:icon="@drawable/ic_suggestion_fingerprint"> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 1723 | <intent-filter android:priority="2"> |
| 1724 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | af91c1f | 2017-06-03 15:24:11 -0700 | [diff] [blame] | 1725 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 1726 | </intent-filter> |
Raff Tsai | 165708d | 2019-03-21 15:46:48 +0800 | [diff] [blame] | 1727 | <meta-data android:name="com.android.settings.dismiss" android:value="14" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 1728 | <meta-data android:name="com.android.settings.require_feature" |
| 1729 | android:value="android.hardware.fingerprint" /> |
| 1730 | <meta-data android:name="com.android.settings.title" |
TreeHugger Robot | a4e3c14 | 2016-07-12 21:42:03 +0000 | [diff] [blame] | 1731 | android:resource="@string/suggested_fingerprint_lock_settings_title" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 1732 | <meta-data android:name="com.android.settings.summary" |
Udam Saini | aafbba1 | 2016-02-02 10:33:40 -0800 | [diff] [blame] | 1733 | android:resource="@string/suggested_fingerprint_lock_settings_summary" /> |
Doris Ling | ea85c0a | 2018-04-30 14:08:55 -0700 | [diff] [blame] | 1734 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
Udam Saini | 62a7280 | 2016-01-28 11:09:29 -0800 | [diff] [blame] | 1735 | </activity> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 1736 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1737 | <activity android:name=".password.ChooseLockGeneric$InternalActivity" |
| 1738 | android:exported="false" |
Amith Yamasani | 6602677 | 2013-09-25 14:05:33 -0700 | [diff] [blame] | 1739 | android:label="@string/lockpassword_choose_lock_generic_header" |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1740 | android:excludeFromRecents="true" /> |
Amith Yamasani | 6602677 | 2013-09-25 14:05:33 -0700 | [diff] [blame] | 1741 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1742 | <activity android:name=".password.SetupChooseLockPattern" |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 1743 | android:exported="false" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1744 | android:theme="@style/GlifTheme.Light" /> |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 1745 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1746 | <activity android:name=".password.ChooseLockPattern" |
Maurice Lam | d189ac5 | 2016-06-15 13:39:34 -0700 | [diff] [blame] | 1747 | android:exported="false" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1748 | android:theme="@style/GlifTheme.Light" /> |
Dianne Hackborn | abc3dc6 | 2010-01-20 13:40:19 -0800 | [diff] [blame] | 1749 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1750 | <activity android:name=".password.SetupChooseLockPassword" |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 1751 | android:exported="false" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1752 | android:theme="@style/GlifTheme.Light" |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 1753 | android:windowSoftInputMode="stateVisible|adjustResize" /> |
| 1754 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1755 | <activity android:name=".password.ChooseLockPassword" |
Maurice Lam | d189ac5 | 2016-06-15 13:39:34 -0700 | [diff] [blame] | 1756 | android:exported="false" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1757 | android:theme="@style/GlifTheme.Light" |
Jim Miller | 165bf2f | 2011-01-26 16:10:26 -0800 | [diff] [blame] | 1758 | android:windowSoftInputMode="stateVisible|adjustResize"/> |
Jim Miller | 00d2476 | 2009-12-22 19:04:57 -0800 | [diff] [blame] | 1759 | |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 1760 | <activity android:name=".SetupEncryptionInterstitial" |
Maurice Lam | 46a194b | 2016-05-24 20:03:08 -0700 | [diff] [blame] | 1761 | android:label="@string/encryption_interstitial_header" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1762 | android:theme="@style/GlifTheme.Light"/> |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 1763 | |
Maurice Lam | d189ac5 | 2016-06-15 13:39:34 -0700 | [diff] [blame] | 1764 | <activity android:name=".EncryptionInterstitial" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1765 | android:theme="@style/GlifTheme.Light" /> |
Jim Miller | 46c7f6d | 2014-10-13 18:15:17 -0700 | [diff] [blame] | 1766 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1767 | <activity |
| 1768 | android:name=".Settings$StorageDashboardActivity" |
| 1769 | android:label="@string/storage_settings" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 1770 | android:icon="@drawable/ic_homepage_storage"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1771 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1772 | <action android:name="android.settings.INTERNAL_STORAGE_SETTINGS" /> |
| 1773 | <action android:name="android.settings.MEMORY_CARD_SETTINGS" /> |
| 1774 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1775 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 1776 | <intent-filter android:priority="50"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1777 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 1778 | <category android:name="com.android.settings.SHORTCUT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1779 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1780 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Jeff Sharkey | 42833b2 | 2015-04-11 21:27:33 -0700 | [diff] [blame] | 1781 | android:value="com.android.settings.deviceinfo.StorageSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1782 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1783 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1784 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1785 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1786 | <activity |
| 1787 | android:name="Settings$PrivateVolumeSettingsActivity" |
| 1788 | android:label="@string/storage_settings_title"> |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 1789 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1790 | android:value="com.android.settings.deviceinfo.PrivateVolumeSettings" /> |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 1791 | </activity> |
| 1792 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1793 | <activity |
| 1794 | android:name="Settings$PublicVolumeSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 1795 | android:label="@string/storage_settings_title"> |
Jeff Sharkey | 42833b2 | 2015-04-11 21:27:33 -0700 | [diff] [blame] | 1796 | <intent-filter> |
| 1797 | <action android:name="android.provider.action.DOCUMENT_ROOT_SETTINGS" /> |
| 1798 | <category android:name="android.intent.category.DEFAULT" /> |
| 1799 | <data |
| 1800 | android:scheme="content" |
| 1801 | android:host="com.android.externalstorage.documents" |
| 1802 | android:mimeType="vnd.android.document/root" /> |
| 1803 | </intent-filter> |
| 1804 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1805 | android:value="com.android.settings.deviceinfo.PublicVolumeSettings" /> |
Jeff Sharkey | 42833b2 | 2015-04-11 21:27:33 -0700 | [diff] [blame] | 1806 | </activity> |
Vasu Nori | 2180974 | 2011-01-25 13:39:16 -0800 | [diff] [blame] | 1807 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1808 | <activity |
| 1809 | android:name="Settings$PrivateVolumeForgetActivity" |
| 1810 | android:label="@string/storage_settings_title" |
| 1811 | android:exported="true" |
| 1812 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"> |
Jeff Sharkey | a16257d | 2015-04-28 13:41:01 -0700 | [diff] [blame] | 1813 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1814 | android:value="com.android.settings.deviceinfo.PrivateVolumeForget" /> |
Jeff Sharkey | a16257d | 2015-04-28 13:41:01 -0700 | [diff] [blame] | 1815 | </activity> |
| 1816 | |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 1817 | <!-- Exported for SystemUI to launch into --> |
| 1818 | <activity android:name=".deviceinfo.StorageWizardInit" |
Jeff Sharkey | ccabf4e | 2018-05-01 14:53:25 -0600 | [diff] [blame] | 1819 | android:theme="@style/GlifV3Theme.Light" |
Jeff Sharkey | 2949a4a | 2015-04-14 16:44:34 -0700 | [diff] [blame] | 1820 | android:exported="true" |
| 1821 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 1822 | <activity android:name=".deviceinfo.StorageWizardFormatProgress" |
Jeff Sharkey | ccabf4e | 2018-05-01 14:53:25 -0600 | [diff] [blame] | 1823 | android:theme="@style/GlifV3Theme.Light" |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 1824 | android:exported="false" /> |
Jeff Sharkey | 2af67a9 | 2018-04-01 18:25:54 -0600 | [diff] [blame] | 1825 | <activity android:name=".deviceinfo.StorageWizardFormatSlow" |
Jeff Sharkey | ccabf4e | 2018-05-01 14:53:25 -0600 | [diff] [blame] | 1826 | android:theme="@style/GlifV3Theme.Light" |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 1827 | android:exported="false" /> |
| 1828 | <activity android:name=".deviceinfo.StorageWizardMigrateConfirm" |
Jeff Sharkey | ccabf4e | 2018-05-01 14:53:25 -0600 | [diff] [blame] | 1829 | android:theme="@style/GlifV3Theme.Light" |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 1830 | android:exported="false" /> |
| 1831 | <activity android:name=".deviceinfo.StorageWizardMigrateProgress" |
Jeff Sharkey | ccabf4e | 2018-05-01 14:53:25 -0600 | [diff] [blame] | 1832 | android:theme="@style/GlifV3Theme.Light" |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 1833 | android:exported="true" |
| 1834 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 1835 | <activity android:name=".deviceinfo.StorageWizardReady" |
Jeff Sharkey | ccabf4e | 2018-05-01 14:53:25 -0600 | [diff] [blame] | 1836 | android:theme="@style/GlifV3Theme.Light" |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 1837 | android:exported="true" |
| 1838 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 1839 | |
| 1840 | <activity android:name=".deviceinfo.StorageWizardMoveConfirm" |
Jeff Sharkey | ccabf4e | 2018-05-01 14:53:25 -0600 | [diff] [blame] | 1841 | android:theme="@style/GlifV3Theme.Light" |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 1842 | android:exported="false" /> |
| 1843 | <activity android:name=".deviceinfo.StorageWizardMoveProgress" |
Jeff Sharkey | ccabf4e | 2018-05-01 14:53:25 -0600 | [diff] [blame] | 1844 | android:theme="@style/GlifV3Theme.Light" |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 1845 | android:exported="true" |
| 1846 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 1847 | |
Jeff Sharkey | 2949a4a | 2015-04-14 16:44:34 -0700 | [diff] [blame] | 1848 | <!-- Exported for SystemUI to trigger --> |
| 1849 | <receiver android:name=".deviceinfo.StorageUnmountReceiver" |
| 1850 | android:exported="true" |
| 1851 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
| 1852 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 1853 | <activity android:name="Settings$ApnEditorActivity" |
Junda Liu | 76ad635 | 2017-02-03 16:39:23 -0800 | [diff] [blame] | 1854 | android:configChanges="orientation|keyboardHidden|screenSize" |
Amith Yamasani | 34bd7e6 | 2013-06-07 10:19:55 -0700 | [diff] [blame] | 1855 | android:label="@string/apn_edit"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1856 | <intent-filter> |
| 1857 | <action android:name="android.intent.action.VIEW" /> |
| 1858 | <action android:name="android.intent.action.EDIT" /> |
| 1859 | <category android:name="android.intent.category.DEFAULT" /> |
| 1860 | <data android:mimeType="vnd.android.cursor.item/telephony-carrier" /> |
| 1861 | </intent-filter> |
| 1862 | |
| 1863 | <intent-filter> |
| 1864 | <action android:name="android.intent.action.INSERT" /> |
| 1865 | <category android:name="android.intent.category.DEFAULT" /> |
| 1866 | <data android:mimeType="vnd.android.cursor.dir/telephony-carrier" /> |
| 1867 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 1868 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Pengquan Meng | 7a1c93d | 2018-04-02 16:41:54 -0700 | [diff] [blame] | 1869 | android:value="com.android.settings.network.ApnEditor" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1870 | </activity> |
| 1871 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1872 | <activity |
| 1873 | android:name="Settings$DevelopmentSettingsDashboardActivity" |
| 1874 | android:label="@string/development_settings_title" |
| 1875 | android:icon="@drawable/ic_settings_development" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1876 | android:enabled="false"> |
Fan Zhang | 4c26da9 | 2017-09-08 15:29:54 -0700 | [diff] [blame] | 1877 | <intent-filter android:priority="1"> |
| 1878 | <action android:name="android.settings.APPLICATION_DEVELOPMENT_SETTINGS" /> |
| 1879 | <action android:name="com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS" /> |
| 1880 | <category android:name="android.intent.category.DEFAULT" /> |
| 1881 | </intent-filter> |
Fan Zhang | 9980096 | 2018-08-08 11:12:03 -0700 | [diff] [blame] | 1882 | <intent-filter> |
Fan Zhang | 4c26da9 | 2017-09-08 15:29:54 -0700 | [diff] [blame] | 1883 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 1884 | </intent-filter> |
Fan Zhang | 9980096 | 2018-08-08 11:12:03 -0700 | [diff] [blame] | 1885 | <meta-data android:name="com.android.settings.order" android:value="-40"/> |
Fan Zhang | 4c26da9 | 2017-09-08 15:29:54 -0700 | [diff] [blame] | 1886 | <meta-data android:name="com.android.settings.category" |
| 1887 | android:value="com.android.settings.category.ia.system" /> |
| 1888 | <meta-data android:name="com.android.settings.summary" |
| 1889 | android:resource="@string/summary_empty"/> |
| 1890 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1891 | android:value="com.android.settings.development.DevelopmentSettingsDashboardFragment" /> |
| 1892 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1893 | android:value="true" /> |
| 1894 | </activity> |
| 1895 | |
Fan Zhang | 6359a19 | 2017-05-11 16:04:09 -0700 | [diff] [blame] | 1896 | <!-- The opposite of DevelopmentSettingsActivity, it's no-op and only enabled when the real |
| 1897 | activity is disabled to be CTS compliant. --> |
| 1898 | <activity |
| 1899 | android:name=".development.DevelopmentSettingsDisabledActivity" |
| 1900 | android:icon="@drawable/ic_settings_development" |
| 1901 | android:label="@string/development_settings_title" |
Fan Zhang | 7373ec0 | 2018-08-14 13:25:47 -0700 | [diff] [blame] | 1902 | android:excludeFromRecents="true" |
| 1903 | android:theme="@style/Transparent"> |
Fan Zhang | 6359a19 | 2017-05-11 16:04:09 -0700 | [diff] [blame] | 1904 | <intent-filter android:priority="-1"> |
| 1905 | <action android:name="android.settings.APPLICATION_DEVELOPMENT_SETTINGS" /> |
| 1906 | <action android:name="com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS" /> |
| 1907 | <category android:name="android.intent.category.DEFAULT" /> |
| 1908 | </intent-filter> |
| 1909 | </activity> |
| 1910 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1911 | <activity |
| 1912 | android:name="Settings$PrintSettingsActivity" |
| 1913 | android:label="@string/print_settings" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 1914 | android:icon="@drawable/ic_settings_print"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1915 | <intent-filter android:priority="1"> |
| 1916 | <action android:name="android.settings.ACTION_PRINT_SETTINGS" /> |
| 1917 | <category android:name="android.intent.category.DEFAULT" /> |
| 1918 | </intent-filter> |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 1919 | <intent-filter> |
| 1920 | <action android:name="android.intent.action.MAIN" /> |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 1921 | <category android:name="android.intent.category.DEFAULT" /> |
| 1922 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1923 | </intent-filter> |
| 1924 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1925 | android:value="com.android.settings.print.PrintSettingsFragment" /> |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 1926 | </activity> |
| 1927 | |
Svetoslav | d9f156d | 2013-10-09 21:59:04 -0700 | [diff] [blame] | 1928 | <activity android:name="Settings$PrintJobSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 1929 | android:label="@string/print_print_job"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1930 | <intent-filter android:priority="1"> |
Svetoslav | d9f156d | 2013-10-09 21:59:04 -0700 | [diff] [blame] | 1931 | <action android:name="android.settings.ACTION_PRINT_SETTINGS" /> |
| 1932 | <category android:name="android.intent.category.DEFAULT" /> |
| 1933 | <data android:scheme="printjob" android:pathPattern="*" /> |
| 1934 | </intent-filter> |
| 1935 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1936 | android:value="com.android.settings.print.PrintJobSettingsFragment" /> |
Svetoslav | d9f156d | 2013-10-09 21:59:04 -0700 | [diff] [blame] | 1937 | </activity> |
| 1938 | |
Fan Zhang | 2907f86 | 2017-03-17 15:05:14 -0700 | [diff] [blame] | 1939 | <activity android:name=".development.AppPicker" |
| 1940 | android:label="@string/select_application" |
| 1941 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog" /> |
Dianne Hackborn | 9244df4 | 2012-02-14 13:25:41 -0800 | [diff] [blame] | 1942 | |
Gustav Sennton | 5b59628 | 2017-02-03 16:19:02 +0000 | [diff] [blame] | 1943 | <activity android:name="Settings$WebViewAppPickerActivity" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 1944 | android:label="@string/select_webview_provider_dialog_title" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1945 | |
Jaikumar Ganesh | 3a76bca | 2009-07-16 18:41:58 -0700 | [diff] [blame] | 1946 | <activity android:name=".bluetooth.BluetoothPairingDialog" |
Michael Chan | 684736a | 2009-09-01 18:51:04 -0700 | [diff] [blame] | 1947 | android:excludeFromRecents="true" |
Antony Sargent | 4d7df06 | 2017-07-12 17:29:10 -0700 | [diff] [blame] | 1948 | android:windowSoftInputMode="stateVisible|adjustResize" |
jackqdyulei | 27f62fd | 2019-02-22 15:31:35 -0800 | [diff] [blame] | 1949 | android:theme="@style/Theme.AlertDialog" |
| 1950 | android:taskAffinity=".bluetooth.BluetoothPairingDialog"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1951 | <intent-filter android:priority="1"> |
Nick Pelly | 5ddbd94 | 2009-09-11 11:41:59 -0700 | [diff] [blame] | 1952 | <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1953 | <category android:name="android.intent.category.DEFAULT" /> |
| 1954 | </intent-filter> |
| 1955 | </activity> |
| 1956 | |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 1957 | <activity android:name=".bluetooth.RequestPermissionActivity" |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 1958 | android:excludeFromRecents="true" |
| 1959 | android:permission="android.permission.BLUETOOTH" |
Fan Zhang | a122be1 | 2018-07-16 16:28:37 -0700 | [diff] [blame] | 1960 | android:theme="@style/Theme.BluetoothPermission"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1961 | <intent-filter android:priority="1"> |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 1962 | <action android:name="android.bluetooth.adapter.action.REQUEST_DISCOVERABLE" /> |
| 1963 | <action android:name="android.bluetooth.adapter.action.REQUEST_ENABLE" /> |
Svetoslav Ganov | b06766f | 2016-07-22 20:08:41 -0700 | [diff] [blame] | 1964 | <action android:name="android.bluetooth.adapter.action.REQUEST_DISABLE" /> |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 1965 | <category android:name="android.intent.category.DEFAULT" /> |
| 1966 | </intent-filter> |
| 1967 | </activity> |
| 1968 | |
Irfan Sheriff | 50f341d | 2013-03-18 13:11:47 -0700 | [diff] [blame] | 1969 | <activity android:name=".wifi.WifiScanModeActivity" |
| 1970 | android:excludeFromRecents="true" |
| 1971 | android:theme="@style/Transparent"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1972 | <intent-filter android:priority="1"> |
Irfan Sheriff | 50f341d | 2013-03-18 13:11:47 -0700 | [diff] [blame] | 1973 | <action android:name="android.net.wifi.action.REQUEST_SCAN_ALWAYS_AVAILABLE" /> |
| 1974 | <category android:name="android.intent.category.DEFAULT" /> |
| 1975 | </intent-filter> |
| 1976 | </activity> |
| 1977 | |
Jerry Zhang | d18d6f1 | 2018-01-11 16:47:14 -0800 | [diff] [blame] | 1978 | <activity android:name=".Settings$UsbDetailsActivity" |
| 1979 | android:excludeFromRecents="true" |
| 1980 | android:permission="android.permission.MANAGE_USB" |
| 1981 | android:exported="true"> |
| 1982 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1983 | android:value="com.android.settings.connecteddevice.usb.UsbDetailsFragment"/> |
| 1984 | </activity> |
| 1985 | |
Michal Karpinski | 707f42f | 2016-02-25 17:29:43 +0000 | [diff] [blame] | 1986 | <activity android:name=".RemoteBugreportActivity" |
| 1987 | android:excludeFromRecents="true" |
| 1988 | android:exported="true" |
| 1989 | android:permission="android.permission.DUMP" |
tmfang | 5ade2f1 | 2018-07-30 13:49:43 +0800 | [diff] [blame] | 1990 | android:theme="@style/Theme.AlertDialog"> |
Michal Karpinski | 707f42f | 2016-02-25 17:29:43 +0000 | [diff] [blame] | 1991 | <intent-filter> |
| 1992 | <action android:name="android.settings.SHOW_REMOTE_BUGREPORT_DIALOG" /> |
| 1993 | <category android:name="android.intent.category.DEFAULT" /> |
| 1994 | </intent-filter> |
| 1995 | </activity> |
| 1996 | |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 1997 | <activity android:name=".bluetooth.RequestPermissionHelperActivity" |
| 1998 | android:label="@string/bluetooth_pairing_request" |
| 1999 | android:excludeFromRecents="true" |
| 2000 | android:permission="android.permission.BLUETOOTH" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2001 | android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 2002 | </activity> |
| 2003 | |
Marie Janssen | d06d83c | 2017-02-14 18:49:17 -0800 | [diff] [blame] | 2004 | <service android:name=".bluetooth.BluetoothPairingService" /> |
| 2005 | |
Jaikumar Ganesh | 3a76bca | 2009-07-16 18:41:58 -0700 | [diff] [blame] | 2006 | <receiver android:name=".bluetooth.BluetoothPairingRequest"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2007 | <intent-filter> |
Nick Pelly | 5ddbd94 | 2009-09-11 11:41:59 -0700 | [diff] [blame] | 2008 | <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2009 | </intent-filter> |
| 2010 | </receiver> |
| 2011 | |
Jaikumar Ganesh | e0b01ad | 2011-09-07 17:19:19 -0700 | [diff] [blame] | 2012 | <receiver android:name=".bluetooth.BluetoothPermissionRequest" |
| 2013 | android:permission="android.permission.BLUETOOTH_ADMIN"> |
Matthew Xie | dbed120 | 2011-06-27 18:21:25 -0700 | [diff] [blame] | 2014 | <intent-filter> |
| 2015 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" /> |
| 2016 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" /> |
| 2017 | </intent-filter> |
| 2018 | </receiver> |
| 2019 | |
| 2020 | <activity android:name=".bluetooth.BluetoothPermissionActivity" |
| 2021 | android:label="@string/bluetooth_connection_permission_request" |
| 2022 | android:excludeFromRecents="true" |
| 2023 | android:permission="android.permission.BLUETOOTH_ADMIN" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2024 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2025 | <intent-filter android:priority="1"> |
Matthew Xie | dbed120 | 2011-06-27 18:21:25 -0700 | [diff] [blame] | 2026 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" /> |
| 2027 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" /> |
| 2028 | <category android:name="android.intent.category.DEFAULT" /> |
| 2029 | </intent-filter> |
| 2030 | </activity> |
| 2031 | |
Joe Onorato | de560372 | 2009-03-24 17:49:03 -0700 | [diff] [blame] | 2032 | <activity android:name="ActivityPicker" |
| 2033 | android:label="@string/activity_picker_label" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2034 | android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert" |
Dianne Hackborn | ec54997 | 2009-09-23 22:24:22 -0700 | [diff] [blame] | 2035 | android:finishOnCloseSystemDialogs="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2036 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2037 | <action android:name="android.intent.action.PICK_ACTIVITY" /> |
| 2038 | <category android:name="android.intent.category.DEFAULT" /> |
| 2039 | </intent-filter> |
| 2040 | </activity> |
| 2041 | |
Jeff Hamilton | 3d670de | 2011-09-21 16:44:36 -0500 | [diff] [blame] | 2042 | <!-- NFC settings --> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2043 | <activity |
| 2044 | android:name="Settings$AndroidBeamSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2045 | android:label="@string/android_beam_settings_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2046 | <intent-filter android:priority="1"> |
| 2047 | <action android:name="android.settings.NFCSHARING_SETTINGS" /> |
| 2048 | <category android:name="android.intent.category.DEFAULT" /> |
| 2049 | </intent-filter> |
Jeff Hamilton | 3d670de | 2011-09-21 16:44:36 -0500 | [diff] [blame] | 2050 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Nick Pelly | e0eedf7 | 2011-10-31 14:11:29 -0700 | [diff] [blame] | 2051 | android:value="com.android.settings.nfc.AndroidBeam" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2052 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2053 | android:value="true" /> |
Jeff Hamilton | 3d670de | 2011-09-21 16:44:36 -0500 | [diff] [blame] | 2054 | </activity> |
| 2055 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2056 | <activity |
| 2057 | android:name="Settings$WifiDisplaySettingsActivity" |
| 2058 | android:label="@string/wifi_display_settings_title" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2059 | android:icon="@drawable/ic_cast_24dp"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2060 | <intent-filter android:priority="1"> |
Jeff Brown | ff0e81e | 2014-08-19 17:47:54 -0700 | [diff] [blame] | 2061 | <action android:name="android.settings.CAST_SETTINGS" /> |
Jeff Brown | 9e143f5 | 2012-09-19 20:46:07 -0700 | [diff] [blame] | 2062 | <category android:name="android.intent.category.DEFAULT" /> |
| 2063 | </intent-filter> |
| 2064 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2065 | android:value="com.android.settings.wfd.WifiDisplaySettings" /> |
| 2066 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2067 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2068 | <activity android:name="Settings$TestingSettingsActivity" android:label="@string/testing"> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2069 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2070 | android:value="com.android.settings.TestingSettings" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2071 | </activity> |
| 2072 | |
Matthew Fritze | 626a21b | 2016-08-17 11:52:39 -0700 | [diff] [blame] | 2073 | <receiver android:name=".TestingSettingsBroadcastReceiver"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2074 | <intent-filter> |
| 2075 | <action android:name="android.provider.Telephony.SECRET_CODE" /> |
| 2076 | <data android:scheme="android_secret_code" android:host="4636" /> |
| 2077 | </intent-filter> |
| 2078 | </receiver> |
| 2079 | |
The Android Open Source Project | 80a7a1d | 2009-03-11 12:11:59 -0700 | [diff] [blame] | 2080 | <!-- Standard picker for widgets --> |
Joe Onorato | de560372 | 2009-03-24 17:49:03 -0700 | [diff] [blame] | 2081 | <activity android:name="AppWidgetPickActivity" |
| 2082 | android:label="@string/widget_picker_title" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2083 | android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert" |
Joe Onorato | 9bcc691 | 2011-01-10 12:55:57 -0800 | [diff] [blame] | 2084 | android:finishOnCloseSystemDialogs="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2085 | <intent-filter android:priority="1"> |
The Android Open Source Project | 80a7a1d | 2009-03-11 12:11:59 -0700 | [diff] [blame] | 2086 | <action android:name="android.appwidget.action.APPWIDGET_PICK" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2087 | <category android:name="android.intent.category.DEFAULT" /> |
| 2088 | </intent-filter> |
| 2089 | </activity> |
| 2090 | |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 2091 | <activity android:name="AllowBindAppWidgetActivity" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2092 | android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert" |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 2093 | android:finishOnCloseSystemDialogs="true" |
| 2094 | android:excludeFromRecents="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2095 | <intent-filter android:priority="1"> |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 2096 | <action android:name="android.appwidget.action.APPWIDGET_BIND" /> |
| 2097 | <category android:name="android.intent.category.DEFAULT" /> |
| 2098 | </intent-filter> |
| 2099 | </activity> |
| 2100 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2101 | <activity android:name="UsageStatsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2102 | android:label="@string/usage_stats_label"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2103 | <intent-filter> |
| 2104 | <action android:name="android.intent.action.MAIN" /> |
| 2105 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 2106 | </intent-filter> |
| 2107 | </activity> |
| 2108 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2109 | <activity |
| 2110 | android:name="Settings$PowerUsageSummaryActivity" |
| 2111 | android:label="@string/power_usage_summary_title" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2112 | android:icon="@drawable/ic_settings_battery"> |
jackqdyulei | b96ccba | 2018-01-23 10:29:13 -0800 | [diff] [blame] | 2113 | <intent-filter android:priority="1"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2114 | <action android:name="android.intent.action.POWER_USAGE_SUMMARY" /> |
| 2115 | <category android:name="android.intent.category.DEFAULT" /> |
| 2116 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 2117 | <intent-filter android:priority="51"> |
jackqdyulei | b96ccba | 2018-01-23 10:29:13 -0800 | [diff] [blame] | 2118 | <action android:name="android.intent.action.MAIN" /> |
jackqdyulei | b96ccba | 2018-01-23 10:29:13 -0800 | [diff] [blame] | 2119 | <category android:name="com.android.settings.SHORTCUT" /> |
| 2120 | </intent-filter> |
Dianne Hackborn | 59a4860 | 2010-11-10 23:34:52 -0800 | [diff] [blame] | 2121 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2122 | android:value="com.android.settings.fuelgauge.PowerUsageSummary" /> |
Dianne Hackborn | cbaf6ce | 2010-07-23 00:23:21 -0700 | [diff] [blame] | 2123 | </activity> |
| 2124 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2125 | <activity |
| 2126 | android:name="Settings$BatterySaverSettingsActivity" |
| 2127 | android:label="@string/battery_saver" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2128 | android:icon="@drawable/ic_settings_battery"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2129 | <intent-filter android:priority="1"> |
| 2130 | <action android:name="android.settings.BATTERY_SAVER_SETTINGS" /> |
| 2131 | <category android:name="android.intent.category.DEFAULT" /> |
| 2132 | </intent-filter> |
John Spurlock | c7f8e8c | 2014-06-04 19:11:22 -0400 | [diff] [blame] | 2133 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 747f0e1 | 2018-03-01 09:49:34 -0800 | [diff] [blame] | 2134 | android:value="com.android.settings.fuelgauge.batterysaver.BatterySaverSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2135 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2136 | android:value="true" /> |
John Spurlock | c7f8e8c | 2014-06-04 19:11:22 -0400 | [diff] [blame] | 2137 | </activity> |
| 2138 | |
P.Y. Laligand | 1f403d5 | 2015-04-14 16:14:16 -0700 | [diff] [blame] | 2139 | <activity android:name=".fuelgauge.BatterySaverModeVoiceActivity" |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 2140 | android:label="@string/power_usage_summary_title" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2141 | android:theme="@*android:style/Theme.DeviceDefault.Light.Voice" |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 2142 | android:exported="true"> |
| 2143 | <intent-filter> |
| 2144 | <action android:name="android.settings.VOICE_CONTROL_BATTERY_SAVER_MODE" /> |
| 2145 | <category android:name="android.intent.category.DEFAULT" /> |
| 2146 | <category android:name="android.intent.category.VOICE" /> |
| 2147 | </intent-filter> |
| 2148 | </activity> |
| 2149 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2150 | <activity |
| 2151 | android:name="Settings$AccountSyncSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2152 | android:label="@string/account_sync_settings_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2153 | <intent-filter android:priority="1"> |
| 2154 | <action android:name="android.settings.ACCOUNT_SYNC_SETTINGS" /> |
| 2155 | <category android:name="android.intent.category.DEFAULT" /> |
| 2156 | </intent-filter> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2157 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2158 | android:value="com.android.settings.accounts.AccountSyncSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2159 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2160 | android:value="true" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2161 | </activity> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2162 | <activity |
| 2163 | android:name="Settings$ManagedProfileSettingsActivity" |
Ricky Wai | bf94d09 | 2017-02-01 15:26:29 +0000 | [diff] [blame] | 2164 | android:label="@string/managed_profile_settings_title" |
Ricky Wai | bf94d09 | 2017-02-01 15:26:29 +0000 | [diff] [blame] | 2165 | android:permission="android.permission.MANAGE_USERS"> |
| 2166 | <intent-filter android:priority="1"> |
| 2167 | <action android:name="android.settings.MANAGED_PROFILE_SETTINGS" /> |
| 2168 | <category android:name="android.intent.category.DEFAULT" /> |
| 2169 | </intent-filter> |
| 2170 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2171 | android:value="com.android.settings.accounts.ManagedProfileSettings" /> |
| 2172 | </activity> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2173 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2174 | <activity |
| 2175 | android:name="com.android.settings.accounts.AddAccountSettings" |
Amith Yamasani | 21c2904 | 2012-10-02 15:16:21 -0700 | [diff] [blame] | 2176 | android:theme="@android:style/Theme.Translucent.NoTitleBar" |
Amith Yamasani | 7bb8f72 | 2011-06-02 18:05:40 -0700 | [diff] [blame] | 2177 | android:configChanges="orientation|keyboardHidden|screenSize" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2178 | android:label="@string/header_add_an_account"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2179 | <intent-filter android:priority="1"> |
| 2180 | <action android:name="android.settings.ADD_ACCOUNT_SETTINGS" /> |
| 2181 | <category android:name="android.intent.category.DEFAULT" /> |
| 2182 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2183 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2184 | android:value="true" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2185 | </activity> |
| 2186 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2187 | <activity android:name="Settings$ChooseAccountActivity" |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2188 | android:label="@string/header_add_an_account" |
Fan Zhang | 92f1e94 | 2017-01-21 10:07:26 -0800 | [diff] [blame] | 2189 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2190 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Emily Chuang | b279b1c | 2018-04-12 10:12:28 +0800 | [diff] [blame] | 2191 | android:value="com.android.settings.accounts.ChooseAccountFragment" /> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2192 | </activity> |
Jim Miller | 165bf2f | 2011-01-26 16:10:26 -0800 | [diff] [blame] | 2193 | |
Jason parks | 8fd5bc9 | 2011-01-12 16:03:31 -0600 | [diff] [blame] | 2194 | <activity android:name=".CryptKeeper" |
Fyodor Kupolov | 25f1f60 | 2015-08-25 10:16:07 -0700 | [diff] [blame] | 2195 | androidprv:systemUserOnly="true" |
Jason parks | 8fd5bc9 | 2011-01-12 16:03:31 -0600 | [diff] [blame] | 2196 | android:immersive="true" |
| 2197 | android:launchMode="singleTop" |
Dianne Hackborn | 140f6c6 | 2011-10-16 11:49:00 -0700 | [diff] [blame] | 2198 | android:excludeFromRecents="true" |
Paul Lawrence | 26abe64 | 2014-06-11 15:24:37 -0700 | [diff] [blame] | 2199 | android:theme="@style/Theme.CryptKeeper" |
Paul Lawrence | 5ab67c5 | 2014-05-14 13:57:06 -0700 | [diff] [blame] | 2200 | android:configChanges="mnc|mcc|keyboard|keyboardHidden|uiMode" |
Paul Lawrence | eca15e1 | 2014-05-23 08:46:34 -0700 | [diff] [blame] | 2201 | android:windowSoftInputMode="adjustResize" |
Paul Lawrence | a1092fe | 2015-06-08 11:00:50 -0700 | [diff] [blame] | 2202 | android:screenOrientation="nosensor" |
| 2203 | android:process=":CryptKeeper"> |
Jason parks | 8fd5bc9 | 2011-01-12 16:03:31 -0600 | [diff] [blame] | 2204 | <intent-filter android:priority="10"> |
| 2205 | <action android:name="android.intent.action.MAIN" /> |
| 2206 | <category android:name="android.intent.category.HOME" /> |
| 2207 | <category android:name="android.intent.category.DEFAULT" /> |
| 2208 | </intent-filter> |
| 2209 | </activity> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2210 | |
Jeff Sharkey | 9e9f7d1 | 2015-11-30 13:28:19 -0700 | [diff] [blame] | 2211 | <!-- Triggered when user-selected home app isn't encryption aware --> |
| 2212 | <activity android:name=".FallbackHome" |
| 2213 | android:excludeFromRecents="true" |
Fan Zhang | 49534b7 | 2017-06-22 15:04:41 -0700 | [diff] [blame] | 2214 | android:label="" |
Maurice Lam | 6e79c02 | 2016-07-15 18:11:54 -0700 | [diff] [blame] | 2215 | android:screenOrientation="nosensor" |
Louis Chang | 397cdd6 | 2019-06-27 09:57:54 +0800 | [diff] [blame] | 2216 | android:taskAffinity="com.android.settings.FallbackHome" |
Jeff Sharkey | e555a6f | 2016-02-23 20:48:01 -0700 | [diff] [blame] | 2217 | android:theme="@style/FallbackHome"> |
Xiaohui Chen | dbf3e15 | 2015-12-30 15:51:56 -0800 | [diff] [blame] | 2218 | <intent-filter android:priority="-1000"> |
Jeff Sharkey | 9e9f7d1 | 2015-11-30 13:28:19 -0700 | [diff] [blame] | 2219 | <action android:name="android.intent.action.MAIN" /> |
| 2220 | <category android:name="android.intent.category.HOME" /> |
| 2221 | <category android:name="android.intent.category.DEFAULT" /> |
| 2222 | </intent-filter> |
| 2223 | </activity> |
| 2224 | |
Vikram Aggarwal | 9f55ae2 | 2012-04-02 13:36:35 -0700 | [diff] [blame] | 2225 | <activity android:name=".CryptKeeper$FadeToBlack" |
Jason parks | f1dbf55 | 2011-01-24 16:19:28 -0600 | [diff] [blame] | 2226 | android:immersive="true" |
| 2227 | android:launchMode="singleTop" |
| 2228 | android:theme="@style/CryptKeeperBlankTheme" |
| 2229 | /> |
| 2230 | |
Jason parks | f821730 | 2011-01-26 13:11:42 -0600 | [diff] [blame] | 2231 | <activity android:name=".CryptKeeperConfirm$Blank" |
| 2232 | android:immersive="true" |
| 2233 | android:launchMode="singleTop" |
| 2234 | android:theme="@style/CryptKeeperBlankTheme" |
| 2235 | /> |
| 2236 | |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 2237 | <!-- Pseudo-activity used to provide an intent-filter entry point to encryption settings --> |
| 2238 | <activity android:name="Settings$CryptKeeperSettingsActivity" |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 2239 | android:label="@string/crypt_keeper_encrypt_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2240 | <intent-filter android:priority="1"> |
| 2241 | <action android:name="android.app.action.START_ENCRYPTION" /> |
songkailun | 7d2a590 | 2017-09-29 09:42:05 +0800 | [diff] [blame] | 2242 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2243 | </intent-filter> |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 2244 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | c58a883 | 2017-11-01 17:59:53 -0700 | [diff] [blame] | 2245 | android:value="com.android.settings.security.CryptKeeperSettings" /> |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 2246 | </activity> |
| 2247 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2248 | <activity |
| 2249 | android:name="Settings$DataUsageSummaryActivity" |
| 2250 | android:label="@string/data_usage_summary_title" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2251 | android:icon="@drawable/ic_settings_data_usage"> |
Rohan Shah | ff5bd33 | 2018-03-21 17:16:39 -0700 | [diff] [blame] | 2252 | <intent-filter android:priority="1"> |
| 2253 | <action android:name="android.settings.DATA_USAGE_SETTINGS" /> |
| 2254 | <category android:name="android.intent.category.DEFAULT" /> |
| 2255 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 2256 | <intent-filter android:priority="3"> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 2257 | <action android:name="android.intent.action.MAIN" /> |
Amith Yamasani | 7836e4a | 2011-09-19 13:25:52 -0700 | [diff] [blame] | 2258 | <category android:name="com.android.settings.SHORTCUT" /> |
Jeff Sharkey | dd6efe1 | 2011-06-15 10:31:41 -0700 | [diff] [blame] | 2259 | </intent-filter> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 2260 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | cd21cb8 | 2018-06-11 09:28:02 -0700 | [diff] [blame] | 2261 | android:value="com.android.settings.datausage.DataUsageSummary" /> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 2262 | </activity> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2263 | <activity |
| 2264 | android:name="Settings$MobileDataUsageListActivity" |
Yanting Yang | 85713d0 | 2019-09-27 18:34:04 +0800 | [diff] [blame] | 2265 | android:label="@string/cellular_data_usage"> |
Malcolm Chen | 52584e9 | 2017-06-20 11:14:27 -0700 | [diff] [blame] | 2266 | <intent-filter android:priority="1"> |
| 2267 | <action android:name="android.settings.MOBILE_DATA_USAGE" /> |
Malcolm Chen | 6fef2fff | 2017-07-13 17:59:58 -0700 | [diff] [blame] | 2268 | <category android:name="android.intent.category.DEFAULT" /> |
Malcolm Chen | 52584e9 | 2017-06-20 11:14:27 -0700 | [diff] [blame] | 2269 | </intent-filter> |
| 2270 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Doris Ling | 282a0d9 | 2018-11-30 16:20:32 -0800 | [diff] [blame] | 2271 | android:value="com.android.settings.datausage.DataUsageList" /> |
Malcolm Chen | 52584e9 | 2017-06-20 11:14:27 -0700 | [diff] [blame] | 2272 | </activity> |
| 2273 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2274 | <activity |
| 2275 | android:name="Settings$DreamSettingsActivity" |
| 2276 | android:label="@string/screensaver_settings_title" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2277 | android:icon="@drawable/ic_settings_display"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2278 | <intent-filter android:priority="1"> |
| 2279 | <action android:name="android.settings.DREAM_SETTINGS" /> |
| 2280 | <category android:name="android.intent.category.DEFAULT" /> |
| 2281 | </intent-filter> |
Daniel Sandler | 7dee75c | 2012-11-27 22:41:30 -0500 | [diff] [blame] | 2282 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Evan Laird | 22315ad | 2017-07-18 16:37:42 -0400 | [diff] [blame] | 2283 | android:value="com.android.settings.dream.DreamSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2284 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2285 | android:value="true" /> |
Daniel Sandler | 7dee75c | 2012-11-27 22:41:30 -0500 | [diff] [blame] | 2286 | </activity> |
| 2287 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2288 | <activity |
| 2289 | android:name="Settings$UserSettingsActivity" |
| 2290 | android:label="@string/user_settings_title" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2291 | android:icon="@drawable/ic_settings_multiuser"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2292 | <intent-filter android:priority="1"> |
| 2293 | <action android:name="android.settings.USER_SETTINGS" /> |
| 2294 | <category android:name="android.intent.category.DEFAULT" /> |
| 2295 | </intent-filter> |
Fan Zhang | 9980096 | 2018-08-08 11:12:03 -0700 | [diff] [blame] | 2296 | <intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2297 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 2298 | </intent-filter> |
Fan Zhang | 9980096 | 2018-08-08 11:12:03 -0700 | [diff] [blame] | 2299 | <meta-data android:name="com.android.settings.order" android:value="-45"/> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2300 | <meta-data android:name="com.android.settings.category" |
Raff Tsai | 9e3a9fd | 2019-10-01 17:06:26 +0800 | [diff] [blame] | 2301 | android:value="com.android.settings.category.ia.system" /> |
Raff Tsai | 6db277e | 2019-10-02 16:43:23 +0800 | [diff] [blame] | 2302 | <meta-data android:name="com.android.settings.summary_uri" |
| 2303 | android:value="content://com.android.settings.dashboard.SummaryProvider/user" /> |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2304 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Raff Tsai | 9e3a9fd | 2019-10-01 17:06:26 +0800 | [diff] [blame] | 2305 | android:value="com.android.settings.users.UserSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2306 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
Raff Tsai | 9e3a9fd | 2019-10-01 17:06:26 +0800 | [diff] [blame] | 2307 | android:value="true" /> |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2308 | </activity> |
| 2309 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2310 | <activity |
| 2311 | android:name="Settings$PaymentSettingsActivity" |
| 2312 | android:label="@string/nfc_payment_settings_title" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2313 | android:icon="@drawable/ic_settings_nfc_payment"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2314 | <intent-filter android:priority="1"> |
| 2315 | <action android:name="android.settings.NFC_PAYMENT_SETTINGS" /> |
| 2316 | <category android:name="android.intent.category.DEFAULT" /> |
| 2317 | </intent-filter> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2318 | <intent-filter> |
| 2319 | <action android:name="android.intent.action.MAIN" /> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2320 | <category android:name="android.intent.category.DEFAULT" /> |
| 2321 | </intent-filter> |
| 2322 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2323 | android:value="com.android.settings.nfc.PaymentSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2324 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2325 | android:value="true" /> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2326 | </activity> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2327 | |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2328 | <activity android:name=".nfc.PaymentDefaultDialog" |
Martijn Coenen | da6c0ba | 2013-09-05 21:07:23 -0700 | [diff] [blame] | 2329 | android:label="@string/nfc_payment_set_default_label" |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2330 | android:excludeFromRecents="true" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2331 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2332 | <intent-filter android:priority="1"> |
Martijn Coenen | a73aa32 | 2013-08-30 12:57:42 -0700 | [diff] [blame] | 2333 | <action android:name="android.nfc.cardemulation.action.ACTION_CHANGE_DEFAULT" /> |
| 2334 | <category android:name="android.intent.category.DEFAULT" /> |
| 2335 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2336 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2337 | android:value="true" /> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2338 | </activity> |
| 2339 | |
Martijn Coenen | cbcc76e | 2015-06-05 21:28:17 +0200 | [diff] [blame] | 2340 | <activity android:name=".nfc.HowItWorks" |
| 2341 | android:label="@string/nfc_payment_settings_title" |
Martijn Coenen | cbcc76e | 2015-06-05 21:28:17 +0200 | [diff] [blame] | 2342 | android:excludeFromRecents="true"> |
| 2343 | </activity> |
| 2344 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2345 | <activity |
| 2346 | android:name="Settings$NotificationAccessSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2347 | android:label="@string/manage_notification_access_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2348 | <intent-filter android:priority="1"> |
| 2349 | <action android:name="android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS" /> |
| 2350 | <category android:name="android.intent.category.DEFAULT" /> |
| 2351 | </intent-filter> |
Daniel Sandler | 79b9bfe | 2013-04-04 14:30:04 -0400 | [diff] [blame] | 2352 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
John Spurlock | 4a35051 | 2014-04-08 14:08:21 -0400 | [diff] [blame] | 2353 | android:value="com.android.settings.notification.NotificationAccessSettings" /> |
John Spurlock | 08531a8 | 2015-05-07 17:45:43 -0400 | [diff] [blame] | 2354 | </activity> |
| 2355 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2356 | <activity |
Fabian Kozynski | 01b2a63 | 2019-02-20 12:55:10 -0500 | [diff] [blame] | 2357 | android:name="Settings$NotificationAssistantSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2358 | android:label="@string/notification_assistant_title"> |
Fabian Kozynski | 01b2a63 | 2019-02-20 12:55:10 -0500 | [diff] [blame] | 2359 | <intent-filter android:priority="1"> |
| 2360 | <action android:name="android.settings.NOTIFICATION_ASSISTANT_SETTINGS" /> |
| 2361 | <category android:name="android.intent.category.DEFAULT" /> |
| 2362 | </intent-filter> |
| 2363 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2364 | android:value="com.android.settings.notification.NotificationAssistantPicker" /> |
| 2365 | </activity> |
| 2366 | |
| 2367 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2368 | android:name="Settings$VrListenersSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2369 | android:label="@string/vr_listeners_title"> |
Ruben Brunk | e1c98ca | 2016-02-23 18:58:56 -0800 | [diff] [blame] | 2370 | <intent-filter android:priority="1"> |
| 2371 | <action android:name="android.settings.VR_LISTENER_SETTINGS" /> |
| 2372 | <category android:name="android.intent.category.DEFAULT" /> |
| 2373 | </intent-filter> |
Ruben Brunk | e1c98ca | 2016-02-23 18:58:56 -0800 | [diff] [blame] | 2374 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | af15522 | 2018-07-11 09:41:39 -0700 | [diff] [blame] | 2375 | android:value="com.android.settings.applications.specialaccess.vrlistener.VrListenerSettings" /> |
Ruben Brunk | e1c98ca | 2016-02-23 18:58:56 -0800 | [diff] [blame] | 2376 | </activity> |
| 2377 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2378 | <activity |
| 2379 | android:name="Settings$PictureInPictureSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2380 | android:label="@string/picture_in_picture_title"> |
Winson Chung | 0a0d95a | 2017-01-20 11:22:44 -0800 | [diff] [blame] | 2381 | <intent-filter android:priority="1"> |
| 2382 | <action android:name="android.settings.PICTURE_IN_PICTURE_SETTINGS" /> |
| 2383 | <category android:name="android.intent.category.DEFAULT" /> |
| 2384 | </intent-filter> |
| 2385 | <intent-filter> |
| 2386 | <action android:name="android.intent.action.MAIN" /> |
| 2387 | <category android:name="android.intent.category.DEFAULT" /> |
| 2388 | </intent-filter> |
| 2389 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 4560ab7 | 2018-07-10 15:46:31 -0700 | [diff] [blame] | 2390 | android:value="com.android.settings.applications.specialaccess.pictureinpicture.PictureInPictureSettings" /> |
Winson Chung | 0a0d95a | 2017-01-20 11:22:44 -0800 | [diff] [blame] | 2391 | </activity> |
Ruben Brunk | e1c98ca | 2016-02-23 18:58:56 -0800 | [diff] [blame] | 2392 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2393 | <activity |
| 2394 | android:name="Settings$AppPictureInPictureSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2395 | android:label="@string/picture_in_picture_title"> |
Winson Chung | 217d0e9 | 2017-03-17 15:48:38 -0700 | [diff] [blame] | 2396 | <intent-filter> |
| 2397 | <action android:name="android.settings.PICTURE_IN_PICTURE_SETTINGS" /> |
| 2398 | <category android:name="android.intent.category.DEFAULT" /> |
| 2399 | <data android:scheme="package" /> |
| 2400 | </intent-filter> |
| 2401 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 4560ab7 | 2018-07-10 15:46:31 -0700 | [diff] [blame] | 2402 | android:value="com.android.settings.applications.specialaccess.pictureinpicture.PictureInPictureDetails" /> |
Winson Chung | 217d0e9 | 2017-03-17 15:48:38 -0700 | [diff] [blame] | 2403 | </activity> |
| 2404 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2405 | <activity |
Fan Zhang | e366f02 | 2019-03-19 13:08:10 -0700 | [diff] [blame] | 2406 | android:name="Settings$ZenAccessDetailSettingsActivity" |
| 2407 | android:label="@string/manage_zen_access_title" |
| 2408 | android:excludeFromRecents="true"> |
| 2409 | <intent-filter> |
| 2410 | <action android:name="android.settings.NOTIFICATION_POLICY_ACCESS_DETAIL_SETTINGS" /> |
| 2411 | <category android:name="android.intent.category.DEFAULT" /> |
| 2412 | <data android:scheme="package" /> |
| 2413 | </intent-filter> |
| 2414 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2415 | android:value="com.android.settings.applications.specialaccess.zenaccess.ZenAccessDetails" /> |
| 2416 | </activity> |
| 2417 | |
| 2418 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2419 | android:name="Settings$ZenAccessSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2420 | android:label="@string/manage_zen_access_title"> |
John Spurlock | 08531a8 | 2015-05-07 17:45:43 -0400 | [diff] [blame] | 2421 | <intent-filter android:priority="1"> |
John Spurlock | a00194d | 2015-06-04 13:01:59 -0400 | [diff] [blame] | 2422 | <action android:name="android.settings.NOTIFICATION_POLICY_ACCESS_SETTINGS" /> |
John Spurlock | 08531a8 | 2015-05-07 17:45:43 -0400 | [diff] [blame] | 2423 | <category android:name="android.intent.category.DEFAULT" /> |
| 2424 | </intent-filter> |
John Spurlock | 08531a8 | 2015-05-07 17:45:43 -0400 | [diff] [blame] | 2425 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2426 | android:value="com.android.settings.notification.ZenAccessSettings" /> |
Daniel Sandler | 79b9bfe | 2013-04-04 14:30:04 -0400 | [diff] [blame] | 2427 | </activity> |
| 2428 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2429 | <activity |
| 2430 | android:name="Settings$ConfigureNotificationSettingsActivity" |
| 2431 | android:label="@string/configure_notification_settings" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2432 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2433 | <intent-filter android:priority="1"> |
| 2434 | <action android:name="android.settings.NOTIFICATION_SETTINGS" /> |
| 2435 | <category android:name="android.intent.category.DEFAULT" /> |
| 2436 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 2437 | <intent-filter android:priority="21"> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2438 | <action android:name="android.intent.action.MAIN" /> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2439 | <category android:name="com.android.settings.SHORTCUT" /> |
| 2440 | </intent-filter> |
| 2441 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2442 | android:value="com.android.settings.notification.ConfigureNotificationSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2443 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2444 | android:value="true" /> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2445 | </activity> |
| 2446 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2447 | <activity |
Julia Reynolds | 4e48da9 | 2019-03-26 09:04:22 -0400 | [diff] [blame] | 2448 | android:name="Settings$AppBubbleNotificationSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2449 | android:label="@string/bubbles_app_toggle_title"> |
Julia Reynolds | 4e48da9 | 2019-03-26 09:04:22 -0400 | [diff] [blame] | 2450 | <intent-filter android:priority="1"> |
| 2451 | <action android:name="android.settings.APP_NOTIFICATION_BUBBLE_SETTINGS" /> |
| 2452 | <category android:name="android.intent.category.DEFAULT" /> |
| 2453 | </intent-filter> |
| 2454 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2455 | android:value="com.android.settings.notification.AppBubbleNotificationSettings" /> |
| 2456 | </activity> |
| 2457 | |
| 2458 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2459 | android:name="Settings$SoundSettingsActivity" |
| 2460 | android:label="@string/sound_settings" |
| 2461 | android:icon="@drawable/ic_homepage_sound" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2462 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2463 | <intent-filter android:priority="1"> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2464 | <action android:name="com.android.settings.SOUND_SETTINGS" /> |
| 2465 | <action android:name="android.settings.SOUND_SETTINGS" /> |
Kenny Guy | f9f279e | 2017-04-04 18:01:13 +0100 | [diff] [blame] | 2466 | <action android:name="android.settings.ACTION_OTHER_SOUND_SETTINGS" /> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2467 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2468 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 2469 | <intent-filter android:priority="40"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2470 | <action android:name="android.intent.action.MAIN" /> |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2471 | <category android:name="com.android.settings.SHORTCUT" /> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2472 | </intent-filter> |
| 2473 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2474 | android:value="com.android.settings.notification.SoundSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2475 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2476 | android:value="true" /> |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2477 | </activity> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2478 | |
Julia Reynolds | ff9500d | 2018-03-21 15:23:13 -0400 | [diff] [blame] | 2479 | <!-- Show apps for which application-level notification settings are applicable --> |
| 2480 | <activity android:name="Settings$NotificationAppListActivity" |
| 2481 | android:label="@string/app_notifications_title" |
| 2482 | android:icon="@drawable/ic_notifications" |
Fan Zhang | 416ff0a | 2018-10-26 15:39:39 -0700 | [diff] [blame] | 2483 | android:exported="true"> |
Julia Reynolds | ff9500d | 2018-03-21 15:23:13 -0400 | [diff] [blame] | 2484 | <intent-filter android:priority="1"> |
| 2485 | <action android:name="android.settings.ALL_APPS_NOTIFICATION_SETTINGS" /> |
| 2486 | <category android:name="android.intent.category.DEFAULT" /> |
| 2487 | </intent-filter> |
Julia Reynolds | ff9500d | 2018-03-21 15:23:13 -0400 | [diff] [blame] | 2488 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2489 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
| 2490 | </activity> |
| 2491 | |
John Spurlock | 802ddf9 | 2014-07-18 11:51:13 -0400 | [diff] [blame] | 2492 | <!-- Show application-level notification settings (app passed in as extras) --> |
| 2493 | <activity android:name="Settings$AppNotificationSettingsActivity" |
John Spurlock | b8ec343 | 2014-07-27 13:33:34 -0400 | [diff] [blame] | 2494 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2495 | <intent-filter android:priority="1"> |
| 2496 | <action android:name="android.settings.APP_NOTIFICATION_SETTINGS" /> |
| 2497 | <category android:name="android.intent.category.DEFAULT" /> |
| 2498 | </intent-filter> |
John Spurlock | 802ddf9 | 2014-07-18 11:51:13 -0400 | [diff] [blame] | 2499 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2500 | android:value="com.android.settings.notification.AppNotificationSettings" /> |
John Spurlock | b8ec343 | 2014-07-27 13:33:34 -0400 | [diff] [blame] | 2501 | </activity> |
| 2502 | |
Julia Reynolds | 6949288 | 2017-01-25 10:32:07 -0500 | [diff] [blame] | 2503 | <!-- Show channel-level notification settings (channel passed in as extras) --> |
| 2504 | <activity android:name="Settings$ChannelNotificationSettingsActivity" |
Julia Reynolds | e2897ae | 2018-04-19 10:04:53 -0400 | [diff] [blame] | 2505 | android:label="@string/notification_channel_title" |
Julia Reynolds | 6949288 | 2017-01-25 10:32:07 -0500 | [diff] [blame] | 2506 | android:exported="true"> |
| 2507 | <intent-filter android:priority="1"> |
| 2508 | <action android:name="android.settings.CHANNEL_NOTIFICATION_SETTINGS" /> |
| 2509 | <category android:name="android.intent.category.DEFAULT" /> |
| 2510 | </intent-filter> |
Julia Reynolds | 6949288 | 2017-01-25 10:32:07 -0500 | [diff] [blame] | 2511 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2512 | android:value="com.android.settings.notification.ChannelNotificationSettings" /> |
| 2513 | </activity> |
| 2514 | |
Zachary Kuznia | 5adcb3d | 2015-08-07 16:32:28 -0700 | [diff] [blame] | 2515 | <!-- Show Manual (from settings item) --> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2516 | <activity |
| 2517 | android:name="ManualDisplayActivity" |
| 2518 | android:label="@string/manual" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2519 | android:enabled="@bool/config_show_manual"> |
Zachary Kuznia | 5adcb3d | 2015-08-07 16:32:28 -0700 | [diff] [blame] | 2520 | <intent-filter> |
| 2521 | <action android:name="android.settings.SHOW_MANUAL" /> |
| 2522 | <category android:name="android.intent.category.DEFAULT" /> |
| 2523 | </intent-filter> |
| 2524 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2525 | android:value="true" /> |
| 2526 | </activity> |
| 2527 | |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 2528 | <!-- Show regulatory info (from settings item or dialing "*#07#") --> |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2529 | <activity |
| 2530 | android:name="RegulatoryInfoDisplayActivity" |
| 2531 | android:label="@string/regulatory_labels" |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2532 | android:enabled="@bool/config_show_regulatory_info"> |
Jeff Sharkey | 3daa259 | 2014-04-18 15:30:15 -0700 | [diff] [blame] | 2533 | <intent-filter> |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 2534 | <action android:name="android.settings.SHOW_REGULATORY_INFO" /> |
| 2535 | <category android:name="android.intent.category.DEFAULT" /> |
| 2536 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2537 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2538 | android:value="true" /> |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 2539 | </activity> |
| 2540 | |
Eugene Susla | 5754412 | 2017-04-14 10:42:59 -0700 | [diff] [blame] | 2541 | <!-- Confirmation dialog for enabling notification access from CompanionDeviceManager --> |
| 2542 | <activity android:name=".notification.NotificationAccessConfirmationActivity" |
| 2543 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" /> |
| 2544 | |
Eri Kasamatsu | 70b1928 | 2015-11-12 17:36:04 +0100 | [diff] [blame] | 2545 | <receiver android:name="com.android.settingslib.bluetooth.BluetoothDiscoverableTimeoutReceiver"> |
Srikanth Uppala | 59a97f7 | 2012-04-04 03:32:22 -0700 | [diff] [blame] | 2546 | <intent-filter> |
| 2547 | <action android:name="android.bluetooth.intent.DISCOVERABLE_TIMEOUT" /> |
| 2548 | </intent-filter> |
| 2549 | </receiver> |
| 2550 | |
Amith Yamasani | 32dccbc | 2012-09-13 18:06:49 -0700 | [diff] [blame] | 2551 | <!-- Watch for ContactsContract.Profile changes and update the user's photo. --> |
| 2552 | <receiver android:name=".users.ProfileUpdateReceiver"> |
| 2553 | <intent-filter> |
| 2554 | <action android:name="android.provider.Contacts.PROFILE_CHANGED" /> |
| 2555 | </intent-filter> |
| 2556 | </receiver> |
| 2557 | |
Sanket Padawe | 9d7eb49 | 2015-06-01 10:25:46 -0700 | [diff] [blame] | 2558 | <receiver android:name=".sim.SimSelectNotification"> |
PauloftheWest | 63f7bc8 | 2014-10-30 08:01:30 -0700 | [diff] [blame] | 2559 | <intent-filter> |
Malcolm Chen | a05e6f8 | 2019-03-27 17:45:29 -0700 | [diff] [blame] | 2560 | <action android:name="android.telephony.action.PRIMARY_SUBSCRIPTION_LIST_CHANGED"/> |
Malcolm Chen | 7dd82f9 | 2019-04-18 19:45:04 -0700 | [diff] [blame] | 2561 | <action android:name="android.settings.ENABLE_MMS_DATA_REQUEST"/> |
PauloftheWest | 63f7bc8 | 2014-10-30 08:01:30 -0700 | [diff] [blame] | 2562 | </intent-filter> |
| 2563 | </receiver> |
| 2564 | |
Amith Yamasani | 2ad9625 | 2013-09-09 13:07:27 -0700 | [diff] [blame] | 2565 | <provider |
Aurimas Liutikas | e0069d3 | 2018-04-17 11:22:43 -0700 | [diff] [blame] | 2566 | android:name="androidx.core.content.FileProvider" |
Amith Yamasani | 2ad9625 | 2013-09-09 13:07:27 -0700 | [diff] [blame] | 2567 | android:authorities="com.android.settings.files" |
| 2568 | android:grantUriPermissions="true" |
| 2569 | android:exported="false"> |
| 2570 | <meta-data |
| 2571 | android:name="android.support.FILE_PROVIDER_PATHS" |
| 2572 | android:resource="@xml/file_paths" /> |
| 2573 | </provider> |
Fabrice Di Meglio | fa7dc24 | 2014-03-12 19:24:43 -0700 | [diff] [blame] | 2574 | |
Andrew Sapperstein | 56a8c33 | 2019-06-18 09:44:18 -0700 | [diff] [blame] | 2575 | <provider |
| 2576 | android:name=".deviceinfo.legal.ModuleLicenseProvider" |
| 2577 | android:authorities="com.android.settings.module_licenses" |
| 2578 | android:grantUriPermissions="true" |
| 2579 | android:exported="false"/> |
| 2580 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2581 | <activity |
| 2582 | android:name=".wifi.RequestToggleWiFiActivity" |
| 2583 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" |
Svetoslav Ganov | 871078e | 2016-07-26 18:26:45 -0700 | [diff] [blame] | 2584 | android:excludeFromRecents="true" |
| 2585 | android:permission="android.permission.CHANGE_WIFI_STATE"> |
| 2586 | <intent-filter> |
| 2587 | <action android:name="android.net.wifi.action.REQUEST_ENABLE" /> |
| 2588 | <action android:name="android.net.wifi.action.REQUEST_DISABLE" /> |
| 2589 | <category android:name="android.intent.category.DEFAULT" /> |
| 2590 | </intent-filter> |
| 2591 | </activity> |
| 2592 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2593 | <activity |
| 2594 | android:name=".wifi.WifiDialogActivity" |
Udam Saini | 86d52c9 | 2016-03-10 11:30:53 -0800 | [diff] [blame] | 2595 | android:label="" |
Maurice Lam | 771fac5 | 2015-09-08 10:36:43 -0700 | [diff] [blame] | 2596 | android:theme="@style/Transparent" |
| 2597 | android:excludeFromRecents="true" |
lindatseng | 8d7d013 | 2019-05-21 14:41:11 -0700 | [diff] [blame] | 2598 | android:documentLaunchMode="always" |
Maurice Lam | ec1f2ee | 2015-10-29 16:40:49 -0700 | [diff] [blame] | 2599 | android:exported="true" |
Udam Saini | 0ec6862 | 2015-12-21 10:52:34 -0800 | [diff] [blame] | 2600 | android:permission="android.permission.CHANGE_WIFI_STATE" |
| 2601 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Maurice Lam | 771fac5 | 2015-09-08 10:36:43 -0700 | [diff] [blame] | 2602 | <intent-filter> |
| 2603 | <action android:name="com.android.settings.WIFI_DIALOG" /> |
| 2604 | <category android:name="android.intent.category.DEFAULT" /> |
| 2605 | </intent-filter> |
| 2606 | </activity> |
| 2607 | |
cosmohsieh | da37bb7 | 2018-11-26 11:58:02 +0800 | [diff] [blame] | 2608 | <activity |
| 2609 | android:name=".wifi.NetworkRequestDialogActivity" |
govenliu | dbf920c | 2019-08-19 16:22:22 +0800 | [diff] [blame] | 2610 | android:theme="@style/Theme.AlertDialog" |
cosmohsieh | da37bb7 | 2018-11-26 11:58:02 +0800 | [diff] [blame] | 2611 | android:excludeFromRecents="true" |
cosmohsieh | ed2fac1 | 2019-03-21 13:32:19 +0800 | [diff] [blame] | 2612 | android:launchMode="singleTop" |
| 2613 | android:taskAffinity=".wifi.NetworkRequestDialogActivity" |
cosmohsieh | da37bb7 | 2018-11-26 11:58:02 +0800 | [diff] [blame] | 2614 | android:exported="true" |
Roshan Pius | 6faf864 | 2019-06-25 13:15:58 -0700 | [diff] [blame] | 2615 | android:permission="android.permission.MAINLINE_WIFI_STACK"> |
cosmohsieh | da37bb7 | 2018-11-26 11:58:02 +0800 | [diff] [blame] | 2616 | <intent-filter> |
cosmohsieh | 1e2e614 | 2019-01-11 10:02:24 +0800 | [diff] [blame] | 2617 | <action android:name="com.android.settings.wifi.action.NETWORK_REQUEST" /> |
cosmohsieh | da37bb7 | 2018-11-26 11:58:02 +0800 | [diff] [blame] | 2618 | <category android:name="android.intent.category.DEFAULT" /> |
| 2619 | </intent-filter> |
| 2620 | </activity> |
| 2621 | |
Jason Chiu | 2c3e6c6 | 2019-04-30 14:41:19 +0800 | [diff] [blame] | 2622 | <receiver |
Jason Chiu | da2ca2f | 2019-01-29 17:13:28 +0800 | [diff] [blame] | 2623 | android:name=".wifi.slice.ConnectToWifiHandler" |
Jason Chiu | da2ca2f | 2019-01-29 17:13:28 +0800 | [diff] [blame] | 2624 | android:exported="false" /> |
| 2625 | |
Antony Sargent | a7dc277 | 2019-04-12 15:08:16 -0700 | [diff] [blame] | 2626 | <activity |
| 2627 | android:name=".sim.SimDialogActivity" |
| 2628 | android:theme="@style/Theme.AlertDialog" |
| 2629 | android:label="@string/sim_settings_title" |
| 2630 | android:launchMode="singleTop" |
| 2631 | android:excludeFromRecents="true"> |
PauloftheWest | ffef98b | 2014-11-18 07:12:48 -0800 | [diff] [blame] | 2632 | <intent-filter> |
| 2633 | <action android:name="android.intent.action.MAIN" /> |
PauloftheWest | ffef98b | 2014-11-18 07:12:48 -0800 | [diff] [blame] | 2634 | </intent-filter> |
| 2635 | </activity> |
| 2636 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2637 | <activity |
Fan Zhang | 03dd39c | 2019-04-02 16:41:01 -0700 | [diff] [blame] | 2638 | android:name=".flashlight.FlashlightHandleActivity" |
| 2639 | android:theme="@android:style/Theme.NoDisplay" |
| 2640 | android:excludeFromRecents="true" |
| 2641 | android:exported="true" |
| 2642 | android:label="@string/power_flashlight"/> |
| 2643 | |
| 2644 | <activity |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2645 | android:name="Settings$WifiCallingSettingsActivity" |
Fan Zhang | 416ff0a | 2018-10-26 15:39:39 -0700 | [diff] [blame] | 2646 | android:label="@string/wifi_calling_settings_title"> |
Pavel Zhamaitsiak | 4ab3256 | 2015-02-23 15:34:07 -0800 | [diff] [blame] | 2647 | <intent-filter> |
| 2648 | <action android:name="android.intent.action.MAIN" /> |
| 2649 | <action android:name="android.settings.WIFI_CALLING_SETTINGS" /> |
| 2650 | <category android:name="android.intent.category.DEFAULT" /> |
| 2651 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 2652 | </intent-filter> |
| 2653 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | b91db42 | 2018-02-09 10:25:55 -0800 | [diff] [blame] | 2654 | android:value="com.android.settings.wifi.calling.WifiCallingSettings" /> |
Pavel Zhamaitsiak | 4ab3256 | 2015-02-23 15:34:07 -0800 | [diff] [blame] | 2655 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2656 | android:value="true" /> |
Pavel Zhamaitsiak | 4ab3256 | 2015-02-23 15:34:07 -0800 | [diff] [blame] | 2657 | </activity> |
| 2658 | |
Fan Zhang | b91db42 | 2018-02-09 10:25:55 -0800 | [diff] [blame] | 2659 | <activity android:name=".wifi.calling.WifiCallingSuggestionActivity" |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 2660 | android:label="@string/wifi_calling_settings_title" |
Mill Chen | 7195800 | 2019-01-23 10:44:39 +0800 | [diff] [blame] | 2661 | android:icon="@drawable/ic_suggestion_wireless"> |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 2662 | <intent-filter> |
| 2663 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | 7afbf0f | 2017-05-08 09:31:01 -0700 | [diff] [blame] | 2664 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 2665 | </intent-filter> |
| 2666 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | b91db42 | 2018-02-09 10:25:55 -0800 | [diff] [blame] | 2667 | android:value="com.android.settings.wifi.calling.WifiCallingSettings" /> |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 2668 | <meta-data android:name="com.android.settings.dismiss" |
Fan Zhang | af91c1f | 2017-06-03 15:24:11 -0700 | [diff] [blame] | 2669 | android:value="10,14,30" /> |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 2670 | <meta-data android:name="com.android.settings.title" |
| 2671 | android:resource="@string/wifi_calling_suggestion_title" /> |
Jason Monk | ec1f28e | 2016-02-24 17:39:29 -0500 | [diff] [blame] | 2672 | <meta-data android:name="com.android.settings.summary" |
| 2673 | android:resource="@string/wifi_calling_suggestion_summary" /> |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 2674 | </activity> |
| 2675 | |
Fabrice Di Meglio | fa7dc24 | 2014-03-12 19:24:43 -0700 | [diff] [blame] | 2676 | <provider |
| 2677 | android:name=".search.SettingsSearchIndexablesProvider" |
| 2678 | android:authorities="com.android.settings" |
| 2679 | android:multiprocess="false" |
| 2680 | android:grantUriPermissions="true" |
| 2681 | android:permission="android.permission.READ_SEARCH_INDEXABLES" |
| 2682 | android:exported="true"> |
| 2683 | <intent-filter> |
| 2684 | <action android:name="android.content.action.SEARCH_INDEXABLES_PROVIDER" /> |
| 2685 | </intent-filter> |
| 2686 | </provider> |
| 2687 | |
Fan Zhang | 2985a07 | 2017-09-27 17:32:46 -0700 | [diff] [blame] | 2688 | <provider |
| 2689 | android:name=".dashboard.suggestions.SuggestionStateProvider" |
| 2690 | android:authorities="com.android.settings.suggestions.status" |
| 2691 | android:exported="true"> |
| 2692 | <intent-filter> |
| 2693 | <action android:name="com.android.settings.action.SUGGESTION_STATE_PROVIDER" /> |
| 2694 | </intent-filter> |
| 2695 | </provider> |
| 2696 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2697 | <activity |
| 2698 | android:name="Settings$OverlaySettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2699 | android:label="@string/draw_overlay"> |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 2700 | <intent-filter android:priority="1"> |
| 2701 | <action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" /> |
| 2702 | <category android:name="android.intent.category.DEFAULT" /> |
| 2703 | </intent-filter> |
Billy Lau | f8f9802 | 2015-07-16 03:50:47 +0100 | [diff] [blame] | 2704 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 2705 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 2706 | </activity> |
| 2707 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2708 | <activity |
| 2709 | android:name="Settings$AppDrawOverlaySettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2710 | android:label="@string/draw_overlay"> |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 2711 | <intent-filter android:priority="1"> |
| 2712 | <action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" /> |
| 2713 | <category android:name="android.intent.category.DEFAULT" /> |
| 2714 | <data android:scheme="package" /> |
| 2715 | </intent-filter> |
| 2716 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Doris Ling | ebf8843 | 2017-12-11 11:18:10 -0800 | [diff] [blame] | 2717 | android:value="com.android.settings.applications.appinfo.DrawOverlayDetails" /> |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 2718 | </activity> |
| 2719 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2720 | <activity |
| 2721 | android:name="Settings$WriteSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2722 | android:label="@string/write_settings_title"> |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 2723 | <intent-filter android:priority="1"> |
| 2724 | <action android:name="android.settings.action.MANAGE_WRITE_SETTINGS" /> |
| 2725 | <category android:name="android.intent.category.DEFAULT" /> |
| 2726 | </intent-filter> |
Billy Lau | bb3aa26 | 2015-07-21 16:43:17 +0100 | [diff] [blame] | 2727 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 2728 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 2729 | </activity> |
| 2730 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2731 | <activity |
| 2732 | android:name="Settings$AppWriteSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2733 | android:label="@string/write_settings_title"> |
Suprabh Shukla | f59d211 | 2017-03-06 17:51:05 -0800 | [diff] [blame] | 2734 | <intent-filter android:priority="1"> |
| 2735 | <action android:name="android.settings.action.MANAGE_WRITE_SETTINGS" /> |
| 2736 | <category android:name="android.intent.category.DEFAULT" /> |
| 2737 | <data android:scheme="package" /> |
| 2738 | </intent-filter> |
| 2739 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Doris Ling | ebf8843 | 2017-12-11 11:18:10 -0800 | [diff] [blame] | 2740 | android:value="com.android.settings.applications.appinfo.WriteSettingsDetails" /> |
Suprabh Shukla | f59d211 | 2017-03-06 17:51:05 -0800 | [diff] [blame] | 2741 | </activity> |
| 2742 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2743 | <activity |
| 2744 | android:name="Settings$ManageExternalSourcesActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2745 | android:label="@string/install_other_apps"> |
Suprabh Shukla | 57d9231 | 2016-12-16 14:44:05 -0800 | [diff] [blame] | 2746 | <intent-filter android:priority="1"> |
Suprabh Shukla | ed0ba74 | 2017-04-20 16:02:54 -0700 | [diff] [blame] | 2747 | <action android:name="android.settings.MANAGE_UNKNOWN_APP_SOURCES" /> |
Suprabh Shukla | 57d9231 | 2016-12-16 14:44:05 -0800 | [diff] [blame] | 2748 | <category android:name="android.intent.category.DEFAULT" /> |
| 2749 | </intent-filter> |
| 2750 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 2751 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Suprabh Shukla | 57d9231 | 2016-12-16 14:44:05 -0800 | [diff] [blame] | 2752 | </activity> |
| 2753 | |
Suprabh Shukla | f59d211 | 2017-03-06 17:51:05 -0800 | [diff] [blame] | 2754 | <activity android:name="Settings$ManageAppExternalSourcesActivity" |
Fan Zhang | 416ff0a | 2018-10-26 15:39:39 -0700 | [diff] [blame] | 2755 | android:label="@string/install_other_apps"> |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 2756 | <intent-filter android:priority="1"> |
Suprabh Shukla | ed0ba74 | 2017-04-20 16:02:54 -0700 | [diff] [blame] | 2757 | <action android:name="android.settings.MANAGE_UNKNOWN_APP_SOURCES" /> |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 2758 | <category android:name="android.intent.category.DEFAULT" /> |
| 2759 | <data android:scheme="package" /> |
| 2760 | </intent-filter> |
| 2761 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Doris Ling | ebf8843 | 2017-12-11 11:18:10 -0800 | [diff] [blame] | 2762 | android:value="com.android.settings.applications.appinfo.ExternalSourcesDetails" /> |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 2763 | </activity> |
| 2764 | |
arangelov | e35badd | 2017-10-27 13:51:28 +0100 | [diff] [blame] | 2765 | <activity android:name=".enterprise.ActionDisabledByAdminDialog" |
Sudheer Shanka | 9159fe9 | 2015-11-23 12:07:05 +0000 | [diff] [blame] | 2766 | android:theme="@style/Transparent" |
Mill Chen | 078af33 | 2019-04-04 15:39:27 -0700 | [diff] [blame] | 2767 | android:taskAffinity="com.android.settings.enterprise" |
Sudheer Shanka | fee4e3e | 2016-02-18 17:48:01 +0000 | [diff] [blame] | 2768 | android:excludeFromRecents="true" |
| 2769 | android:launchMode="singleTop"> |
Sudheer Shanka | bc1c50c | 2018-02-13 17:19:38 -0800 | [diff] [blame] | 2770 | <intent-filter android:priority="1"> |
Sudheer Shanka | cb99d94 | 2015-12-31 17:46:29 +0000 | [diff] [blame] | 2771 | <action android:name="android.settings.SHOW_ADMIN_SUPPORT_DETAILS" /> |
Sudheer Shanka | 9159fe9 | 2015-11-23 12:07:05 +0000 | [diff] [blame] | 2772 | <category android:name="android.intent.category.DEFAULT" /> |
| 2773 | </intent-filter> |
| 2774 | </activity> |
| 2775 | |
Gustav Sennton | 4d3334c | 2016-12-13 19:16:48 +0000 | [diff] [blame] | 2776 | <!-- Keep compatibility with old WebView-picker implementation --> |
| 2777 | <activity-alias android:name=".WebViewImplementation" |
Gustav Sennton | 5b59628 | 2017-02-03 16:19:02 +0000 | [diff] [blame] | 2778 | android:targetActivity="Settings$WebViewAppPickerActivity" |
Jason Monk | 7519954 | 2016-05-06 15:09:32 -0400 | [diff] [blame] | 2779 | android:exported="true" |
| 2780 | android:excludeFromRecents="true" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2781 | android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Jason Monk | 7519954 | 2016-05-06 15:09:32 -0400 | [diff] [blame] | 2782 | <intent-filter> |
| 2783 | <action android:name="android.settings.WEBVIEW_SETTINGS" /> |
| 2784 | <category android:name="android.intent.category.DEFAULT" /> |
| 2785 | </intent-filter> |
| 2786 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2787 | android:value="true" /> |
Gustav Sennton | 5b59628 | 2017-02-03 16:19:02 +0000 | [diff] [blame] | 2788 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2789 | android:value="com.android.settings.webview.WebViewAppPicker" /> |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 2790 | </activity-alias> |
Doris Ling | 9136523 | 2016-05-23 17:06:26 -0700 | [diff] [blame] | 2791 | |
Chandan Nath | 0bfef63 | 2019-01-28 21:15:13 +0000 | [diff] [blame] | 2792 | <provider |
Raff Tsai | 6db277e | 2019-10-02 16:43:23 +0800 | [diff] [blame] | 2793 | android:name=".dashboard.SummaryProvider" |
| 2794 | android:authorities="com.android.settings.dashboard.SummaryProvider"> |
Chandan Nath | 0bfef63 | 2019-01-28 21:15:13 +0000 | [diff] [blame] | 2795 | </provider> |
| 2796 | |
| 2797 | <activity android:name=".backup.UserBackupSettingsActivity" |
Doris Ling | 26bf003 | 2016-06-15 18:16:09 -0700 | [diff] [blame] | 2798 | android:label="@string/privacy_settings_title" |
Chandan Nath | 0bfef63 | 2019-01-28 21:15:13 +0000 | [diff] [blame] | 2799 | android:icon="@drawable/ic_settings_backup"> |
Doris Ling | 26bf003 | 2016-06-15 18:16:09 -0700 | [diff] [blame] | 2800 | <intent-filter> |
| 2801 | <action android:name="android.intent.action.MAIN" /> |
| 2802 | <category android:name="android.intent.category.DEFAULT" /> |
| 2803 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 2804 | </intent-filter> |
Chandan Nath | 0bfef63 | 2019-01-28 21:15:13 +0000 | [diff] [blame] | 2805 | <!-- Mark the activity as a dynamic setting --> |
| 2806 | <intent-filter> |
| 2807 | <action android:name="com.android.settings.action.IA_SETTINGS" /> |
| 2808 | </intent-filter> |
| 2809 | <!-- Tell Settings app which category it belongs to --> |
| 2810 | <meta-data android:name="com.android.settings.category" |
| 2811 | android:value="com.android.settings.category.ia.system" /> |
| 2812 | <meta-data android:name="com.android.settings.summary_uri" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2813 | android:value="content://com.android.settings.dashboard.SummaryProvider/backup" /> |
Chandan Nath | 0bfef63 | 2019-01-28 21:15:13 +0000 | [diff] [blame] | 2814 | <meta-data android:name="com.android.settings.order" android:value="-60"/> |
Doris Ling | 26bf003 | 2016-06-15 18:16:09 -0700 | [diff] [blame] | 2815 | </activity> |
| 2816 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2817 | <activity |
| 2818 | android:name="Settings$AutomaticStorageManagerSettingsActivity" |
| 2819 | android:exported="@bool/config_storage_manager_settings_enabled" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2820 | android:label="@string/automatic_storage_manager_settings"> |
Daniel Nishi | 3981889 | 2016-09-20 16:40:49 -0700 | [diff] [blame] | 2821 | <intent-filter android:priority="1"> |
| 2822 | <action android:name="android.settings.STORAGE_MANAGER_SETTINGS" /> |
| 2823 | <category android:name="android.intent.category.DEFAULT" /> |
| 2824 | </intent-filter> |
| 2825 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2826 | android:value="com.android.settings.deletionhelper.AutomaticStorageManagerSettings" /> |
| 2827 | </activity> |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 2828 | |
Sean Stout | 6441723 | 2019-04-05 12:34:44 -0700 | [diff] [blame] | 2829 | <!-- Show app-level advanced power usage details (app passed in as extras) --> |
| 2830 | <activity |
| 2831 | android:name=".fuelgauge.AdvancedPowerUsageDetailActivity" |
| 2832 | android:excludeFromRecents="true" |
| 2833 | android:launchMode="singleInstance" |
| 2834 | android:theme="@android:style/Theme.NoDisplay"> |
| 2835 | <intent-filter> |
Sean Stout | 44eecb7 | 2019-04-15 15:34:09 -0700 | [diff] [blame] | 2836 | <action android:name="android.settings.APP_BATTERY_SETTINGS" /> |
Sean Stout | 6441723 | 2019-04-05 12:34:44 -0700 | [diff] [blame] | 2837 | <category android:name="android.intent.category.DEFAULT" /> |
| 2838 | <data android:scheme="package" /> |
| 2839 | </intent-filter> |
| 2840 | </activity> |
| 2841 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2842 | <activity |
| 2843 | android:name=".Settings$AppAndNotificationDashboardActivity" |
| 2844 | android:label="@string/app_and_notification_dashboard_title" |
| 2845 | android:icon="@drawable/ic_homepage_apps" |
Fan Zhang | ac4ad16 | 2018-12-18 11:32:10 -0800 | [diff] [blame] | 2846 | android:exported="true"> |
Fan Zhang | f37be6a | 2016-10-20 12:47:52 -0700 | [diff] [blame] | 2847 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2848 | android:value="com.android.settings.applications.AppAndNotificationDashboardFragment"/> |
Fan Zhang | f37be6a | 2016-10-20 12:47:52 -0700 | [diff] [blame] | 2849 | </activity> |
| 2850 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2851 | <activity |
| 2852 | android:name=".Settings$AccountDashboardActivity" |
| 2853 | android:label="@string/account_dashboard_title" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2854 | android:icon="@drawable/ic_homepage_accounts"> |
Fan Zhang | e2de8d5 | 2017-02-13 12:28:43 -0800 | [diff] [blame] | 2855 | <intent-filter android:priority="1"> |
| 2856 | <action android:name="android.settings.SYNC_SETTINGS" /> |
| 2857 | <category android:name="android.intent.category.DEFAULT" /> |
| 2858 | </intent-filter> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 2859 | <intent-filter android:priority="53"> |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 2860 | <action android:name="android.intent.action.MAIN" /> |
| 2861 | <category android:name="com.android.settings.SHORTCUT" /> |
| 2862 | </intent-filter> |
Fan Zhang | b75fdfc | 2016-12-14 11:35:28 -0800 | [diff] [blame] | 2863 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 881d579 | 2018-01-26 10:15:56 -0800 | [diff] [blame] | 2864 | android:value="com.android.settings.accounts.AccountDashboardFragment"/> |
Rubin Xu | 71560fc | 2018-05-17 14:48:49 +0100 | [diff] [blame] | 2865 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2866 | android:value="true" /> |
Fan Zhang | b75fdfc | 2016-12-14 11:35:28 -0800 | [diff] [blame] | 2867 | </activity> |
| 2868 | |
Fan Zhang | db26cfb | 2018-02-07 17:32:17 -0800 | [diff] [blame] | 2869 | <activity |
| 2870 | android:name=".Settings$SystemDashboardActivity" |
| 2871 | android:label="@string/header_category_system" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 2872 | android:icon="@drawable/ic_homepage_system_dashboard"> |
Fan Zhang | 5a98177 | 2018-06-22 14:30:09 -0700 | [diff] [blame] | 2873 | <intent-filter android:priority="70"> |
Fan Zhang | 2f4355a | 2018-06-21 15:34:43 -0700 | [diff] [blame] | 2874 | <action android:name="android.intent.action.MAIN" /> |
| 2875 | <category android:name="com.android.settings.SHORTCUT" /> |
| 2876 | </intent-filter> |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 2877 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2878 | android:value="com.android.settings.system.SystemDashboardFragment"/> |
| 2879 | </activity> |
| 2880 | |
Fan Zhang | b473730 | 2017-05-31 12:43:48 -0700 | [diff] [blame] | 2881 | <activity android:name=".support.SupportDashboardActivity" |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 2882 | android:label="@string/page_tab_title_support" |
Fan Zhang | 925a4f8 | 2018-01-23 16:35:31 -0800 | [diff] [blame] | 2883 | android:icon="@drawable/ic_homepage_support" |
Daniel Nishi | 67ca29f | 2017-07-17 12:49:04 -0700 | [diff] [blame] | 2884 | android:theme="@android:style/Theme.DeviceDefault.Light.Panel" |
Fan Zhang | 6ff6add | 2017-03-02 12:07:38 -0800 | [diff] [blame] | 2885 | android:enabled="@bool/config_support_enabled"> |
Fan Zhang | 9445d15 | 2018-08-06 10:03:07 -0700 | [diff] [blame] | 2886 | <intent-filter> |
Maurice Lam | 5f0edba | 2017-06-08 11:57:40 -0700 | [diff] [blame] | 2887 | <action android:name="com.android.settings.action.SUPPORT_SETTINGS" /> |
| 2888 | <category android:name="android.intent.category.DEFAULT" /> |
| 2889 | </intent-filter> |
Fan Zhang | a96a2d8 | 2016-09-27 17:51:11 -0700 | [diff] [blame] | 2890 | </activity> |
| 2891 | |
Jason Monk | dc252eb | 2016-01-30 11:36:52 -0500 | [diff] [blame] | 2892 | <service |
| 2893 | android:name=".SettingsDumpService" |
| 2894 | android:exported="true" |
| 2895 | android:permission="android.permission.DUMP" /> |
| 2896 | |
Dan Sandler | 3bd52dd | 2016-03-24 10:24:27 -0700 | [diff] [blame] | 2897 | <!-- Quick Settings tiles for Developer Options --> |
| 2898 | <service |
Fan Zhang | 8333260 | 2017-10-09 15:53:16 -0700 | [diff] [blame] | 2899 | android:name=".development.qstile.DevelopmentTiles$ShowLayout" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 2900 | android:label="@string/debug_layout" |
| 2901 | android:icon="@drawable/tile_icon_show_layout" |
Sunny Goyal | bf9f2d2 | 2016-11-02 11:20:17 -0700 | [diff] [blame] | 2902 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 2903 | android:enabled="false"> |
| 2904 | <intent-filter> |
| 2905 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 2906 | </intent-filter> |
Fabian Kozynski | e94d09f | 2019-06-28 13:23:56 -0400 | [diff] [blame] | 2907 | <meta-data android:name="android.service.quicksettings.BOOLEAN_TILE" |
| 2908 | android:value="true"/> |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 2909 | </service> |
| 2910 | <service |
Fan Zhang | 8333260 | 2017-10-09 15:53:16 -0700 | [diff] [blame] | 2911 | android:name=".development.qstile.DevelopmentTiles$GPUProfiling" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 2912 | android:label="@string/track_frame_time" |
| 2913 | android:icon="@drawable/tile_icon_graphics" |
| 2914 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
| 2915 | android:enabled="false"> |
| 2916 | <intent-filter> |
| 2917 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 2918 | </intent-filter> |
Fabian Kozynski | e94d09f | 2019-06-28 13:23:56 -0400 | [diff] [blame] | 2919 | <meta-data android:name="android.service.quicksettings.BOOLEAN_TILE" |
| 2920 | android:value="true"/> |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 2921 | </service> |
| 2922 | <service |
Fan Zhang | 8333260 | 2017-10-09 15:53:16 -0700 | [diff] [blame] | 2923 | android:name=".development.qstile.DevelopmentTiles$ForceRTL" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 2924 | android:label="@string/force_rtl_layout_all_locales" |
| 2925 | android:icon="@drawable/tile_icon_force_rtl" |
| 2926 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
| 2927 | android:enabled="false"> |
| 2928 | <intent-filter> |
| 2929 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 2930 | </intent-filter> |
Fabian Kozynski | e94d09f | 2019-06-28 13:23:56 -0400 | [diff] [blame] | 2931 | <meta-data android:name="android.service.quicksettings.BOOLEAN_TILE" |
| 2932 | android:value="true"/> |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 2933 | </service> |
| 2934 | <service |
Fan Zhang | 8333260 | 2017-10-09 15:53:16 -0700 | [diff] [blame] | 2935 | android:name=".development.qstile.DevelopmentTiles$AnimationSpeed" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 2936 | android:label="@string/window_animation_scale_title" |
| 2937 | android:icon="@drawable/tile_icon_animation_speed" |
| 2938 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
| 2939 | android:enabled="false"> |
Dan Sandler | 12c4ba4 | 2016-03-28 11:13:40 -0400 | [diff] [blame] | 2940 | <intent-filter> |
| 2941 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 2942 | </intent-filter> |
Fabian Kozynski | e94d09f | 2019-06-28 13:23:56 -0400 | [diff] [blame] | 2943 | <meta-data android:name="android.service.quicksettings.BOOLEAN_TILE" |
| 2944 | android:value="true"/> |
Dan Sandler | 12c4ba4 | 2016-03-28 11:13:40 -0400 | [diff] [blame] | 2945 | </service> |
Fan Zhang | 130c477 | 2018-10-01 12:14:06 -0700 | [diff] [blame] | 2946 | |
Vishnu Nair | dc6bc48 | 2018-01-10 16:07:23 -0800 | [diff] [blame] | 2947 | <service |
Vishnu Nair | 74100b3 | 2018-02-22 07:14:36 -0800 | [diff] [blame] | 2948 | android:name=".development.qstile.DevelopmentTiles$WinscopeTrace" |
| 2949 | android:label="@string/winscope_trace_quick_settings_title" |
| 2950 | android:icon="@drawable/tile_icon_winscope_trace" |
Vishnu Nair | dc6bc48 | 2018-01-10 16:07:23 -0800 | [diff] [blame] | 2951 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
| 2952 | android:enabled="false"> |
| 2953 | <intent-filter> |
| 2954 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 2955 | </intent-filter> |
Fabian Kozynski | e94d09f | 2019-06-28 13:23:56 -0400 | [diff] [blame] | 2956 | <meta-data android:name="android.service.quicksettings.BOOLEAN_TILE" |
| 2957 | android:value="true"/> |
Vishnu Nair | dc6bc48 | 2018-01-10 16:07:23 -0800 | [diff] [blame] | 2958 | </service> |
Daniel Nishi | 80c2044 | 2016-05-04 10:08:36 -0700 | [diff] [blame] | 2959 | |
Michael Groover | 3a665ac | 2019-03-19 19:13:17 -0700 | [diff] [blame] | 2960 | <service |
| 2961 | android:name=".development.qstile.DevelopmentTiles$SensorsOff" |
| 2962 | android:label="@string/sensors_off_quick_settings_title" |
| 2963 | android:icon="@drawable/tile_icon_sensors_off" |
| 2964 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
| 2965 | android:enabled="false"> |
| 2966 | <intent-filter> |
| 2967 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 2968 | </intent-filter> |
Fabian Kozynski | e94d09f | 2019-06-28 13:23:56 -0400 | [diff] [blame] | 2969 | <meta-data android:name="android.service.quicksettings.BOOLEAN_TILE" |
| 2970 | android:value="true"/> |
Michael Groover | 3a665ac | 2019-03-19 19:13:17 -0700 | [diff] [blame] | 2971 | </service> |
| 2972 | |
Fan Zhang | 7373ec0 | 2018-08-14 13:25:47 -0700 | [diff] [blame] | 2973 | <activity |
| 2974 | android:name=".HelpTrampoline" |
Jeff Sharkey | 4f425c8 | 2016-07-18 18:28:55 -0600 | [diff] [blame] | 2975 | android:exported="true" |
Fan Zhang | 7373ec0 | 2018-08-14 13:25:47 -0700 | [diff] [blame] | 2976 | android:theme="@style/Transparent" |
Jeff Sharkey | 4f425c8 | 2016-07-18 18:28:55 -0600 | [diff] [blame] | 2977 | android:permission="android.permission.DUMP" |
Fan Zhang | 7373ec0 | 2018-08-14 13:25:47 -0700 | [diff] [blame] | 2978 | android:excludeFromRecents="true" |
Jeff Sharkey | 4f425c8 | 2016-07-18 18:28:55 -0600 | [diff] [blame] | 2979 | android:enabled="@bool/config_has_help" /> |
| 2980 | |
Felipe Leme | f7d54ba | 2017-04-25 16:42:55 -0700 | [diff] [blame] | 2981 | <activity android:name=".applications.autofill.AutofillPickerActivity" |
| 2982 | android:excludeFromRecents="true" |
| 2983 | android:launchMode="singleInstance" |
| 2984 | android:exported="false"> |
| 2985 | </activity> |
| 2986 | |
| 2987 | <activity android:name=".applications.autofill.AutofillPickerTrampolineActivity" |
| 2988 | android:theme="@android:style/Theme.NoDisplay" |
| 2989 | android:excludeFromRecents="true" |
| 2990 | android:launchMode="singleInstance" |
| 2991 | android:label="@string/autofill_app"> |
Felipe Leme | db2b55a | 2017-04-24 18:10:09 -0700 | [diff] [blame] | 2992 | <intent-filter android:priority="1"> |
| 2993 | <action android:name="android.settings.REQUEST_SET_AUTOFILL_SERVICE" /> |
| 2994 | <category android:name="android.intent.category.DEFAULT" /> |
| 2995 | <data android:scheme="package" /> |
| 2996 | </intent-filter> |
| 2997 | </activity> |
| 2998 | |
Daniel Nishi | 232ebf1 | 2018-01-19 14:11:20 -0800 | [diff] [blame] | 2999 | <activity android:name="Settings$AdvancedConnectedDeviceActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 3000 | android:label="@string/connected_device_connections_title"> |
Daniel Nishi | 232ebf1 | 2018-01-19 14:11:20 -0800 | [diff] [blame] | 3001 | <intent-filter android:priority="1"> |
Zhaoyu Su | 0a9f876 | 2018-07-09 14:50:47 +0800 | [diff] [blame] | 3002 | <action android:name="android.settings.NFC_SETTINGS" /> |
| 3003 | <category android:name="android.intent.category.DEFAULT" /> |
| 3004 | </intent-filter> |
| 3005 | <intent-filter android:priority="1"> |
Daniel Nishi | 232ebf1 | 2018-01-19 14:11:20 -0800 | [diff] [blame] | 3006 | <action android:name="com.android.settings.ADVANCED_CONNECTED_DEVICE_SETTINGS" /> |
| 3007 | <category android:name="android.intent.category.DEFAULT" /> |
| 3008 | </intent-filter> |
Daniel Nishi | 232ebf1 | 2018-01-19 14:11:20 -0800 | [diff] [blame] | 3009 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3010 | android:value="com.android.settings.connecteddevice.AdvancedConnectedDeviceDashboardFragment" /> |
| 3011 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3012 | android:value="true" /> |
| 3013 | </activity> |
| 3014 | |
jackqdyulei | 715408e | 2019-02-07 15:47:52 -0800 | [diff] [blame] | 3015 | <activity android:name="Settings$BluetoothDeviceDetailActivity" |
| 3016 | android:label="@string/device_details_title" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 3017 | android:permission="android.permission.BLUETOOTH_PRIVILEGED"> |
jackqdyulei | 715408e | 2019-02-07 15:47:52 -0800 | [diff] [blame] | 3018 | <intent-filter android:priority="1"> |
| 3019 | <action android:name="com.android.settings.BLUETOOTH_DEVICE_DETAIL_SETTINGS" /> |
| 3020 | <category android:name="android.intent.category.DEFAULT" /> |
| 3021 | </intent-filter> |
| 3022 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3023 | android:value="com.android.settings.bluetooth.BluetoothDeviceDetailsFragment" /> |
hughchen | b78ecc4 | 2019-10-16 15:27:17 +0800 | [diff] [blame] | 3024 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3025 | android:value="true" /> |
jackqdyulei | 715408e | 2019-02-07 15:47:52 -0800 | [diff] [blame] | 3026 | </activity> |
| 3027 | |
Matt Fritze | 90899e0 | 2018-10-16 12:41:42 -0700 | [diff] [blame] | 3028 | <activity android:name=".panel.SettingsPanelActivity" |
| 3029 | android:label="@string/settings_panel_title" |
lindatseng | e972b16 | 2019-04-19 15:40:20 -0700 | [diff] [blame] | 3030 | android:theme="@style/Theme.Panel" |
lindatseng | 2943c1d | 2019-05-02 17:12:27 -0700 | [diff] [blame] | 3031 | android:launchMode="singleInstance" |
Matt Fritze | 90899e0 | 2018-10-16 12:41:42 -0700 | [diff] [blame] | 3032 | android:excludeFromRecents="true" |
Matthew Fritze | 735d6ef | 2018-12-05 07:55:12 -0800 | [diff] [blame] | 3033 | android:exported="true"> |
Matt Fritze | 90899e0 | 2018-10-16 12:41:42 -0700 | [diff] [blame] | 3034 | <intent-filter> |
Matthew Fritze | 735d6ef | 2018-12-05 07:55:12 -0800 | [diff] [blame] | 3035 | <action android:name="android.settings.panel.action.INTERNET_CONNECTIVITY" /> |
Matt Fritze | 90899e0 | 2018-10-16 12:41:42 -0700 | [diff] [blame] | 3036 | <category android:name="android.intent.category.DEFAULT" /> |
| 3037 | </intent-filter> |
Matthew Fritze | 735d6ef | 2018-12-05 07:55:12 -0800 | [diff] [blame] | 3038 | <intent-filter> |
Matthew Fritze | 63cce45 | 2019-03-05 08:17:37 -0800 | [diff] [blame] | 3039 | <action android:name="android.settings.panel.action.NFC" /> |
Matthew Fritze | 735d6ef | 2018-12-05 07:55:12 -0800 | [diff] [blame] | 3040 | <category android:name="android.intent.category.DEFAULT" /> |
| 3041 | </intent-filter> |
Matthew Fritze | 3f743ae | 2019-01-22 15:53:37 -0800 | [diff] [blame] | 3042 | <intent-filter> |
Matthew Fritze | 63cce45 | 2019-03-05 08:17:37 -0800 | [diff] [blame] | 3043 | <action android:name="android.settings.panel.action.WIFI" /> |
| 3044 | <category android:name="android.intent.category.DEFAULT" /> |
| 3045 | </intent-filter> |
| 3046 | <intent-filter> |
| 3047 | <action android:name="android.settings.panel.action.VOLUME" /> |
Matthew Fritze | 3f743ae | 2019-01-22 15:53:37 -0800 | [diff] [blame] | 3048 | <category android:name="android.intent.category.DEFAULT" /> |
| 3049 | </intent-filter> |
Matt Fritze | 90899e0 | 2018-10-16 12:41:42 -0700 | [diff] [blame] | 3050 | </activity> |
| 3051 | |
hughchen | 2177813 | 2018-12-19 19:17:32 +0800 | [diff] [blame] | 3052 | <activity-alias |
| 3053 | android:name="MediaOutputSlice" |
| 3054 | android:label="@string/media_output_panel_title" |
| 3055 | android:permission="android.permission.BLUETOOTH_PRIVILEGED" |
| 3056 | android:targetActivity=".panel.SettingsPanelActivity"> |
| 3057 | <intent-filter> |
| 3058 | <action android:name="com.android.settings.panel.action.MEDIA_OUTPUT" /> |
| 3059 | <category android:name="android.intent.category.DEFAULT" /> |
| 3060 | </intent-filter> |
| 3061 | </activity-alias> |
| 3062 | |
Matthew Fritze | 7fddfeb | 2017-12-11 15:01:11 -0800 | [diff] [blame] | 3063 | <provider android:name=".slices.SettingsSliceProvider" |
Matthew Fritze | a4a3dff | 2018-02-28 08:15:55 -0800 | [diff] [blame] | 3064 | android:authorities="com.android.settings.slices;android.settings.slices" |
Jason Monk | f6edc7c | 2017-11-22 10:04:38 -0500 | [diff] [blame] | 3065 | android:exported="true" |
Fan Zhang | 671a39f | 2019-02-11 14:38:13 -0800 | [diff] [blame] | 3066 | android:grantUriPermissions="true" /> |
Mady Mellor | 7c74085 | 2017-11-03 09:17:05 -0700 | [diff] [blame] | 3067 | |
| 3068 | <receiver |
Matthew Fritze | e8d66bb | 2018-07-30 14:12:50 -0700 | [diff] [blame] | 3069 | android:name=".slices.SliceBroadcastReceiver" |
Fan Zhang | 0c7c59f | 2018-10-26 13:40:38 -0700 | [diff] [blame] | 3070 | android:exported="false" /> |
Matthew Fritze | e8d66bb | 2018-07-30 14:12:50 -0700 | [diff] [blame] | 3071 | |
| 3072 | <receiver |
| 3073 | android:name=".slices.SliceRelayReceiver" |
| 3074 | android:permission="android.permission.MANAGE_SLICE_PERMISSIONS" |
Fan Zhang | 0c7c59f | 2018-10-26 13:40:38 -0700 | [diff] [blame] | 3075 | android:exported="true" /> |
Mady Mellor | 7c74085 | 2017-11-03 09:17:05 -0700 | [diff] [blame] | 3076 | |
jackqdyulei | 821adce | 2018-01-29 19:20:37 -0800 | [diff] [blame] | 3077 | <!-- Couldn't be triggered from outside of settings. Statsd can trigger it because we send |
| 3078 | PendingIntent to it--> |
| 3079 | <receiver android:name=".fuelgauge.batterytip.AnomalyDetectionReceiver" |
| 3080 | android:exported="false" /> |
| 3081 | |
jackqdyulei | e1604d3 | 2018-01-31 20:24:47 -0800 | [diff] [blame] | 3082 | <receiver android:name=".fuelgauge.batterytip.AnomalyConfigReceiver"> |
| 3083 | <intent-filter> |
| 3084 | <action android:name="android.app.action.STATSD_STARTED"/> |
| 3085 | <action android:name="android.intent.action.BOOT_COMPLETED"/> |
| 3086 | </intent-filter> |
| 3087 | </receiver> |
| 3088 | |
jackqdyulei | 0fa413e | 2018-02-23 10:59:27 -0800 | [diff] [blame] | 3089 | <service android:name=".fuelgauge.batterytip.AnomalyCleanupJobService" |
jackqdyulei | 338ae2f | 2018-02-16 10:06:08 -0800 | [diff] [blame] | 3090 | android:permission="android.permission.BIND_JOB_SERVICE" /> |
| 3091 | |
Lei Yu | 9a80d6e | 2018-03-15 15:55:07 -0700 | [diff] [blame] | 3092 | <service android:name=".fuelgauge.batterytip.AnomalyConfigJobService" |
| 3093 | android:permission="android.permission.BIND_JOB_SERVICE" /> |
| 3094 | |
jackqdyulei | 3ee28c8 | 2018-02-20 15:07:26 -0800 | [diff] [blame] | 3095 | <service android:name=".fuelgauge.batterytip.AnomalyDetectionJobService" |
| 3096 | android:permission="android.permission.BIND_JOB_SERVICE" /> |
| 3097 | |
Sunny Shao | 195f61b | 2018-07-24 18:15:55 +0800 | [diff] [blame] | 3098 | <provider |
Fan Zhang | 5e6e6a1 | 2018-10-25 14:19:43 -0700 | [diff] [blame] | 3099 | android:name=".homepage.contextualcards.CardContentProvider" |
Sunny Shao | 195f61b | 2018-07-24 18:15:55 +0800 | [diff] [blame] | 3100 | android:authorities="com.android.settings.homepage.CardContentProvider" |
| 3101 | android:exported="true" |
| 3102 | android:permission="android.permission.WRITE_SETTINGS_HOMEPAGE_DATA" /> |
| 3103 | |
Raff Tsai | 3936e9f | 2018-09-28 17:42:43 +0800 | [diff] [blame] | 3104 | <provider |
| 3105 | android:name=".homepage.contextualcards.SettingsContextualCardProvider" |
| 3106 | android:authorities="com.android.settings.homepage.contextualcards" |
| 3107 | android:permission="android.permission.WRITE_SETTINGS_HOMEPAGE_DATA" |
| 3108 | android:exported="true"> |
| 3109 | <intent-filter> |
| 3110 | <action android:name="android.content.action.SETTINGS_HOMEPAGE_DATA"/> |
| 3111 | </intent-filter> |
| 3112 | </provider> |
Arc Wang | 4591d82 | 2018-11-19 15:48:29 +0800 | [diff] [blame] | 3113 | |
| 3114 | <activity |
Arc Wang | e43bb77 | 2018-12-03 17:16:55 +0800 | [diff] [blame] | 3115 | android:name=".wifi.dpp.WifiDppConfiguratorActivity"> |
| 3116 | <intent-filter> |
| 3117 | <action android:name="android.settings.WIFI_DPP_CONFIGURATOR_QR_CODE_SCANNER"/> |
| 3118 | <action android:name="android.settings.WIFI_DPP_CONFIGURATOR_QR_CODE_GENERATOR"/> |
Arc Wang | e43bb77 | 2018-12-03 17:16:55 +0800 | [diff] [blame] | 3119 | <category android:name="android.intent.category.DEFAULT"/> |
| 3120 | </intent-filter> |
Arc Wang | c1036df | 2019-02-26 15:19:30 +0800 | [diff] [blame] | 3121 | <intent-filter> |
| 3122 | <action android:name="android.settings.PROCESS_WIFI_EASY_CONNECT_URI"/> |
| 3123 | <category android:name="android.intent.category.DEFAULT"/> |
| 3124 | <data android:scheme="DPP"/> |
| 3125 | </intent-filter> |
Arc Wang | e43bb77 | 2018-12-03 17:16:55 +0800 | [diff] [blame] | 3126 | </activity> |
Yi-Ling Chuang | 68f37a1 | 2018-11-20 19:51:13 +0800 | [diff] [blame] | 3127 | |
Arc Wang | 4ab0d16 | 2018-12-07 16:00:18 +0800 | [diff] [blame] | 3128 | <activity |
| 3129 | android:name=".wifi.dpp.WifiDppEnrolleeActivity"> |
| 3130 | <intent-filter> |
| 3131 | <action android:name="android.settings.WIFI_DPP_ENROLLEE_QR_CODE_SCANNER"/> |
| 3132 | <category android:name="android.intent.category.DEFAULT"/> |
| 3133 | </intent-filter> |
| 3134 | </activity> |
| 3135 | |
Yi-Ling Chuang | 68f37a1 | 2018-11-20 19:51:13 +0800 | [diff] [blame] | 3136 | <activity android:name=".homepage.contextualcards.ContextualCardFeedbackDialog" |
| 3137 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" /> |
manabu, shimoda | 9fae739 | 2017-11-08 11:32:31 +0900 | [diff] [blame] | 3138 | |
joshmccloskey | bba7632 | 2019-09-19 11:23:29 -0700 | [diff] [blame] | 3139 | <activity android:name=".homepage.contextualcards.FaceReEnrollDialog" |
| 3140 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" /> |
| 3141 | |
manabu, shimoda | 9fae739 | 2017-11-08 11:32:31 +0900 | [diff] [blame] | 3142 | <activity |
| 3143 | android:name="Settings$WifiCallingDisclaimerActivity" |
| 3144 | android:label="@string/wifi_calling_settings_title" |
| 3145 | android:taskAffinity="com.android.settings"> |
| 3146 | <intent-filter> |
| 3147 | <action android:name="android.intent.action.MAIN" /> |
| 3148 | <category android:name="android.intent.category.DEFAULT" /> |
| 3149 | </intent-filter> |
| 3150 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3151 | android:value="com.android.settings.wifi.calling.WifiCallingDisclaimerFragment" /> |
| 3152 | </activity> |
Salvador Martinez | 3291704 | 2019-03-20 15:23:19 -0700 | [diff] [blame] | 3153 | |
| 3154 | <activity android:name="Settings$BatterySaverScheduleSettingsActivity" |
Jason Chiu | bbaf0a0 | 2019-11-05 12:30:58 +0800 | [diff] [blame^] | 3155 | android:label="@string/battery_saver_schedule_settings_title"> |
Salvador Martinez | 3291704 | 2019-03-20 15:23:19 -0700 | [diff] [blame] | 3156 | <intent-filter> |
| 3157 | <action android:name="com.android.settings.BATTERY_SAVER_SCHEDULE_SETTINGS" /> |
| 3158 | <category android:name="android.intent.category.DEFAULT" /> |
| 3159 | </intent-filter> |
| 3160 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3161 | android:value="com.android.settings.fuelgauge.batterysaver.BatterySaverScheduleSettings" /> |
| 3162 | </activity> |
Steve Elliott | e772123 | 2019-05-22 14:13:29 -0400 | [diff] [blame] | 3163 | |
| 3164 | <activity android:name="Settings$GlobalActionsPanelSettingsActivity" |
| 3165 | android:label="@string/global_actions_panel_title"> |
| 3166 | <intent-filter> |
| 3167 | <action android:name="com.android.settings.GLOBAL_ACTIONS_PANEL_SETTINGS" /> |
| 3168 | <category android:name="android.intent.category.DEFAULT" /> |
| 3169 | </intent-filter> |
| 3170 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3171 | android:value="com.android.settings.gestures.GlobalActionsPanelSettings" /> |
| 3172 | </activity> |
| 3173 | |
Dan Sandler | 3bd52dd | 2016-03-24 10:24:27 -0700 | [diff] [blame] | 3174 | <!-- This is the longest AndroidManifest.xml ever. --> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 3175 | </application> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 3176 | </manifest> |