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