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