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