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 | |
Sundeep Ghuman | c164ad0 | 2016-12-26 17:37:30 -0800 | [diff] [blame] | 9 | <uses-permission android:name="android.permission.REQUEST_NETWORK_SCORES" /> |
Jeff Sharkey | 5738266 | 2015-07-30 16:55:42 -0700 | [diff] [blame] | 10 | <uses-permission android:name="android.permission.WRITE_MEDIA_STORAGE" /> |
Vasu Nori | 2180974 | 2011-01-25 13:39:16 -0800 | [diff] [blame] | 11 | <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
Amith Yamasani | 48fa857 | 2012-04-17 17:12:01 -0700 | [diff] [blame] | 12 | <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 13 | <uses-permission android:name="android.permission.WRITE_SETTINGS" /> |
| 14 | <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" /> |
Mike Lockwood | cd03f53 | 2009-09-15 14:39:47 -0400 | [diff] [blame] | 15 | <uses-permission android:name="android.permission.DEVICE_POWER" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 16 | <uses-permission android:name="android.permission.CHANGE_CONFIGURATION" /> |
| 17 | <uses-permission android:name="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
| 18 | <uses-permission android:name="android.permission.VIBRATE" /> |
| 19 | <uses-permission android:name="android.permission.BLUETOOTH" /> |
| 20 | <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> |
Matthew Xie | 500f294 | 2013-09-24 00:55:42 -0700 | [diff] [blame] | 21 | <uses-permission android:name="android.permission.BLUETOOTH_PRIVILEGED" /> |
Nick Pelly | f2917ac | 2010-10-20 16:39:44 -0700 | [diff] [blame] | 22 | <uses-permission android:name="android.permission.NFC" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 23 | <uses-permission android:name="android.permission.HARDWARE_TEST" /> |
| 24 | <uses-permission android:name="android.permission.CALL_PHONE" /> |
| 25 | <uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" /> |
| 26 | <uses-permission android:name="android.permission.MASTER_CLEAR" /> |
| 27 | <uses-permission android:name="com.google.android.googleapps.permission.GOOGLE_AUTH" /> |
| 28 | <uses-permission android:name="android.permission.ACCESS_DOWNLOAD_MANAGER" /> |
| 29 | <uses-permission android:name="android.permission.READ_CONTACTS" /> |
| 30 | <uses-permission android:name="android.permission.WRITE_CONTACTS" /> |
Chia-chi Yeh | 413b171 | 2011-07-07 12:49:18 -0700 | [diff] [blame] | 31 | <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> |
tk.mun | 7c5c165 | 2011-10-13 22:56:18 +0900 | [diff] [blame] | 32 | <uses-permission android:name="android.permission.ACCESS_WIMAX_STATE" /> |
| 33 | <uses-permission android:name="android.permission.CHANGE_WIMAX_STATE" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 34 | <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> |
Irfan Sheriff | 0f41b49 | 2013-03-29 11:15:07 -0700 | [diff] [blame] | 35 | <uses-permission android:name="com.android.certinstaller.INSTALL_AS_USER" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 36 | <uses-permission android:name="android.permission.CHANGE_WIFI_STATE" /> |
Jeremy Klein | 78d182f | 2015-12-28 15:39:39 -0800 | [diff] [blame] | 37 | <uses-permission android:name="android.permission.TETHER_PRIVILEGED" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 38 | <uses-permission android:name="android.permission.INTERNET" /> |
| 39 | <uses-permission android:name="android.permission.CLEAR_APP_USER_DATA" /> |
| 40 | <uses-permission android:name="android.permission.READ_PHONE_STATE" /> |
| 41 | <uses-permission android:name="android.permission.MODIFY_PHONE_STATE" /> |
| 42 | <uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/> |
| 43 | <uses-permission android:name="android.permission.WRITE_APN_SETTINGS"/> |
| 44 | <uses-permission android:name="android.permission.ACCESS_CHECKIN_PROPERTIES"/> |
| 45 | <uses-permission android:name="android.permission.READ_USER_DICTIONARY"/> |
| 46 | <uses-permission android:name="android.permission.WRITE_USER_DICTIONARY"/> |
Dianne Hackborn | 517ea9f | 2010-01-04 18:47:54 -0800 | [diff] [blame] | 47 | <uses-permission android:name="android.permission.FORCE_STOP_PACKAGES"/> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 48 | <uses-permission android:name="android.permission.PACKAGE_USAGE_STATS"/> |
| 49 | <uses-permission android:name="android.permission.BATTERY_STATS"/> |
| 50 | <uses-permission android:name="com.android.launcher.permission.READ_SETTINGS" /> |
| 51 | <uses-permission android:name="com.android.launcher.permission.WRITE_SETTINGS" /> |
Suchi Amalapurapu | ad14827 | 2010-02-19 14:30:01 -0800 | [diff] [blame] | 52 | <uses-permission android:name="android.permission.MOVE_PACKAGE" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 53 | <uses-permission android:name="android.permission.USE_CREDENTIALS" /> |
| 54 | <uses-permission android:name="android.permission.BACKUP" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 55 | <uses-permission android:name="android.permission.READ_SYNC_STATS" /> |
| 56 | <uses-permission android:name="android.permission.READ_SYNC_SETTINGS" /> |
| 57 | <uses-permission android:name="android.permission.WRITE_SYNC_SETTINGS" /> |
Jason parks | 8fd5bc9 | 2011-01-12 16:03:31 -0600 | [diff] [blame] | 58 | <uses-permission android:name="android.permission.STATUS_BAR" /> |
Mike Lockwood | 9d6d92b | 2011-02-27 09:05:10 -0800 | [diff] [blame] | 59 | <uses-permission android:name="android.permission.MANAGE_USB" /> |
Jeff Brown | d82487b | 2011-06-02 03:10:28 -0700 | [diff] [blame] | 60 | <uses-permission android:name="android.permission.SET_POINTER_SPEED" /> |
Jeff Brown | 4397f40 | 2012-04-09 13:24:34 -0700 | [diff] [blame] | 61 | <uses-permission android:name="android.permission.SET_KEYBOARD_LAYOUT" /> |
Dianne Hackborn | 271c8b0 | 2012-08-20 17:24:39 -0700 | [diff] [blame] | 62 | <uses-permission android:name="android.permission.INTERACT_ACROSS_USERS_FULL" /> |
| 63 | <uses-permission android:name="android.permission.COPY_PROTECTED_DATA" /> |
| 64 | <uses-permission android:name="android.permission.MANAGE_USERS" /> |
Nicolas Prevot | 189294e | 2015-04-22 16:26:45 +0100 | [diff] [blame] | 65 | <uses-permission android:name="android.permission.MANAGE_PROFILE_AND_DEVICE_OWNERS" /> |
Amith Yamasani | 32dccbc | 2012-09-13 18:06:49 -0700 | [diff] [blame] | 66 | <uses-permission android:name="android.permission.READ_PROFILE" /> |
Jeff Brown | 9e143f5 | 2012-09-19 20:46:07 -0700 | [diff] [blame] | 67 | <uses-permission android:name="android.permission.CONFIGURE_WIFI_DISPLAY" /> |
Michael Wright | aacf55a | 2016-07-13 22:11:09 -0700 | [diff] [blame] | 68 | <uses-permission android:name="android.permission.CONFIGURE_DISPLAY_COLOR_MODE" /> |
Amith Yamasani | 5f05010 | 2012-11-01 15:36:29 -0700 | [diff] [blame] | 69 | <uses-permission android:name="android.permission.SET_TIME" /> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 70 | <uses-permission android:name="android.permission.ACCESS_NOTIFICATIONS" /> |
Brian Carlstrom | f32ba13 | 2013-06-28 13:18:41 -0700 | [diff] [blame] | 71 | <uses-permission android:name="android.permission.REBOOT" /> |
PauloftheWest | 63f7bc8 | 2014-10-30 08:01:30 -0700 | [diff] [blame] | 72 | <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" /> |
Amith Yamasani | 9247265 | 2013-07-19 12:37:42 -0700 | [diff] [blame] | 73 | <uses-permission android:name="android.permission.MANAGE_DEVICE_ADMINS" /> |
Fabrice Di Meglio | 485b1b8 | 2014-03-20 12:24:57 -0700 | [diff] [blame] | 74 | <uses-permission android:name="android.permission.READ_SEARCH_INDEXABLES" /> |
Fan Zhang | d040ecd | 2017-08-17 16:13:20 -0700 | [diff] [blame] | 75 | <uses-permission android:name="android.permission.BIND_SETTINGS_SUGGESTIONS_SERVICE" /> |
Andres Morales | ce249fe | 2014-07-07 16:58:16 -0700 | [diff] [blame] | 76 | <uses-permission android:name="android.permission.OEM_UNLOCK_STATE" /> |
Andrew Scull | c23357e | 2017-04-18 09:40:11 +0100 | [diff] [blame] | 77 | <uses-permission android:name="android.permission.MANAGE_USER_OEM_UNLOCK_STATE" /> |
Sky Faber | 2d657e3 | 2014-09-22 16:43:04 -0700 | [diff] [blame] | 78 | <uses-permission android:name="android.permission.OVERRIDE_WIFI_CONFIG" /> |
Jim Miller | 94d4bd9 | 2015-02-19 21:04:57 -0800 | [diff] [blame] | 79 | <uses-permission android:name="android.permission.USE_FINGERPRINT" /> |
| 80 | <uses-permission android:name="android.permission.MANAGE_FINGERPRINT" /> |
Jorim Jaggi | 4a2423b | 2015-04-24 10:19:48 -0700 | [diff] [blame] | 81 | <uses-permission android:name="android.permission.USER_ACTIVITY" /> |
Amith Yamasani | 50e32b0 | 2015-05-13 18:18:16 -0700 | [diff] [blame] | 82 | <uses-permission android:name="android.permission.CHANGE_APP_IDLE_STATE" /> |
Fyodor Kupolov | 0938a63 | 2015-07-27 12:24:59 -0700 | [diff] [blame] | 83 | <uses-permission android:name="android.permission.PEERS_MAC_ADDRESS"/> |
Julia Reynolds | f02aa0c | 2015-09-28 08:57:03 -0400 | [diff] [blame] | 84 | <uses-permission android:name="android.permission.MANAGE_NOTIFICATIONS"/> |
Daniel Nishi | b84304d | 2016-04-11 14:08:44 -0700 | [diff] [blame] | 85 | <uses-permission android:name="android.permission.DELETE_PACKAGES"/> |
Phil Weaver | 2e2dbfe | 2017-05-30 10:41:52 -0700 | [diff] [blame] | 86 | <uses-permission android:name="android.permission.MANAGE_APP_OPS_RESTRICTIONS"/> |
Phil Weaver | 633c9be | 2017-07-05 10:02:38 -0700 | [diff] [blame] | 87 | <uses-permission android:name="android.permission.HIDE_NON_SYSTEM_OVERLAY_WINDOWS"/> |
Philip P. Moltmann | 5929b13 | 2017-06-19 10:55:31 -0700 | [diff] [blame] | 88 | <uses-permission android:name="android.permission.READ_PRINT_SERVICES" /> |
Roshan Pius | 37a46a1 | 2017-07-24 15:05:36 -0700 | [diff] [blame] | 89 | <uses-permission android:name="android.permission.NETWORK_SETTINGS" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 90 | |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 91 | <application android:label="@string/settings_label" |
Hyunyoung Song | 1f093dd | 2017-02-14 10:40:58 -0800 | [diff] [blame] | 92 | android:icon="@drawable/ic_launcher_settings" |
Dianne Hackborn | 33b316e | 2010-10-14 17:38:48 -0700 | [diff] [blame] | 93 | android:taskAffinity="" |
Amith Yamasani | 56f51a8 | 2013-08-05 10:07:23 -0700 | [diff] [blame] | 94 | android:theme="@style/Theme.Settings" |
Fabrice Di Meglio | 79d8e80 | 2012-07-19 19:25:50 -0700 | [diff] [blame] | 95 | android:hardwareAccelerated="true" |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 96 | android:requiredForAllUsers="true" |
Fabrice Di Meglio | 6644556 | 2014-06-30 13:11:53 -0700 | [diff] [blame] | 97 | android:supportsRtl="true" |
Alex Klyubin | b009023 | 2015-04-02 11:08:51 -0700 | [diff] [blame] | 98 | android:allowBackup="false" |
Jeff Sharkey | 3bd73ed | 2015-11-18 10:20:18 -0700 | [diff] [blame] | 99 | android:usesCleartextTraffic="true" |
Jeff Sharkey | a806b7a | 2016-03-17 11:04:55 -0600 | [diff] [blame] | 100 | android:defaultToDeviceProtectedStorage="true" |
| 101 | android:directBootAware="true"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 102 | |
Paul Duffin | 4862614 | 2017-07-24 15:46:40 +0100 | [diff] [blame] | 103 | <uses-library android:name="org.apache.http.legacy" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 104 | <!-- Settings --> |
| 105 | |
Eric Fischer | 340c5c4 | 2010-10-01 11:45:47 -0700 | [diff] [blame] | 106 | <activity android:name="Settings" |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 107 | android:taskAffinity="com.android.settings" |
Fabrice Di Meglio | 263bcc8 | 2014-01-17 19:17:58 -0800 | [diff] [blame] | 108 | android:label="@string/settings_label_launcher" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 109 | android:launchMode="singleTask"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 110 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 111 | <action android:name="android.settings.SETTINGS" /> |
| 112 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 113 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 114 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 115 | android:value="true" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 116 | </activity> |
| 117 | |
Alexandra Gherghina | 05dec7f | 2014-09-05 11:42:51 +0100 | [diff] [blame] | 118 | <!-- Alias for launcher activity only, as this belongs to each profile. --> |
| 119 | <activity-alias android:name="Settings" |
| 120 | android:taskAffinity="com.android.settings" |
| 121 | android:label="@string/settings_label_launcher" |
| 122 | android:launchMode="singleTask" |
| 123 | android:targetActivity="Settings"> |
| 124 | <intent-filter> |
| 125 | <action android:name="android.intent.action.MAIN" /> |
| 126 | <category android:name="android.intent.category.DEFAULT" /> |
| 127 | <category android:name="android.intent.category.LAUNCHER" /> |
| 128 | </intent-filter> |
Sunny Goyal | 5f179fc | 2016-06-15 12:36:50 -0700 | [diff] [blame] | 129 | <meta-data android:name="android.app.shortcuts" android:resource="@xml/shortcuts"/> |
Alexandra Gherghina | 05dec7f | 2014-09-05 11:42:51 +0100 | [diff] [blame] | 130 | </activity-alias> |
| 131 | |
Matthew Fritze | 626a21b | 2016-08-17 11:52:39 -0700 | [diff] [blame] | 132 | <receiver android:name=".SettingsInitialize"> |
Alexandra Gherghina | 89265a3 | 2014-07-17 20:29:34 +0100 | [diff] [blame] | 133 | <intent-filter> |
Alexandra Gherghina | f2e39f2 | 2014-08-18 13:16:17 +0100 | [diff] [blame] | 134 | <action android:name="android.intent.action.USER_INITIALIZE"/> |
Alexandra Gherghina | 5171224 | 2014-09-05 16:32:14 +0100 | [diff] [blame] | 135 | <action android:name="android.intent.action.PRE_BOOT_COMPLETED"/> |
Alexandra Gherghina | 89265a3 | 2014-07-17 20:29:34 +0100 | [diff] [blame] | 136 | </intent-filter> |
| 137 | </receiver> |
| 138 | |
Dianne Hackborn | b725818 | 2011-03-15 16:23:55 -0700 | [diff] [blame] | 139 | <activity android:name=".SubSettings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 140 | android:taskAffinity="com.android.settings" |
| 141 | android:parentActivityName="Settings"> |
Dianne Hackborn | b725818 | 2011-03-15 16:23:55 -0700 | [diff] [blame] | 142 | </activity> |
| 143 | |
Fan Zhang | 92f1e94 | 2017-01-21 10:07:26 -0800 | [diff] [blame] | 144 | <activity android:name="CreateShortcut" |
| 145 | android:label="@string/settings_shortcut"> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 146 | <intent-filter> |
Fan Zhang | 92f1e94 | 2017-01-21 10:07:26 -0800 | [diff] [blame] | 147 | <action android:name="android.intent.action.CREATE_SHORTCUT"/> |
| 148 | <category android:name="android.intent.category.DEFAULT"/> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 149 | </intent-filter> |
| 150 | </activity> |
| 151 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 152 | <!-- Wireless Controls --> |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 153 | <activity android:name=".Settings$NetworkDashboardActivity" |
| 154 | android:taskAffinity="com.android.settings" |
| 155 | android:label="@string/network_dashboard_title" |
Fan Zhang | 7bf6771 | 2017-03-06 12:34:23 -0800 | [diff] [blame] | 156 | android:icon="@drawable/ic_settings_wireless" |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 157 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 158 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 159 | <action android:name="android.settings.WIRELESS_SETTINGS" /> |
| 160 | <action android:name="android.settings.AIRPLANE_MODE_SETTINGS" /> |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 161 | <category android:name="android.intent.category.DEFAULT" /> |
| 162 | </intent-filter> |
| 163 | <intent-filter> |
| 164 | <action android:name="android.intent.action.MAIN" /> |
| 165 | <category android:name="android.intent.category.DEFAULT" /> |
| 166 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 167 | </intent-filter> |
Doris Ling | 033a58b | 2017-03-10 15:52:30 -0800 | [diff] [blame] | 168 | <intent-filter android:priority="11"> |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 169 | <action android:name="com.android.settings.action.SETTINGS"/> |
| 170 | </intent-filter> |
| 171 | <meta-data android:name="com.android.settings.category" |
| 172 | android:value="com.android.settings.category.ia.homepage"/> |
| 173 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 174 | android:value="com.android.settings.network.NetworkDashboardFragment"/> |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 175 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 176 | android:value="true" /> |
| 177 | </activity> |
| 178 | |
| 179 | <activity android:name=".Settings$ConnectedDeviceDashboardActivity" |
| 180 | android:taskAffinity="com.android.settings" |
| 181 | android:label="@string/connected_devices_dashboard_title" |
| 182 | android:icon="@drawable/ic_devices_other" |
| 183 | android:parentActivityName="Settings"> |
| 184 | <intent-filter android:priority="1"> |
Nick Pelly | e0eedf7 | 2011-10-31 14:11:29 -0700 | [diff] [blame] | 185 | <action android:name="android.settings.NFC_SETTINGS" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 186 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 187 | </intent-filter> |
| 188 | <intent-filter> |
| 189 | <action android:name="android.intent.action.MAIN" /> |
| 190 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 191 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 192 | </intent-filter> |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 193 | <intent-filter android:priority="10"> |
| 194 | <action android:name="com.android.settings.action.SETTINGS"/> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 195 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 196 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 197 | android:value="com.android.settings.connecteddevice.ConnectedDeviceDashboardFragment"/> |
| 198 | <meta-data android:name="com.android.settings.category" |
| 199 | android:value="com.android.settings.category.ia.homepage"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 200 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 201 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 202 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 203 | |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 204 | <activity android:name="AirplaneModeVoiceActivity" |
| 205 | android:label="@string/wireless_networks_settings_title" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 206 | android:theme="@*android:style/Theme.DeviceDefault.Light.Voice" |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 207 | android:exported="true"> |
| 208 | <intent-filter> |
| 209 | <action android:name="android.settings.VOICE_CONTROL_AIRPLANE_MODE" /> |
| 210 | <category android:name="android.intent.category.DEFAULT" /> |
| 211 | <category android:name="android.intent.category.VOICE" /> |
| 212 | </intent-filter> |
| 213 | </activity> |
| 214 | |
Matthew Fritze | 2078bc2 | 2017-05-22 13:31:54 -0700 | [diff] [blame] | 215 | <activity android:name=".search.SearchActivity" |
Matthew Fritze | 0ed37c3 | 2016-10-24 10:12:49 -0700 | [diff] [blame] | 216 | android:label="@string/search_settings" |
Fan Zhang | 4e7bd69 | 2017-07-14 13:29:50 -0700 | [diff] [blame] | 217 | android:icon="@drawable/ic_search_24dp" |
Andrew Sapperstein | 893cb09 | 2017-05-28 16:28:08 -0700 | [diff] [blame] | 218 | android:parentActivityName="Settings" |
| 219 | android:theme="@style/Theme.Settings.NoActionBar"> |
Matthew Fritze | 0ed37c3 | 2016-10-24 10:12:49 -0700 | [diff] [blame] | 220 | </activity> |
| 221 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 222 | <!-- Top-level settings --> |
| 223 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 224 | <activity android:name="Settings$WifiSettingsActivity" |
Amith Yamasani | a9c55d8 | 2012-09-28 16:40:42 -0700 | [diff] [blame] | 225 | android:taskAffinity="" |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 226 | android:label="@string/wifi_settings" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 227 | android:icon="@drawable/ic_settings_wireless" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 228 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 229 | <intent-filter android:priority="1"> |
| 230 | <action android:name="android.settings.WIFI_SETTINGS" /> |
| 231 | <category android:name="android.intent.category.DEFAULT" /> |
| 232 | </intent-filter> |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 233 | <intent-filter> |
| 234 | <action android:name="android.intent.action.MAIN" /> |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 235 | <category android:name="android.intent.category.DEFAULT" /> |
| 236 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 237 | <category android:name="com.android.settings.SHORTCUT" /> |
| 238 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 239 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 240 | android:value="com.android.settings.wifi.WifiSettings" /> |
Zoltan Szatmary-Ban | e03d886 | 2015-04-30 14:35:54 +0100 | [diff] [blame] | 241 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 242 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 243 | </activity> |
Chia-chi Yeh | 48090d4 | 2010-01-25 15:41:42 +0800 | [diff] [blame] | 244 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 245 | <!-- Keep compatibility with old shortcuts. --> |
| 246 | <activity-alias android:name=".wifi.WifiSettings" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 247 | android:taskAffinity="com.android.settings" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 248 | android:label="@string/wifi_settings" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 249 | android:icon="@drawable/ic_settings_wireless" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 250 | android:targetActivity="Settings$WifiSettingsActivity" |
| 251 | android:configChanges="orientation|keyboardHidden|screenSize" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 252 | android:exported="true"> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 253 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 254 | android:value="com.android.settings.wifi.WifiSettings" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 255 | </activity-alias> |
| 256 | |
Daisuke Miyakawa | 79c5fd9 | 2011-01-15 14:58:00 -0800 | [diff] [blame] | 257 | <activity android:name=".wifi.WifiPickerActivity" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 258 | android:taskAffinity="com.android.settings" |
| 259 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 260 | <intent-filter android:priority="1"> |
| 261 | <action android:name="android.net.wifi.PICK_WIFI_NETWORK" /> |
| 262 | <category android:name="android.intent.category.DEFAULT" /> |
| 263 | </intent-filter> |
Daisuke Miyakawa | 79c5fd9 | 2011-01-15 14:58:00 -0800 | [diff] [blame] | 264 | <intent-filter> |
| 265 | <action android:name="android.intent.action.MAIN" /> |
Daisuke Miyakawa | 79c5fd9 | 2011-01-15 14:58:00 -0800 | [diff] [blame] | 266 | <category android:name="android.intent.category.DEFAULT" /> |
| 267 | </intent-filter> |
Zoltan Szatmary-Ban | e03d886 | 2015-04-30 14:35:54 +0100 | [diff] [blame] | 268 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 269 | android:value="true" /> |
Daisuke Miyakawa | 79c5fd9 | 2011-01-15 14:58:00 -0800 | [diff] [blame] | 270 | </activity> |
| 271 | |
Amin Shaikh | 3aa547b | 2017-01-06 18:31:41 -0800 | [diff] [blame] | 272 | <activity android:name="Settings$ConfigureWifiSettingsActivity" |
| 273 | android:taskAffinity="com.android.settings" |
Fan Zhang | 022ef86 | 2017-04-25 16:19:07 -0700 | [diff] [blame] | 274 | android:label="@string/wifi_configure_settings_preference_title" |
Amin Shaikh | 3aa547b | 2017-01-06 18:31:41 -0800 | [diff] [blame] | 275 | android:icon="@drawable/ic_settings_wireless" |
| 276 | android:configChanges="orientation|keyboardHidden|screenSize" |
| 277 | android:parentActivityName="Settings$WifiSettingsActivity"> |
| 278 | <intent-filter android:priority="1"> |
Stephen Chen | 91d13c1 | 2017-03-22 15:53:26 -0700 | [diff] [blame] | 279 | <action android:name="android.settings.WIFI_IP_SETTINGS" /> |
Amin Shaikh | 3aa547b | 2017-01-06 18:31:41 -0800 | [diff] [blame] | 280 | <category android:name="android.intent.category.DEFAULT" /> |
| 281 | </intent-filter> |
| 282 | <intent-filter> |
| 283 | <action android:name="android.intent.action.MAIN" /> |
| 284 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 285 | <category android:name="android.intent.category.DEFAULT" /> |
| 286 | </intent-filter> |
| 287 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 288 | android:value="com.android.settings.wifi.ConfigureWifiSettings" /> |
| 289 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 290 | android:value="true" /> |
| 291 | </activity> |
| 292 | |
PauloftheWest | 7837b99 | 2014-06-24 07:42:27 -0700 | [diff] [blame] | 293 | <activity android:name="Settings$SavedAccessPointsSettingsActivity" |
| 294 | android:taskAffinity="com.android.settings" |
| 295 | android:label="@string/wifi_saved_access_points_label" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 296 | android:icon="@drawable/ic_settings_wireless" |
PauloftheWest | 7837b99 | 2014-06-24 07:42:27 -0700 | [diff] [blame] | 297 | android:configChanges="orientation|keyboardHidden|screenSize" |
| 298 | android:parentActivityName="Settings$WifiSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 299 | <intent-filter android:priority="1"> |
Stephen Chen | 66d1a69 | 2016-11-14 16:24:08 -0800 | [diff] [blame] | 300 | <action android:name="android.settings.WIFI_SAVED_NETWORK_SETTINGS" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 301 | <category android:name="android.intent.category.DEFAULT" /> |
| 302 | </intent-filter> |
PauloftheWest | 7837b99 | 2014-06-24 07:42:27 -0700 | [diff] [blame] | 303 | <intent-filter> |
| 304 | <action android:name="android.intent.action.MAIN" /> |
PauloftheWest | 7837b99 | 2014-06-24 07:42:27 -0700 | [diff] [blame] | 305 | <category android:name="android.intent.category.DEFAULT" /> |
| 306 | </intent-filter> |
| 307 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Stephen Chen | 66d1a69 | 2016-11-14 16:24:08 -0800 | [diff] [blame] | 308 | android:value="com.android.settings.wifi.SavedAccessPointsWifiSettings" /> |
Zoltan Szatmary-Ban | e03d886 | 2015-04-30 14:35:54 +0100 | [diff] [blame] | 309 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 310 | android:value="true" /> |
PauloftheWest | 7837b99 | 2014-06-24 07:42:27 -0700 | [diff] [blame] | 311 | </activity> |
| 312 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 313 | <activity android:name=".Settings$WifiInfoActivity" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 314 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 315 | android:parentActivityName="Settings$WifiSettingsActivity"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 316 | <intent-filter> |
| 317 | <action android:name="android.intent.action.MAIN"/> |
| 318 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 319 | <category android:name="android.intent.category.DEFAULT" /> |
| 320 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 321 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 322 | android:value="com.android.settings.wifi.WifiInfo" /> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 323 | </activity> |
| 324 | |
Dianne Hackborn | d925e25 | 2010-11-12 13:18:26 -0800 | [diff] [blame] | 325 | <activity android:name=".wifi.WifiConfigInfo" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 326 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 327 | android:parentActivityName="Settings$WifiSettingsActivity"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 328 | <intent-filter> |
| 329 | <action android:name="android.intent.action.MAIN"/> |
| 330 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 331 | <category android:name="android.intent.category.DEFAULT" /> |
| 332 | </intent-filter> |
| 333 | </activity> |
| 334 | |
Fan Zhang | 92f1e94 | 2017-01-21 10:07:26 -0800 | [diff] [blame] | 335 | <activity android:name=".Settings$WifiAPITestActivity"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 336 | <intent-filter> |
| 337 | <action android:name="android.intent.action.MAIN"/> |
| 338 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 339 | <category android:name="android.intent.category.DEFAULT" /> |
| 340 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 341 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 342 | android:value="com.android.settings.wifi.WifiAPITest" /> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 343 | </activity> |
| 344 | |
Fan Zhang | 92f1e94 | 2017-01-21 10:07:26 -0800 | [diff] [blame] | 345 | <activity android:name=".wifi.WifiStatusTest"> |
Irfan Sheriff | 2ff62e2 | 2009-12-03 10:53:50 -0800 | [diff] [blame] | 346 | <intent-filter> |
| 347 | <action android:name="android.intent.action.MAIN"/> |
| 348 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 349 | <category android:name="android.intent.category.DEFAULT" /> |
| 350 | </intent-filter> |
| 351 | </activity> |
| 352 | |
Lorenzo Colitti | 877b054 | 2015-04-03 17:31:19 +0900 | [diff] [blame] | 353 | <activity android:name=".wifi.WifiNoInternetDialog" |
| 354 | android:clearTaskOnLaunch="true" |
| 355 | android:excludeFromRecents="true" |
| 356 | android:exported="true" |
| 357 | android:permission="android.permission.CONNECTIVITY_INTERNAL" |
| 358 | android:taskAffinity="" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 359 | android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Lorenzo Colitti | 877b054 | 2015-04-03 17:31:19 +0900 | [diff] [blame] | 360 | <intent-filter> |
| 361 | <action android:name="android.net.conn.PROMPT_UNVALIDATED" /> |
| 362 | <category android:name="android.intent.category.DEFAULT" /> |
| 363 | </intent-filter> |
Lorenzo Colitti | 1449ecd | 2016-09-15 14:06:46 +0900 | [diff] [blame] | 364 | <intent-filter> |
| 365 | <action android:name="android.net.conn.PROMPT_LOST_VALIDATION" /> |
| 366 | <category android:name="android.intent.category.DEFAULT" /> |
| 367 | </intent-filter> |
Zoltan Szatmary-Ban | e03d886 | 2015-04-30 14:35:54 +0100 | [diff] [blame] | 368 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 369 | android:value="true" /> |
Lorenzo Colitti | 877b054 | 2015-04-03 17:31:19 +0900 | [diff] [blame] | 370 | </activity> |
| 371 | |
Amit Mahajan | 17b0c48 | 2015-05-12 16:02:22 -0700 | [diff] [blame] | 372 | <!-- Runs in the phone process since it needs access to UiccController --> |
Fabrice Di Meglio | 61a1fec | 2014-08-13 16:22:38 -0700 | [diff] [blame] | 373 | <activity android:name="Settings$ApnSettingsActivity" |
Jeff Sharkey | c2b43db | 2012-11-28 17:09:19 -0800 | [diff] [blame] | 374 | android:label="@string/apn_settings" |
smitha.x.smitha | 0a20f2e | 2013-04-23 14:45:09 +0530 | [diff] [blame] | 375 | android:launchMode="singleTask" |
Fabrice Di Meglio | 61a1fec | 2014-08-13 16:22:38 -0700 | [diff] [blame] | 376 | android:taskAffinity="com.android.settings" |
| 377 | android:configChanges="orientation|keyboardHidden|screenSize" |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 378 | android:parentActivityName="Settings$NetworkDashboardActivity" |
Amit Mahajan | 17b0c48 | 2015-05-12 16:02:22 -0700 | [diff] [blame] | 379 | android:process="com.android.phone"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 380 | <intent-filter android:priority="1"> |
| 381 | <action android:name="android.settings.APN_SETTINGS" /> |
| 382 | <category android:name="android.intent.category.DEFAULT" /> |
| 383 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 384 | <intent-filter> |
| 385 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 386 | <category android:name="android.intent.category.DEFAULT" /> |
| 387 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 388 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 389 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 390 | android:value="true" /> |
Fabrice Di Meglio | 61a1fec | 2014-08-13 16:22:38 -0700 | [diff] [blame] | 391 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 392 | android:value="com.android.settings.ApnSettings" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 393 | </activity> |
| 394 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 395 | <activity android:name="Settings$BluetoothSettingsActivity" |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 396 | android:label="@string/bluetooth_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 397 | android:icon="@drawable/ic_settings_bluetooth" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 398 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 399 | <intent-filter android:priority="1"> |
| 400 | <action android:name="android.settings.BLUETOOTH_SETTINGS" /> |
| 401 | <category android:name="android.intent.category.DEFAULT" /> |
| 402 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 403 | <intent-filter> |
| 404 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 405 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 406 | <category android:name="com.android.settings.SHORTCUT" /> |
Dianne Hackborn | 116d85e | 2009-06-26 18:20:23 -0700 | [diff] [blame] | 407 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 408 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 409 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 410 | android:value="com.android.settings.bluetooth.BluetoothSettings" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 411 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 412 | |
Kevin Chyn | 41acc69 | 2017-06-17 17:25:21 -0700 | [diff] [blame] | 413 | <activity android:name="Settings$AssistGestureSettingsActivity" |
| 414 | android:label="@string/assist_gesture_title" |
| 415 | android:icon="@drawable/ic_settings_gestures" |
| 416 | android:taskAffinity=""> |
| 417 | <intent-filter> |
| 418 | <action android:name="android.settings.ASSIST_GESTURE_SETTINGS" /> |
| 419 | <category android:name="android.intent.category.DEFAULT" /> |
| 420 | </intent-filter> |
| 421 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 422 | android:value="com.android.settings.gestures.AssistGestureSettings" /> |
| 423 | </activity> |
| 424 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 425 | <!-- Keep compatibility with old shortcuts. --> |
| 426 | <activity-alias android:name=".bluetooth.BluetoothSettings" |
| 427 | android:label="@string/bluetooth_settings_title" |
| 428 | android:targetActivity="Settings$BluetoothSettingsActivity" |
| 429 | android:exported="true" |
| 430 | android:clearTaskOnLaunch="true"> |
| 431 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 432 | android:value="com.android.settings.bluetooth.BluetoothSettings" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 433 | </activity-alias> |
| 434 | |
Jake Hamby | c090feb | 2010-12-07 16:27:21 -0800 | [diff] [blame] | 435 | <activity android:name=".bluetooth.DevicePickerActivity" |
Jake Hamby | c090feb | 2010-12-07 16:27:21 -0800 | [diff] [blame] | 436 | android:label="@string/device_picker" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 437 | android:clearTaskOnLaunch="true"> |
Jake Hamby | c090feb | 2010-12-07 16:27:21 -0800 | [diff] [blame] | 438 | <intent-filter> |
| 439 | <action android:name="android.bluetooth.devicepicker.action.LAUNCH" /> |
| 440 | <category android:name="android.intent.category.DEFAULT" /> |
| 441 | </intent-filter> |
| 442 | </activity> |
| 443 | |
Jason Monk | 37832d6 | 2014-12-10 17:21:51 -0500 | [diff] [blame] | 444 | <service android:name=".TetherService" |
| 445 | android:exported="true" |
Jeremy Klein | 78d182f | 2015-12-28 15:39:39 -0800 | [diff] [blame] | 446 | android:permission="android.permission.TETHER_PRIVILEGED" /> |
Jeremy Klein | 1cf002d | 2016-01-24 17:21:43 -0800 | [diff] [blame] | 447 | |
| 448 | <activity android:name="TetherProvisioningActivity" |
| 449 | android:exported="true" |
| 450 | android:permission="android.permission.TETHER_PRIVILEGED" |
Jeremy Klein | 7dbad8c | 2016-12-19 11:22:38 -0800 | [diff] [blame] | 451 | android:excludeFromRecents="true" |
Jeremy Klein | e3e7b95 | 2016-01-25 14:43:49 -0800 | [diff] [blame] | 452 | android:theme="@style/Theme.ProvisioningActivity"> |
Jeremy Klein | 1cf002d | 2016-01-24 17:21:43 -0800 | [diff] [blame] | 453 | <intent-filter android:priority="1"> |
| 454 | <action android:name="android.settings.TETHER_PROVISIONING_UI" /> |
| 455 | <category android:name="android.intent.category.DEFAULT" /> |
| 456 | </intent-filter> |
| 457 | </activity> |
| 458 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 459 | <activity android:name="Settings$TetherSettingsActivity" |
Amith Yamasani | 7836e4a | 2011-09-19 13:25:52 -0700 | [diff] [blame] | 460 | android:label="@string/tether_settings_title_all" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 461 | android:icon="@drawable/ic_settings_wireless" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 462 | android:taskAffinity=""> |
Robert Greenwalt | 3901edb | 2010-01-26 10:22:37 -0800 | [diff] [blame] | 463 | <intent-filter> |
| 464 | <action android:name="android.intent.action.MAIN" /> |
| 465 | <category android:name="android.intent.category.DEFAULT" /> |
| 466 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Amith Yamasani | 7836e4a | 2011-09-19 13:25:52 -0700 | [diff] [blame] | 467 | <category android:name="com.android.settings.SHORTCUT" /> |
Robert Greenwalt | 3901edb | 2010-01-26 10:22:37 -0800 | [diff] [blame] | 468 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 469 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 470 | android:value="com.android.settings.TetherSettings" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 471 | </activity> |
Robert Greenwalt | 3901edb | 2010-01-26 10:22:37 -0800 | [diff] [blame] | 472 | |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 473 | <!-- Keep compatibility with old shortcuts. --> |
| 474 | <activity-alias android:name=".TetherSettings" |
| 475 | android:label="@string/tether_settings_title_all" |
| 476 | android:clearTaskOnLaunch="true" |
| 477 | android:exported="true" |
| 478 | android:targetActivity="Settings$TetherSettingsActivity"> |
| 479 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 480 | android:value="com.android.settings.TetherSettings" /> |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 481 | </activity-alias> |
| 482 | |
repo sync | b98463f | 2011-06-30 10:58:43 -0700 | [diff] [blame] | 483 | <activity android:name="Settings$WifiP2pSettingsActivity" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 484 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 485 | android:parentActivityName="Settings$WifiSettingsActivity"> |
repo sync | b98463f | 2011-06-30 10:58:43 -0700 | [diff] [blame] | 486 | <intent-filter> |
| 487 | <action android:name="android.intent.action.MAIN" /> |
| 488 | <category android:name="android.intent.category.DEFAULT" /> |
| 489 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 490 | </intent-filter> |
| 491 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Irfan Sheriff | 9ef5357 | 2011-08-03 15:40:04 -0700 | [diff] [blame] | 492 | android:value="com.android.settings.wifi.p2p.WifiP2pSettings" /> |
repo sync | b98463f | 2011-06-30 10:58:43 -0700 | [diff] [blame] | 493 | </activity> |
| 494 | |
| 495 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 496 | <activity android:name="Settings$VpnSettingsActivity" |
Chia-chi Yeh | 7606a2f | 2011-07-02 17:45:23 -0700 | [diff] [blame] | 497 | android:label="@string/vpn_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 498 | android:icon="@drawable/ic_settings_wireless" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 499 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 500 | <intent-filter android:priority="1"> |
Robin Lee | d304194 | 2016-03-24 16:02:08 +0000 | [diff] [blame] | 501 | <action android:name="android.settings.VPN_SETTINGS" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 502 | <action android:name="android.net.vpn.SETTINGS" /> |
| 503 | <category android:name="android.intent.category.DEFAULT" /> |
| 504 | </intent-filter> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 505 | <intent-filter> |
| 506 | <action android:name="android.intent.action.MAIN" /> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 507 | <category android:name="android.intent.category.DEFAULT" /> |
Hung-ying Tyan | 71e2d3b | 2009-06-14 17:53:19 +0800 | [diff] [blame] | 508 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Tobias Brunner | f7ed857 | 2010-06-28 13:10:26 +0200 | [diff] [blame] | 509 | <category android:name="com.android.settings.SHORTCUT" /> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 510 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 511 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Chia-chi Yeh | 7606a2f | 2011-07-02 17:45:23 -0700 | [diff] [blame] | 512 | android:value="com.android.settings.vpn2.VpnSettings" /> |
Zoltan Szatmary-Ban | 131b497 | 2014-08-18 13:48:15 +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> |
Hung-ying Tyan | 1617706 | 2009-06-10 22:52:44 +0800 | [diff] [blame] | 516 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 517 | <activity android:name="Settings$DateTimeSettingsActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 518 | android:label="@string/date_and_time" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 519 | android:icon="@drawable/ic_settings_date_time" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 520 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 521 | <intent-filter android:priority="1"> |
| 522 | <action android:name="android.settings.DATE_SETTINGS" /> |
| 523 | <category android:name="android.intent.category.DEFAULT" /> |
| 524 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 525 | <intent-filter> |
| 526 | <action android:name="android.intent.action.MAIN" /> |
Daniel Sandler | f4d1c3e | 2012-10-01 16:45:10 -0400 | [diff] [blame] | 527 | <action android:name="android.intent.action.QUICK_CLOCK" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 528 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | 116d85e | 2009-06-26 18:20:23 -0700 | [diff] [blame] | 529 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 530 | </intent-filter> |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 531 | <intent-filter android:priority="240"> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 532 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 533 | </intent-filter> |
| 534 | <meta-data android:name="com.android.settings.category" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 535 | android:value="com.android.settings.category.ia.system" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 536 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 537 | android:value="com.android.settings.DateTimeSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 538 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 539 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 540 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 541 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 542 | <activity android:name="Settings$LocalePickerActivity" |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 543 | android:label="@string/language_picker_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 544 | android:icon="@drawable/ic_settings_language" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 545 | android:taskAffinity="com.android.settings" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 546 | android:parentActivityName="Settings$LanguageAndInputSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 547 | <intent-filter android:priority="1"> |
| 548 | <action android:name="android.settings.LOCALE_SETTINGS" /> |
| 549 | <category android:name="android.intent.category.DEFAULT" /> |
| 550 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 551 | <intent-filter> |
| 552 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 553 | <category android:name="android.intent.category.DEFAULT" /> |
| 554 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 555 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 556 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Mihai Nita | d7d48fd | 2016-01-12 08:55:05 -0800 | [diff] [blame] | 557 | android:value="com.android.settings.localepicker.LocaleListEditor" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 558 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 559 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 560 | </activity> |
Michael Chan | 503c236 | 2009-12-08 22:18:23 -0800 | [diff] [blame] | 561 | |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 562 | <activity android:name=".Settings$LanguageAndInputSettingsActivity" |
Doris Ling | 204ca74 | 2017-07-18 15:43:26 -0700 | [diff] [blame] | 563 | android:label="@string/language_settings" |
Abodunrinwa Toki | 976bb3f | 2016-01-20 18:43:20 +0000 | [diff] [blame] | 564 | android:icon="@drawable/ic_settings_language" |
| 565 | android:taskAffinity="com.android.settings" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 566 | android:parentActivityName="Settings$SystemDashboardActivity"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 567 | <intent-filter> |
| 568 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | e6dd1fa | 2009-03-18 17:39:48 -0700 | [diff] [blame] | 569 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 570 | <category android:name="android.intent.category.DEFAULT" /> |
| 571 | </intent-filter> |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 572 | <intent-filter android:priority="260"> |
| 573 | <action android:name="com.android.settings.action.SETTINGS"/> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 574 | </intent-filter> |
| 575 | <meta-data android:name="com.android.settings.category" |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 576 | android:value="com.android.settings.category.ia.system"/> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 577 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 578 | android:value="com.android.settings.language.LanguageAndInputSettings"/> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 579 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 580 | android:value="true"/> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 581 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 582 | |
Abodunrinwa Toki | 976bb3f | 2016-01-20 18:43:20 +0000 | [diff] [blame] | 583 | <activity android:name="Settings$AvailableVirtualKeyboardActivity" |
| 584 | android:label="@string/available_virtual_keyboard_category"> |
| 585 | <intent-filter android:priority="1"> |
| 586 | <action android:name="android.settings.INPUT_METHOD_SETTINGS" /> |
| 587 | <category android:name="android.intent.category.DEFAULT" /> |
| 588 | </intent-filter> |
| 589 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 590 | android:value="com.android.settings.inputmethod.AvailableVirtualKeyboardFragment" /> |
Nicolas Prevot | aea1702 | 2016-02-29 13:49:31 +0000 | [diff] [blame] | 591 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 592 | android:value="true" /> |
Abodunrinwa Toki | 976bb3f | 2016-01-20 18:43:20 +0000 | [diff] [blame] | 593 | </activity> |
| 594 | |
Xiyuan Xia | 86a5540 | 2015-06-02 14:55:32 -0700 | [diff] [blame] | 595 | <activity android:name="Settings$ManageAssistActivity" |
| 596 | android:label="@string/assist_and_voice_input_title" |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 597 | android:taskAffinity="com.android.settings" |
Xiyuan Xia | 86a5540 | 2015-06-02 14:55:32 -0700 | [diff] [blame] | 598 | android:parentActivityName="Settings$ManageApplicationsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 599 | <intent-filter android:priority="1"> |
| 600 | <action android:name="android.settings.VOICE_INPUT_SETTINGS" /> |
| 601 | <category android:name="android.intent.category.DEFAULT" /> |
| 602 | </intent-filter> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 603 | <intent-filter> |
| 604 | <action android:name="android.intent.action.MAIN" /> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 605 | <category android:name="android.intent.category.DEFAULT" /> |
| 606 | </intent-filter> |
| 607 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | dfce62c | 2017-02-16 15:00:53 -0800 | [diff] [blame] | 608 | android:value="com.android.settings.applications.assist.ManageAssist" /> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 609 | </activity> |
| 610 | |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 611 | <activity android:name="Settings$KeyboardLayoutPickerActivity" |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 612 | android:label="@string/keyboard_layout_picker_title" |
| 613 | android:clearTaskOnLaunch="true"> |
| 614 | <intent-filter> |
| 615 | <action android:name="android.intent.action.MAIN" /> |
| 616 | <category android:name="android.intent.category.DEFAULT" /> |
| 617 | </intent-filter> |
| 618 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | aceee52 | 2016-11-04 14:12:15 -0700 | [diff] [blame] | 619 | android:value="com.android.settings.inputmethod.KeyboardLayoutPickerFragment" /> |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 620 | </activity> |
| 621 | |
| 622 | <activity android:name="Settings$PhysicalKeyboardActivity" |
Yorke Lee | d448522 | 2016-03-23 11:11:46 -0700 | [diff] [blame] | 623 | android:label="@string/physical_keyboard_title" |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 624 | android:clearTaskOnLaunch="true"> |
Yohei Yukawa | 7c4499d | 2016-01-27 19:18:52 -0800 | [diff] [blame] | 625 | <intent-filter android:priority="1"> |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 626 | <action android:name="android.settings.HARD_KEYBOARD_SETTINGS" /> |
Yohei Yukawa | 7c4499d | 2016-01-27 19:18:52 -0800 | [diff] [blame] | 627 | <category android:name="android.intent.category.DEFAULT" /> |
| 628 | </intent-filter> |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [diff] [blame] | 629 | <intent-filter> |
| 630 | <action android:name="android.intent.action.MAIN" /> |
| 631 | <category android:name="android.intent.category.DEFAULT" /> |
| 632 | </intent-filter> |
| 633 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Abodunrinwa Toki | b28b2cc | 2016-03-22 16:29:38 +0000 | [diff] [blame] | 634 | android:value="com.android.settings.inputmethod.PhysicalKeyboardFragment" /> |
Jeff Brown | e46c5f3 | 2012-04-05 11:42:18 -0700 | [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="LanguageSettings" |
Doris Ling | 7e06ed2 | 2017-06-07 14:16:43 -0700 | [diff] [blame] | 639 | android:label="@string/language_input_gesture_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 640 | android:clearTaskOnLaunch="true" |
| 641 | android:exported="true" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 642 | android:targetActivity="Settings$LanguageAndInputSettingsActivity"> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 643 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 644 | android:value="com.android.settings.language.LanguageAndInputSettings" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 645 | </activity-alias> |
| 646 | |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 647 | <activity android:name="Settings$SpellCheckersSettingsActivity" |
| 648 | android:label="@string/spellcheckers_settings_title" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 649 | android:taskAffinity="com.android.settings" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 650 | android:parentActivityName="Settings$LanguageAndInputSettingsActivity"> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 651 | <intent-filter> |
| 652 | <action android:name="android.intent.action.MAIN" /> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 653 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 654 | <category android:name="android.intent.category.DEFAULT" /> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 655 | </intent-filter> |
| 656 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 657 | android:value="com.android.settings.inputmethod.SpellCheckersSettings" /> |
satok | e077d2b | 2011-07-25 09:38:11 +0900 | [diff] [blame] | 658 | </activity> |
| 659 | |
Daisuke Miyakawa | 649b9f1 | 2011-01-30 19:43:08 -0800 | [diff] [blame] | 660 | <activity android:name=".inputmethod.InputMethodAndSubtypeEnablerActivity" |
satok | 5e9c5e7 | 2011-07-21 15:32:28 +0900 | [diff] [blame] | 661 | android:label="" |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 662 | android:clearTaskOnLaunch="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 663 | <intent-filter android:priority="1"> |
| 664 | <action android:name="android.settings.INPUT_METHOD_SUBTYPE_SETTINGS" /> |
| 665 | <category android:name="android.intent.category.DEFAULT" /> |
| 666 | </intent-filter> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 667 | <intent-filter> |
| 668 | <action android:name="android.intent.action.MAIN" /> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 669 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 670 | <category android:name="android.intent.category.DEFAULT" /> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 671 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 672 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 673 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 674 | </activity> |
satok | 4a5f889 | 2010-10-26 18:58:09 +0900 | [diff] [blame] | 675 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 676 | <activity android:name="Settings$UserDictionarySettingsActivity" |
Satoshi Kataoka | 5df3307 | 2013-04-30 14:30:12 +0900 | [diff] [blame] | 677 | android:label="@string/user_dict_settings_title" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 678 | android:taskAffinity="com.android.settings" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 679 | android:parentActivityName="Settings$LanguageAndInputSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 680 | <intent-filter android:priority="1"> |
| 681 | <action android:name="android.settings.USER_DICTIONARY_SETTINGS" /> |
| 682 | <category android:name="android.intent.category.DEFAULT" /> |
| 683 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 684 | <intent-filter> |
| 685 | <action android:name="android.intent.action.MAIN" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 686 | <category android:name="android.intent.category.DEFAULT" /> |
| 687 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 688 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 689 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Satoshi Kataoka | 71c915b | 2013-06-19 22:40:36 +0900 | [diff] [blame] | 690 | android:value="com.android.settings.inputmethod.UserDictionaryList" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 691 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 692 | android:value="true" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 693 | </activity> |
| 694 | |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 695 | <activity android:name=".inputmethod.UserDictionaryAddWordActivity" |
Satoshi Kataoka | 5df3307 | 2013-04-30 14:30:12 +0900 | [diff] [blame] | 696 | android:label="@string/user_dict_settings_title" |
jackqdyulei | 71a0574 | 2017-03-22 13:33:51 -0700 | [diff] [blame] | 697 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar" |
Jean Chalard | e17eefa | 2011-12-02 14:56:39 +0900 | [diff] [blame] | 698 | android:windowSoftInputMode="stateVisible" |
Jean Chalard | 124283e | 2011-12-16 19:35:46 +0900 | [diff] [blame] | 699 | android:noHistory="true" |
Jean Chalard | e17eefa | 2011-12-02 14:56:39 +0900 | [diff] [blame] | 700 | android:excludeFromRecents="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 701 | <intent-filter android:priority="1"> |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 702 | <action android:name="com.android.settings.USER_DICTIONARY_INSERT" /> |
| 703 | <category android:name="android.intent.category.DEFAULT" /> |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 704 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 705 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 706 | android:value="true" /> |
Jean Chalard | bd44e9d | 2011-11-30 20:51:20 +0900 | [diff] [blame] | 707 | </activity> |
| 708 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 709 | <!-- Keep compatibility with old shortcuts. --> |
| 710 | <activity-alias android:name="UserDictionarySettings" |
Satoshi Kataoka | 5df3307 | 2013-04-30 14:30:12 +0900 | [diff] [blame] | 711 | android:label="@string/user_dict_settings_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 712 | android:exported="true" |
| 713 | android:targetActivity="Settings$UserDictionarySettingsActivity"> |
| 714 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 715 | android:value="com.android.settings.UserDictionarySettings" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 716 | </activity-alias> |
| 717 | |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 718 | <activity android:name="Settings$ZenModeSettingsActivity" |
| 719 | android:label="@string/zen_mode_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 720 | android:icon="@drawable/ic_settings_notifications" |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 721 | android:exported="true" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 722 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 723 | <intent-filter android:priority="1"> |
| 724 | <action android:name="android.settings.ZEN_MODE_SETTINGS" /> |
| 725 | <category android:name="android.intent.category.DEFAULT" /> |
| 726 | </intent-filter> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 727 | <intent-filter> |
| 728 | <action android:name="android.intent.action.MAIN" /> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 729 | <category android:name="android.intent.category.DEFAULT" /> |
| 730 | <category android:name="com.android.settings.SHORTCUT" /> |
| 731 | </intent-filter> |
Julia Reynolds | e175902 | 2017-03-22 14:05:46 -0400 | [diff] [blame] | 732 | <intent-filter android:priority="1"> |
| 733 | <action android:name="android.settings.ZEN_MODE_AUTOMATION_SETTINGS" /> |
| 734 | <category android:name="android.intent.category.DEFAULT" /> |
| 735 | </intent-filter> |
| 736 | <intent-filter android:priority="1"> |
| 737 | <action android:name="android.settings.ACTION_CONDITION_PROVIDER_SETTINGS" /> |
| 738 | <category android:name="android.intent.category.DEFAULT" /> |
| 739 | </intent-filter> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 740 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
John Spurlock | 4a35051 | 2014-04-08 14:08:21 -0400 | [diff] [blame] | 741 | android:value="com.android.settings.notification.ZenModeSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 742 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 743 | android:value="true" /> |
John Spurlock | 7243806 | 2014-02-27 18:01:20 -0500 | [diff] [blame] | 744 | </activity> |
| 745 | |
Julia Reynolds | 5555d26 | 2015-11-09 10:52:17 -0500 | [diff] [blame] | 746 | <activity android:name="Settings$ZenModeVisualInterruptionSettingsActivity" |
| 747 | android:label="@string/zen_mode_visual_interruptions_settings_title" |
| 748 | android:icon="@drawable/ic_settings_notifications" |
| 749 | android:exported="true" |
| 750 | android:taskAffinity=""> |
Julia Reynolds | 5555d26 | 2015-11-09 10:52:17 -0500 | [diff] [blame] | 751 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 752 | android:value="com.android.settings.notification.ZenModeVisualInterruptionSettings" /> |
| 753 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 754 | android:value="true" /> |
| 755 | </activity> |
| 756 | |
Beverly | ad898e6 | 2017-09-25 14:14:31 -0400 | [diff] [blame] | 757 | <activity android:name="Settings$ZenModeBehaviorSettingsActivity" |
| 758 | android:label="@string/zen_mode_behavior_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 759 | android:icon="@drawable/ic_settings_notifications" |
John Spurlock | 48bbd5d | 2015-04-03 13:51:03 -0400 | [diff] [blame] | 760 | android:exported="true" |
| 761 | android:taskAffinity=""> |
| 762 | <intent-filter android:priority="1"> |
Beverly | ad898e6 | 2017-09-25 14:14:31 -0400 | [diff] [blame] | 763 | <action android:name="android.settings.ZEN_MODE_BEHAVIOR_SETTINGS" /> |
John Spurlock | 48bbd5d | 2015-04-03 13:51:03 -0400 | [diff] [blame] | 764 | <category android:name="android.intent.category.DEFAULT" /> |
| 765 | </intent-filter> |
John Spurlock | 48bbd5d | 2015-04-03 13:51:03 -0400 | [diff] [blame] | 766 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Beverly | ad898e6 | 2017-09-25 14:14:31 -0400 | [diff] [blame] | 767 | android:value="com.android.settings.notification.ZenModeBehaviorSettings" /> |
John Spurlock | 48bbd5d | 2015-04-03 13:51:03 -0400 | [diff] [blame] | 768 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 769 | android:value="true" /> |
| 770 | </activity> |
| 771 | |
Vladislav Kaznacheev | 6e93bdd | 2016-03-09 14:24:45 -0800 | [diff] [blame] | 772 | <activity android:name="Settings$WallpaperSettingsActivity" |
| 773 | android:label="@string/wallpaper_settings_fragment_title" |
| 774 | android:icon="@drawable/ic_wallpaper" |
| 775 | android:taskAffinity=""> |
Vladislav Kaznacheev | 6e93bdd | 2016-03-09 14:24:45 -0800 | [diff] [blame] | 776 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 2907f86 | 2017-03-17 15:05:14 -0700 | [diff] [blame] | 777 | android:value="com.android.settings.wallpaper.WallpaperTypeSettings" /> |
Vladislav Kaznacheev | 6e93bdd | 2016-03-09 14:24:45 -0800 | [diff] [blame] | 778 | </activity> |
| 779 | |
Fan Zhang | 2907f86 | 2017-03-17 15:05:14 -0700 | [diff] [blame] | 780 | <activity android:name=".wallpaper.WallpaperSuggestionActivity" |
Sunny Goyal | 0bf6f94 | 2016-06-13 15:28:47 -0700 | [diff] [blame] | 781 | android:label="@string/wallpaper_settings_title" |
| 782 | android:icon="@drawable/ic_wallpaper" |
Sunny Goyal | 0bf6f94 | 2016-06-13 15:28:47 -0700 | [diff] [blame] | 783 | android:theme="@android:style/Theme.NoDisplay"> |
Fan Zhang | 7afbf0f | 2017-05-08 09:31:01 -0700 | [diff] [blame] | 784 | <intent-filter> |
Jason Monk | b9e5d23 | 2016-01-26 17:43:57 -0500 | [diff] [blame] | 785 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | af91c1f | 2017-06-03 15:24:11 -0700 | [diff] [blame] | 786 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
Jason Monk | b9e5d23 | 2016-01-26 17:43:57 -0500 | [diff] [blame] | 787 | </intent-filter> |
Maurice Lam | d64d3c0 | 2017-07-07 18:21:29 -0700 | [diff] [blame] | 788 | <intent-filter> |
| 789 | <action android:name="android.intent.action.MAIN" /> |
| 790 | <category android:name="com.android.settings.suggested.category.PERSONALIZE" /> |
| 791 | </intent-filter> |
Jason Monk | b9e5d23 | 2016-01-26 17:43:57 -0500 | [diff] [blame] | 792 | <meta-data android:name="com.android.settings.title" |
Sunny Goyal | 0bf6f94 | 2016-06-13 15:28:47 -0700 | [diff] [blame] | 793 | android:resource="@string/wallpaper_suggestion_title" /> |
Jason Monk | ec1f28e | 2016-02-24 17:39:29 -0500 | [diff] [blame] | 794 | <meta-data android:name="com.android.settings.summary" |
Sunny Goyal | 0bf6f94 | 2016-06-13 15:28:47 -0700 | [diff] [blame] | 795 | android:resource="@string/wallpaper_suggestion_summary" /> |
Fan Zhang | af91c1f | 2017-06-03 15:24:11 -0700 | [diff] [blame] | 796 | <meta-data android:name="com.android.settings.dismiss" |
| 797 | android:value="3,7,30" /> |
Maurice Lam | 992fa86 | 2017-06-09 16:14:36 -0700 | [diff] [blame] | 798 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
Jason Monk | b9e5d23 | 2016-01-26 17:43:57 -0500 | [diff] [blame] | 799 | </activity> |
| 800 | |
Fan Zhang | 9011a67 | 2017-05-31 17:47:37 -0700 | [diff] [blame] | 801 | <activity android:name=".support.NewDeviceIntroSuggestionActivity" |
| 802 | android:label="@string/new_device_suggestion_title" |
Fan Zhang | 3fc1940 | 2017-08-09 11:28:38 -0700 | [diff] [blame] | 803 | android:icon="@drawable/ic_new_device_suggestion_24dp" |
Fan Zhang | 9011a67 | 2017-05-31 17:47:37 -0700 | [diff] [blame] | 804 | android:theme="@android:style/Theme.NoDisplay"> |
| 805 | <intent-filter> |
| 806 | <action android:name="android.intent.action.MAIN" /> |
| 807 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
| 808 | </intent-filter> |
| 809 | <meta-data android:name="com.android.settings.dismiss" |
| 810 | android:value="0,4" /> |
| 811 | <meta-data android:name="com.android.settings.title" |
| 812 | android:resource="@string/new_device_suggestion_title" /> |
| 813 | <meta-data android:name="com.android.settings.summary" |
| 814 | android:resource="@string/new_device_suggestion_summary" /> |
| 815 | </activity> |
| 816 | |
John Spurlock | 45fa140 | 2015-04-09 12:50:04 -0400 | [diff] [blame] | 817 | <activity android:name="Settings$ZenModeScheduleRuleSettingsActivity" |
| 818 | android:exported="true" |
| 819 | android:taskAffinity=""> |
| 820 | <intent-filter android:priority="1"> |
| 821 | <action android:name="android.settings.ZEN_MODE_SCHEDULE_RULE_SETTINGS" /> |
| 822 | <category android:name="android.intent.category.DEFAULT" /> |
| 823 | </intent-filter> |
| 824 | <intent-filter> |
| 825 | <action android:name="android.intent.action.MAIN" /> |
| 826 | <category android:name="android.intent.category.DEFAULT" /> |
John Spurlock | 45fa140 | 2015-04-09 12:50:04 -0400 | [diff] [blame] | 827 | </intent-filter> |
| 828 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 829 | android:value="com.android.settings.notification.ZenModeScheduleRuleSettings" /> |
John Spurlock | 45fa140 | 2015-04-09 12:50:04 -0400 | [diff] [blame] | 830 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 831 | android:value="true" /> |
| 832 | </activity> |
| 833 | |
John Spurlock | f57bad7 | 2015-04-30 09:26:15 -0400 | [diff] [blame] | 834 | <activity android:name="Settings$ZenModeEventRuleSettingsActivity" |
| 835 | android:exported="true" |
| 836 | android:taskAffinity=""> |
| 837 | <intent-filter android:priority="1"> |
| 838 | <action android:name="android.settings.ZEN_MODE_EVENT_RULE_SETTINGS" /> |
| 839 | <category android:name="android.intent.category.DEFAULT" /> |
| 840 | </intent-filter> |
| 841 | <intent-filter> |
| 842 | <action android:name="android.intent.action.MAIN" /> |
| 843 | <category android:name="android.intent.category.DEFAULT" /> |
John Spurlock | f57bad7 | 2015-04-30 09:26:15 -0400 | [diff] [blame] | 844 | </intent-filter> |
| 845 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 846 | android:value="com.android.settings.notification.ZenModeEventRuleSettings" /> |
John Spurlock | f57bad7 | 2015-04-30 09:26:15 -0400 | [diff] [blame] | 847 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 848 | android:value="true" /> |
| 849 | </activity> |
| 850 | |
John Spurlock | c96a5dc | 2015-04-10 11:59:54 -0400 | [diff] [blame] | 851 | <activity android:name="Settings$ZenModeExternalRuleSettingsActivity" |
| 852 | android:exported="true" |
| 853 | android:taskAffinity=""> |
| 854 | <intent-filter android:priority="1"> |
| 855 | <action android:name="android.settings.ZEN_MODE_EXTERNAL_RULE_SETTINGS" /> |
| 856 | <category android:name="android.intent.category.DEFAULT" /> |
| 857 | </intent-filter> |
| 858 | <intent-filter> |
| 859 | <action android:name="android.intent.action.MAIN" /> |
| 860 | <category android:name="android.intent.category.DEFAULT" /> |
John Spurlock | c96a5dc | 2015-04-10 11:59:54 -0400 | [diff] [blame] | 861 | </intent-filter> |
| 862 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 863 | android:value="com.android.settings.notification.ZenModeExternalRuleSettings" /> |
John Spurlock | c96a5dc | 2015-04-10 11:59:54 -0400 | [diff] [blame] | 864 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 865 | android:value="true" /> |
| 866 | </activity> |
| 867 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 868 | <activity android:name="Settings$DisplaySettingsActivity" |
Amith Yamasani | 992f102 | 2010-01-25 09:17:53 -0800 | [diff] [blame] | 869 | android:label="@string/display_settings" |
Fan Zhang | 7bf6771 | 2017-03-06 12:34:23 -0800 | [diff] [blame] | 870 | android:icon="@drawable/ic_settings_display" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 871 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 872 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 873 | <action android:name="com.android.settings.DISPLAY_SETTINGS" /> |
Amith Yamasani | 0422a3b | 2009-06-12 14:15:20 -0700 | [diff] [blame] | 874 | <action android:name="android.settings.DISPLAY_SETTINGS" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 875 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 876 | </intent-filter> |
| 877 | <intent-filter> |
| 878 | <action android:name="android.intent.action.MAIN" /> |
| 879 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 880 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 881 | <category android:name="com.android.settings.SHORTCUT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 882 | </intent-filter> |
Doris Ling | c626f00 | 2017-02-28 11:52:55 -0800 | [diff] [blame] | 883 | <intent-filter android:priority="7"> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 884 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 885 | </intent-filter> |
| 886 | <meta-data android:name="com.android.settings.category" |
Doris Ling | c626f00 | 2017-02-28 11:52:55 -0800 | [diff] [blame] | 887 | android:value="com.android.settings.category.ia.homepage" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 888 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 889 | android:value="com.android.settings.DisplaySettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 890 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 891 | android:value="true" /> |
Doris Ling | c626f00 | 2017-02-28 11:52:55 -0800 | [diff] [blame] | 892 | <meta-data android:name="com.android.settings.summary" |
Fan Zhang | 26d4056 | 2017-04-13 11:35:35 -0700 | [diff] [blame] | 893 | android:resource="@string/display_dashboard_summary"/> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 894 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 895 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 896 | <!-- Keep compatibility with old shortcuts. --> |
| 897 | <activity-alias android:name="DisplaySettings" |
| 898 | android:label="@string/display_settings" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 899 | android:exported="true" |
| 900 | android:targetActivity="Settings$DisplaySettingsActivity"> |
| 901 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 902 | android:value="com.android.settings.DisplaySettings" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 903 | </activity-alias> |
| 904 | |
Justin Klaassen | eae3d9f | 2016-07-21 19:25:17 -0700 | [diff] [blame] | 905 | <activity android:name="Settings$NightDisplaySettingsActivity" |
| 906 | android:label="@string/night_display_title" |
Justin Klaassen | e1a16c4 | 2016-09-12 17:04:33 -0700 | [diff] [blame] | 907 | android:enabled="@*android:bool/config_nightDisplayAvailable" |
Justin Klaassen | eae3d9f | 2016-07-21 19:25:17 -0700 | [diff] [blame] | 908 | android:icon="@drawable/ic_settings_night_display" |
| 909 | android:taskAffinity=""> |
Sean Stout | 763acf0 | 2017-06-20 18:07:22 -0700 | [diff] [blame] | 910 | <intent-filter> |
| 911 | <action android:name="android.intent.action.MAIN" /> |
| 912 | <category android:name="android.intent.category.DEFAULT" /> |
| 913 | <category android:name="com.android.settings.SHORTCUT" /> |
| 914 | </intent-filter> |
Justin Klaassen | eae3d9f | 2016-07-21 19:25:17 -0700 | [diff] [blame] | 915 | <intent-filter android:priority="1"> |
| 916 | <action android:name="android.settings.NIGHT_DISPLAY_SETTINGS" /> |
| 917 | <category android:name="android.intent.category.DEFAULT" /> |
| 918 | </intent-filter> |
Sean Stout | 0625126 | 2017-02-15 14:04:25 -0800 | [diff] [blame] | 919 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 920 | android:value="com.android.settings.display.NightDisplaySettings" /> |
Sean Stout | 40067be | 2017-04-10 15:31:25 -0700 | [diff] [blame] | 921 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 922 | android:value="true" /> |
Justin Klaassen | eae3d9f | 2016-07-21 19:25:17 -0700 | [diff] [blame] | 923 | </activity> |
| 924 | |
Sean Stout | 2bc94d6 | 2017-05-18 13:39:25 -0700 | [diff] [blame] | 925 | <activity android:name="Settings$NightDisplaySuggestionActivity" |
| 926 | android:enabled="@*android:bool/config_nightDisplayAvailable" |
| 927 | android:taskAffinity="" |
| 928 | android:icon="@drawable/ic_settings_night_display"> |
| 929 | <intent-filter> |
| 930 | <action android:name="android.intent.action.MAIN" /> |
| 931 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
| 932 | </intent-filter> |
| 933 | <meta-data android:name="com.android.settings.dismiss" |
| 934 | android:value="6,10,30" /> |
| 935 | <meta-data android:name="com.android.settings.title" |
| 936 | android:resource="@string/night_display_suggestion_title" /> |
| 937 | <meta-data android:name="com.android.settings.summary" |
| 938 | android:resource="@string/night_display_suggestion_summary" /> |
| 939 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 940 | android:value="true" /> |
| 941 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 942 | android:value="com.android.settings.display.NightDisplaySettings" /> |
| 943 | </activity> |
| 944 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 945 | <activity android:name="Settings$DeviceInfoSettingsActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 946 | android:label="@string/device_info_settings" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 947 | android:icon="@drawable/ic_settings_about" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 948 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 949 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 950 | <intent-filter android:priority="1"> |
| 951 | <action android:name="android.settings.DEVICE_INFO_SETTINGS" /> |
| 952 | <category android:name="android.intent.category.DEFAULT" /> |
| 953 | </intent-filter> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 954 | <intent-filter> |
| 955 | <action android:name="android.intent.action.MAIN" /> |
| 956 | <category android:name="android.intent.category.DEFAULT" /> |
| 957 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 958 | </intent-filter> |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 959 | <intent-filter android:priority="10"> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 960 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 961 | </intent-filter> |
| 962 | <meta-data android:name="com.android.settings.category" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 963 | android:value="com.android.settings.category.ia.system" /> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 964 | <meta-data android:name="com.android.settings.title" |
Jason Monk | a4bc49e | 2016-05-31 14:49:03 -0400 | [diff] [blame] | 965 | android:resource="@string/about_settings" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 966 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 967 | android:value="com.android.settings.DeviceInfoSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 968 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 969 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 970 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 971 | |
| 972 | <activity android:name="SettingsLicenseActivity" |
| 973 | android:label="@string/settings_license_activity_title" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 974 | android:theme="@android:style/Theme.DeviceDefault.Light.Panel" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 975 | android:configChanges="orientation|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 976 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 977 | <action android:name="android.settings.LICENSE" /> |
| 978 | <category android:name="android.intent.category.DEFAULT" /> |
| 979 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 980 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 981 | android:value="true" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 982 | </activity> |
| 983 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 984 | <activity android:name="Settings$ManageApplicationsActivity" |
Amith Yamasani | c81c257 | 2011-07-28 12:14:47 -0700 | [diff] [blame] | 985 | android:label="@string/applications_settings" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 986 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 987 | <intent-filter android:priority="1"> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 988 | <action android:name="android.settings.APPLICATION_SETTINGS" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 989 | <action android:name="android.settings.MANAGE_APPLICATIONS_SETTINGS" /> |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 990 | <action android:name="android.settings.MANAGE_ALL_APPLICATIONS_SETTINGS" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 991 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 992 | </intent-filter> |
| 993 | <intent-filter> |
| 994 | <action android:name="android.intent.action.MAIN" /> |
| 995 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 996 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 997 | <category android:name="com.android.settings.SHORTCUT" /> |
| 998 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 999 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1000 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 1001 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1002 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1003 | </activity> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1004 | |
Todd Kennedy | 2ef1aa5 | 2016-09-06 14:02:38 -0700 | [diff] [blame] | 1005 | <activity android:name="Settings$ManageDomainUrlsActivity" |
| 1006 | android:taskAffinity="com.android.settings" |
| 1007 | android:label="@string/domain_urls_title" |
| 1008 | android:icon="@drawable/ic_settings_memory"> |
| 1009 | <intent-filter> |
| 1010 | <action android:name="android.settings.MANAGE_DOMAIN_URLS" /> |
| 1011 | <category android:name="android.intent.category.DEFAULT" /> |
| 1012 | </intent-filter> |
Todd Kennedy | 2ef1aa5 | 2016-09-06 14:02:38 -0700 | [diff] [blame] | 1013 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1014 | android:value="com.android.settings.applications.ManageDomainUrls" /> |
| 1015 | </activity> |
| 1016 | |
Jason Monk | 2acff55 | 2015-06-11 15:47:29 -0400 | [diff] [blame] | 1017 | <activity android:name="Settings$MemorySettingsActivity" |
| 1018 | android:label="@string/memory_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1019 | android:icon="@drawable/ic_settings_memory" |
Jason Monk | 2acff55 | 2015-06-11 15:47:29 -0400 | [diff] [blame] | 1020 | android:taskAffinity=""> |
| 1021 | <intent-filter> |
| 1022 | <action android:name="android.intent.action.MAIN" /> |
| 1023 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1024 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1025 | <intent-filter android:priority="3"> |
| 1026 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 1027 | </intent-filter> |
| 1028 | <meta-data android:name="com.android.settings.category" |
Fan Zhang | 52ed61e | 2017-03-02 13:51:14 -0800 | [diff] [blame] | 1029 | android:value="com.android.settings.category.ia.development" /> |
Fan Zhang | fe29251 | 2017-03-22 11:43:22 -0700 | [diff] [blame] | 1030 | <meta-data android:name="com.android.settings.summary" |
| 1031 | android:resource="@string/summary_empty" /> |
Jason Monk | 2acff55 | 2015-06-11 15:47:29 -0400 | [diff] [blame] | 1032 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1033 | android:value="com.android.settings.applications.ProcessStatsSummary" /> |
Jason Monk | 2acff55 | 2015-06-11 15:47:29 -0400 | [diff] [blame] | 1034 | </activity> |
| 1035 | |
Muyuan Li | ba115af | 2016-03-25 15:46:12 -0700 | [diff] [blame] | 1036 | <activity android:name="Settings$AppMemoryUsageActivity" |
| 1037 | android:label="@string/app_list_memory_use" |
| 1038 | android:icon="@drawable/ic_settings_memory"> |
| 1039 | <intent-filter> |
| 1040 | <action android:name="android.settings.APP_MEMORY_USAGE" /> |
| 1041 | <category android:name="android.intent.category.DEFAULT" /> |
| 1042 | </intent-filter> |
Muyuan Li | ba115af | 2016-03-25 15:46:12 -0700 | [diff] [blame] | 1043 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1044 | android:value="com.android.settings.applications.ProcessStatsUi" /> |
| 1045 | </activity> |
| 1046 | |
Jason Monk | 1eb54eb | 2015-04-29 12:46:42 -0400 | [diff] [blame] | 1047 | <activity android:name="Settings$HighPowerApplicationsActivity" |
| 1048 | android:label="@string/high_power_apps" |
| 1049 | android:taskAffinity=""> |
Jason Monk | 3a90d7c | 2015-06-10 11:03:06 -0400 | [diff] [blame] | 1050 | <intent-filter android:priority="1"> |
| 1051 | <action android:name="android.settings.IGNORE_BATTERY_OPTIMIZATION_SETTINGS" /> |
| 1052 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 3f98c0c | 2015-06-12 18:13:54 -0700 | [diff] [blame] | 1053 | </intent-filter> |
Jason Monk | 1eb54eb | 2015-04-29 12:46:42 -0400 | [diff] [blame] | 1054 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1055 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Jason Monk | 1eb54eb | 2015-04-29 12:46:42 -0400 | [diff] [blame] | 1056 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1057 | android:value="true" /> |
| 1058 | </activity> |
| 1059 | |
Felipe Leme | 616ff3e | 2016-04-26 13:50:14 -0700 | [diff] [blame] | 1060 | <activity android:name=".datausage.AppDataUsageActivity" |
| 1061 | android:taskAffinity="" |
| 1062 | android:noHistory="true"> |
| 1063 | <intent-filter android:priority="1"> |
| 1064 | <action android:name="android.settings.IGNORE_BACKGROUND_DATA_RESTRICTIONS_SETTINGS" /> |
| 1065 | <category android:name="android.intent.category.DEFAULT" /> |
| 1066 | <data android:scheme="package" /> |
| 1067 | </intent-filter> |
| 1068 | </activity> |
| 1069 | |
Dianne Hackborn | be4df03 | 2015-08-10 14:53:33 -0700 | [diff] [blame] | 1070 | <activity android:name=".fuelgauge.RequestIgnoreBatteryOptimizations" |
| 1071 | android:label="@string/high_power_apps" |
| 1072 | android:taskAffinity="" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 1073 | android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Dianne Hackborn | be4df03 | 2015-08-10 14:53:33 -0700 | [diff] [blame] | 1074 | <intent-filter android:priority="1"> |
| 1075 | <action android:name="android.settings.REQUEST_IGNORE_BATTERY_OPTIMIZATIONS" /> |
| 1076 | <category android:name="android.intent.category.DEFAULT" /> |
| 1077 | <data android:scheme="package" /> |
| 1078 | </intent-filter> |
| 1079 | </activity> |
| 1080 | |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1081 | <!-- Keep compatibility with old shortcuts. --> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1082 | <activity-alias android:name=".applications.ManageApplications" |
| 1083 | android:label="@string/applications_settings" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1084 | android:exported="true" |
| 1085 | android:targetActivity="Settings$ManageApplicationsActivity"> |
| 1086 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1087 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1088 | </activity-alias> |
| 1089 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1090 | <!-- Provide direct entry into manage apps showing running services. |
| 1091 | This is for compatibility with old shortcuts. --> |
| 1092 | <activity-alias android:name=".RunningServices" |
| 1093 | android:label="@string/runningservices_settings_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1094 | android:exported="true" |
| 1095 | android:targetActivity="Settings$ManageApplicationsActivity"> |
| 1096 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1097 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1098 | </activity-alias> |
Lifu Tang | fc86f69 | 2013-07-30 18:34:35 -0700 | [diff] [blame] | 1099 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1100 | <!-- Provide direct entry into manage apps showing storage usage for apps. |
| 1101 | This is for compatibility with old shortcuts. --> |
| 1102 | <activity-alias android:name=".applications.StorageUse" |
| 1103 | android:label="@string/storageuse_settings_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1104 | android:exported="true" |
| 1105 | android:targetActivity="Settings$ManageApplicationsActivity"> |
| 1106 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1107 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1108 | </activity-alias> |
| 1109 | |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1110 | <!-- Still need a top-level activity for showing app details. Aliasing |
| 1111 | trick is so the code that is now a fragment can still be called |
| 1112 | InstalledAppDetails. --> |
| 1113 | <activity android:name=".applications.InstalledAppDetailsTop" |
| 1114 | android:label="@string/application_info_label" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1115 | android:exported="true" |
Amith Yamasani | a9c55d8 | 2012-09-28 16:40:42 -0700 | [diff] [blame] | 1116 | android:taskAffinity="" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1117 | android:parentActivityName="Settings$ManageApplicationsActivity"> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1118 | </activity> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1119 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1120 | <!-- Keep compatibility with old shortcuts. --> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1121 | <activity-alias android:name=".applications.InstalledAppDetails" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1122 | android:label="@string/application_info_label" |
| 1123 | android:exported="true" |
| 1124 | android:targetActivity=".applications.InstalledAppDetailsTop"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1125 | <intent-filter android:priority="1"> |
Dianne Hackborn | f4eb85b | 2010-10-29 16:53:04 -0700 | [diff] [blame] | 1126 | <action android:name="android.settings.APPLICATION_DETAILS_SETTINGS" /> |
| 1127 | <category android:name="android.intent.category.DEFAULT" /> |
| 1128 | <data android:scheme="package" /> |
| 1129 | </intent-filter> |
| 1130 | </activity-alias> |
| 1131 | |
Dianne Hackborn | 508fedc | 2010-07-28 17:10:42 -0700 | [diff] [blame] | 1132 | <!-- Provide direct entry into manage apps showing running services. --> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1133 | <activity android:name="Settings$RunningServicesActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1134 | android:label="@string/runningservices_settings_title" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1135 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1136 | android:parentActivityName="Settings"> |
Dianne Hackborn | c58c549 | 2009-08-31 21:33:17 -0700 | [diff] [blame] | 1137 | <intent-filter> |
| 1138 | <action android:name="android.intent.action.MAIN" /> |
| 1139 | <category android:name="android.intent.category.DEFAULT" /> |
| 1140 | <category android:name="android.intent.category.MONKEY" /> |
| 1141 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | c58c549 | 2009-08-31 21:33:17 -0700 | [diff] [blame] | 1142 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1143 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1144 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 1145 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1146 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1147 | </activity> |
Amith Yamasani | 1bb6db5 | 2010-09-17 13:34:47 -0700 | [diff] [blame] | 1148 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1149 | <!-- Provide direct entry into manage apps showing storage usage of apps. --> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1150 | <activity android:name="Settings$StorageUseActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1151 | android:label="@string/storageuse_settings_title" |
Amith Yamasani | a9c55d8 | 2012-09-28 16:40:42 -0700 | [diff] [blame] | 1152 | android:taskAffinity="" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1153 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1154 | <intent-filter android:priority="1"> |
| 1155 | <action android:name="android.intent.action.MANAGE_PACKAGE_STORAGE" /> |
| 1156 | <category android:name="android.intent.category.DEFAULT" /> |
| 1157 | </intent-filter> |
Dianne Hackborn | 728ac35 | 2010-06-06 22:51:42 -0700 | [diff] [blame] | 1158 | <intent-filter> |
| 1159 | <action android:name="android.intent.action.MAIN" /> |
| 1160 | <category android:name="android.intent.category.DEFAULT" /> |
| 1161 | <category android:name="android.intent.category.MONKEY" /> |
| 1162 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | 728ac35 | 2010-06-06 22:51:42 -0700 | [diff] [blame] | 1163 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1164 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1165 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Zoltan Szatmary-Ban | de7d498 | 2015-03-31 19:49:18 +0100 | [diff] [blame] | 1166 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1167 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1168 | </activity> |
Amith Yamasani | 1bb6db5 | 2010-09-17 13:34:47 -0700 | [diff] [blame] | 1169 | |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 1170 | <activity android:name="Settings$NotificationStationActivity" |
Christoph Studer | 9717fab | 2014-06-30 16:10:26 +0200 | [diff] [blame] | 1171 | android:theme="@style/Theme.NotificationStation" |
John Spurlock | 72d3c27 | 2014-06-05 12:04:02 -0400 | [diff] [blame] | 1172 | android:label="@string/notification_log_title" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 1173 | android:taskAffinity=""> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 1174 | <intent-filter> |
| 1175 | <action android:name="android.intent.action.MAIN" /> |
| 1176 | <category android:name="android.intent.category.DEFAULT" /> |
| 1177 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1178 | </intent-filter> |
| 1179 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
John Spurlock | 4a35051 | 2014-04-08 14:08:21 -0400 | [diff] [blame] | 1180 | android:value="com.android.settings.notification.NotificationStation" /> |
Daniel Sandler | 328e2d2 | 2013-01-17 13:14:02 -0500 | [diff] [blame] | 1181 | </activity> |
| 1182 | |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 1183 | <activity android:name=".notification.ZenModeVoiceActivity" |
jackqdyulei | 71a0574 | 2017-03-22 13:33:51 -0700 | [diff] [blame] | 1184 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar" |
Barnaby James | 0474b72 | 2015-05-10 16:24:05 -0700 | [diff] [blame] | 1185 | android:label="@string/zen_mode_settings_title"> |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 1186 | <intent-filter> |
| 1187 | <action android:name="android.settings.VOICE_CONTROL_DO_NOT_DISTURB_MODE" /> |
| 1188 | <category android:name="android.intent.category.DEFAULT" /> |
| 1189 | <category android:name="android.intent.category.VOICE" /> |
| 1190 | </intent-filter> |
| 1191 | </activity> |
| 1192 | |
Dave Burke | 64b28a0 | 2013-09-25 09:56:58 -0700 | [diff] [blame] | 1193 | <!-- |
Dianne Hackborn | a522a8e | 2013-01-15 19:02:05 -0800 | [diff] [blame] | 1194 | <activity android:name="Settings$AppOpsSummaryActivity" |
| 1195 | android:label="@string/app_ops_settings" |
| 1196 | android:taskAffinity="" |
Dianne Hackborn | 5635594 | 2013-09-29 17:07:49 -0700 | [diff] [blame] | 1197 | android:enabled="false"> |
Dianne Hackborn | a522a8e | 2013-01-15 19:02:05 -0800 | [diff] [blame] | 1198 | <intent-filter> |
| 1199 | <action android:name="android.intent.action.MAIN" /> |
| 1200 | <action android:name="android.settings.APP_OPS_SETTINGS" /> |
| 1201 | <category android:name="android.intent.category.DEFAULT" /> |
| 1202 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1203 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1204 | </intent-filter> |
| 1205 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1206 | android:value="com.android.settings.applications.AppOpsSummary" /> |
Dianne Hackborn | a522a8e | 2013-01-15 19:02:05 -0800 | [diff] [blame] | 1207 | </activity> |
Dave Burke | 64b28a0 | 2013-09-25 09:56:58 -0700 | [diff] [blame] | 1208 | --> |
Lifu Tang | fc86f69 | 2013-07-30 18:34:35 -0700 | [diff] [blame] | 1209 | |
Dianne Hackborn | f467c0a | 2015-12-07 16:36:09 -0800 | [diff] [blame] | 1210 | <activity android:name="Settings$BackgroundCheckSummaryActivity" |
| 1211 | android:label="@string/background_check_title" |
| 1212 | android:taskAffinity="" |
| 1213 | android:enabled="false"> |
| 1214 | <intent-filter> |
| 1215 | <action android:name="android.intent.action.MAIN" /> |
| 1216 | <category android:name="android.intent.category.DEFAULT" /> |
| 1217 | </intent-filter> |
| 1218 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1219 | android:value="com.android.settings.applications.BackgroundCheckSummary" /> |
| 1220 | </activity> |
| 1221 | |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1222 | <activity android:name="Settings$LocationSettingsActivity" |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1223 | android:label="@string/location_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1224 | android:icon="@drawable/ic_settings_location" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1225 | android:configChanges="orientation|keyboardHidden|screenSize" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 1226 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1227 | <intent-filter android:priority="1"> |
| 1228 | <action android:name="android.settings.LOCATION_SOURCE_SETTINGS" /> |
| 1229 | <category android:name="android.intent.category.DEFAULT" /> |
| 1230 | </intent-filter> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1231 | <intent-filter> |
| 1232 | <action android:name="android.intent.action.MAIN" /> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1233 | <category android:name="android.intent.category.DEFAULT" /> |
| 1234 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1235 | <category android:name="com.android.settings.SHORTCUT" /> |
| 1236 | </intent-filter> |
| 1237 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Lifu Tang | 83ab7c9 | 2013-07-29 12:07:48 -0700 | [diff] [blame] | 1238 | android:value="com.android.settings.location.LocationSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1239 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1240 | android:value="true" /> |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1241 | </activity> |
| 1242 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1243 | <activity android:name="Settings$SecuritySettingsActivity" |
Gilles Debunne | a6a8a14 | 2011-06-09 11:56:17 -0700 | [diff] [blame] | 1244 | android:label="@string/security_settings_title" |
Fan Zhang | 7bf6771 | 2017-03-06 12:34:23 -0800 | [diff] [blame] | 1245 | android:icon="@drawable/ic_settings_security" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1246 | android:configChanges="orientation|keyboardHidden|screenSize" |
Amith Yamasani | a9c55d8 | 2012-09-28 16:40:42 -0700 | [diff] [blame] | 1247 | android:taskAffinity="" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1248 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1249 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1250 | <action android:name="android.settings.SECURITY_SETTINGS" /> |
Chia-chi Yeh | 9cec698 | 2009-09-22 23:59:01 +0800 | [diff] [blame] | 1251 | <action android:name="android.credentials.UNLOCK" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1252 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1253 | </intent-filter> |
| 1254 | <intent-filter> |
| 1255 | <action android:name="android.intent.action.MAIN" /> |
| 1256 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1257 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1258 | </intent-filter> |
Fan Zhang | 52ed61e | 2017-03-02 13:51:14 -0800 | [diff] [blame] | 1259 | <intent-filter android:priority="4"> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1260 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 1261 | </intent-filter> |
| 1262 | <meta-data android:name="com.android.settings.category" |
Fan Zhang | 52ed61e | 2017-03-02 13:51:14 -0800 | [diff] [blame] | 1263 | android:value="com.android.settings.category.ia.homepage" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1264 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1265 | android:value="com.android.settings.SecuritySettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1266 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1267 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1268 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1269 | |
Maggie Benthall | 9d6c40e | 2013-09-05 15:33:58 -0400 | [diff] [blame] | 1270 | <activity android:name="MonitoringCertInfoActivity" |
Victor Chang | e8a46f2 | 2016-04-19 17:45:07 +0100 | [diff] [blame] | 1271 | android:label="" |
Maggie Benthall | 9d6c40e | 2013-09-05 15:33:58 -0400 | [diff] [blame] | 1272 | android:theme="@style/Transparent" |
Victor Chang | 17ead04 | 2016-04-07 17:49:45 +0100 | [diff] [blame] | 1273 | android:excludeFromRecents="true" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 1274 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1275 | <intent-filter android:priority="1"> |
| 1276 | <action android:name="com.android.settings.MONITORING_CERT_INFO" /> |
| 1277 | <category android:name="android.intent.category.DEFAULT" /> |
| 1278 | </intent-filter> |
Maggie Benthall | 9d6c40e | 2013-09-05 15:33:58 -0400 | [diff] [blame] | 1279 | <intent-filter> |
| 1280 | <action android:name="android.intent.action.MAIN" /> |
Maggie Benthall | 9d6c40e | 2013-09-05 15:33:58 -0400 | [diff] [blame] | 1281 | <category android:name="android.intent.category.DEFAULT" /> |
| 1282 | </intent-filter> |
| 1283 | </activity> |
| 1284 | |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 1285 | <activity android:name="Settings$TrustedCredentialsSettingsActivity" |
| 1286 | android:label="@string/trusted_credentials" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1287 | android:icon="@drawable/ic_settings_security" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 1288 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1289 | <intent-filter android:priority="1"> |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 1290 | <action android:name="com.android.settings.TRUSTED_CREDENTIALS" /> |
| 1291 | <action android:name="com.android.settings.TRUSTED_CREDENTIALS_USER" /> |
| 1292 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1293 | </intent-filter> |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 1294 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1295 | android:value="com.android.settings.TrustedCredentialsSettings" /> |
Victor Chang | 37afa28 | 2016-04-07 21:20:38 +0100 | [diff] [blame] | 1296 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1297 | android:value="true" /> |
Geoffrey Borggaard | fc6bc20 | 2013-08-09 11:44:42 -0400 | [diff] [blame] | 1298 | </activity> |
| 1299 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1300 | <!-- Keep compatibility with old shortcuts. --> |
| 1301 | <activity-alias android:name="SecuritySettings" |
| 1302 | android:label="@string/security_settings_title" |
| 1303 | android:configChanges="orientation|keyboardHidden|screenSize" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1304 | android:exported="true" |
| 1305 | android:targetActivity="Settings$SecuritySettingsActivity"> |
| 1306 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1307 | android:value="com.android.settings.SecuritySettings" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1308 | </activity-alias> |
| 1309 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1310 | <activity android:name="Settings$PrivacySettingsActivity" |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 1311 | android:label="@string/privacy_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1312 | android:icon="@drawable/ic_settings_backup" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1313 | android:configChanges="orientation|keyboardHidden|screenSize" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1314 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1315 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1316 | <intent-filter> |
| 1317 | <action android:name="android.intent.action.MAIN" /> |
| 1318 | <category android:name="android.intent.category.DEFAULT" /> |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 1319 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1320 | </intent-filter> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1321 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1322 | android:value="com.android.settings.PrivacySettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1323 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1324 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1325 | </activity> |
Amith Yamasani | e65c943 | 2009-09-22 13:50:19 -0700 | [diff] [blame] | 1326 | |
Christopher Tate | 4f33878 | 2011-07-25 12:09:10 -0700 | [diff] [blame] | 1327 | <activity android:name="SetFullBackupPassword" |
Christopher Tate | 4f33878 | 2011-07-25 12:09:10 -0700 | [diff] [blame] | 1328 | android:exported="false"> |
| 1329 | </activity> |
| 1330 | |
Chia-chi Yeh | 91d65a2 | 2011-01-20 18:46:01 +0800 | [diff] [blame] | 1331 | <activity android:name="CredentialStorage" |
| 1332 | android:theme="@style/Transparent" |
Amith Yamasani | b981202 | 2011-08-26 15:39:16 -0700 | [diff] [blame] | 1333 | android:launchMode="singleTop" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1334 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1335 | <intent-filter android:priority="1"> |
Chia-chi Yeh | 91d65a2 | 2011-01-20 18:46:01 +0800 | [diff] [blame] | 1336 | <action android:name="com.android.credentials.UNLOCK" /> |
| 1337 | <action android:name="com.android.credentials.INSTALL" /> |
Chia-chi Yeh | 91d65a2 | 2011-01-20 18:46:01 +0800 | [diff] [blame] | 1338 | <action android:name="com.android.credentials.RESET" /> |
| 1339 | <category android:name="android.intent.category.DEFAULT" /> |
| 1340 | </intent-filter> |
| 1341 | </activity> |
| 1342 | |
Amith Yamasani | a1d0184 | 2011-01-24 16:02:11 -0800 | [diff] [blame] | 1343 | <activity android:name="Settings$DeviceAdminSettingsActivity" |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1344 | android:label="@string/device_admin_settings_title" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1345 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1346 | android:parentActivityName="Settings$SecuritySettingsActivity"> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1347 | <intent-filter> |
| 1348 | <action android:name="android.intent.action.MAIN" /> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1349 | <category android:name="android.intent.category.DEFAULT" /> |
| 1350 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1351 | </intent-filter> |
Amith Yamasani | a1d0184 | 2011-01-24 16:02:11 -0800 | [diff] [blame] | 1352 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1353 | android:value="com.android.settings.DeviceAdminSettings" /> |
Dianne Hackborn | feff652 | 2010-01-12 18:18:05 -0800 | [diff] [blame] | 1354 | </activity> |
| 1355 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1356 | <!-- Keep compatibility with old shortcuts. --> |
| 1357 | <activity-alias android:name="DeviceAdminSettings" |
| 1358 | android:label="@string/device_admin_settings_title" |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1359 | android:exported="true" |
| 1360 | android:targetActivity="Settings$DeviceAdminSettingsActivity"> |
| 1361 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1362 | android:value="com.android.settings.DeviceAdminSettings" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1363 | </activity-alias> |
| 1364 | |
Dianne Hackborn | 2842903 | 2010-01-25 18:56:17 -0800 | [diff] [blame] | 1365 | <activity android:name="DeviceAdminAdd" |
| 1366 | android:label="@string/device_admin_add_title" |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1367 | android:clearTaskOnLaunch="true"> |
Dianne Hackborn | 2842903 | 2010-01-25 18:56:17 -0800 | [diff] [blame] | 1368 | <intent-filter> |
| 1369 | <action android:name="android.app.action.ADD_DEVICE_ADMIN" /> |
| 1370 | <category android:name="android.intent.category.DEFAULT" /> |
| 1371 | </intent-filter> |
| 1372 | </activity> |
| 1373 | |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 1374 | <activity android:name="Settings$UsageAccessSettingsActivity" |
| 1375 | android:label="@string/usage_access_title" |
| 1376 | android:taskAffinity="com.android.settings" |
| 1377 | android:parentActivityName="Settings$SecuritySettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1378 | <intent-filter android:priority="1"> |
| 1379 | <action android:name="android.settings.USAGE_ACCESS_SETTINGS" /> |
| 1380 | <category android:name="android.intent.category.DEFAULT" /> |
| 1381 | </intent-filter> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 1382 | <intent-filter> |
| 1383 | <action android:name="android.intent.action.MAIN" /> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 1384 | <category android:name="android.intent.category.DEFAULT" /> |
| 1385 | </intent-filter> |
| 1386 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 1387 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Dianne Hackborn | b51253c | 2014-08-12 15:08:04 -0700 | [diff] [blame] | 1388 | </activity> |
| 1389 | |
Amith Yamasani | b8e0f60 | 2014-07-28 16:28:36 -0700 | [diff] [blame] | 1390 | <activity-alias android:name="SetProfileOwner" |
| 1391 | android:label="@string/profile_owner_add_title" |
| 1392 | android:targetActivity="DeviceAdminAdd"> |
| 1393 | <intent-filter android:priority="1000"> |
| 1394 | <action android:name="android.app.action.SET_PROFILE_OWNER" /> |
| 1395 | <category android:name="android.intent.category.DEFAULT" /> |
| 1396 | </intent-filter> |
| 1397 | </activity-alias> |
| 1398 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 1399 | <activity android:name="Settings$IccLockSettingsActivity" |
Dianne Hackborn | d925e25 | 2010-11-12 13:18:26 -0800 | [diff] [blame] | 1400 | android:label="@string/sim_lock_settings" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1401 | android:process="com.android.phone"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1402 | <intent-filter> |
| 1403 | <action android:name="android.intent.action.MAIN" /> |
| 1404 | <category android:name="android.intent.category.DEFAULT" /> |
| 1405 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1406 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 1407 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1408 | android:value="com.android.settings.IccLockSettings" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1409 | </activity> |
| 1410 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1411 | <activity android:name="Settings$AccessibilitySettingsActivity" |
Amith Yamasani | c81c257 | 2011-07-28 12:14:47 -0700 | [diff] [blame] | 1412 | android:label="@string/accessibility_settings" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1413 | android:icon="@drawable/ic_settings_accessibility" |
Costin Manolache | 672b3c6 | 2011-07-21 10:38:15 -0700 | [diff] [blame] | 1414 | android:configChanges="orientation|keyboardHidden|screenSize" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 1415 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1416 | <intent-filter android:priority="1"> |
| 1417 | <action android:name="android.settings.ACCESSIBILITY_SETTINGS" /> |
| 1418 | <category android:name="android.intent.category.DEFAULT" /> |
| 1419 | </intent-filter> |
svetoslavganov | a05d0dc | 2009-05-14 22:26:34 -0700 | [diff] [blame] | 1420 | <intent-filter> |
| 1421 | <action android:name="android.intent.action.MAIN" /> |
svetoslavganov | a05d0dc | 2009-05-14 22:26:34 -0700 | [diff] [blame] | 1422 | <category android:name="android.intent.category.DEFAULT" /> |
| 1423 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Costin Manolache | 672b3c6 | 2011-07-21 10:38:15 -0700 | [diff] [blame] | 1424 | <category android:name="com.android.settings.SHORTCUT" /> |
svetoslavganov | a05d0dc | 2009-05-14 22:26:34 -0700 | [diff] [blame] | 1425 | </intent-filter> |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 1426 | <intent-filter android:priority="2"> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1427 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 1428 | </intent-filter> |
| 1429 | <meta-data android:name="com.android.settings.category" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 1430 | android:value="com.android.settings.category.ia.homepage" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1431 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Alan Viverette | 341ff66 | 2013-07-18 17:49:33 -0700 | [diff] [blame] | 1432 | android:value="com.android.settings.accessibility.AccessibilitySettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1433 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1434 | android:value="true" /> |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 1435 | <meta-data android:name="com.android.settings.summary" |
| 1436 | android:resource="@string/accessibility_settings_summary" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1437 | </activity> |
Michael Chan | 732c1da | 2010-04-06 14:49:30 -0700 | [diff] [blame] | 1438 | |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 1439 | <activity android:name=".accessibility.AccessibilitySettingsForSetupWizardActivity" |
Maurice Lam | f3c5b4d | 2017-06-08 20:17:18 -0700 | [diff] [blame] | 1440 | android:icon="@drawable/ic_accessibility_suggestion" |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 1441 | android:label="@string/vision_settings_title" |
| 1442 | android:theme="@style/SetupWizardAccessibilityTheme" |
Noah Wang | 35a9561 | 2016-04-15 13:49:12 -0700 | [diff] [blame] | 1443 | android:taskAffinity="com.android.wizard" > |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 1444 | <intent-filter android:priority="1"> |
| 1445 | <action android:name="android.settings.ACCESSIBILITY_SETTINGS_FOR_SUW" /> |
| 1446 | <category android:name="android.intent.category.DEFAULT" /> |
| 1447 | </intent-filter> |
Maurice Lam | f3c5b4d | 2017-06-08 20:17:18 -0700 | [diff] [blame] | 1448 | <intent-filter> |
| 1449 | <action android:name="android.intent.action.MAIN" /> |
| 1450 | <category android:name="com.android.settings.suggested.category.DISPLAY_SETTINGS" /> |
| 1451 | </intent-filter> |
| 1452 | <meta-data android:name="com.android.settings.title" |
| 1453 | android:resource="@string/vision_settings_suggestion_title" /> |
Maurice Lam | 992fa86 | 2017-06-09 16:14:36 -0700 | [diff] [blame] | 1454 | <meta-data android:name="com.android.settings.icon_tintable" |
| 1455 | android:value="true" /> |
Anna Galusza | b1795f5 | 2016-01-08 14:37:16 -0800 | [diff] [blame] | 1456 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1457 | android:value="com.android.settings.accessibility.AccessibilitySettingsForSetupWizard" /> |
| 1458 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1459 | android:value="true" /> |
| 1460 | </activity> |
| 1461 | |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 1462 | <activity android:name="Settings$AccessibilityDaltonizerSettingsActivity" |
| 1463 | android:label="@string/accessibility_display_daltonizer_preference_title" |
| 1464 | android:taskAffinity="com.android.settings" |
| 1465 | android:parentActivityName="Settings$AccessibilitySettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1466 | <intent-filter android:priority="1"> |
| 1467 | <action android:name="com.android.settings.ACCESSIBILITY_COLOR_SPACE_SETTINGS" /> |
| 1468 | <category android:name="android.intent.category.DEFAULT" /> |
| 1469 | </intent-filter> |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 1470 | <intent-filter> |
| 1471 | <action android:name="android.intent.action.MAIN" /> |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 1472 | <category android:name="android.intent.category.DEFAULT" /> |
| 1473 | </intent-filter> |
| 1474 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1475 | android:value="com.android.settings.accessibility.ToggleDaltonizerPreferenceFragment" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1476 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1477 | android:value="true" /> |
Alan Viverette | fc0ab21 | 2013-10-02 16:36:33 -0700 | [diff] [blame] | 1478 | </activity> |
| 1479 | |
Alan Viverette | cc0e782 | 2013-08-06 13:53:58 -0700 | [diff] [blame] | 1480 | <activity android:name="Settings$CaptioningSettingsActivity" |
| 1481 | android:label="@string/accessibility_captioning_title" |
| 1482 | android:taskAffinity="com.android.settings" |
| 1483 | android:parentActivityName="Settings$AccessibilitySettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1484 | <intent-filter android:priority="1"> |
| 1485 | <action android:name="android.settings.CAPTIONING_SETTINGS" /> |
| 1486 | <category android:name="android.intent.category.DEFAULT" /> |
| 1487 | </intent-filter> |
Alan Viverette | cc0e782 | 2013-08-06 13:53:58 -0700 | [diff] [blame] | 1488 | <intent-filter> |
| 1489 | <action android:name="android.intent.action.MAIN" /> |
Alan Viverette | cc0e782 | 2013-08-06 13:53:58 -0700 | [diff] [blame] | 1490 | <category android:name="android.intent.category.DEFAULT" /> |
| 1491 | </intent-filter> |
| 1492 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Alan Viverette | 4098dba | 2013-12-04 17:19:24 -0800 | [diff] [blame] | 1493 | android:value="com.android.settings.accessibility.CaptionPropertiesFragment" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1494 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1495 | android:value="true" /> |
Alan Viverette | cc0e782 | 2013-08-06 13:53:58 -0700 | [diff] [blame] | 1496 | </activity> |
| 1497 | |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1498 | <activity android:name="Settings$TextToSpeechSettingsActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1499 | android:label="@string/tts_settings" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1500 | android:taskAffinity="com.android.settings" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 1501 | android:parentActivityName="Settings$LanguageAndInputSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1502 | <intent-filter android:priority="1"> |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 1503 | <action android:name="com.android.settings.TTS_SETTINGS" /> |
Dianne Hackborn | 116d85e | 2009-06-26 18:20:23 -0700 | [diff] [blame] | 1504 | <category android:name="android.intent.category.DEFAULT" /> |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 1505 | </intent-filter> |
Gilles Debunne | ab189bd | 2011-07-06 13:10:16 -0700 | [diff] [blame] | 1506 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Narayan Kamath | fdd94d8 | 2011-11-04 16:12:27 +0000 | [diff] [blame] | 1507 | android:value="com.android.settings.tts.TextToSpeechSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1508 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1509 | android:value="true" /> |
Jean-Michel Trivi | ed29a65 | 2009-06-05 18:37:29 -0700 | [diff] [blame] | 1510 | </activity> |
| 1511 | |
Bartosz Fabianowski | 05061fc | 2016-11-14 12:04:49 +0100 | [diff] [blame] | 1512 | <activity android:name="Settings$EnterprisePrivacySettingsActivity" |
Bartosz Fabianowski | ba66a0e | 2017-03-10 15:47:14 +0100 | [diff] [blame] | 1513 | android:label="@string/enterprise_privacy_settings" |
Bartosz Fabianowski | 1a8399f | 2017-03-08 14:01:26 +0100 | [diff] [blame] | 1514 | android:taskAffinity="com.android.settings" |
| 1515 | android:parentActivityName="Settings$SecuritySettingsActivity"> |
Bartosz Fabianowski | 0e4a1e5 | 2016-11-28 19:16:34 +0100 | [diff] [blame] | 1516 | <intent-filter> |
| 1517 | <action android:name="android.settings.ENTERPRISE_PRIVACY_SETTINGS" /> |
| 1518 | <category android:name="android.intent.category.DEFAULT" /> |
| 1519 | </intent-filter> |
Bartosz Fabianowski | 05061fc | 2016-11-14 12:04:49 +0100 | [diff] [blame] | 1520 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1521 | android:value="com.android.settings.enterprise.EnterprisePrivacySettings" /> |
| 1522 | </activity> |
| 1523 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1524 | <!-- Second and third-level settings --> |
| 1525 | |
Jim Miller | 9757e30 | 2010-12-17 18:23:23 -0800 | [diff] [blame] | 1526 | <!-- Lock screen settings --> |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1527 | <activity android:name=".password.ConfirmDeviceCredentialActivity" |
Amith Yamasani | 39fb062 | 2014-12-17 10:52:52 -0800 | [diff] [blame] | 1528 | android:exported="true" |
Jorim Jaggi | 74a2283 | 2015-09-10 20:12:19 -0700 | [diff] [blame] | 1529 | android:theme="@android:style/Theme.NoDisplay"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1530 | <intent-filter android:priority="1"> |
Jim Miller | 75fe9e0 | 2014-08-13 14:52:52 -0700 | [diff] [blame] | 1531 | <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL" /> |
Adrian Roos | 5a9a3cd | 2017-03-30 18:02:25 -0700 | [diff] [blame] | 1532 | <action android:name="android.app.action.CONFIRM_FRP_CREDENTIAL" /> |
Jim Miller | 75fe9e0 | 2014-08-13 14:52:52 -0700 | [diff] [blame] | 1533 | <category android:name="android.intent.category.DEFAULT" /> |
| 1534 | </intent-filter> |
Jay Civelli | 09b5228 | 2014-07-10 17:27:07 -0700 | [diff] [blame] | 1535 | </activity> |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1536 | <!-- Activity alias for compatibility --> |
| 1537 | <activity-alias android:name=".ConfirmDeviceCredentialActivity" |
| 1538 | android:targetActivity=".password.ConfirmDeviceCredentialActivity" |
| 1539 | android:exported="true" /> |
Jay Civelli | 09b5228 | 2014-07-10 17:27:07 -0700 | [diff] [blame] | 1540 | |
Clara Bayarri | c5cde05 | 2015-10-22 17:24:43 +0100 | [diff] [blame] | 1541 | <!-- Note this must not be exported since it authenticates the given user --> |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1542 | <activity android:name=".password.ConfirmDeviceCredentialActivity$InternalActivity" |
Clara Bayarri | c5cde05 | 2015-10-22 17:24:43 +0100 | [diff] [blame] | 1543 | android:exported="false" |
| 1544 | android:permission="android.permission.MANAGE_USERS" |
Tony Mak | 0e5caa2 | 2016-04-04 16:25:24 +0100 | [diff] [blame] | 1545 | android:resizeableActivity="false" |
Clara Bayarri | c5cde05 | 2015-10-22 17:24:43 +0100 | [diff] [blame] | 1546 | android:theme="@android:style/Theme.NoDisplay"> |
| 1547 | <intent-filter android:priority="1"> |
| 1548 | <action android:name="android.app.action.CONFIRM_DEVICE_CREDENTIAL_WITH_USER" /> |
| 1549 | <category android:name="android.intent.category.DEFAULT" /> |
| 1550 | </intent-filter> |
| 1551 | </activity> |
| 1552 | |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 1553 | <activity android:name=".SetupRedactionInterstitial" |
Udam Saini | dd05ab7 | 2016-03-21 17:35:08 -0700 | [diff] [blame] | 1554 | android:enabled="false" |
| 1555 | android:exported="true" |
Maurice Lam | 56e6cf5 | 2014-12-11 18:22:08 -0800 | [diff] [blame] | 1556 | android:taskAffinity="com.android.wizard" |
Maurice Lam | 190ec1c | 2016-04-22 16:41:18 -0700 | [diff] [blame] | 1557 | android:theme="@style/SuwThemeGlif.Light" |
Maurice Lam | 43366f1 | 2016-08-05 16:57:59 -0700 | [diff] [blame] | 1558 | android:label="@string/lock_screen_notifications_interstitial_title" |
Udam Saini | dd05ab7 | 2016-03-21 17:35:08 -0700 | [diff] [blame] | 1559 | android:icon="@drawable/ic_suggested_notifications"> |
| 1560 | <intent-filter> |
| 1561 | <action android:name="android.intent.action.MAIN" /> |
Maurice Lam | 4331a2e | 2017-06-07 20:59:51 -0700 | [diff] [blame] | 1562 | <category android:name="com.android.settings.suggested.category.LOCK_SCREEN_REDACTION" /> |
Udam Saini | dd05ab7 | 2016-03-21 17:35:08 -0700 | [diff] [blame] | 1563 | </intent-filter> |
| 1564 | <meta-data android:name="com.android.settings.require_user_type" |
| 1565 | android:value="primary" /> |
| 1566 | <meta-data android:name="com.android.settings.title" |
| 1567 | android:resource="@string/notification_suggestion_title" /> |
| 1568 | <meta-data android:name="com.android.settings.summary" |
| 1569 | android:resource="@string/notification_suggestion_summary" /> |
Maurice Lam | 992fa86 | 2017-06-09 16:14:36 -0700 | [diff] [blame] | 1570 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
Udam Saini | dd05ab7 | 2016-03-21 17:35:08 -0700 | [diff] [blame] | 1571 | </activity> |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 1572 | |
Maurice Lam | d189ac5 | 2016-06-15 13:39:34 -0700 | [diff] [blame] | 1573 | <activity android:name=".notification.RedactionInterstitial" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1574 | android:theme="@style/GlifTheme.Light" /> |
Chris Wren | 51ae332 | 2014-08-28 15:45:31 -0400 | [diff] [blame] | 1575 | |
| 1576 | <activity android:name=".notification.RedactionSettingsStandalone" |
| 1577 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1578 | <intent-filter android:priority="1"> |
Chris Wren | 51ae332 | 2014-08-28 15:45:31 -0400 | [diff] [blame] | 1579 | <action android:name="android.settings.ACTION_APP_NOTIFICATION_REDACTION" /> |
| 1580 | <category android:name="android.intent.category.DEFAULT" /> |
| 1581 | </intent-filter> |
| 1582 | </activity> |
Jay Civelli | 09b5228 | 2014-07-10 17:27:07 -0700 | [diff] [blame] | 1583 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1584 | <activity android:name=".password.ConfirmLockPattern" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1585 | android:theme="@style/GlifTheme.Light"/> |
Michael Chan | 503c236 | 2009-12-08 22:18:23 -0800 | [diff] [blame] | 1586 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1587 | <activity android:name=".password.ConfirmLockPassword" |
Jorim Jaggi | ff41a9a | 2015-06-09 15:31:28 -0700 | [diff] [blame] | 1588 | android:windowSoftInputMode="stateHidden|adjustResize" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1589 | android:theme="@style/GlifTheme.Light"/> |
Jim Miller | 9757e30 | 2010-12-17 18:23:23 -0800 | [diff] [blame] | 1590 | |
Jorim Jaggi | 5ad75f0 | 2015-04-22 16:17:23 -0700 | [diff] [blame] | 1591 | <activity android:name=".fingerprint.FingerprintSettings" android:exported="false"/> |
Jorim Jaggi | 5ad75f0 | 2015-04-22 16:17:23 -0700 | [diff] [blame] | 1592 | <activity android:name=".fingerprint.FingerprintEnrollFindSensor" android:exported="false"/> |
| 1593 | <activity android:name=".fingerprint.FingerprintEnrollEnrolling" android:exported="false"/> |
| 1594 | <activity android:name=".fingerprint.FingerprintEnrollFinish" android:exported="false"/> |
Kevin Chyn | 42ae10e | 2017-10-13 16:34:05 -0700 | [diff] [blame^] | 1595 | <activity android:name=".fingerprint.FingerprintEnrollIntroduction" |
| 1596 | android:exported="true" |
| 1597 | android:theme="@style/GlifTheme.Light"> |
| 1598 | <intent-filter> |
| 1599 | <action android:name="android.settings.FINGERPRINT_ENROLL" /> |
| 1600 | <category android:name="android.intent.category.DEFAULT" /> |
| 1601 | </intent-filter> |
| 1602 | </activity> |
Maurice Lam | 8d1f9c9 | 2015-07-09 16:38:37 -0700 | [diff] [blame] | 1603 | |
Maurice Lam | 8d1f9c9 | 2015-07-09 16:38:37 -0700 | [diff] [blame] | 1604 | <activity android:name=".fingerprint.SetupFingerprintEnrollFindSensor" android:exported="false"/> |
| 1605 | <activity android:name=".fingerprint.SetupFingerprintEnrollEnrolling" android:exported="false"/> |
| 1606 | <activity android:name=".fingerprint.SetupFingerprintEnrollFinish" android:exported="false"/> |
| 1607 | <activity android:name=".fingerprint.SetupFingerprintEnrollIntroduction" |
Maurice Lam | e1eaed0 | 2015-07-08 16:59:59 -0700 | [diff] [blame] | 1608 | android:exported="true" |
Maurice Lam | 8d1f9c9 | 2015-07-09 16:38:37 -0700 | [diff] [blame] | 1609 | android:permission="android.permission.MANAGE_FINGERPRINT" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1610 | android:theme="@style/GlifTheme.Light"> |
Maurice Lam | e1eaed0 | 2015-07-08 16:59:59 -0700 | [diff] [blame] | 1611 | <intent-filter> |
| 1612 | <action android:name="android.settings.FINGERPRINT_SETUP" /> |
| 1613 | <category android:name="android.intent.category.DEFAULT" /> |
| 1614 | </intent-filter> |
| 1615 | </activity> |
Jim Miller | 94d4bd9 | 2015-02-19 21:04:57 -0800 | [diff] [blame] | 1616 | |
Maurice Lam | 34a181a | 2017-06-20 20:00:54 -0700 | [diff] [blame] | 1617 | <activity android:name=".fingerprint.FingerprintSuggestionActivity" |
| 1618 | android:exported="true" |
| 1619 | android:permission="android.permission.MANAGE_FINGERPRINT" |
| 1620 | android:icon="@drawable/ic_suggestion_fingerprint" |
| 1621 | android:theme="@style/GlifTheme.Light"> |
| 1622 | <intent-filter> |
| 1623 | <action android:name="android.intent.action.MAIN" /> |
| 1624 | <category android:name="com.android.settings.suggested.category.FINGERPRINT_ENROLL" /> |
| 1625 | </intent-filter> |
| 1626 | <intent-filter> |
| 1627 | <action android:name="android.intent.action.MAIN" /> |
| 1628 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
| 1629 | </intent-filter> |
| 1630 | <meta-data android:name="com.android.settings.dismiss" |
| 1631 | android:value="5,9,30" /> |
| 1632 | <meta-data android:name="com.android.settings.require_feature" |
| 1633 | android:value="android.hardware.fingerprint" /> |
| 1634 | <meta-data android:name="com.android.settings.title" |
| 1635 | android:resource="@string/suggestion_additional_fingerprints" /> |
| 1636 | <meta-data android:name="com.android.settings.summary" |
| 1637 | android:resource="@string/suggestion_additional_fingerprints_summary" /> |
| 1638 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
| 1639 | </activity> |
| 1640 | |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 1641 | <!-- Note this must not be exported since it returns the password in the intent --> |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1642 | <activity android:name=".password.ConfirmLockPattern$InternalActivity" |
Andres Morales | 02d5487 | 2015-04-14 11:33:45 -0700 | [diff] [blame] | 1643 | android:exported="false" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1644 | android:theme="@style/GlifTheme.Light"/> |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 1645 | |
| 1646 | <!-- Note this must not be exported since it returns the password in the intent --> |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1647 | <activity android:name=".password.ConfirmLockPassword$InternalActivity" |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 1648 | android:exported="false" |
Xiyuan Xia | 4a8edaf | 2015-05-20 14:26:15 -0700 | [diff] [blame] | 1649 | android:windowSoftInputMode="adjustResize" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1650 | android:theme="@style/GlifTheme.Light"/> |
Paul Lawrence | 2044404 | 2014-07-07 13:10:16 -0700 | [diff] [blame] | 1651 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1652 | <activity android:name=".password.SetupChooseLockGeneric" |
Maurice Lam | 52c75ba | 2014-11-25 14:06:38 -0800 | [diff] [blame] | 1653 | android:taskAffinity="com.android.wizard" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1654 | android:theme="@style/GlifTheme.Light" |
Lucky Zhang | 36ec274 | 2014-12-05 18:20:27 -0800 | [diff] [blame] | 1655 | android:label="@string/lock_settings_picker_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1656 | <intent-filter android:priority="1"> |
Maurice Lam | 52c75ba | 2014-11-25 14:06:38 -0800 | [diff] [blame] | 1657 | <action android:name="com.android.settings.SETUP_LOCK_SCREEN" /> |
| 1658 | <category android:name="android.intent.category.DEFAULT" /> |
| 1659 | </intent-filter> |
| 1660 | </activity> |
| 1661 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1662 | <activity android:name=".password.ChooseLockGeneric" |
Steven Ross | b7a9e95 | 2011-10-03 10:06:44 -0400 | [diff] [blame] | 1663 | android:label="@string/lockpassword_choose_lock_generic_header" |
Steven Ng | 4fdcec7 | 2016-09-26 22:13:08 +0100 | [diff] [blame] | 1664 | android:excludeFromRecents="true" |
| 1665 | android:exported="false" /> |
| 1666 | |
| 1667 | <activity android:name=".password.SetNewPasswordActivity" |
| 1668 | android:theme="@android:style/Theme.NoDisplay" |
Steven Ross | b7a9e95 | 2011-10-03 10:06:44 -0400 | [diff] [blame] | 1669 | android:excludeFromRecents="true" > |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1670 | <intent-filter android:priority="1"> |
Dianne Hackborn | abc3dc6 | 2010-01-20 13:40:19 -0800 | [diff] [blame] | 1671 | <action android:name="android.app.action.SET_NEW_PASSWORD" /> |
Benjamin Franz | ae07b50 | 2016-01-08 17:16:19 +0000 | [diff] [blame] | 1672 | <action android:name="android.app.action.SET_NEW_PARENT_PROFILE_PASSWORD" /> |
Dianne Hackborn | abc3dc6 | 2010-01-20 13:40:19 -0800 | [diff] [blame] | 1673 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1674 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1675 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1676 | android:value="true" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1677 | </activity> |
| 1678 | |
Fan Zhang | 31f699c | 2017-09-28 17:17:44 -0700 | [diff] [blame] | 1679 | <activity android:name=".password.ScreenLockSuggestionActivity" |
Udam Saini | 62a7280 | 2016-01-28 11:09:29 -0800 | [diff] [blame] | 1680 | android:icon="@drawable/ic_settings_security"> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 1681 | <intent-filter android:priority="1"> |
| 1682 | <action android:name="android.intent.action.MAIN" /> |
| 1683 | <category android:name="com.android.settings.suggested.category.LOCK_SCREEN" /> |
| 1684 | </intent-filter> |
| 1685 | <meta-data android:name="com.android.settings.title" |
| 1686 | android:resource="@string/suggested_lock_settings_title" /> |
| 1687 | <meta-data android:name="com.android.settings.summary" |
| 1688 | android:resource="@string/suggested_lock_settings_summary" /> |
Maurice Lam | 992fa86 | 2017-06-09 16:14:36 -0700 | [diff] [blame] | 1689 | <meta-data android:name="com.android.settings.icon_tintable" android:value="true" /> |
Udam Saini | 62a7280 | 2016-01-28 11:09:29 -0800 | [diff] [blame] | 1690 | </activity> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 1691 | |
Fan Zhang | 31f699c | 2017-09-28 17:17:44 -0700 | [diff] [blame] | 1692 | <activity android:name=".fingerprint.FingerprintEnrollSuggestionActivity" |
Udam Saini | aafbba1 | 2016-02-02 10:33:40 -0800 | [diff] [blame] | 1693 | android:icon="@drawable/ic_suggestion_fingerprint"> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 1694 | <intent-filter android:priority="2"> |
| 1695 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | af91c1f | 2017-06-03 15:24:11 -0700 | [diff] [blame] | 1696 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 1697 | </intent-filter> |
Udam Saini | 62a7280 | 2016-01-28 11:09:29 -0800 | [diff] [blame] | 1698 | <meta-data android:name="com.android.settings.dismiss" |
Fan Zhang | af91c1f | 2017-06-03 15:24:11 -0700 | [diff] [blame] | 1699 | android:value="2,6,30" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 1700 | <meta-data android:name="com.android.settings.require_feature" |
| 1701 | android:value="android.hardware.fingerprint" /> |
| 1702 | <meta-data android:name="com.android.settings.title" |
TreeHugger Robot | a4e3c14 | 2016-07-12 21:42:03 +0000 | [diff] [blame] | 1703 | android:resource="@string/suggested_fingerprint_lock_settings_title" /> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 1704 | <meta-data android:name="com.android.settings.summary" |
Udam Saini | aafbba1 | 2016-02-02 10:33:40 -0800 | [diff] [blame] | 1705 | android:resource="@string/suggested_fingerprint_lock_settings_summary" /> |
Udam Saini | 62a7280 | 2016-01-28 11:09:29 -0800 | [diff] [blame] | 1706 | </activity> |
Udam Saini | 7ad4a17 | 2016-01-25 11:22:33 -0800 | [diff] [blame] | 1707 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1708 | <activity android:name=".password.ChooseLockGeneric$InternalActivity" |
| 1709 | android:exported="false" |
Amith Yamasani | 6602677 | 2013-09-25 14:05:33 -0700 | [diff] [blame] | 1710 | android:label="@string/lockpassword_choose_lock_generic_header" |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1711 | android:excludeFromRecents="true" /> |
Amith Yamasani | 6602677 | 2013-09-25 14:05:33 -0700 | [diff] [blame] | 1712 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1713 | <activity android:name=".password.SetupChooseLockPattern" |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 1714 | android:exported="false" |
Maurice Lam | 56e6cf5 | 2014-12-11 18:22:08 -0800 | [diff] [blame] | 1715 | android:taskAffinity="com.android.wizard" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1716 | android:theme="@style/GlifTheme.Light" /> |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 1717 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1718 | <activity android:name=".password.ChooseLockPattern" |
Maurice Lam | d189ac5 | 2016-06-15 13:39:34 -0700 | [diff] [blame] | 1719 | android:exported="false" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1720 | android:theme="@style/GlifTheme.Light" /> |
Dianne Hackborn | abc3dc6 | 2010-01-20 13:40:19 -0800 | [diff] [blame] | 1721 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1722 | <activity android:name=".password.SetupChooseLockPassword" |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 1723 | android:exported="false" |
Maurice Lam | 56e6cf5 | 2014-12-11 18:22:08 -0800 | [diff] [blame] | 1724 | android:taskAffinity="com.android.wizard" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1725 | android:theme="@style/GlifTheme.Light" |
Maurice Lam | 6b19fa9 | 2014-11-25 19:25:56 -0800 | [diff] [blame] | 1726 | android:windowSoftInputMode="stateVisible|adjustResize" /> |
| 1727 | |
Maurice Lam | 2eb170c | 2017-04-28 16:18:47 -0700 | [diff] [blame] | 1728 | <activity android:name=".password.ChooseLockPassword" |
Maurice Lam | d189ac5 | 2016-06-15 13:39:34 -0700 | [diff] [blame] | 1729 | android:exported="false" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1730 | android:theme="@style/GlifTheme.Light" |
Jim Miller | 165bf2f | 2011-01-26 16:10:26 -0800 | [diff] [blame] | 1731 | android:windowSoftInputMode="stateVisible|adjustResize"/> |
Jim Miller | 00d2476 | 2009-12-22 19:04:57 -0800 | [diff] [blame] | 1732 | |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 1733 | <activity android:name=".SetupEncryptionInterstitial" |
Maurice Lam | 46a194b | 2016-05-24 20:03:08 -0700 | [diff] [blame] | 1734 | android:label="@string/encryption_interstitial_header" |
Maurice Lam | 56e6cf5 | 2014-12-11 18:22:08 -0800 | [diff] [blame] | 1735 | android:taskAffinity="com.android.wizard" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1736 | android:theme="@style/GlifTheme.Light"/> |
Maurice Lam | ecd2b7b | 2014-12-01 10:41:49 -0800 | [diff] [blame] | 1737 | |
Maurice Lam | d189ac5 | 2016-06-15 13:39:34 -0700 | [diff] [blame] | 1738 | <activity android:name=".EncryptionInterstitial" |
Maurice Lam | e0e81b6 | 2017-04-05 12:10:37 -0700 | [diff] [blame] | 1739 | android:theme="@style/GlifTheme.Light" /> |
Jim Miller | 46c7f6d | 2014-10-13 18:15:17 -0700 | [diff] [blame] | 1740 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 1741 | <activity android:name=".Settings$StatusActivity" |
Dianne Hackborn | d925e25 | 2010-11-12 13:18:26 -0800 | [diff] [blame] | 1742 | android:label="@string/device_status_activity_title" |
Carsten Hauge | ce42dfb | 2014-03-14 14:41:55 +0100 | [diff] [blame] | 1743 | android:taskAffinity="com.android.settings" |
Fan Zhang | 4a1d2c7 | 2016-07-06 13:28:19 -0700 | [diff] [blame] | 1744 | android:parentActivityName="Settings$DeviceInfoSettingsActivity"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1745 | <intent-filter> |
| 1746 | <action android:name="android.intent.action.MAIN" /> |
| 1747 | <category android:name="android.intent.category.DEFAULT" /> |
| 1748 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1749 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 1750 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1751 | android:value="com.android.settings.deviceinfo.Status" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1752 | </activity> |
| 1753 | |
PauloftheWest | f41aaa2 | 2014-10-20 11:26:13 -0700 | [diff] [blame] | 1754 | <!-- Runs in the phone process since it needs access to the Phone object --> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 1755 | <activity android:name=".Settings$SimStatusActivity" |
PauloftheWest | 76b0801 | 2014-11-10 08:07:39 -0800 | [diff] [blame] | 1756 | android:label="@string/sim_status_title" |
PauloftheWest | 76b0801 | 2014-11-10 08:07:39 -0800 | [diff] [blame] | 1757 | android:process="com.android.phone"> |
| 1758 | <intent-filter> |
| 1759 | <action android:name="android.intent.action.MAIN" /> |
| 1760 | <category android:name="android.intent.category.DEFAULT" /> |
| 1761 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1762 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 1763 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1764 | android:value="com.android.settings.deviceinfo.SimStatus" /> |
PauloftheWest | 76b0801 | 2014-11-10 08:07:39 -0800 | [diff] [blame] | 1765 | </activity> |
| 1766 | |
| 1767 | <!-- Runs in the phone process since it needs access to the Phone object --> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 1768 | <activity android:name=".Settings$ImeiInformationActivity" |
PauloftheWest | f41aaa2 | 2014-10-20 11:26:13 -0700 | [diff] [blame] | 1769 | android:label="@string/imei_information_title" |
PauloftheWest | f41aaa2 | 2014-10-20 11:26:13 -0700 | [diff] [blame] | 1770 | android:process="com.android.phone"> |
| 1771 | <intent-filter> |
| 1772 | <action android:name="android.intent.action.MAIN" /> |
| 1773 | <category android:name="android.intent.category.DEFAULT" /> |
| 1774 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1775 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 1776 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1777 | android:value="com.android.settings.deviceinfo.ImeiInformation" /> |
PauloftheWest | f41aaa2 | 2014-10-20 11:26:13 -0700 | [diff] [blame] | 1778 | </activity> |
| 1779 | |
Doris Ling | 1694d4b | 2017-03-03 14:21:37 -0800 | [diff] [blame] | 1780 | <activity android:name=".Settings$StorageDashboardActivity" |
| 1781 | android:label="@string/storage_settings" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1782 | android:icon="@drawable/ic_settings_storage" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1783 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 1784 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1785 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1786 | <action android:name="android.settings.INTERNAL_STORAGE_SETTINGS" /> |
| 1787 | <action android:name="android.settings.MEMORY_CARD_SETTINGS" /> |
| 1788 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1789 | </intent-filter> |
| 1790 | <intent-filter> |
| 1791 | <action android:name="android.intent.action.MAIN" /> |
| 1792 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1793 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1794 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1795 | <intent-filter android:priority="5"> |
| 1796 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 1797 | </intent-filter> |
| 1798 | <meta-data android:name="com.android.settings.category" |
Doris Ling | 1694d4b | 2017-03-03 14:21:37 -0800 | [diff] [blame] | 1799 | android:value="com.android.settings.category.ia.homepage" /> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1800 | <meta-data android:name="com.android.settings.title" |
Jason Monk | a4bc49e | 2016-05-31 14:49:03 -0400 | [diff] [blame] | 1801 | android:resource="@string/storage_usb_settings" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1802 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Jeff Sharkey | 42833b2 | 2015-04-11 21:27:33 -0700 | [diff] [blame] | 1803 | android:value="com.android.settings.deviceinfo.StorageSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1804 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1805 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1806 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1807 | |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 1808 | <activity android:name="Settings$PrivateVolumeSettingsActivity" |
| 1809 | android:label="@string/storage_settings_title" |
| 1810 | android:taskAffinity="com.android.settings" |
Doris Ling | 1694d4b | 2017-03-03 14:21:37 -0800 | [diff] [blame] | 1811 | android:parentActivityName="Settings$StorageDashboardActivity"> |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 1812 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1813 | android:value="com.android.settings.deviceinfo.PrivateVolumeSettings" /> |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 1814 | </activity> |
| 1815 | |
| 1816 | <activity android:name="Settings$PublicVolumeSettingsActivity" |
Jeff Sharkey | 42833b2 | 2015-04-11 21:27:33 -0700 | [diff] [blame] | 1817 | android:label="@string/storage_settings_title" |
| 1818 | android:taskAffinity="com.android.settings" |
Doris Ling | 1694d4b | 2017-03-03 14:21:37 -0800 | [diff] [blame] | 1819 | android:parentActivityName="Settings$StorageDashboardActivity"> |
Jeff Sharkey | 42833b2 | 2015-04-11 21:27:33 -0700 | [diff] [blame] | 1820 | <intent-filter> |
| 1821 | <action android:name="android.provider.action.DOCUMENT_ROOT_SETTINGS" /> |
| 1822 | <category android:name="android.intent.category.DEFAULT" /> |
| 1823 | <data |
| 1824 | android:scheme="content" |
| 1825 | android:host="com.android.externalstorage.documents" |
| 1826 | android:mimeType="vnd.android.document/root" /> |
| 1827 | </intent-filter> |
| 1828 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1829 | android:value="com.android.settings.deviceinfo.PublicVolumeSettings" /> |
Jeff Sharkey | 42833b2 | 2015-04-11 21:27:33 -0700 | [diff] [blame] | 1830 | </activity> |
Vasu Nori | 2180974 | 2011-01-25 13:39:16 -0800 | [diff] [blame] | 1831 | |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 1832 | <activity android:name="Settings$PrivateVolumeForgetActivity" |
Jeff Sharkey | a16257d | 2015-04-28 13:41:01 -0700 | [diff] [blame] | 1833 | android:label="@string/storage_settings_title" |
| 1834 | android:taskAffinity="com.android.settings" |
Doris Ling | 1694d4b | 2017-03-03 14:21:37 -0800 | [diff] [blame] | 1835 | android:parentActivityName="Settings$StorageDashboardActivity" |
Jeff Sharkey | a16257d | 2015-04-28 13:41:01 -0700 | [diff] [blame] | 1836 | android:exported="true" |
| 1837 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS"> |
| 1838 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1839 | android:value="com.android.settings.deviceinfo.PrivateVolumeForget" /> |
Jeff Sharkey | a16257d | 2015-04-28 13:41:01 -0700 | [diff] [blame] | 1840 | </activity> |
| 1841 | |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 1842 | <!-- Exported for SystemUI to launch into --> |
| 1843 | <activity android:name=".deviceinfo.StorageWizardInit" |
| 1844 | android:theme="@style/SuwThemeMaterial.Light" |
| 1845 | android:taskAffinity="com.android.settings.storage_wizard" |
Jeff Sharkey | 2949a4a | 2015-04-14 16:44:34 -0700 | [diff] [blame] | 1846 | android:exported="true" |
| 1847 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 1848 | <activity android:name=".deviceinfo.StorageWizardFormatConfirm" |
| 1849 | android:taskAffinity="com.android.settings.storage_wizard" |
| 1850 | android:exported="false" /> |
| 1851 | <activity android:name=".deviceinfo.StorageWizardFormatProgress" |
| 1852 | android:taskAffinity="com.android.settings.storage_wizard" |
| 1853 | android:exported="false" /> |
| 1854 | <activity android:name=".deviceinfo.StorageWizardMigrate" |
| 1855 | android:taskAffinity="com.android.settings.storage_wizard" |
| 1856 | android:exported="false" /> |
| 1857 | <activity android:name=".deviceinfo.StorageWizardMigrateConfirm" |
| 1858 | android:taskAffinity="com.android.settings.storage_wizard" |
| 1859 | android:exported="false" /> |
| 1860 | <activity android:name=".deviceinfo.StorageWizardMigrateProgress" |
| 1861 | android:taskAffinity="com.android.settings.storage_wizard" |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 1862 | android:exported="true" |
| 1863 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 1864 | <activity android:name=".deviceinfo.StorageWizardReady" |
| 1865 | android:taskAffinity="com.android.settings.storage_wizard" |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 1866 | android:exported="true" |
| 1867 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 1868 | |
| 1869 | <activity android:name=".deviceinfo.StorageWizardMoveConfirm" |
| 1870 | android:taskAffinity="com.android.settings.storage_wizard" |
| 1871 | android:exported="false" /> |
| 1872 | <activity android:name=".deviceinfo.StorageWizardMoveProgress" |
| 1873 | android:taskAffinity="com.android.settings.storage_wizard" |
Jeff Sharkey | e77f068 | 2015-04-29 11:24:57 -0700 | [diff] [blame] | 1874 | android:exported="true" |
| 1875 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
Jeff Sharkey | 9463599 | 2015-04-13 14:15:26 -0700 | [diff] [blame] | 1876 | |
Jeff Sharkey | 2949a4a | 2015-04-14 16:44:34 -0700 | [diff] [blame] | 1877 | <!-- Exported for SystemUI to trigger --> |
| 1878 | <receiver android:name=".deviceinfo.StorageUnmountReceiver" |
| 1879 | android:exported="true" |
| 1880 | android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" /> |
| 1881 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 1882 | <activity android:name="Settings$ApnEditorActivity" |
Junda Liu | 76ad635 | 2017-02-03 16:39:23 -0800 | [diff] [blame] | 1883 | android:configChanges="orientation|keyboardHidden|screenSize" |
Amith Yamasani | 34bd7e6 | 2013-06-07 10:19:55 -0700 | [diff] [blame] | 1884 | android:label="@string/apn_edit"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1885 | <intent-filter> |
| 1886 | <action android:name="android.intent.action.VIEW" /> |
| 1887 | <action android:name="android.intent.action.EDIT" /> |
| 1888 | <category android:name="android.intent.category.DEFAULT" /> |
| 1889 | <data android:mimeType="vnd.android.cursor.item/telephony-carrier" /> |
| 1890 | </intent-filter> |
| 1891 | |
| 1892 | <intent-filter> |
| 1893 | <action android:name="android.intent.action.INSERT" /> |
| 1894 | <category android:name="android.intent.category.DEFAULT" /> |
| 1895 | <data android:mimeType="vnd.android.cursor.dir/telephony-carrier" /> |
| 1896 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 1897 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1898 | android:value="com.android.settings.ApnEditor" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1899 | </activity> |
| 1900 | |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1901 | <activity android:name="Settings$DevelopmentSettingsActivity" |
Dianne Hackborn | ee29379 | 2010-11-01 12:32:33 -0700 | [diff] [blame] | 1902 | android:label="@string/development_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1903 | android:icon="@drawable/ic_settings_development" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 1904 | android:taskAffinity="com.android.settings" |
Jason Monk | 5862c1e | 2016-06-07 14:02:33 -0400 | [diff] [blame] | 1905 | android:parentActivityName="Settings"> |
jeffreyhuang | 142682c | 2017-10-17 11:05:15 -0700 | [diff] [blame] | 1906 | <!-- Enable if we need to revert to the old development settings |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1907 | <intent-filter android:priority="1"> |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 1908 | <action android:name="android.settings.APPLICATION_DEVELOPMENT_SETTINGS" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1909 | <action android:name="com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS" /> |
Dianne Hackborn | 116d85e | 2009-06-26 18:20:23 -0700 | [diff] [blame] | 1910 | <category android:name="android.intent.category.DEFAULT" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1911 | </intent-filter> |
jeffreyhuang | 142682c | 2017-10-17 11:05:15 -0700 | [diff] [blame] | 1912 | --> |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 1913 | <intent-filter android:priority="50"> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1914 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 1915 | </intent-filter> |
| 1916 | <meta-data android:name="com.android.settings.category" |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 1917 | android:value="com.android.settings.category.ia.system" /> |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 1918 | <meta-data android:name="com.android.settings.summary" |
| 1919 | android:resource="@string/summary_empty"/> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1920 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 11d2d68 | 2017-03-17 16:19:26 -0700 | [diff] [blame] | 1921 | android:value="com.android.settings.development.DevelopmentSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 1922 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1923 | android:value="true" /> |
Amith Yamasani | 5203bdf | 2010-11-04 09:59:44 -0700 | [diff] [blame] | 1924 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 1925 | |
Fan Zhang | 4c26da9 | 2017-09-08 15:29:54 -0700 | [diff] [blame] | 1926 | <activity android:name="Settings$DevelopmentSettingsDashboardActivity" |
| 1927 | android:label="@string/development_settings_title" |
| 1928 | android:icon="@drawable/ic_settings_development" |
| 1929 | android:taskAffinity="com.android.settings" |
| 1930 | android:parentActivityName="Settings"> |
Fan Zhang | 4c26da9 | 2017-09-08 15:29:54 -0700 | [diff] [blame] | 1931 | <intent-filter android:priority="1"> |
| 1932 | <action android:name="android.settings.APPLICATION_DEVELOPMENT_SETTINGS" /> |
| 1933 | <action android:name="com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS" /> |
| 1934 | <category android:name="android.intent.category.DEFAULT" /> |
| 1935 | </intent-filter> |
Fan Zhang | 4c26da9 | 2017-09-08 15:29:54 -0700 | [diff] [blame] | 1936 | <intent-filter android:priority="50"> |
| 1937 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 1938 | </intent-filter> |
| 1939 | <meta-data android:name="com.android.settings.category" |
| 1940 | android:value="com.android.settings.category.ia.system" /> |
| 1941 | <meta-data android:name="com.android.settings.summary" |
| 1942 | android:resource="@string/summary_empty"/> |
| 1943 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1944 | android:value="com.android.settings.development.DevelopmentSettingsDashboardFragment" /> |
| 1945 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 1946 | android:value="true" /> |
| 1947 | </activity> |
| 1948 | |
Fan Zhang | 6359a19 | 2017-05-11 16:04:09 -0700 | [diff] [blame] | 1949 | <!-- The opposite of DevelopmentSettingsActivity, it's no-op and only enabled when the real |
| 1950 | activity is disabled to be CTS compliant. --> |
| 1951 | <activity |
| 1952 | android:name=".development.DevelopmentSettingsDisabledActivity" |
| 1953 | android:icon="@drawable/ic_settings_development" |
| 1954 | android:label="@string/development_settings_title" |
| 1955 | android:theme="@android:style/Theme.NoDisplay"> |
| 1956 | <intent-filter android:priority="-1"> |
| 1957 | <action android:name="android.settings.APPLICATION_DEVELOPMENT_SETTINGS" /> |
| 1958 | <action android:name="com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS" /> |
| 1959 | <category android:name="android.intent.category.DEFAULT" /> |
| 1960 | </intent-filter> |
| 1961 | </activity> |
| 1962 | |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 1963 | <activity android:name="Settings$PrintSettingsActivity" |
| 1964 | android:label="@string/print_settings" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1965 | android:icon="@drawable/ic_settings_print" |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 1966 | android:taskAffinity="com.android.settings" |
| 1967 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1968 | <intent-filter android:priority="1"> |
| 1969 | <action android:name="android.settings.ACTION_PRINT_SETTINGS" /> |
| 1970 | <category android:name="android.intent.category.DEFAULT" /> |
| 1971 | </intent-filter> |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 1972 | <intent-filter> |
| 1973 | <action android:name="android.intent.action.MAIN" /> |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 1974 | <category android:name="android.intent.category.DEFAULT" /> |
| 1975 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 1976 | </intent-filter> |
Fan Zhang | c580b91 | 2017-03-01 14:38:52 -0800 | [diff] [blame] | 1977 | <intent-filter android:priority="2"> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 1978 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 1979 | </intent-filter> |
| 1980 | <meta-data android:name="com.android.settings.category" |
Fan Zhang | c580b91 | 2017-03-01 14:38:52 -0800 | [diff] [blame] | 1981 | android:value="com.android.settings.category.ia.device" /> |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 1982 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1983 | android:value="com.android.settings.print.PrintSettingsFragment" /> |
Svetoslav Ganov | 74648ac | 2013-09-04 23:52:28 -0700 | [diff] [blame] | 1984 | </activity> |
| 1985 | |
Svetoslav | d9f156d | 2013-10-09 21:59:04 -0700 | [diff] [blame] | 1986 | <activity android:name="Settings$PrintJobSettingsActivity" |
| 1987 | android:label="@string/print_print_job" |
| 1988 | android:taskAffinity="com.android.settings" |
| 1989 | android:parentActivityName="Settings$PrintSettingsActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 1990 | <intent-filter android:priority="1"> |
Svetoslav | d9f156d | 2013-10-09 21:59:04 -0700 | [diff] [blame] | 1991 | <action android:name="android.settings.ACTION_PRINT_SETTINGS" /> |
| 1992 | <category android:name="android.intent.category.DEFAULT" /> |
| 1993 | <data android:scheme="printjob" android:pathPattern="*" /> |
| 1994 | </intent-filter> |
| 1995 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 1996 | android:value="com.android.settings.print.PrintJobSettingsFragment" /> |
Svetoslav | d9f156d | 2013-10-09 21:59:04 -0700 | [diff] [blame] | 1997 | </activity> |
| 1998 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 1999 | <!-- Keep compatibility with old shortcuts. --> |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 2000 | <activity-alias android:name="DevelopmentSettings" |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 2001 | android:exported="true" |
| 2002 | android:label="@string/development_settings_title" |
jeffreyhuang | 142682c | 2017-10-17 11:05:15 -0700 | [diff] [blame] | 2003 | android:targetActivity="Settings$DevelopmentSettingsDashboardActivity"> |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 2004 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
jeffreyhuang | 142682c | 2017-10-17 11:05:15 -0700 | [diff] [blame] | 2005 | android:value="com.android.settings.development.DevelopmentSettingsDashboardFragment" /> |
Amith Yamasani | eb99f2f | 2010-12-15 14:12:43 -0800 | [diff] [blame] | 2006 | </activity-alias> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2007 | |
Fan Zhang | 2907f86 | 2017-03-17 15:05:14 -0700 | [diff] [blame] | 2008 | <activity android:name=".development.AppPicker" |
| 2009 | android:label="@string/select_application" |
| 2010 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog" /> |
Dianne Hackborn | 9244df4 | 2012-02-14 13:25:41 -0800 | [diff] [blame] | 2011 | |
Gustav Sennton | 5b59628 | 2017-02-03 16:19:02 +0000 | [diff] [blame] | 2012 | <activity android:name="Settings$WebViewAppPickerActivity" |
| 2013 | android:label="@string/select_webview_provider_dialog_title"> |
| 2014 | </activity> |
Gustav Sennton | 4d3334c | 2016-12-13 19:16:48 +0000 | [diff] [blame] | 2015 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 2016 | <!-- Keep compatibility with old shortcuts. --> |
Mike Lockwood | 02900a1 | 2011-06-30 14:47:46 -0400 | [diff] [blame] | 2017 | <activity-alias android:name="UsbSettings" |
Mike Lockwood | 02900a1 | 2011-06-30 14:47:46 -0400 | [diff] [blame] | 2018 | android:exported="true" |
| 2019 | android:label="@string/storage_title_usb" |
jeffreyhuang | 142682c | 2017-10-17 11:05:15 -0700 | [diff] [blame] | 2020 | android:targetActivity="Settings$DevelopmentSettingsDashboardActivity"> |
Mike Lockwood | 02900a1 | 2011-06-30 14:47:46 -0400 | [diff] [blame] | 2021 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2022 | android:value="com.android.settings.deviceinfo.UsbSettings" /> |
Mike Lockwood | 02900a1 | 2011-06-30 14:47:46 -0400 | [diff] [blame] | 2023 | </activity-alias> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2024 | |
| 2025 | <!-- Bluetooth stuff --> |
| 2026 | |
Jaikumar Ganesh | 3a76bca | 2009-07-16 18:41:58 -0700 | [diff] [blame] | 2027 | <activity android:name=".bluetooth.BluetoothPairingDialog" |
Michael Chan | 684736a | 2009-09-01 18:51:04 -0700 | [diff] [blame] | 2028 | android:excludeFromRecents="true" |
Antony Sargent | 4d7df06 | 2017-07-12 17:29:10 -0700 | [diff] [blame] | 2029 | android:windowSoftInputMode="stateVisible|adjustResize" |
jackqdyulei | 71a0574 | 2017-03-22 13:33:51 -0700 | [diff] [blame] | 2030 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2031 | <intent-filter android:priority="1"> |
Nick Pelly | 5ddbd94 | 2009-09-11 11:41:59 -0700 | [diff] [blame] | 2032 | <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2033 | <category android:name="android.intent.category.DEFAULT" /> |
| 2034 | </intent-filter> |
| 2035 | </activity> |
| 2036 | |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 2037 | <activity android:name=".bluetooth.RequestPermissionActivity" |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 2038 | android:excludeFromRecents="true" |
| 2039 | android:permission="android.permission.BLUETOOTH" |
Svetoslav Ganov | b06766f | 2016-07-22 20:08:41 -0700 | [diff] [blame] | 2040 | android:theme="@style/BluetoothPermission"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2041 | <intent-filter android:priority="1"> |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 2042 | <action android:name="android.bluetooth.adapter.action.REQUEST_DISCOVERABLE" /> |
| 2043 | <action android:name="android.bluetooth.adapter.action.REQUEST_ENABLE" /> |
Svetoslav Ganov | b06766f | 2016-07-22 20:08:41 -0700 | [diff] [blame] | 2044 | <action android:name="android.bluetooth.adapter.action.REQUEST_DISABLE" /> |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 2045 | <category android:name="android.intent.category.DEFAULT" /> |
| 2046 | </intent-filter> |
| 2047 | </activity> |
| 2048 | |
Irfan Sheriff | 50f341d | 2013-03-18 13:11:47 -0700 | [diff] [blame] | 2049 | <activity android:name=".wifi.WifiScanModeActivity" |
| 2050 | android:excludeFromRecents="true" |
| 2051 | android:theme="@style/Transparent"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2052 | <intent-filter android:priority="1"> |
Irfan Sheriff | 50f341d | 2013-03-18 13:11:47 -0700 | [diff] [blame] | 2053 | <action android:name="android.net.wifi.action.REQUEST_SCAN_ALWAYS_AVAILABLE" /> |
| 2054 | <category android:name="android.intent.category.DEFAULT" /> |
| 2055 | </intent-filter> |
| 2056 | </activity> |
| 2057 | |
Nick Kralevich | 7000d54 | 2015-05-13 11:54:20 -0700 | [diff] [blame] | 2058 | <activity android:name=".deviceinfo.UsbModeChooserActivity" |
| 2059 | android:excludeFromRecents="true" |
| 2060 | android:exported="true" |
| 2061 | android:permission="android.permission.MANAGE_USB" |
jackqdyulei | 71a0574 | 2017-03-22 13:33:51 -0700 | [diff] [blame] | 2062 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"> |
Nick Kralevich | 7000d54 | 2015-05-13 11:54:20 -0700 | [diff] [blame] | 2063 | </activity> |
| 2064 | |
Michal Karpinski | 707f42f | 2016-02-25 17:29:43 +0000 | [diff] [blame] | 2065 | <activity android:name=".RemoteBugreportActivity" |
| 2066 | android:excludeFromRecents="true" |
| 2067 | android:exported="true" |
| 2068 | android:permission="android.permission.DUMP" |
jackqdyulei | 71a0574 | 2017-03-22 13:33:51 -0700 | [diff] [blame] | 2069 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar"> |
Michal Karpinski | 707f42f | 2016-02-25 17:29:43 +0000 | [diff] [blame] | 2070 | <intent-filter> |
| 2071 | <action android:name="android.settings.SHOW_REMOTE_BUGREPORT_DIALOG" /> |
| 2072 | <category android:name="android.intent.category.DEFAULT" /> |
| 2073 | </intent-filter> |
| 2074 | </activity> |
| 2075 | |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 2076 | <activity android:name=".bluetooth.RequestPermissionHelperActivity" |
| 2077 | android:label="@string/bluetooth_pairing_request" |
| 2078 | android:excludeFromRecents="true" |
| 2079 | android:permission="android.permission.BLUETOOTH" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2080 | android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Michael Chan | e1089ad | 2009-09-26 06:16:17 -0700 | [diff] [blame] | 2081 | </activity> |
| 2082 | |
Marie Janssen | d06d83c | 2017-02-14 18:49:17 -0800 | [diff] [blame] | 2083 | <service android:name=".bluetooth.BluetoothPairingService" /> |
| 2084 | |
Jaikumar Ganesh | 3a76bca | 2009-07-16 18:41:58 -0700 | [diff] [blame] | 2085 | <receiver android:name=".bluetooth.BluetoothPairingRequest"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2086 | <intent-filter> |
Nick Pelly | 5ddbd94 | 2009-09-11 11:41:59 -0700 | [diff] [blame] | 2087 | <action android:name="android.bluetooth.device.action.PAIRING_REQUEST" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2088 | </intent-filter> |
| 2089 | </receiver> |
| 2090 | |
Jaikumar Ganesh | e0b01ad | 2011-09-07 17:19:19 -0700 | [diff] [blame] | 2091 | <receiver android:name=".bluetooth.BluetoothPermissionRequest" |
| 2092 | android:permission="android.permission.BLUETOOTH_ADMIN"> |
Matthew Xie | dbed120 | 2011-06-27 18:21:25 -0700 | [diff] [blame] | 2093 | <intent-filter> |
| 2094 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" /> |
| 2095 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" /> |
| 2096 | </intent-filter> |
| 2097 | </receiver> |
| 2098 | |
| 2099 | <activity android:name=".bluetooth.BluetoothPermissionActivity" |
| 2100 | android:label="@string/bluetooth_connection_permission_request" |
| 2101 | android:excludeFromRecents="true" |
| 2102 | android:permission="android.permission.BLUETOOTH_ADMIN" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2103 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2104 | <intent-filter android:priority="1"> |
Matthew Xie | dbed120 | 2011-06-27 18:21:25 -0700 | [diff] [blame] | 2105 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_REQUEST" /> |
| 2106 | <action android:name="android.bluetooth.device.action.CONNECTION_ACCESS_CANCEL" /> |
| 2107 | <category android:name="android.intent.category.DEFAULT" /> |
| 2108 | </intent-filter> |
| 2109 | </activity> |
| 2110 | |
Joe Onorato | de560372 | 2009-03-24 17:49:03 -0700 | [diff] [blame] | 2111 | <activity android:name="ActivityPicker" |
| 2112 | android:label="@string/activity_picker_label" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2113 | android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert" |
Dianne Hackborn | ec54997 | 2009-09-23 22:24:22 -0700 | [diff] [blame] | 2114 | android:finishOnCloseSystemDialogs="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2115 | <intent-filter android:priority="1"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2116 | <action android:name="android.intent.action.PICK_ACTIVITY" /> |
| 2117 | <category android:name="android.intent.category.DEFAULT" /> |
| 2118 | </intent-filter> |
| 2119 | </activity> |
| 2120 | |
Jeff Hamilton | 3d670de | 2011-09-21 16:44:36 -0500 | [diff] [blame] | 2121 | <!-- NFC settings --> |
| 2122 | <activity android:name="Settings$AndroidBeamSettingsActivity" |
| 2123 | android:label="@string/android_beam_settings_title" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 2124 | android:taskAffinity="com.android.settings" |
Doris Ling | 2620822 | 2017-03-03 11:28:05 -0800 | [diff] [blame] | 2125 | android:parentActivityName="Settings$ConnectedDeviceDashboardActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2126 | <intent-filter android:priority="1"> |
| 2127 | <action android:name="android.settings.NFCSHARING_SETTINGS" /> |
| 2128 | <category android:name="android.intent.category.DEFAULT" /> |
| 2129 | </intent-filter> |
Jeff Hamilton | 3d670de | 2011-09-21 16:44:36 -0500 | [diff] [blame] | 2130 | <intent-filter> |
| 2131 | <action android:name="android.intent.action.MAIN" /> |
Jeff Hamilton | 3d670de | 2011-09-21 16:44:36 -0500 | [diff] [blame] | 2132 | <category android:name="android.intent.category.DEFAULT" /> |
| 2133 | </intent-filter> |
| 2134 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Nick Pelly | e0eedf7 | 2011-10-31 14:11:29 -0700 | [diff] [blame] | 2135 | android:value="com.android.settings.nfc.AndroidBeam" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2136 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2137 | android:value="true" /> |
Jeff Hamilton | 3d670de | 2011-09-21 16:44:36 -0500 | [diff] [blame] | 2138 | </activity> |
| 2139 | |
Jeff Brown | 9e143f5 | 2012-09-19 20:46:07 -0700 | [diff] [blame] | 2140 | <activity android:name="Settings$WifiDisplaySettingsActivity" |
| 2141 | android:label="@string/wifi_display_settings_title" |
Fan Zhang | 3d0c5c2 | 2017-02-16 12:53:44 -0800 | [diff] [blame] | 2142 | android:icon="@drawable/ic_cast_24dp" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2143 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2144 | <intent-filter android:priority="1"> |
Jeff Brown | ff0e81e | 2014-08-19 17:47:54 -0700 | [diff] [blame] | 2145 | <action android:name="android.settings.CAST_SETTINGS" /> |
Jeff Brown | 9e143f5 | 2012-09-19 20:46:07 -0700 | [diff] [blame] | 2146 | <category android:name="android.intent.category.DEFAULT" /> |
| 2147 | </intent-filter> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2148 | <intent-filter> |
| 2149 | <action android:name="android.intent.action.MAIN" /> |
| 2150 | <category android:name="android.intent.category.DEFAULT" /> |
| 2151 | </intent-filter> |
Fan Zhang | 5561543 | 2017-02-07 10:39:01 -0800 | [diff] [blame] | 2152 | <intent-filter android:priority="6"> |
| 2153 | <action android:name="com.android.settings.action.SETTINGS"/> |
| 2154 | </intent-filter> |
| 2155 | <meta-data android:name="com.android.settings.category" |
| 2156 | android:value="com.android.settings.category.ia.device" /> |
Jeff Brown | 9e143f5 | 2012-09-19 20:46:07 -0700 | [diff] [blame] | 2157 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2158 | android:value="com.android.settings.wfd.WifiDisplaySettings" /> |
| 2159 | </activity> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2160 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2161 | <activity android:name="Display" android:label="@string/display_label" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 2162 | android:configChanges="fontScale" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 2163 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 2164 | android:parentActivityName="Settings"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2165 | <intent-filter> |
| 2166 | <action android:name="android.intent.action.MAIN" /> |
| 2167 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 2168 | </intent-filter> |
| 2169 | </activity> |
| 2170 | |
| 2171 | <activity android:name="RadioInfo" android:label="@string/phone_info_label" |
| 2172 | android:process="com.android.phone"> |
| 2173 | <intent-filter> |
| 2174 | <action android:name="android.intent.action.MAIN" /> |
| 2175 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 2176 | </intent-filter> |
| 2177 | </activity> |
| 2178 | |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2179 | <!-- TODO: Is this needed? --> |
| 2180 | <activity android:name="BandMode" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2181 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2182 | android:process="com.android.phone"> |
| 2183 | <intent-filter> |
| 2184 | <action android:name="android.intent.action.MAIN" /> |
| 2185 | <category android:name="android.intent.category.DEFAULT" /> |
| 2186 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 2187 | </intent-filter> |
| 2188 | </activity> |
| 2189 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2190 | <activity android:name="Settings$TestingSettingsActivity" android:label="@string/testing"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2191 | <intent-filter> |
| 2192 | <action android:name="android.intent.action.MAIN" /> |
| 2193 | <category android:name="android.intent.category.DEFAULT" /> |
| 2194 | </intent-filter> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2195 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2196 | android:value="com.android.settings.TestingSettings" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2197 | </activity> |
| 2198 | |
Matthew Fritze | 626a21b | 2016-08-17 11:52:39 -0700 | [diff] [blame] | 2199 | <receiver android:name=".TestingSettingsBroadcastReceiver"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2200 | <intent-filter> |
| 2201 | <action android:name="android.provider.Telephony.SECRET_CODE" /> |
| 2202 | <data android:scheme="android_secret_code" android:host="4636" /> |
| 2203 | </intent-filter> |
| 2204 | </receiver> |
| 2205 | |
The Android Open Source Project | 80a7a1d | 2009-03-11 12:11:59 -0700 | [diff] [blame] | 2206 | <!-- Standard picker for widgets --> |
Joe Onorato | de560372 | 2009-03-24 17:49:03 -0700 | [diff] [blame] | 2207 | <activity android:name="AppWidgetPickActivity" |
| 2208 | android:label="@string/widget_picker_title" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2209 | android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert" |
Joe Onorato | 9bcc691 | 2011-01-10 12:55:57 -0800 | [diff] [blame] | 2210 | android:finishOnCloseSystemDialogs="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2211 | <intent-filter android:priority="1"> |
The Android Open Source Project | 80a7a1d | 2009-03-11 12:11:59 -0700 | [diff] [blame] | 2212 | <action android:name="android.appwidget.action.APPWIDGET_PICK" /> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2213 | <category android:name="android.intent.category.DEFAULT" /> |
| 2214 | </intent-filter> |
| 2215 | </activity> |
| 2216 | |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 2217 | <activity android:name="AllowBindAppWidgetActivity" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2218 | android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert" |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 2219 | android:finishOnCloseSystemDialogs="true" |
| 2220 | android:excludeFromRecents="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2221 | <intent-filter android:priority="1"> |
Michael Jurka | c9029d9 | 2012-04-20 01:47:44 -0700 | [diff] [blame] | 2222 | <action android:name="android.appwidget.action.APPWIDGET_BIND" /> |
| 2223 | <category android:name="android.intent.category.DEFAULT" /> |
| 2224 | </intent-filter> |
| 2225 | </activity> |
| 2226 | |
Adam Lesinski | 1789f7d | 2014-08-06 17:53:38 -0700 | [diff] [blame] | 2227 | <activity android:name="UsageStatsActivity" android:label="@string/usage_stats_label" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 2228 | android:taskAffinity="com.android.settings" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 2229 | android:parentActivityName="Settings"> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 2230 | <intent-filter> |
| 2231 | <action android:name="android.intent.action.MAIN" /> |
| 2232 | <category android:name="android.intent.category.DEVELOPMENT_PREFERENCE" /> |
| 2233 | </intent-filter> |
| 2234 | </activity> |
| 2235 | |
Dianne Hackborn | 59a4860 | 2010-11-10 23:34:52 -0800 | [diff] [blame] | 2236 | <activity android:name="Settings$PowerUsageSummaryActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 2237 | android:label="@string/power_usage_summary_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2238 | android:icon="@drawable/ic_settings_battery" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2239 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2240 | <intent-filter android:priority="1"> |
| 2241 | <action android:name="android.intent.action.POWER_USAGE_SUMMARY" /> |
| 2242 | <category android:name="android.intent.category.DEFAULT" /> |
| 2243 | </intent-filter> |
Amith Yamasani | 7f6aa628 | 2009-06-03 15:45:40 -0700 | [diff] [blame] | 2244 | <intent-filter> |
| 2245 | <action android:name="android.intent.action.MAIN" /> |
| 2246 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | a54672f | 2009-06-24 12:45:09 -0700 | [diff] [blame] | 2247 | <category android:name="com.android.settings.SHORTCUT" /> |
Amith Yamasani | 7f6aa628 | 2009-06-03 15:45:40 -0700 | [diff] [blame] | 2248 | </intent-filter> |
Doris Ling | 4ffca2a | 2017-03-01 10:47:21 -0800 | [diff] [blame] | 2249 | <intent-filter android:priority="8"> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2250 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 2251 | </intent-filter> |
| 2252 | <meta-data android:name="com.android.settings.category" |
Doris Ling | 4ffca2a | 2017-03-01 10:47:21 -0800 | [diff] [blame] | 2253 | android:value="com.android.settings.category.ia.homepage" /> |
Dianne Hackborn | 59a4860 | 2010-11-10 23:34:52 -0800 | [diff] [blame] | 2254 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2255 | android:value="com.android.settings.fuelgauge.PowerUsageSummary" /> |
Dianne Hackborn | cbaf6ce | 2010-07-23 00:23:21 -0700 | [diff] [blame] | 2256 | </activity> |
| 2257 | |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 2258 | <!-- Keep compatibility with old shortcuts. --> |
| 2259 | <activity-alias android:name=".fuelgauge.PowerUsageSummary" |
| 2260 | android:label="@string/power_usage_summary_title" |
| 2261 | android:exported="true" |
| 2262 | android:targetActivity="Settings$PowerUsageSummaryActivity"> |
| 2263 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2264 | android:value="com.android.settings.fuelgauge.PowerUsageSummary" /> |
Amith Yamasani | af92528 | 2011-11-10 15:28:59 -0800 | [diff] [blame] | 2265 | </activity-alias> |
| 2266 | |
John Spurlock | c7f8e8c | 2014-06-04 19:11:22 -0400 | [diff] [blame] | 2267 | <activity android:name="Settings$BatterySaverSettingsActivity" |
| 2268 | android:label="@string/battery_saver" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2269 | android:icon="@drawable/ic_settings_battery" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2270 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2271 | <intent-filter android:priority="1"> |
| 2272 | <action android:name="android.settings.BATTERY_SAVER_SETTINGS" /> |
| 2273 | <category android:name="android.intent.category.DEFAULT" /> |
| 2274 | </intent-filter> |
John Spurlock | c7f8e8c | 2014-06-04 19:11:22 -0400 | [diff] [blame] | 2275 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2276 | android:value="com.android.settings.fuelgauge.BatterySaverSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2277 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2278 | android:value="true" /> |
John Spurlock | c7f8e8c | 2014-06-04 19:11:22 -0400 | [diff] [blame] | 2279 | </activity> |
| 2280 | |
P.Y. Laligand | 1f403d5 | 2015-04-14 16:14:16 -0700 | [diff] [blame] | 2281 | <activity android:name=".fuelgauge.BatterySaverModeVoiceActivity" |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 2282 | android:label="@string/power_usage_summary_title" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2283 | android:theme="@*android:style/Theme.DeviceDefault.Light.Voice" |
Barnaby James | c55ea15 | 2015-04-13 14:33:53 -0700 | [diff] [blame] | 2284 | android:exported="true"> |
| 2285 | <intent-filter> |
| 2286 | <action android:name="android.settings.VOICE_CONTROL_BATTERY_SAVER_MODE" /> |
| 2287 | <category android:name="android.intent.category.DEFAULT" /> |
| 2288 | <category android:name="android.intent.category.VOICE" /> |
| 2289 | </intent-filter> |
| 2290 | </activity> |
| 2291 | |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2292 | <activity android:name="Settings$AccountSyncSettingsActivity" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 2293 | android:label="@string/account_sync_settings_title" |
Amith Yamasani | a9c55d8 | 2012-09-28 16:40:42 -0700 | [diff] [blame] | 2294 | android:taskAffinity="" |
Jeff Sharkey | cc0d26b | 2012-11-27 16:42:27 -0800 | [diff] [blame] | 2295 | android:parentActivityName="Settings"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2296 | <intent-filter android:priority="1"> |
| 2297 | <action android:name="android.settings.ACCOUNT_SYNC_SETTINGS" /> |
| 2298 | <category android:name="android.intent.category.DEFAULT" /> |
| 2299 | </intent-filter> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2300 | <intent-filter> |
| 2301 | <action android:name="android.intent.action.MAIN" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2302 | <category android:name="android.intent.category.DEFAULT" /> |
| 2303 | </intent-filter> |
| 2304 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2305 | android:value="com.android.settings.accounts.AccountSyncSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2306 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2307 | android:value="true" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2308 | </activity> |
Ricky Wai | bf94d09 | 2017-02-01 15:26:29 +0000 | [diff] [blame] | 2309 | <activity android:name="Settings$ManagedProfileSettingsActivity" |
| 2310 | android:label="@string/managed_profile_settings_title" |
| 2311 | android:taskAffinity="" |
| 2312 | android:parentActivityName="Settings" |
| 2313 | android:permission="android.permission.MANAGE_USERS"> |
| 2314 | <intent-filter android:priority="1"> |
| 2315 | <action android:name="android.settings.MANAGED_PROFILE_SETTINGS" /> |
| 2316 | <category android:name="android.intent.category.DEFAULT" /> |
| 2317 | </intent-filter> |
| 2318 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2319 | android:value="com.android.settings.accounts.ManagedProfileSettings" /> |
| 2320 | </activity> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2321 | |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2322 | <activity android:name="com.android.settings.accounts.AddAccountSettings" |
Amith Yamasani | 21c2904 | 2012-10-02 15:16:21 -0700 | [diff] [blame] | 2323 | android:theme="@android:style/Theme.Translucent.NoTitleBar" |
Amith Yamasani | 7bb8f72 | 2011-06-02 18:05:40 -0700 | [diff] [blame] | 2324 | android:configChanges="orientation|keyboardHidden|screenSize" |
Adam Powell | faba7e4 | 2012-03-26 17:28:38 -0700 | [diff] [blame] | 2325 | android:label="@string/header_add_an_account" |
Adam Powell | d8537a0 | 2012-07-18 19:02:39 -0700 | [diff] [blame] | 2326 | android:taskAffinity="com.android.settings" |
Doris Ling | f074f0f | 2017-02-24 15:20:05 -0800 | [diff] [blame] | 2327 | android:parentActivityName="Settings$UserAndAccountDashboardActivity"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2328 | <intent-filter android:priority="1"> |
| 2329 | <action android:name="android.settings.ADD_ACCOUNT_SETTINGS" /> |
| 2330 | <category android:name="android.intent.category.DEFAULT" /> |
| 2331 | </intent-filter> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2332 | <intent-filter> |
| 2333 | <action android:name="android.intent.action.MAIN" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2334 | <category android:name="android.intent.category.DEFAULT" /> |
| 2335 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2336 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2337 | android:value="true" /> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2338 | </activity> |
| 2339 | |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2340 | <activity android:name="Settings$ChooseAccountActivity" |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2341 | android:label="@string/header_add_an_account" |
Fan Zhang | 92f1e94 | 2017-01-21 10:07:26 -0800 | [diff] [blame] | 2342 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Jason Monk | b7e4380 | 2016-06-06 16:01:58 -0400 | [diff] [blame] | 2343 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2344 | android:value="com.android.settings.accounts.ChooseAccountActivity" /> |
| 2345 | </activity> |
Jim Miller | 165bf2f | 2011-01-26 16:10:26 -0800 | [diff] [blame] | 2346 | |
Jason parks | 8fd5bc9 | 2011-01-12 16:03:31 -0600 | [diff] [blame] | 2347 | <activity android:name=".CryptKeeper" |
Fyodor Kupolov | 25f1f60 | 2015-08-25 10:16:07 -0700 | [diff] [blame] | 2348 | androidprv:systemUserOnly="true" |
Jason parks | 8fd5bc9 | 2011-01-12 16:03:31 -0600 | [diff] [blame] | 2349 | android:immersive="true" |
| 2350 | android:launchMode="singleTop" |
Dianne Hackborn | 140f6c6 | 2011-10-16 11:49:00 -0700 | [diff] [blame] | 2351 | android:excludeFromRecents="true" |
Paul Lawrence | 26abe64 | 2014-06-11 15:24:37 -0700 | [diff] [blame] | 2352 | android:theme="@style/Theme.CryptKeeper" |
Paul Lawrence | 5ab67c5 | 2014-05-14 13:57:06 -0700 | [diff] [blame] | 2353 | android:configChanges="mnc|mcc|keyboard|keyboardHidden|uiMode" |
Paul Lawrence | eca15e1 | 2014-05-23 08:46:34 -0700 | [diff] [blame] | 2354 | android:windowSoftInputMode="adjustResize" |
Paul Lawrence | a1092fe | 2015-06-08 11:00:50 -0700 | [diff] [blame] | 2355 | android:screenOrientation="nosensor" |
| 2356 | android:process=":CryptKeeper"> |
Jason parks | 8fd5bc9 | 2011-01-12 16:03:31 -0600 | [diff] [blame] | 2357 | <intent-filter android:priority="10"> |
| 2358 | <action android:name="android.intent.action.MAIN" /> |
| 2359 | <category android:name="android.intent.category.HOME" /> |
| 2360 | <category android:name="android.intent.category.DEFAULT" /> |
| 2361 | </intent-filter> |
| 2362 | </activity> |
Amith Yamasani | 43c6978 | 2010-12-01 09:04:36 -0800 | [diff] [blame] | 2363 | |
Jeff Sharkey | 9e9f7d1 | 2015-11-30 13:28:19 -0700 | [diff] [blame] | 2364 | <!-- Triggered when user-selected home app isn't encryption aware --> |
| 2365 | <activity android:name=".FallbackHome" |
| 2366 | android:excludeFromRecents="true" |
Fan Zhang | 49534b7 | 2017-06-22 15:04:41 -0700 | [diff] [blame] | 2367 | android:label="" |
Maurice Lam | 6e79c02 | 2016-07-15 18:11:54 -0700 | [diff] [blame] | 2368 | android:screenOrientation="nosensor" |
Jeff Sharkey | e555a6f | 2016-02-23 20:48:01 -0700 | [diff] [blame] | 2369 | android:theme="@style/FallbackHome"> |
Xiaohui Chen | dbf3e15 | 2015-12-30 15:51:56 -0800 | [diff] [blame] | 2370 | <intent-filter android:priority="-1000"> |
Jeff Sharkey | 9e9f7d1 | 2015-11-30 13:28:19 -0700 | [diff] [blame] | 2371 | <action android:name="android.intent.action.MAIN" /> |
| 2372 | <category android:name="android.intent.category.HOME" /> |
| 2373 | <category android:name="android.intent.category.DEFAULT" /> |
| 2374 | </intent-filter> |
| 2375 | </activity> |
| 2376 | |
Vikram Aggarwal | 9f55ae2 | 2012-04-02 13:36:35 -0700 | [diff] [blame] | 2377 | <activity android:name=".CryptKeeper$FadeToBlack" |
Jason parks | f1dbf55 | 2011-01-24 16:19:28 -0600 | [diff] [blame] | 2378 | android:immersive="true" |
| 2379 | android:launchMode="singleTop" |
| 2380 | android:theme="@style/CryptKeeperBlankTheme" |
| 2381 | /> |
| 2382 | |
Jason parks | f821730 | 2011-01-26 13:11:42 -0600 | [diff] [blame] | 2383 | <activity android:name=".CryptKeeperConfirm$Blank" |
| 2384 | android:immersive="true" |
| 2385 | android:launchMode="singleTop" |
| 2386 | android:theme="@style/CryptKeeperBlankTheme" |
| 2387 | /> |
| 2388 | |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 2389 | <!-- Pseudo-activity used to provide an intent-filter entry point to encryption settings --> |
| 2390 | <activity android:name="Settings$CryptKeeperSettingsActivity" |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 2391 | android:label="@string/crypt_keeper_encrypt_title"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2392 | <intent-filter android:priority="1"> |
| 2393 | <action android:name="android.app.action.START_ENCRYPTION" /> |
songkailun | 7d2a590 | 2017-09-29 09:42:05 +0800 | [diff] [blame] | 2394 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2395 | </intent-filter> |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 2396 | <intent-filter> |
| 2397 | <action android:name="android.intent.action.MAIN" /> |
songkailun | 7d2a590 | 2017-09-29 09:42:05 +0800 | [diff] [blame] | 2398 | <category android:name="android.intent.category.DEFAULT" /> |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 2399 | </intent-filter> |
| 2400 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2401 | android:value="com.android.settings.CryptKeeperSettings" /> |
Andy Stadler | 3da38a0 | 2011-01-21 13:38:45 -0800 | [diff] [blame] | 2402 | </activity> |
| 2403 | |
Rajeev Kumar | 4a5e3dc | 2017-07-18 19:21:34 -0700 | [diff] [blame] | 2404 | <activity android:name="Settings$DataPlanUsageSummaryActivity" |
| 2405 | android:label="@string/data_usage_summary_title" |
| 2406 | android:icon="@drawable/ic_settings_data_usage" |
| 2407 | android:taskAffinity=""> |
| 2408 | <intent-filter> |
| 2409 | <action android:name="android.intent.action.MAIN" /> |
| 2410 | <category android:name="android.intent.category.DEFAULT" /> |
| 2411 | <category android:name="com.android.settings.SHORTCUT" /> |
| 2412 | </intent-filter> |
| 2413 | <intent-filter android:priority="10"> |
| 2414 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 2415 | </intent-filter> |
| 2416 | <meta-data android:name="com.android.settings.category" |
| 2417 | android:value="com.android.settings.category.ia.wireless" /> |
| 2418 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2419 | android:value="com.android.settings.datausage.DataPlanUsageSummary" /> |
| 2420 | </activity> |
| 2421 | |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 2422 | <activity android:name="Settings$DataUsageSummaryActivity" |
Jeff Sharkey | d39c6e4 | 2011-08-04 21:17:23 -0700 | [diff] [blame] | 2423 | android:label="@string/data_usage_summary_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2424 | android:icon="@drawable/ic_settings_data_usage" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2425 | android:taskAffinity=""> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 2426 | <intent-filter> |
| 2427 | <action android:name="android.intent.action.MAIN" /> |
Jeff Sharkey | dd6efe1 | 2011-06-15 10:31:41 -0700 | [diff] [blame] | 2428 | <category android:name="android.intent.category.DEFAULT" /> |
Amith Yamasani | 7836e4a | 2011-09-19 13:25:52 -0700 | [diff] [blame] | 2429 | <category android:name="com.android.settings.SHORTCUT" /> |
Jeff Sharkey | dd6efe1 | 2011-06-15 10:31:41 -0700 | [diff] [blame] | 2430 | </intent-filter> |
Fan Zhang | 52ed61e | 2017-03-02 13:51:14 -0800 | [diff] [blame] | 2431 | <intent-filter android:priority="10"> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2432 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 2433 | </intent-filter> |
| 2434 | <meta-data android:name="com.android.settings.category" |
Fan Zhang | 52ed61e | 2017-03-02 13:51:14 -0800 | [diff] [blame] | 2435 | android:value="com.android.settings.category.ia.wireless" /> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 2436 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Jason Monk | b37e288 | 2016-01-11 14:27:20 -0500 | [diff] [blame] | 2437 | android:value="com.android.settings.datausage.DataUsageSummary" /> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 2438 | </activity> |
| 2439 | |
Malcolm Chen | 52584e9 | 2017-06-20 11:14:27 -0700 | [diff] [blame] | 2440 | <activity android:name="Settings$MobileDataUsageListActivity" |
| 2441 | android:label="@string/cellular_data_usage" |
| 2442 | android:taskAffinity=""> |
| 2443 | <intent-filter android:priority="1"> |
| 2444 | <action android:name="android.settings.MOBILE_DATA_USAGE" /> |
Malcolm Chen | 6fef2fff | 2017-07-13 17:59:58 -0700 | [diff] [blame] | 2445 | <category android:name="android.intent.category.DEFAULT" /> |
Malcolm Chen | 52584e9 | 2017-06-20 11:14:27 -0700 | [diff] [blame] | 2446 | </intent-filter> |
| 2447 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2448 | android:value="com.android.settings.datausage.DataUsageList" /> |
| 2449 | </activity> |
| 2450 | |
Daniel Sandler | 7dee75c | 2012-11-27 22:41:30 -0500 | [diff] [blame] | 2451 | <activity android:name="Settings$DreamSettingsActivity" |
| 2452 | android:label="@string/screensaver_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2453 | android:icon="@drawable/ic_settings_display" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2454 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2455 | <intent-filter android:priority="1"> |
| 2456 | <action android:name="android.settings.DREAM_SETTINGS" /> |
| 2457 | <category android:name="android.intent.category.DEFAULT" /> |
| 2458 | </intent-filter> |
Daniel Sandler | 7dee75c | 2012-11-27 22:41:30 -0500 | [diff] [blame] | 2459 | <intent-filter> |
| 2460 | <action android:name="android.intent.action.MAIN" /> |
Daniel Sandler | 7dee75c | 2012-11-27 22:41:30 -0500 | [diff] [blame] | 2461 | <category android:name="android.intent.category.DEFAULT" /> |
| 2462 | <category android:name="com.android.settings.SHORTCUT" /> |
| 2463 | </intent-filter> |
| 2464 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Evan Laird | 22315ad | 2017-07-18 16:37:42 -0400 | [diff] [blame] | 2465 | android:value="com.android.settings.dream.DreamSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2466 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2467 | android:value="true" /> |
Daniel Sandler | 7dee75c | 2012-11-27 22:41:30 -0500 | [diff] [blame] | 2468 | </activity> |
| 2469 | |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2470 | <activity android:name="Settings$UserSettingsActivity" |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2471 | android:label="@string/user_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2472 | android:icon="@drawable/ic_settings_multiuser" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2473 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2474 | <intent-filter android:priority="1"> |
| 2475 | <action android:name="android.settings.USER_SETTINGS" /> |
| 2476 | <category android:name="android.intent.category.DEFAULT" /> |
| 2477 | </intent-filter> |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2478 | <intent-filter> |
| 2479 | <action android:name="android.intent.action.MAIN" /> |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2480 | <category android:name="android.intent.category.DEFAULT" /> |
| 2481 | </intent-filter> |
Doris Ling | 1694d4b | 2017-03-03 14:21:37 -0800 | [diff] [blame] | 2482 | <intent-filter android:priority="8"> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2483 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 2484 | </intent-filter> |
| 2485 | <meta-data android:name="com.android.settings.category" |
Doris Ling | 1694d4b | 2017-03-03 14:21:37 -0800 | [diff] [blame] | 2486 | android:value="com.android.settings.category.ia.accounts" /> |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2487 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2488 | android:value="com.android.settings.users.UserSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2489 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2490 | android:value="true" /> |
Amith Yamasani | 233592b | 2013-03-01 17:05:23 -0800 | [diff] [blame] | 2491 | </activity> |
| 2492 | |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2493 | <activity android:name="Settings$PaymentSettingsActivity" |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2494 | android:label="@string/nfc_payment_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2495 | android:icon="@drawable/ic_settings_nfc_payment" |
Jason Monk | 5862c1e | 2016-06-07 14:02:33 -0400 | [diff] [blame] | 2496 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2497 | <intent-filter android:priority="1"> |
| 2498 | <action android:name="android.settings.NFC_PAYMENT_SETTINGS" /> |
| 2499 | <category android:name="android.intent.category.DEFAULT" /> |
| 2500 | </intent-filter> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2501 | <intent-filter> |
| 2502 | <action android:name="android.intent.action.MAIN" /> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2503 | <category android:name="android.intent.category.DEFAULT" /> |
| 2504 | </intent-filter> |
| 2505 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2506 | android:value="com.android.settings.nfc.PaymentSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2507 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2508 | android:value="true" /> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2509 | </activity> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2510 | |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2511 | <activity android:name=".nfc.PaymentDefaultDialog" |
Martijn Coenen | da6c0ba | 2013-09-05 21:07:23 -0700 | [diff] [blame] | 2512 | android:label="@string/nfc_payment_set_default_label" |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2513 | android:excludeFromRecents="true" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2514 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2515 | <intent-filter android:priority="1"> |
Martijn Coenen | a73aa32 | 2013-08-30 12:57:42 -0700 | [diff] [blame] | 2516 | <action android:name="android.nfc.cardemulation.action.ACTION_CHANGE_DEFAULT" /> |
| 2517 | <category android:name="android.intent.category.DEFAULT" /> |
| 2518 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2519 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2520 | android:value="true" /> |
Martijn Coenen | 26515da | 2013-08-01 18:13:33 -0700 | [diff] [blame] | 2521 | </activity> |
| 2522 | |
Martijn Coenen | cbcc76e | 2015-06-05 21:28:17 +0200 | [diff] [blame] | 2523 | <activity android:name=".nfc.HowItWorks" |
| 2524 | android:label="@string/nfc_payment_settings_title" |
| 2525 | android:parentActivityName="Settings$PaymentSettingsActivity"> |
| 2526 | android:excludeFromRecents="true"> |
| 2527 | </activity> |
| 2528 | |
David Braun | 4e9f04d | 2013-09-16 13:45:42 -0700 | [diff] [blame] | 2529 | <activity android:name=".SmsDefaultDialog" |
| 2530 | android:label="@string/sms_application_title" |
| 2531 | android:excludeFromRecents="true" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 2532 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2533 | <intent-filter android:priority="1"> |
David Braun | 4e9f04d | 2013-09-16 13:45:42 -0700 | [diff] [blame] | 2534 | <action android:name="android.provider.Telephony.ACTION_CHANGE_DEFAULT" /> |
| 2535 | <category android:name="android.intent.category.DEFAULT" /> |
| 2536 | </intent-filter> |
| 2537 | </activity> |
| 2538 | |
Julia Reynolds | 559bd36 | 2017-06-21 14:19:46 -0400 | [diff] [blame] | 2539 | <activity android:name="Settings$SpecialAccessSettingsActivity" |
| 2540 | android:taskAffinity=""> |
| 2541 | <intent-filter> |
| 2542 | <action android:name="android.intent.action.MAIN" /> |
| 2543 | <category android:name="android.intent.category.DEFAULT" /> |
| 2544 | </intent-filter> |
| 2545 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2546 | android:value="com.android.settings.applications.SpecialAccessSettings" /> |
| 2547 | </activity> |
| 2548 | |
Daniel Sandler | 79b9bfe | 2013-04-04 14:30:04 -0400 | [diff] [blame] | 2549 | <activity android:name="Settings$NotificationAccessSettingsActivity" |
Jeff Sharkey | b654846 | 2014-07-21 15:38:06 -0700 | [diff] [blame] | 2550 | android:label="@string/manage_notification_access_title" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2551 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2552 | <intent-filter android:priority="1"> |
| 2553 | <action android:name="android.settings.ACTION_NOTIFICATION_LISTENER_SETTINGS" /> |
| 2554 | <category android:name="android.intent.category.DEFAULT" /> |
| 2555 | </intent-filter> |
Daniel Sandler | 79b9bfe | 2013-04-04 14:30:04 -0400 | [diff] [blame] | 2556 | <intent-filter> |
| 2557 | <action android:name="android.intent.action.MAIN" /> |
Daniel Sandler | 79b9bfe | 2013-04-04 14:30:04 -0400 | [diff] [blame] | 2558 | <category android:name="android.intent.category.DEFAULT" /> |
| 2559 | </intent-filter> |
| 2560 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
John Spurlock | 4a35051 | 2014-04-08 14:08:21 -0400 | [diff] [blame] | 2561 | android:value="com.android.settings.notification.NotificationAccessSettings" /> |
John Spurlock | 08531a8 | 2015-05-07 17:45:43 -0400 | [diff] [blame] | 2562 | </activity> |
| 2563 | |
Ruben Brunk | e1c98ca | 2016-02-23 18:58:56 -0800 | [diff] [blame] | 2564 | <activity android:name="Settings$VrListenersSettingsActivity" |
| 2565 | android:label="@string/vr_listeners_title" |
| 2566 | android:taskAffinity=""> |
| 2567 | <intent-filter android:priority="1"> |
| 2568 | <action android:name="android.settings.VR_LISTENER_SETTINGS" /> |
| 2569 | <category android:name="android.intent.category.DEFAULT" /> |
| 2570 | </intent-filter> |
| 2571 | <intent-filter> |
| 2572 | <action android:name="android.intent.action.MAIN" /> |
| 2573 | <category android:name="android.intent.category.DEFAULT" /> |
| 2574 | </intent-filter> |
| 2575 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2576 | android:value="com.android.settings.applications.VrListenerSettings" /> |
| 2577 | </activity> |
| 2578 | |
Winson Chung | 0a0d95a | 2017-01-20 11:22:44 -0800 | [diff] [blame] | 2579 | <activity android:name="Settings$PictureInPictureSettingsActivity" |
| 2580 | android:label="@string/picture_in_picture_title" |
| 2581 | android:taskAffinity=""> |
| 2582 | <intent-filter android:priority="1"> |
| 2583 | <action android:name="android.settings.PICTURE_IN_PICTURE_SETTINGS" /> |
| 2584 | <category android:name="android.intent.category.DEFAULT" /> |
| 2585 | </intent-filter> |
| 2586 | <intent-filter> |
| 2587 | <action android:name="android.intent.action.MAIN" /> |
| 2588 | <category android:name="android.intent.category.DEFAULT" /> |
| 2589 | </intent-filter> |
| 2590 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2591 | android:value="com.android.settings.applications.PictureInPictureSettings" /> |
| 2592 | </activity> |
Ruben Brunk | e1c98ca | 2016-02-23 18:58:56 -0800 | [diff] [blame] | 2593 | |
Winson Chung | 217d0e9 | 2017-03-17 15:48:38 -0700 | [diff] [blame] | 2594 | <activity android:name="Settings$AppPictureInPictureSettingsActivity" |
| 2595 | android:label="@string/picture_in_picture_title" |
| 2596 | android:taskAffinity=""> |
| 2597 | <intent-filter> |
| 2598 | <action android:name="android.settings.PICTURE_IN_PICTURE_SETTINGS" /> |
| 2599 | <category android:name="android.intent.category.DEFAULT" /> |
| 2600 | <data android:scheme="package" /> |
| 2601 | </intent-filter> |
| 2602 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2603 | android:value="com.android.settings.applications.PictureInPictureDetails" /> |
| 2604 | </activity> |
| 2605 | |
John Spurlock | 08531a8 | 2015-05-07 17:45:43 -0400 | [diff] [blame] | 2606 | <activity android:name="Settings$ZenAccessSettingsActivity" |
| 2607 | android:label="@string/manage_zen_access_title" |
| 2608 | android:taskAffinity=""> |
| 2609 | <intent-filter android:priority="1"> |
John Spurlock | a00194d | 2015-06-04 13:01:59 -0400 | [diff] [blame] | 2610 | <action android:name="android.settings.NOTIFICATION_POLICY_ACCESS_SETTINGS" /> |
John Spurlock | 08531a8 | 2015-05-07 17:45:43 -0400 | [diff] [blame] | 2611 | <category android:name="android.intent.category.DEFAULT" /> |
| 2612 | </intent-filter> |
| 2613 | <intent-filter> |
| 2614 | <action android:name="android.intent.action.MAIN" /> |
| 2615 | <category android:name="android.intent.category.DEFAULT" /> |
| 2616 | </intent-filter> |
| 2617 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2618 | android:value="com.android.settings.notification.ZenAccessSettings" /> |
Daniel Sandler | 79b9bfe | 2013-04-04 14:30:04 -0400 | [diff] [blame] | 2619 | </activity> |
| 2620 | |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2621 | <activity android:name="Settings$ConfigureNotificationSettingsActivity" |
| 2622 | android:label="@string/configure_notification_settings" |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2623 | android:exported="true" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2624 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2625 | <intent-filter android:priority="1"> |
| 2626 | <action android:name="android.settings.NOTIFICATION_SETTINGS" /> |
| 2627 | <category android:name="android.intent.category.DEFAULT" /> |
| 2628 | </intent-filter> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2629 | <intent-filter> |
| 2630 | <action android:name="android.intent.action.MAIN" /> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2631 | <category android:name="android.intent.category.DEFAULT" /> |
| 2632 | <category android:name="com.android.settings.SHORTCUT" /> |
| 2633 | </intent-filter> |
Julia Reynolds | 8cf8bf0 | 2017-04-17 17:22:09 -0400 | [diff] [blame] | 2634 | <intent-filter android:priority="160"> |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 2635 | <action android:name="com.android.settings.action.SETTINGS"/> |
| 2636 | </intent-filter> |
| 2637 | <meta-data android:name="com.android.settings.category" |
| 2638 | android:value="com.android.settings.category.ia.apps"/> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2639 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2640 | android:value="com.android.settings.notification.ConfigureNotificationSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2641 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2642 | android:value="true" /> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2643 | </activity> |
| 2644 | |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2645 | <!-- Keep compatibility with old shortcuts. --> |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2646 | <activity android:name="Settings$SoundSettingsActivity" |
| 2647 | android:label="@string/sound_settings" |
| 2648 | android:icon="@drawable/ic_settings_sound" |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2649 | android:taskAffinity="" |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2650 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2651 | <intent-filter android:priority="1"> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2652 | <action android:name="com.android.settings.SOUND_SETTINGS" /> |
| 2653 | <action android:name="android.settings.SOUND_SETTINGS" /> |
Kenny Guy | f9f279e | 2017-04-04 18:01:13 +0100 | [diff] [blame] | 2654 | <action android:name="android.settings.ACTION_OTHER_SOUND_SETTINGS" /> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2655 | <category android:name="android.intent.category.DEFAULT" /> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2656 | </intent-filter> |
| 2657 | <intent-filter> |
| 2658 | <action android:name="android.intent.action.MAIN" /> |
| 2659 | <category android:name="android.intent.category.DEFAULT" /> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2660 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2661 | <category android:name="com.android.settings.SHORTCUT" /> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2662 | </intent-filter> |
Doris Ling | 4731167 | 2017-02-28 13:08:31 -0800 | [diff] [blame] | 2663 | <intent-filter android:priority="6"> |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2664 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 2665 | </intent-filter> |
| 2666 | <meta-data android:name="com.android.settings.category" |
Doris Ling | 4731167 | 2017-02-28 13:08:31 -0800 | [diff] [blame] | 2667 | android:value="com.android.settings.category.ia.homepage" /> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2668 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2669 | android:value="com.android.settings.notification.SoundSettings" /> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2670 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2671 | android:value="true" /> |
Doris Ling | 4731167 | 2017-02-28 13:08:31 -0800 | [diff] [blame] | 2672 | <meta-data android:name="com.android.settings.summary" |
Fan Zhang | 26d4056 | 2017-04-13 11:35:35 -0700 | [diff] [blame] | 2673 | android:resource="@string/sound_dashboard_summary"/> |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2674 | </activity> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2675 | |
| 2676 | <!-- Keep compatibility with old shortcuts. --> |
| 2677 | <activity-alias android:name="SoundSettings" |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2678 | android:label="@string/sound_settings" |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2679 | android:exported="true" |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2680 | android:targetActivity="Settings$SoundSettingsActivity"> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2681 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2682 | android:value="com.android.settings.notification.SoundSettings" /> |
John Spurlock | 4e4cdef | 2014-05-28 09:43:45 -0400 | [diff] [blame] | 2683 | </activity-alias> |
| 2684 | |
John Spurlock | 802ddf9 | 2014-07-18 11:51:13 -0400 | [diff] [blame] | 2685 | <!-- Show apps for which application-level notification settings are applicable --> |
| 2686 | <activity android:name="Settings$NotificationAppListActivity" |
John Spurlock | 81bef1d7 | 2014-05-16 15:50:13 -0400 | [diff] [blame] | 2687 | android:label="@string/app_notifications_title" |
Doris Ling | 1694d4b | 2017-03-03 14:21:37 -0800 | [diff] [blame] | 2688 | android:icon="@drawable/ic_notifications" |
John Spurlock | 81bef1d7 | 2014-05-16 15:50:13 -0400 | [diff] [blame] | 2689 | android:exported="true" |
Dianne Hackborn | a1b89d0 | 2014-06-11 15:56:19 -0700 | [diff] [blame] | 2690 | android:taskAffinity=""> |
Doris Ling | 1694d4b | 2017-03-03 14:21:37 -0800 | [diff] [blame] | 2691 | <intent-filter android:priority="150"> |
Julia Reynolds | 8c0a423 | 2015-11-24 10:08:14 -0500 | [diff] [blame] | 2692 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 2693 | </intent-filter> |
| 2694 | <meta-data android:name="com.android.settings.category" |
Julia Reynolds | 8cf8bf0 | 2017-04-17 17:22:09 -0400 | [diff] [blame] | 2695 | android:value="com.android.settings.category.ia.notifications" /> |
John Spurlock | 81bef1d7 | 2014-05-16 15:50:13 -0400 | [diff] [blame] | 2696 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Jason Monk | a2d47fc | 2016-03-03 10:49:44 -0500 | [diff] [blame] | 2697 | android:value="com.android.settings.applications.NotificationApps" /> |
John Spurlock | 81bef1d7 | 2014-05-16 15:50:13 -0400 | [diff] [blame] | 2698 | </activity> |
Dan Sandler | 347f944 | 2014-03-11 01:32:47 -0400 | [diff] [blame] | 2699 | |
John Spurlock | 802ddf9 | 2014-07-18 11:51:13 -0400 | [diff] [blame] | 2700 | <!-- Show application-level notification settings (app passed in as extras) --> |
| 2701 | <activity android:name="Settings$AppNotificationSettingsActivity" |
John Spurlock | b8ec343 | 2014-07-27 13:33:34 -0400 | [diff] [blame] | 2702 | android:exported="true"> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2703 | <intent-filter android:priority="1"> |
| 2704 | <action android:name="android.settings.APP_NOTIFICATION_SETTINGS" /> |
| 2705 | <category android:name="android.intent.category.DEFAULT" /> |
| 2706 | </intent-filter> |
John Spurlock | b8ec343 | 2014-07-27 13:33:34 -0400 | [diff] [blame] | 2707 | <intent-filter> |
| 2708 | <action android:name="android.intent.action.MAIN" /> |
John Spurlock | b8ec343 | 2014-07-27 13:33:34 -0400 | [diff] [blame] | 2709 | <category android:name="android.intent.category.DEFAULT" /> |
| 2710 | </intent-filter> |
John Spurlock | 802ddf9 | 2014-07-18 11:51:13 -0400 | [diff] [blame] | 2711 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2712 | android:value="com.android.settings.notification.AppNotificationSettings" /> |
John Spurlock | b8ec343 | 2014-07-27 13:33:34 -0400 | [diff] [blame] | 2713 | </activity> |
| 2714 | |
Julia Reynolds | 0c3f4bc | 2017-08-25 09:40:24 -0400 | [diff] [blame] | 2715 | <!-- Show channel group-level notification settings (group passed in as extras) --> |
| 2716 | <activity android:name="Settings$ChannelGroupNotificationSettingsActivity" |
| 2717 | android:exported="true"> |
| 2718 | <intent-filter android:priority="1"> |
| 2719 | <action android:name="android.settings.CHANNEL_GROUP_NOTIFICATION_SETTINGS" /> |
| 2720 | <category android:name="android.intent.category.DEFAULT" /> |
| 2721 | </intent-filter> |
| 2722 | <intent-filter> |
| 2723 | <action android:name="android.intent.action.MAIN" /> |
| 2724 | <category android:name="android.intent.category.DEFAULT" /> |
| 2725 | </intent-filter> |
| 2726 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2727 | android:value="com.android.settings.notification.ChannelGroupNotificationSettings" /> |
| 2728 | </activity> |
| 2729 | |
| 2730 | |
Julia Reynolds | 6949288 | 2017-01-25 10:32:07 -0500 | [diff] [blame] | 2731 | <!-- Show channel-level notification settings (channel passed in as extras) --> |
| 2732 | <activity android:name="Settings$ChannelNotificationSettingsActivity" |
Julia Reynolds | 6949288 | 2017-01-25 10:32:07 -0500 | [diff] [blame] | 2733 | android:exported="true"> |
| 2734 | <intent-filter android:priority="1"> |
| 2735 | <action android:name="android.settings.CHANNEL_NOTIFICATION_SETTINGS" /> |
| 2736 | <category android:name="android.intent.category.DEFAULT" /> |
| 2737 | </intent-filter> |
| 2738 | <intent-filter> |
| 2739 | <action android:name="android.intent.action.MAIN" /> |
| 2740 | <category android:name="android.intent.category.DEFAULT" /> |
| 2741 | </intent-filter> |
| 2742 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2743 | android:value="com.android.settings.notification.ChannelNotificationSettings" /> |
| 2744 | </activity> |
| 2745 | |
Zachary Kuznia | 5adcb3d | 2015-08-07 16:32:28 -0700 | [diff] [blame] | 2746 | <!-- Show Manual (from settings item) --> |
| 2747 | <activity android:name="ManualDisplayActivity" |
| 2748 | android:label="@string/manual" |
| 2749 | android:taskAffinity="" |
| 2750 | android:enabled="@bool/config_show_manual"> |
| 2751 | <intent-filter> |
| 2752 | <action android:name="android.settings.SHOW_MANUAL" /> |
| 2753 | <category android:name="android.intent.category.DEFAULT" /> |
| 2754 | </intent-filter> |
| 2755 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2756 | android:value="true" /> |
| 2757 | </activity> |
| 2758 | |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 2759 | <!-- Show regulatory info (from settings item or dialing "*#07#") --> |
| 2760 | <activity android:name="RegulatoryInfoDisplayActivity" |
Andrew Sapperstein | 1fad9af | 2016-05-31 10:34:01 -0700 | [diff] [blame] | 2761 | android:label="@string/regulatory_labels" |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 2762 | android:taskAffinity="" |
Jeff Sharkey | 3daa259 | 2014-04-18 15:30:15 -0700 | [diff] [blame] | 2763 | android:enabled="@bool/config_show_regulatory_info"> |
| 2764 | <intent-filter> |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 2765 | <action android:name="android.settings.SHOW_REGULATORY_INFO" /> |
| 2766 | <category android:name="android.intent.category.DEFAULT" /> |
| 2767 | </intent-filter> |
Alexandra Gherghina | 2513851 | 2014-07-21 22:42:21 +0100 | [diff] [blame] | 2768 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2769 | android:value="true" /> |
Jake Hamby | 5e9bd86 | 2013-04-09 15:48:25 -0700 | [diff] [blame] | 2770 | </activity> |
| 2771 | |
Eugene Susla | 5754412 | 2017-04-14 10:42:59 -0700 | [diff] [blame] | 2772 | <!-- Confirmation dialog for enabling notification access from CompanionDeviceManager --> |
| 2773 | <activity android:name=".notification.NotificationAccessConfirmationActivity" |
| 2774 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" /> |
| 2775 | |
Dianne Hackborn | 4b21f7c | 2010-10-06 14:28:23 -0700 | [diff] [blame] | 2776 | <receiver android:name=".widget.SettingsAppWidgetProvider" |
Joe Onorato | 9bcc691 | 2011-01-10 12:55:57 -0800 | [diff] [blame] | 2777 | android:label="@string/gadget_title" |
Matthew Xie | 89d44ec | 2013-04-18 23:43:42 -0700 | [diff] [blame] | 2778 | android:exported="false" |
Amith Yamasani | b4b1b40 | 2011-06-15 18:00:27 -0700 | [diff] [blame] | 2779 | android:enabled="@bool/has_powercontrol_widget"> |
Ken Shirriff | 03a6110 | 2009-06-08 13:49:05 -0700 | [diff] [blame] | 2780 | <intent-filter> |
| 2781 | <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
Amith Yamasani | a9125d4 | 2011-10-03 11:54:16 -0700 | [diff] [blame] | 2782 | <action android:name="android.appwidget.action.APPWIDGET_ENABLED" /> |
| 2783 | <action android:name="android.appwidget.action.APPWIDGET_DISABLED" /> |
Ken Shirriff | 03a6110 | 2009-06-08 13:49:05 -0700 | [diff] [blame] | 2784 | <action android:name="android.net.wifi.WIFI_STATE_CHANGED" /> |
| 2785 | <action android:name="android.net.conn.BACKGROUND_DATA_SETTING_CHANGED" /> |
Nick Pelly | 5ddbd94 | 2009-09-11 11:41:59 -0700 | [diff] [blame] | 2786 | <action android:name="android.bluetooth.adapter.action.STATE_CHANGED" /> |
Tom O'Neill | 4af6514 | 2013-09-03 07:56:53 -0700 | [diff] [blame] | 2787 | <action android:name="android.location.MODE_CHANGED" /> |
Dianne Hackborn | 4b21f7c | 2010-10-06 14:28:23 -0700 | [diff] [blame] | 2788 | <action android:name="com.android.sync.SYNC_CONN_STATUS_CHANGED" /> |
Ken Shirriff | 03a6110 | 2009-06-08 13:49:05 -0700 | [diff] [blame] | 2789 | </intent-filter> |
| 2790 | <meta-data android:name="android.appwidget.provider" android:resource="@xml/appwidget_info" /> |
| 2791 | </receiver> |
Jeff Sharkey | ab2d8d3 | 2011-05-30 16:19:56 -0700 | [diff] [blame] | 2792 | |
Eri Kasamatsu | 70b1928 | 2015-11-12 17:36:04 +0100 | [diff] [blame] | 2793 | <receiver android:name="com.android.settingslib.bluetooth.BluetoothDiscoverableTimeoutReceiver"> |
Srikanth Uppala | 59a97f7 | 2012-04-04 03:32:22 -0700 | [diff] [blame] | 2794 | <intent-filter> |
| 2795 | <action android:name="android.bluetooth.intent.DISCOVERABLE_TIMEOUT" /> |
| 2796 | </intent-filter> |
| 2797 | </receiver> |
| 2798 | |
Amith Yamasani | 32dccbc | 2012-09-13 18:06:49 -0700 | [diff] [blame] | 2799 | <!-- Watch for ContactsContract.Profile changes and update the user's photo. --> |
| 2800 | <receiver android:name=".users.ProfileUpdateReceiver"> |
| 2801 | <intent-filter> |
| 2802 | <action android:name="android.provider.Contacts.PROFILE_CHANGED" /> |
| 2803 | </intent-filter> |
| 2804 | </receiver> |
| 2805 | |
Sanket Padawe | 9d7eb49 | 2015-06-01 10:25:46 -0700 | [diff] [blame] | 2806 | <receiver android:name=".sim.SimSelectNotification"> |
PauloftheWest | 63f7bc8 | 2014-10-30 08:01:30 -0700 | [diff] [blame] | 2807 | <intent-filter> |
Sanket Padawe | 9d7eb49 | 2015-06-01 10:25:46 -0700 | [diff] [blame] | 2808 | <action android:name="android.intent.action.SIM_STATE_CHANGED"></action> |
PauloftheWest | 63f7bc8 | 2014-10-30 08:01:30 -0700 | [diff] [blame] | 2809 | </intent-filter> |
| 2810 | </receiver> |
| 2811 | |
Amith Yamasani | 2ad9625 | 2013-09-09 13:07:27 -0700 | [diff] [blame] | 2812 | <provider |
| 2813 | android:name="android.support.v4.content.FileProvider" |
| 2814 | android:authorities="com.android.settings.files" |
| 2815 | android:grantUriPermissions="true" |
| 2816 | android:exported="false"> |
| 2817 | <meta-data |
| 2818 | android:name="android.support.FILE_PROVIDER_PATHS" |
| 2819 | android:resource="@xml/file_paths" /> |
| 2820 | </provider> |
Fabrice Di Meglio | fa7dc24 | 2014-03-12 19:24:43 -0700 | [diff] [blame] | 2821 | |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 2822 | <activity android:name="Settings$SimSettingsActivity" |
| 2823 | android:label="@string/sim_settings_title" |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2824 | android:icon="@drawable/ic_settings_sim" |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 2825 | android:taskAffinity=""> |
Dianne Hackborn | 0702e87 | 2015-02-20 12:48:32 -0800 | [diff] [blame] | 2826 | <intent-filter android:priority="1"> |
| 2827 | <action android:name="com.android.settings.sim.SIM_SUB_INFO_SETTINGS" /> |
| 2828 | <category android:name="android.intent.category.DEFAULT" /> |
| 2829 | </intent-filter> |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 2830 | <intent-filter> |
| 2831 | <action android:name="android.intent.action.MAIN" /> |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 2832 | <category android:name="android.intent.category.DEFAULT" /> |
| 2833 | </intent-filter> |
Jason Monk | 4da79e0 | 2015-09-10 10:54:36 -0400 | [diff] [blame] | 2834 | <intent-filter android:priority="2"> |
| 2835 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 2836 | </intent-filter> |
| 2837 | <meta-data android:name="com.android.settings.category" |
Fan Zhang | 11df895 | 2017-02-27 15:34:55 -0800 | [diff] [blame] | 2838 | android:value="com.android.settings.category.ia.wireless" /> |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 2839 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2840 | android:value="com.android.settings.sim.SimSettings" /> |
PauloftheWest | 3815561 | 2014-06-30 10:02:36 -0700 | [diff] [blame] | 2841 | </activity> |
| 2842 | |
Sanket Padawe | f6f43e4 | 2015-06-10 17:46:31 -0700 | [diff] [blame] | 2843 | <activity android:name=".sim.SimPreferenceDialog" |
jackqdyulei | 71a0574 | 2017-03-22 13:33:51 -0700 | [diff] [blame] | 2844 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar" |
Sanket Padawe | f6f43e4 | 2015-06-10 17:46:31 -0700 | [diff] [blame] | 2845 | android:excludeFromRecents="true"> |
| 2846 | </activity> |
| 2847 | |
Svetoslav Ganov | 871078e | 2016-07-26 18:26:45 -0700 | [diff] [blame] | 2848 | <activity android:name=".wifi.RequestToggleWiFiActivity" |
| 2849 | android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert" |
| 2850 | android:excludeFromRecents="true" |
| 2851 | android:permission="android.permission.CHANGE_WIFI_STATE"> |
| 2852 | <intent-filter> |
| 2853 | <action android:name="android.net.wifi.action.REQUEST_ENABLE" /> |
| 2854 | <action android:name="android.net.wifi.action.REQUEST_DISABLE" /> |
| 2855 | <category android:name="android.intent.category.DEFAULT" /> |
| 2856 | </intent-filter> |
| 2857 | </activity> |
| 2858 | |
Maurice Lam | 771fac5 | 2015-09-08 10:36:43 -0700 | [diff] [blame] | 2859 | <activity android:name=".wifi.WifiDialogActivity" |
Udam Saini | 86d52c9 | 2016-03-10 11:30:53 -0800 | [diff] [blame] | 2860 | android:label="" |
Maurice Lam | 771fac5 | 2015-09-08 10:36:43 -0700 | [diff] [blame] | 2861 | android:theme="@style/Transparent" |
| 2862 | android:excludeFromRecents="true" |
Maurice Lam | ec1f2ee | 2015-10-29 16:40:49 -0700 | [diff] [blame] | 2863 | android:exported="true" |
Udam Saini | 0ec6862 | 2015-12-21 10:52:34 -0800 | [diff] [blame] | 2864 | android:permission="android.permission.CHANGE_WIFI_STATE" |
| 2865 | android:configChanges="orientation|keyboardHidden|screenSize"> |
Maurice Lam | 771fac5 | 2015-09-08 10:36:43 -0700 | [diff] [blame] | 2866 | <intent-filter> |
| 2867 | <action android:name="com.android.settings.WIFI_DIALOG" /> |
| 2868 | <category android:name="android.intent.category.DEFAULT" /> |
| 2869 | </intent-filter> |
| 2870 | </activity> |
| 2871 | |
PauloftheWest | ffef98b | 2014-11-18 07:12:48 -0800 | [diff] [blame] | 2872 | <activity android:name=".sim.SimDialogActivity" |
jackqdyulei | 71a0574 | 2017-03-22 13:33:51 -0700 | [diff] [blame] | 2873 | android:theme="@*android:style/Theme.DeviceDefault.Settings.Dialog.NoActionBar" |
Sanket Padawe | ffd9655 | 2015-02-02 16:46:55 -0800 | [diff] [blame] | 2874 | android:label="@string/sim_settings_title" |
| 2875 | android:excludeFromRecents="true"> |
PauloftheWest | ffef98b | 2014-11-18 07:12:48 -0800 | [diff] [blame] | 2876 | <intent-filter> |
| 2877 | <action android:name="android.intent.action.MAIN" /> |
PauloftheWest | ffef98b | 2014-11-18 07:12:48 -0800 | [diff] [blame] | 2878 | </intent-filter> |
| 2879 | </activity> |
| 2880 | |
Pavel Zhamaitsiak | 4ab3256 | 2015-02-23 15:34:07 -0800 | [diff] [blame] | 2881 | <activity android:name="Settings$WifiCallingSettingsActivity" |
| 2882 | android:label="@string/wifi_calling_settings_title" |
| 2883 | android:taskAffinity=""> |
| 2884 | <intent-filter> |
| 2885 | <action android:name="android.intent.action.MAIN" /> |
| 2886 | <action android:name="android.settings.WIFI_CALLING_SETTINGS" /> |
| 2887 | <category android:name="android.intent.category.DEFAULT" /> |
| 2888 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 2889 | </intent-filter> |
| 2890 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2891 | android:value="com.android.settings.WifiCallingSettings" /> |
| 2892 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 2893 | android:value="true" /> |
Pavel Zhamaitsiak | 4ab3256 | 2015-02-23 15:34:07 -0800 | [diff] [blame] | 2894 | </activity> |
| 2895 | |
Fan Zhang | 31f699c | 2017-09-28 17:17:44 -0700 | [diff] [blame] | 2896 | <activity android:name=".wifi.WifiCallingSuggestionActivity" |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 2897 | android:label="@string/wifi_calling_settings_title" |
| 2898 | android:icon="@drawable/ic_settings_wireless" |
| 2899 | android:taskAffinity=""> |
| 2900 | <intent-filter> |
| 2901 | <action android:name="android.intent.action.MAIN" /> |
Fan Zhang | 7afbf0f | 2017-05-08 09:31:01 -0700 | [diff] [blame] | 2902 | <category android:name="com.android.settings.suggested.category.FIRST_IMPRESSION" /> |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 2903 | </intent-filter> |
| 2904 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2905 | android:value="com.android.settings.WifiCallingSettings" /> |
| 2906 | <meta-data android:name="com.android.settings.dismiss" |
Fan Zhang | af91c1f | 2017-06-03 15:24:11 -0700 | [diff] [blame] | 2907 | android:value="10,14,30" /> |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 2908 | <meta-data android:name="com.android.settings.title" |
| 2909 | android:resource="@string/wifi_calling_suggestion_title" /> |
Jason Monk | ec1f28e | 2016-02-24 17:39:29 -0500 | [diff] [blame] | 2910 | <meta-data android:name="com.android.settings.summary" |
| 2911 | android:resource="@string/wifi_calling_suggestion_summary" /> |
Jason Monk | d3ac239 | 2016-01-27 13:54:35 -0500 | [diff] [blame] | 2912 | </activity> |
| 2913 | |
Fabrice Di Meglio | fa7dc24 | 2014-03-12 19:24:43 -0700 | [diff] [blame] | 2914 | <provider |
| 2915 | android:name=".search.SettingsSearchIndexablesProvider" |
| 2916 | android:authorities="com.android.settings" |
| 2917 | android:multiprocess="false" |
| 2918 | android:grantUriPermissions="true" |
| 2919 | android:permission="android.permission.READ_SEARCH_INDEXABLES" |
| 2920 | android:exported="true"> |
| 2921 | <intent-filter> |
| 2922 | <action android:name="android.content.action.SEARCH_INDEXABLES_PROVIDER" /> |
| 2923 | </intent-filter> |
| 2924 | </provider> |
| 2925 | |
Fan Zhang | 2985a07 | 2017-09-27 17:32:46 -0700 | [diff] [blame] | 2926 | <provider |
| 2927 | android:name=".dashboard.suggestions.SuggestionStateProvider" |
| 2928 | android:authorities="com.android.settings.suggestions.status" |
| 2929 | android:exported="true"> |
| 2930 | <intent-filter> |
| 2931 | <action android:name="com.android.settings.action.SUGGESTION_STATE_PROVIDER" /> |
| 2932 | </intent-filter> |
| 2933 | </provider> |
| 2934 | |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 2935 | <activity android:name="Settings$OverlaySettingsActivity" |
Christine Franks | e12bf69 | 2017-04-11 09:56:09 -0700 | [diff] [blame] | 2936 | android:label="@string/draw_overlay" |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 2937 | android:taskAffinity=""> |
| 2938 | <intent-filter android:priority="1"> |
| 2939 | <action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" /> |
| 2940 | <category android:name="android.intent.category.DEFAULT" /> |
| 2941 | </intent-filter> |
Billy Lau | f8f9802 | 2015-07-16 03:50:47 +0100 | [diff] [blame] | 2942 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 2943 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 2944 | </activity> |
| 2945 | |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 2946 | <activity android:name="Settings$AppDrawOverlaySettingsActivity" |
Christine Franks | e12bf69 | 2017-04-11 09:56:09 -0700 | [diff] [blame] | 2947 | android:label="@string/draw_overlay" |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 2948 | android:taskAffinity=""> |
| 2949 | <intent-filter android:priority="1"> |
| 2950 | <action android:name="android.settings.action.MANAGE_OVERLAY_PERMISSION" /> |
| 2951 | <category android:name="android.intent.category.DEFAULT" /> |
| 2952 | <data android:scheme="package" /> |
| 2953 | </intent-filter> |
| 2954 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2955 | android:value="com.android.settings.applications.DrawOverlayDetails" /> |
| 2956 | </activity> |
| 2957 | |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 2958 | <activity android:name="Settings$WriteSettingsActivity" |
| 2959 | android:label="@string/write_settings_title" |
| 2960 | android:taskAffinity=""> |
| 2961 | <intent-filter android:priority="1"> |
| 2962 | <action android:name="android.settings.action.MANAGE_WRITE_SETTINGS" /> |
| 2963 | <category android:name="android.intent.category.DEFAULT" /> |
| 2964 | </intent-filter> |
Billy Lau | bb3aa26 | 2015-07-21 16:43:17 +0100 | [diff] [blame] | 2965 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 2966 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Billy Lau | 7f70ba1 | 2015-07-03 17:01:18 +0100 | [diff] [blame] | 2967 | </activity> |
| 2968 | |
Suprabh Shukla | f59d211 | 2017-03-06 17:51:05 -0800 | [diff] [blame] | 2969 | |
| 2970 | <activity android:name="Settings$AppWriteSettingsActivity" |
| 2971 | android:label="@string/write_settings_title" |
| 2972 | android:taskAffinity=""> |
| 2973 | <intent-filter android:priority="1"> |
| 2974 | <action android:name="android.settings.action.MANAGE_WRITE_SETTINGS" /> |
| 2975 | <category android:name="android.intent.category.DEFAULT" /> |
| 2976 | <data android:scheme="package" /> |
| 2977 | </intent-filter> |
| 2978 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 2979 | android:value="com.android.settings.applications.WriteSettingsDetails" /> |
| 2980 | </activity> |
| 2981 | |
Suprabh Shukla | 57d9231 | 2016-12-16 14:44:05 -0800 | [diff] [blame] | 2982 | <activity android:name="Settings$ManageExternalSourcesActivity" |
| 2983 | android:label="@string/install_other_apps" |
| 2984 | android:taskAffinity=""> |
| 2985 | <intent-filter android:priority="1"> |
Suprabh Shukla | ed0ba74 | 2017-04-20 16:02:54 -0700 | [diff] [blame] | 2986 | <action android:name="android.settings.MANAGE_UNKNOWN_APP_SOURCES" /> |
Suprabh Shukla | 57d9231 | 2016-12-16 14:44:05 -0800 | [diff] [blame] | 2987 | <category android:name="android.intent.category.DEFAULT" /> |
| 2988 | </intent-filter> |
| 2989 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | a8cac7a | 2017-10-11 16:44:41 -0700 | [diff] [blame] | 2990 | android:value="com.android.settings.applications.manageapplications.ManageApplications" /> |
Suprabh Shukla | 57d9231 | 2016-12-16 14:44:05 -0800 | [diff] [blame] | 2991 | </activity> |
| 2992 | |
Suprabh Shukla | f59d211 | 2017-03-06 17:51:05 -0800 | [diff] [blame] | 2993 | <activity android:name="Settings$ManageAppExternalSourcesActivity" |
| 2994 | android:label="@string/install_other_apps" |
| 2995 | android:taskAffinity=""> |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 2996 | <intent-filter android:priority="1"> |
Suprabh Shukla | ed0ba74 | 2017-04-20 16:02:54 -0700 | [diff] [blame] | 2997 | <action android:name="android.settings.MANAGE_UNKNOWN_APP_SOURCES" /> |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 2998 | <category android:name="android.intent.category.DEFAULT" /> |
| 2999 | <data android:scheme="package" /> |
| 3000 | </intent-filter> |
| 3001 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Suprabh Shukla | f59d211 | 2017-03-06 17:51:05 -0800 | [diff] [blame] | 3002 | android:value="com.android.settings.applications.ExternalSourcesDetails" /> |
Billy Lau | fee7856 | 2015-07-27 12:57:07 +0100 | [diff] [blame] | 3003 | </activity> |
| 3004 | |
Sudheer Shanka | 9159fe9 | 2015-11-23 12:07:05 +0000 | [diff] [blame] | 3005 | <activity android:name="ShowAdminSupportDetailsDialog" |
| 3006 | android:theme="@style/Transparent" |
Sudheer Shanka | fee4e3e | 2016-02-18 17:48:01 +0000 | [diff] [blame] | 3007 | android:excludeFromRecents="true" |
| 3008 | android:launchMode="singleTop"> |
Sudheer Shanka | 9159fe9 | 2015-11-23 12:07:05 +0000 | [diff] [blame] | 3009 | <intent-filter> |
Sudheer Shanka | cb99d94 | 2015-12-31 17:46:29 +0000 | [diff] [blame] | 3010 | <action android:name="android.settings.SHOW_ADMIN_SUPPORT_DETAILS" /> |
Sudheer Shanka | 9159fe9 | 2015-11-23 12:07:05 +0000 | [diff] [blame] | 3011 | <category android:name="android.intent.category.DEFAULT" /> |
| 3012 | </intent-filter> |
| 3013 | </activity> |
| 3014 | |
Jason Monk | 91e2f89 | 2016-02-23 15:31:09 -0500 | [diff] [blame] | 3015 | <activity android:name="Settings$AdvancedAppsActivity" |
Julia Reynolds | 2e1e0b7 | 2015-12-14 08:32:46 -0500 | [diff] [blame] | 3016 | android:taskAffinity="" |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 3017 | android:exported="true" |
Fan Zhang | 8ee8323 | 2017-04-20 17:05:27 -0700 | [diff] [blame] | 3018 | android:label="@string/app_default_dashboard_title"> |
Julia Reynolds | 2e1e0b7 | 2015-12-14 08:32:46 -0500 | [diff] [blame] | 3019 | <intent-filter android:priority="1"> |
| 3020 | <action android:name="android.settings.MANAGE_DEFAULT_APPS_SETTINGS" /> |
Jason Monk | 7ea14c5 | 2016-01-22 14:28:02 -0500 | [diff] [blame] | 3021 | <action android:name="android.settings.HOME_SETTINGS" /> |
| 3022 | <category android:name="android.intent.category.DEFAULT" /> |
| 3023 | </intent-filter> |
Doris Ling | 3f5a1d1 | 2017-05-23 11:26:59 -0700 | [diff] [blame] | 3024 | <intent-filter android:priority="120"> |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 3025 | <action android:name="com.android.settings.action.SETTINGS"/> |
| 3026 | </intent-filter> |
| 3027 | <meta-data android:name="com.android.settings.category" |
| 3028 | android:value="com.android.settings.category.ia.apps"/> |
Julia Reynolds | 2e1e0b7 | 2015-12-14 08:32:46 -0500 | [diff] [blame] | 3029 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
Fan Zhang | 2ea6700 | 2017-07-11 16:26:58 -0700 | [diff] [blame] | 3030 | android:value="com.android.settings.applications.DefaultAppSettings" /> |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 3031 | <meta-data android:name="com.android.settings.summary" |
| 3032 | android:resource="@string/summary_empty"/> |
Nicolas Prevot | aea1702 | 2016-02-29 13:49:31 +0000 | [diff] [blame] | 3033 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 3034 | android:value="true" /> |
Julia Reynolds | 2e1e0b7 | 2015-12-14 08:32:46 -0500 | [diff] [blame] | 3035 | </activity> |
| 3036 | |
Gustav Sennton | 4d3334c | 2016-12-13 19:16:48 +0000 | [diff] [blame] | 3037 | <!-- Keep compatibility with old WebView-picker implementation --> |
| 3038 | <activity-alias android:name=".WebViewImplementation" |
Gustav Sennton | 5b59628 | 2017-02-03 16:19:02 +0000 | [diff] [blame] | 3039 | android:targetActivity="Settings$WebViewAppPickerActivity" |
Jason Monk | 7519954 | 2016-05-06 15:09:32 -0400 | [diff] [blame] | 3040 | android:exported="true" |
| 3041 | android:excludeFromRecents="true" |
Andrew Sapperstein | 7e15743 | 2016-07-15 16:46:38 -0700 | [diff] [blame] | 3042 | android:theme="@*android:style/Theme.DeviceDefault.Light.Dialog.Alert"> |
Jason Monk | 7519954 | 2016-05-06 15:09:32 -0400 | [diff] [blame] | 3043 | <intent-filter> |
| 3044 | <action android:name="android.settings.WEBVIEW_SETTINGS" /> |
| 3045 | <category android:name="android.intent.category.DEFAULT" /> |
| 3046 | </intent-filter> |
| 3047 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3048 | android:value="true" /> |
Gustav Sennton | 5b59628 | 2017-02-03 16:19:02 +0000 | [diff] [blame] | 3049 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3050 | android:value="com.android.settings.webview.WebViewAppPicker" /> |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 3051 | </activity-alias> |
Doris Ling | 9136523 | 2016-05-23 17:06:26 -0700 | [diff] [blame] | 3052 | |
Anton Philippov | adfec55 | 2017-01-25 20:37:36 +0000 | [diff] [blame] | 3053 | <activity android:name=".backup.BackupSettingsActivity" |
Doris Ling | 26bf003 | 2016-06-15 18:16:09 -0700 | [diff] [blame] | 3054 | android:label="@string/privacy_settings_title" |
| 3055 | android:icon="@drawable/ic_settings_backup" |
Doris Ling | 26bf003 | 2016-06-15 18:16:09 -0700 | [diff] [blame] | 3056 | android:taskAffinity="com.android.settings" |
| 3057 | android:parentActivityName="Settings"> |
| 3058 | <intent-filter android:priority="1"> |
| 3059 | <action android:name="android.settings.PRIVACY_SETTINGS" /> |
| 3060 | <action android:name="android.settings.BACKUP_AND_RESET_SETTINGS" /> |
| 3061 | <category android:name="android.intent.category.DEFAULT" /> |
| 3062 | </intent-filter> |
| 3063 | <intent-filter> |
| 3064 | <action android:name="android.intent.action.MAIN" /> |
| 3065 | <category android:name="android.intent.category.DEFAULT" /> |
| 3066 | <category android:name="android.intent.category.VOICE_LAUNCH" /> |
| 3067 | </intent-filter> |
Doris Ling | d299b03 | 2017-02-28 17:32:36 -0800 | [diff] [blame] | 3068 | <intent-filter android:priority="60"> |
Doris Ling | 26bf003 | 2016-06-15 18:16:09 -0700 | [diff] [blame] | 3069 | <action android:name="com.android.settings.action.SETTINGS" /> |
| 3070 | </intent-filter> |
Fan Zhang | 320d60f | 2017-03-20 17:32:32 -0700 | [diff] [blame] | 3071 | <meta-data android:name="com.android.settings.summary" |
| 3072 | android:resource="@string/summary_empty"/> |
Doris Ling | 26bf003 | 2016-06-15 18:16:09 -0700 | [diff] [blame] | 3073 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3074 | android:value="true" /> |
| 3075 | </activity> |
| 3076 | |
Daniel Nishi | 3981889 | 2016-09-20 16:40:49 -0700 | [diff] [blame] | 3077 | <activity android:name="Settings$AutomaticStorageManagerSettingsActivity" |
Daniel Nishi | b340564 | 2016-09-26 11:37:52 -0700 | [diff] [blame] | 3078 | android:exported="@bool/config_storage_manager_settings_enabled" |
Daniel Nishi | 3981889 | 2016-09-20 16:40:49 -0700 | [diff] [blame] | 3079 | android:label="@string/automatic_storage_manager_settings" |
| 3080 | android:taskAffinity=""> |
| 3081 | <intent-filter android:priority="1"> |
| 3082 | <action android:name="android.settings.STORAGE_MANAGER_SETTINGS" /> |
| 3083 | <category android:name="android.intent.category.DEFAULT" /> |
| 3084 | </intent-filter> |
| 3085 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3086 | android:value="com.android.settings.deletionhelper.AutomaticStorageManagerSettings" /> |
| 3087 | </activity> |
| 3088 | |
Andrew Sapperstein | 3d246e6 | 2017-06-28 17:57:53 -0700 | [diff] [blame] | 3089 | <activity android:name="Settings$LegacySupportActivity" |
| 3090 | android:label="@string/page_tab_title_support"> |
Salvador Martinez | 9f629d6 | 2017-04-20 15:45:19 -0700 | [diff] [blame] | 3091 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3092 | android:value="com.android.settings.dashboard.SupportFragment"/> |
| 3093 | </activity> |
| 3094 | |
Fan Zhang | a96a2d8 | 2016-09-27 17:51:11 -0700 | [diff] [blame] | 3095 | <!-- Information architecture host activities --> |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 3096 | |
| 3097 | <!-- Alias for battery settings in new IA. Remove and merge metadata into TargetActivity --> |
Fan Zhang | f37be6a | 2016-10-20 12:47:52 -0700 | [diff] [blame] | 3098 | <activity android:name=".Settings$AppAndNotificationDashboardActivity" |
| 3099 | android:label="@string/app_and_notification_dashboard_title" |
Fan Zhang | 7bf6771 | 2017-03-06 12:34:23 -0800 | [diff] [blame] | 3100 | android:icon="@drawable/ic_apps"> |
Fan Zhang | b75fdfc | 2016-12-14 11:35:28 -0800 | [diff] [blame] | 3101 | <intent-filter android:priority="9"> |
Fan Zhang | f37be6a | 2016-10-20 12:47:52 -0700 | [diff] [blame] | 3102 | <action android:name="com.android.settings.action.SETTINGS"/> |
| 3103 | </intent-filter> |
| 3104 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3105 | android:value="com.android.settings.applications.AppAndNotificationDashboardFragment"/> |
| 3106 | <meta-data android:name="com.android.settings.category" |
| 3107 | android:value="com.android.settings.category.ia.homepage"/> |
Fan Zhang | 7520e81 | 2017-02-09 13:06:58 -0800 | [diff] [blame] | 3108 | <meta-data android:name="com.android.settings.summary" |
Fan Zhang | 26d4056 | 2017-04-13 11:35:35 -0700 | [diff] [blame] | 3109 | android:resource="@string/app_and_notification_dashboard_summary"/> |
Fan Zhang | f37be6a | 2016-10-20 12:47:52 -0700 | [diff] [blame] | 3110 | </activity> |
| 3111 | |
Fan Zhang | b75fdfc | 2016-12-14 11:35:28 -0800 | [diff] [blame] | 3112 | <activity android:name=".Settings$UserAndAccountDashboardActivity" |
| 3113 | android:label="@string/account_dashboard_title" |
Fan Zhang | 7bf6771 | 2017-03-06 12:34:23 -0800 | [diff] [blame] | 3114 | android:icon="@drawable/ic_settings_accounts"> |
Fan Zhang | b75fdfc | 2016-12-14 11:35:28 -0800 | [diff] [blame] | 3115 | <intent-filter android:priority="3"> |
| 3116 | <action android:name="com.android.settings.action.SETTINGS"/> |
| 3117 | </intent-filter> |
Fan Zhang | e2de8d5 | 2017-02-13 12:28:43 -0800 | [diff] [blame] | 3118 | <intent-filter android:priority="1"> |
| 3119 | <action android:name="android.settings.SYNC_SETTINGS" /> |
| 3120 | <category android:name="android.intent.category.DEFAULT" /> |
| 3121 | </intent-filter> |
Fan Zhang | b75fdfc | 2016-12-14 11:35:28 -0800 | [diff] [blame] | 3122 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3123 | android:value="com.android.settings.accounts.UserAndAccountDashboardFragment"/> |
| 3124 | <meta-data android:name="com.android.settings.category" |
| 3125 | android:value="com.android.settings.category.ia.homepage"/> |
Doris Ling | f074f0f | 2017-02-24 15:20:05 -0800 | [diff] [blame] | 3126 | <meta-data android:name="com.android.settings.PRIMARY_PROFILE_CONTROLLED" |
| 3127 | android:value="true" /> |
Fan Zhang | b75fdfc | 2016-12-14 11:35:28 -0800 | [diff] [blame] | 3128 | </activity> |
| 3129 | |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 3130 | <activity android:name=".Settings$SystemDashboardActivity" |
| 3131 | android:label="@string/header_category_system" |
Fan Zhang | 7bf6771 | 2017-03-06 12:34:23 -0800 | [diff] [blame] | 3132 | android:icon="@drawable/ic_settings_about"> |
Doris Ling | 033a58b | 2017-03-10 15:52:30 -0800 | [diff] [blame] | 3133 | <intent-filter android:priority="-1"> |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 3134 | <action android:name="com.android.settings.action.SETTINGS"/> |
| 3135 | </intent-filter> |
| 3136 | <meta-data android:name="com.android.settings.category" |
| 3137 | android:value="com.android.settings.category.ia.homepage"/> |
| 3138 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3139 | android:value="com.android.settings.system.SystemDashboardFragment"/> |
Fan Zhang | 7520e81 | 2017-02-09 13:06:58 -0800 | [diff] [blame] | 3140 | <meta-data android:name="com.android.settings.summary" |
Fan Zhang | 26d4056 | 2017-04-13 11:35:35 -0700 | [diff] [blame] | 3141 | android:resource="@string/system_dashboard_summary"/> |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 3142 | </activity> |
| 3143 | |
Fan Zhang | b473730 | 2017-05-31 12:43:48 -0700 | [diff] [blame] | 3144 | <activity android:name=".support.SupportDashboardActivity" |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 3145 | android:label="@string/page_tab_title_support" |
Fan Zhang | 6ff6add | 2017-03-02 12:07:38 -0800 | [diff] [blame] | 3146 | android:icon="@drawable/ic_help" |
Daniel Nishi | 67ca29f | 2017-07-17 12:49:04 -0700 | [diff] [blame] | 3147 | android:theme="@android:style/Theme.DeviceDefault.Light.Panel" |
Fan Zhang | 6ff6add | 2017-03-02 12:07:38 -0800 | [diff] [blame] | 3148 | android:enabled="@bool/config_support_enabled"> |
Doris Ling | 033a58b | 2017-03-10 15:52:30 -0800 | [diff] [blame] | 3149 | <intent-filter android:priority="-2"> |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 3150 | <action android:name="com.android.settings.action.SETTINGS"/> |
| 3151 | </intent-filter> |
Maurice Lam | 5f0edba | 2017-06-08 11:57:40 -0700 | [diff] [blame] | 3152 | <intent-filter> |
| 3153 | <action android:name="com.android.settings.action.SUPPORT_SETTINGS" /> |
| 3154 | <category android:name="android.intent.category.DEFAULT" /> |
| 3155 | </intent-filter> |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 3156 | <meta-data android:name="com.android.settings.category" |
| 3157 | android:value="com.android.settings.category.ia.homepage"/> |
Fan Zhang | a96a2d8 | 2016-09-27 17:51:11 -0700 | [diff] [blame] | 3158 | <meta-data android:name="com.android.settings.summary" |
Fan Zhang | 7520e81 | 2017-02-09 13:06:58 -0800 | [diff] [blame] | 3159 | android:resource="@string/support_summary"/> |
Fan Zhang | a96a2d8 | 2016-09-27 17:51:11 -0700 | [diff] [blame] | 3160 | </activity> |
| 3161 | |
Fan Zhang | cc335d9 | 2016-09-29 14:37:14 -0700 | [diff] [blame] | 3162 | <!-- End of information architecture host activities --> |
| 3163 | |
Jason Monk | dc252eb | 2016-01-30 11:36:52 -0500 | [diff] [blame] | 3164 | <service |
| 3165 | android:name=".SettingsDumpService" |
| 3166 | android:exported="true" |
| 3167 | android:permission="android.permission.DUMP" /> |
| 3168 | |
Dan Sandler | 3bd52dd | 2016-03-24 10:24:27 -0700 | [diff] [blame] | 3169 | <!-- Quick Settings tiles for Developer Options --> |
| 3170 | <service |
Fan Zhang | 8333260 | 2017-10-09 15:53:16 -0700 | [diff] [blame] | 3171 | android:name=".development.qstile.DevelopmentTiles$ShowLayout" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 3172 | android:label="@string/debug_layout" |
| 3173 | android:icon="@drawable/tile_icon_show_layout" |
Sunny Goyal | bf9f2d2 | 2016-11-02 11:20:17 -0700 | [diff] [blame] | 3174 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 3175 | android:enabled="false"> |
| 3176 | <intent-filter> |
| 3177 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 3178 | </intent-filter> |
| 3179 | </service> |
| 3180 | <service |
Fan Zhang | 8333260 | 2017-10-09 15:53:16 -0700 | [diff] [blame] | 3181 | android:name=".development.qstile.DevelopmentTiles$GPUProfiling" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 3182 | android:label="@string/track_frame_time" |
| 3183 | android:icon="@drawable/tile_icon_graphics" |
| 3184 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
| 3185 | android:enabled="false"> |
| 3186 | <intent-filter> |
| 3187 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 3188 | </intent-filter> |
| 3189 | </service> |
| 3190 | <service |
Fan Zhang | 8333260 | 2017-10-09 15:53:16 -0700 | [diff] [blame] | 3191 | android:name=".development.qstile.DevelopmentTiles$ForceRTL" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 3192 | android:label="@string/force_rtl_layout_all_locales" |
| 3193 | android:icon="@drawable/tile_icon_force_rtl" |
| 3194 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
| 3195 | android:enabled="false"> |
| 3196 | <intent-filter> |
| 3197 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 3198 | </intent-filter> |
| 3199 | </service> |
| 3200 | <service |
Fan Zhang | 8333260 | 2017-10-09 15:53:16 -0700 | [diff] [blame] | 3201 | android:name=".development.qstile.DevelopmentTiles$AnimationSpeed" |
Sunny Goyal | c960751 | 2017-02-06 15:19:00 -0800 | [diff] [blame] | 3202 | android:label="@string/window_animation_scale_title" |
| 3203 | android:icon="@drawable/tile_icon_animation_speed" |
| 3204 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE" |
| 3205 | android:enabled="false"> |
Dan Sandler | 12c4ba4 | 2016-03-28 11:13:40 -0400 | [diff] [blame] | 3206 | <intent-filter> |
| 3207 | <action android:name="android.service.quicksettings.action.QS_TILE" /> |
| 3208 | </intent-filter> |
| 3209 | </service> |
Daniel Nishi | 80c2044 | 2016-05-04 10:08:36 -0700 | [diff] [blame] | 3210 | |
Jeff Sharkey | 4f425c8 | 2016-07-18 18:28:55 -0600 | [diff] [blame] | 3211 | <activity android:name=".HelpTrampoline" |
| 3212 | android:exported="true" |
| 3213 | android:theme="@android:style/Theme.NoDisplay" |
| 3214 | android:permission="android.permission.DUMP" |
| 3215 | android:enabled="@bool/config_has_help" /> |
| 3216 | |
Felipe Leme | f7d54ba | 2017-04-25 16:42:55 -0700 | [diff] [blame] | 3217 | |
Daniel Sheng | 1721b80 | 2017-04-18 19:50:37 -0700 | [diff] [blame] | 3218 | <!-- Activities for moves/gestures suggestions --> |
| 3219 | <activity |
Daniel Sheng | 20d5588 | 2017-06-30 16:01:54 -0700 | [diff] [blame] | 3220 | android:name=".Settings$DoubleTapPowerSuggestionActivity" |
| 3221 | android:label="@string/double_tap_power_for_camera_title" |
Doris Ling | 204ca74 | 2017-07-18 15:43:26 -0700 | [diff] [blame] | 3222 | android:icon="@drawable/ic_settings_gestures"> |
Daniel Sheng | 20d5588 | 2017-06-30 16:01:54 -0700 | [diff] [blame] | 3223 | <intent-filter> |
| 3224 | <action android:name="android.intent.action.MAIN" /> |
| 3225 | <category android:name="com.android.settings.suggested.category.GESTURE" /> |
| 3226 | </intent-filter> |
Daniel Sheng | 20d5588 | 2017-06-30 16:01:54 -0700 | [diff] [blame] | 3227 | <meta-data android:name="com.android.settings.dismiss" |
| 3228 | android:value="4,8,30" /> |
| 3229 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3230 | android:value="com.android.settings.gestures.DoubleTapPowerSettings"/> |
| 3231 | <meta-data android:name="com.android.settings.title" |
| 3232 | android:resource="@string/double_tap_power_for_camera_suggestion_title" /> |
| 3233 | <meta-data android:name="com.android.settings.summary" |
| 3234 | android:resource="@string/double_tap_power_for_camera_suggestion_summary" /> |
| 3235 | </activity> |
| 3236 | |
| 3237 | <activity |
| 3238 | android:name=".Settings$DoubleTwistSuggestionActivity" |
| 3239 | android:label="@string/double_twist_for_camera_mode_title" |
Doris Ling | 204ca74 | 2017-07-18 15:43:26 -0700 | [diff] [blame] | 3240 | android:icon="@drawable/ic_settings_gestures"> |
Daniel Sheng | 20d5588 | 2017-06-30 16:01:54 -0700 | [diff] [blame] | 3241 | <intent-filter> |
| 3242 | <action android:name="android.intent.action.MAIN" /> |
| 3243 | <category android:name="com.android.settings.suggested.category.GESTURE" /> |
| 3244 | </intent-filter> |
Daniel Sheng | 20d5588 | 2017-06-30 16:01:54 -0700 | [diff] [blame] | 3245 | <meta-data android:name="com.android.settings.dismiss" |
| 3246 | android:value="4,8,30" /> |
| 3247 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3248 | android:value="com.android.settings.gestures.DoubleTwistGestureSettings"/> |
| 3249 | <meta-data android:name="com.android.settings.title" |
| 3250 | android:resource="@string/double_twist_for_camera_suggestion_title" /> |
| 3251 | <meta-data android:name="com.android.settings.summary" |
| 3252 | android:resource="@string/double_twist_for_camera_suggestion_summary" /> |
| 3253 | </activity> |
| 3254 | |
| 3255 | <activity |
| 3256 | android:name=".Settings$AmbientDisplaySuggestionActivity" |
| 3257 | android:label="@string/ambient_display_title" |
Doris Ling | 204ca74 | 2017-07-18 15:43:26 -0700 | [diff] [blame] | 3258 | android:icon="@drawable/ic_settings_gestures"> |
Daniel Sheng | 20d5588 | 2017-06-30 16:01:54 -0700 | [diff] [blame] | 3259 | <intent-filter> |
| 3260 | <action android:name="android.intent.action.MAIN" /> |
| 3261 | <category android:name="com.android.settings.suggested.category.GESTURE" /> |
| 3262 | </intent-filter> |
Daniel Sheng | 20d5588 | 2017-06-30 16:01:54 -0700 | [diff] [blame] | 3263 | <meta-data android:name="com.android.settings.dismiss" |
| 3264 | android:value="9,13,30" /> |
| 3265 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3266 | android:value="com.android.settings.gestures.DoubleTapScreenSettings"/> |
| 3267 | <meta-data android:name="com.android.settings.title" |
| 3268 | android:resource="@string/ambient_display_title" /> |
| 3269 | <meta-data android:name="com.android.settings.summary" |
| 3270 | android:resource="@string/ambient_display_suggestion_summary" /> |
| 3271 | </activity> |
| 3272 | |
| 3273 | <activity |
| 3274 | android:name=".Settings$AmbientDisplayPickupSuggestionActivity" |
| 3275 | android:label="@string/ambient_display_pickup_title" |
Doris Ling | 204ca74 | 2017-07-18 15:43:26 -0700 | [diff] [blame] | 3276 | android:icon="@drawable/ic_settings_gestures"> |
Daniel Sheng | 20d5588 | 2017-06-30 16:01:54 -0700 | [diff] [blame] | 3277 | <intent-filter> |
| 3278 | <action android:name="android.intent.action.MAIN" /> |
| 3279 | <category android:name="com.android.settings.suggested.category.GESTURE" /> |
| 3280 | </intent-filter> |
Daniel Sheng | 20d5588 | 2017-06-30 16:01:54 -0700 | [diff] [blame] | 3281 | <meta-data android:name="com.android.settings.dismiss" |
| 3282 | android:value="9,13,30" /> |
| 3283 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3284 | android:value="com.android.settings.gestures.PickupGestureSettings"/> |
| 3285 | <meta-data android:name="com.android.settings.title" |
| 3286 | android:resource="@string/ambient_display_pickup_title" /> |
| 3287 | <meta-data android:name="com.android.settings.summary" |
| 3288 | android:resource="@string/ambient_display_pickup_suggestion_summary" /> |
| 3289 | </activity> |
| 3290 | |
| 3291 | <activity |
| 3292 | android:name=".Settings$SwipeToNotificationSuggestionActivity" |
| 3293 | android:label="@string/fingerprint_swipe_for_notifications_title" |
Doris Ling | 204ca74 | 2017-07-18 15:43:26 -0700 | [diff] [blame] | 3294 | android:icon="@drawable/ic_settings_gestures"> |
Daniel Sheng | 20d5588 | 2017-06-30 16:01:54 -0700 | [diff] [blame] | 3295 | <intent-filter> |
| 3296 | <action android:name="android.intent.action.MAIN" /> |
| 3297 | <category android:name="com.android.settings.suggested.category.GESTURE" /> |
| 3298 | </intent-filter> |
Daniel Sheng | 20d5588 | 2017-06-30 16:01:54 -0700 | [diff] [blame] | 3299 | <meta-data android:name="com.android.settings.dismiss" |
| 3300 | android:value="9,13,30" /> |
| 3301 | <meta-data android:name="com.android.settings.FRAGMENT_CLASS" |
| 3302 | android:value="com.android.settings.gestures.SwipeToNotificationSettings"/> |
| 3303 | <meta-data android:name="com.android.settings.title" |
| 3304 | android:resource="@string/fingerprint_swipe_for_notifications_suggestion_title" /> |
| 3305 | <meta-data android:name="com.android.settings.summary" |
| 3306 | android:resource="@string/fingerprint_swipe_for_notifications_suggestion_summary" /> |
| 3307 | </activity> |
| 3308 | <!-- End activities for moves/gestures suggestions --> |
| 3309 | |
Felipe Leme | f7d54ba | 2017-04-25 16:42:55 -0700 | [diff] [blame] | 3310 | <activity android:name=".applications.autofill.AutofillPickerActivity" |
| 3311 | android:excludeFromRecents="true" |
| 3312 | android:launchMode="singleInstance" |
| 3313 | android:exported="false"> |
| 3314 | </activity> |
| 3315 | |
| 3316 | <activity android:name=".applications.autofill.AutofillPickerTrampolineActivity" |
| 3317 | android:theme="@android:style/Theme.NoDisplay" |
| 3318 | android:excludeFromRecents="true" |
| 3319 | android:launchMode="singleInstance" |
| 3320 | android:label="@string/autofill_app"> |
Felipe Leme | db2b55a | 2017-04-24 18:10:09 -0700 | [diff] [blame] | 3321 | <intent-filter android:priority="1"> |
| 3322 | <action android:name="android.settings.REQUEST_SET_AUTOFILL_SERVICE" /> |
| 3323 | <category android:name="android.intent.category.DEFAULT" /> |
| 3324 | <data android:scheme="package" /> |
| 3325 | </intent-filter> |
| 3326 | </activity> |
| 3327 | |
Dan Sandler | 3bd52dd | 2016-03-24 10:24:27 -0700 | [diff] [blame] | 3328 | <!-- This is the longest AndroidManifest.xml ever. --> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 3329 | </application> |
The Android Open Source Project | afc4ab2 | 2009-03-03 19:32:34 -0800 | [diff] [blame] | 3330 | </manifest> |