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