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 | |
Tony Mantler | 67cd6ab | 2015-06-08 14:41:02 -0700 | [diff] [blame] | 7 | <uses-sdk |
| 8 | android:minSdkVersion="21" /> |
| 9 | |
Jeff Hamilton | c60fb58 | 2010-02-11 16:25:53 -0600 | [diff] [blame] | 10 | <original-package android:name="com.android.settings" /> |
| 11 | |
Jeff Sharkey | 5738266 | 2015-07-30 16:55:42 -0700 | [diff] [blame] | 12 | <uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE" /> |
Vasu Nori | 2180974 | 2011-01-25 13:39:16 -0800 | [diff] [blame] | 13 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
Amith Yamasani | 48fa857 | 2012-04-17 17:12:01 -0700 | [diff] [blame] | 14 | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 15 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
| 16 | <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" /> |
Mike Lockwood | cd03f53 | 2009-09-15 14:39:47 -0400 | [diff] [blame] | 17 | <uses-permission android:name="android.permission.DEVICE_POWER" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 18 | <uses-permission android:name="android.permission.CHANGE_CONFIGURATION" /> |
| 19 | <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
| 20 | <uses-permission android:name="android.permission.VIBRATE" /> |
| 21 | <uses-permission android:name="android.permission.BLUETOOTH" /> |
| 22 | <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> |
Matthew Xie | 500f294 | 2013-09-24 00:55:42 -0700 | [diff] [blame] | 23 | <uses-permission android:name="android.permission.BLUETOOTH_PRIVILEGED" /> |
Nick Pelly | f2917ac | 2010-10-20 16:39:44 -0700 | [diff] [blame] | 24 | <uses-permission android:name="android.permission.NFC" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 25 | <uses-permission android:name="android.permission.HARDWARE_TEST" /> |
| 26 | <uses-permission android:name="android.permission.CALL_PHONE" /> |
| 27 | <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> |
| 28 | <uses-permission android:name="android.permission.MASTER_CLEAR" /> |
Fred Quintana | 0e3b960 | 2009-07-22 20:01:37 -0700 | [diff] [blame] | 29 | <uses-permission android:name="android.permission.USE_CREDENTIALS" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 30 | <uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH" /> |
| 31 | <uses-permission android:name="android.permission.ACCESS_DOWNLOAD_MANAGER" /> |
| 32 | <uses-permission android:name="android.permission.READ_CONTACTS" /> |
| 33 | <uses-permission android:name="android.permission.WRITE_CONTACTS" /> |
Chia-chi Yeh | 413b171 | 2011-07-07 12:49:18 -0700 | [diff] [blame] | 34 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
tk.mun | 7c5c165 | 2011-10-13 22:56:18 +0900 | [diff] [blame] | 35 | <uses-permission android:name="android.permission.ACCESS_WIMAX_STATE" /> |
| 36 | <uses-permission android:name="android.permission.CHANGE_WIMAX_STATE" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 37 | <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> |
Irfan Sheriff | 0f41b49 | 2013-03-29 11:15:07 -0700 | [diff] [blame] | 38 | <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] | 39 | <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" /> |
| 40 | <uses-permission android:name="android.permission.INTERNET" /> |
| 41 | <uses-permission android:name="android.permission.CLEAR_APP_USER_DATA" /> |
| 42 | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
| 43 | <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" /> |
| 44 | <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> |
| 45 | <uses-permission android:name="android.permission.WRITE_APN_SETTINGS"/> |
| 46 | <uses-permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"/> |
| 47 | <uses-permission android:name="android.permission.READ_USER_DICTIONARY"/> |
| 48 | <uses-permission android:name="android.permission.WRITE_USER_DICTIONARY"/> |
Dianne Hackborn | 517ea9f | 2010-01-04 18:47:54 -0800 | [diff] [blame] | 49 | <uses-permission android:name="android.permission.FORCE_STOP_PACKAGES"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 50 | <uses-permission android:name="android.permission.PACKAGE_USAGE_STATS"/> |
| 51 | <uses-permission android:name="android.permission.BATTERY_STATS"/> |
| 52 | <uses-permission android:name="com.android.launcher.permission.READ_SETTINGS" /> |
| 53 | <uses-permission android:name="com.android.launcher.permission.WRITE_SETTINGS" /> |
Suchi Amalapurapu | ad14827 | 2010-02-19 14:30:01 -0800 | [diff] [blame] | 54 | <uses-permission android:name="android.permission.MOVE_PACKAGE" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 55 | <uses-permission android:name="android.permission.USE_CREDENTIALS" /> |
| 56 | <uses-permission android:name="android.permission.BACKUP" /> |
| 57 | <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" /> |
| 58 | <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" /> |
| 59 | <uses-permission android:name="android.permission.READ_SYNC_STATS" /> |
| 60 | <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" /> |
| 61 | <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" /> |
Jason parks | 8fd5bc9 | 2011-01-12 16:03:31 -0600 | [diff] [blame] | 62 | <uses-permission android:name="android.permission.STATUS_BAR" /> |
Mike Lockwood | 9d6d92b | 2011-02-27 09:05:10 -0800 | [diff] [blame] | 63 | <uses-permission android:name="android.permission.MANAGE_USB" /> |
Jeff Brown | d82487b | 2011-06-02 03:10:28 -0700 | [diff] [blame] | 64 | <uses-permission android:name="android.permission.SET_POINTER_SPEED" /> |
Jeff Brown | 4397f40 | 2012-04-09 13:24:34 -0700 | [diff] [blame] | 65 | <uses-permission android:name="android.permission.SET_KEYBOARD_LAYOUT" /> |
Dianne Hackborn | 271c8b0 | 2012-08-20 17:24:39 -0700 | [diff] [blame] | 66 | <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" /> |
| 67 | <uses-permission android:name="android.permission.COPY_PROTECTED_DATA" /> |
| 68 | <uses-permission android:name="android.permission.MANAGE_USERS" /> |
Nicolas Prevot | 189294e | 2015-04-22 16:26:45 +0100 | [diff] [blame] | 69 | <uses-permission android:name="android.permission.MANAGE_PROFILE_AND_DEVICE_OWNERS" /> |
Amith Yamasani | 32dccbc | 2012-09-13 18:06:49 -0700 | [diff] [blame] | 70 | <uses-permission android:name="android.permission.READ_PROFILE" /> |
Jeff Brown | 9e143f5 | 2012-09-19 20:46:07 -0700 | [diff] [blame] | 71 | <uses-permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY" /> |
Amith Yamasani | 5f05010 | 2012-11-01 15:36:29 -0700 | [diff] [blame] | 72 | <uses-permission android:name="android.permission.SET_TIME" /> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 73 | <uses-permission android:name="android.permission.ACCESS_NOTIFICATIONS" /> |
Brian Carlstrom | f32ba13 | 2013-06-28 13:18:41 -0700 | [diff] [blame] | 74 | <uses-permission android:name="android.permission.REBOOT" /> |
PauloftheWest | 63f7bc8 | 2014-10-30 08:01:30 -0700 | [diff] [blame] | 75 | <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> |
Amith Yamasani | 9247265 | 2013-07-19 12:37:42 -0700 | [diff] [blame] | 76 | <uses-permission android:name="android.permission.MANAGE_DEVICE_ADMINS" /> |
Fabrice Di Meglio | 485b1b8 | 2014-03-20 12:24:57 -0700 | [diff] [blame] | 77 | <uses-permission android:name="android.permission.READ_SEARCH_INDEXABLES" /> |
Andres Morales | ce249fe | 2014-07-07 16:58:16 -0700 | [diff] [blame] | 78 | <uses-permission android:name="android.permission.OEM_UNLOCK_STATE" /> |
Sky Faber | 2d657e3 | 2014-09-22 16:43:04 -0700 | [diff] [blame] | 79 | <uses-permission android:name="android.permission.OVERRIDE_WIFI_CONFIG" /> |
Jim Miller | 94d4bd9 | 2015-02-19 21:04:57 -0800 | [diff] [blame] | 80 | <uses-permission android:name="android.permission.USE_FINGERPRINT" /> |
| 81 | <uses-permission android:name="android.permission.MANAGE_FINGERPRINT" /> |
Jorim Jaggi | 4a2423b | 2015-04-24 10:19:48 -0700 | [diff] [blame] | 82 | <uses-permission android:name="android.permission.USER_ACTIVITY" /> |
Amith Yamasani | 50e32b0 | 2015-05-13 18:18:16 -0700 | [diff] [blame] | 83 | <uses-permission android:name="android.permission.CHANGE_APP_IDLE_STATE" /> |
Fyodor Kupolov | 0938a63 | 2015-07-27 12:24:59 -0700 | [diff] [blame] | 84 | <uses-permission android:name="android.permission.PEERS_MAC_ADDRESS"/> |
Julia Reynolds | f02aa0c | 2015-09-28 08:57:03 -0400 | [diff] [blame] | 85 | <uses-permission android:name="android.permission.MANAGE_NOTIFICATIONS"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 86 | |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 87 | <application android:label="@string/settings_label" |
Ying Wang | 8935b15 | 2010-11-23 12:03:43 -0800 | [diff] [blame] | 88 | android:icon="@mipmap/ic_launcher_settings" |
Dianne Hackborn | 33b316e | 2010-10-14 17:38:48 -0700 | [diff] [blame] | 89 | android:taskAffinity="" |
Amith Yamasani | 56f51a8 | 2013-08-05 10:07:23 -0700 | [diff] [blame] | 90 | android:theme="@style/Theme.Settings" |
Fabrice Di Meglio | 79d8e80 | 2012-07-19 19:25:50 -0700 | [diff] [blame] | 91 | android:hardwareAccelerated="true" |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 92 | android:requiredForAllUsers="true" |
Fabrice Di Meglio | 6644556 | 2014-06-30 13:11:53 -0700 | [diff] [blame] | 93 | android:supportsRtl="true" |
Alex Klyubin | b009023 | 2015-04-02 11:08:51 -0700 | [diff] [blame] | 94 | android:allowBackup="false" |
Alex Klyubin | f41fffb | 2015-09-21 12:02:46 -0700 | [diff] [blame] | 95 | android:usesCleartextTraffic="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" |
| 453 | android:permission="android.permission.CONNECTIVITY_INTERNAL" /> |
| 454 | <receiver |
| 455 | android:name=".HotspotOffReceiver" > |
| 456 | <intent-filter> |
| 457 | <action android:name="android.net.wifi.WIFI_AP_STATE_CHANGED" /> |
| 458 | </intent-filter> |
| 459 | </receiver> |
Sanket Padawe | bcbe980 | 2014-12-02 09:45:35 -0800 | [diff] [blame] | 460 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 461 | <activity android:name="Settings$TetherSettingsActivity" |
Amith Yamasani | 7836e4a | 2011-09-19 13:25:52 -0700 | [diff] [blame] | 462 | android:label="@string/tether_settings_title_all" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 463 | android:icon="@drawable/ic_settings_wireless" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 464 | android:taskAffinity=""> |
Robert Greenwalt | 3901edb | 2010-01-26 10:22:37 -0800 | [diff] [blame] | 465 | <intent-filter> |
| 466 | <action android:name="android.intent.action.MAIN" /> |
| 467 | <category android:name="android.intent.category.DEFAULT" /> |
| 468 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Amith Yamasani | 7836e4a | 2011-09-19 13:25:52 -0700 | [diff] [blame] | 469 | <category android:name="com.android.settings.SHORTCUT" /> |
Robert Greenwalt | 3901edb | 2010-01-26 10:22:37 -0800 | [diff] [blame] | 470 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 471 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 472 | android:value="com.android.settings.TetherSettings" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 473 | </activity> |
Robert Greenwalt | 3901edb | 2010-01-26 10:22:37 -0800 | [diff] [blame] | 474 | |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 475 | <!-- Keep compatibility with old shortcuts. --> |
| 476 | <activity-alias android:name=".TetherSettings" |
| 477 | android:label="@string/tether_settings_title_all" |
| 478 | android:clearTaskOnLaunch="true" |
| 479 | android:exported="true" |
| 480 | android:targetActivity="Settings$TetherSettingsActivity"> |
| 481 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 482 | android:value="com.android.settings.TetherSettings" /> |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 483 | </activity-alias> |
| 484 | |
repo sync | b98463f | 2011-06-30 10:58:43 -0700 | [diff] [blame] | 485 | <activity android:name="Settings$WifiP2pSettingsActivity" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 486 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 487 | android:parentActivityName="Settings$WifiSettingsActivity"> |
repo sync | b98463f | 2011-06-30 10:58:43 -0700 | [diff] [blame] | 488 | <intent-filter> |
| 489 | <action android:name="android.intent.action.MAIN" /> |
| 490 | <category android:name="android.intent.category.DEFAULT" /> |
| 491 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 492 | </intent-filter> |
| 493 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Irfan Sheriff | 9ef5357 | 2011-08-03 15:40:04 -0700 | [diff] [blame] | 494 | android:value="com.android.settings.wifi.p2p.WifiP2pSettings" /> |
repo sync | b98463f | 2011-06-30 10:58:43 -0700 | [diff] [blame] | 495 | </activity> |
| 496 | |
| 497 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 498 | <activity android:name="Settings$VpnSettingsActivity" |
Chia-chi Yeh | 7606a2f | 2011-07-02 17:45:23 -0700 | [diff] [blame] | 499 | android:label="@string/vpn_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 500 | android:icon="@drawable/ic_settings_wireless" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 501 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 502 | <intent-filter android:priority="1"> |
| 503 | <action android:name="android.net.vpn.SETTINGS" /> |
| 504 | <category android:name="android.intent.category.DEFAULT" /> |
| 505 | </intent-filter> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 506 | <intent-filter> |
| 507 | <action android:name="android.intent.action.MAIN" /> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 508 | <category android:name="android.intent.category.DEFAULT" /> |
Hung-ying Tyan | 71e2d3b | 2009-06-14 17:53:19 +0800 | [diff] [blame] | 509 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Tobias Brunner | f7ed857 | 2010-06-28 13:10:26 +0200 | [diff] [blame] | 510 | <category android:name="com.android.settings.SHORTCUT" /> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 511 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 512 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Chia-chi Yeh | 7606a2f | 2011-07-02 17:45:23 -0700 | [diff] [blame] | 513 | android:value="com.android.settings.vpn2.VpnSettings" /> |
Zoltan Szatmary-Ban | 131b497 | 2014-08-18 13:48:15 +0100 | [diff] [blame] | 514 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 515 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 516 | </activity> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 517 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 518 | <activity android:name="Settings$DateTimeSettingsActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 519 | android:label="@string/date_and_time" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 520 | android:icon="@drawable/ic_settings_date_time" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 521 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 522 | <intent-filter android:priority="1"> |
| 523 | <action android:name="android.settings.DATE_SETTINGS" /> |
| 524 | <category android:name="android.intent.category.DEFAULT" /> |
| 525 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 526 | <intent-filter> |
| 527 | <action android:name="android.intent.action.MAIN" /> |
Daniel Sandler | f4d1c3e | 2012-10-01 16:45:10 -0400 | [diff] [blame] | 528 | <action android:name="android.intent.action.QUICK_CLOCK" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 529 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | 116d85e | 2009-06-26 18:20:23 -0700 | [diff] [blame] | 530 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 531 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 532 | <intent-filter android:priority="5"> |
| 533 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 534 | </intent-filter> |
| 535 | <meta-data android:name="com.android.settings.category" |
| 536 | android:value="com.android.settings.category.system" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 537 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 538 | android:value="com.android.settings.DateTimeSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 539 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 540 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 541 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 542 | |
Daisuke Miyakawa | 6992383 | 2010-09-14 11:27:13 -0700 | [diff] [blame] | 543 | <activity android:name="DateTimeSettingsSetupWizard" |
| 544 | android:label="@string/date_and_time" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 545 | android:theme="@android:style/Theme.Material.Light.NoActionBar" |
Daisuke Miyakawa | 6992383 | 2010-09-14 11:27:13 -0700 | [diff] [blame] | 546 | android:screenOrientation="behind"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 547 | <intent-filter> |
| 548 | <action android:name="android.intent.action.MAIN" /> |
| 549 | </intent-filter> |
| 550 | </activity> |
| 551 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 552 | <activity android:name="Settings$LocalePickerActivity" |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 553 | android:label="@string/language_picker_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 554 | android:icon="@drawable/ic_settings_language" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 555 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 556 | android:parentActivityName="Settings$InputMethodAndLanguageSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 557 | <intent-filter android:priority="1"> |
| 558 | <action android:name="android.settings.LOCALE_SETTINGS" /> |
| 559 | <category android:name="android.intent.category.DEFAULT" /> |
| 560 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 561 | <intent-filter> |
| 562 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 563 | <category android:name="android.intent.category.DEFAULT" /> |
| 564 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 565 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 566 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 567 | android:value="com.android.settings.LocalePicker" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 568 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 569 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 570 | </activity> |
Michael Chan | 503c236 | 2009-12-08 22:18:23 -0800 | [diff] [blame] | 571 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 572 | <activity android:name="Settings$InputMethodAndLanguageSettingsActivity" |
Amith Yamasani | 985f5ef | 2009-09-16 12:43:50 -0700 | [diff] [blame] | 573 | android:label="@string/language_keyboard_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 574 | android:icon="@drawable/ic_settings_language" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 575 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 576 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 577 | <intent-filter android:priority="1"> |
| 578 | <action android:name="android.settings.INPUT_METHOD_SETTINGS" /> |
| 579 | <category android:name="android.intent.category.DEFAULT" /> |
| 580 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 581 | <intent-filter> |
| 582 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | e6dd1fa | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 583 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 584 | <category android:name="android.intent.category.DEFAULT" /> |
| 585 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 586 | <intent-filter android:priority="-1"> |
| 587 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 588 | </intent-filter> |
| 589 | <meta-data android:name="com.android.settings.category" |
| 590 | android:value="com.android.settings.category.personal" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 591 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 592 | android:value="com.android.settings.inputmethod.InputMethodAndLanguageSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 593 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 594 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 595 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 596 | |
Xiyuan Xia | 86a5540 | 2015-06-02 14:55:32 -0700 | [diff] [blame] | 597 | <activity android:name="Settings$ManageAssistActivity" |
| 598 | android:label="@string/assist_and_voice_input_title" |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 599 | android:taskAffinity="com.android.settings" |
Xiyuan Xia | 86a5540 | 2015-06-02 14:55:32 -0700 | [diff] [blame] | 600 | android:parentActivityName="Settings$ManageApplicationsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 601 | <intent-filter android:priority="1"> |
| 602 | <action android:name="android.settings.VOICE_INPUT_SETTINGS" /> |
| 603 | <category android:name="android.intent.category.DEFAULT" /> |
| 604 | </intent-filter> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 605 | <intent-filter> |
| 606 | <action android:name="android.intent.action.MAIN" /> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 607 | <category android:name="android.intent.category.DEFAULT" /> |
| 608 | </intent-filter> |
| 609 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Xiyuan Xia | 86a5540 | 2015-06-02 14:55:32 -0700 | [diff] [blame] | 610 | android:value="com.android.settings.applications.ManageAssist" /> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 611 | </activity> |
| 612 | |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 613 | <activity android:name="Settings$KeyboardLayoutPickerActivity" |
| 614 | android:label="@string/keyboard_layout_picker_title" |
| 615 | android:clearTaskOnLaunch="true"> |
| 616 | <intent-filter> |
| 617 | <action android:name="android.intent.action.MAIN" /> |
| 618 | <category android:name="android.intent.category.DEFAULT" /> |
| 619 | </intent-filter> |
| 620 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Jeff Brown | 766b286 | 2012-05-18 15:04:45 -0700 | [diff] [blame] | 621 | android:value="com.android.settings.inputmethod.KeyboardLayoutPickerFragment" /> |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 622 | </activity> |
| 623 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 624 | <!-- Keep compatibility with old shortcuts. --> |
| 625 | <activity-alias android:name="LanguageSettings" |
| 626 | android:label="@string/language_keyboard_settings_title" |
| 627 | android:clearTaskOnLaunch="true" |
| 628 | android:exported="true" |
| 629 | android:targetActivity="Settings$InputMethodAndLanguageSettingsActivity"> |
| 630 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 631 | android:value="com.android.settings.inputmethod.InputMethodAndLanguageSettings" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 632 | </activity-alias> |
| 633 | |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 634 | <activity android:name="Settings$SpellCheckersSettingsActivity" |
| 635 | android:label="@string/spellcheckers_settings_title" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 636 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 637 | android:parentActivityName="Settings$InputMethodAndLanguageSettingsActivity"> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 638 | <intent-filter> |
| 639 | <action android:name="android.intent.action.MAIN" /> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 640 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 641 | <category android:name="android.intent.category.DEFAULT" /> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 642 | </intent-filter> |
| 643 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 644 | android:value="com.android.settings.inputmethod.SpellCheckersSettings" /> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 645 | </activity> |
| 646 | |
Daisuke Miyakawa | 649b9f1 | 2011-01-30 19:43:08 -0800 | [diff] [blame] | 647 | <activity android:name=".inputmethod.InputMethodAndSubtypeEnablerActivity" |
satok | 5e9c5e7 | 2011-07-21 15:32:28 +0900 | [diff] [blame] | 648 | android:label="" |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 649 | android:clearTaskOnLaunch="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 650 | <intent-filter android:priority="1"> |
| 651 | <action android:name="android.settings.INPUT_METHOD_SUBTYPE_SETTINGS" /> |
| 652 | <category android:name="android.intent.category.DEFAULT" /> |
| 653 | </intent-filter> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 654 | <intent-filter> |
| 655 | <action android:name="android.intent.action.MAIN" /> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 656 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 657 | <category android:name="android.intent.category.DEFAULT" /> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 658 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 659 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 660 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 661 | </activity> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 662 | |
satok | 078b435 | 2011-07-12 07:23:36 +0900 | [diff] [blame] | 663 | <receiver android:name=".inputmethod.InputMethodDialogReceiver" |
| 664 | android:enabled="true"> |
satok | fb0fd42 | 2011-06-20 21:38:36 +0900 | [diff] [blame] | 665 | <intent-filter> |
satok | fb0fd42 | 2011-06-20 21:38:36 +0900 | [diff] [blame] | 666 | <action android:name="android.settings.SHOW_INPUT_METHOD_PICKER" /> |
satok | fb0fd42 | 2011-06-20 21:38:36 +0900 | [diff] [blame] | 667 | </intent-filter> |
satok | 078b435 | 2011-07-12 07:23:36 +0900 | [diff] [blame] | 668 | </receiver> |
satok | fb0fd42 | 2011-06-20 21:38:36 +0900 | [diff] [blame] | 669 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 670 | <activity android:name="Settings$UserDictionarySettingsActivity" |
Satoshi Kataoka | 5df3307 | 2013-04-30 14:30:12 +0900 | [diff] [blame] | 671 | android:label="@string/user_dict_settings_title" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 672 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 673 | android:parentActivityName="Settings$InputMethodAndLanguageSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 674 | <intent-filter android:priority="1"> |
| 675 | <action android:name="android.settings.USER_DICTIONARY_SETTINGS" /> |
| 676 | <category android:name="android.intent.category.DEFAULT" /> |
| 677 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 678 | <intent-filter> |
| 679 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 680 | <category android:name="android.intent.category.DEFAULT" /> |
| 681 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 682 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 683 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Satoshi Kataoka | 71c915b | 2013-06-19 22:40:36 +0900 | [diff] [blame] | 684 | android:value="com.android.settings.inputmethod.UserDictionaryList" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 685 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 686 | android:value="true" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 687 | </activity> |
| 688 | |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 689 | <activity android:name=".inputmethod.UserDictionaryAddWordActivity" |
Satoshi Kataoka | 5df3307 | 2013-04-30 14:30:12 +0900 | [diff] [blame] | 690 | android:label="@string/user_dict_settings_title" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 691 | android:theme="@android:style/Theme.Material.Light.Dialog.NoActionBar" |
Jean Chalard | e17eefa | 2011-12-02 14:56:39 +0900 | [diff] [blame] | 692 | android:windowSoftInputMode="stateVisible" |
Jean Chalard | 124283e | 2011-12-16 19:35:46 +0900 | [diff] [blame] | 693 | android:noHistory="true" |
Jean Chalard | e17eefa | 2011-12-02 14:56:39 +0900 | [diff] [blame] | 694 | android:excludeFromRecents="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 695 | <intent-filter android:priority="1"> |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 696 | <action android:name="com.android.settings.USER_DICTIONARY_INSERT" /> |
| 697 | <category android:name="android.intent.category.DEFAULT" /> |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 698 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 699 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 700 | android:value="true" /> |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 701 | </activity> |
| 702 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 703 | <!-- Keep compatibility with old shortcuts. --> |
| 704 | <activity-alias android:name="UserDictionarySettings" |
Satoshi Kataoka | 5df3307 | 2013-04-30 14:30:12 +0900 | [diff] [blame] | 705 | android:label="@string/user_dict_settings_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 706 | android:exported="true" |
| 707 | android:targetActivity="Settings$UserDictionarySettingsActivity"> |
| 708 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 709 | android:value="com.android.settings.UserDictionarySettings" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 710 | </activity-alias> |
| 711 | |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 712 | <activity android:name="Settings$ZenModeSettingsActivity" |
| 713 | android:label="@string/zen_mode_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 714 | android:icon="@drawable/ic_settings_notifications" |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 715 | android:exported="true" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 716 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 717 | <intent-filter android:priority="1"> |
| 718 | <action android:name="android.settings.ZEN_MODE_SETTINGS" /> |
| 719 | <category android:name="android.intent.category.DEFAULT" /> |
| 720 | </intent-filter> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 721 | <intent-filter> |
| 722 | <action android:name="android.intent.action.MAIN" /> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 723 | <category android:name="android.intent.category.DEFAULT" /> |
| 724 | <category android:name="com.android.settings.SHORTCUT" /> |
| 725 | </intent-filter> |
| 726 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
John Spurlock | 4a35051 | 2014-04-08 14:08:21 -0400 | [diff] [blame] | 727 | android:value="com.android.settings.notification.ZenModeSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 728 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 729 | android:value="true" /> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 730 | </activity> |
| 731 | |
Julia Reynolds | 5555d26 | 2015-11-09 10:52:17 -0500 | [diff] [blame^] | 732 | <activity android:name="Settings$ZenModeVisualInterruptionSettingsActivity" |
| 733 | android:label="@string/zen_mode_visual_interruptions_settings_title" |
| 734 | android:icon="@drawable/ic_settings_notifications" |
| 735 | android:exported="true" |
| 736 | android:taskAffinity=""> |
| 737 | <intent-filter android:priority="1"> |
| 738 | <action android:name="android.settings.ZEN_MODE_PRIORITY_SETTINGS" /> |
| 739 | <category android:name="android.intent.category.DEFAULT" /> |
| 740 | </intent-filter> |
| 741 | <intent-filter> |
| 742 | <action android:name="android.intent.action.MAIN" /> |
| 743 | <category android:name="android.intent.category.DEFAULT" /> |
| 744 | <category android:name="com.android.settings.SHORTCUT" /> |
| 745 | </intent-filter> |
| 746 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 747 | android:value="com.android.settings.notification.ZenModeVisualInterruptionSettings" /> |
| 748 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 749 | android:value="true" /> |
| 750 | </activity> |
| 751 | |
John Spurlock | 48bbd5d | 2015-04-03 13:51:03 -0400 | [diff] [blame] | 752 | <activity android:name="Settings$ZenModePrioritySettingsActivity" |
| 753 | android:label="@string/zen_mode_priority_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 754 | android:icon="@drawable/ic_settings_notifications" |
John Spurlock | 48bbd5d | 2015-04-03 13:51:03 -0400 | [diff] [blame] | 755 | android:exported="true" |
| 756 | android:taskAffinity=""> |
| 757 | <intent-filter android:priority="1"> |
| 758 | <action android:name="android.settings.ZEN_MODE_PRIORITY_SETTINGS" /> |
| 759 | <category android:name="android.intent.category.DEFAULT" /> |
| 760 | </intent-filter> |
| 761 | <intent-filter> |
| 762 | <action android:name="android.intent.action.MAIN" /> |
| 763 | <category android:name="android.intent.category.DEFAULT" /> |
| 764 | <category android:name="com.android.settings.SHORTCUT" /> |
| 765 | </intent-filter> |
| 766 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 767 | android:value="com.android.settings.notification.ZenModePrioritySettings" /> |
John Spurlock | 48bbd5d | 2015-04-03 13:51:03 -0400 | [diff] [blame] | 768 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 769 | android:value="true" /> |
| 770 | </activity> |
| 771 | |
John Spurlock | d8b3683 | 2015-04-03 15:11:33 -0400 | [diff] [blame] | 772 | <activity android:name="Settings$ZenModeAutomationSettingsActivity" |
| 773 | android:label="@string/zen_mode_automation_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 774 | android:icon="@drawable/ic_settings_notifications" |
John Spurlock | d8b3683 | 2015-04-03 15:11:33 -0400 | [diff] [blame] | 775 | android:exported="true" |
| 776 | android:taskAffinity=""> |
| 777 | <intent-filter android:priority="1"> |
| 778 | <action android:name="android.settings.ZEN_MODE_AUTOMATION_SETTINGS" /> |
| 779 | <category android:name="android.intent.category.DEFAULT" /> |
| 780 | </intent-filter> |
John Spurlock | c96a5dc | 2015-04-10 11:59:54 -0400 | [diff] [blame] | 781 | <intent-filter android:priority="1"> |
| 782 | <action android:name="android.settings.ACTION_CONDITION_PROVIDER_SETTINGS" /> |
| 783 | <category android:name="android.intent.category.DEFAULT" /> |
| 784 | </intent-filter> |
John Spurlock | d8b3683 | 2015-04-03 15:11:33 -0400 | [diff] [blame] | 785 | <intent-filter> |
| 786 | <action android:name="android.intent.action.MAIN" /> |
| 787 | <category android:name="android.intent.category.DEFAULT" /> |
| 788 | <category android:name="com.android.settings.SHORTCUT" /> |
| 789 | </intent-filter> |
| 790 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 791 | android:value="com.android.settings.notification.ZenModeAutomationSettings" /> |
John Spurlock | d8b3683 | 2015-04-03 15:11:33 -0400 | [diff] [blame] | 792 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 793 | android:value="true" /> |
| 794 | </activity> |
| 795 | |
John Spurlock | 45fa140 | 2015-04-09 12:50:04 -0400 | [diff] [blame] | 796 | <activity android:name="Settings$ZenModeScheduleRuleSettingsActivity" |
| 797 | android:exported="true" |
| 798 | android:taskAffinity=""> |
| 799 | <intent-filter android:priority="1"> |
| 800 | <action android:name="android.settings.ZEN_MODE_SCHEDULE_RULE_SETTINGS" /> |
| 801 | <category android:name="android.intent.category.DEFAULT" /> |
| 802 | </intent-filter> |
| 803 | <intent-filter> |
| 804 | <action android:name="android.intent.action.MAIN" /> |
| 805 | <category android:name="android.intent.category.DEFAULT" /> |
John Spurlock | 45fa140 | 2015-04-09 12:50:04 -0400 | [diff] [blame] | 806 | </intent-filter> |
| 807 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 808 | android:value="com.android.settings.notification.ZenModeScheduleRuleSettings" /> |
John Spurlock | 45fa140 | 2015-04-09 12:50:04 -0400 | [diff] [blame] | 809 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 810 | android:value="true" /> |
| 811 | </activity> |
| 812 | |
John Spurlock | f57bad7 | 2015-04-30 09:26:15 -0400 | [diff] [blame] | 813 | <activity android:name="Settings$ZenModeEventRuleSettingsActivity" |
| 814 | android:exported="true" |
| 815 | android:taskAffinity=""> |
| 816 | <intent-filter android:priority="1"> |
| 817 | <action android:name="android.settings.ZEN_MODE_EVENT_RULE_SETTINGS" /> |
| 818 | <category android:name="android.intent.category.DEFAULT" /> |
| 819 | </intent-filter> |
| 820 | <intent-filter> |
| 821 | <action android:name="android.intent.action.MAIN" /> |
| 822 | <category android:name="android.intent.category.DEFAULT" /> |
John Spurlock | f57bad7 | 2015-04-30 09:26:15 -0400 | [diff] [blame] | 823 | </intent-filter> |
| 824 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 825 | android:value="com.android.settings.notification.ZenModeEventRuleSettings" /> |
John Spurlock | f57bad7 | 2015-04-30 09:26:15 -0400 | [diff] [blame] | 826 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 827 | android:value="true" /> |
| 828 | </activity> |
| 829 | |
John Spurlock | c96a5dc | 2015-04-10 11:59:54 -0400 | [diff] [blame] | 830 | <activity android:name="Settings$ZenModeExternalRuleSettingsActivity" |
| 831 | android:exported="true" |
| 832 | android:taskAffinity=""> |
| 833 | <intent-filter android:priority="1"> |
| 834 | <action android:name="android.settings.ZEN_MODE_EXTERNAL_RULE_SETTINGS" /> |
| 835 | <category android:name="android.intent.category.DEFAULT" /> |
| 836 | </intent-filter> |
| 837 | <intent-filter> |
| 838 | <action android:name="android.intent.action.MAIN" /> |
| 839 | <category android:name="android.intent.category.DEFAULT" /> |
John Spurlock | c96a5dc | 2015-04-10 11:59:54 -0400 | [diff] [blame] | 840 | </intent-filter> |
| 841 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 842 | android:value="com.android.settings.notification.ZenModeExternalRuleSettings" /> |
John Spurlock | c96a5dc | 2015-04-10 11:59:54 -0400 | [diff] [blame] | 843 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 844 | android:value="true" /> |
| 845 | </activity> |
| 846 | |
Amith Yamasani | 3033ce0 | 2014-07-14 18:03:15 -0700 | [diff] [blame] | 847 | <activity android:name="Settings$HomeSettingsActivity" |
| 848 | android:label="@string/home_settings" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 849 | android:icon="@drawable/ic_settings_home" |
Amith Yamasani | 3033ce0 | 2014-07-14 18:03:15 -0700 | [diff] [blame] | 850 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 851 | <intent-filter android:priority="1"> |
| 852 | <action android:name="android.settings.HOME_SETTINGS" /> |
| 853 | <category android:name="android.intent.category.DEFAULT" /> |
| 854 | </intent-filter> |
Amith Yamasani | 3033ce0 | 2014-07-14 18:03:15 -0700 | [diff] [blame] | 855 | <intent-filter> |
| 856 | <action android:name="android.intent.action.MAIN" /> |
Amith Yamasani | 3033ce0 | 2014-07-14 18:03:15 -0700 | [diff] [blame] | 857 | <category android:name="android.intent.category.DEFAULT" /> |
| 858 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 859 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 860 | <intent-filter android:priority="9"> |
| 861 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 862 | </intent-filter> |
| 863 | <meta-data android:name="com.android.settings.category" |
| 864 | android:value="com.android.settings.category.device" /> |
Amith Yamasani | 3033ce0 | 2014-07-14 18:03:15 -0700 | [diff] [blame] | 865 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 866 | android:value="com.android.settings.HomeSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 867 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 868 | android:value="true" /> |
Amith Yamasani | 3033ce0 | 2014-07-14 18:03:15 -0700 | [diff] [blame] | 869 | </activity> |
| 870 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 871 | <activity android:name="Settings$DisplaySettingsActivity" |
Amith Yamasani | 992f102 | 2010-01-25 09:17:53 -0800 | [diff] [blame] | 872 | android:label="@string/display_settings" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 873 | android:icon="@drawable/ic_settings_display" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 874 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 875 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 876 | <action android:name="com.android.settings.DISPLAY_SETTINGS" /> |
Amith Yamasani | 0422a3b | 2009-06-12 14:15:20 -0700 | [diff] [blame] | 877 | <action android:name="android.settings.DISPLAY_SETTINGS" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 878 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 879 | </intent-filter> |
| 880 | <intent-filter> |
| 881 | <action android:name="android.intent.action.MAIN" /> |
| 882 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 883 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 884 | <category android:name="com.android.settings.SHORTCUT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 885 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 886 | <intent-filter android:priority="8"> |
| 887 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 888 | </intent-filter> |
| 889 | <meta-data android:name="com.android.settings.category" |
| 890 | android:value="com.android.settings.category.device" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 891 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 892 | android:value="com.android.settings.DisplaySettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 893 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 894 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 895 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 896 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 897 | <!-- Keep compatibility with old shortcuts. --> |
| 898 | <activity-alias android:name="DisplaySettings" |
| 899 | android:label="@string/display_settings" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 900 | android:exported="true" |
| 901 | android:targetActivity="Settings$DisplaySettingsActivity"> |
| 902 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 903 | android:value="com.android.settings.DisplaySettings" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 904 | </activity-alias> |
| 905 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 906 | <activity android:name="Settings$DeviceInfoSettingsActivity" |
Fabrice Di Meglio | 19250a9 | 2014-06-03 14:30:40 -0700 | [diff] [blame] | 907 | android:theme="@style/Theme.SubSettingsDialogWhenLarge" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 908 | android:label="@string/device_info_settings" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 909 | android:icon="@drawable/ic_settings_about" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 910 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 911 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 912 | <intent-filter android:priority="1"> |
| 913 | <action android:name="android.settings.DEVICE_INFO_SETTINGS" /> |
| 914 | <category android:name="android.intent.category.DEFAULT" /> |
| 915 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 916 | <intent-filter> |
| 917 | <action android:name="android.intent.action.MAIN" /> |
| 918 | <category android:name="android.intent.category.DEFAULT" /> |
| 919 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 920 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 921 | <intent-filter android:priority="1"> |
| 922 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 923 | </intent-filter> |
| 924 | <meta-data android:name="com.android.settings.category" |
| 925 | android:value="com.android.settings.category.system" /> |
| 926 | <meta-data android:name="com.android.settings.title" |
| 927 | android:value="@string/about_settings" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 928 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 929 | android:value="com.android.settings.DeviceInfoSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 930 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 931 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 932 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 933 | |
| 934 | <activity android:name="SettingsLicenseActivity" |
| 935 | android:label="@string/settings_license_activity_title" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 936 | android:theme="@android:style/Theme.Material.Light.Panel" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 937 | android:configChanges="orientation|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 938 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 939 | <action android:name="android.settings.LICENSE" /> |
| 940 | <category android:name="android.intent.category.DEFAULT" /> |
| 941 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 942 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 943 | android:value="true" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 944 | </activity> |
| 945 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 946 | <activity android:name="Settings$ManageApplicationsActivity" |
Amith Yamasani | c81c257 | 2011-07-28 12:14:47 -0700 | [diff] [blame] | 947 | android:label="@string/applications_settings" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 948 | android:icon="@drawable/ic_settings_applications" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 949 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 950 | <intent-filter android:priority="1"> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 951 | <action android:name="android.settings.APPLICATION_SETTINGS" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 952 | <action android:name="android.settings.MANAGE_APPLICATIONS_SETTINGS" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 953 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 954 | </intent-filter> |
| 955 | <intent-filter> |
| 956 | <action android:name="android.intent.action.MAIN" /> |
| 957 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 958 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 959 | <category android:name="com.android.settings.SHORTCUT" /> |
| 960 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 961 | <intent-filter android:priority="6"> |
| 962 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 963 | </intent-filter> |
| 964 | <meta-data android:name="com.android.settings.category" |
| 965 | android:value="com.android.settings.category.device" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 966 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 967 | android:value="com.android.settings.applications.ManageApplications" /> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 968 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 969 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 970 | </activity> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 971 | |
Jason Monk | 2acff55 | 2015-06-11 15:47:29 -0400 | [diff] [blame] | 972 | <activity android:name="Settings$MemorySettingsActivity" |
| 973 | android:label="@string/memory_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 974 | android:icon="@drawable/ic_settings_memory" |
Jason Monk | 2acff55 | 2015-06-11 15:47:29 -0400 | [diff] [blame] | 975 | android:taskAffinity=""> |
| 976 | <intent-filter> |
| 977 | <action android:name="android.intent.action.MAIN" /> |
| 978 | <category android:name="com.android.settings.SHORTCUT" /> |
| 979 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 980 | <intent-filter android:priority="3"> |
| 981 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 982 | </intent-filter> |
| 983 | <meta-data android:name="com.android.settings.category" |
| 984 | android:value="com.android.settings.category.device" /> |
Jason Monk | 2acff55 | 2015-06-11 15:47:29 -0400 | [diff] [blame] | 985 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 986 | android:value="com.android.settings.applications.ProcessStatsSummary" /> |
Jason Monk | 2acff55 | 2015-06-11 15:47:29 -0400 | [diff] [blame] | 987 | </activity> |
| 988 | |
Jason Monk | 5b3aa36 | 2015-03-18 16:03:57 -0400 | [diff] [blame] | 989 | <activity android:name="Settings$AllApplicationsActivity" |
| 990 | android:label="@string/applications_settings" |
| 991 | android:taskAffinity=""> |
| 992 | <intent-filter> |
| 993 | <action android:name="android.settings.MANAGE_ALL_APPLICATIONS_SETTINGS" /> |
| 994 | <category android:name="android.intent.category.DEFAULT" /> |
| 995 | </intent-filter> |
| 996 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 997 | android:value="com.android.settings.applications.ManageApplications" /> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 998 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 999 | android:value="true" /> |
Jason Monk | 5b3aa36 | 2015-03-18 16:03:57 -0400 | [diff] [blame] | 1000 | </activity> |
| 1001 | |
Jason Monk | 1eb54eb | 2015-04-29 12:46:42 -0400 | [diff] [blame] | 1002 | <activity android:name="Settings$HighPowerApplicationsActivity" |
| 1003 | android:label="@string/high_power_apps" |
| 1004 | android:taskAffinity=""> |
Jason Monk | 3a90d7c | 2015-06-10 11:03:06 -0400 | [diff] [blame] | 1005 | <intent-filter android:priority="1"> |
| 1006 | <action android:name="android.settings.IGNORE_BATTERY_OPTIMIZATION_SETTINGS" /> |
| 1007 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 3f98c0c | 2015-06-12 18:13:54 -0700 | [diff] [blame] | 1008 | </intent-filter> |
Jason Monk | 1eb54eb | 2015-04-29 12:46:42 -0400 | [diff] [blame] | 1009 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1010 | android:value="com.android.settings.applications.ManageApplications" /> |
| 1011 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1012 | android:value="true" /> |
| 1013 | </activity> |
| 1014 | |
Dianne Hackborn | be4df03 | 2015-08-10 14:53:33 -0700 | [diff] [blame] | 1015 | <activity android:name=".fuelgauge.RequestIgnoreBatteryOptimizations" |
| 1016 | android:label="@string/high_power_apps" |
| 1017 | android:taskAffinity="" |
| 1018 | android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> |
| 1019 | <intent-filter android:priority="1"> |
| 1020 | <action android:name="android.settings.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" /> |
| 1021 | <category android:name="android.intent.category.DEFAULT" /> |
| 1022 | <data android:scheme="package" /> |
| 1023 | </intent-filter> |
| 1024 | </activity> |
| 1025 | |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1026 | <!-- Keep compatibility with old shortcuts. --> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1027 | <activity-alias android:name=".applications.ManageApplications" |
| 1028 | android:label="@string/applications_settings" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1029 | android:exported="true" |
| 1030 | android:targetActivity="Settings$ManageApplicationsActivity"> |
| 1031 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1032 | android:value="com.android.settings.applications.ManageApplications" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1033 | </activity-alias> |
| 1034 | |
| 1035 | <!-- Keep compatibility with old shortcuts. Pre-gingerbread. --> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1036 | <activity-alias android:name=".ManageApplications" |
| 1037 | android:label="@string/manageapplications_settings_title" |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1038 | android:exported="true" |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1039 | android:targetActivity="Settings$ManageApplicationsActivity"> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1040 | </activity-alias> |
| 1041 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1042 | <!-- Provide direct entry into manage apps showing running services. |
| 1043 | This is for compatibility with old shortcuts. --> |
| 1044 | <activity-alias android:name=".RunningServices" |
| 1045 | android:label="@string/runningservices_settings_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1046 | android:exported="true" |
| 1047 | android:targetActivity="Settings$ManageApplicationsActivity"> |
| 1048 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1049 | android:value="com.android.settings.applications.ManageApplications" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1050 | </activity-alias> |
Lifu Tang | fc86f69 | 2013-07-30 18:34:35 -0700 | [diff] [blame] | 1051 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1052 | <!-- Provide direct entry into manage apps showing storage usage for apps. |
| 1053 | This is for compatibility with old shortcuts. --> |
| 1054 | <activity-alias android:name=".applications.StorageUse" |
| 1055 | android:label="@string/storageuse_settings_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1056 | android:exported="true" |
| 1057 | android:targetActivity="Settings$ManageApplicationsActivity"> |
| 1058 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1059 | android:value="com.android.settings.applications.ManageApplications" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1060 | </activity-alias> |
| 1061 | |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1062 | <!-- Still need a top-level activity for showing app details. Aliasing |
| 1063 | trick is so the code that is now a fragment can still be called |
| 1064 | InstalledAppDetails. --> |
| 1065 | <activity android:name=".applications.InstalledAppDetailsTop" |
| 1066 | android:label="@string/application_info_label" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1067 | android:exported="true" |
Amith Yamasani | a9c55d8 | 2012-09-28 16:40:42 -0700 | [diff] [blame] | 1068 | android:taskAffinity="" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1069 | android:parentActivityName="Settings$ManageApplicationsActivity"> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1070 | </activity> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1071 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1072 | <!-- Keep compatibility with old shortcuts. --> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1073 | <activity-alias android:name=".applications.InstalledAppDetails" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1074 | android:label="@string/application_info_label" |
| 1075 | android:exported="true" |
| 1076 | android:targetActivity=".applications.InstalledAppDetailsTop"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1077 | <intent-filter android:priority="1"> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1078 | <action android:name="android.settings.APPLICATION_DETAILS_SETTINGS" /> |
| 1079 | <category android:name="android.intent.category.DEFAULT" /> |
| 1080 | <data android:scheme="package" /> |
| 1081 | </intent-filter> |
| 1082 | </activity-alias> |
| 1083 | |
Dianne Hackborn | 508fedc | 2010-07-28 17:10:42 -0700 | [diff] [blame] | 1084 | <!-- Provide direct entry into manage apps showing running services. --> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1085 | <activity android:name="Settings$RunningServicesActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1086 | android:label="@string/runningservices_settings_title" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1087 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1088 | android:parentActivityName="Settings"> |
Dianne Hackborn | c58c549 | 2009-08-31 21:33:17 -0700 | [diff] [blame] | 1089 | <intent-filter> |
| 1090 | <action android:name="android.intent.action.MAIN" /> |
| 1091 | <category android:name="android.intent.category.DEFAULT" /> |
| 1092 | <category android:name="android.intent.category.MONKEY" /> |
| 1093 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | c58c549 | 2009-08-31 21:33:17 -0700 | [diff] [blame] | 1094 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1095 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1096 | android:value="com.android.settings.applications.ManageApplications" /> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 1097 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1098 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1099 | </activity> |
Amith Yamasani | 1bb6db5 | 2010-09-17 13:34:47 -0700 | [diff] [blame] | 1100 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1101 | <!-- Provide direct entry into manage apps showing storage usage of apps. --> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1102 | <activity android:name="Settings$StorageUseActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1103 | android:label="@string/storageuse_settings_title" |
Amith Yamasani | a9c55d8 | 2012-09-28 16:40:42 -0700 | [diff] [blame] | 1104 | android:taskAffinity="" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1105 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1106 | <intent-filter android:priority="1"> |
| 1107 | <action android:name="android.intent.action.MANAGE_PACKAGE_STORAGE" /> |
| 1108 | <category android:name="android.intent.category.DEFAULT" /> |
| 1109 | </intent-filter> |
Dianne Hackborn | 728ac35 | 2010-06-06 22:51:42 -0700 | [diff] [blame] | 1110 | <intent-filter> |
| 1111 | <action android:name="android.intent.action.MAIN" /> |
| 1112 | <category android:name="android.intent.category.DEFAULT" /> |
| 1113 | <category android:name="android.intent.category.MONKEY" /> |
| 1114 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | 728ac35 | 2010-06-06 22:51:42 -0700 | [diff] [blame] | 1115 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1116 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1117 | android:value="com.android.settings.applications.ManageApplications" /> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 1118 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1119 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1120 | </activity> |
Amith Yamasani | 1bb6db5 | 2010-09-17 13:34:47 -0700 | [diff] [blame] | 1121 | |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 1122 | <activity android:name="Settings$NotificationStationActivity" |
Christoph Studer | 9717fab | 2014-06-30 16:10:26 +0200 | [diff] [blame] | 1123 | android:theme="@style/Theme.NotificationStation" |
John Spurlock | 72d3c27 | 2014-06-05 12:04:02 -0400 | [diff] [blame] | 1124 | android:label="@string/notification_log_title" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 1125 | android:taskAffinity=""> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 1126 | <intent-filter> |
| 1127 | <action android:name="android.intent.action.MAIN" /> |
| 1128 | <category android:name="android.intent.category.DEFAULT" /> |
| 1129 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1130 | </intent-filter> |
| 1131 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
John Spurlock | 4a35051 | 2014-04-08 14:08:21 -0400 | [diff] [blame] | 1132 | android:value="com.android.settings.notification.NotificationStation" /> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 1133 | </activity> |
| 1134 | |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 1135 | <activity android:name=".notification.ZenModeVoiceActivity" |
Barnaby James | f9472be | 2015-06-21 17:05:22 -0700 | [diff] [blame] | 1136 | android:theme="@android:style/Theme.Material.Light.Dialog.NoActionBar" |
Barnaby James | 0474b72 | 2015-05-10 16:24:05 -0700 | [diff] [blame] | 1137 | android:label="@string/zen_mode_settings_title"> |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 1138 | <intent-filter> |
| 1139 | <action android:name="android.settings.VOICE_CONTROL_DO_NOT_DISTURB_MODE" /> |
| 1140 | <category android:name="android.intent.category.DEFAULT" /> |
| 1141 | <category android:name="android.intent.category.VOICE" /> |
| 1142 | </intent-filter> |
| 1143 | </activity> |
| 1144 | |
Dave Burke | 64b28a0 | 2013-09-25 09:56:58 -0700 | [diff] [blame] | 1145 | <!-- |
Dianne Hackborn | a522a8e | 2013-01-15 19:02:05 -0800 | [diff] [blame] | 1146 | <activity android:name="Settings$AppOpsSummaryActivity" |
| 1147 | android:label="@string/app_ops_settings" |
| 1148 | android:taskAffinity="" |
Dianne Hackborn | 5635594 | 2013-09-29 17:07:49 -0700 | [diff] [blame] | 1149 | android:enabled="false"> |
Dianne Hackborn | a522a8e | 2013-01-15 19:02:05 -0800 | [diff] [blame] | 1150 | <intent-filter> |
| 1151 | <action android:name="android.intent.action.MAIN" /> |
| 1152 | <action android:name="android.settings.APP_OPS_SETTINGS" /> |
| 1153 | <category android:name="android.intent.category.DEFAULT" /> |
| 1154 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1155 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1156 | </intent-filter> |
| 1157 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1158 | android:value="com.android.settings.applications.AppOpsSummary" /> |
Dianne Hackborn | a522a8e | 2013-01-15 19:02:05 -0800 | [diff] [blame] | 1159 | </activity> |
Dave Burke | 64b28a0 | 2013-09-25 09:56:58 -0700 | [diff] [blame] | 1160 | --> |
Lifu Tang | fc86f69 | 2013-07-30 18:34:35 -0700 | [diff] [blame] | 1161 | |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1162 | <activity android:name="Settings$LocationSettingsActivity" |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1163 | android:label="@string/location_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1164 | android:icon="@drawable/ic_settings_location" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1165 | android:configChanges="orientation|keyboardHidden|screenSize" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 1166 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1167 | <intent-filter android:priority="1"> |
| 1168 | <action android:name="android.settings.LOCATION_SOURCE_SETTINGS" /> |
| 1169 | <category android:name="android.intent.category.DEFAULT" /> |
| 1170 | </intent-filter> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1171 | <intent-filter> |
| 1172 | <action android:name="android.intent.action.MAIN" /> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1173 | <category android:name="android.intent.category.DEFAULT" /> |
| 1174 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1175 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1176 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1177 | <intent-filter android:priority="3"> |
| 1178 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 1179 | </intent-filter> |
| 1180 | <meta-data android:name="com.android.settings.category" |
| 1181 | android:value="com.android.settings.category.personal" /> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1182 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Lifu Tang | 83ab7c9 | 2013-07-29 12:07:48 -0700 | [diff] [blame] | 1183 | android:value="com.android.settings.location.LocationSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1184 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1185 | android:value="true" /> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1186 | </activity> |
| 1187 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1188 | <activity android:name="Settings$SecuritySettingsActivity" |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1189 | android:label="@string/security_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1190 | android:icon="@drawable/ic_settings_security" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1191 | android:configChanges="orientation|keyboardHidden|screenSize" |
Amith Yamasani | a9c55d8 | 2012-09-28 16:40:42 -0700 | [diff] [blame] | 1192 | android:taskAffinity="" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1193 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1194 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1195 | <action android:name="android.settings.SECURITY_SETTINGS" /> |
Chia-chi Yeh | 9cec698 | 2009-09-22 23:59:01 +0800 | [diff] [blame] | 1196 | <action android:name="android.credentials.UNLOCK" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1197 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1198 | </intent-filter> |
| 1199 | <intent-filter> |
| 1200 | <action android:name="android.intent.action.MAIN" /> |
| 1201 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1202 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1203 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1204 | <intent-filter android:priority="2"> |
| 1205 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 1206 | </intent-filter> |
| 1207 | <meta-data android:name="com.android.settings.category" |
| 1208 | android:value="com.android.settings.category.personal" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1209 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1210 | android:value="com.android.settings.SecuritySettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1211 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1212 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1213 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1214 | |
Maggie Benthall | 9d6c40e | 2013-09-05 15:33:58 -0400 | [diff] [blame] | 1215 | <activity android:name="MonitoringCertInfoActivity" |
| 1216 | android:label="@string/ssl_ca_cert_dialog_title" |
| 1217 | android:theme="@style/Transparent" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 1218 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1219 | <intent-filter android:priority="1"> |
| 1220 | <action android:name="com.android.settings.MONITORING_CERT_INFO" /> |
| 1221 | <category android:name="android.intent.category.DEFAULT" /> |
| 1222 | </intent-filter> |
Maggie Benthall | 9d6c40e | 2013-09-05 15:33:58 -0400 | [diff] [blame] | 1223 | <intent-filter> |
| 1224 | <action android:name="android.intent.action.MAIN" /> |
Maggie Benthall | 9d6c40e | 2013-09-05 15:33:58 -0400 | [diff] [blame] | 1225 | <category android:name="android.intent.category.DEFAULT" /> |
| 1226 | </intent-filter> |
| 1227 | </activity> |
| 1228 | |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 1229 | <activity android:name="Settings$TrustedCredentialsSettingsActivity" |
| 1230 | android:label="@string/trusted_credentials" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1231 | android:icon="@drawable/ic_settings_security" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 1232 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1233 | <intent-filter android:priority="1"> |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 1234 | <action android:name="com.android.settings.TRUSTED_CREDENTIALS" /> |
| 1235 | <action android:name="com.android.settings.TRUSTED_CREDENTIALS_USER" /> |
| 1236 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1237 | </intent-filter> |
| 1238 | <intent-filter> |
| 1239 | <action android:name="android.intent.action.MAIN" /> |
| 1240 | <category android:name="android.intent.category.DEFAULT" /> |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 1241 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1242 | </intent-filter> |
| 1243 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1244 | android:value="com.android.settings.TrustedCredentialsSettings" /> |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 1245 | </activity> |
| 1246 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1247 | <!-- Keep compatibility with old shortcuts. --> |
| 1248 | <activity-alias android:name="SecuritySettings" |
| 1249 | android:label="@string/security_settings_title" |
| 1250 | android:configChanges="orientation|keyboardHidden|screenSize" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1251 | android:exported="true" |
| 1252 | android:targetActivity="Settings$SecuritySettingsActivity"> |
| 1253 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1254 | android:value="com.android.settings.SecuritySettings" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1255 | </activity-alias> |
| 1256 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1257 | <activity android:name="Settings$PrivacySettingsActivity" |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 1258 | android:label="@string/privacy_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1259 | android:icon="@drawable/ic_settings_backup" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1260 | android:configChanges="orientation|keyboardHidden|screenSize" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1261 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1262 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1263 | <intent-filter android:priority="1"> |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 1264 | <action android:name="android.settings.PRIVACY_SETTINGS" /> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1265 | <action android:name="android.settings.BACKUP_AND_RESET_SETTINGS" /> |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 1266 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1267 | </intent-filter> |
| 1268 | <intent-filter> |
| 1269 | <action android:name="android.intent.action.MAIN" /> |
| 1270 | <category android:name="android.intent.category.DEFAULT" /> |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 1271 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1272 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1273 | <intent-filter android:priority="-2"> |
| 1274 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 1275 | </intent-filter> |
| 1276 | <meta-data android:name="com.android.settings.category" |
| 1277 | android:value="com.android.settings.category.personal" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1278 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1279 | android:value="com.android.settings.PrivacySettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1280 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1281 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1282 | </activity> |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 1283 | |
Christopher Tate | 4f33878 | 2011-07-25 12:09:10 -0700 | [diff] [blame] | 1284 | <activity android:name="SetFullBackupPassword" |
Fabrice Di Meglio | 19250a9 | 2014-06-03 14:30:40 -0700 | [diff] [blame] | 1285 | android:theme="@style/Theme.SubSettingsDialogWhenLarge" |
Christopher Tate | 4f33878 | 2011-07-25 12:09:10 -0700 | [diff] [blame] | 1286 | android:exported="false"> |
| 1287 | </activity> |
| 1288 | |
Chia-chi Yeh | 91d65a2 | 2011-01-20 18:46:01 +0800 | [diff] [blame] | 1289 | <activity android:name="CredentialStorage" |
| 1290 | android:theme="@style/Transparent" |
Amith Yamasani | b981202 | 2011-08-26 15:39:16 -0700 | [diff] [blame] | 1291 | android:launchMode="singleTop" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1292 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1293 | <intent-filter android:priority="1"> |
Chia-chi Yeh | 91d65a2 | 2011-01-20 18:46:01 +0800 | [diff] [blame] | 1294 | <action android:name="com.android.credentials.UNLOCK" /> |
| 1295 | <action android:name="com.android.credentials.INSTALL" /> |
Chia-chi Yeh | 91d65a2 | 2011-01-20 18:46:01 +0800 | [diff] [blame] | 1296 | <action android:name="com.android.credentials.RESET" /> |
| 1297 | <category android:name="android.intent.category.DEFAULT" /> |
| 1298 | </intent-filter> |
| 1299 | </activity> |
| 1300 | |
Amith Yamasani | a1d0184 | 2011-01-24 16:02:11 -0800 | [diff] [blame] | 1301 | <activity android:name="Settings$DeviceAdminSettingsActivity" |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1302 | android:label="@string/device_admin_settings_title" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1303 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1304 | android:parentActivityName="Settings$SecuritySettingsActivity"> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1305 | <intent-filter> |
| 1306 | <action android:name="android.intent.action.MAIN" /> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1307 | <category android:name="android.intent.category.DEFAULT" /> |
| 1308 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1309 | </intent-filter> |
Amith Yamasani | a1d0184 | 2011-01-24 16:02:11 -0800 | [diff] [blame] | 1310 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1311 | android:value="com.android.settings.DeviceAdminSettings" /> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1312 | </activity> |
| 1313 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1314 | <!-- Keep compatibility with old shortcuts. --> |
| 1315 | <activity-alias android:name="DeviceAdminSettings" |
| 1316 | android:label="@string/device_admin_settings_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1317 | android:exported="true" |
| 1318 | android:targetActivity="Settings$DeviceAdminSettingsActivity"> |
| 1319 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1320 | android:value="com.android.settings.DeviceAdminSettings" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1321 | </activity-alias> |
| 1322 | |
Dianne Hackborn | 2842903 | 2010-01-25 18:56:17 -0800 | [diff] [blame] | 1323 | <activity android:name="DeviceAdminAdd" |
| 1324 | android:label="@string/device_admin_add_title" |
Fabrice Di Meglio | 19250a9 | 2014-06-03 14:30:40 -0700 | [diff] [blame] | 1325 | android:theme="@style/Theme.SubSettingsDialogWhenLarge" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1326 | android:clearTaskOnLaunch="true"> |
Dianne Hackborn | 2842903 | 2010-01-25 18:56:17 -0800 | [diff] [blame] | 1327 | <intent-filter> |
| 1328 | <action android:name="android.app.action.ADD_DEVICE_ADMIN" /> |
| 1329 | <category android:name="android.intent.category.DEFAULT" /> |
| 1330 | </intent-filter> |
| 1331 | </activity> |
| 1332 | |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 1333 | <activity android:name="Settings$UsageAccessSettingsActivity" |
| 1334 | android:label="@string/usage_access_title" |
| 1335 | android:taskAffinity="com.android.settings" |
| 1336 | android:parentActivityName="Settings$SecuritySettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1337 | <intent-filter android:priority="1"> |
| 1338 | <action android:name="android.settings.USAGE_ACCESS_SETTINGS" /> |
| 1339 | <category android:name="android.intent.category.DEFAULT" /> |
| 1340 | </intent-filter> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 1341 | <intent-filter> |
| 1342 | <action android:name="android.intent.action.MAIN" /> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 1343 | <category android:name="android.intent.category.DEFAULT" /> |
| 1344 | </intent-filter> |
| 1345 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Jason Monk | d8da51c | 2015-04-17 14:34:12 -0400 | [diff] [blame] | 1346 | android:value="com.android.settings.applications.ManageApplications" /> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 1347 | </activity> |
| 1348 | |
Amith Yamasani | b8e0f60 | 2014-07-28 16:28:36 -0700 | [diff] [blame] | 1349 | <activity-alias android:name="SetProfileOwner" |
| 1350 | android:label="@string/profile_owner_add_title" |
| 1351 | android:targetActivity="DeviceAdminAdd"> |
| 1352 | <intent-filter android:priority="1000"> |
| 1353 | <action android:name="android.app.action.SET_PROFILE_OWNER" /> |
| 1354 | <category android:name="android.intent.category.DEFAULT" /> |
| 1355 | </intent-filter> |
| 1356 | </activity-alias> |
| 1357 | |
Dianne Hackborn | d925e25 | 2010-11-12 13:18:26 -0800 | [diff] [blame] | 1358 | <activity android:name="IccLockSettings" |
| 1359 | android:label="@string/sim_lock_settings" |
Fabrice Di Meglio | 19250a9 | 2014-06-03 14:30:40 -0700 | [diff] [blame] | 1360 | android:theme="@style/Theme.SubSettingsDialogWhenLarge" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1361 | android:process="com.android.phone"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1362 | <intent-filter> |
| 1363 | <action android:name="android.intent.action.MAIN" /> |
| 1364 | <category android:name="android.intent.category.DEFAULT" /> |
| 1365 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1366 | </intent-filter> |
| 1367 | </activity> |
| 1368 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1369 | <activity android:name="Settings$AccessibilitySettingsActivity" |
Amith Yamasani | c81c257 | 2011-07-28 12:14:47 -0700 | [diff] [blame] | 1370 | android:label="@string/accessibility_settings" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1371 | android:icon="@drawable/ic_settings_accessibility" |
Costin Manolache | 672b3c6 | 2011-07-21 10:38:15 -0700 | [diff] [blame] | 1372 | android:configChanges="orientation|keyboardHidden|screenSize" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 1373 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1374 | <intent-filter android:priority="1"> |
| 1375 | <action android:name="android.settings.ACCESSIBILITY_SETTINGS" /> |
| 1376 | <category android:name="android.intent.category.DEFAULT" /> |
| 1377 | </intent-filter> |
svetoslavganov | a05d0dc | 2009-05-14 22:26:34 -0700 | [diff] [blame] | 1378 | <intent-filter> |
| 1379 | <action android:name="android.intent.action.MAIN" /> |
svetoslavganov | a05d0dc | 2009-05-14 22:26:34 -0700 | [diff] [blame] | 1380 | <category android:name="android.intent.category.DEFAULT" /> |
| 1381 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Costin Manolache | 672b3c6 | 2011-07-21 10:38:15 -0700 | [diff] [blame] | 1382 | <category android:name="com.android.settings.SHORTCUT" /> |
svetoslavganov | a05d0dc | 2009-05-14 22:26:34 -0700 | [diff] [blame] | 1383 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1384 | <intent-filter android:priority="4"> |
| 1385 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 1386 | </intent-filter> |
| 1387 | <meta-data android:name="com.android.settings.category" |
| 1388 | android:value="com.android.settings.category.system" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1389 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Alan Viverette | 341ff66 | 2013-07-18 17:49:33 -0700 | [diff] [blame] | 1390 | android:value="com.android.settings.accessibility.AccessibilitySettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1391 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1392 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1393 | </activity> |
Michael Chan | 732c1da | 2010-04-06 14:49:30 -0700 | [diff] [blame] | 1394 | |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 1395 | <activity android:name="Settings$AccessibilityDaltonizerSettingsActivity" |
| 1396 | android:label="@string/accessibility_display_daltonizer_preference_title" |
| 1397 | android:taskAffinity="com.android.settings" |
| 1398 | android:parentActivityName="Settings$AccessibilitySettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1399 | <intent-filter android:priority="1"> |
| 1400 | <action android:name="com.android.settings.ACCESSIBILITY_COLOR_SPACE_SETTINGS" /> |
| 1401 | <category android:name="android.intent.category.DEFAULT" /> |
| 1402 | </intent-filter> |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 1403 | <intent-filter> |
| 1404 | <action android:name="android.intent.action.MAIN" /> |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 1405 | <category android:name="android.intent.category.DEFAULT" /> |
| 1406 | </intent-filter> |
| 1407 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1408 | android:value="com.android.settings.accessibility.ToggleDaltonizerPreferenceFragment" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1409 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1410 | android:value="true" /> |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 1411 | </activity> |
| 1412 | |
Alan Viverette | cc0e782 | 2013-08-06 13:53:58 -0700 | [diff] [blame] | 1413 | <activity android:name="Settings$CaptioningSettingsActivity" |
| 1414 | android:label="@string/accessibility_captioning_title" |
| 1415 | android:taskAffinity="com.android.settings" |
| 1416 | android:parentActivityName="Settings$AccessibilitySettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1417 | <intent-filter android:priority="1"> |
| 1418 | <action android:name="android.settings.CAPTIONING_SETTINGS" /> |
| 1419 | <category android:name="android.intent.category.DEFAULT" /> |
| 1420 | </intent-filter> |
Alan Viverette | cc0e782 | 2013-08-06 13:53:58 -0700 | [diff] [blame] | 1421 | <intent-filter> |
| 1422 | <action android:name="android.intent.action.MAIN" /> |
Alan Viverette | cc0e782 | 2013-08-06 13:53:58 -0700 | [diff] [blame] | 1423 | <category android:name="android.intent.category.DEFAULT" /> |
| 1424 | </intent-filter> |
| 1425 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Alan Viverette | 4098dba | 2013-12-04 17:19:24 -0800 | [diff] [blame] | 1426 | android:value="com.android.settings.accessibility.CaptionPropertiesFragment" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1427 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1428 | android:value="true" /> |
Alan Viverette | cc0e782 | 2013-08-06 13:53:58 -0700 | [diff] [blame] | 1429 | </activity> |
| 1430 | |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1431 | <activity android:name="Settings$TextToSpeechSettingsActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1432 | android:label="@string/tts_settings" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1433 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1434 | android:parentActivityName="Settings$InputMethodAndLanguageSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1435 | <intent-filter android:priority="1"> |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 1436 | <action android:name="com.android.settings.TTS_SETTINGS" /> |
Dianne Hackborn | 116d85e | 2009-06-26 18:20:23 -0700 | [diff] [blame] | 1437 | <category android:name="android.intent.category.DEFAULT" /> |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 1438 | </intent-filter> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1439 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Narayan Kamath | fdd94d8 | 2011-11-04 16:12:27 +0000 | [diff] [blame] | 1440 | android:value="com.android.settings.tts.TextToSpeechSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1441 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1442 | android:value="true" /> |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 1443 | </activity> |
| 1444 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1445 | <!-- Second and third-level settings --> |
| 1446 | |
Jim Miller | 9757e30 | 2010-12-17 18:23:23 -0800 | [diff] [blame] | 1447 | <!-- Lock screen settings --> |
Jay Civelli | 09b5228 | 2014-07-10 17:27:07 -0700 | [diff] [blame] | 1448 | <activity android:name="ConfirmDeviceCredentialActivity" |
Amith Yamasani | 39fb062 | 2014-12-17 10:52:52 -0800 | [diff] [blame] | 1449 | android:exported="true" |
Jorim Jaggi | 74a2283 | 2015-09-10 20:12:19 -0700 | [diff] [blame] | 1450 | android:theme="@android:style/Theme.NoDisplay"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1451 | <intent-filter android:priority="1"> |
Jim Miller | 75fe9e0 | 2014-08-13 14:52:52 -0700 | [diff] [blame] | 1452 | <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL" /> |
| 1453 | <category android:name="android.intent.category.DEFAULT" /> |
| 1454 | </intent-filter> |
Jay Civelli | 09b5228 | 2014-07-10 17:27:07 -0700 | [diff] [blame] | 1455 | </activity> |
| 1456 | |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 1457 | <activity android:name=".SetupRedactionInterstitial" |
Maurice Lam | 56e6cf5 | 2014-12-11 18:22:08 -0800 | [diff] [blame] | 1458 | android:taskAffinity="com.android.wizard" |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 1459 | android:theme="@style/SetupWizardDisableAppStartingTheme"/> |
| 1460 | |
Chris Wren | 51ae332 | 2014-08-28 15:45:31 -0400 | [diff] [blame] | 1461 | <activity android:name=".notification.RedactionInterstitial"/> |
| 1462 | |
| 1463 | <activity android:name=".notification.RedactionSettingsStandalone" |
| 1464 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1465 | <intent-filter android:priority="1"> |
Chris Wren | 51ae332 | 2014-08-28 15:45:31 -0400 | [diff] [blame] | 1466 | <action android:name="android.settings.ACTION_APP_NOTIFICATION_REDACTION" /> |
| 1467 | <category android:name="android.intent.category.DEFAULT" /> |
| 1468 | </intent-filter> |
| 1469 | </activity> |
Jay Civelli | 09b5228 | 2014-07-10 17:27:07 -0700 | [diff] [blame] | 1470 | |
Jorim Jaggi | 8a09b61 | 2015-04-06 17:47:18 -0700 | [diff] [blame] | 1471 | <activity android:name="ConfirmLockPattern" |
| 1472 | android:theme="@style/Theme.ConfirmDeviceCredentials"/> |
Michael Chan | 503c236 | 2009-12-08 22:18:23 -0800 | [diff] [blame] | 1473 | |
Jim Miller | d759059 | 2011-01-10 18:24:11 -0800 | [diff] [blame] | 1474 | <activity android:name="ConfirmLockPassword" |
Jorim Jaggi | ff41a9a | 2015-06-09 15:31:28 -0700 | [diff] [blame] | 1475 | android:windowSoftInputMode="stateHidden|adjustResize" |
Jorim Jaggi | 8a09b61 | 2015-04-06 17:47:18 -0700 | [diff] [blame] | 1476 | android:theme="@style/Theme.ConfirmDeviceCredentials"/> |
Jim Miller | 9757e30 | 2010-12-17 18:23:23 -0800 | [diff] [blame] | 1477 | |
Jorim Jaggi | 5ad75f0 | 2015-04-22 16:17:23 -0700 | [diff] [blame] | 1478 | <activity android:name=".fingerprint.FingerprintSettings" android:exported="false"/> |
| 1479 | <activity android:name=".fingerprint.FingerprintEnrollOnboard" android:exported="false"/> |
| 1480 | <activity android:name=".fingerprint.FingerprintEnrollFindSensor" android:exported="false"/> |
| 1481 | <activity android:name=".fingerprint.FingerprintEnrollEnrolling" android:exported="false"/> |
| 1482 | <activity android:name=".fingerprint.FingerprintEnrollFinish" android:exported="false"/> |
Maurice Lam | 8d1f9c9 | 2015-07-09 16:38:37 -0700 | [diff] [blame] | 1483 | <activity android:name=".fingerprint.FingerprintEnrollIntroduction" android:exported="false" /> |
| 1484 | |
| 1485 | <activity android:name=".fingerprint.SetupFingerprintEnrollOnboard" android:exported="false"/> |
| 1486 | <activity android:name=".fingerprint.SetupFingerprintEnrollFindSensor" android:exported="false"/> |
| 1487 | <activity android:name=".fingerprint.SetupFingerprintEnrollEnrolling" android:exported="false"/> |
| 1488 | <activity android:name=".fingerprint.SetupFingerprintEnrollFinish" android:exported="false"/> |
| 1489 | <activity android:name=".fingerprint.SetupFingerprintEnrollIntroduction" |
Maurice Lam | e1eaed0 | 2015-07-08 16:59:59 -0700 | [diff] [blame] | 1490 | android:exported="true" |
Maurice Lam | 8d1f9c9 | 2015-07-09 16:38:37 -0700 | [diff] [blame] | 1491 | android:permission="android.permission.MANAGE_FINGERPRINT" |
| 1492 | android:theme="@style/SetupWizardDisableAppStartingTheme"> |
Maurice Lam | e1eaed0 | 2015-07-08 16:59:59 -0700 | [diff] [blame] | 1493 | <intent-filter> |
| 1494 | <action android:name="android.settings.FINGERPRINT_SETUP" /> |
| 1495 | <category android:name="android.intent.category.DEFAULT" /> |
| 1496 | </intent-filter> |
| 1497 | </activity> |
Jim Miller | 94d4bd9 | 2015-02-19 21:04:57 -0800 | [diff] [blame] | 1498 | |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 1499 | <!-- Note this must not be exported since it returns the password in the intent --> |
| 1500 | <activity android:name="ConfirmLockPattern$InternalActivity" |
Andres Morales | 02d5487 | 2015-04-14 11:33:45 -0700 | [diff] [blame] | 1501 | android:exported="false" |
| 1502 | android:theme="@style/Theme.ConfirmDeviceCredentials"/> |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 1503 | |
| 1504 | <!-- Note this must not be exported since it returns the password in the intent --> |
| 1505 | <activity android:name="ConfirmLockPassword$InternalActivity" |
| 1506 | android:exported="false" |
Xiyuan Xia | 4a8edaf | 2015-05-20 14:26:15 -0700 | [diff] [blame] | 1507 | android:windowSoftInputMode="adjustResize" |
Andres Morales | 02d5487 | 2015-04-14 11:33:45 -0700 | [diff] [blame] | 1508 | android:theme="@style/Theme.ConfirmDeviceCredentials"/> |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 1509 | |
Maurice Lam | 52c75ba | 2014-11-25 14:06:38 -0800 | [diff] [blame] | 1510 | <activity android:name="SetupChooseLockGeneric" |
| 1511 | android:taskAffinity="com.android.wizard" |
| 1512 | android:theme="@style/SetupWizardDisableAppStartingTheme" |
Lucky Zhang | 36ec274 | 2014-12-05 18:20:27 -0800 | [diff] [blame] | 1513 | android:label="@string/lock_settings_picker_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1514 | <intent-filter android:priority="1"> |
Maurice Lam | 52c75ba | 2014-11-25 14:06:38 -0800 | [diff] [blame] | 1515 | <action android:name="com.android.settings.SETUP_LOCK_SCREEN" /> |
| 1516 | <category android:name="android.intent.category.DEFAULT" /> |
| 1517 | </intent-filter> |
| 1518 | </activity> |
| 1519 | |
Jim Miller | 9757e30 | 2010-12-17 18:23:23 -0800 | [diff] [blame] | 1520 | <activity android:name="ChooseLockGeneric" |
Steven Ross | b7a9e95 | 2011-10-03 10:06:44 -0400 | [diff] [blame] | 1521 | android:label="@string/lockpassword_choose_lock_generic_header" |
| 1522 | android:excludeFromRecents="true" > |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1523 | <intent-filter android:priority="1"> |
Dianne Hackborn | abc3dc6 | 2010-01-20 13:40:19 -0800 | [diff] [blame] | 1524 | <action android:name="android.app.action.SET_NEW_PASSWORD" /> |
| 1525 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1526 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1527 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1528 | android:value="true" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1529 | </activity> |
| 1530 | |
Amith Yamasani | 6602677 | 2013-09-25 14:05:33 -0700 | [diff] [blame] | 1531 | <activity android:name="ChooseLockGeneric$InternalActivity" android:exported="false" |
| 1532 | android:label="@string/lockpassword_choose_lock_generic_header" |
| 1533 | android:excludeFromRecents="true" |
| 1534 | /> |
| 1535 | |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 1536 | <activity android:name="SetupChooseLockPattern" |
| 1537 | android:exported="false" |
Maurice Lam | 56e6cf5 | 2014-12-11 18:22:08 -0800 | [diff] [blame] | 1538 | android:taskAffinity="com.android.wizard" |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 1539 | android:theme="@style/SetupWizardDisableAppStartingTheme" /> |
| 1540 | |
Jim Miller | 7da8cae | 2011-01-06 21:52:09 -0800 | [diff] [blame] | 1541 | <activity android:name="ChooseLockPattern" android:exported="false"/> |
Dianne Hackborn | abc3dc6 | 2010-01-20 13:40:19 -0800 | [diff] [blame] | 1542 | |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 1543 | <activity android:name="SetupChooseLockPassword" |
| 1544 | android:exported="false" |
Maurice Lam | 56e6cf5 | 2014-12-11 18:22:08 -0800 | [diff] [blame] | 1545 | android:taskAffinity="com.android.wizard" |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 1546 | android:theme="@style/SetupWizardDisableAppStartingTheme" |
| 1547 | android:windowSoftInputMode="stateVisible|adjustResize" /> |
| 1548 | |
Jim Miller | d759059 | 2011-01-10 18:24:11 -0800 | [diff] [blame] | 1549 | <activity android:name="ChooseLockPassword" android:exported="false" |
Jim Miller | 165bf2f | 2011-01-26 16:10:26 -0800 | [diff] [blame] | 1550 | android:windowSoftInputMode="stateVisible|adjustResize"/> |
Jim Miller | 00d2476 | 2009-12-22 19:04:57 -0800 | [diff] [blame] | 1551 | |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 1552 | <activity android:name=".SetupEncryptionInterstitial" |
Maurice Lam | 56e6cf5 | 2014-12-11 18:22:08 -0800 | [diff] [blame] | 1553 | android:taskAffinity="com.android.wizard" |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 1554 | android:theme="@style/SetupWizardDisableAppStartingTheme"/> |
| 1555 | |
Jim Miller | 46c7f6d | 2014-10-13 18:15:17 -0700 | [diff] [blame] | 1556 | <activity android:name=".EncryptionInterstitial"/> |
| 1557 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1558 | <!-- 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] | 1559 | <activity android:name=".deviceinfo.Status" |
| 1560 | android:label="@string/device_status_activity_title" |
Fabrice Di Meglio | 19250a9 | 2014-06-03 14:30:40 -0700 | [diff] [blame] | 1561 | android:theme="@style/Theme.SubSettingsDialogWhenLarge" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1562 | android:process="com.android.phone"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1563 | <intent-filter> |
| 1564 | <action android:name="android.intent.action.MAIN" /> |
| 1565 | <category android:name="android.intent.category.DEFAULT" /> |
| 1566 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1567 | </intent-filter> |
| 1568 | </activity> |
| 1569 | |
PauloftheWest | f41aaa2 | 2014-10-20 11:26:13 -0700 | [diff] [blame] | 1570 | <!-- Runs in the phone process since it needs access to the Phone object --> |
PauloftheWest | 76b0801 | 2014-11-10 08:07:39 -0800 | [diff] [blame] | 1571 | <activity android:name=".deviceinfo.SimStatus" |
| 1572 | android:label="@string/sim_status_title" |
| 1573 | android:theme="@style/Theme.SubSettingsDialogWhenLarge" |
| 1574 | android:process="com.android.phone"> |
| 1575 | <intent-filter> |
| 1576 | <action android:name="android.intent.action.MAIN" /> |
| 1577 | <category android:name="android.intent.category.DEFAULT" /> |
| 1578 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1579 | </intent-filter> |
| 1580 | </activity> |
| 1581 | |
| 1582 | <!-- Runs in the phone process since it needs access to the Phone object --> |
PauloftheWest | f41aaa2 | 2014-10-20 11:26:13 -0700 | [diff] [blame] | 1583 | <activity android:name=".deviceinfo.ImeiInformation" |
| 1584 | android:label="@string/imei_information_title" |
| 1585 | android:theme="@style/Theme.SubSettingsDialogWhenLarge" |
| 1586 | android:process="com.android.phone"> |
| 1587 | <intent-filter> |
| 1588 | <action android:name="android.intent.action.MAIN" /> |
| 1589 | <category android:name="android.intent.category.DEFAULT" /> |
| 1590 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1591 | </intent-filter> |
| 1592 | </activity> |
| 1593 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1594 | <activity android:name="Settings$StorageSettingsActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1595 | android:label="@string/storage_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1596 | android:icon="@drawable/ic_settings_storage" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1597 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1598 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1599 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1600 | <action android:name="android.settings.INTERNAL_STORAGE_SETTINGS" /> |
| 1601 | <action android:name="android.settings.MEMORY_CARD_SETTINGS" /> |
| 1602 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1603 | </intent-filter> |
| 1604 | <intent-filter> |
| 1605 | <action android:name="android.intent.action.MAIN" /> |
| 1606 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1607 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1608 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1609 | <intent-filter android:priority="5"> |
| 1610 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 1611 | </intent-filter> |
| 1612 | <meta-data android:name="com.android.settings.category" |
| 1613 | android:value="com.android.settings.category.device" /> |
| 1614 | <meta-data android:name="com.android.settings.title" |
| 1615 | android:value="@string/storage_usb_settings" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1616 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Jeff Sharkey | 42833b2 | 2015-04-11 21:27:33 -0700 | [diff] [blame] | 1617 | android:value="com.android.settings.deviceinfo.StorageSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1618 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1619 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1620 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1621 | |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 1622 | <activity android:name="Settings$PrivateVolumeSettingsActivity" |
| 1623 | android:label="@string/storage_settings_title" |
| 1624 | android:taskAffinity="com.android.settings" |
| 1625 | android:parentActivityName="Settings$StorageSettingsActivity"> |
| 1626 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1627 | android:value="com.android.settings.deviceinfo.PrivateVolumeSettings" /> |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 1628 | </activity> |
| 1629 | |
| 1630 | <activity android:name="Settings$PublicVolumeSettingsActivity" |
Jeff Sharkey | 42833b2 | 2015-04-11 21:27:33 -0700 | [diff] [blame] | 1631 | android:label="@string/storage_settings_title" |
| 1632 | android:taskAffinity="com.android.settings" |
| 1633 | android:parentActivityName="Settings$StorageSettingsActivity"> |
| 1634 | <intent-filter> |
| 1635 | <action android:name="android.provider.action.DOCUMENT_ROOT_SETTINGS" /> |
| 1636 | <category android:name="android.intent.category.DEFAULT" /> |
| 1637 | <data |
| 1638 | android:scheme="content" |
| 1639 | android:host="com.android.externalstorage.documents" |
| 1640 | android:mimeType="vnd.android.document/root" /> |
| 1641 | </intent-filter> |
| 1642 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1643 | android:value="com.android.settings.deviceinfo.PublicVolumeSettings" /> |
Jeff Sharkey | 42833b2 | 2015-04-11 21:27:33 -0700 | [diff] [blame] | 1644 | </activity> |
Vasu Nori | 2180974 | 2011-01-25 13:39:16 -0800 | [diff] [blame] | 1645 | |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 1646 | <activity android:name="Settings$PrivateVolumeForgetActivity" |
Jeff Sharkey | a16257d | 2015-04-28 13:41:01 -0700 | [diff] [blame] | 1647 | android:label="@string/storage_settings_title" |
| 1648 | android:taskAffinity="com.android.settings" |
| 1649 | android:parentActivityName="Settings$StorageSettingsActivity" |
| 1650 | android:exported="true" |
| 1651 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"> |
| 1652 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1653 | android:value="com.android.settings.deviceinfo.PrivateVolumeForget" /> |
Jeff Sharkey | a16257d | 2015-04-28 13:41:01 -0700 | [diff] [blame] | 1654 | </activity> |
| 1655 | |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 1656 | <!-- Exported for SystemUI to launch into --> |
| 1657 | <activity android:name=".deviceinfo.StorageWizardInit" |
| 1658 | android:theme="@style/SuwThemeMaterial.Light" |
| 1659 | android:taskAffinity="com.android.settings.storage_wizard" |
Jeff Sharkey | 2949a4a | 2015-04-14 16:44:34 -0700 | [diff] [blame] | 1660 | android:exported="true" |
| 1661 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 1662 | <activity android:name=".deviceinfo.StorageWizardFormatConfirm" |
| 1663 | android:taskAffinity="com.android.settings.storage_wizard" |
| 1664 | android:exported="false" /> |
| 1665 | <activity android:name=".deviceinfo.StorageWizardFormatProgress" |
| 1666 | android:taskAffinity="com.android.settings.storage_wizard" |
| 1667 | android:exported="false" /> |
| 1668 | <activity android:name=".deviceinfo.StorageWizardMigrate" |
| 1669 | android:taskAffinity="com.android.settings.storage_wizard" |
| 1670 | android:exported="false" /> |
| 1671 | <activity android:name=".deviceinfo.StorageWizardMigrateConfirm" |
| 1672 | android:taskAffinity="com.android.settings.storage_wizard" |
| 1673 | android:exported="false" /> |
| 1674 | <activity android:name=".deviceinfo.StorageWizardMigrateProgress" |
| 1675 | android:taskAffinity="com.android.settings.storage_wizard" |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 1676 | android:exported="true" |
| 1677 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 1678 | <activity android:name=".deviceinfo.StorageWizardReady" |
| 1679 | android:taskAffinity="com.android.settings.storage_wizard" |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 1680 | android:exported="true" |
| 1681 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 1682 | |
| 1683 | <activity android:name=".deviceinfo.StorageWizardMoveConfirm" |
| 1684 | android:taskAffinity="com.android.settings.storage_wizard" |
| 1685 | android:exported="false" /> |
| 1686 | <activity android:name=".deviceinfo.StorageWizardMoveProgress" |
| 1687 | android:taskAffinity="com.android.settings.storage_wizard" |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 1688 | android:exported="true" |
| 1689 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 1690 | |
Jeff Sharkey | 2949a4a | 2015-04-14 16:44:34 -0700 | [diff] [blame] | 1691 | <!-- Exported for SystemUI to trigger --> |
| 1692 | <receiver android:name=".deviceinfo.StorageUnmountReceiver" |
| 1693 | android:exported="true" |
| 1694 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
| 1695 | |
Dianne Hackborn | d925e25 | 2010-11-12 13:18:26 -0800 | [diff] [blame] | 1696 | <activity android:name="ApnEditor" |
Amith Yamasani | 34bd7e6 | 2013-06-07 10:19:55 -0700 | [diff] [blame] | 1697 | android:label="@string/apn_edit"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1698 | <intent-filter> |
| 1699 | <action android:name="android.intent.action.VIEW" /> |
| 1700 | <action android:name="android.intent.action.EDIT" /> |
| 1701 | <category android:name="android.intent.category.DEFAULT" /> |
| 1702 | <data android:mimeType="vnd.android.cursor.item/telephony-carrier" /> |
| 1703 | </intent-filter> |
| 1704 | |
| 1705 | <intent-filter> |
| 1706 | <action android:name="android.intent.action.INSERT" /> |
| 1707 | <category android:name="android.intent.category.DEFAULT" /> |
| 1708 | <data android:mimeType="vnd.android.cursor.dir/telephony-carrier" /> |
| 1709 | </intent-filter> |
| 1710 | </activity> |
| 1711 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1712 | <activity android:name="Settings$DevelopmentSettingsActivity" |
Dianne Hackborn | ee29379 | 2010-11-01 12:32:33 -0700 | [diff] [blame] | 1713 | android:label="@string/development_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1714 | android:icon="@drawable/ic_settings_development" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1715 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1716 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1717 | <intent-filter android:priority="1"> |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 1718 | <action android:name="android.settings.APPLICATION_DEVELOPMENT_SETTINGS" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1719 | <action android:name="com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS" /> |
Dianne Hackborn | 116d85e | 2009-06-26 18:20:23 -0700 | [diff] [blame] | 1720 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1721 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1722 | <intent-filter android:priority="2"> |
| 1723 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 1724 | </intent-filter> |
| 1725 | <meta-data android:name="com.android.settings.category" |
| 1726 | android:value="com.android.settings.category.system" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1727 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1728 | android:value="com.android.settings.DevelopmentSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1729 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1730 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1731 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1732 | |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 1733 | <activity android:name="Settings$PrintSettingsActivity" |
| 1734 | android:label="@string/print_settings" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1735 | android:icon="@drawable/ic_settings_print" |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 1736 | android:taskAffinity="com.android.settings" |
| 1737 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1738 | <intent-filter android:priority="1"> |
| 1739 | <action android:name="android.settings.ACTION_PRINT_SETTINGS" /> |
| 1740 | <category android:name="android.intent.category.DEFAULT" /> |
| 1741 | </intent-filter> |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 1742 | <intent-filter> |
| 1743 | <action android:name="android.intent.action.MAIN" /> |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 1744 | <category android:name="android.intent.category.DEFAULT" /> |
| 1745 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1746 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1747 | <intent-filter android:priority="3"> |
| 1748 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 1749 | </intent-filter> |
| 1750 | <meta-data android:name="com.android.settings.category" |
| 1751 | android:value="com.android.settings.category.system" /> |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 1752 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1753 | android:value="com.android.settings.print.PrintSettingsFragment" /> |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 1754 | </activity> |
| 1755 | |
Svetoslav | d9f156d | 2013-10-09 21:59:04 -0700 | [diff] [blame] | 1756 | <activity android:name="Settings$PrintJobSettingsActivity" |
| 1757 | android:label="@string/print_print_job" |
| 1758 | android:taskAffinity="com.android.settings" |
| 1759 | android:parentActivityName="Settings$PrintSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1760 | <intent-filter android:priority="1"> |
Svetoslav | d9f156d | 2013-10-09 21:59:04 -0700 | [diff] [blame] | 1761 | <action android:name="android.settings.ACTION_PRINT_SETTINGS" /> |
| 1762 | <category android:name="android.intent.category.DEFAULT" /> |
| 1763 | <data android:scheme="printjob" android:pathPattern="*" /> |
| 1764 | </intent-filter> |
| 1765 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1766 | android:value="com.android.settings.print.PrintJobSettingsFragment" /> |
Svetoslav | d9f156d | 2013-10-09 21:59:04 -0700 | [diff] [blame] | 1767 | </activity> |
| 1768 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1769 | <!-- Keep compatibility with old shortcuts. --> |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 1770 | <activity-alias android:name="DevelopmentSettings" |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 1771 | android:exported="true" |
| 1772 | android:label="@string/development_settings_title" |
| 1773 | android:targetActivity="Settings$DevelopmentSettingsActivity"> |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 1774 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1775 | android:value="com.android.settings.DevelopmentSettings" /> |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 1776 | </activity-alias> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1777 | |
Dianne Hackborn | 9244df4 | 2012-02-14 13:25:41 -0800 | [diff] [blame] | 1778 | <activity android:name=".AppPicker" android:label="@string/select_application" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 1779 | android:theme="@android:style/Theme.Material.Light.Dialog" /> |
Dianne Hackborn | 9244df4 | 2012-02-14 13:25:41 -0800 | [diff] [blame] | 1780 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1781 | <!-- Keep compatibility with old shortcuts. --> |
Mike Lockwood | 02900a1 | 2011-06-30 14:47:46 -0400 | [diff] [blame] | 1782 | <activity-alias android:name="UsbSettings" |
Mike Lockwood | 02900a1 | 2011-06-30 14:47:46 -0400 | [diff] [blame] | 1783 | android:exported="true" |
| 1784 | android:label="@string/storage_title_usb" |
| 1785 | android:targetActivity="Settings$DevelopmentSettingsActivity"> |
Mike Lockwood | 02900a1 | 2011-06-30 14:47:46 -0400 | [diff] [blame] | 1786 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1787 | android:value="com.android.settings.deviceinfo.UsbSettings" /> |
Mike Lockwood | 02900a1 | 2011-06-30 14:47:46 -0400 | [diff] [blame] | 1788 | </activity-alias> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1789 | |
| 1790 | <!-- Bluetooth stuff --> |
| 1791 | |
Jaikumar Ganesh | 3a76bca | 2009-07-16 18:41:58 -0700 | [diff] [blame] | 1792 | <activity android:name=".bluetooth.BluetoothPairingDialog" |
Jaikumar Ganesh | 363bd55 | 2009-09-16 14:37:13 -0700 | [diff] [blame] | 1793 | android:label="@string/bluetooth_pairing_request" |
Michael Chan | 684736a | 2009-09-01 18:51:04 -0700 | [diff] [blame] | 1794 | android:excludeFromRecents="true" |
Sanket Padawe | 9c4bdc0 | 2015-06-03 18:47:25 -0700 | [diff] [blame] | 1795 | android:windowSoftInputMode="stateVisible|adjustResize" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 1796 | android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1797 | <intent-filter android:priority="1"> |
Nick Pelly | 5ddbd94 | 2009-09-11 11:41:59 -0700 | [diff] [blame] | 1798 | <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1799 | <category android:name="android.intent.category.DEFAULT" /> |
| 1800 | </intent-filter> |
| 1801 | </activity> |
| 1802 | |
Michael Chan | 0bd445b | 2009-12-03 00:31:59 -0800 | [diff] [blame] | 1803 | <receiver |
Jake Hamby | 436b29e | 2011-02-07 18:21:25 -0800 | [diff] [blame] | 1804 | android:name=".bluetooth.BluetoothDiscoveryReceiver"> |
| 1805 | <intent-filter> |
| 1806 | <action android:name="android.bluetooth.adapter.action.DISCOVERY_STARTED" /> |
| 1807 | <action android:name="android.bluetooth.adapter.action.DISCOVERY_FINISHED" /> |
| 1808 | <category android:name="android.intent.category.DEFAULT" /> |
| 1809 | </intent-filter> |
| 1810 | </receiver> |
| 1811 | |
| 1812 | <receiver |
Michael Chan | df9504e | 2009-12-06 01:04:04 -0800 | [diff] [blame] | 1813 | android:name=".bluetooth.DockEventReceiver"> |
Michael Chan | 0bd445b | 2009-12-03 00:31:59 -0800 | [diff] [blame] | 1814 | <intent-filter> |
| 1815 | <action android:name="android.intent.action.DOCK_EVENT" /> |
Michael Chan | 845e740 | 2010-01-13 16:31:39 -0800 | [diff] [blame] | 1816 | <action android:name="android.bluetooth.adapter.action.STATE_CHANGED" /> |
Michael Chan | 732c1da | 2010-04-06 14:49:30 -0700 | [diff] [blame] | 1817 | <action android:name="android.bluetooth.headset.action.STATE_CHANGED" /> |
| 1818 | <action android:name="android.bluetooth.a2dp.action.SINK_STATE_CHANGED" /> |
Michael Chan | 0bd445b | 2009-12-03 00:31:59 -0800 | [diff] [blame] | 1819 | <category android:name="android.intent.category.DEFAULT" /> |
| 1820 | </intent-filter> |
| 1821 | </receiver> |
| 1822 | |
Michael Chan | df9504e | 2009-12-06 01:04:04 -0800 | [diff] [blame] | 1823 | <service android:name=".bluetooth.DockService" /> |
Michael Chan | 0bd445b | 2009-12-03 00:31:59 -0800 | [diff] [blame] | 1824 | |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 1825 | <activity android:name=".bluetooth.RequestPermissionActivity" |
| 1826 | android:label="@string/bluetooth_permission_request" |
| 1827 | android:excludeFromRecents="true" |
| 1828 | android:permission="android.permission.BLUETOOTH" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 1829 | android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1830 | <intent-filter android:priority="1"> |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 1831 | <action android:name="android.bluetooth.adapter.action.REQUEST_DISCOVERABLE" /> |
| 1832 | <action android:name="android.bluetooth.adapter.action.REQUEST_ENABLE" /> |
| 1833 | <category android:name="android.intent.category.DEFAULT" /> |
| 1834 | </intent-filter> |
| 1835 | </activity> |
| 1836 | |
Irfan Sheriff | 50f341d | 2013-03-18 13:11:47 -0700 | [diff] [blame] | 1837 | <activity android:name=".wifi.WifiScanModeActivity" |
| 1838 | android:excludeFromRecents="true" |
| 1839 | android:theme="@style/Transparent"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1840 | <intent-filter android:priority="1"> |
Irfan Sheriff | 50f341d | 2013-03-18 13:11:47 -0700 | [diff] [blame] | 1841 | <action android:name="android.net.wifi.action.REQUEST_SCAN_ALWAYS_AVAILABLE" /> |
| 1842 | <category android:name="android.intent.category.DEFAULT" /> |
| 1843 | </intent-filter> |
| 1844 | </activity> |
| 1845 | |
Nick Kralevich | 7000d54 | 2015-05-13 11:54:20 -0700 | [diff] [blame] | 1846 | <activity android:name=".deviceinfo.UsbModeChooserActivity" |
| 1847 | android:excludeFromRecents="true" |
| 1848 | android:exported="true" |
| 1849 | android:permission="android.permission.MANAGE_USB" |
Jason Monk | 94e460f | 2015-08-12 14:14:33 -0400 | [diff] [blame] | 1850 | android:theme="@android:style/Theme.Material.Light.Dialog.NoActionBar"> |
Nick Kralevich | 7000d54 | 2015-05-13 11:54:20 -0700 | [diff] [blame] | 1851 | </activity> |
| 1852 | |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 1853 | <activity android:name=".bluetooth.RequestPermissionHelperActivity" |
| 1854 | android:label="@string/bluetooth_pairing_request" |
| 1855 | android:excludeFromRecents="true" |
| 1856 | android:permission="android.permission.BLUETOOTH" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 1857 | android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 1858 | </activity> |
| 1859 | |
Jaikumar Ganesh | 3a76bca | 2009-07-16 18:41:58 -0700 | [diff] [blame] | 1860 | <receiver android:name=".bluetooth.BluetoothPairingRequest"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1861 | <intent-filter> |
Nick Pelly | 5ddbd94 | 2009-09-11 11:41:59 -0700 | [diff] [blame] | 1862 | <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" /> |
| 1863 | <action android:name="android.bluetooth.device.action.PAIRING_CANCEL" /> |
Srinu Jella | 6892691 | 2013-12-02 15:48:45 +0530 | [diff] [blame] | 1864 | <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] | 1865 | </intent-filter> |
| 1866 | </receiver> |
| 1867 | |
Jaikumar Ganesh | e0b01ad | 2011-09-07 17:19:19 -0700 | [diff] [blame] | 1868 | <receiver android:name=".bluetooth.BluetoothPermissionRequest" |
| 1869 | android:permission="android.permission.BLUETOOTH_ADMIN"> |
Matthew Xie | dbed120 | 2011-06-27 18:21:25 -0700 | [diff] [blame] | 1870 | <intent-filter> |
| 1871 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" /> |
| 1872 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" /> |
| 1873 | </intent-filter> |
| 1874 | </receiver> |
| 1875 | |
| 1876 | <activity android:name=".bluetooth.BluetoothPermissionActivity" |
| 1877 | android:label="@string/bluetooth_connection_permission_request" |
| 1878 | android:excludeFromRecents="true" |
| 1879 | android:permission="android.permission.BLUETOOTH_ADMIN" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 1880 | android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1881 | <intent-filter android:priority="1"> |
Matthew Xie | dbed120 | 2011-06-27 18:21:25 -0700 | [diff] [blame] | 1882 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" /> |
| 1883 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" /> |
| 1884 | <category android:name="android.intent.category.DEFAULT" /> |
| 1885 | </intent-filter> |
| 1886 | </activity> |
| 1887 | |
Joe Onorato | de560372 | 2009-03-24 17:49:03 -0700 | [diff] [blame] | 1888 | <activity android:name="ActivityPicker" |
| 1889 | android:label="@string/activity_picker_label" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 1890 | android:theme="@*android:style/Theme.Material.Light.Dialog.Alert" |
Dianne Hackborn | ec54997 | 2009-09-23 22:24:22 -0700 | [diff] [blame] | 1891 | android:finishOnCloseSystemDialogs="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1892 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1893 | <action android:name="android.intent.action.PICK_ACTIVITY" /> |
| 1894 | <category android:name="android.intent.category.DEFAULT" /> |
| 1895 | </intent-filter> |
| 1896 | </activity> |
| 1897 | |
Jeff Hamilton | 3d670de | 2011-09-21 16:44:36 -0500 | [diff] [blame] | 1898 | <!-- NFC settings --> |
| 1899 | <activity android:name="Settings$AndroidBeamSettingsActivity" |
| 1900 | android:label="@string/android_beam_settings_title" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1901 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1902 | android:parentActivityName="Settings$WirelessSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1903 | <intent-filter android:priority="1"> |
| 1904 | <action android:name="android.settings.NFCSHARING_SETTINGS" /> |
| 1905 | <category android:name="android.intent.category.DEFAULT" /> |
| 1906 | </intent-filter> |
Jeff Hamilton | 3d670de | 2011-09-21 16:44:36 -0500 | [diff] [blame] | 1907 | <intent-filter> |
| 1908 | <action android:name="android.intent.action.MAIN" /> |
Jeff Hamilton | 3d670de | 2011-09-21 16:44:36 -0500 | [diff] [blame] | 1909 | <category android:name="android.intent.category.DEFAULT" /> |
| 1910 | </intent-filter> |
| 1911 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Nick Pelly | e0eedf7 | 2011-10-31 14:11:29 -0700 | [diff] [blame] | 1912 | android:value="com.android.settings.nfc.AndroidBeam" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1913 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1914 | android:value="true" /> |
Jeff Hamilton | 3d670de | 2011-09-21 16:44:36 -0500 | [diff] [blame] | 1915 | </activity> |
| 1916 | |
Jeff Brown | 9e143f5 | 2012-09-19 20:46:07 -0700 | [diff] [blame] | 1917 | <activity android:name="Settings$WifiDisplaySettingsActivity" |
| 1918 | android:label="@string/wifi_display_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1919 | android:icon="@drawable/ic_settings_display" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 1920 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1921 | <intent-filter android:priority="1"> |
Jeff Brown | ff0e81e | 2014-08-19 17:47:54 -0700 | [diff] [blame] | 1922 | <action android:name="android.settings.CAST_SETTINGS" /> |
Jeff Brown | 9e143f5 | 2012-09-19 20:46:07 -0700 | [diff] [blame] | 1923 | <category android:name="android.intent.category.DEFAULT" /> |
| 1924 | </intent-filter> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1925 | <intent-filter> |
| 1926 | <action android:name="android.intent.action.MAIN" /> |
| 1927 | <category android:name="android.intent.category.DEFAULT" /> |
| 1928 | </intent-filter> |
Jeff Brown | 9e143f5 | 2012-09-19 20:46:07 -0700 | [diff] [blame] | 1929 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1930 | android:value="com.android.settings.wfd.WifiDisplaySettings" /> |
| 1931 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1932 | |
| 1933 | |
| 1934 | <!-- Development settings --> |
| 1935 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1936 | <!-- DeviceInfo adds the user's requested build to stats upload. --> |
| 1937 | <receiver android:name=".DeviceInfo$StatsReportReceiver"> |
| 1938 | <intent-filter> |
| 1939 | <action android:name="android.intent.action.STATISTICS_REPORT" /> |
| 1940 | </intent-filter> |
| 1941 | </receiver> |
| 1942 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1943 | <activity android:name="Display" android:label="@string/display_label" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1944 | android:configChanges="fontScale" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1945 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1946 | android:parentActivityName="Settings"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1947 | <intent-filter> |
| 1948 | <action android:name="android.intent.action.MAIN" /> |
| 1949 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 1950 | </intent-filter> |
| 1951 | </activity> |
| 1952 | |
| 1953 | <activity android:name="RadioInfo" android:label="@string/phone_info_label" |
| 1954 | android:process="com.android.phone"> |
| 1955 | <intent-filter> |
| 1956 | <action android:name="android.intent.action.MAIN" /> |
| 1957 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 1958 | </intent-filter> |
| 1959 | </activity> |
| 1960 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1961 | <!-- TODO: Is this needed? --> |
| 1962 | <activity android:name="BandMode" |
| 1963 | android:theme="@android:style/Theme.Dialog" |
| 1964 | android:process="com.android.phone"> |
| 1965 | <intent-filter> |
| 1966 | <action android:name="android.intent.action.MAIN" /> |
| 1967 | <category android:name="android.intent.category.DEFAULT" /> |
| 1968 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1969 | </intent-filter> |
| 1970 | </activity> |
| 1971 | |
| 1972 | <activity android:name="TestingSettings" android:label="@string/testing"> |
| 1973 | <intent-filter> |
| 1974 | <action android:name="android.intent.action.MAIN" /> |
| 1975 | <category android:name="android.intent.category.DEFAULT" /> |
| 1976 | </intent-filter> |
| 1977 | </activity> |
| 1978 | |
| 1979 | <receiver android:name="TestingSettingsBroadcastReceiver"> |
| 1980 | <intent-filter> |
| 1981 | <action android:name="android.provider.Telephony.SECRET_CODE" /> |
| 1982 | <data android:scheme="android_secret_code" android:host="4636" /> |
| 1983 | </intent-filter> |
| 1984 | </receiver> |
| 1985 | |
The Android Open Source Project | 80a7a1d | 2009-03-11 12:11:59 -0700 | [diff] [blame] | 1986 | <!-- Standard picker for widgets --> |
Joe Onorato | de560372 | 2009-03-24 17:49:03 -0700 | [diff] [blame] | 1987 | <activity android:name="AppWidgetPickActivity" |
| 1988 | android:label="@string/widget_picker_title" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 1989 | android:theme="@*android:style/Theme.Material.Light.Dialog.Alert" |
Joe Onorato | 9bcc691 | 2011-01-10 12:55:57 -0800 | [diff] [blame] | 1990 | android:finishOnCloseSystemDialogs="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1991 | <intent-filter android:priority="1"> |
The Android Open Source Project | 80a7a1d | 2009-03-11 12:11:59 -0700 | [diff] [blame] | 1992 | <action android:name="android.appwidget.action.APPWIDGET_PICK" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1993 | <category android:name="android.intent.category.DEFAULT" /> |
| 1994 | </intent-filter> |
| 1995 | </activity> |
| 1996 | |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 1997 | <activity android:name="AllowBindAppWidgetActivity" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 1998 | android:theme="@*android:style/Theme.Material.Light.Dialog.Alert" |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 1999 | android:finishOnCloseSystemDialogs="true" |
| 2000 | android:excludeFromRecents="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2001 | <intent-filter android:priority="1"> |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 2002 | <action android:name="android.appwidget.action.APPWIDGET_BIND" /> |
| 2003 | <category android:name="android.intent.category.DEFAULT" /> |
| 2004 | </intent-filter> |
| 2005 | </activity> |
| 2006 | |
Adam Lesinski | 1789f7d | 2014-08-06 17:53:38 -0700 | [diff] [blame] | 2007 | <activity android:name="UsageStatsActivity" android:label="@string/usage_stats_label" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 2008 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 2009 | android:parentActivityName="Settings"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2010 | <intent-filter> |
| 2011 | <action android:name="android.intent.action.MAIN" /> |
| 2012 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 2013 | </intent-filter> |
| 2014 | </activity> |
| 2015 | |
Dianne Hackborn | 59a4860 | 2010-11-10 23:34:52 -0800 | [diff] [blame] | 2016 | <activity android:name="Settings$PowerUsageSummaryActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 2017 | android:label="@string/power_usage_summary_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2018 | android:icon="@drawable/ic_settings_battery" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2019 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2020 | <intent-filter android:priority="1"> |
| 2021 | <action android:name="android.intent.action.POWER_USAGE_SUMMARY" /> |
| 2022 | <category android:name="android.intent.category.DEFAULT" /> |
| 2023 | </intent-filter> |
Amith Yamasani | 7f6aa628 | 2009-06-03 15:45:40 -0700 | [diff] [blame] | 2024 | <intent-filter> |
| 2025 | <action android:name="android.intent.action.MAIN" /> |
| 2026 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 2027 | <category android:name="com.android.settings.SHORTCUT" /> |
Amith Yamasani | 7f6aa628 | 2009-06-03 15:45:40 -0700 | [diff] [blame] | 2028 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2029 | <intent-filter android:priority="4"> |
| 2030 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 2031 | </intent-filter> |
| 2032 | <meta-data android:name="com.android.settings.category" |
| 2033 | android:value="com.android.settings.category.device" /> |
Dianne Hackborn | 59a4860 | 2010-11-10 23:34:52 -0800 | [diff] [blame] | 2034 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2035 | android:value="com.android.settings.fuelgauge.PowerUsageSummary" /> |
Dianne Hackborn | cbaf6ce | 2010-07-23 00:23:21 -0700 | [diff] [blame] | 2036 | </activity> |
| 2037 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 2038 | <!-- Keep compatibility with old shortcuts. --> |
| 2039 | <activity-alias android:name=".fuelgauge.PowerUsageSummary" |
| 2040 | android:label="@string/power_usage_summary_title" |
| 2041 | android:exported="true" |
| 2042 | android:targetActivity="Settings$PowerUsageSummaryActivity"> |
| 2043 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2044 | android:value="com.android.settings.fuelgauge.PowerUsageSummary" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 2045 | </activity-alias> |
| 2046 | |
John Spurlock | c7f8e8c | 2014-06-04 19:11:22 -0400 | [diff] [blame] | 2047 | <activity android:name="Settings$BatterySaverSettingsActivity" |
| 2048 | android:label="@string/battery_saver" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2049 | android:icon="@drawable/ic_settings_battery" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2050 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2051 | <intent-filter android:priority="1"> |
| 2052 | <action android:name="android.settings.BATTERY_SAVER_SETTINGS" /> |
| 2053 | <category android:name="android.intent.category.DEFAULT" /> |
| 2054 | </intent-filter> |
John Spurlock | c7f8e8c | 2014-06-04 19:11:22 -0400 | [diff] [blame] | 2055 | <intent-filter> |
| 2056 | <action android:name="android.intent.action.MAIN" /> |
John Spurlock | c7f8e8c | 2014-06-04 19:11:22 -0400 | [diff] [blame] | 2057 | <category android:name="android.intent.category.DEFAULT" /> |
| 2058 | <category android:name="com.android.settings.SHORTCUT" /> |
| 2059 | </intent-filter> |
| 2060 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2061 | android:value="com.android.settings.fuelgauge.BatterySaverSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2062 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2063 | android:value="true" /> |
John Spurlock | c7f8e8c | 2014-06-04 19:11:22 -0400 | [diff] [blame] | 2064 | </activity> |
| 2065 | |
P.Y. Laligand | 1f403d5 | 2015-04-14 16:14:16 -0700 | [diff] [blame] | 2066 | <activity android:name=".fuelgauge.BatterySaverModeVoiceActivity" |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 2067 | android:label="@string/power_usage_summary_title" |
| 2068 | android:theme="@android:style/Theme.Material.Light.Voice" |
| 2069 | android:exported="true"> |
| 2070 | <intent-filter> |
| 2071 | <action android:name="android.settings.VOICE_CONTROL_BATTERY_SAVER_MODE" /> |
| 2072 | <category android:name="android.intent.category.DEFAULT" /> |
| 2073 | <category android:name="android.intent.category.VOICE" /> |
| 2074 | </intent-filter> |
| 2075 | </activity> |
| 2076 | |
Alexandra Gherghina | 6d83987 | 2014-07-22 12:04:58 +0000 | [diff] [blame] | 2077 | <activity android:name="Settings$AccountSettingsActivity" |
| 2078 | android:label="@string/account_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2079 | android:icon="@drawable/ic_settings_accounts" |
Alexandra Gherghina | 6d83987 | 2014-07-22 12:04:58 +0000 | [diff] [blame] | 2080 | android:taskAffinity="" |
| 2081 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2082 | <intent-filter android:priority="1"> |
| 2083 | <action android:name="android.settings.SYNC_SETTINGS" /> |
| 2084 | <category android:name="android.intent.category.DEFAULT" /> |
| 2085 | </intent-filter> |
Alexandra Gherghina | 6d83987 | 2014-07-22 12:04:58 +0000 | [diff] [blame] | 2086 | <intent-filter> |
| 2087 | <action android:name="android.intent.action.MAIN" /> |
Alexandra Gherghina | 6d83987 | 2014-07-22 12:04:58 +0000 | [diff] [blame] | 2088 | <category android:name="android.intent.category.DEFAULT" /> |
| 2089 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2090 | <intent-filter android:priority="1"> |
| 2091 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 2092 | </intent-filter> |
| 2093 | <meta-data android:name="com.android.settings.category" |
| 2094 | android:value="com.android.settings.category.personal" /> |
Alexandra Gherghina | 6d83987 | 2014-07-22 12:04:58 +0000 | [diff] [blame] | 2095 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2096 | android:value="com.android.settings.accounts.AccountSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2097 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2098 | android:value="true" /> |
Alexandra Gherghina | 6d83987 | 2014-07-22 12:04:58 +0000 | [diff] [blame] | 2099 | </activity> |
| 2100 | |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2101 | <activity android:name="Settings$AccountSyncSettingsActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 2102 | android:label="@string/account_sync_settings_title" |
Amith Yamasani | a9c55d8 | 2012-09-28 16:40:42 -0700 | [diff] [blame] | 2103 | android:taskAffinity="" |
Jeff Sharkey | cc0d26b | 2012-11-27 16:42:27 -0800 | [diff] [blame] | 2104 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2105 | <intent-filter android:priority="1"> |
| 2106 | <action android:name="android.settings.ACCOUNT_SYNC_SETTINGS" /> |
| 2107 | <category android:name="android.intent.category.DEFAULT" /> |
| 2108 | </intent-filter> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2109 | <intent-filter> |
| 2110 | <action android:name="android.intent.action.MAIN" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2111 | <category android:name="android.intent.category.DEFAULT" /> |
| 2112 | </intent-filter> |
| 2113 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2114 | android:value="com.android.settings.accounts.AccountSyncSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2115 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2116 | android:value="true" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2117 | </activity> |
| 2118 | |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2119 | <activity android:name="com.android.settings.accounts.AddAccountSettings" |
Amith Yamasani | 21c2904 | 2012-10-02 15:16:21 -0700 | [diff] [blame] | 2120 | android:theme="@android:style/Theme.Translucent.NoTitleBar" |
Amith Yamasani | 7bb8f72 | 2011-06-02 18:05:40 -0700 | [diff] [blame] | 2121 | android:configChanges="orientation|keyboardHidden|screenSize" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 2122 | android:label="@string/header_add_an_account" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 2123 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 2124 | android:parentActivityName="Settings$ManageAccountsSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2125 | <intent-filter android:priority="1"> |
| 2126 | <action android:name="android.settings.ADD_ACCOUNT_SETTINGS" /> |
| 2127 | <category android:name="android.intent.category.DEFAULT" /> |
| 2128 | </intent-filter> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2129 | <intent-filter> |
| 2130 | <action android:name="android.intent.action.MAIN" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2131 | <category android:name="android.intent.category.DEFAULT" /> |
| 2132 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2133 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2134 | android:value="true" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2135 | </activity> |
| 2136 | |
Fabrice Di Meglio | 74309ea | 2014-02-20 14:41:51 -0800 | [diff] [blame] | 2137 | <activity android:name="com.android.settings.accounts.ChooseAccountActivity" |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2138 | android:label="@string/header_add_an_account" |
Fabrice Di Meglio | 74309ea | 2014-02-20 14:41:51 -0800 | [diff] [blame] | 2139 | android:configChanges="orientation|keyboardHidden|screenSize" |
Fabrice Di Meglio | 19250a9 | 2014-06-03 14:30:40 -0700 | [diff] [blame] | 2140 | android:theme="@style/Theme.SubSettingsDialogWhenLarge"/> |
Jim Miller | 165bf2f | 2011-01-26 16:10:26 -0800 | [diff] [blame] | 2141 | |
Jason parks | 8fd5bc9 | 2011-01-12 16:03:31 -0600 | [diff] [blame] | 2142 | <activity android:name=".CryptKeeper" |
Fyodor Kupolov | 25f1f60 | 2015-08-25 10:16:07 -0700 | [diff] [blame] | 2143 | androidprv:systemUserOnly="true" |
Jason parks | 8fd5bc9 | 2011-01-12 16:03:31 -0600 | [diff] [blame] | 2144 | android:immersive="true" |
| 2145 | android:launchMode="singleTop" |
Dianne Hackborn | 140f6c6 | 2011-10-16 11:49:00 -0700 | [diff] [blame] | 2146 | android:excludeFromRecents="true" |
Paul Lawrence | 26abe64 | 2014-06-11 15:24:37 -0700 | [diff] [blame] | 2147 | android:theme="@style/Theme.CryptKeeper" |
Paul Lawrence | 5ab67c5 | 2014-05-14 13:57:06 -0700 | [diff] [blame] | 2148 | android:configChanges="mnc|mcc|keyboard|keyboardHidden|uiMode" |
Paul Lawrence | eca15e1 | 2014-05-23 08:46:34 -0700 | [diff] [blame] | 2149 | android:windowSoftInputMode="adjustResize" |
Paul Lawrence | a1092fe | 2015-06-08 11:00:50 -0700 | [diff] [blame] | 2150 | android:screenOrientation="nosensor" |
| 2151 | android:process=":CryptKeeper"> |
Jason parks | 8fd5bc9 | 2011-01-12 16:03:31 -0600 | [diff] [blame] | 2152 | <intent-filter android:priority="10"> |
| 2153 | <action android:name="android.intent.action.MAIN" /> |
| 2154 | <category android:name="android.intent.category.HOME" /> |
| 2155 | <category android:name="android.intent.category.DEFAULT" /> |
| 2156 | </intent-filter> |
| 2157 | </activity> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2158 | |
Vikram Aggarwal | 9f55ae2 | 2012-04-02 13:36:35 -0700 | [diff] [blame] | 2159 | <activity android:name=".CryptKeeper$FadeToBlack" |
Jason parks | f1dbf55 | 2011-01-24 16:19:28 -0600 | [diff] [blame] | 2160 | android:immersive="true" |
| 2161 | android:launchMode="singleTop" |
| 2162 | android:theme="@style/CryptKeeperBlankTheme" |
| 2163 | /> |
| 2164 | |
Jason parks | f821730 | 2011-01-26 13:11:42 -0600 | [diff] [blame] | 2165 | <activity android:name=".CryptKeeperConfirm$Blank" |
| 2166 | android:immersive="true" |
| 2167 | android:launchMode="singleTop" |
| 2168 | android:theme="@style/CryptKeeperBlankTheme" |
| 2169 | /> |
| 2170 | |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 2171 | <!-- Pseudo-activity used to provide an intent-filter entry point to encryption settings --> |
| 2172 | <activity android:name="Settings$CryptKeeperSettingsActivity" |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 2173 | android:label="@string/crypt_keeper_encrypt_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2174 | <intent-filter android:priority="1"> |
| 2175 | <action android:name="android.app.action.START_ENCRYPTION" /> |
| 2176 | <category android:name="android.intent.category.DEFAULT" /> /> |
| 2177 | </intent-filter> |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 2178 | <intent-filter> |
| 2179 | <action android:name="android.intent.action.MAIN" /> |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 2180 | <category android:name="android.intent.category.DEFAULT" /> /> |
| 2181 | </intent-filter> |
| 2182 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2183 | android:value="com.android.settings.CryptKeeperSettings" /> |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 2184 | </activity> |
| 2185 | |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 2186 | <activity android:name="Settings$DataUsageSummaryActivity" |
Jeff Sharkey | d39c6e4 | 2011-08-04 21:17:23 -0700 | [diff] [blame] | 2187 | android:label="@string/data_usage_summary_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2188 | android:icon="@drawable/ic_settings_data_usage" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2189 | android:taskAffinity=""> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 2190 | <intent-filter> |
| 2191 | <action android:name="android.intent.action.MAIN" /> |
Jeff Sharkey | dd6efe1 | 2011-06-15 10:31:41 -0700 | [diff] [blame] | 2192 | <category android:name="android.intent.category.DEFAULT" /> |
Amith Yamasani | 7836e4a | 2011-09-19 13:25:52 -0700 | [diff] [blame] | 2193 | <category android:name="com.android.settings.SHORTCUT" /> |
Jeff Sharkey | dd6efe1 | 2011-06-15 10:31:41 -0700 | [diff] [blame] | 2194 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2195 | <intent-filter android:priority="1"> |
| 2196 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 2197 | </intent-filter> |
| 2198 | <meta-data android:name="com.android.settings.category" |
| 2199 | android:value="com.android.settings.category.wireless" /> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 2200 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2201 | android:value="com.android.settings.DataUsageSummary" /> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 2202 | </activity> |
| 2203 | |
Daniel Sandler | 7dee75c | 2012-11-27 22:41:30 -0500 | [diff] [blame] | 2204 | <activity android:name="Settings$DreamSettingsActivity" |
| 2205 | android:label="@string/screensaver_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2206 | android:icon="@drawable/ic_settings_display" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2207 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2208 | <intent-filter android:priority="1"> |
| 2209 | <action android:name="android.settings.DREAM_SETTINGS" /> |
| 2210 | <category android:name="android.intent.category.DEFAULT" /> |
| 2211 | </intent-filter> |
Daniel Sandler | 7dee75c | 2012-11-27 22:41:30 -0500 | [diff] [blame] | 2212 | <intent-filter> |
| 2213 | <action android:name="android.intent.action.MAIN" /> |
Daniel Sandler | 7dee75c | 2012-11-27 22:41:30 -0500 | [diff] [blame] | 2214 | <category android:name="android.intent.category.DEFAULT" /> |
| 2215 | <category android:name="com.android.settings.SHORTCUT" /> |
| 2216 | </intent-filter> |
| 2217 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2218 | android:value="com.android.settings.DreamSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2219 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2220 | android:value="true" /> |
Daniel Sandler | 7dee75c | 2012-11-27 22:41:30 -0500 | [diff] [blame] | 2221 | </activity> |
| 2222 | |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2223 | <activity android:name="Settings$UserSettingsActivity" |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2224 | android:label="@string/user_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2225 | android:icon="@drawable/ic_settings_multiuser" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2226 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2227 | <intent-filter android:priority="1"> |
| 2228 | <action android:name="android.settings.USER_SETTINGS" /> |
| 2229 | <category android:name="android.intent.category.DEFAULT" /> |
| 2230 | </intent-filter> |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2231 | <intent-filter> |
| 2232 | <action android:name="android.intent.action.MAIN" /> |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2233 | <category android:name="android.intent.category.DEFAULT" /> |
| 2234 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2235 | <intent-filter android:priority="2"> |
| 2236 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 2237 | </intent-filter> |
| 2238 | <meta-data android:name="com.android.settings.category" |
| 2239 | android:value="com.android.settings.category.device" /> |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2240 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2241 | android:value="com.android.settings.users.UserSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2242 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2243 | android:value="true" /> |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2244 | </activity> |
| 2245 | |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2246 | <activity android:name="Settings$PaymentSettingsActivity" |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2247 | android:label="@string/nfc_payment_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2248 | android:icon="@drawable/ic_settings_nfc_payment" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2249 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2250 | <intent-filter android:priority="1"> |
| 2251 | <action android:name="android.settings.NFC_PAYMENT_SETTINGS" /> |
| 2252 | <category android:name="android.intent.category.DEFAULT" /> |
| 2253 | </intent-filter> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2254 | <intent-filter> |
| 2255 | <action android:name="android.intent.action.MAIN" /> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2256 | <category android:name="android.intent.category.DEFAULT" /> |
| 2257 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2258 | <intent-filter android:priority="1"> |
| 2259 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 2260 | </intent-filter> |
| 2261 | <meta-data android:name="com.android.settings.category" |
| 2262 | android:value="com.android.settings.category.device" /> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2263 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2264 | android:value="com.android.settings.nfc.PaymentSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2265 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2266 | android:value="true" /> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2267 | </activity> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2268 | |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2269 | <activity android:name=".nfc.PaymentDefaultDialog" |
Martijn Coenen | da6c0ba | 2013-09-05 21:07:23 -0700 | [diff] [blame] | 2270 | android:label="@string/nfc_payment_set_default_label" |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2271 | android:excludeFromRecents="true" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 2272 | android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2273 | <intent-filter android:priority="1"> |
Martijn Coenen | a73aa32 | 2013-08-30 12:57:42 -0700 | [diff] [blame] | 2274 | <action android:name="android.nfc.cardemulation.action.ACTION_CHANGE_DEFAULT" /> |
| 2275 | <category android:name="android.intent.category.DEFAULT" /> |
| 2276 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2277 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2278 | android:value="true" /> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2279 | </activity> |
| 2280 | |
Martijn Coenen | cbcc76e | 2015-06-05 21:28:17 +0200 | [diff] [blame] | 2281 | <activity android:name=".nfc.HowItWorks" |
| 2282 | android:label="@string/nfc_payment_settings_title" |
| 2283 | android:parentActivityName="Settings$PaymentSettingsActivity"> |
| 2284 | android:excludeFromRecents="true"> |
| 2285 | </activity> |
| 2286 | |
David Braun | 4e9f04d | 2013-09-16 13:45:42 -0700 | [diff] [blame] | 2287 | <activity android:name=".SmsDefaultDialog" |
| 2288 | android:label="@string/sms_application_title" |
| 2289 | android:excludeFromRecents="true" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 2290 | android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2291 | <intent-filter android:priority="1"> |
David Braun | 4e9f04d | 2013-09-16 13:45:42 -0700 | [diff] [blame] | 2292 | <action android:name="android.provider.Telephony.ACTION_CHANGE_DEFAULT" /> |
| 2293 | <category android:name="android.intent.category.DEFAULT" /> |
| 2294 | </intent-filter> |
| 2295 | </activity> |
| 2296 | |
Jeff Davidson | 1875256 | 2014-04-17 11:44:10 -0700 | [diff] [blame] | 2297 | <activity android:name=".ActiveNetworkScorerDialog" |
Jeff Davidson | 6207391a | 2014-07-25 14:58:20 -0700 | [diff] [blame] | 2298 | android:label="@string/wifi_assistant_title" |
Jeff Davidson | 1875256 | 2014-04-17 11:44:10 -0700 | [diff] [blame] | 2299 | android:excludeFromRecents="true" |
Alan Viverette | 80814f5 | 2014-06-06 15:27:32 -0700 | [diff] [blame] | 2300 | android:theme="@*android:style/Theme.Material.Light.Dialog.Alert"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2301 | <intent-filter android:priority="1"> |
Jeff Davidson | 1875256 | 2014-04-17 11:44:10 -0700 | [diff] [blame] | 2302 | <action android:name="android.net.scoring.CHANGE_ACTIVE" /> |
| 2303 | <category android:name="android.intent.category.DEFAULT" /> |
| 2304 | </intent-filter> |
| 2305 | </activity> |
| 2306 | |
Daniel Sandler | 79b9bfe | 2013-04-04 14:30:04 -0400 | [diff] [blame] | 2307 | <activity android:name="Settings$NotificationAccessSettingsActivity" |
Jeff Sharkey | b654846 | 2014-07-21 15:38:06 -0700 | [diff] [blame] | 2308 | android:label="@string/manage_notification_access_title" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2309 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2310 | <intent-filter android:priority="1"> |
| 2311 | <action android:name="android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS" /> |
| 2312 | <category android:name="android.intent.category.DEFAULT" /> |
| 2313 | </intent-filter> |
Daniel Sandler | 79b9bfe | 2013-04-04 14:30:04 -0400 | [diff] [blame] | 2314 | <intent-filter> |
| 2315 | <action android:name="android.intent.action.MAIN" /> |
Daniel Sandler | 79b9bfe | 2013-04-04 14:30:04 -0400 | [diff] [blame] | 2316 | <category android:name="android.intent.category.DEFAULT" /> |
| 2317 | </intent-filter> |
| 2318 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
John Spurlock | 4a35051 | 2014-04-08 14:08:21 -0400 | [diff] [blame] | 2319 | android:value="com.android.settings.notification.NotificationAccessSettings" /> |
John Spurlock | 08531a8 | 2015-05-07 17:45:43 -0400 | [diff] [blame] | 2320 | </activity> |
| 2321 | |
| 2322 | <activity android:name="Settings$ZenAccessSettingsActivity" |
| 2323 | android:label="@string/manage_zen_access_title" |
| 2324 | android:taskAffinity=""> |
| 2325 | <intent-filter android:priority="1"> |
John Spurlock | a00194d | 2015-06-04 13:01:59 -0400 | [diff] [blame] | 2326 | <action android:name="android.settings.NOTIFICATION_POLICY_ACCESS_SETTINGS" /> |
John Spurlock | 08531a8 | 2015-05-07 17:45:43 -0400 | [diff] [blame] | 2327 | <category android:name="android.intent.category.DEFAULT" /> |
| 2328 | </intent-filter> |
| 2329 | <intent-filter> |
| 2330 | <action android:name="android.intent.action.MAIN" /> |
| 2331 | <category android:name="android.intent.category.DEFAULT" /> |
| 2332 | </intent-filter> |
| 2333 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2334 | android:value="com.android.settings.notification.ZenAccessSettings" /> |
Daniel Sandler | 79b9bfe | 2013-04-04 14:30:04 -0400 | [diff] [blame] | 2335 | </activity> |
| 2336 | |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2337 | <activity android:name="Settings$NotificationSettingsActivity" |
| 2338 | android:label="@string/notification_settings" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2339 | android:icon="@drawable/ic_settings_notifications" |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2340 | android:exported="true" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2341 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2342 | <intent-filter android:priority="1"> |
| 2343 | <action android:name="android.settings.NOTIFICATION_SETTINGS" /> |
| 2344 | <category android:name="android.intent.category.DEFAULT" /> |
| 2345 | </intent-filter> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2346 | <intent-filter> |
| 2347 | <action android:name="android.intent.action.MAIN" /> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2348 | <category android:name="android.intent.category.DEFAULT" /> |
| 2349 | <category android:name="com.android.settings.SHORTCUT" /> |
| 2350 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2351 | <intent-filter android:priority="7"> |
| 2352 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 2353 | </intent-filter> |
| 2354 | <meta-data android:name="com.android.settings.category" |
| 2355 | android:value="com.android.settings.category.device" /> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2356 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
John Spurlock | 4a35051 | 2014-04-08 14:08:21 -0400 | [diff] [blame] | 2357 | android:value="com.android.settings.notification.NotificationSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2358 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2359 | android:value="true" /> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2360 | </activity> |
| 2361 | |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2362 | <!-- Keep compatibility with old shortcuts. --> |
| 2363 | <activity-alias android:name="Settings$SoundSettingsActivity" |
| 2364 | android:label="@string/notification_settings" |
| 2365 | android:taskAffinity="" |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2366 | android:targetActivity="Settings$NotificationSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2367 | <intent-filter android:priority="1"> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2368 | <action android:name="com.android.settings.SOUND_SETTINGS" /> |
| 2369 | <action android:name="android.settings.SOUND_SETTINGS" /> |
| 2370 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2371 | </intent-filter> |
| 2372 | <intent-filter> |
| 2373 | <action android:name="android.intent.action.MAIN" /> |
| 2374 | <category android:name="android.intent.category.DEFAULT" /> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2375 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2376 | </intent-filter> |
| 2377 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2378 | android:value="com.android.settings.notification.NotificationSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2379 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2380 | android:value="true" /> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2381 | </activity-alias> |
| 2382 | |
| 2383 | <!-- Keep compatibility with old shortcuts. --> |
| 2384 | <activity-alias android:name="SoundSettings" |
| 2385 | android:label="@string/notification_settings" |
| 2386 | android:exported="true" |
| 2387 | android:targetActivity="Settings$NotificationSettingsActivity"> |
| 2388 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2389 | android:value="com.android.settings.notification.NotificationSettings" /> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2390 | </activity-alias> |
| 2391 | |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2392 | <activity android:name="Settings$OtherSoundSettingsActivity" |
| 2393 | android:label="@string/other_sound_settings" |
John Spurlock | 81bef1d7 | 2014-05-16 15:50:13 -0400 | [diff] [blame] | 2394 | android:exported="true" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2395 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2396 | <intent-filter android:priority="1"> |
| 2397 | <action android:name="android.settings.ACTION_OTHER_SOUND_SETTINGS" /> |
| 2398 | <category android:name="android.intent.category.DEFAULT" /> |
| 2399 | </intent-filter> |
John Spurlock | 81bef1d7 | 2014-05-16 15:50:13 -0400 | [diff] [blame] | 2400 | <intent-filter> |
| 2401 | <action android:name="android.intent.action.MAIN" /> |
John Spurlock | 81bef1d7 | 2014-05-16 15:50:13 -0400 | [diff] [blame] | 2402 | <category android:name="android.intent.category.DEFAULT" /> |
| 2403 | </intent-filter> |
| 2404 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2405 | android:value="com.android.settings.notification.OtherSoundSettings" /> |
Sudheer Shanka | 5a817c6 | 2015-05-06 16:35:22 +0100 | [diff] [blame] | 2406 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2407 | android:value="true" /> |
John Spurlock | 81bef1d7 | 2014-05-16 15:50:13 -0400 | [diff] [blame] | 2408 | </activity> |
| 2409 | |
John Spurlock | 802ddf9 | 2014-07-18 11:51:13 -0400 | [diff] [blame] | 2410 | <!-- Show apps for which application-level notification settings are applicable --> |
| 2411 | <activity android:name="Settings$NotificationAppListActivity" |
John Spurlock | 81bef1d7 | 2014-05-16 15:50:13 -0400 | [diff] [blame] | 2412 | android:label="@string/app_notifications_title" |
| 2413 | android:exported="true" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2414 | android:taskAffinity=""> |
John Spurlock | 81bef1d7 | 2014-05-16 15:50:13 -0400 | [diff] [blame] | 2415 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Jason Monk | 584b2b2 | 2015-03-20 14:56:28 -0400 | [diff] [blame] | 2416 | android:value="com.android.settings.applications.ManageApplications" /> |
John Spurlock | 81bef1d7 | 2014-05-16 15:50:13 -0400 | [diff] [blame] | 2417 | </activity> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2418 | |
John Spurlock | 802ddf9 | 2014-07-18 11:51:13 -0400 | [diff] [blame] | 2419 | <!-- Show application-level notification settings (app passed in as extras) --> |
| 2420 | <activity android:name="Settings$AppNotificationSettingsActivity" |
| 2421 | android:label="@string/app_notifications_title" |
John Spurlock | b8ec343 | 2014-07-27 13:33:34 -0400 | [diff] [blame] | 2422 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2423 | <intent-filter android:priority="1"> |
| 2424 | <action android:name="android.settings.APP_NOTIFICATION_SETTINGS" /> |
| 2425 | <category android:name="android.intent.category.DEFAULT" /> |
| 2426 | </intent-filter> |
John Spurlock | b8ec343 | 2014-07-27 13:33:34 -0400 | [diff] [blame] | 2427 | <intent-filter> |
| 2428 | <action android:name="android.intent.action.MAIN" /> |
John Spurlock | b8ec343 | 2014-07-27 13:33:34 -0400 | [diff] [blame] | 2429 | <category android:name="android.intent.category.DEFAULT" /> |
| 2430 | </intent-filter> |
John Spurlock | 802ddf9 | 2014-07-18 11:51:13 -0400 | [diff] [blame] | 2431 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2432 | android:value="com.android.settings.notification.AppNotificationSettings" /> |
John Spurlock | b8ec343 | 2014-07-27 13:33:34 -0400 | [diff] [blame] | 2433 | </activity> |
| 2434 | |
Zachary Kuznia | 5adcb3d | 2015-08-07 16:32:28 -0700 | [diff] [blame] | 2435 | <!-- Show Manual (from settings item) --> |
| 2436 | <activity android:name="ManualDisplayActivity" |
| 2437 | android:label="@string/manual" |
| 2438 | android:taskAffinity="" |
| 2439 | android:enabled="@bool/config_show_manual"> |
| 2440 | <intent-filter> |
| 2441 | <action android:name="android.settings.SHOW_MANUAL" /> |
| 2442 | <category android:name="android.intent.category.DEFAULT" /> |
| 2443 | </intent-filter> |
| 2444 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2445 | android:value="true" /> |
| 2446 | </activity> |
| 2447 | |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 2448 | <!-- Show regulatory info (from settings item or dialing "*#07#") --> |
| 2449 | <activity android:name="RegulatoryInfoDisplayActivity" |
| 2450 | android:label="@string/regulatory_information" |
| 2451 | android:taskAffinity="" |
Jeff Sharkey | 3daa259 | 2014-04-18 15:30:15 -0700 | [diff] [blame] | 2452 | android:enabled="@bool/config_show_regulatory_info"> |
| 2453 | <intent-filter> |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 2454 | <action android:name="android.settings.SHOW_REGULATORY_INFO" /> |
| 2455 | <category android:name="android.intent.category.DEFAULT" /> |
| 2456 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2457 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2458 | android:value="true" /> |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 2459 | </activity> |
| 2460 | |
Dianne Hackborn | 4b21f7c | 2010-10-06 14:28:23 -0700 | [diff] [blame] | 2461 | <receiver android:name=".widget.SettingsAppWidgetProvider" |
Joe Onorato | 9bcc691 | 2011-01-10 12:55:57 -0800 | [diff] [blame] | 2462 | android:label="@string/gadget_title" |
Matthew Xie | 89d44ec | 2013-04-18 23:43:42 -0700 | [diff] [blame] | 2463 | android:exported="false" |
Amith Yamasani | b4b1b40 | 2011-06-15 18:00:27 -0700 | [diff] [blame] | 2464 | android:enabled="@bool/has_powercontrol_widget"> |
Ken Shirriff | 03a6110 | 2009-06-08 13:49:05 -0700 | [diff] [blame] | 2465 | <intent-filter> |
| 2466 | <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
Amith Yamasani | a9125d4 | 2011-10-03 11:54:16 -0700 | [diff] [blame] | 2467 | <action android:name="android.appwidget.action.APPWIDGET_ENABLED" /> |
| 2468 | <action android:name="android.appwidget.action.APPWIDGET_DISABLED" /> |
Ken Shirriff | 03a6110 | 2009-06-08 13:49:05 -0700 | [diff] [blame] | 2469 | <action android:name="android.net.wifi.WIFI_STATE_CHANGED" /> |
| 2470 | <action android:name="android.net.conn.BACKGROUND_DATA_SETTING_CHANGED" /> |
Nick Pelly | 5ddbd94 | 2009-09-11 11:41:59 -0700 | [diff] [blame] | 2471 | <action android:name="android.bluetooth.adapter.action.STATE_CHANGED" /> |
Tom O'Neill | 4af6514 | 2013-09-03 07:56:53 -0700 | [diff] [blame] | 2472 | <action android:name="android.location.MODE_CHANGED" /> |
Dianne Hackborn | 4b21f7c | 2010-10-06 14:28:23 -0700 | [diff] [blame] | 2473 | <action android:name="com.android.sync.SYNC_CONN_STATUS_CHANGED" /> |
Ken Shirriff | 03a6110 | 2009-06-08 13:49:05 -0700 | [diff] [blame] | 2474 | </intent-filter> |
| 2475 | <meta-data android:name="android.appwidget.provider" android:resource="@xml/appwidget_info" /> |
| 2476 | </receiver> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 2477 | |
Srikanth Uppala | 59a97f7 | 2012-04-04 03:32:22 -0700 | [diff] [blame] | 2478 | <receiver android:name=".bluetooth.BluetoothDiscoverableTimeoutReceiver"> |
| 2479 | <intent-filter> |
| 2480 | <action android:name="android.bluetooth.intent.DISCOVERABLE_TIMEOUT" /> |
| 2481 | </intent-filter> |
| 2482 | </receiver> |
| 2483 | |
Amith Yamasani | 32dccbc | 2012-09-13 18:06:49 -0700 | [diff] [blame] | 2484 | <!-- Watch for ContactsContract.Profile changes and update the user's photo. --> |
| 2485 | <receiver android:name=".users.ProfileUpdateReceiver"> |
| 2486 | <intent-filter> |
| 2487 | <action android:name="android.provider.Contacts.PROFILE_CHANGED" /> |
| 2488 | </intent-filter> |
| 2489 | </receiver> |
| 2490 | |
Sanket Padawe | 9d7eb49 | 2015-06-01 10:25:46 -0700 | [diff] [blame] | 2491 | <receiver android:name=".sim.SimSelectNotification"> |
PauloftheWest | 63f7bc8 | 2014-10-30 08:01:30 -0700 | [diff] [blame] | 2492 | <intent-filter> |
Sanket Padawe | 9d7eb49 | 2015-06-01 10:25:46 -0700 | [diff] [blame] | 2493 | <action android:name="android.intent.action.SIM_STATE_CHANGED"></action> |
PauloftheWest | 63f7bc8 | 2014-10-30 08:01:30 -0700 | [diff] [blame] | 2494 | </intent-filter> |
| 2495 | </receiver> |
| 2496 | |
Amith Yamasani | 2ad9625 | 2013-09-09 13:07:27 -0700 | [diff] [blame] | 2497 | <provider |
| 2498 | android:name="android.support.v4.content.FileProvider" |
| 2499 | android:authorities="com.android.settings.files" |
| 2500 | android:grantUriPermissions="true" |
| 2501 | android:exported="false"> |
| 2502 | <meta-data |
| 2503 | android:name="android.support.FILE_PROVIDER_PATHS" |
| 2504 | android:resource="@xml/file_paths" /> |
| 2505 | </provider> |
Fabrice Di Meglio | fa7dc24 | 2014-03-12 19:24:43 -0700 | [diff] [blame] | 2506 | |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 2507 | <activity android:name="Settings$SimSettingsActivity" |
| 2508 | android:label="@string/sim_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2509 | android:icon="@drawable/ic_settings_sim" |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 2510 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2511 | <intent-filter android:priority="1"> |
| 2512 | <action android:name="com.android.settings.sim.SIM_SUB_INFO_SETTINGS" /> |
| 2513 | <category android:name="android.intent.category.DEFAULT" /> |
| 2514 | </intent-filter> |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 2515 | <intent-filter> |
| 2516 | <action android:name="android.intent.action.MAIN" /> |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 2517 | <category android:name="android.intent.category.DEFAULT" /> |
| 2518 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2519 | <intent-filter android:priority="2"> |
| 2520 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 2521 | </intent-filter> |
| 2522 | <meta-data android:name="com.android.settings.category" |
| 2523 | android:value="com.android.settings.category.wireless" /> |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 2524 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2525 | android:value="com.android.settings.sim.SimSettings" /> |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 2526 | </activity> |
| 2527 | |
Sanket Padawe | f6f43e4 | 2015-06-10 17:46:31 -0700 | [diff] [blame] | 2528 | <activity android:name=".sim.SimPreferenceDialog" |
| 2529 | android:theme="@android:style/Theme.Material.Light.Dialog.NoActionBar" |
| 2530 | android:excludeFromRecents="true"> |
| 2531 | </activity> |
| 2532 | |
Maurice Lam | 771fac5 | 2015-09-08 10:36:43 -0700 | [diff] [blame] | 2533 | <activity android:name=".wifi.WifiDialogActivity" |
| 2534 | android:theme="@style/Transparent" |
| 2535 | android:excludeFromRecents="true" |
Maurice Lam | ec1f2ee | 2015-10-29 16:40:49 -0700 | [diff] [blame] | 2536 | android:exported="true" |
| 2537 | android:permission="android.permission.CHANGE_WIFI_STATE"> |
Maurice Lam | 771fac5 | 2015-09-08 10:36:43 -0700 | [diff] [blame] | 2538 | <intent-filter> |
| 2539 | <action android:name="com.android.settings.WIFI_DIALOG" /> |
| 2540 | <category android:name="android.intent.category.DEFAULT" /> |
| 2541 | </intent-filter> |
| 2542 | </activity> |
| 2543 | |
PauloftheWest | ffef98b | 2014-11-18 07:12:48 -0800 | [diff] [blame] | 2544 | <activity android:name=".sim.SimDialogActivity" |
| 2545 | android:theme="@android:style/Theme.Material.Light.Dialog.NoActionBar" |
Sanket Padawe | ffd9655 | 2015-02-02 16:46:55 -0800 | [diff] [blame] | 2546 | android:label="@string/sim_settings_title" |
| 2547 | android:excludeFromRecents="true"> |
PauloftheWest | ffef98b | 2014-11-18 07:12:48 -0800 | [diff] [blame] | 2548 | <intent-filter> |
| 2549 | <action android:name="android.intent.action.MAIN" /> |
PauloftheWest | ffef98b | 2014-11-18 07:12:48 -0800 | [diff] [blame] | 2550 | </intent-filter> |
| 2551 | </activity> |
| 2552 | |
Pavel Zhamaitsiak | 4ab3256 | 2015-02-23 15:34:07 -0800 | [diff] [blame] | 2553 | <activity android:name="Settings$WifiCallingSettingsActivity" |
| 2554 | android:label="@string/wifi_calling_settings_title" |
| 2555 | android:taskAffinity=""> |
| 2556 | <intent-filter> |
| 2557 | <action android:name="android.intent.action.MAIN" /> |
| 2558 | <action android:name="android.settings.WIFI_CALLING_SETTINGS" /> |
| 2559 | <category android:name="android.intent.category.DEFAULT" /> |
| 2560 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 2561 | </intent-filter> |
| 2562 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2563 | android:value="com.android.settings.WifiCallingSettings" /> |
| 2564 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2565 | android:value="true" /> |
Pavel Zhamaitsiak | 4ab3256 | 2015-02-23 15:34:07 -0800 | [diff] [blame] | 2566 | </activity> |
| 2567 | |
Fabrice Di Meglio | fa7dc24 | 2014-03-12 19:24:43 -0700 | [diff] [blame] | 2568 | <provider |
| 2569 | android:name=".search.SettingsSearchIndexablesProvider" |
| 2570 | android:authorities="com.android.settings" |
| 2571 | android:multiprocess="false" |
| 2572 | android:grantUriPermissions="true" |
| 2573 | android:permission="android.permission.READ_SEARCH_INDEXABLES" |
| 2574 | android:exported="true"> |
| 2575 | <intent-filter> |
| 2576 | <action android:name="android.content.action.SEARCH_INDEXABLES_PROVIDER" /> |
| 2577 | </intent-filter> |
| 2578 | </provider> |
| 2579 | |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 2580 | <activity android:name="Settings$OverlaySettingsActivity" |
| 2581 | android:label="@string/draw_overlay_title" |
| 2582 | android:taskAffinity=""> |
| 2583 | <intent-filter android:priority="1"> |
| 2584 | <action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" /> |
| 2585 | <category android:name="android.intent.category.DEFAULT" /> |
| 2586 | </intent-filter> |
Billy Lau | f8f9802 | 2015-07-16 03:50:47 +0100 | [diff] [blame] | 2587 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2588 | android:value="com.android.settings.applications.ManageApplications" /> |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 2589 | </activity> |
| 2590 | |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 2591 | <activity android:name="Settings$AppDrawOverlaySettingsActivity" |
| 2592 | android:label="@string/draw_overlay_title" |
| 2593 | android:taskAffinity=""> |
| 2594 | <intent-filter android:priority="1"> |
| 2595 | <action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" /> |
| 2596 | <category android:name="android.intent.category.DEFAULT" /> |
| 2597 | <data android:scheme="package" /> |
| 2598 | </intent-filter> |
| 2599 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2600 | android:value="com.android.settings.applications.DrawOverlayDetails" /> |
| 2601 | </activity> |
| 2602 | |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 2603 | <activity android:name="Settings$WriteSettingsActivity" |
| 2604 | android:label="@string/write_settings_title" |
| 2605 | android:taskAffinity=""> |
| 2606 | <intent-filter android:priority="1"> |
| 2607 | <action android:name="android.settings.action.MANAGE_WRITE_SETTINGS" /> |
| 2608 | <category android:name="android.intent.category.DEFAULT" /> |
| 2609 | </intent-filter> |
Billy Lau | bb3aa26 | 2015-07-21 16:43:17 +0100 | [diff] [blame] | 2610 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2611 | android:value="com.android.settings.applications.ManageApplications" /> |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 2612 | </activity> |
| 2613 | |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 2614 | <activity android:name="Settings$AppWriteSettingsActivity" |
| 2615 | android:label="@string/write_settings_title" |
| 2616 | android:taskAffinity=""> |
| 2617 | <intent-filter android:priority="1"> |
| 2618 | <action android:name="android.settings.action.MANAGE_WRITE_SETTINGS" /> |
| 2619 | <category android:name="android.intent.category.DEFAULT" /> |
| 2620 | <data android:scheme="package" /> |
| 2621 | </intent-filter> |
| 2622 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2623 | android:value="com.android.settings.applications.WriteSettingsDetails" /> |
| 2624 | </activity> |
| 2625 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2626 | </application> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2627 | </manifest> |