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