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