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