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