Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1 | // Copyright (C) 2016 The Android Open Source Project |
| 2 | // |
| 3 | // Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | // you may not use this file except in compliance with the License. |
| 5 | // You may obtain a copy of the License at |
| 6 | // |
| 7 | // http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | // |
| 9 | // Unless required by applicable law or agreed to in writing, software |
| 10 | // distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | // See the License for the specific language governing permissions and |
| 13 | // limitations under the License. |
| 14 | |
| 15 | syntax = "proto2"; |
| 16 | |
| 17 | option java_package = "com.android.internal.logging"; |
| 18 | option java_outer_classname = "MetricsProto"; |
| 19 | |
| 20 | package com_android_internal_logging; |
| 21 | |
| 22 | // Wrapper for System UI log events |
| 23 | message MetricsEvent { |
| 24 | |
| 25 | // Known visual elements: views or controls. |
| 26 | enum View { |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 27 | // Unknown view |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 28 | VIEW_UNKNOWN = 0; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 29 | |
| 30 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 31 | MAIN_SETTINGS = 1; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 32 | |
| 33 | // OPEN: Settings > Accessibility |
| 34 | // CATEGORY: SETTINGS |
| 35 | // OS: 6.0 |
| 36 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 37 | ACCESSIBILITY = 2; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 38 | |
| 39 | // OPEN: Settings > Accessibility > Captions |
| 40 | // CATEGORY: SETTINGS |
| 41 | // OS: 6.0 |
| 42 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 43 | ACCESSIBILITY_CAPTION_PROPERTIES = 3; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 44 | |
| 45 | // OPEN: Settings > Accessibility > [Service] |
| 46 | // CATEGORY: SETTINGS |
| 47 | // OS: 6.0 |
| 48 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 49 | ACCESSIBILITY_SERVICE = 4; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 50 | |
| 51 | // OPEN: Settings > Accessibility > Color correction |
| 52 | // CATEGORY: SETTINGS |
| 53 | // OS: 6.0 |
| 54 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 55 | ACCESSIBILITY_TOGGLE_DALTONIZER = 5; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 56 | |
| 57 | // OPEN: Settings > Accessibility > Accessibility shortcut |
| 58 | // CATEGORY: SETTINGS |
| 59 | // OS: 6.0 |
| 60 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 61 | ACCESSIBILITY_TOGGLE_GLOBAL_GESTURE = 6; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 62 | |
| 63 | // OPEN: Settings > Accessibility > Magnification gestures |
| 64 | // CATEGORY: SETTINGS |
| 65 | // OS: 6.0 |
| 66 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 67 | ACCESSIBILITY_TOGGLE_SCREEN_MAGNIFICATION = 7; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 68 | |
| 69 | // OPEN: Settings > Accounts |
| 70 | // CATEGORY: SETTINGS |
| 71 | // OS: 6.0 |
| 72 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 73 | ACCOUNT = 8; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 74 | |
| 75 | // OPEN: Settings > Accounts > [Single Account Sync Settings] |
| 76 | // CATEGORY: SETTINGS |
| 77 | // OS: 6.0 |
| 78 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 79 | ACCOUNTS_ACCOUNT_SYNC = 9; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 80 | |
| 81 | // OPEN: Settings > Accounts > Add an account |
| 82 | // CATEGORY: SETTINGS |
| 83 | // OS: 6.0 |
| 84 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 85 | ACCOUNTS_CHOOSE_ACCOUNT_ACTIVITY = 10; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 86 | |
| 87 | // OPEN: Settings > Accounts > [List of accounts when more than one] |
| 88 | // CATEGORY: SETTINGS |
| 89 | // OS: 6.0 |
| 90 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 91 | ACCOUNTS_MANAGE_ACCOUNTS = 11; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 92 | |
| 93 | // OPEN: Settings > Cellular network settings > APNs |
| 94 | // CATEGORY: SETTINGS |
| 95 | // OS: 6.0 |
| 96 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 97 | APN = 12; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 98 | |
| 99 | // OPEN: Settings > More > Cellular network settings > APNs > [Edit APN] |
| 100 | // CATEGORY: SETTINGS |
| 101 | // OS: 6.0 |
| 102 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 103 | APN_EDITOR = 13; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 104 | |
| 105 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 106 | APP_OPS_DETAILS = 14; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 107 | |
| 108 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 109 | APP_OPS_SUMMARY = 15; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 110 | |
| 111 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 112 | APPLICATION = 16; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 113 | |
| 114 | // OPEN: Settings > Apps > Configure apps > App links > [App] |
| 115 | // CATEGORY: SETTINGS |
| 116 | // OS: 6.0 |
| 117 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 118 | APPLICATIONS_APP_LAUNCH = 17; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 119 | |
| 120 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 121 | APPLICATIONS_APP_PERMISSION = 18; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 122 | |
| 123 | // OPEN: Settings > Internal storage > Apps storage > [App] |
| 124 | // CATEGORY: SETTINGS |
| 125 | // OS: 6.0 |
| 126 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 127 | APPLICATIONS_APP_STORAGE = 19; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 128 | |
| 129 | // OPEN: Settings > Apps > [App info] |
| 130 | // CATEGORY: SETTINGS |
| 131 | // OS: 6.0 |
| 132 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 133 | APPLICATIONS_INSTALLED_APP_DETAILS = 20; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 134 | |
| 135 | // OPEN: Settings > Memory > App usage > [App Memory usage] |
| 136 | // CATEGORY: SETTINGS |
| 137 | // OS: 6.0 |
| 138 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 139 | APPLICATIONS_PROCESS_STATS_DETAIL = 21; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 140 | |
| 141 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 142 | APPLICATIONS_PROCESS_STATS_MEM_DETAIL = 22; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 143 | |
| 144 | // OPEN: Settings > Memory > App usage |
| 145 | // CATEGORY: SETTINGS |
| 146 | // OS: 6.0 |
| 147 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 148 | APPLICATIONS_PROCESS_STATS_UI = 23; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 149 | |
| 150 | // OPEN: Settings > Bluetooth |
| 151 | // CATEGORY: SETTINGS |
| 152 | // OS: 6.0 |
| 153 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 154 | BLUETOOTH = 24; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 155 | |
| 156 | // OPEN: Choose Bluetooth device (ex: when sharing) |
| 157 | // CATEGORY: SETTINGS |
| 158 | // OS: 6.0 |
| 159 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 160 | BLUETOOTH_DEVICE_PICKER = 25; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 161 | |
| 162 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 163 | BLUETOOTH_DEVICE_PROFILES = 26; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 164 | |
| 165 | // OPEN: Settings > Security > Choose screen lock |
| 166 | // CATEGORY: SETTINGS |
| 167 | // OS: 6.0 |
| 168 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 169 | CHOOSE_LOCK_GENERIC = 27; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 170 | |
| 171 | // OPEN: Settings > Security > Choose screen lock > Choose your password |
| 172 | // CATEGORY: SETTINGS |
| 173 | // OS: 6.0 |
| 174 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 175 | CHOOSE_LOCK_PASSWORD = 28; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 176 | |
| 177 | // OPEN: Settings > Security > Choose screen lock > Choose your pattern |
| 178 | // CATEGORY: SETTINGS |
| 179 | // OS: 6.0 |
| 180 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 181 | CHOOSE_LOCK_PATTERN = 29; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 182 | |
| 183 | // OPEN: Settings > Security > Choose screen lock > Confirm your password |
| 184 | // CATEGORY: SETTINGS |
| 185 | // OS: 6.0 |
| 186 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 187 | CONFIRM_LOCK_PASSWORD = 30; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 188 | |
| 189 | // OPEN: Settings > Security > Choose screen lock > Confirm your pattern |
| 190 | // CATEGORY: SETTINGS |
| 191 | // OS: 6.0 |
| 192 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 193 | CONFIRM_LOCK_PATTERN = 31; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 194 | |
| 195 | // OPEN: Settings > Security > Encrypt phone |
| 196 | // CATEGORY: SETTINGS |
| 197 | // OS: 6.0 |
| 198 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 199 | CRYPT_KEEPER = 32; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 200 | |
| 201 | // OPEN: Settings > Security > Encrypt phone > Confirm |
| 202 | // CATEGORY: SETTINGS |
| 203 | // OS: 6.0 |
| 204 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 205 | CRYPT_KEEPER_CONFIRM = 33; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 206 | |
| 207 | // OPEN: Settings > Search results |
| 208 | // CATEGORY: SETTINGS |
| 209 | // OS: 6.0 |
| 210 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 211 | DASHBOARD_SEARCH_RESULTS = 34; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 212 | |
| 213 | // OPEN: Settings (Root page) |
| 214 | // CATEGORY: SETTINGS |
| 215 | // OS: 6.0 |
| 216 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 217 | DASHBOARD_SUMMARY = 35; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 218 | |
| 219 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 220 | DATA_USAGE = 36; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 221 | |
| 222 | // OPEN: Settings > Data usage |
| 223 | // CATEGORY: SETTINGS |
| 224 | // OS: 6.0 |
| 225 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 226 | DATA_USAGE_SUMMARY = 37; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 227 | |
| 228 | // OPEN: Settings > Date & time |
| 229 | // CATEGORY: SETTINGS |
| 230 | // OS: 6.0 |
| 231 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 232 | DATE_TIME = 38; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 233 | |
| 234 | // OPEN: Settings > Developer options |
| 235 | // CATEGORY: SETTINGS |
| 236 | // OS: 6.0 |
| 237 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 238 | DEVELOPMENT = 39; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 239 | |
| 240 | // OPEN: Settings > About phone |
| 241 | // CATEGORY: SETTINGS |
| 242 | // OS: 6.0 |
| 243 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 244 | DEVICEINFO = 40; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 245 | |
| 246 | // OPEN: Settings > About phone > Status > IMEI information |
| 247 | // CATEGORY: SETTINGS |
| 248 | // OS: 6.0 |
| 249 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 250 | DEVICEINFO_IMEI_INFORMATION = 41; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 251 | |
| 252 | // OPEN: Settings > Internal storage |
| 253 | // CATEGORY: SETTINGS |
| 254 | // OS: 6.0 |
| 255 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 256 | DEVICEINFO_STORAGE = 42; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 257 | |
| 258 | // OPEN: Settings > About phone > Status > SIM status |
| 259 | // CATEGORY: SETTINGS |
| 260 | // OS: 6.0 |
| 261 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 262 | DEVICEINFO_SIM_STATUS = 43; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 263 | |
| 264 | // OPEN: Settings > About phone > Status |
| 265 | // CATEGORY: SETTINGS |
| 266 | // OS: 6.0 |
| 267 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 268 | DEVICEINFO_STATUS = 44; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 269 | |
| 270 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 271 | DEVICEINFO_USB = 45; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 272 | |
| 273 | // OPEN: Settings > Display |
| 274 | // CATEGORY: SETTINGS |
| 275 | // OS: 6.0 |
| 276 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 277 | DISPLAY = 46; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 278 | |
| 279 | // OPEN: Settings > Display > Daydream |
| 280 | // CATEGORY: SETTINGS |
| 281 | // OS: 6.0 |
| 282 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 283 | DREAM = 47; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 284 | |
| 285 | // OPEN: Settings > Security > Screen lock > Secure start-up |
| 286 | // CATEGORY: SETTINGS |
| 287 | // OS: 6.0 |
| 288 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 289 | ENCRYPTION = 48; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 290 | |
| 291 | // OPEN: Settings > Security > Nexus Imprint |
| 292 | // CATEGORY: SETTINGS |
| 293 | // OS: 6.0 |
| 294 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 295 | FINGERPRINT = 49; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 296 | |
| 297 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 298 | FINGERPRINT_ENROLL = 50; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 299 | |
| 300 | // OPEN: Settings > Battery > History details |
| 301 | // CATEGORY: SETTINGS |
| 302 | // OS: 6.0 |
| 303 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 304 | FUELGAUGE_BATTERY_HISTORY_DETAIL = 51; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 305 | |
| 306 | // OPEN: Settings > Battery > Battery saver |
| 307 | // CATEGORY: SETTINGS |
| 308 | // OS: 6.0 |
| 309 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 310 | FUELGAUGE_BATTERY_SAVER = 52; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 311 | |
| 312 | // OPEN: Settings > Battery > [App Use details] |
| 313 | // CATEGORY: SETTINGS |
| 314 | // OS: 6.0 |
| 315 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 316 | FUELGAUGE_POWER_USAGE_DETAIL = 53; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 317 | |
| 318 | // OPEN: Settings > Battery |
| 319 | // CATEGORY: SETTINGS |
| 320 | // OS: 6.0 |
| 321 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 322 | FUELGAUGE_POWER_USAGE_SUMMARY = 54; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 323 | |
| 324 | // OPEN: Settings > Home |
| 325 | // CATEGORY: SETTINGS |
| 326 | // OS: 6.0 |
| 327 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 328 | HOME = 55; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 329 | |
| 330 | // OPEN: Settings > Security > SIM card lock settings |
| 331 | // CATEGORY: SETTINGS |
| 332 | // OS: 6.0 |
| 333 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 334 | ICC_LOCK = 56; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 335 | |
| 336 | // OPEN: Settings > Language & input |
| 337 | // CATEGORY: SETTINGS |
| 338 | // OS: 6.0 |
| 339 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 340 | INPUTMETHOD_LANGUAGE = 57; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 341 | |
| 342 | // OPEN: Settings > Language & input > Physical keyboard |
| 343 | // CATEGORY: SETTINGS |
| 344 | // OS: 6.0 |
| 345 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 346 | INPUTMETHOD_KEYBOARD = 58; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 347 | |
| 348 | // OPEN: Settings > Language & input > Spell checker |
| 349 | // CATEGORY: SETTINGS |
| 350 | // OS: 6.0 |
| 351 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 352 | INPUTMETHOD_SPELL_CHECKERS = 59; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 353 | |
| 354 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 355 | INPUTMETHOD_SUBTYPE_ENABLER = 60; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 356 | |
| 357 | // OPEN: Settings > Language & input > Personal dictionary |
| 358 | // CATEGORY: SETTINGS |
| 359 | // OS: 6.0 |
| 360 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 361 | INPUTMETHOD_USER_DICTIONARY = 61; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 362 | |
| 363 | // OPEN: Settings > Language & input > Add word |
| 364 | // CATEGORY: SETTINGS |
| 365 | // OS: 6.0 |
| 366 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 367 | INPUTMETHOD_USER_DICTIONARY_ADD_WORD = 62; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 368 | |
| 369 | // OPEN: Settings > Location |
| 370 | // CATEGORY: SETTINGS |
| 371 | // OS: 6.0 |
| 372 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 373 | LOCATION = 63; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 374 | |
| 375 | // OPEN: Settings > Location > Location mode |
| 376 | // CATEGORY: SETTINGS |
| 377 | // OS: 6.0 |
| 378 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 379 | LOCATION_MODE = 64; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 380 | |
| 381 | // OPEN: Settings > Apps |
| 382 | // CATEGORY: SETTINGS |
| 383 | // OS: 6.0 |
| 384 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 385 | MANAGE_APPLICATIONS = 65; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 386 | |
| 387 | // OPEN: Settings > Backup & reset > Factory data reset |
| 388 | // CATEGORY: SETTINGS |
| 389 | // OS: 6.0 |
| 390 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 391 | MASTER_CLEAR = 66; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 392 | |
| 393 | // OPEN: Settings > Backup & reset > Factory data reset > Confirm |
| 394 | // CATEGORY: SETTINGS |
| 395 | // OS: 6.0 |
| 396 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 397 | MASTER_CLEAR_CONFIRM = 67; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 398 | |
| 399 | // OPEN: Settings > Data usage > Network restrictions |
| 400 | // CATEGORY: SETTINGS |
| 401 | // OS: 6.0 |
| 402 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 403 | NET_DATA_USAGE_METERED = 68; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 404 | |
| 405 | // OPEN: Settings > More > Android Beam |
| 406 | // CATEGORY: SETTINGS |
| 407 | // OS: 6.0 |
| 408 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 409 | NFC_BEAM = 69; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 410 | |
| 411 | // OPEN: Settings > Tap & pay |
| 412 | // CATEGORY: SETTINGS |
| 413 | // OS: 6.0 |
| 414 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 415 | NFC_PAYMENT = 70; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 416 | |
| 417 | // OPEN: Settings > Sound & notification |
| 418 | // CATEGORY: SETTINGS |
| 419 | // OS: 6.0 |
| 420 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 421 | NOTIFICATION = 71; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 422 | |
| 423 | // OPEN: Settings > Sound & notification > App notifications > [App] |
| 424 | // CATEGORY: SETTINGS |
| 425 | // OS: 6.0 |
| 426 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 427 | NOTIFICATION_APP_NOTIFICATION = 72; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 428 | |
| 429 | // OPEN: Settings > Sound & notification > Other sounds |
| 430 | // CATEGORY: SETTINGS |
| 431 | // OS: 6.0 |
| 432 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 433 | NOTIFICATION_OTHER_SOUND = 73; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 434 | |
| 435 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 436 | NOTIFICATION_REDACTION = 74; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 437 | |
| 438 | // OPEN: Settings Widget > Notification log |
| 439 | // CATEGORY: SETTINGS |
| 440 | // OS: 6.0 |
| 441 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 442 | NOTIFICATION_STATION = 75; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 443 | |
| 444 | // OPEN: Settings > Sound & notification > Do not disturb |
| 445 | // CATEGORY: SETTINGS |
| 446 | // OS: 6.0 |
| 447 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 448 | NOTIFICATION_ZEN_MODE = 76; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 449 | |
| 450 | // OPEN: OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 451 | OWNER_INFO = 77; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 452 | |
| 453 | // OPEN: Print job notification > Print job settings |
| 454 | // CATEGORY: SETTINGS |
| 455 | // OS: 6.0 |
| 456 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 457 | PRINT_JOB_SETTINGS = 78; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 458 | |
| 459 | // OPEN: Settings > Printing > [Print Service] |
| 460 | // CATEGORY: SETTINGS |
| 461 | // OS: 6.0 |
| 462 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 463 | PRINT_SERVICE_SETTINGS = 79; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 464 | |
| 465 | // OPEN: Settings > Printing |
| 466 | // CATEGORY: SETTINGS |
| 467 | // OS: 6.0 |
| 468 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 469 | PRINT_SETTINGS = 80; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 470 | |
| 471 | // OPEN: Settings > Backup & reset |
| 472 | // CATEGORY: SETTINGS |
| 473 | // OS: 6.0 |
| 474 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 475 | PRIVACY = 81; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 476 | |
| 477 | //OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 478 | PROXY_SELECTOR = 82; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 479 | |
| 480 | // OPEN: Settings > Backup & reset > Network settings reset |
| 481 | // CATEGORY: SETTINGS |
| 482 | // OS: 6.0 |
| 483 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 484 | RESET_NETWORK = 83; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 485 | |
| 486 | // OPEN: Settings > Backup & reset > Network settings reset > Confirm |
| 487 | // CATEGORY: SETTINGS |
| 488 | // OS: 6.0 |
| 489 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 490 | RESET_NETWORK_CONFIRM = 84; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 491 | |
| 492 | // OPEN: Settings > Developer Options > Running Services |
| 493 | // CATEGORY: SETTINGS |
| 494 | // OS: 6.0 |
| 495 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 496 | RUNNING_SERVICE_DETAILS = 85; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 497 | |
| 498 | // OPEN: Settings > Security > Screen pinning |
| 499 | // CATEGORY: SETTINGS |
| 500 | // OS: 6.0 |
| 501 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 502 | SCREEN_PINNING = 86; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 503 | |
| 504 | // OPEN: Settings > Security |
| 505 | // CATEGORY: SETTINGS |
| 506 | // OS: 6.0 |
| 507 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 508 | SECURITY = 87; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 509 | |
| 510 | // OPEN: Settings > SIM cards |
| 511 | // CATEGORY: SETTINGS |
| 512 | // OS: 6.0 |
| 513 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 514 | SIM = 88; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 515 | |
| 516 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 517 | TESTING = 89; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 518 | |
| 519 | // OPEN: Settings > More > Tethering & portable hotspot |
| 520 | // CATEGORY: SETTINGS |
| 521 | // OS: 6.0 |
| 522 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 523 | TETHER = 90; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 524 | |
| 525 | // OPEN: Settings > Security > Trust agents |
| 526 | // CATEGORY: SETTINGS |
| 527 | // OS: 6.0 |
| 528 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 529 | TRUST_AGENT = 91; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 530 | |
| 531 | // OPEN: Settings > Security > Trusted credentials |
| 532 | // CATEGORY: SETTINGS |
| 533 | // OS: 6.0 |
| 534 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 535 | TRUSTED_CREDENTIALS = 92; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 536 | |
| 537 | // OPEN: Settings > Language & input > TTS output > [Engine] > Settings |
| 538 | // CATEGORY: SETTINGS |
| 539 | // OS: 6.0 |
| 540 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 541 | TTS_ENGINE_SETTINGS = 93; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 542 | |
| 543 | // OPEN: Settings > Language & input > Text-to-speech output |
| 544 | // CATEGORY: SETTINGS |
| 545 | // OS: 6.0 |
| 546 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 547 | TTS_TEXT_TO_SPEECH = 94; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 548 | |
| 549 | // OPEN: Settings > Security > Apps with usage access |
| 550 | // CATEGORY: SETTINGS |
| 551 | // OS: 6.0 |
| 552 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 553 | USAGE_ACCESS = 95; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 554 | |
| 555 | // OPEN: Settings > Users |
| 556 | // CATEGORY: SETTINGS |
| 557 | // OS: 6.0 |
| 558 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 559 | USER = 96; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 560 | |
| 561 | // OPEN: Settings > Users > [Restricted profile app & content access] |
| 562 | // CATEGORY: SETTINGS |
| 563 | // OS: 6.0 |
| 564 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 565 | USERS_APP_RESTRICTIONS = 97; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 566 | |
| 567 | // OPEN: Settings > Users > [User settings] |
| 568 | // CATEGORY: SETTINGS |
| 569 | // OS: 6.0 |
| 570 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 571 | USER_DETAILS = 98; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 572 | |
| 573 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 574 | VOICE_INPUT = 99; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 575 | |
| 576 | // OPEN: Settings > More > VPN |
| 577 | // CATEGORY: SETTINGS |
| 578 | // OS: 6.0 |
| 579 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 580 | VPN = 100; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 581 | |
| 582 | // OPEN: Settings > Display > Choose wallpaper from |
| 583 | // CATEGORY: SETTINGS |
| 584 | // OS: 6.0 |
| 585 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 586 | WALLPAPER_TYPE = 101; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 587 | |
| 588 | // OPEN: Settings > Display > Cast |
| 589 | // CATEGORY: SETTINGS |
| 590 | // OS: 6.0 |
| 591 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 592 | WFD_WIFI_DISPLAY = 102; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 593 | |
| 594 | // OPEN: Settings > Wi-Fi |
| 595 | // CATEGORY: SETTINGS |
| 596 | // OS: 6.0 |
| 597 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 598 | WIFI = 103; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 599 | |
| 600 | // OPEN: Settings > Wi-Fi > Advanced Wi-Fi |
| 601 | // CATEGORY: SETTINGS |
| 602 | // OS: 6.0 |
| 603 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 604 | WIFI_ADVANCED = 104; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 605 | |
| 606 | // OPEN: Settings > More > Wi-Fi Calling |
| 607 | // CATEGORY: SETTINGS |
| 608 | // OS: 6.0 |
| 609 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 610 | WIFI_CALLING = 105; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 611 | |
| 612 | // OPEN: Settings > Wi-Fi > Saved networks |
| 613 | // CATEGORY: SETTINGS |
| 614 | // OS: 6.0 |
| 615 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 616 | WIFI_SAVED_ACCESS_POINTS = 106; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 617 | |
| 618 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 619 | WIFI_APITEST = 107; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 620 | |
| 621 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 622 | WIFI_INFO = 108; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 623 | |
| 624 | // OPEN: Settings > Wi-Fi > Advanced Wi-Fi > Wi-Fi Direct |
| 625 | // CATEGORY: SETTINGS |
| 626 | // OS: 6.0 |
| 627 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 628 | WIFI_P2P = 109; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 629 | |
| 630 | // OPEN: Settings > More |
| 631 | // CATEGORY: SETTINGS |
| 632 | // OS: 6.0 |
| 633 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 634 | WIRELESS = 110; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 635 | |
| 636 | // OPEN: Quick Settings Panel |
| 637 | // CATEGORY: QUICK_SETTINGS |
| 638 | // OS: 6.0 |
| 639 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 640 | QS_PANEL = 111; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 641 | |
| 642 | // OPEN: QS Airplane mode tile shown |
| 643 | // ACTION: QS Airplane mode tile tapped |
| 644 | // SUBTYPE: 0 is off, 1 is on |
| 645 | // CATEGORY: QUICK_SETTINGS |
| 646 | // OS: 6.0 |
| 647 | // GMS: 7.5.46 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 648 | QS_AIRPLANEMODE = 112; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 649 | |
| 650 | // OPEN: QS Bluetooth tile shown |
| 651 | // ACTION: QS Bluetooth tile tapped |
| 652 | // SUBTYPE: 0 is off, 1 is on |
| 653 | // CATEGORY: QUICK_SETTINGS |
| 654 | // OS: 6.0 |
| 655 | // GMS: 7.5.46 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 656 | QS_BLUETOOTH = 113; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 657 | |
| 658 | // OPEN: QS Cast tile shown |
| 659 | // ACTION: QS Cast tile tapped |
| 660 | // CATEGORY: QUICK_SETTINGS |
| 661 | // OS: 6.0 |
| 662 | // GMS: 7.5.46 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 663 | QS_CAST = 114; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 664 | |
| 665 | // OPEN: QS Cellular tile shown |
| 666 | // ACTION: QS Cellular tile tapped |
| 667 | // CATEGORY: QUICK_SETTINGS |
| 668 | // OS: 6.0 |
| 669 | // GMS: 7.5.46 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 670 | QS_CELLULAR = 115; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 671 | |
| 672 | // OPEN: QS Color inversion tile shown |
| 673 | // ACTION: QS Color inversion tile tapped |
| 674 | // SUBTYPE: 0 is off, 1 is on |
| 675 | // CATEGORY: QUICK_SETTINGS |
| 676 | // OS: 6.0 |
| 677 | // GMS: 7.5.46 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 678 | QS_COLORINVERSION = 116; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 679 | |
| 680 | // OPEN: QS Cellular tile > Cellular detail panel |
| 681 | // CATEGORY: QUICK_SETTINGS |
| 682 | // OS: 6.0 |
| 683 | // GMS: 7.5.46 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 684 | QS_DATAUSAGEDETAIL = 117; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 685 | |
| 686 | // OPEN: QS Do not disturb tile shown |
| 687 | // ACTION: QS Do not disturb tile tapped |
| 688 | // SUBTYPE: 0 is off, 1 is on |
| 689 | // CATEGORY: QUICK_SETTINGS |
| 690 | // OS: 6.0 |
| 691 | // GMS: 7.5.46 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 692 | QS_DND = 118; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 693 | |
| 694 | // OPEN: QS Flashlight tile shown |
| 695 | // ACTION: QS Flashlight tile tapped |
| 696 | // SUBTYPE: 0 is off, 1 is on |
| 697 | // CATEGORY: QUICK_SETTINGS |
| 698 | // OS: 6.0 |
| 699 | // GMS: 7.5.46 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 700 | QS_FLASHLIGHT = 119; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 701 | |
| 702 | // OPEN: QS Hotspot tile shown |
| 703 | // ACTION: QS Hotspot tile tapped |
| 704 | // SUBTYPE: 0 is off, 1 is on |
| 705 | // CATEGORY: QUICK_SETTINGS |
| 706 | // OS: 6.0 |
| 707 | // GMS: 7.5.46 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 708 | QS_HOTSPOT = 120; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 709 | |
| 710 | // OPEN: QS 3P tile shown |
| 711 | // ACTION: QS 3P tile tapped |
| 712 | // CATEGORY: QUICK_SETTINGS |
| 713 | // OS: 6.0 |
| 714 | // GMS: 7.5.46 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 715 | QS_INTENT = 121; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 716 | |
| 717 | // OPEN: QS Location tile shown |
| 718 | // ACTION: QS Location tile tapped |
| 719 | // SUBTYPE: 0 is off, 1 is on |
| 720 | // CATEGORY: QUICK_SETTINGS |
| 721 | // OS: 6.0 |
| 722 | // GMS: 7.5.46 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 723 | QS_LOCATION = 122; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 724 | |
| 725 | // OPEN: QS Rotation tile shown |
| 726 | // ACTION: QS Rotation tile tapped |
| 727 | // SUBTYPE: 0 is off, 1 is on |
| 728 | // CATEGORY: QUICK_SETTINGS |
| 729 | // OS: 6.0 |
| 730 | // GMS: 7.5.46 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 731 | QS_ROTATIONLOCK = 123; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 732 | |
| 733 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 734 | QS_USERDETAILITE = 124; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 735 | |
| 736 | // OPEN: QS User list panel |
| 737 | // CATEGORY: QUICK_SETTINGS |
| 738 | // OS: 6.0 |
| 739 | // GMS: 7.5.46 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 740 | QS_USERDETAIL = 125; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 741 | |
| 742 | // OPEN: QS WiFi tile shown |
| 743 | // ACTION: QS WiFi tile tapped |
| 744 | // SUBTYPE: 0 is off, 1 is on |
| 745 | // CATEGORY: QUICK_SETTINGS |
| 746 | // OS: 6.0 |
| 747 | // GMS: 7.5.46 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 748 | QS_WIFI = 126; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 749 | |
| 750 | // OPEN: Notification Panel (including lockscreen) |
| 751 | // CATEGORY: NOTIFICATION |
| 752 | // OS: 5.1.1 |
| 753 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 754 | NOTIFICATION_PANEL = 127; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 755 | |
| 756 | // OPEN: Notification in panel became visible. |
| 757 | // PACKAGE: App that posted the notification. |
| 758 | // ACTION: Notification is tapped. |
| 759 | // PACKAGE: App that posted the notification |
| 760 | // DETAIL: Notification is expanded by user. |
| 761 | // PACKAGE: App that posted the notification |
| 762 | // DISMISS: Notification is dismissed. |
| 763 | // PACKAGE: App that posted the notification |
| 764 | // SUBTYPE: Dismiss reason from NotificationManagerService.java |
| 765 | // CATEGORY: NOTIFICATION |
| 766 | // OS: 5.1.1 |
| 767 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 768 | NOTIFICATION_ITEM = 128; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 769 | |
| 770 | // ACTION: User tapped notification action |
| 771 | // PACKAGE: App that posted the notification |
| 772 | // SUBTYPE: Index of action on notification |
| 773 | // CATEGORY: NOTIFICATION |
| 774 | // OS: 5.0 |
| 775 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 776 | NOTIFICATION_ITEM_ACTION = 129; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 777 | |
| 778 | // OPEN: Settings > Apps > Configure apps > App permissions |
| 779 | // CATEGORY: SETTINGS |
| 780 | // OS: 6.0 |
| 781 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 782 | APPLICATIONS_ADVANCED = 130; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 783 | |
| 784 | // OPEN: Settings > Location > Scanning |
| 785 | // CATEGORY: SETTINGS |
| 786 | // OS: 6.0 |
| 787 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 788 | LOCATION_SCANNING = 131; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 789 | |
| 790 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 791 | MANAGE_APPLICATIONS_ALL = 132; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 792 | |
| 793 | // OPEN: Settings > Sound & notification > App notifications |
| 794 | // CATEGORY: SETTINGS |
| 795 | // OS: 6.0 |
| 796 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 797 | MANAGE_APPLICATIONS_NOTIFICATIONS = 133; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 798 | |
| 799 | // ACTION: Settings > Wi-Fi > Overflow > Add Network |
| 800 | // CATEGORY: SETTINGS |
| 801 | // OS: 6.0 |
| 802 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 803 | ACTION_WIFI_ADD_NETWORK = 134; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 804 | |
| 805 | // ACTION: Settings > Wi-Fi > [Long press network] > Connect to network |
| 806 | // CATEGORY: SETTINGS |
| 807 | // OS: 6.0 |
| 808 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 809 | ACTION_WIFI_CONNECT = 135; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 810 | |
| 811 | // ACTION: Settings > Wi-Fi > Overflow > Refresh |
| 812 | // CATEGORY: SETTINGS |
| 813 | // OS: 6.0 |
| 814 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 815 | ACTION_WIFI_FORCE_SCAN = 136; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 816 | |
| 817 | // ACTION: Settings > Wi-Fi > [Long press network] > Forget network |
| 818 | // CATEGORY: SETTINGS |
| 819 | // OS: 6.0 |
| 820 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 821 | ACTION_WIFI_FORGET = 137; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 822 | |
| 823 | // ACTION: Settings > Wi-Fi > Toggle off |
| 824 | // CATEGORY: SETTINGS |
| 825 | // OS: 6.0 |
| 826 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 827 | ACTION_WIFI_OFF = 138; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 828 | |
| 829 | // ACTION: Settings > Wi-Fi > Toggle on |
| 830 | // CATEGORY: SETTINGS |
| 831 | // OS: 6.0 |
| 832 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 833 | ACTION_WIFI_ON = 139; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 834 | |
| 835 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 836 | MANAGE_PERMISSIONS = 140; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 837 | |
| 838 | // OPEN: Settings > Sound & notification > DND > Priority only allows |
| 839 | // CATEGORY: SETTINGS |
| 840 | // OS: 6.0 |
| 841 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 842 | NOTIFICATION_ZEN_MODE_PRIORITY = 141; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 843 | |
| 844 | // OPEN: Settings > Sound & notification > DND > Automatic rules |
| 845 | // CATEGORY: SETTINGS |
| 846 | // OS: 6.0 |
| 847 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 848 | NOTIFICATION_ZEN_MODE_AUTOMATION = 142; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 849 | |
| 850 | // OPEN: Settings > Apps > Configure apps > App links |
| 851 | // CATEGORY: SETTINGS |
| 852 | // OS: 6.0 |
| 853 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 854 | MANAGE_DOMAIN_URLS = 143; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 855 | |
| 856 | // OPEN: Settings > Sound & notification > DND > [Time based rule] |
| 857 | // CATEGORY: SETTINGS |
| 858 | // OS: 6.0 |
| 859 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 860 | NOTIFICATION_ZEN_MODE_SCHEDULE_RULE = 144; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 861 | |
| 862 | // OPEN: Settings > Sound & notification > DND > [External rule] |
| 863 | // CATEGORY: SETTINGS |
| 864 | // OS: 6.0 |
| 865 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 866 | NOTIFICATION_ZEN_MODE_EXTERNAL_RULE = 145; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 867 | |
| 868 | // OPEN: Settings > Sound & notification > DND > [Event rule] |
| 869 | // CATEGORY: SETTINGS |
| 870 | // OS: 6.0 |
| 871 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 872 | NOTIFICATION_ZEN_MODE_EVENT_RULE = 146; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 873 | |
| 874 | // ACTION: App notification settings > Block Notifications |
| 875 | // CATEGORY: SETTINGS |
| 876 | // OS: 6.0 |
| 877 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 878 | ACTION_BAN_APP_NOTES = 147; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 879 | |
| 880 | // ACTION: Notification shade > Dismiss all button |
| 881 | // CATEGORY: NOTIFICATION |
| 882 | // OS: 6.0 |
| 883 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 884 | ACTION_DISMISS_ALL_NOTES = 148; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 885 | |
| 886 | // OPEN: QS Do Not Disturb detail panel |
| 887 | // CATEGORY: QUICK_SETTINGS |
| 888 | // OS: 6.0 |
| 889 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 890 | QS_DND_DETAILS = 149; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 891 | |
| 892 | // OPEN: QS Bluetooth detail panel |
| 893 | // CATEGORY: QUICK_SETTINGS |
| 894 | // OS: 6.0 |
| 895 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 896 | QS_BLUETOOTH_DETAILS = 150; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 897 | |
| 898 | // OPEN: QS Cast detail panel |
| 899 | // CATEGORY: QUICK_SETTINGS |
| 900 | // OS: 6.0 |
| 901 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 902 | QS_CAST_DETAILS = 151; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 903 | |
| 904 | // OPEN: QS Wi-Fi detail panel |
| 905 | // CATEGORY: QUICK_SETTINGS |
| 906 | // OS: 6.0 |
| 907 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 908 | QS_WIFI_DETAILS = 152; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 909 | |
| 910 | // ACTION: QS Wi-Fi detail panel > Wi-Fi toggle |
| 911 | // SUBTYPE: 0 is off, 1 is on |
| 912 | // CATEGORY: QUICK_SETTINGS |
| 913 | // OS: 6.0 |
| 914 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 915 | QS_WIFI_TOGGLE = 153; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 916 | |
| 917 | // ACTION: QS Bluetooth detail panel > Bluetooth toggle |
| 918 | // SUBTYPE: 0 is off, 1 is on |
| 919 | // CATEGORY: QUICK_SETTINGS |
| 920 | // OS: 6.0 |
| 921 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 922 | QS_BLUETOOTH_TOGGLE = 154; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 923 | |
| 924 | // ACTION: QS Cellular detail panel > Cellular toggle |
| 925 | // SUBTYPE: 0 is off, 1 is on |
| 926 | // CATEGORY: QUICK_SETTINGS |
| 927 | // OS: 6.0 |
| 928 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 929 | QS_CELLULAR_TOGGLE = 155; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 930 | |
| 931 | // ACTION: QS User list panel > Select different user |
| 932 | // CATEGORY: QUICK_SETTINGS |
| 933 | // OS: 6.0 |
| 934 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 935 | QS_SWITCH_USER = 156; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 936 | |
| 937 | // ACTION: QS Cast detail panel > Select cast device |
| 938 | // CATEGORY: QUICK_SETTINGS |
| 939 | // OS: 6.0 |
| 940 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 941 | QS_CAST_SELECT = 157; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 942 | |
| 943 | // ACTION: QS Cast detail panel > Disconnect cast device |
| 944 | // CATEGORY: QUICK_SETTINGS |
| 945 | // OS: 6.0 |
| 946 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 947 | QS_CAST_DISCONNECT = 158; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 948 | |
| 949 | // ACTION: Settings > Bluetooth > Toggle |
| 950 | // SUBTYPE: 0 is off, 1 is on |
| 951 | // CATEGORY: SETTINGS |
| 952 | // OS: 6.0 |
| 953 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 954 | ACTION_BLUETOOTH_TOGGLE = 159; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 955 | |
| 956 | // ACTION: Settings > Bluetooth > Overflow > Refresh |
| 957 | // CATEGORY: SETTINGS |
| 958 | // OS: 6.0 |
| 959 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 960 | ACTION_BLUETOOTH_SCAN = 160; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 961 | |
| 962 | // ACTION: Settings > Bluetooth > Overflow > Rename this device |
| 963 | // CATEGORY: SETTINGS |
| 964 | // OS: 6.0 |
| 965 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 966 | ACTION_BLUETOOTH_RENAME = 161; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 967 | |
| 968 | // ACTION: Settings > Bluetooth > Overflow > Show received files |
| 969 | // CATEGORY: SETTINGS |
| 970 | // OS: 6.0 |
| 971 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 972 | ACTION_BLUETOOTH_FILES = 162; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 973 | |
| 974 | // ACTION: QS DND details panel > Increase / Decrease exit time |
| 975 | // SUBTYPE: true is increase, false is decrease |
| 976 | // CATEGORY: QUICK_SETTINGS |
| 977 | // OS: 6.0 |
| 978 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 979 | QS_DND_TIME = 163; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 980 | |
| 981 | // ACTION: QS DND details panel > [Exit condition] |
| 982 | // CATEGORY: QUICK_SETTINGS |
| 983 | // OS: 6.0 |
| 984 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 985 | QS_DND_CONDITION_SELECT = 164; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 986 | |
| 987 | // ACTION: QS DND details panel > [DND mode] |
| 988 | // SUBTYPE: 1 is priority, 2 is silence, 3 is alarms only |
| 989 | // CATEGORY: QUICK_SETTINGS |
| 990 | // OS: 6.0 |
| 991 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 992 | QS_DND_ZEN_SELECT = 165; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 993 | |
| 994 | // ACTION: QS DND detail panel > DND toggle |
| 995 | // SUBTYPE: 0 is off, 1 is on |
| 996 | // CATEGORY: QUICK_SETTINGS |
| 997 | // OS: 6.0 |
| 998 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 999 | QS_DND_TOGGLE = 166; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1000 | |
| 1001 | // ACTION: DND Settings > Priority only allows > Reminder toggle |
| 1002 | // SUBTYPE: 0 is off, 1 is on |
| 1003 | // CATEGORY: SETTINGS |
| 1004 | // OS: 6.0 |
| 1005 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1006 | ACTION_ZEN_ALLOW_REMINDERS = 167; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1007 | |
| 1008 | // ACTION: DND Settings > Priority only allows > Event toggle |
| 1009 | // SUBTYPE: 0 is off, 1 is on |
| 1010 | // CATEGORY: SETTINGS |
| 1011 | // OS: 6.0 |
| 1012 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1013 | ACTION_ZEN_ALLOW_EVENTS = 168; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1014 | |
| 1015 | // ACTION: DND Settings > Priority only allows > Messages |
| 1016 | // SUBTYPE: 0 is off, 1 is on |
| 1017 | // CATEGORY: SETTINGS |
| 1018 | // OS: 6.0 |
| 1019 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1020 | ACTION_ZEN_ALLOW_MESSAGES = 169; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1021 | |
| 1022 | // ACTION: DND Settings > Priority only allows > Calls |
| 1023 | // SUBTYPE: 0 is off, 1 is on |
| 1024 | // CATEGORY: SETTINGS |
| 1025 | // OS: 6.0 |
| 1026 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1027 | ACTION_ZEN_ALLOW_CALLS = 170; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1028 | |
| 1029 | // ACTION: DND Settings > Priority only allows > Repeat callers toggle |
| 1030 | // SUBTYPE: 0 is off, 1 is on |
| 1031 | // CATEGORY: SETTINGS |
| 1032 | // OS: 6.0 |
| 1033 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1034 | ACTION_ZEN_ALLOW_REPEAT_CALLS = 171; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1035 | |
| 1036 | // ACTION: DND Settings > Automatic rules > Add rule |
| 1037 | // CATEGORY: SETTINGS |
| 1038 | // OS: 6.0 |
| 1039 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1040 | ACTION_ZEN_ADD_RULE = 172; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1041 | |
| 1042 | // ACTION: DND Settings > Automatic rules > Add rule > OK |
| 1043 | // CATEGORY: SETTINGS |
| 1044 | // OS: 6.0 |
| 1045 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1046 | ACTION_ZEN_ADD_RULE_OK = 173; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1047 | |
| 1048 | // ACTION: DND Settings > Automatic rules > [Rule] > Delete rule |
| 1049 | // CATEGORY: SETTINGS |
| 1050 | // OS: 6.0 |
| 1051 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1052 | ACTION_ZEN_DELETE_RULE = 174; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1053 | |
| 1054 | // ACTION: DND Settings > Automatic rules > [Rule] > Delete rule > Delete |
| 1055 | // CATEGORY: SETTINGS |
| 1056 | // OS: 6.0 |
| 1057 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1058 | ACTION_ZEN_DELETE_RULE_OK = 175; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1059 | |
| 1060 | // ACTION: DND Settings > Automatic rules > [Rule] > Toggle |
| 1061 | // SUBTYPE: 0 is off, 1 is on |
| 1062 | // CATEGORY: SETTINGS |
| 1063 | // OS: 6.0 |
| 1064 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1065 | ACTION_ZEN_ENABLE_RULE = 176; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1066 | |
| 1067 | // ACTION: Settings > More > Airplane mode toggle |
| 1068 | // SUBTYPE: 0 is off, 1 is on |
| 1069 | // CATEGORY: SETTINGS |
| 1070 | // OS: 6.0 |
| 1071 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1072 | ACTION_AIRPLANE_TOGGLE = 177; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1073 | |
| 1074 | // ACTION: Settings > Data usage > Cellular data toggle |
| 1075 | // SUBTYPE: 0 is off, 1 is on |
| 1076 | // CATEGORY: SETTINGS |
| 1077 | // OS: 6.0 |
| 1078 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1079 | ACTION_CELL_DATA_TOGGLE = 178; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1080 | |
| 1081 | // OPEN: Settings > Sound & notification > Notification access |
| 1082 | // CATEGORY: SETTINGS |
| 1083 | // OS: 6.0 |
| 1084 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1085 | NOTIFICATION_ACCESS = 179; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1086 | |
| 1087 | // OPEN: Settings > Sound & notification > Do Not Disturb access |
| 1088 | // CATEGORY: SETTINGS |
| 1089 | // OS: 6.0 |
| 1090 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1091 | NOTIFICATION_ZEN_MODE_ACCESS = 180; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1092 | |
| 1093 | // OPEN: Settings > Apps > Configure apps > Default Apps |
| 1094 | // CATEGORY: SETTINGS |
| 1095 | // OS: 6.0 |
| 1096 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1097 | APPLICATIONS_DEFAULT_APPS = 181; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1098 | |
| 1099 | // OPEN: Settings > Internal storage > Apps storage |
| 1100 | // CATEGORY: SETTINGS |
| 1101 | // OS: 6.0 |
| 1102 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1103 | APPLICATIONS_STORAGE_APPS = 182; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1104 | |
| 1105 | // OPEN: Settings > Security > Usage access |
| 1106 | // CATEGORY: SETTINGS |
| 1107 | // OS: 6.0 |
| 1108 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1109 | APPLICATIONS_USAGE_ACCESS_DETAIL = 183; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1110 | |
| 1111 | // OPEN: Settings > Battery > Battery optimization |
| 1112 | // CATEGORY: SETTINGS |
| 1113 | // OS: 6.0 |
| 1114 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1115 | APPLICATIONS_HIGH_POWER_APPS = 184; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1116 | |
| 1117 | // OBSOLETE |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1118 | FUELGAUGE_HIGH_POWER_DETAILS = 185; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1119 | |
| 1120 | // ACTION: Lockscreen > Unlock gesture |
| 1121 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1122 | // OS: 5.1.1 |
| 1123 | // GMS: 7.8.22 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1124 | ACTION_LS_UNLOCK = 186; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1125 | |
| 1126 | // ACTION: Lockscreen > Pull shade open |
| 1127 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1128 | // OS: 5.1.1 |
| 1129 | // GMS: 7.8.22 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1130 | ACTION_LS_SHADE = 187; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1131 | |
| 1132 | // ACTION: Lockscreen > Tap on lock, shows hint |
| 1133 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1134 | // OS: 5.1.1 |
| 1135 | // GMS: 7.8.22 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1136 | ACTION_LS_HINT = 188; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1137 | |
| 1138 | // ACTION: Lockscreen > Camera |
| 1139 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1140 | // OS: 5.1.1 |
| 1141 | // GMS: 7.8.22 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1142 | ACTION_LS_CAMERA = 189; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1143 | |
| 1144 | // ACTION: Lockscreen > Dialer |
| 1145 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1146 | // OS: 5.1.1 |
| 1147 | // GMS: 7.8.22 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1148 | ACTION_LS_DIALER = 190; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1149 | |
| 1150 | // ACTION: Lockscreen > Tap on lock, locks phone |
| 1151 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1152 | // OS: 5.1.1 |
| 1153 | // GMS: 7.8.22 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1154 | ACTION_LS_LOCK = 191; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1155 | |
| 1156 | // ACTION: Lockscreen > Tap on notification, false touch rejection |
| 1157 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1158 | // OS: 5.1.1 |
| 1159 | // GMS: 7.8.22 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1160 | ACTION_LS_NOTE = 192; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1161 | |
| 1162 | // ACTION: Lockscreen > Swipe down to open quick settings |
| 1163 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1164 | // OS: 6.0 |
| 1165 | // GMS: 7.8.22 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1166 | ACTION_LS_QS = 193; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1167 | |
| 1168 | // ACTION: Swipe down to open quick settings when unlocked |
| 1169 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1170 | // OS: 6.0 |
| 1171 | // GMS: 7.8.22 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1172 | ACTION_SHADE_QS_PULL = 194; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1173 | |
| 1174 | // ACTION: Notification shade > Tap to open quick settings |
| 1175 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1176 | // OS: 6.0 |
| 1177 | // GMS: 7.8.22 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1178 | ACTION_SHADE_QS_TAP = 195; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1179 | |
| 1180 | // OPEN: Lockscreen |
| 1181 | // SUBTYPE: 0 is unsecure, 1 is secured by password / pattern / PIN |
| 1182 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1183 | // OS: 5.1.1 |
| 1184 | // GMS: 7.8.22 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1185 | LOCKSCREEN = 196; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1186 | |
| 1187 | // OPEN: Lockscreen > Screen to enter password / pattern / PIN |
| 1188 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1189 | // OS: 5.1.1 |
| 1190 | // GMS: 7.8.22 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1191 | BOUNCER = 197; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1192 | |
| 1193 | // OPEN: Screen turned on |
| 1194 | // SUBTYPE: 2 is user action |
| 1195 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1196 | // OS: 5.1.1 |
| 1197 | // GMS: 7.8.22 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1198 | SCREEN = 198; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1199 | |
| 1200 | // OPEN: Notification caused sound, vibration, and/or LED blink |
| 1201 | // SUBTYPE: 1 is buzz, 2 is beep, blink is 4, or'd together |
| 1202 | // CATEGORY: NOTIFICATION |
| 1203 | // OS: 5.1.1 |
| 1204 | // GMS: 7.8.53 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1205 | NOTIFICATION_ALERT = 199; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1206 | |
| 1207 | // ACTION: Lockscreen > Emergency Call button |
| 1208 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1209 | // OS: 5.1.1 |
| 1210 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1211 | ACTION_EMERGENCY_CALL = 200; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1212 | |
| 1213 | // OPEN: Settings > Apps > Configure > Default apps > Assist & voice input |
| 1214 | // CATEGORY: SETTINGS |
| 1215 | // OS: 6.0 |
| 1216 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1217 | APPLICATIONS_MANAGE_ASSIST = 201; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1218 | |
| 1219 | // OPEN: Settings > Memory |
| 1220 | // CATEGORY: SETTINGS |
| 1221 | // OS: 6.0 |
| 1222 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1223 | PROCESS_STATS_SUMMARY = 202; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1224 | |
| 1225 | // ACTION: Settings > Display > When device is rotated |
| 1226 | // CATEGORY: SETTINGS |
| 1227 | // OS: 6.0 |
| 1228 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1229 | ACTION_ROTATION_LOCK = 203; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1230 | |
| 1231 | // ACTION: Long press on notification to view controls |
| 1232 | // CATEGORY: NOTIFICATION |
| 1233 | // OS: 6.0 |
| 1234 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1235 | ACTION_NOTE_CONTROLS = 204; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1236 | |
| 1237 | // ACTION: Notificatoin controls > Info button |
| 1238 | // CATEGORY: NOTIFICATION |
| 1239 | // OS: 6.0 |
| 1240 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1241 | ACTION_NOTE_INFO = 205; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1242 | |
| 1243 | // ACTION: Notification controls > Settings button |
| 1244 | // CATEGORY: NOTIFICATION |
| 1245 | // OS: 6.0 |
| 1246 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1247 | ACTION_APP_NOTE_SETTINGS = 206; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1248 | |
| 1249 | // OPEN: Volume Dialog (with hardware buttons) |
| 1250 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1251 | // OS: 6.0 |
| 1252 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1253 | VOLUME_DIALOG = 207; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1254 | |
| 1255 | // OPEN: Volume dialog > Expanded volume dialog (multiple sliders) |
| 1256 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1257 | // OS: 6.0 |
| 1258 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1259 | VOLUME_DIALOG_DETAILS = 208; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1260 | |
| 1261 | // ACTION: Volume dialog > Adjust volume slider |
| 1262 | // SUBTYPE: volume level (0-7) |
| 1263 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1264 | // OS: 6.0 |
| 1265 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1266 | ACTION_VOLUME_SLIDER = 209; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1267 | |
| 1268 | // ACTION: Volume dialog > Select non-active stream |
| 1269 | // SUBTYPE: stream (defined in AudioSystem.java) |
| 1270 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1271 | // OS: 6.0 |
| 1272 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1273 | ACTION_VOLUME_STREAM = 210; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1274 | |
| 1275 | // ACTION: Adjust volume with hardware key |
| 1276 | // SUBTYPE: volume level (0-7) |
| 1277 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1278 | // OS: 6.0 |
| 1279 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1280 | ACTION_VOLUME_KEY = 211; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1281 | |
| 1282 | // ACTION: Volume dialog > Mute a stream by tapping icon |
| 1283 | // SUBTYPE: mute is 1, audible is 2 |
| 1284 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1285 | // OS: 6.0 |
| 1286 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1287 | ACTION_VOLUME_ICON = 212; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1288 | |
| 1289 | // ACTION: Volume dialog > Change ringer mode by tapping icon |
| 1290 | // SUBTYPE: 2 is audible, 3 is vibrate |
| 1291 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1292 | // OS: 6.0 |
| 1293 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1294 | ACTION_RINGER_MODE = 213; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1295 | |
| 1296 | // ACTION: Chooser shown (share target, file open, etc.) |
| 1297 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1298 | // OS: 6.0 |
| 1299 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1300 | ACTION_ACTIVITY_CHOOSER_SHOWN = 214; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1301 | |
| 1302 | // ACTION: Chooser > User taps an app target |
| 1303 | // SUBTYPE: Index of target |
| 1304 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1305 | // OS: 6.0 |
| 1306 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1307 | ACTION_ACTIVITY_CHOOSER_PICKED_APP_TARGET = 215; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1308 | |
| 1309 | // ACTION: Chooser > User taps a service target |
| 1310 | // SUBTYPE: Index of target |
| 1311 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1312 | // OS: 6.0 |
| 1313 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1314 | ACTION_ACTIVITY_CHOOSER_PICKED_SERVICE_TARGET = 216; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1315 | |
| 1316 | // ACTION: Chooser > User taps a standard target |
| 1317 | // SUBTYPE: Index of target |
| 1318 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1319 | // OS: 6.0 |
| 1320 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1321 | ACTION_ACTIVITY_CHOOSER_PICKED_STANDARD_TARGET = 217; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1322 | |
| 1323 | // ACTION: QS Brightness Slider (with auto brightness disabled) |
| 1324 | // SUBTYPE: slider value |
| 1325 | // CATEGORY: QUICK_SETTINGS |
| 1326 | // OS: 6.0 |
| 1327 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1328 | ACTION_BRIGHTNESS = 218; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1329 | |
| 1330 | // ACTION: QS Brightness Slider (with auto brightness enabled) |
| 1331 | // SUBTYPE: slider value |
| 1332 | // CATEGORY: QUICK_SETTINGS |
| 1333 | // OS: 6.0 |
| 1334 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1335 | ACTION_BRIGHTNESS_AUTO = 219; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1336 | |
| 1337 | // OPEN: Settings > Display > Brightness Slider |
| 1338 | // CATEGORY: SETTINGS |
| 1339 | // OS: 6.0 |
| 1340 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1341 | BRIGHTNESS_DIALOG = 220; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1342 | |
| 1343 | // OPEN: Settings > Apps > Configure Apps > Draw over other apps |
| 1344 | // CATEGORY: SETTINGS |
| 1345 | // OS: 6.0 |
| 1346 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1347 | SYSTEM_ALERT_WINDOW_APPS = 221; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1348 | |
| 1349 | // OPEN: Display has entered dream mode |
| 1350 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1351 | // OS: 6.0 |
| 1352 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1353 | DREAMING = 222; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1354 | |
| 1355 | // OPEN: Display has entered ambient notification mode |
| 1356 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1357 | // OS: 6.0 |
| 1358 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1359 | DOZING = 223; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1360 | |
| 1361 | // OPEN: Overview |
| 1362 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1363 | // OS: 6.0 |
| 1364 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1365 | OVERVIEW_ACTIVITY = 224; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1366 | |
| 1367 | // OPEN: Settings > About phone > Legal information |
| 1368 | // CATEGORY: SETTINGS |
| 1369 | // OS: 6.0 |
| 1370 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1371 | ABOUT_LEGAL_SETTINGS = 225; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1372 | |
| 1373 | // OPEN: Settings > Search > Perform search |
| 1374 | // CATEGORY: SETTINGS |
| 1375 | // OS: 6.0 |
| 1376 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1377 | ACTION_SEARCH_RESULTS = 226; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1378 | |
| 1379 | // OPEN: Settings > System UI Tuner |
| 1380 | // CATEGORY: SETTINGS |
| 1381 | // OS: 6.0 |
| 1382 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1383 | TUNER = 227; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1384 | |
| 1385 | // OPEN: Settings > System UI Tuner > Quick Settings |
| 1386 | // CATEGORY: SETTINGS |
| 1387 | // OS: 6.0 |
| 1388 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1389 | TUNER_QS = 228; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1390 | |
| 1391 | // OPEN: Settings > System UI Tuner > Demo mode |
| 1392 | // CATEGORY: SETTINGS |
| 1393 | // OS: 6.0 |
| 1394 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1395 | TUNER_DEMO_MODE = 229; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1396 | |
| 1397 | // ACTION: Settings > System UI Tuner > Quick Settings > Move tile |
| 1398 | // PACKAGE: Tile |
| 1399 | // CATEGORY: SETTINGS |
| 1400 | // OS: 6.0 |
| 1401 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1402 | TUNER_QS_REORDER = 230; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1403 | |
| 1404 | // ACTION: Settings > System UI Tuner > Quick Settings > Add tile |
| 1405 | // PACKAGE: Tile |
| 1406 | // CATEGORY: SETTINGS |
| 1407 | // OS: 6.0 |
| 1408 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1409 | TUNER_QS_ADD = 231; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1410 | |
| 1411 | // ACTION: Settings > System UI Tuner > Quick Settings > Remove tile |
| 1412 | // PACKAGE: Tile |
| 1413 | // CATEGORY: SETTINGS |
| 1414 | // OS: 6.0 |
| 1415 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1416 | TUNER_QS_REMOVE = 232; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1417 | |
| 1418 | // ACTION: Settings > System UI Tuner > Status bar > Enable icon |
| 1419 | // PACKAGE: Icon |
| 1420 | // CATEGORY: SETTINGS |
| 1421 | // OS: 6.0 |
| 1422 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1423 | TUNER_STATUS_BAR_ENABLE = 233; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1424 | |
| 1425 | // ACTION: Settings > System UI Tuner > Status bar > Disable icon |
| 1426 | // PACKAGE: Icon |
| 1427 | // CATEGORY: SETTINGS |
| 1428 | // OS: 6.0 |
| 1429 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1430 | TUNER_STATUS_BAR_DISABLE = 234; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1431 | |
| 1432 | // ACTION: Settings > System UI Tuner > Demo mode > Enable demo mode |
| 1433 | // SUBTYPE: false is disabled, true is enabled |
| 1434 | // CATEGORY: SETTINGS |
| 1435 | // OS: 6.0 |
| 1436 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1437 | TUNER_DEMO_MODE_ENABLED = 235; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1438 | |
| 1439 | // ACTION: Settings > System UI Tuner > Demo mode > Show demo mode |
| 1440 | // SUBTYPE: false is disabled, true is enabled |
| 1441 | // CATEGORY: SETTINGS |
| 1442 | // OS: 6.0 |
| 1443 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1444 | TUNER_DEMO_MODE_ON = 236; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1445 | |
| 1446 | // ACTION: Settings > System UI Tuner > Show embedded battery percentage |
| 1447 | // SUBTYPE: 0 is disabled, 1 is enabled |
| 1448 | // CATEGORY: SETTINGS |
| 1449 | // OS: 6.0 |
| 1450 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1451 | TUNER_BATTERY_PERCENTAGE = 237; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1452 | |
| 1453 | // OPEN: Settings > Developer options > Inactive apps |
| 1454 | // CATEGORY: SETTINGS |
| 1455 | // OS: 6.0 |
| 1456 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1457 | FUELGAUGE_INACTIVE_APPS = 238; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1458 | |
| 1459 | // ACTION: Long press home to bring up assistant |
| 1460 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1461 | // OS: 6.0 |
| 1462 | // GMS: 7.5.26 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1463 | ACTION_ASSIST_LONG_PRESS = 239; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1464 | |
| 1465 | // OPEN: Settings > Security > Nexus Imprint > Add Fingerprint |
| 1466 | // CATEGORY: SETTINGS |
| 1467 | // OS: 6.0 |
| 1468 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1469 | FINGERPRINT_ENROLLING = 240; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1470 | |
| 1471 | // OPEN: Fingerprint Enroll > Find Sensor |
| 1472 | // CATEGORY: SETTINGS |
| 1473 | // OS: 6.0 |
| 1474 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1475 | FINGERPRINT_FIND_SENSOR = 241; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1476 | |
| 1477 | // OPEN: Fingerprint Enroll > Fingerprint Enrolled! |
| 1478 | // CATEGORY: SETTINGS |
| 1479 | // OS: 6.0 |
| 1480 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1481 | FINGERPRINT_ENROLL_FINISH = 242; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1482 | |
| 1483 | // OPEN: Fingerprint Enroll introduction |
| 1484 | // CATEGORY: SETTINGS |
| 1485 | // OS: 6.0 |
| 1486 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1487 | FINGERPRINT_ENROLL_INTRO = 243; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1488 | |
| 1489 | // OPEN: Fingerprint Enroll onboarding |
| 1490 | // CATEGORY: SETTINGS |
| 1491 | // OS: 6.0 |
| 1492 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1493 | FINGERPRINT_ENROLL_ONBOARD = 244; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1494 | |
| 1495 | // OPEN: Fingerprint Enroll > Let's Start! |
| 1496 | // CATEGORY: SETTINGS |
| 1497 | // OS: 6.0 |
| 1498 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1499 | FINGERPRINT_ENROLL_SIDECAR = 245; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1500 | |
| 1501 | // OPEN: Fingerprint Enroll SUW > Let's Start! |
| 1502 | // CATEGORY: SETTINGS |
| 1503 | // OS: 6.0 |
| 1504 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1505 | FINGERPRINT_ENROLLING_SETUP = 246; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1506 | |
| 1507 | // OPEN: Fingerprint Enroll SUW > Find Sensor |
| 1508 | // CATEGORY: SETTINGS |
| 1509 | // OS: 6.0 |
| 1510 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1511 | FINGERPRINT_FIND_SENSOR_SETUP = 247; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1512 | |
| 1513 | // OPEN: Fingerprint Enroll SUW > Fingerprint Enrolled! |
| 1514 | // CATEGORY: SETTINGS |
| 1515 | // OS: 6.0 |
| 1516 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1517 | FINGERPRINT_ENROLL_FINISH_SETUP = 248; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1518 | |
| 1519 | // OPEN: Fingerprint Enroll SUW introduction |
| 1520 | // CATEGORY: SETTINGS |
| 1521 | // OS: 6.0 |
| 1522 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1523 | FINGERPRINT_ENROLL_INTRO_SETUP = 249; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1524 | |
| 1525 | // OPEN: Fingerprint Enroll SUW onboarding |
| 1526 | // CATEGORY: SETTINGS |
| 1527 | // OS: 6.0 |
| 1528 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1529 | FINGERPRINT_ENROLL_ONBOARD_SETUP = 250; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1530 | |
| 1531 | // ACTION: Add fingerprint > Enroll fingerprint |
| 1532 | // CATEGORY: SETTINGS |
| 1533 | // OS: 6.0 |
| 1534 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1535 | ACTION_FINGERPRINT_ENROLL = 251; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1536 | |
| 1537 | // ACTION: Authenticate using fingerprint |
| 1538 | // CATEGORY: SETTINGS |
| 1539 | // OS: 6.0 |
| 1540 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1541 | ACTION_FINGERPRINT_AUTH = 252; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1542 | |
| 1543 | // ACTION: Settings > Security > Nexus Imprint > [Fingerprint] > Delete |
| 1544 | // CATEGORY: SETTINGS |
| 1545 | // OS: 6.0 |
| 1546 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1547 | ACTION_FINGERPRINT_DELETE = 253; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1548 | |
| 1549 | // ACTION: Settings > Security > Nexus Imprint > [Fingerprint] > Rename |
| 1550 | // CATEGORY: SETTINGS |
| 1551 | // OS: 6.0 |
| 1552 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1553 | ACTION_FINGERPRINT_RENAME = 254; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1554 | |
| 1555 | // ACTION: Double tap camera shortcut |
| 1556 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1557 | // OS: 6.0 |
| 1558 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1559 | ACTION_DOUBLE_TAP_POWER_CAMERA_GESTURE = 255; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1560 | |
| 1561 | // ACTION: Double twist camera shortcut |
| 1562 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1563 | // OS: 6.0 |
| 1564 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1565 | ACTION_WIGGLE_CAMERA_GESTURE = 256; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1566 | |
| 1567 | // OPEN: QS Work Mode tile shown |
| 1568 | // ACTION: QS Work Mode tile tapped |
| 1569 | // SUBTYPE: 0 is off, 1 is on |
| 1570 | // CATEGORY: QUICK_SETTINGS |
| 1571 | // OS: N |
| 1572 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1573 | QS_WORKMODE = 257; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1574 | |
| 1575 | // OPEN: Settings > Developer Options > Background Check |
| 1576 | // CATEGORY: SETTINGS |
| 1577 | // OS: N |
| 1578 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1579 | BACKGROUND_CHECK_SUMMARY = 258; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1580 | |
| 1581 | // OPEN: QS Lock tile shown |
| 1582 | // ACTION: QS Lock tile tapped |
| 1583 | // SUBTYPE: 0 is off, 1 is on |
| 1584 | // CATEGORY: QUICK_SETTINGS |
| 1585 | // OS: N |
| 1586 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1587 | QS_LOCK_TILE = 259; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1588 | |
| 1589 | // OPEN: QS User Tile shown |
| 1590 | // CATEGORY: QUICK_SETTINGS |
| 1591 | // OS: N |
| 1592 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1593 | QS_USER_TILE = 260; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1594 | |
| 1595 | // OPEN: QS Battery tile shown |
| 1596 | // CATEGORY: QUICK_SETTINGS |
| 1597 | // OS: N |
| 1598 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1599 | QS_BATTERY_TILE = 261; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1600 | |
| 1601 | // OPEN: Settings > Sound > Do not disturb > Visual interruptions |
| 1602 | // CATEGORY: SETTINGS |
| 1603 | // OS: N |
| 1604 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1605 | NOTIFICATION_ZEN_MODE_VISUAL_INTERRUPTIONS = 262; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1606 | |
| 1607 | // ACTION: Visual interruptions > No screen interuptions toggle |
| 1608 | // SUBTYPE: 0 is off, 1 is on |
| 1609 | // CATEGORY: SETTINGS |
| 1610 | // OS: N |
| 1611 | // GMS: 7.8.99 |
Julia Reynolds | d560729 | 2016-02-05 15:25:58 -0500 | [diff] [blame] | 1612 | ACTION_ZEN_ALLOW_WHEN_SCREEN_OFF = 263; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1613 | |
| 1614 | // ACTION: Visual interruptions > No notification light toggle |
| 1615 | // SUBTYPE: 0 is off, 1 is on |
| 1616 | // CATEGORY: SETTINGS |
| 1617 | // OS: N |
| 1618 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1619 | ACTION_ZEN_ALLOW_LIGHTS = 264; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1620 | |
| 1621 | // OPEN: Settings > Notifications > [App] > Topic Notifications |
| 1622 | // CATEGORY: SETTINGS |
| 1623 | // OS: N |
| 1624 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1625 | NOTIFICATION_TOPIC_NOTIFICATION = 265; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1626 | |
| 1627 | // ACTION: Settings > Apps > Default Apps > Select different SMS app |
| 1628 | // PACKAGE: Selected SMS app |
| 1629 | // CATEGORY: SETTINGS |
| 1630 | // OS: N |
| 1631 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1632 | ACTION_DEFAULT_SMS_APP_CHANGED = 266; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1633 | |
| 1634 | // OPEN: QS Color modification tile shown |
| 1635 | // ACTION: QS Color modification tile tapped |
| 1636 | // SUBTYPE: 0 is off, 1 is on |
| 1637 | // CATEGORY: QUICK_SETTINGS |
| 1638 | // OS: N |
| 1639 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1640 | QS_COLOR_MATRIX = 267; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1641 | |
| 1642 | // OPEN: QS Custom tile shown |
| 1643 | // ACTION: QS Work Mode tile tapped |
| 1644 | // CATEGORY: QUICK_SETTINGS |
| 1645 | // OS: N |
| 1646 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1647 | QS_CUSTOM = 268; |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1648 | |
| 1649 | // ACTION: Visual interruptions > Never turn off the screen toggle |
| 1650 | // SUBTYPE: 0 is off, 1 is on |
| 1651 | // CATEGORY: SETTINGS |
| 1652 | // OS: N |
| 1653 | // GMS: 7.8.99 |
Julia Reynolds | d560729 | 2016-02-05 15:25:58 -0500 | [diff] [blame] | 1654 | ACTION_ZEN_ALLOW_WHEN_SCREEN_ON = 269; |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1655 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1656 | // ACTION: Overview > Long-press task, drag to enter split-screen |
| 1657 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1658 | // OS: N |
| 1659 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1660 | ACTION_WINDOW_DOCK_DRAG_DROP = 270; |
| 1661 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1662 | // ACTION: In App > Long-press Overview button to enter split-screen |
| 1663 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1664 | // OS: N |
| 1665 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1666 | ACTION_WINDOW_DOCK_LONGPRESS = 271; |
| 1667 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1668 | // ACTION: In App > Swipe Overview button to enter split-screen |
| 1669 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1670 | // OS: N |
| 1671 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1672 | ACTION_WINDOW_DOCK_SWIPE = 272; |
| 1673 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1674 | // ACTION: Launch profile-specific app > Confirm credentials |
| 1675 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1676 | // OS: N |
| 1677 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1678 | PROFILE_CHALLENGE = 273; |
| 1679 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1680 | // OPEN: QS Battery detail panel |
| 1681 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1682 | // OS: N |
| 1683 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1684 | QS_BATTERY_DETAIL = 274; |
| 1685 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1686 | // OPEN: Overview > History |
| 1687 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1688 | // OS: N |
| 1689 | // GMS: 7.8.99 |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1690 | OVERVIEW_HISTORY = 275; |
| 1691 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1692 | // ACTION: Overview > Page by tapping Overview button |
| 1693 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1694 | // OS: N |
| 1695 | // GMS: 7.8.99 |
| 1696 | ACTION_OVERVIEW_PAGE = 276; |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 1697 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1698 | // ACTION: Overview > Select app |
| 1699 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1700 | // OS: N |
| 1701 | // GMS: 7.8.99 |
| 1702 | ACTION_OVERVIEW_SELECT = 277; |
mariagpuyol | 64916b7 | 2016-01-21 13:53:21 -0800 | [diff] [blame] | 1703 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1704 | // ACTION: View emergency info |
| 1705 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1706 | // OS: N |
| 1707 | // GMS: 7.8.99 |
mariagpuyol | 64916b7 | 2016-01-21 13:53:21 -0800 | [diff] [blame] | 1708 | ACTION_VIEW_EMERGENCY_INFO = 278; |
| 1709 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1710 | // ACTION: Edit emergency info activity |
| 1711 | // CATEGORY: SETTINGS |
| 1712 | // OS: N |
| 1713 | // GMS: 7.8.99 |
mariagpuyol | 64916b7 | 2016-01-21 13:53:21 -0800 | [diff] [blame] | 1714 | ACTION_EDIT_EMERGENCY_INFO = 279; |
| 1715 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1716 | // ACTION: Edit emergency info field |
| 1717 | // CATEGORY: SETTINGS |
| 1718 | // OS: N |
| 1719 | // GMS: 7.8.99 |
mariagpuyol | 64916b7 | 2016-01-21 13:53:21 -0800 | [diff] [blame] | 1720 | ACTION_EDIT_EMERGENCY_INFO_FIELD = 280; |
| 1721 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1722 | // ACTION: Add emergency contact |
| 1723 | // CATEGORY: SETTINGS |
| 1724 | // OS: N |
| 1725 | // GMS: 7.8.99 |
mariagpuyol | 64916b7 | 2016-01-21 13:53:21 -0800 | [diff] [blame] | 1726 | ACTION_ADD_EMERGENCY_CONTACT = 281; |
| 1727 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1728 | // ACTION: Delete emergency contact |
| 1729 | // CATEGORY: SETTINGS |
| 1730 | // OS: N |
| 1731 | // GMS: 7.8.99 |
mariagpuyol | 64916b7 | 2016-01-21 13:53:21 -0800 | [diff] [blame] | 1732 | ACTION_DELETE_EMERGENCY_CONTACT = 282; |
| 1733 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1734 | // ACTION: Call emergency contact |
| 1735 | // CATEGORY: SETTINGS |
| 1736 | // OS: N |
| 1737 | // GMS: 7.8.99 |
mariagpuyol | 64916b7 | 2016-01-21 13:53:21 -0800 | [diff] [blame] | 1738 | ACTION_CALL_EMERGENCY_CONTACT = 283; |
Jason Monk | 9a4ce13 | 2016-01-21 15:27:17 -0500 | [diff] [blame] | 1739 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1740 | // OPEN: QS Data Saver tile shown |
| 1741 | // ACTION: QS Data Saver tile tapped |
| 1742 | // CATEGORY: QUICK_SETTINGS |
Jason Monk | 9a4ce13 | 2016-01-21 15:27:17 -0500 | [diff] [blame] | 1743 | QS_DATA_SAVER = 284; |
Jorim Jaggi | dd50c3f | 2016-02-04 14:55:07 -0800 | [diff] [blame] | 1744 | |
Robin Lee | 8c1306e | 2016-02-01 11:37:02 +0000 | [diff] [blame] | 1745 | // OPEN: Settings > Security > User credentials |
| 1746 | // CATEGORY: Settings |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1747 | // OS: N |
Robin Lee | 8c1306e | 2016-02-01 11:37:02 +0000 | [diff] [blame] | 1748 | // GMS: 7.8.99 |
| 1749 | USER_CREDENTIALS = 285; |
Jorim Jaggi | ea4a19f | 2016-02-03 21:31:27 -0800 | [diff] [blame] | 1750 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1751 | // ACTION: In App (splitscreen) > Long-press Overview to exit split-screen |
| 1752 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1753 | // OS: N |
| 1754 | // GMS: 7.8.99 |
Jorim Jaggi | dd50c3f | 2016-02-04 14:55:07 -0800 | [diff] [blame] | 1755 | ACTION_WINDOW_UNDOCK_LONGPRESS = 286; |
Winson | 4232952 | 2016-02-05 10:39:46 -0800 | [diff] [blame] | 1756 | |
| 1757 | // Logged when the user scrolls through overview manually |
| 1758 | OVERVIEW_SCROLL = 287; |
| 1759 | |
| 1760 | // Logged when the overview times out automatically selecting an app |
| 1761 | OVERVIEW_SELECT_TIMEOUT = 288; |
| 1762 | |
| 1763 | // Logged when a user dismisses a task in overview |
| 1764 | OVERVIEW_DISMISS = 289; |
Julia Reynolds | b1a235f | 2016-02-09 12:57:02 -0500 | [diff] [blame] | 1765 | |
| 1766 | // Logged when the user modifying the notification importance slider. |
| 1767 | ACTION_MODIFY_IMPORTANCE_SLIDER = 290; |
| 1768 | |
| 1769 | // Logged when the user saves a modification to notification importance. Negative numbers |
| 1770 | // indicate the user lowered the importance; positive means they increased it. |
| 1771 | ACTION_SAVE_IMPORTANCE = 291; |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1772 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1773 | // ACTION: Long-press power button, then tap "Take bug report" option. |
| 1774 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1775 | // OS: N |
| 1776 | // GMS: 7.8.99 |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1777 | ACTION_BUGREPORT_FROM_POWER_MENU_INTERACTIVE = 292; |
| 1778 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1779 | // ACTION: Long-press power button, then long-press "Take bug report" option. |
| 1780 | // CATEGORY: GLOBAL_SYSTEM_UI |
| 1781 | // OS: N |
| 1782 | // GMS: 7.8.99 |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1783 | ACTION_BUGREPORT_FROM_POWER_MENU_FULL = 293; |
| 1784 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1785 | // ACTION: Settings -> Developer Options -> Take bug report -> Interactive report |
| 1786 | // CATEGORY: SETTINGS |
| 1787 | // OS: N |
| 1788 | // GMS: 7.8.99 |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1789 | // Interactive bug report initiated from Settings. |
| 1790 | ACTION_BUGREPORT_FROM_SETTINGS_INTERACTIVE = 294; |
| 1791 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1792 | // ACTION: Settings -> Developer Options -> Take bug report -> Full report |
| 1793 | // CATEGORY: SETTINGS |
| 1794 | // OS: N |
| 1795 | // GMS: 7.8.99 |
| 1796 | // Interactive bug report initiated from Settings. |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1797 | ACTION_BUGREPORT_FROM_SETTINGS_FULL = 295; |
| 1798 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1799 | // ACTION: User tapped notification action to cancel a bug report |
| 1800 | // CATEGORY: NOTIFICATION |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1801 | // OS: N |
| 1802 | // GMS: 7.8.99 |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1803 | ACTION_BUGREPORT_NOTIFICATION_ACTION_CANCEL = 296; |
| 1804 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1805 | // ACTION: User tapped notification action to launch bug report details screen |
| 1806 | // CATEGORY: NOTIFICATION |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1807 | // OS: N |
| 1808 | // GMS: 7.8.99 |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1809 | ACTION_BUGREPORT_NOTIFICATION_ACTION_DETAILS = 297; |
| 1810 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1811 | // ACTION: User tapped notification action to take adition screenshot on bug report |
| 1812 | // CATEGORY: NOTIFICATION |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1813 | // OS: N |
| 1814 | // GMS: 7.8.99 |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1815 | ACTION_BUGREPORT_NOTIFICATION_ACTION_SCREENSHOT = 298; |
| 1816 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1817 | // ACTION: User tapped notification to share bug report |
| 1818 | // CATEGORY: NOTIFICATION |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1819 | // OS: N |
| 1820 | // GMS: 7.8.99 |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1821 | ACTION_BUGREPORT_NOTIFICATION_ACTION_SHARE = 299; |
| 1822 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1823 | // ACTION: User changed bug report name using the details screen |
| 1824 | // CATEGORY: GLOBAL_SYSTEM_UI |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1825 | // OS: N |
| 1826 | // GMS: 7.8.99 |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1827 | ACTION_BUGREPORT_DETAILS_NAME_CHANGED = 300; |
| 1828 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1829 | // ACTION: User changed bug report title using the details screen |
| 1830 | // CATEGORY: GLOBAL_SYSTEM_UI |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1831 | // OS: N |
| 1832 | // GMS: 7.8.99 |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1833 | ACTION_BUGREPORT_DETAILS_TITLE_CHANGED = 301; |
| 1834 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1835 | // ACTION: User changed bug report description using the details screen |
| 1836 | // CATEGORY: GLOBAL_SYSTEM_UI |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1837 | // OS: N |
| 1838 | // GMS: 7.8.99 |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1839 | ACTION_BUGREPORT_DETAILS_DESCRIPTION_CHANGED = 302; |
| 1840 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1841 | // ACTION: User tapped Save in the bug report details screen. |
| 1842 | // CATEGORY: GLOBAL_SYSTEM_UI |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1843 | // OS: N |
| 1844 | // GMS: 7.8.99 |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1845 | ACTION_BUGREPORT_DETAILS_SAVED = 303; |
| 1846 | |
Chris Wren | 7c51684 | 2016-03-01 16:44:32 -0500 | [diff] [blame] | 1847 | // ACTION: User tapped Cancel in the bug report details screen. |
| 1848 | // CATEGORY: GLOBAL_SYSTEM_UI |
Chris Wren | dc86f34 | 2016-03-03 15:38:40 -0500 | [diff] [blame] | 1849 | // OS: N |
| 1850 | // GMS: 7.8.99 |
Felipe Leme | 6605bd8 | 2016-02-22 15:22:20 -0800 | [diff] [blame] | 1851 | ACTION_BUGREPORT_DETAILS_CANCELED = 304; |
Jason Monk | 5732df4 | 2016-02-24 16:24:55 -0500 | [diff] [blame] | 1852 | |
| 1853 | // Tuner: Open/close calibrate dialog. |
| 1854 | TUNER_CALIBRATE_DISPLAY = 305; |
| 1855 | |
| 1856 | // Tuner: Open/close color and appearance. |
| 1857 | TUNER_COLOR_AND_APPEARANCE = 306; |
| 1858 | |
| 1859 | // Tuner: Apply calibrate dialog. |
| 1860 | ACTION_TUNER_CALIBRATE_DISPLAY_CHANGED = 307; |
| 1861 | |
| 1862 | // Tuner: Open/close night mode. |
| 1863 | TUNER_NIGHT_MODE = 308; |
| 1864 | |
| 1865 | // Tuner: Change night mode. |
| 1866 | ACTION_TUNER_NIGHT_MODE = 309; |
| 1867 | |
| 1868 | // Tuner: Change night mode auto. |
| 1869 | ACTION_TUNER_NIGHT_MODE_AUTO = 310; |
| 1870 | |
| 1871 | // Tuner: Change night mode adjust dark theme. |
| 1872 | ACTION_TUNER_NIGHT_MODE_ADJUST_DARK_THEME = 311; |
| 1873 | |
| 1874 | // Tuner: Change night mode adjust tint. |
| 1875 | ACTION_TUNER_NIGHT_MODE_ADJUST_TINT = 312; |
| 1876 | |
| 1877 | // Tuner: Change night mode adjust brightness. |
| 1878 | ACTION_TUNER_NIGHT_MODE_ADJUST_BRIGHTNESS = 313; |
| 1879 | |
| 1880 | // Tuner: Change do not disturb in volume panel. |
| 1881 | ACTION_TUNER_DO_NOT_DISTURB_VOLUME_PANEL = 314; |
| 1882 | |
| 1883 | // Tuner: Change do not disturb volume buttons shortcut. |
| 1884 | ACTION_TUNER_DO_NOT_DISTURB_VOLUME_SHORTCUT = 315; |
Adrian Roos | 9046222 | 2016-02-17 15:45:09 -0800 | [diff] [blame] | 1885 | |
| 1886 | // Logs the action the user takes when an app crashed. |
| 1887 | ACTION_APP_CRASH = 316; |
| 1888 | |
| 1889 | // Logs the action the user takes when an app ANR'd. |
| 1890 | ACTION_APP_ANR = 317; |
Winson | d934290 | 2016-02-25 10:18:33 -0800 | [diff] [blame] | 1891 | |
| 1892 | // Logged when a user double taps the overview button to launch the previous task |
| 1893 | OVERVIEW_LAUNCH_PREVIOUS_TASK = 318; |
Jorim Jaggi | 275561a | 2016-02-23 10:11:02 -0500 | [diff] [blame] | 1894 | |
| 1895 | // Logged when we execute an app transition. This indicates the total delay from startActivity |
| 1896 | // until the app transition is starting to animate, in milliseconds. |
| 1897 | APP_TRANSITION_DELAY_MS = 319; |
| 1898 | |
| 1899 | // Logged when we execute an app transition. This indicates the reason why the transition |
| 1900 | // started. Must be one of ActivityManagerInternal.APP_TRANSITION_* reasons. |
| 1901 | APP_TRANSITION_REASON = 320; |
| 1902 | |
| 1903 | // Logged when we execute an app transition and we drew a starting window. This indicates the |
| 1904 | // delay from startActivity until the starting window was drawn. |
| 1905 | APP_TRANSITION_STARTING_WINDOW_DELAY_MS = 321; |
| 1906 | |
| 1907 | // Logged when we execute an app transition and all windows of the app got drawn. This indicates |
| 1908 | // the delay from startActivity until all windows have been drawn. |
| 1909 | APP_TRANSITION_WINDOWS_DRAWN_DELAY_MS = 322; |
| 1910 | |
| 1911 | // Logged when we execute an app transition. This indicates the component name of the current |
| 1912 | // transition. |
| 1913 | APP_TRANSITION_COMPONENT_NAME = 323; |
| 1914 | |
| 1915 | // Logged when we execute an app transition. This indicates whether the process was already |
| 1916 | // running. |
| 1917 | APP_TRANSITION_PROCESS_RUNNING = 324; |
| 1918 | |
| 1919 | // Logged when we execute an app transition. This indicates the device uptime in seconds when |
| 1920 | // the transition was executed. |
| 1921 | APP_TRANSITION_DEVICE_UPTIME_SECONDS = 325; |
Felipe Leme | 3e166b2 | 2016-02-24 10:17:41 -0800 | [diff] [blame] | 1922 | |
| 1923 | // User granted access to the request folder; action takes an integer |
| 1924 | // representing the folder's index on Environment.STANDARD_DIRECTORIES |
Felipe Leme | db892b8 | 2016-03-17 18:56:20 -0700 | [diff] [blame] | 1925 | // (or -2 for root access, or -1 or unknown directory). |
Felipe Leme | 3e166b2 | 2016-02-24 10:17:41 -0800 | [diff] [blame] | 1926 | ACTION_SCOPED_DIRECTORY_ACCESS_GRANTED_BY_FOLDER = 326; |
| 1927 | |
| 1928 | // User denied access to the request folder; action takes an integer |
| 1929 | // representing the folder's index on Environment.STANDARD_DIRECTORIES |
Felipe Leme | db892b8 | 2016-03-17 18:56:20 -0700 | [diff] [blame] | 1930 | // (or -2 for root access, or -1 or unknown directory). |
Felipe Leme | 3e166b2 | 2016-02-24 10:17:41 -0800 | [diff] [blame] | 1931 | ACTION_SCOPED_DIRECTORY_ACCESS_DENIED_BY_FOLDER = 327; |
| 1932 | |
| 1933 | // User granted access to the request folder; action pass package name |
| 1934 | // of calling package. |
| 1935 | ACTION_SCOPED_DIRECTORY_ACCESS_GRANTED_BY_PACKAGE = 328; |
| 1936 | |
| 1937 | // User denied access to the request folder; action pass package name |
| 1938 | // of calling package. |
| 1939 | ACTION_SCOPED_DIRECTORY_ACCESS_DENIED_BY_PACKAGE = 329; |
| 1940 | |
| 1941 | // App requested access to a directory it has already been granted |
| 1942 | // access before; action takes an integer representing the folder's |
| 1943 | // index on Environment.STANDARD_DIRECTORIES |
Felipe Leme | db892b8 | 2016-03-17 18:56:20 -0700 | [diff] [blame] | 1944 | // (or -2 for root access, or -1 or unknown directory). |
Felipe Leme | 3e166b2 | 2016-02-24 10:17:41 -0800 | [diff] [blame] | 1945 | ACTION_SCOPED_DIRECTORY_ACCESS_ALREADY_GRANTED_BY_FOLDER = 330; |
| 1946 | |
| 1947 | // App requested access to a directory it has already been granted |
| 1948 | // access before; action pass package name of calling package. |
| 1949 | ACTION_SCOPED_DIRECTORY_ACCESS_ALREADY_GRANTED_BY_PACKAGE = 331; |
Adrian Roos | 159ef7b | 2016-02-25 11:58:32 -0800 | [diff] [blame] | 1950 | |
Mady Mellor | a41587b | 2016-02-11 18:43:06 -0800 | [diff] [blame] | 1951 | // Logged when the user slides a notification and |
| 1952 | // reveals the gear beneath it. |
| 1953 | ACTION_REVEAL_GEAR = 332; |
| 1954 | |
| 1955 | // Logged when the user taps on the gear beneath |
| 1956 | // a notification. |
| 1957 | ACTION_TOUCH_GEAR = 333; |
| 1958 | |
Ruben Brunk | e24b9a6 | 2016-02-16 21:38:24 -0800 | [diff] [blame] | 1959 | // Logs that the user has edited the enabled VR listeners. |
| 1960 | VR_MANAGE_LISTENERS = 334; |
| 1961 | |
Jason Monk | 6f5354d | 2016-03-08 14:18:08 -0500 | [diff] [blame] | 1962 | // Settings -> Accessibility -> Click after pointer stops moving |
| 1963 | ACCESSIBILITY_TOGGLE_AUTOCLICK = 335; |
| 1964 | // Settings -> Sound |
| 1965 | SOUND = 336; |
| 1966 | // Settings -> Notifications -> Gear |
| 1967 | CONFIGURE_NOTIFICATION = 337; |
| 1968 | // Settings -> Wi-Fi -> Gear |
| 1969 | CONFIGURE_WIFI = 338; |
| 1970 | // Settings -> Display -> Display size |
| 1971 | DISPLAY_SCREEN_ZOOM = 339; |
| 1972 | // Settings -> Display -> Font size |
| 1973 | ACCESSIBILITY_FONT_SIZE = 340; |
| 1974 | // Settings -> Data usage -> Cellular/Wi-Fi data usage |
| 1975 | DATA_USAGE_LIST = 341; |
| 1976 | // Settings -> Data usage -> Billing cycle or DATA_USAGE_LIST -> Gear |
| 1977 | BILLING_CYCLE = 342; |
| 1978 | // DATA_USAGE_LIST -> Any item or App info -> Data usage |
| 1979 | APP_DATA_USAGE = 343; |
| 1980 | // Settings -> Language & input -> Language |
| 1981 | USER_LOCALE_LIST = 344; |
| 1982 | // Settings -> Language & input -> Virtual keyboard |
| 1983 | VIRTUAL_KEYBOARDS = 345; |
| 1984 | // Settings -> Language & input -> Physical keyboard |
| 1985 | PHYSICAL_KEYBOARDS = 346; |
| 1986 | // Settings -> Language & input -> Virtual keyboard -> Add a virtual keyboard |
| 1987 | ENABLE_VIRTUAL_KEYBOARDS = 347; |
| 1988 | // Settings -> Data usage -> Data Saver |
| 1989 | DATA_SAVER_SUMMARY = 348; |
| 1990 | // Settings -> Data usage -> Data Saver -> Unrestricted data access |
| 1991 | DATA_USAGE_UNRESTRICTED_ACCESS = 349; |
| 1992 | |
| 1993 | // Used for generic logging of Settings Preference Persistence, should not be used |
| 1994 | // outside SharedPreferencesLogger. |
| 1995 | ACTION_GENERIC_PACKAGE = 350; |
| 1996 | // Settings -> Apps -> Gear -> Special access |
| 1997 | SPECIAL_ACCESS = 351; |
| 1998 | |
Muyuan Li | a212999 | 2016-03-03 18:30:39 -0800 | [diff] [blame] | 1999 | // Logs that the user docks window via shortcut key. |
| 2000 | WINDOW_DOCK_SHORTCUTS = 352; |
| 2001 | |
Felipe Leme | adccb99 | 2016-03-09 17:40:49 -0800 | [diff] [blame] | 2002 | // User already denied access to the request folder; action takes an integer |
| 2003 | // representing the folder's index on Environment.STANDARD_DIRECTORIES |
Felipe Leme | db892b8 | 2016-03-17 18:56:20 -0700 | [diff] [blame] | 2004 | // (or -2 for root access, or -1 or unknown directory). |
Felipe Leme | adccb99 | 2016-03-09 17:40:49 -0800 | [diff] [blame] | 2005 | ACTION_SCOPED_DIRECTORY_ACCESS_ALREADY_DENIED_BY_FOLDER = 353; |
| 2006 | |
| 2007 | // User already denied access to the request folder; action pass package name |
| 2008 | // of calling package. |
| 2009 | ACTION_SCOPED_DIRECTORY_ACCESS_ALREADY_DENIED_BY_PACKAGE = 354; |
| 2010 | |
| 2011 | // User denied access to the request folder and checked 'Do not ask again'; |
| 2012 | // action takes an integer representing the folder's index on Environment.STANDARD_DIRECTORIES |
Felipe Leme | db892b8 | 2016-03-17 18:56:20 -0700 | [diff] [blame] | 2013 | // (or -2 for root access, or -1 or unknown directory). |
Felipe Leme | adccb99 | 2016-03-09 17:40:49 -0800 | [diff] [blame] | 2014 | ACTION_SCOPED_DIRECTORY_ACCESS_DENIED_AND_PERSIST_BY_FOLDER = 355; |
| 2015 | |
| 2016 | // User denied access to the request folder and checked 'Do not ask again'; |
| 2017 | // action pass package name of calling package. |
| 2018 | ACTION_SCOPED_DIRECTORY_ACCESS_DENIED_AND_PERSIST_BY_PACKAGE = 356; |
| 2019 | |
Winson | 3b6ba1a | 2016-03-22 15:37:54 -0700 | [diff] [blame] | 2020 | // Logged when a user dismisses all task in overview |
| 2021 | OVERVIEW_DISMISS_ALL = 357; |
| 2022 | |
Jason Monk | 96defbe | 2016-03-29 16:51:03 -0400 | [diff] [blame] | 2023 | // Quick Settings -> Edit |
| 2024 | QS_EDIT = 358; |
| 2025 | |
| 2026 | // Quick Settings -> Edit -> Overflow -> Reset |
| 2027 | ACTION_QS_EDIT_RESET = 359; |
| 2028 | |
| 2029 | // QS -> Edit - Drag a tile out of the active tiles. |
| 2030 | // The _SPEC contains either the spec of the tile or |
| 2031 | // the package of the 3rd party app in the PKG field. |
| 2032 | ACTION_QS_EDIT_REMOVE_SPEC = 360; |
| 2033 | ACTION_QS_EDIT_REMOVE = 361; |
| 2034 | |
| 2035 | // QS -> Edit - Drag a tile into the active tiles. |
| 2036 | // The _SPEC contains either the spec of the tile or |
| 2037 | // the package of the 3rd party app in the PKG field. |
| 2038 | ACTION_QS_EDIT_ADD_SPEC = 362; |
| 2039 | ACTION_QS_EDIT_ADD = 363; |
| 2040 | |
| 2041 | // QS -> Edit - Drag a tile within the active tiles. |
| 2042 | // The _SPEC contains either the spec of the tile or |
| 2043 | // the package of the 3rd party app in the PKG field. |
| 2044 | ACTION_QS_EDIT_MOVE_SPEC = 364; |
| 2045 | ACTION_QS_EDIT_MOVE = 365; |
| 2046 | |
| 2047 | // Long-press on a QS tile. Tile spec in package field. |
| 2048 | ACTION_QS_LONG_PRESS = 366; |
| 2049 | |
Anna Galusza | dad131f | 2016-03-22 13:49:02 -0700 | [diff] [blame] | 2050 | // OPEN: SUW Welcome Screen -> Vision Settings |
| 2051 | // CATEGORY: SETTINGS |
| 2052 | // OS: N |
| 2053 | SUW_ACCESSIBILITY = 367; |
| 2054 | |
| 2055 | // OPEN: SUW Welcome Screen -> Vision Settings -> Magnification gesture |
| 2056 | // ACTION: New magnification gesture configuration is chosen |
| 2057 | // SUBTYPE: 0 is off, 1 is on |
| 2058 | // CATEGORY: SETTINGS |
| 2059 | // OS: N |
| 2060 | SUW_ACCESSIBILITY_TOGGLE_SCREEN_MAGNIFICATION = 368; |
| 2061 | |
| 2062 | // OPEN: SUW Welcome Screen -> Vision Settings -> Font size |
| 2063 | // ACTION: New font size is chosen |
| 2064 | // SUBTYPE: 0 is small, 1 is default, 2 is large, 3 is largest |
| 2065 | // CATEGORY: SETTINGS |
| 2066 | // OS: N |
| 2067 | SUW_ACCESSIBILITY_FONT_SIZE = 369; |
| 2068 | |
| 2069 | // OPEN: SUW Welcome Screen -> Vision Settings -> Display size |
| 2070 | // ACTION: New display size is chosen |
| 2071 | // SUBTYPE: 0 is small, 1 is default, 2 is large, 3 is larger, 4 is largest |
| 2072 | // CATEGORY: SETTINGS |
| 2073 | // OS: N |
| 2074 | SUW_ACCESSIBILITY_DISPLAY_SIZE = 370; |
| 2075 | |
| 2076 | // OPEN: SUW Welcome Screen -> Vision Settings -> TalkBack |
| 2077 | // ACTION: New screen reader configuration is chosen |
| 2078 | // SUBTYPE: 0 is off, 1 is on |
| 2079 | // CATEGORY: SETTINGS |
| 2080 | // OS: N |
| 2081 | SUW_ACCESSIBILITY_TOGGLE_SCREEN_READER = 371; |
| 2082 | |
Jason Monk | c362039 | 2016-03-30 15:46:03 -0400 | [diff] [blame] | 2083 | // ------- Begin N Settings conditionals ----- |
| 2084 | // Conditionals are the green bars at the top of the settings dashboard |
| 2085 | // All conditionals will have visible/hide events onResume/onPause |
| 2086 | // but they will also be used as extra ints in the |
| 2087 | // dismiss/expand/collapse/click/button events |
| 2088 | |
| 2089 | // swipe away conditional |
| 2090 | ACTION_SETTINGS_CONDITION_DISMISS = 372; |
| 2091 | |
| 2092 | // click on collapsed conditional or clicks expand button |
| 2093 | ACTION_SETTINGS_CONDITION_EXPAND = 373; |
| 2094 | |
| 2095 | // click collapse button on expanded conditional |
| 2096 | ACTION_SETTINGS_CONDITION_COLLAPSE = 374; |
| 2097 | |
| 2098 | // click main area of expanded conditional |
| 2099 | ACTION_SETTINGS_CONDITION_CLICK = 375; |
| 2100 | |
| 2101 | // click a direct button on expanded conditional |
| 2102 | ACTION_SETTINGS_CONDITION_BUTTON = 376; |
| 2103 | |
| 2104 | // Airplane mode on |
| 2105 | SETTINGS_CONDITION_AIRPLANE_MODE = 377; |
| 2106 | // AKA Data saver on |
| 2107 | SETTINGS_CONDITION_BACKGROUND_DATA = 378; |
| 2108 | // Battery saver on |
| 2109 | SETTINGS_CONDITION_BATTERY_SAVER = 379; |
| 2110 | // Cellular data off |
| 2111 | SETTINGS_CONDITION_CELLULAR_DATA = 380; |
| 2112 | // Do not disturb on |
| 2113 | SETTINGS_CONDITION_DND = 381; |
| 2114 | // Hotspot on |
| 2115 | SETTINGS_CONDITION_HOTSPOT = 382; |
| 2116 | // Work profile off |
| 2117 | SETTINGS_CONDITION_WORK_MODE = 383; |
| 2118 | |
Jason Monk | 1b5d87b | 2016-03-30 16:03:15 -0400 | [diff] [blame] | 2119 | // ------- Begin N Settings suggestions ----- |
| 2120 | // Since suggestions come from system apps, suggestions will |
| 2121 | // have generic constants and the package providing the suggestion |
| 2122 | // will be put in the package field. For suggestions in the Settings |
| 2123 | // package, the class name will be filled in instead (since settings |
| 2124 | // provides several suggetions). |
| 2125 | |
| 2126 | // Settings shown/hidden on main settings dashboard. |
| 2127 | // These are actually visibility events, but visible/hidden doesn't |
| 2128 | // take a package, so these are being logged as actions. |
Jason Monk | d9b7909 | 2016-03-31 10:00:09 -0400 | [diff] [blame] | 2129 | ACTION_SHOW_SETTINGS_SUGGESTION = 384; |
| 2130 | ACTION_HIDE_SETTINGS_SUGGESTION = 385; |
Jason Monk | 1b5d87b | 2016-03-30 16:03:15 -0400 | [diff] [blame] | 2131 | |
| 2132 | // Click on a suggestion. |
Jason Monk | d9b7909 | 2016-03-31 10:00:09 -0400 | [diff] [blame] | 2133 | ACTION_SETTINGS_SUGGESTION = 386; |
Jason Monk | 1b5d87b | 2016-03-30 16:03:15 -0400 | [diff] [blame] | 2134 | |
| 2135 | // Suggestion -> Overflow -> Remove. |
Jason Monk | d9b7909 | 2016-03-31 10:00:09 -0400 | [diff] [blame] | 2136 | ACTION_SETTINGS_DISMISS_SUGGESTION = 387; |
Jason Monk | 1b5d87b | 2016-03-30 16:03:15 -0400 | [diff] [blame] | 2137 | |
Jason Monk | 397df68 | 2016-03-28 15:48:34 -0400 | [diff] [blame] | 2138 | // Settings > Apps > Gear > Special Access > Premium SMS access |
| 2139 | PREMIUM_SMS_ACCESS = 388; |
| 2140 | |
Jorim Jaggi | 29379ec | 2016-04-11 23:43:42 -0700 | [diff] [blame] | 2141 | // Logged when the user resizes the docked stack. Arguments: |
| 2142 | // 0: Split 50:50 |
| 2143 | // 1: Docked smaller |
| 2144 | // 2: Docked larger |
| 2145 | ACTION_WINDOW_DOCK_RESIZE = 389; |
| 2146 | |
| 2147 | // User exits split-screen by dragging the divider to the side of the screen. Arguments |
| 2148 | // 0: Docked gets maximized |
| 2149 | // 1: Fullscreen gets maximized |
| 2150 | ACTION_WINDOW_UNDOCK_MAX = 390; |
| 2151 | |
| 2152 | // User tried to dock an unresizable app. |
| 2153 | ACTION_WINDOW_DOCK_UNRESIZABLE = 391; |
| 2154 | |
Julia Reynolds | 4d920ff | 2016-04-06 20:31:05 -0400 | [diff] [blame] | 2155 | // System UI Tuner > Other > Power notification controls |
| 2156 | TUNER_POWER_NOTIFICATION_CONTROLS = 392; |
| 2157 | |
| 2158 | // System UI Tuner > Other > Power notification controls > Toggle on/off |
| 2159 | ACTION_TUNER_POWER_NOTIFICATION_CONTROLS = 393; |
| 2160 | |
Felipe Leme | 3ff5764 | 2016-04-14 14:26:56 -0700 | [diff] [blame] | 2161 | // Action: user enable / disabled data saver using Settings. Arguments: |
| 2162 | // 0: Data Saver mode is disabled. |
| 2163 | // 1: Data Saver mode is enabled. |
| 2164 | ACTION_DATA_SAVER_MODE = 394; |
| 2165 | |
| 2166 | // User whitelisted an app for Data Saver mode; action pass package name of app. |
| 2167 | ACTION_DATA_SAVER_WHITELIST = 395; |
| 2168 | |
| 2169 | // User blacklisted an app for Data Saver mode; action pass package name of app. |
| 2170 | ACTION_DATA_SAVER_BLACKLIST = 396; |
| 2171 | |
Adrian Roos | ceeb04c | 2016-04-25 14:00:54 -0700 | [diff] [blame] | 2172 | // User opened a remote input view associated with a notification. Passes package name of app |
| 2173 | // that posted the notification. Note that this can also happen transiently during notification |
| 2174 | // reinflation. |
| 2175 | ACTION_REMOTE_INPUT_OPEN = 397; |
| 2176 | |
| 2177 | // User attempt to send data through a remote input view associated with a notification. |
| 2178 | // Passes package name of app that posted the notification. May succeed or fail. |
| 2179 | ACTION_REMOTE_INPUT_SEND = 398; |
| 2180 | |
| 2181 | // Failed attempt to send data through a remote input view associated with a |
| 2182 | // notification. Passes package name of app that posted the notification. |
| 2183 | ACTION_REMOTE_INPUT_FAIL = 399; |
| 2184 | |
| 2185 | // User closed a remote input view associated with a notification. Passes package name of app |
| 2186 | // that posted the notification. Note that this can also happen transiently during notification |
| 2187 | // reinflation. |
| 2188 | ACTION_REMOTE_INPUT_CLOSE = 400; |
| 2189 | |
Tony Mak | 7a5b17bb | 2016-04-29 10:27:48 +0100 | [diff] [blame] | 2190 | // OPEN: Settings > Accounts > Work profile settings |
| 2191 | // CATEGORY: SETTINGS |
| 2192 | ACCOUNTS_WORK_PROFILE_SETTINGS = 401; |
| 2193 | |
Jason Monk | 25118d1 | 2016-05-10 13:25:50 -0400 | [diff] [blame] | 2194 | // Settings -> Dev options -> Convert to file encryption |
| 2195 | CONVERT_FBE = 402; |
| 2196 | |
| 2197 | // Settings -> Dev options -> Convert to file encryption -> WIPE AND CONVERT... |
| 2198 | CONVERT_FBE_CONFIRM = 403; |
| 2199 | |
| 2200 | // Settings -> Dev options -> Running services |
| 2201 | RUNNING_SERVICES = 404; |
| 2202 | |
Jason Monk | a1f697f | 2016-05-06 15:09:44 -0400 | [diff] [blame] | 2203 | // The dialog shown by 3P intent to change current webview implementation. |
| 2204 | WEBVIEW_IMPLEMENTATION = 405; |
| 2205 | |
Julia Reynolds | 8f3e66f | 2016-05-12 10:33:47 -0400 | [diff] [blame] | 2206 | // Settings launched from expanded quick settings. |
| 2207 | ACTION_QS_EXPANDED_SETTINGS_LAUNCH = 406; |
| 2208 | |
Chris Wren | 698b170 | 2016-05-23 11:16:32 -0400 | [diff] [blame] | 2209 | // Notification expansion state toggled by the expand affordance. |
| 2210 | ACTION_NOTIFICATION_EXPANDER = 407; |
| 2211 | |
| 2212 | // Notification group expansion state toggled by the expand affordance. |
| 2213 | ACTION_NOTIFICATION_GROUP_EXPANDER = 408; |
| 2214 | |
Chris Wren | 7ee8418 | 2016-05-27 13:34:02 -0400 | [diff] [blame] | 2215 | |
Chris Wren | 6abeeb9 | 2016-05-26 14:44:38 -0400 | [diff] [blame] | 2216 | // Notification expansion state toggled by the expand gesture. |
| 2217 | ACTION_NOTIFICATION_GESTURE_EXPANDER = 409; |
| 2218 | |
| 2219 | // Notification group expansion state toggled by the expand gesture. |
| 2220 | ACTION_NOTIFICATION_GROUP_GESTURE_EXPANDER = 410; |
| 2221 | |
Bhavik Singh | 3451da4 | 2016-06-01 18:25:59 -0700 | [diff] [blame] | 2222 | // User performs gesture that activates the ambient display |
| 2223 | // 1: Gesture performed is Nudge |
| 2224 | // 2: Gesture performed is Pickup |
| 2225 | // 4: Gesture performed is Double Tap |
| 2226 | ACTION_AMBIENT_GESTURE = 411; |
| 2227 | |
Jason Monk | 9fa5f82 | 2016-05-11 10:26:31 -0400 | [diff] [blame] | 2228 | // ---- End N Constants, all N constants go above this line ---- |
| 2229 | |
Clara Bayarri | fa902aa | 2016-04-13 14:45:08 +0100 | [diff] [blame] | 2230 | // ------- Begin N App Disambig Shade ----- |
| 2231 | // Application disambig shade opened or closed with a featured app. |
| 2232 | // These are actually visibility events, but visible/hidden doesn't |
| 2233 | // take a package, so these are being logged as actions. |
| 2234 | // Package: Calling app on open, called app on close |
Jason Monk | 9fa5f82 | 2016-05-11 10:26:31 -0400 | [diff] [blame] | 2235 | ACTION_SHOW_APP_DISAMBIG_APP_FEATURED = 451; |
| 2236 | ACTION_HIDE_APP_DISAMBIG_APP_FEATURED = 452; |
Clara Bayarri | fa902aa | 2016-04-13 14:45:08 +0100 | [diff] [blame] | 2237 | |
| 2238 | // Application disambig shade opened or closed without a featured app. |
| 2239 | // These are actually visibility events, but visible/hidden doesn't |
| 2240 | // take a package, so these are being logged as actions. |
| 2241 | // Package: Calling app on open, called app on close |
Jason Monk | 9fa5f82 | 2016-05-11 10:26:31 -0400 | [diff] [blame] | 2242 | ACTION_SHOW_APP_DISAMBIG_NONE_FEATURED = 453; |
| 2243 | ACTION_HIDE_APP_DISAMBIG_NONE_FEATURED = 454; |
Clara Bayarri | fa902aa | 2016-04-13 14:45:08 +0100 | [diff] [blame] | 2244 | |
| 2245 | // User opens in an app by pressing “Always” in the application disambig shade. |
| 2246 | // Subtype: Index of selection |
Jason Monk | 9fa5f82 | 2016-05-11 10:26:31 -0400 | [diff] [blame] | 2247 | ACTION_APP_DISAMBIG_ALWAYS = 455; |
Clara Bayarri | fa902aa | 2016-04-13 14:45:08 +0100 | [diff] [blame] | 2248 | |
| 2249 | // User opens in an app by pressing “Just Once” in the application disambig shade. |
| 2250 | // Subtype: Index of selection |
Jason Monk | 9fa5f82 | 2016-05-11 10:26:31 -0400 | [diff] [blame] | 2251 | ACTION_APP_DISAMBIG_JUST_ONCE = 456; |
Clara Bayarri | fa902aa | 2016-04-13 14:45:08 +0100 | [diff] [blame] | 2252 | |
| 2253 | // User opens in an app by tapping on its name in the application disambig shade. |
| 2254 | // Subtype: Index of selection |
Jason Monk | 9fa5f82 | 2016-05-11 10:26:31 -0400 | [diff] [blame] | 2255 | ACTION_APP_DISAMBIG_TAP = 457; |
Clara Bayarri | fa902aa | 2016-04-13 14:45:08 +0100 | [diff] [blame] | 2256 | |
Daniel Nishi | 010aa49 | 2016-05-11 09:42:24 -0700 | [diff] [blame] | 2257 | // OPEN: Settings > Internal storage > Storage manager |
| 2258 | // CATEGORY: SETTINGS |
| 2259 | STORAGE_MANAGER_SETTINGS = 458; |
| 2260 | |
Doris Ling | 5b2c0ad | 2016-05-25 14:03:14 -0700 | [diff] [blame] | 2261 | // OPEN: Settings -> Gestures |
| 2262 | // CATEGORY: SETTINGS |
| 2263 | SETTINGS_GESTURES = 459; |
| 2264 | |
Daniel Nishi | 597e67f | 2016-05-18 13:56:13 -0700 | [diff] [blame] | 2265 | // ------ Begin Deletion Helper ------ |
| 2266 | // ACTION: Settings > Storage > Free Up Space > Photos & Videos > Toggle |
| 2267 | // SUBTYPE: false is off, true is on |
| 2268 | // CATEGORY: SETTINGS |
| 2269 | ACTION_DELETION_SELECTION_PHOTOS = 460; |
Chris Wren | c6a9857 | 2016-06-02 15:11:48 -0400 | [diff] [blame] | 2270 | |
Daniel Nishi | 597e67f | 2016-05-18 13:56:13 -0700 | [diff] [blame] | 2271 | // ACTION: Settings > Storage > Free Up Space > Apps > Toggle |
| 2272 | // SUBTYPE: false is off, true is on |
| 2273 | // CATEGORY: SETTINGS |
| 2274 | ACTION_DELETION_SELECTION_ALL_APPS = 461; |
| 2275 | |
| 2276 | // ACTION: Settings > Storage > Free Up Space > Apps > Click an unchecked app |
| 2277 | // CATEGORY: SETTINGS |
| 2278 | // PACKAGE: Unchecked app |
| 2279 | ACTION_DELETION_SELECTION_APP_ON = 462; |
| 2280 | |
| 2281 | // ACTION: Settings > Storage > Free Up Space > Apps > Click a checked app |
| 2282 | // CATEGORY: SETTINGS |
| 2283 | // PACKAGE: Checked app |
| 2284 | ACTION_DELETION_SELECTION_APP_OFF = 463; |
| 2285 | |
| 2286 | // ACTION: Settings > Storage > Free Up Space > Apps > Click category |
| 2287 | // SUBTYPE: false is expanded, true is collapsed |
| 2288 | // CATEGORY: SETTINGS |
| 2289 | ACTION_DELETION_APPS_COLLAPSED = 464; |
| 2290 | |
| 2291 | // ACTION: Settings > Storage > Free Up Space > Downloads > Check On |
| 2292 | // SUBTYPE: false is off, true is on |
| 2293 | // CATEGORY: SETTINGS |
| 2294 | ACTION_DELETION_SELECTION_DOWNLOADS = 465; |
| 2295 | |
| 2296 | // ACTION: Settings > Storage > Free Up Space > Downloads > Click category |
| 2297 | // SUBTYPE: false is expanded, true is collapsed |
| 2298 | // CATEGORY: SETTINGS |
| 2299 | ACTION_DELETION_DOWNLOADS_COLLAPSED = 466; |
| 2300 | |
| 2301 | // ACTION: Settings > Storage > Free Up Space > Free up ... GB |
| 2302 | // CATEGORY: SETTINGS |
| 2303 | ACTION_DELETION_HELPER_CLEAR = 467; |
| 2304 | |
| 2305 | // ACTION: Settings > Storage > Free Up Space > Cancel |
| 2306 | // CATEGORY: SETTINGS |
| 2307 | ACTION_DELETION_HELPER_CANCEL = 468; |
| 2308 | |
| 2309 | // ACTION: Settings > Storage > Free Up Space > Free up ... GB > Remove |
| 2310 | // CATEGORY: SETTINGS |
| 2311 | ACTION_DELETION_HELPER_REMOVE_CONFIRM = 469; |
| 2312 | |
| 2313 | // ACTION: Settings > Storage > Free Up Space > Free up ... GB > Cancel |
| 2314 | // CATEGORY: SETTINGS |
| 2315 | ACTION_DELETION_HELPER_REMOVE_CANCEL = 470; |
| 2316 | |
| 2317 | // Deletion helper encountered an error during package deletion. |
| 2318 | ACTION_DELETION_HELPER_APPS_DELETION_FAIL = 471; |
| 2319 | |
| 2320 | // Deletion helper encountered an error during downloads folder deletion. |
| 2321 | ACTION_DELETION_HELPER_DOWNLOADS_DELETION_FAIL = 472; |
| 2322 | |
| 2323 | // Deletion helper encountered an error during photo and video deletion. |
| 2324 | ACTION_DELETION_HELPER_PHOTOS_VIDEOS_DELETION_FAIL = 473; |
| 2325 | |
Fan Zhang | 5e956e8 | 2016-05-06 10:51:47 -0700 | [diff] [blame] | 2326 | // OPEN: Settings (root page if there are multiple tabs) |
| 2327 | // CATEGORY: SETTINGS |
| 2328 | DASHBOARD_CONTAINER = 474; |
| 2329 | |
| 2330 | // OPEN: Settings -> SUPPORT TAB |
| 2331 | // CATEGORY: SETTINGS |
| 2332 | SUPPORT_FRAGMENT = 475; |
| 2333 | |
| 2334 | // ACTION: Settings -> Select summary tab. |
| 2335 | ACTION_SELECT_SUMMARY=476; |
| 2336 | |
| 2337 | // ACTION: Settings -> Select support tab. |
| 2338 | ACTION_SELECT_SUPPORT_FRAGMENT = 477; |
| 2339 | |
Fan Zhang | a198550 | 2016-06-16 16:48:38 -0700 | [diff] [blame] | 2340 | // ACTION: Settings -> Support -> Tips & tricks |
| 2341 | ACTION_SUPPORT_TIPS_AND_TRICKS = 478; |
| 2342 | |
| 2343 | // ACTION: Settings -> Support -> Help & feedback |
| 2344 | ACTION_SUPPORT_HELP_AND_FEEDBACK = 479; |
| 2345 | |
| 2346 | // ACTION: Settings -> Support -> Sign in |
| 2347 | ACTION_SUPPORT_SIGN_IN = 480; |
| 2348 | |
| 2349 | // ACTION: Settings -> Support -> Phone |
| 2350 | ACTION_SUPPORT_PHONE = 481; |
| 2351 | |
| 2352 | // ACTION: Settings -> Support -> Chat |
| 2353 | ACTION_SUPPORT_CHAT = 482; |
| 2354 | |
| 2355 | // ACTION: Settings -> Support -> Phone/Chat -> Disclaimer Cancel |
| 2356 | ACTION_SUPPORT_DISCLAIMER_CANCEL = 483; |
| 2357 | |
| 2358 | // ACTION: Settings -> Support -> Phone/Chat -> Disclaimer OK |
| 2359 | ACTION_SUPPORT_DISCLAIMER_OK = 484; |
| 2360 | |
Fan Zhang | 8080721 | 2016-06-30 12:26:55 -0700 | [diff] [blame] | 2361 | // ACTION: Settings -> Support -> Toll-Free Phone |
| 2362 | ACTION_SUPPORT_DAIL_TOLLFREE = 485; |
| 2363 | |
| 2364 | // ACTION: Settings -> Support -> "Travel Abroad" Button |
| 2365 | ACTION_SUPPORT_VIEW_TRAVEL_ABROAD_DIALOG = 486; |
| 2366 | |
| 2367 | // ACTION: Settings -> Support -> "Travel Abroad" Button -> Tolled Phone |
| 2368 | ACTION_SUPPORT_DIAL_TOLLED = 487; |
| 2369 | |
Justin Klaassen | 911e889 | 2016-06-21 18:24:24 -0700 | [diff] [blame] | 2370 | // OPEN: Settings > Display > Night display |
| 2371 | // CATEGORY: SETTINGS |
| 2372 | NIGHT_DISPLAY_SETTINGS = 488; |
| 2373 | |
Daniel Nishi | ff69a4b | 2016-07-12 13:55:57 -0700 | [diff] [blame] | 2374 | // ACTION: Settings -> Storage -> Manage storage -> Click Storage Manager |
| 2375 | // SUBTYPE: false is off, true is on |
| 2376 | ACTION_TOGGLE_STORAGE_MANAGER = 489; |
| 2377 | |
Jason Monk | 484fd36 | 2016-07-13 15:24:32 -0400 | [diff] [blame^] | 2378 | // Settings launched from collapsed quick settings. |
| 2379 | ACTION_QS_COLLAPSED_SETTINGS_LAUNCH = 490; |
| 2380 | |
Daniel Nishi | 597e67f | 2016-05-18 13:56:13 -0700 | [diff] [blame] | 2381 | // ---- End N-MR1 Constants, all N-MR1 constants go above this line ---- |
Adrian Roos | 159ef7b | 2016-02-25 11:58:32 -0800 | [diff] [blame] | 2382 | // Add new aosp constants above this line. |
| 2383 | // END OF AOSP CONSTANTS |
Chris Wren | 77781d3 | 2016-01-11 14:49:26 -0500 | [diff] [blame] | 2384 | } |
| 2385 | } |