diff --git a/jadx-core/src/main/resources/android/attrs.xml b/jadx-core/src/main/resources/android/attrs.xml
index a95e66a7c..5fa13bab7 100644
--- a/jadx-core/src/main/resources/android/attrs.xml
+++ b/jadx-core/src/main/resources/android/attrs.xml
@@ -1,19 +1,24 @@
+
+
@@ -21,8 +26,10 @@
+
+
@@ -38,6 +45,7 @@
to use accelerated drawing (thus setting state_accelerated), the
cache hint is ignored and always assumed to be transparent. -->
+
@@ -51,14 +59,19 @@
+
+
+
+
+
@@ -80,146 +93,191 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -228,16 +286,19 @@
+
+
+
@@ -261,21 +322,26 @@
+
+
+
+
+
+
+
+
+
@@ -368,6 +439,7 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -515,6 +612,7 @@
+
@@ -522,24 +620,29 @@
+
+
+
+
+
@@ -550,13 +653,16 @@
+
+
+
@@ -679,27 +785,38 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -770,6 +888,7 @@
+
@@ -784,6 +903,7 @@
+
@@ -798,12 +918,19 @@
+
+
+
+
+
+
+
@@ -844,10 +971,12 @@
+
+
@@ -867,12 +996,14 @@
+
+
@@ -885,136 +1016,196 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1047,25 +1419,33 @@
+
+
+
+
+
+
+
+
@@ -1074,6 +1454,7 @@
+
+
+
+
@@ -1408,6 +1793,7 @@
+
@@ -1426,8 +1812,10 @@
+
+
@@ -1466,6 +1854,7 @@
+
@@ -1473,6 +1862,7 @@
+
+
+
@@ -1795,13 +2187,16 @@
+
+
+
@@ -1835,6 +2230,7 @@
+
+
@@ -1853,6 +2250,7 @@
that is, when in landscape. Can be either an absolute dimension
or a fraction of the screen size in that dimension. -->
+
@@ -1866,54 +2264,66 @@
used to move Views into the initial Window's content Scene. Corresponds to
{@link android.view.Window#setEnterTransition(android.transition.Transition)}. -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Corresponds to {@link android.view.Window#setStatusBarColor(int)}.
+ If the color is transparent and the window enforces the status bar contrast, the
+ system will determine whether a scrim is necessary and draw one on behalf of the app to
+ ensure that the status bar has enough contrast with the contents of this app, and set
+ an appropriate effective bar background accordingly.
+ See: {@link android.R.attr#enforceStatusBarContrast}
+
If the window belongs to an app targeting
+ {@link android.os.Build.VERSION_CODES#VANILLA_ICE_CREAM VANILLA_ICE_CREAM} or above,
+ this attribute is ignored.
+ @deprecated Draw proper background behind
+ {@link android.view.WindowInsets.Type#statusBars()}} instead. -->
+
+ Corresponds to {@link android.view.Window#setNavigationBarColor(int)}.
+
If the color is transparent and the window enforces the navigation bar contrast, the
+ system will determine whether a scrim is necessary and draw one on behalf of the app to
+ ensure that the navigation bar has enough contrast with the contents of this app, and
+ set an appropriate effective bar background accordingly.
+ See: {@link android.R.attr#enforceNavigationBarContrast}
+
If the window belongs to an app targeting
+ {@link android.os.Build.VERSION_CODES#VANILLA_ICE_CREAM VANILLA_ICE_CREAM} or above,
+ this attribute is ignored.
+ @deprecated Draw proper background behind
+ {@link android.view.WindowInsets.Type#navigationBars()} or
+ {@link android.view.WindowInsets.Type#tappableElement()} instead. -->
+
+ Corresponds to {@link android.view.Window#setNavigationBarDividerColor(int)}.
+
If the window belongs to an app targeting
+ {@link android.os.Build.VERSION_CODES#VANILLA_ICE_CREAM VANILLA_ICE_CREAM} or above,
+ this attribute is ignored.
+ @deprecated Draw proper background behind
+ {@link android.view.WindowInsets.Type#navigationBars()} or
+ {@link android.view.WindowInsets.Type#tappableElement()} instead. -->
+
+
+ @see android.view.Window#setStatusBarContrastEnforced
+ @deprecated Draw proper background behind
+ {@link android.view.WindowInsets.Type#statusBars()}} instead. -->
+
+
+
+
+
+
+
+
+ the decor view and
+ {@link android.view.WindowInsetsController#APPEARANCE_LIGHT_STATUS_BARS} on the
+ {@link android.view.WindowInsetsController}. -->
+
+
+ the decor view and
+ {@link android.view.WindowInsetsController#APPEARANCE_LIGHT_NAVIGATION_BARS} on the
+ {@link android.view.WindowInsetsController}. -->
+
+
+
@@ -2075,13 +2546,15 @@
@deprecated Not used by framework starting from API level 33. The system estimates the
duration of the vector animation automatically. -->
-
+
@@ -2092,7 +2565,39 @@
+
+
+
+
+
+
@@ -2127,12 +2632,14 @@
+
+
@@ -2142,6 +2649,7 @@
+
@@ -2152,6 +2660,7 @@
+
@@ -2209,6 +2718,7 @@
animation that is run on the top activity of the current task
(which is exiting the screen). -->
+
@@ -2225,6 +2735,7 @@
currently showing the wallpaper, this is the animation that
is run on the old wallpaper activity (which is exiting the screen). -->
+
+
+
+
+
+
@@ -2278,6 +2794,7 @@
allows you to later retrieve the view
with findViewById(R.id.my_id). -->
+
+
+
+
+
+
+
@@ -2359,6 +2884,7 @@
and its children (if any) will not be traversed. -->
+
@@ -2377,6 +2903,11 @@
and its children (if any) will not be traversed. -->
+
+
+
+
@@ -2391,10 +2922,12 @@
be excluded as a scroll capture target. -->
+
+
@@ -2404,11 +2937,13 @@
+
+
@@ -2418,6 +2953,7 @@
+
+
+
@@ -2462,6 +3000,7 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
@@ -2614,35 +3180,48 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2652,6 +3231,7 @@
+
@@ -2667,6 +3247,7 @@
more information. -->
+
+
@@ -2707,6 +3289,7 @@
there is no strong directional character, the paragraph direction is RTL. -->
+
@@ -2728,6 +3311,7 @@
layoutDirection is LTR, and ALIGN_LEFT otherwise. -->
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2756,26 +3355,33 @@
announce changes to this view. -->
+
+
+
+
+
+
+
+
@@ -2807,6 +3414,7 @@
+
@@ -2870,6 +3478,7 @@
result to valid color values. Saturate(S + D) -->
+
@@ -2891,6 +3500,7 @@
end direction. -->
+
@@ -2940,41 +3550,57 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ See {@link android.view.View#setAutoHandwritingEnabled}.
+ The default value of this flag is configurable by the device manufacturer. -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3033,12 +3721,14 @@
+
+
@@ -3094,6 +3784,7 @@
make a group appear to be focused when its child EditText or button
is focused. -->
+
@@ -3104,8 +3795,10 @@
+
+
+
@@ -3124,6 +3818,7 @@
+
+
@@ -3145,10 +3841,12 @@
+
+
+
+
+
+
+
@@ -3278,6 +3983,11 @@
+
+
+
@@ -3327,7 +4037,32 @@
{@link android.inputmethodservice.InputMethodService#onFinishInput()}.
-->
+
+
+
+
+
+
@@ -3368,6 +4103,7 @@
capable, it should guarantee that the user can input ASCII characters with
this subtype. This is important because many password fields only allow
ASCII-characters.
+
Note: In order to avoid some known system issues on
{@link android.os.Build.VERSION_CODES#P} and prior OSes, you may want to include
{@code "AsciiCapable"} in
@@ -3377,7 +4113,19 @@
+
+
+
+
+
+
@@ -3416,6 +4165,7 @@
{@link android.R.styleable#SpellChecker_Subtype_subtypeLocale}. -->
+
+
+
@@ -3639,6 +4391,7 @@
+
@@ -3665,6 +4418,7 @@
+
+
+
+
+
+
+
+
+
@@ -3748,6 +4512,7 @@
+
@@ -3755,6 +4520,35 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3771,6 +4566,7 @@
+
@@ -3778,18 +4574,23 @@
+
+
+
+
+
@@ -3856,6 +4657,7 @@
+
@@ -4053,6 +4855,8 @@
+
+
@@ -4376,6 +5180,7 @@
+
@@ -4517,6 +5322,7 @@
+
@@ -4576,12 +5382,14 @@
+
+
@@ -4592,6 +5400,7 @@
+
@@ -4620,6 +5429,7 @@
+
@@ -4659,6 +5469,15 @@
+
+
+
+
+
@@ -4736,6 +5555,14 @@
+
+
+
+
@@ -4764,6 +5591,7 @@
@@ -4776,6 +5604,7 @@
layout parameters. -->
@@ -4809,8 +5638,10 @@
instead of letting it wrap onto multiple lines, and advances
focus instead of inserting a newline when you press the
enter key.
+
The default value is false (multi-line wrapped text mode) for non-editable text, but if
you specify any value for inputType, the default is true (single-line input field mode).
+
{@deprecated This attribute is deprecated. Use maxLines instead to change
the layout of a static text, and use the textMultiLine flag in the
inputType attribute instead for editable text views (if both singleLine and inputType
@@ -4998,6 +5829,7 @@
EditorInfo.extras} field when the input
method is connected. -->
+
@@ -5017,14 +5849,18 @@
+
+
+
+
@@ -5060,10 +5896,12 @@
+
+
@@ -5114,7 +5952,45 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -5276,6 +6152,7 @@
the spinner itself is enabled/disabled. -->
+
@@ -5283,14 +6160,17 @@
+
+
+
+
@@ -5305,6 +6186,7 @@
+
@@ -5314,6 +6196,7 @@
+
@@ -5338,11 +6221,13 @@
+
+
@@ -5354,6 +6239,7 @@
+
@@ -5375,6 +6261,7 @@
when the user clicks the handle. Default is true. -->
+
@@ -5412,6 +6299,7 @@
(when orientation is horizontal) strokes automatically define a gesture. -->
+
@@ -5419,10 +6307,12 @@
+
+
@@ -5541,6 +6431,7 @@
+
@@ -5548,6 +6439,7 @@
+
@@ -5570,6 +6462,7 @@
+
@@ -5587,6 +6480,7 @@
+
@@ -5611,17 +6505,20 @@
+
+
+
@@ -5634,6 +6531,7 @@
+
@@ -5643,6 +6541,7 @@
+
@@ -5655,15 +6554,18 @@
+
+
+
+
+
@@ -5709,6 +6613,7 @@
RTL (right-to-left). -->
+
@@ -5738,12 +6643,14 @@
RTL (right-to-left). -->
+
+
+
@@ -5764,6 +6672,7 @@
+
@@ -5773,6 +6682,7 @@
restarting at the first frame after the last has finished. -->
+
@@ -5781,10 +6691,12 @@
given, the drawable must be defined by the first child tag. -->
+
+
@@ -5794,11 +6706,13 @@
+
+
@@ -5806,6 +6720,8 @@
given, the drawable must be defined by the first child tag. -->
+
+
@@ -5855,6 +6771,7 @@
+
@@ -5862,6 +6779,7 @@
+
@@ -5899,11 +6817,13 @@
or a fractional value relative to the shape's minimum dimension. -->
+
+
@@ -5915,6 +6835,7 @@
+
@@ -5929,6 +6850,7 @@
+
@@ -5940,6 +6862,7 @@
+
@@ -5981,6 +6904,7 @@
over absolute padding (for example, right when layout direction is LTR). -->
+
@@ -6014,6 +6938,7 @@
from a drawable container. -->
+
@@ -6021,6 +6946,7 @@
+
@@ -6030,6 +6956,7 @@
+
@@ -6038,6 +6965,7 @@
+
@@ -6047,6 +6975,7 @@
+
@@ -6057,6 +6986,7 @@
+
+
@@ -6082,7 +7013,7 @@
edges of a bitmap when rotated. Default value is false. -->
+ shrunk or stretched to smooth its appearance. Default value is true. -->
+
@@ -6184,16 +7116,19 @@
+
+
+
@@ -6204,6 +7139,7 @@
+
@@ -6258,6 +7194,7 @@
down beyond a minimum size. -->
+
@@ -6272,6 +7209,7 @@
+
@@ -6283,6 +7221,7 @@
+
@@ -6300,10 +7239,12 @@
default value is src_in, which treats the drawable as an alpha mask. -->
+
+
+
@@ -6356,6 +7298,7 @@
+
@@ -6401,6 +7344,7 @@
+
@@ -6408,15 +7352,18 @@
+
+
+
@@ -6424,10 +7371,12 @@
+
+
@@ -6489,6 +7438,7 @@
a background to the animation. -->
+
@@ -6497,12 +7447,14 @@
+
+
@@ -6511,16 +7463,19 @@
+
+
+
@@ -6531,6 +7486,7 @@
+
+
@@ -6589,6 +7546,7 @@
each animation. -->
+
@@ -6620,31 +7578,38 @@
+
+
+
+
+
+
+
@@ -6659,10 +7624,12 @@
cubic Bezier will be ignored. -->
+
+
@@ -6683,12 +7650,14 @@
This corresponds to {@link android.transition.Transition#setMatchOrder(int...)}. -->
+
+
@@ -6760,6 +7731,7 @@
+
@@ -6772,6 +7744,7 @@
+
@@ -6779,10 +7752,12 @@
transitionining View. Default is true. Corresponds to
{@link android.transition.ChangeTransform#setReparentWithOverlay(boolean)}. -->
+
+
+
@@ -6804,6 +7780,7 @@
+
@@ -6817,6 +7794,7 @@
+
@@ -6824,10 +7802,12 @@
+
+
@@ -6862,12 +7842,14 @@
+
+
@@ -6876,10 +7858,12 @@
to interpolate between this keyframe and the previous keyframe. -->
+
+
@@ -6890,10 +7874,13 @@
+
+
+
@@ -6903,10 +7890,12 @@
+
+
@@ -7035,10 +8024,12 @@
+
+
@@ -7083,6 +8075,7 @@
values are not suitable for user inspection and editing. -->
+
+
+
+
@@ -7144,13 +8140,16 @@
string will be placed in the data field of the {@link android.content.Intent Intent}
when the user clicks a suggestion. Optional attribute. -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -7248,9 +8261,11 @@
+
+
@@ -7261,31 +8276,43 @@
this group. -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -7319,9 +8348,11 @@
+
+
@@ -7332,15 +8363,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -7400,10 +8444,12 @@
-->
+
+
+
@@ -7429,10 +8476,12 @@
+
+
@@ -7486,6 +8535,7 @@
value of this attribute is false. -->
+
+
@@ -7518,6 +8569,7 @@
the EditTextPreference uses a layout with an EditText as this attribute. -->
+
+
@@ -7537,6 +8590,7 @@
second item in this array will be saved to the preference. -->
+
@@ -7555,6 +8609,7 @@
+
@@ -7566,6 +8621,7 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -7991,10 +9105,12 @@
-->
+
+
@@ -8021,10 +9137,12 @@
-->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -8131,14 +9261,17 @@
"All connections"). Optional (Default is "All Contacts"). -->
+
+
+
@@ -8147,14 +9280,17 @@
+
+
+
+
+
@@ -8190,11 +9328,17 @@
+
+
+
+
+
+
+
+
+ Expect a component name to be provided. @hide @SystemApi -->
+
+
+
+
@@ -8261,6 +9412,7 @@
+
@@ -8276,6 +9428,7 @@
+
@@ -8381,6 +9535,7 @@
shown by widgets in the action bar. -->
+
@@ -8395,6 +9550,7 @@
+
@@ -8432,6 +9588,7 @@
+
@@ -8480,6 +9637,7 @@
+
@@ -8529,7 +9687,10 @@
+
+
+
@@ -8538,6 +9699,7 @@
+
@@ -8557,6 +9719,7 @@
+
+
+
+
+
@@ -8609,19 +9776,23 @@
the fixed margins. -->
+
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -8654,9 +9853,11 @@
+
+
@@ -8666,12 +9867,14 @@
+
+
@@ -8697,6 +9900,7 @@
+
@@ -8704,6 +9908,7 @@
+
@@ -8767,16 +9972,20 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -8857,12 +10082,15 @@
top limit the ignoreOffset elements. -->
+
+
+
@@ -8870,6 +10098,7 @@
+
@@ -8878,6 +10107,7 @@
+
@@ -8896,6 +10126,7 @@
+
@@ -8906,14 +10137,17 @@
+
+
+
@@ -8927,9 +10161,11 @@
+
+
@@ -8940,6 +10176,7 @@
+
@@ -8962,6 +10199,7 @@
+
@@ -8971,9 +10209,11 @@
+
+
@@ -9005,6 +10245,7 @@
specified. -->
+
@@ -9039,6 +10280,7 @@
-->
+
@@ -9048,6 +10290,7 @@
+
@@ -9057,6 +10300,7 @@
+
@@ -9071,7 +10315,9 @@
+
+
@@ -9081,17 +10327,30 @@
+
+
+
+
+
+
+
+
+
+
+
@@ -9099,4 +10358,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/jadx-core/src/main/resources/android/attrs_manifest.xml b/jadx-core/src/main/resources/android/attrs_manifest.xml
index 0c2357e4c..27b756d46 100644
--- a/jadx-core/src/main/resources/android/attrs_manifest.xml
+++ b/jadx-core/src/main/resources/android/attrs_manifest.xml
@@ -20,9 +20,11 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ retail demo app, as defined by the OEM.
+ This flag has been replaced by the retail demo role and is a no-op since Android V.
+ -->
@@ -288,6 +315,7 @@
certificate digests declared in {@link android.R.attr#knownCerts}. -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+ transition from one VR activity to another. -->
-
@@ -666,6 +757,7 @@
+
+
+
+
+ {@code FLAG_ACTIVITY_MULTIPLE_TASK} or {@code FLAG_ACTIVITY_NEW_DOCUMENT} is set.
+ This enum value is introduced in API level 31. -->
+
+
@@ -936,6 +1038,9 @@
+
+
@@ -943,11 +1048,14 @@
weight. -->
+
+
+
+
+
+
+
+
+
+
@@ -999,6 +1116,7 @@
+
@@ -1006,8 +1124,10 @@
+
+
@@ -1016,21 +1136,26 @@
+
+
+
+
+
+
+
+
+
+
@@ -1080,24 +1213,30 @@
is unavailable or too full. -->
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ transfer over network between device and cloud.
+
+ For apps with targetSdkVersion
+ {@link android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKE} and above, this type should NOT
+ be used: calling
+ {@link android.app.Service#startForeground(int, android.app.Notification, int)} with
+ this type on devices running {@link android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKE}
+ is still allowed, but calling it with this type on devices running future platform
+ releases may get a {@link android.app.InvalidForegroundServiceTypeException}.
+ -->
-
+
+ or similar interactive communication.
+
+
For apps with targetSdkVersion
+ {@link android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKE} and above, starting a foreground
+ service with this type will require permission
+ {@link android.Manifest.permission#FOREGROUND_SERVICE_PHONE_CALL} and
+ {@link android.Manifest.permission#MANAGE_OWN_CALLS} or holding the default
+ {@link android.app.role.RoleManager#ROLE_DIALER dialer role}.
+ -->
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -1667,14 +2024,20 @@
+
+
+
+
+
+
@@ -1682,18 +2045,22 @@
@@ -1701,6 +2068,7 @@
+
+
+
+
+
+
+
+
+
+
@@ -1777,6 +2162,7 @@
+
@@ -1786,26 +2172,32 @@
+
+
+
+
+
+
@@ -1831,17 +2226,20 @@
+
+
@@ -1863,13 +2261,21 @@
+
+
+
@@ -1892,6 +2298,7 @@
+
@@ -1920,6 +2329,7 @@
+
@@ -1941,6 +2352,11 @@
tag; often this is one of the {@link android.Manifest.permission standard
system permissions}. -->
+
+
+
@@ -1996,11 +2416,13 @@
+
@@ -2021,19 +2443,23 @@
installed. -->
+
+
@@ -2061,6 +2487,7 @@
incompatibility with them. -->
+
@@ -2069,10 +2496,12 @@
+
@@ -2082,6 +2511,7 @@
be the same as the apk's package name. -->
+
@@ -2090,11 +2520,13 @@
+
+
+
@@ -2115,7 +2550,12 @@
+
+
+
@@ -2138,9 +2579,11 @@
+
@@ -2155,12 +2598,15 @@
dynamically at runtime. -->
+
@@ -2175,16 +2621,19 @@
dynamically at runtime. -->
+
@@ -2195,9 +2644,11 @@
+
@@ -2205,11 +2656,13 @@
+
@@ -2227,6 +2680,7 @@
+
@@ -2310,34 +2765,42 @@
-->
+
+
+
+
@@ -2349,12 +2812,15 @@
+
+
@@ -2363,9 +2829,11 @@
+
@@ -2374,10 +2842,12 @@
+
@@ -2421,7 +2891,9 @@
Context.createAttributionContext() using the first attribution tag
contained here. -->
+
+
+
+ typical workloads to determine whether it makes sense to use this flag.
+
+
There is a limit to the number of isolated services that can be spawned from
+ the Application Zygote; the absolute limit is 100, but due to potential
+ delays in service process cleanup, a much safer limit to use in practice is 50.
+ -->
@@ -2558,9 +3038,24 @@
Context.createAttributionContext() using the first attribution tag
contained here. -->
+
+
+
+
+
+
@@ -2695,9 +3194,11 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2901,6 +3464,7 @@
be better. If not specified, the default order is 0. -->
+
+
+
+
+
+
+
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3064,6 +3710,7 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -3175,12 +3834,14 @@
{@link android.content.Intent#setComponent Intent.setComponent()}. -->
+
+
@@ -3189,6 +3850,7 @@
+
@@ -3199,10 +3861,12 @@
+
+
@@ -3216,23 +3880,27 @@
defined in {@link android.view.Gravity}. -->
+
+
@@ -3255,9 +3926,12 @@
@hide -->
+
+
+
@@ -3267,12 +3941,14 @@
false, the application cannot be profiled at all. Defaults to true. -->
+
+
diff --git a/jadx-core/src/main/resources/android/res-map.txt b/jadx-core/src/main/resources/android/res-map.txt
index 37201dbb2..aa7911251 100644
--- a/jadx-core/src/main/resources/android/res-map.txt
+++ b/jadx-core/src/main/resources/android/res-map.txt
@@ -1461,6 +1461,143 @@
01010614=attr/preserveLegacyExternalStorage
01010615=attr/mimeGroup
01010616=attr/gwpAsanMode
+01010617=attr/rollbackDataPolicy
+01010618=attr/allowClickWhenDisabled
+01010619=attr/windowLayoutAffinity
+0101061a=attr/canPauseRecording
+0101061b=attr/windowBlurBehindRadius
+0101061c=attr/windowBlurBehindEnabled
+0101061d=attr/requireDeviceScreenOn
+0101061e=attr/pathSuffix
+0101061f=attr/sspSuffix
+01010620=attr/pathAdvancedPattern
+01010621=attr/sspAdvancedPattern
+01010622=attr/fontProviderSystemFontFamily
+01010623=attr/hand_second
+01010624=attr/memtagMode
+01010625=attr/nativeHeapZeroInitialized
+01010626=attr/hotwordDetectionService
+01010627=attr/previewLayout
+01010628=attr/clipToOutline
+0101062a=attr/knownCerts
+0101062b=attr/windowBackgroundBlurRadius
+0101062c=attr/windowSplashScreenBackground
+0101062d=attr/windowSplashScreenAnimatedIcon
+0101062e=attr/windowSplashScreenAnimationDuration
+0101062f=attr/windowSplashScreenBrandingImage
+01010630=attr/windowSplashScreenIconBackgroundColor
+01010631=attr/splashScreenTheme
+01010632=attr/maxResizeWidth
+01010633=attr/maxResizeHeight
+01010634=attr/targetCellWidth
+01010635=attr/targetCellHeight
+01010636=attr/dialTint
+01010637=attr/dialTintMode
+01010638=attr/hand_hourTint
+01010639=attr/hand_hourTintMode
+0101063a=attr/hand_minuteTint
+0101063b=attr/hand_minuteTintMode
+0101063c=attr/hand_secondTint
+0101063d=attr/hand_secondTintMode
+0101063e=attr/dataExtractionRules
+0101063f=attr/passwordsActivity
+01010640=attr/selectableAsDefault
+01010641=attr/isAccessibilityTool
+01010642=attr/attributionTags
+01010643=attr/suppressesSpellChecker
+01010644=attr/usesPermissionFlags
+01010645=attr/requestRawExternalStorageAccess
+01010646=attr/playHomeTransitionSound
+01010647=attr/lStar
+01010648=attr/showInInputMethodPicker
+01010649=attr/effectColor
+0101064a=attr/requestForegroundServiceExemption
+0101064b=attr/attributionsAreUserVisible
+0101064c=attr/shouldUseDefaultUnfoldTransition
+0101064d=attr/sharedUserMaxSdkVersion
+0101064e=attr/requiredSplitTypes
+0101064f=attr/splitTypes
+01010650=attr/canDisplayOnRemoteDevices
+01010651=attr/supportedTypes
+01010652=attr/resetEnabledSettingsOnAppDataCleared
+01010653=attr/supportsStylusHandwriting
+01010654=attr/showClockAndComplications
+01010655=attr/gameSessionService
+01010656=attr/supportsBatteryGameMode
+01010657=attr/supportsPerformanceGameMode
+01010658=attr/allowGameAngleDriver
+01010659=attr/allowGameDownscaling
+0101065a=attr/allowGameFpsOverride
+0101065b=attr/localeConfig
+0101065c=attr/showBackdrop
+0101065d=attr/preferKeepClear
+0101065e=attr/autoHandwritingEnabled
+0101065f=attr/fromExtendLeft
+01010660=attr/fromExtendTop
+01010661=attr/fromExtendRight
+01010662=attr/fromExtendBottom
+01010663=attr/toExtendLeft
+01010664=attr/toExtendTop
+01010665=attr/toExtendRight
+01010666=attr/toExtendBottom
+01010667=attr/tileService
+01010668=attr/windowSplashScreenBehavior
+01010669=attr/allowUntrustedActivityEmbedding
+0101066a=attr/knownActivityEmbeddingCerts
+0101066b=attr/intro
+0101066c=attr/enableOnBackInvokedCallback
+0101066d=attr/supportsInlineSuggestionsWithTouchExploration
+0101066e=attr/lineBreakStyle
+0101066f=attr/lineBreakWordStyle
+01010670=attr/maxDrawableWidth
+01010671=attr/maxDrawableHeight
+01010672=attr/backdropColor
+01010673=attr/handwritingBoundsOffsetLeft
+01010674=attr/handwritingBoundsOffsetTop
+01010675=attr/handwritingBoundsOffsetRight
+01010676=attr/handwritingBoundsOffsetBottom
+01010677=attr/accessibilityDataSensitive
+01010678=attr/enableTextStylingShortcuts
+01010679=attr/requiredDisplayCategory
+0101067a=attr/visualQueryDetectionService
+0101067b=attr/physicalKeyboardHintLanguageTag
+0101067c=attr/physicalKeyboardHintLayoutType
+0101067d=attr/allowSharedIsolatedProcess
+0101067e=attr/keyboardLocale
+0101067f=attr/keyboardLayoutType
+01010680=attr/allowUpdateOwnership
+01010681=attr/isCredential
+01010682=attr/searchResultHighlightColor
+01010683=attr/focusedSearchResultHighlightColor
+01010684=attr/stylusHandwritingSettingsActivity
+01010685=attr/windowNoMoveAnimation
+01010686=attr/settingsSubtitle
+01010687=attr/capability
+01010688=attr/defaultLocale
+01010689=attr/isVirtualDeviceOnly
+0101068c=attr/featureFlag
+0101068d=attr/systemUserOnly
+0101068e=attr/allow
+0101068f=attr/query
+01010690=attr/queryPrefix
+01010691=attr/queryPattern
+01010692=attr/queryAdvancedPattern
+01010693=attr/querySuffix
+01010694=attr/fragmentPrefix
+01010695=attr/fragmentPattern
+01010696=attr/fragmentAdvancedPattern
+01010697=attr/fragmentSuffix
+01010698=attr/useBoundsForWidth
+01010699=attr/autoTransact
+0101069a=attr/windowOptOutEdgeToEdgeEnforcement
+0101069b=attr/requireContentUriPermissionFromCaller
+0101069d=attr/useLocalePreferredLineHeightForMinimum
+0101069e=attr/contentSensitivity
+0101069f=attr/supportsConnectionlessStylusHandwriting
+010106a0=attr/shouldDefaultToObserveMode
+010106a1=attr/allowCrossUidActivitySwitchFromBelow
+010106a2=attr/shiftDrawingOffsetForStartOverhang
+010106a3=attr/windowIsFrameRatePowerSavingsBalanced
01020000=id/background
01020001=id/checkbox
01020002=id/content
@@ -1546,1286 +1683,1420 @@
01020052=id/accessibilitySystemActionLockScreen
01020053=id/accessibilitySystemActionTakeScreenshot
01020054=id/accessibilityActionImeEnter
-01020055=id/ALT
-01020056=id/CTRL
-01020057=id/FUNCTION
-01020058=id/KEYCODE_0
-01020059=id/KEYCODE_1
-0102005a=id/KEYCODE_11
-0102005b=id/KEYCODE_12
-0102005c=id/KEYCODE_2
-0102005d=id/KEYCODE_3
-0102005e=id/KEYCODE_3D_MODE
-0102005f=id/KEYCODE_4
-01020060=id/KEYCODE_5
-01020061=id/KEYCODE_6
-01020062=id/KEYCODE_7
-01020063=id/KEYCODE_8
-01020064=id/KEYCODE_9
-01020065=id/KEYCODE_A
-01020066=id/KEYCODE_ALL_APPS
-01020067=id/KEYCODE_ALT_LEFT
-01020068=id/KEYCODE_ALT_RIGHT
-01020069=id/KEYCODE_APOSTROPHE
-0102006a=id/KEYCODE_APP_SWITCH
-0102006b=id/KEYCODE_ASSIST
-0102006c=id/KEYCODE_AT
-0102006d=id/KEYCODE_AVR_INPUT
-0102006e=id/KEYCODE_AVR_POWER
-0102006f=id/KEYCODE_B
-01020070=id/KEYCODE_BACK
-01020071=id/KEYCODE_BACKSLASH
-01020072=id/KEYCODE_BOOKMARK
-01020073=id/KEYCODE_BREAK
-01020074=id/KEYCODE_BRIGHTNESS_DOWN
-01020075=id/KEYCODE_BRIGHTNESS_UP
-01020076=id/KEYCODE_BUTTON_1
-01020077=id/KEYCODE_BUTTON_10
-01020078=id/KEYCODE_BUTTON_11
-01020079=id/KEYCODE_BUTTON_12
-0102007a=id/KEYCODE_BUTTON_13
-0102007b=id/KEYCODE_BUTTON_14
-0102007c=id/KEYCODE_BUTTON_15
-0102007d=id/KEYCODE_BUTTON_16
-0102007e=id/KEYCODE_BUTTON_2
-0102007f=id/KEYCODE_BUTTON_3
-01020080=id/KEYCODE_BUTTON_4
-01020081=id/KEYCODE_BUTTON_5
-01020082=id/KEYCODE_BUTTON_6
-01020083=id/KEYCODE_BUTTON_7
-01020084=id/KEYCODE_BUTTON_8
-01020085=id/KEYCODE_BUTTON_9
-01020086=id/KEYCODE_BUTTON_A
-01020087=id/KEYCODE_BUTTON_B
-01020088=id/KEYCODE_BUTTON_C
-01020089=id/KEYCODE_BUTTON_L1
-0102008a=id/KEYCODE_BUTTON_L2
-0102008b=id/KEYCODE_BUTTON_MODE
-0102008c=id/KEYCODE_BUTTON_R1
-0102008d=id/KEYCODE_BUTTON_R2
-0102008e=id/KEYCODE_BUTTON_SELECT
-0102008f=id/KEYCODE_BUTTON_START
-01020090=id/KEYCODE_BUTTON_THUMBL
-01020091=id/KEYCODE_BUTTON_THUMBR
-01020092=id/KEYCODE_BUTTON_X
-01020093=id/KEYCODE_BUTTON_Y
-01020094=id/KEYCODE_BUTTON_Z
-01020095=id/KEYCODE_C
-01020096=id/KEYCODE_CALCULATOR
-01020097=id/KEYCODE_CALENDAR
-01020098=id/KEYCODE_CALL
-01020099=id/KEYCODE_CAMERA
-0102009a=id/KEYCODE_CAPS_LOCK
-0102009b=id/KEYCODE_CAPTIONS
-0102009c=id/KEYCODE_CHANNEL_DOWN
-0102009d=id/KEYCODE_CHANNEL_UP
-0102009e=id/KEYCODE_CLEAR
-0102009f=id/KEYCODE_COMMA
-010200a0=id/KEYCODE_CONTACTS
-010200a1=id/KEYCODE_COPY
-010200a2=id/KEYCODE_CTRL_LEFT
-010200a3=id/KEYCODE_CTRL_RIGHT
-010200a4=id/KEYCODE_CUT
-010200a5=id/KEYCODE_D
-010200a6=id/KEYCODE_DEL
-010200a7=id/KEYCODE_DPAD_CENTER
-010200a8=id/KEYCODE_DPAD_DOWN
-010200a9=id/KEYCODE_DPAD_DOWN_LEFT
-010200aa=id/KEYCODE_DPAD_DOWN_RIGHT
-010200ab=id/KEYCODE_DPAD_LEFT
-010200ac=id/KEYCODE_DPAD_RIGHT
-010200ad=id/KEYCODE_DPAD_UP
-010200ae=id/KEYCODE_DPAD_UP_LEFT
-010200af=id/KEYCODE_DPAD_UP_RIGHT
-010200b0=id/KEYCODE_DVR
-010200b1=id/KEYCODE_E
-010200b2=id/KEYCODE_EISU
-010200b3=id/KEYCODE_ENDCALL
-010200b4=id/KEYCODE_ENTER
-010200b5=id/KEYCODE_ENVELOPE
-010200b6=id/KEYCODE_EQUALS
-010200b7=id/KEYCODE_ESCAPE
-010200b8=id/KEYCODE_EXPLORER
-010200b9=id/KEYCODE_F
-010200ba=id/KEYCODE_F1
-010200bb=id/KEYCODE_F10
-010200bc=id/KEYCODE_F11
-010200bd=id/KEYCODE_F12
-010200be=id/KEYCODE_F2
-010200bf=id/KEYCODE_F3
-010200c0=id/KEYCODE_F4
-010200c1=id/KEYCODE_F5
-010200c2=id/KEYCODE_F6
-010200c3=id/KEYCODE_F7
-010200c4=id/KEYCODE_F8
-010200c5=id/KEYCODE_F9
-010200c6=id/KEYCODE_FOCUS
-010200c7=id/KEYCODE_FORWARD
-010200c8=id/KEYCODE_FORWARD_DEL
-010200c9=id/KEYCODE_FUNCTION
-010200ca=id/KEYCODE_G
-010200cb=id/KEYCODE_GRAVE
-010200cc=id/KEYCODE_GUIDE
-010200cd=id/KEYCODE_H
-010200ce=id/KEYCODE_HEADSETHOOK
-010200cf=id/KEYCODE_HELP
-010200d0=id/KEYCODE_HENKAN
-010200d1=id/KEYCODE_HOME
-010200d2=id/KEYCODE_I
-010200d3=id/KEYCODE_INFO
-010200d4=id/KEYCODE_INSERT
-010200d5=id/KEYCODE_J
-010200d6=id/KEYCODE_K
-010200d7=id/KEYCODE_KANA
-010200d8=id/KEYCODE_KATAKANA_HIRAGANA
-010200d9=id/KEYCODE_L
-010200da=id/KEYCODE_LANGUAGE_SWITCH
-010200db=id/KEYCODE_LAST_CHANNEL
-010200dc=id/KEYCODE_LEFT_BRACKET
-010200dd=id/KEYCODE_M
-010200de=id/KEYCODE_MANNER_MODE
-010200df=id/KEYCODE_MEDIA_AUDIO_TRACK
-010200e0=id/KEYCODE_MEDIA_CLOSE
-010200e1=id/KEYCODE_MEDIA_EJECT
-010200e2=id/KEYCODE_MEDIA_FAST_FORWARD
-010200e3=id/KEYCODE_MEDIA_NEXT
-010200e4=id/KEYCODE_MEDIA_PAUSE
-010200e5=id/KEYCODE_MEDIA_PLAY
-010200e6=id/KEYCODE_MEDIA_PLAY_PAUSE
-010200e7=id/KEYCODE_MEDIA_PREVIOUS
-010200e8=id/KEYCODE_MEDIA_RECORD
-010200e9=id/KEYCODE_MEDIA_REWIND
-010200ea=id/KEYCODE_MEDIA_SKIP_BACKWARD
-010200eb=id/KEYCODE_MEDIA_SKIP_FORWARD
-010200ec=id/KEYCODE_MEDIA_SLEEP
-010200ed=id/KEYCODE_MEDIA_STEP_BACKWARD
-010200ee=id/KEYCODE_MEDIA_STEP_FORWARD
-010200ef=id/KEYCODE_MEDIA_STOP
-010200f0=id/KEYCODE_MEDIA_TOP_MENU
-010200f1=id/KEYCODE_MEDIA_WAKEUP
-010200f2=id/KEYCODE_MENU
-010200f3=id/KEYCODE_META_LEFT
-010200f4=id/KEYCODE_META_RIGHT
-010200f5=id/KEYCODE_MINUS
-010200f6=id/KEYCODE_MOVE_END
-010200f7=id/KEYCODE_MOVE_HOME
-010200f8=id/KEYCODE_MUHENKAN
-010200f9=id/KEYCODE_MUSIC
-010200fa=id/KEYCODE_MUTE
-010200fb=id/KEYCODE_N
-010200fc=id/KEYCODE_NAVIGATE_IN
-010200fd=id/KEYCODE_NAVIGATE_NEXT
-010200fe=id/KEYCODE_NAVIGATE_OUT
-010200ff=id/KEYCODE_NAVIGATE_PREVIOUS
-01020100=id/KEYCODE_NOTIFICATION
-01020101=id/KEYCODE_NUM
-01020102=id/KEYCODE_NUMPAD_0
-01020103=id/KEYCODE_NUMPAD_1
-01020104=id/KEYCODE_NUMPAD_2
-01020105=id/KEYCODE_NUMPAD_3
-01020106=id/KEYCODE_NUMPAD_4
-01020107=id/KEYCODE_NUMPAD_5
-01020108=id/KEYCODE_NUMPAD_6
-01020109=id/KEYCODE_NUMPAD_7
-0102010a=id/KEYCODE_NUMPAD_8
-0102010b=id/KEYCODE_NUMPAD_9
-0102010c=id/KEYCODE_NUMPAD_ADD
-0102010d=id/KEYCODE_NUMPAD_COMMA
-0102010e=id/KEYCODE_NUMPAD_DIVIDE
-0102010f=id/KEYCODE_NUMPAD_DOT
-01020110=id/KEYCODE_NUMPAD_ENTER
-01020111=id/KEYCODE_NUMPAD_EQUALS
-01020112=id/KEYCODE_NUMPAD_LEFT_PAREN
-01020113=id/KEYCODE_NUMPAD_MULTIPLY
-01020114=id/KEYCODE_NUMPAD_RIGHT_PAREN
-01020115=id/KEYCODE_NUMPAD_SUBTRACT
-01020116=id/KEYCODE_NUM_LOCK
-01020117=id/KEYCODE_O
-01020118=id/KEYCODE_P
-01020119=id/KEYCODE_PAGE_DOWN
-0102011a=id/KEYCODE_PAGE_UP
-0102011b=id/KEYCODE_PAIRING
-0102011c=id/KEYCODE_PASTE
-0102011d=id/KEYCODE_PERIOD
-0102011e=id/KEYCODE_PICTSYMBOLS
-0102011f=id/KEYCODE_PLUS
-01020120=id/KEYCODE_POUND
-01020121=id/KEYCODE_POWER
-01020122=id/KEYCODE_PROFILE_SWITCH
-01020123=id/KEYCODE_PROG_BLUE
-01020124=id/KEYCODE_PROG_GRED
-01020125=id/KEYCODE_PROG_GREEN
-01020126=id/KEYCODE_PROG_YELLOW
-01020127=id/KEYCODE_Q
-01020128=id/KEYCODE_R
-01020129=id/KEYCODE_REFRESH
-0102012a=id/KEYCODE_RIGHT_BRACKET
-0102012b=id/KEYCODE_RO
-0102012c=id/KEYCODE_S
-0102012d=id/KEYCODE_SCROLL_LOCK
-0102012e=id/KEYCODE_SEARCH
-0102012f=id/KEYCODE_SEMICOLON
-01020130=id/KEYCODE_SETTINGS
-01020131=id/KEYCODE_SHIFT_LEFT
-01020132=id/KEYCODE_SHIFT_RIGHT
-01020133=id/KEYCODE_SLASH
-01020134=id/KEYCODE_SOFT_LEFT
-01020135=id/KEYCODE_SOFT_RIGHT
-01020136=id/KEYCODE_SOFT_SLEEP
-01020137=id/KEYCODE_SPACE
-01020138=id/KEYCODE_STAR
-01020139=id/KEYCODE_STB_INPUT
-0102013a=id/KEYCODE_STB_POWER
-0102013b=id/KEYCODE_STEM_1
-0102013c=id/KEYCODE_STEM_2
-0102013d=id/KEYCODE_STEM_3
-0102013e=id/KEYCODE_STEM_PRIMARY
-0102013f=id/KEYCODE_SWITCH_CHARSET
-01020140=id/KEYCODE_SYM
-01020141=id/KEYCODE_SYSRQ
-01020142=id/KEYCODE_SYSTEM_NAVIGATION_DOWN
-01020143=id/KEYCODE_SYSTEM_NAVIGATION_LEFT
-01020144=id/KEYCODE_SYSTEM_NAVIGATION_RIGHT
-01020145=id/KEYCODE_SYSTEM_NAVIGATION_UP
-01020146=id/KEYCODE_T
-01020147=id/KEYCODE_TAB
-01020148=id/KEYCODE_THUMBS_DOWN
-01020149=id/KEYCODE_THUMBS_UP
-0102014a=id/KEYCODE_TV
-0102014b=id/KEYCODE_TV_ANTENNA_CABLE
-0102014c=id/KEYCODE_TV_AUDIO_DESCRIPTION
-0102014d=id/KEYCODE_TV_AUDIO_DESCRIPTION_MIX_DOWN
-0102014e=id/KEYCODE_TV_AUDIO_DESCRIPTION_MIX_UP
-0102014f=id/KEYCODE_TV_CONTENTS_MENU
-01020150=id/KEYCODE_TV_DATA_SERVICE
-01020151=id/KEYCODE_TV_INPUT
-01020152=id/KEYCODE_TV_INPUT_COMPONENT_1
-01020153=id/KEYCODE_TV_INPUT_COMPONENT_2
-01020154=id/KEYCODE_TV_INPUT_COMPOSITE_1
-01020155=id/KEYCODE_TV_INPUT_COMPOSITE_2
-01020156=id/KEYCODE_TV_INPUT_HDMI_1
-01020157=id/KEYCODE_TV_INPUT_HDMI_2
-01020158=id/KEYCODE_TV_INPUT_HDMI_3
-01020159=id/KEYCODE_TV_INPUT_HDMI_4
-0102015a=id/KEYCODE_TV_INPUT_VGA_1
-0102015b=id/KEYCODE_TV_MEDIA_CONTEXT_MENU
-0102015c=id/KEYCODE_TV_NETWORK
-0102015d=id/KEYCODE_TV_NUMBER_ENTRY
-0102015e=id/KEYCODE_TV_POWER
-0102015f=id/KEYCODE_TV_RADIO_SERVICE
-01020160=id/KEYCODE_TV_SATELLITE
-01020161=id/KEYCODE_TV_SATELLITE_BS
-01020162=id/KEYCODE_TV_SATELLITE_CS
-01020163=id/KEYCODE_TV_SATELLITE_SERVICE
-01020164=id/KEYCODE_TV_TELETEXT
-01020165=id/KEYCODE_TV_TERRESTRIAL_ANALOG
-01020166=id/KEYCODE_TV_TERRESTRIAL_DIGITAL
-01020167=id/KEYCODE_TV_TIMER_PROGRAMMING
-01020168=id/KEYCODE_TV_ZOOM_MODE
-01020169=id/KEYCODE_U
-0102016a=id/KEYCODE_UNKNOWN
-0102016b=id/KEYCODE_V
-0102016c=id/KEYCODE_VOICE_ASSIST
-0102016d=id/KEYCODE_VOLUME_DOWN
-0102016e=id/KEYCODE_VOLUME_MUTE
-0102016f=id/KEYCODE_VOLUME_UP
-01020170=id/KEYCODE_W
-01020171=id/KEYCODE_WINDOW
-01020172=id/KEYCODE_X
-01020173=id/KEYCODE_Y
-01020174=id/KEYCODE_YEN
-01020175=id/KEYCODE_Z
-01020176=id/KEYCODE_ZENKAKU_HANKAKU
-01020177=id/KEYCODE_ZOOM_IN
-01020178=id/KEYCODE_ZOOM_OUT
-01020179=id/META
-0102017a=id/SHIFT
-0102017b=id/SYM
-0102017c=id/aboveThumb
-0102017d=id/accessibilityActionClickOnClickableSpan
-0102017e=id/accessibility_button_chooser_grid
-0102017f=id/accessibility_button_prompt
-01020180=id/accessibility_button_prompt_prologue
-01020181=id/accessibility_button_target_icon
-01020182=id/accessibility_button_target_label
-01020183=id/accessibility_controlScreen_description
-01020184=id/accessibility_controlScreen_icon
-01020185=id/accessibility_controlScreen_title
-01020186=id/accessibility_encryption_warning
-01020187=id/accessibility_performAction_description
-01020188=id/accessibility_performAction_icon
-01020189=id/accessibility_performAction_title
-0102018a=id/accessibility_permissionDialog_description
-0102018b=id/accessibility_permissionDialog_icon
-0102018c=id/accessibility_permissionDialog_title
-0102018d=id/accessibility_permission_enable_allow_button
-0102018e=id/accessibility_permission_enable_deny_button
-0102018f=id/accessibility_shortcut_target_checkbox
-01020190=id/accessibility_shortcut_target_icon
-01020191=id/accessibility_shortcut_target_label
-01020192=id/accessibility_shortcut_target_status
-01020193=id/accountPreferences
-01020194=id/account_name
-01020195=id/account_row_icon
-01020196=id/account_row_text
-01020197=id/account_type
-01020198=id/action0
-01020199=id/action1
-0102019a=id/action2
-0102019b=id/action3
-0102019c=id/action4
-0102019d=id/actionDone
-0102019e=id/actionGo
-0102019f=id/actionNext
-010201a0=id/actionNone
-010201a1=id/actionPrevious
-010201a2=id/actionSearch
-010201a3=id/actionSend
-010201a4=id/actionUnspecified
-010201a5=id/action_bar
-010201a6=id/action_bar_container
-010201a7=id/action_bar_spinner
-010201a8=id/action_bar_subtitle
-010201a9=id/action_bar_title
-010201aa=id/action_context_bar
-010201ab=id/action_divider
-010201ac=id/action_menu_divider
-010201ad=id/action_menu_presenter
-010201ae=id/action_mode_bar
-010201af=id/action_mode_bar_stub
-010201b0=id/action_mode_close_button
-010201b1=id/actions
-010201b2=id/actions_container
-010201b3=id/actions_container_layout
-010201b4=id/activity_chooser_view_content
-010201b5=id/add
-010201b6=id/addToDictionaryButton
-010201b7=id/adjustNothing
-010201b8=id/adjustPan
-010201b9=id/adjustResize
-010201ba=id/adjustUnspecified
-010201bb=id/aerr_app_info
-010201bc=id/aerr_close
-010201bd=id/aerr_mute
-010201be=id/aerr_report
-010201bf=id/aerr_restart
-010201c0=id/aerr_wait
-010201c1=id/afterDescendants
-010201c2=id/alarm
-010201c3=id/alertTitle
-010201c4=id/alerted_icon
-010201c5=id/alias
-010201c6=id/alignBounds
-010201c7=id/alignMargins
-010201c8=id/all
-010201c9=id/all_scroll
-010201ca=id/allow_button
-010201cb=id/allowed
-010201cc=id/alternative
-010201cd=id/always
-010201ce=id/alwaysScroll
-010201cf=id/alwaysUse
-010201d0=id/amPm
-010201d1=id/am_label
-010201d2=id/am_pm_spinner
-010201d3=id/ampm_layout
-010201d4=id/animation
-010201d5=id/animator
-010201d6=id/anyRtl
-010201d7=id/appPredictor
-010201d8=id/app_name_divider
-010201d9=id/app_name_text
-010201da=id/app_ops
-010201db=id/appop
-010201dc=id/arrow
-010201dd=id/ask_checkbox
-010201de=id/assertive
-010201df=id/atThumb
-010201e0=id/audio
-010201e1=id/authtoken_type
-010201e2=id/auto
-010201e3=id/auto_fit
-010201e4=id/autofill_dataset_footer
-010201e5=id/autofill_dataset_header
-010201e6=id/autofill_dataset_icon
-010201e7=id/autofill_dataset_list
-010201e8=id/autofill_dataset_picker
-010201e9=id/autofill_dataset_title
-010201ea=id/autofill_save
-010201eb=id/autofill_save_custom_subtitle
-010201ec=id/autofill_save_icon
-010201ed=id/autofill_save_no
-010201ee=id/autofill_save_title
-010201ef=id/autofill_save_yes
-010201f0=id/back_button
-010201f1=id/balanced
-010201f2=id/beforeDescendants
-010201f3=id/beginning
-010201f4=id/behind
-010201f5=id/bevel
-010201f6=id/big_picture
-010201f7=id/big_text
-010201f8=id/blocksDescendants
-010201f9=id/body
-010201fa=id/bold
-010201fb=id/bool
-010201fc=id/bottom
-010201fd=id/bottom_to_top
-010201fe=id/bounds
-010201ff=id/breadcrumb_section
-01020200=id/bubble_button
-01020201=id/bundle
-01020202=id/bundle_array
-01020203=id/butt
-01020204=id/button0
-01020205=id/button4
-01020206=id/button5
-01020207=id/button6
-01020208=id/button7
-01020209=id/buttonPanel
-0102020a=id/button_always
-0102020b=id/button_bar
-0102020c=id/button_bar_container
-0102020d=id/button_once
-0102020e=id/buttons
-0102020f=id/by_common
-01020210=id/by_common_header
-01020211=id/by_org
-01020212=id/by_org_header
-01020213=id/by_org_unit
-01020214=id/by_org_unit_header
-01020215=id/calendar
-01020216=id/calendar_view
-01020217=id/camera
-01020218=id/cancel
-01020219=id/caption
-0102021a=id/cell
-0102021b=id/center
-0102021c=id/centerCrop
-0102021d=id/centerInside
-0102021e=id/center_horizontal
-0102021f=id/center_vertical
-01020220=id/challenge
-01020221=id/characterPicker
-01020222=id/characters
-01020223=id/check
-01020224=id/checked
-01020225=id/choice
-01020226=id/chooser_action_row
-01020227=id/chooser_copy_button
-01020228=id/chooser_header
-01020229=id/chooser_row_text_option
-0102022a=id/chronometer
-0102022b=id/clamp
-0102022c=id/clearDefaultHint
-0102022d=id/clipBounds
-0102022e=id/clip_children_set_tag
-0102022f=id/clip_children_tag
-01020230=id/clip_horizontal
-01020231=id/clip_to_padding_tag
-01020232=id/clip_vertical
-01020233=id/clock
-01020234=id/close_window
-01020235=id/collapseActionView
-01020236=id/collapsing
-01020237=id/colorMode
-01020238=id/colorType
-01020239=id/column
-0102023a=id/columnWidth
-0102023b=id/companion
-0102023c=id/compat_checkbox
-0102023d=id/configurator
-0102023e=id/connectedDevice
-0102023f=id/container
-01020240=id/contentPanel
-01020241=id/content_preview_container
-01020242=id/content_preview_file_area
-01020243=id/content_preview_file_icon
-01020244=id/content_preview_file_layout
-01020245=id/content_preview_file_thumbnail
-01020246=id/content_preview_filename
-01020247=id/content_preview_image_1_large
-01020248=id/content_preview_image_2_large
-01020249=id/content_preview_image_2_small
-0102024a=id/content_preview_image_3_small
-0102024b=id/content_preview_image_area
-0102024c=id/content_preview_text
-0102024d=id/content_preview_text_area
-0102024e=id/content_preview_text_layout
-0102024f=id/content_preview_thumbnail
-01020250=id/content_preview_title
-01020251=id/content_preview_title_layout
-01020252=id/context_menu
-01020253=id/conversation_face_pile
-01020254=id/conversation_face_pile_bottom
-01020255=id/conversation_face_pile_bottom_background
-01020256=id/conversation_face_pile_top
-01020257=id/conversation_header
-01020258=id/conversation_icon
-01020259=id/conversation_icon_badge
-0102025a=id/conversation_icon_badge_bg
-0102025b=id/conversation_icon_badge_ring
-0102025c=id/conversation_icon_container
-0102025d=id/conversation_image_message_container
-0102025e=id/conversation_text
-0102025f=id/conversation_unread_count
-01020260=id/costsMoney
-01020261=id/cross_task_transition
-01020262=id/crossfade
-01020263=id/crosshair
-01020264=id/current_scene
-01020265=id/customPanel
-01020266=id/cycle
-01020267=id/dangerous
-01020268=id/dataSync
-01020269=id/date
-0102026a=id/datePicker
-0102026b=id/date_picker_day_picker
-0102026c=id/date_picker_header
-0102026d=id/date_picker_header_date
-0102026e=id/date_picker_header_year
-0102026f=id/date_picker_year_picker
-01020270=id/datetime
-01020271=id/day
-01020272=id/day_names
-01020273=id/day_picker_view_pager
-01020274=id/decimal
-01020275=id/decor_content_parent
-01020276=id/decrement
-01020277=id/default
-01020278=id/defaultPosition
-01020279=id/default_activity_button
-0102027a=id/default_loading_view
-0102027b=id/deleteButton
-0102027c=id/density
-0102027d=id/deny_button
-0102027e=id/description
-0102027f=id/development
-01020280=id/dialog
-01020281=id/disableHome
-01020282=id/disabled
-01020283=id/disallowed
-01020284=id/discouraged
-01020285=id/divider
-01020286=id/documenter
-01020287=id/dpad
-01020288=id/drag
-01020289=id/dropdown
-0102028a=id/edit_query
-0102028b=id/editable
-0102028c=id/edittext_container
-0102028d=id/eight
-0102028e=id/email
-0102028f=id/end
-01020290=id/evenOdd
-01020291=id/exclude
-01020292=id/excludeDescendants
-01020293=id/expandChallengeHandle
-01020294=id/expand_activities_button
-01020295=id/expand_button
-01020296=id/expand_button_and_content_container
-01020297=id/expand_button_container
-01020298=id/expand_button_inner_container
-01020299=id/expanded_menu
-0102029a=id/expires_on
-0102029b=id/expires_on_header
-0102029c=id/fade_in
-0102029d=id/fade_in_out
-0102029e=id/fade_out
-0102029f=id/feedbackAllMask
-010202a0=id/feedbackAudible
-010202a1=id/feedbackGeneric
-010202a2=id/feedbackHaptic
-010202a3=id/feedbackSpoken
-010202a4=id/feedbackVisual
-010202a5=id/ffwd
-010202a6=id/fill
-010202a7=id/fillInIntent
-010202a8=id/fill_horizontal
-010202a9=id/fill_parent
-010202aa=id/fill_vertical
-010202ab=id/find
-010202ac=id/find_next
-010202ad=id/find_prev
-010202ae=id/finger
-010202af=id/fingerprints
-010202b0=id/firstStrong
-010202b1=id/firstStrongLtr
-010202b2=id/firstStrongRtl
-010202b3=id/fitCenter
-010202b4=id/fitEnd
-010202b5=id/fitStart
-010202b6=id/fitXY
-010202b7=id/five
-010202b8=id/flagDefault
-010202b9=id/flagEnableAccessibilityVolume
-010202ba=id/flagForceAscii
-010202bb=id/flagIncludeNotImportantViews
-010202bc=id/flagNavigateNext
-010202bd=id/flagNavigatePrevious
-010202be=id/flagNoAccessoryAction
-010202bf=id/flagNoEnterAction
-010202c0=id/flagNoExtractUi
-010202c1=id/flagNoFullscreen
-010202c2=id/flagNoPersonalizedLearning
-010202c3=id/flagReportViewIds
-010202c4=id/flagRequestAccessibilityButton
-010202c5=id/flagRequestEnhancedWebAccessibility
-010202c6=id/flagRequestFilterKeyEvents
-010202c7=id/flagRequestFingerprintGestures
-010202c8=id/flagRequestMultiFingerGestures
-010202c9=id/flagRequestShortcutWarningDialogSpokenFeedback
-010202ca=id/flagRequestTouchExplorationMode
-010202cb=id/flagRetrieveInteractiveWindows
-010202cc=id/flagServiceHandlesDoubleTap
-010202cd=id/floatType
-010202ce=id/floating
-010202cf=id/floating_toolbar_menu_item_image
-010202d0=id/floating_toolbar_menu_item_image_button
-010202d1=id/floating_toolbar_menu_item_text
-010202d2=id/fontScale
-010202d3=id/four
-010202d4=id/full
-010202d5=id/fullSensor
-010202d6=id/fullUser
-010202d7=id/fullscreenArea
-010202d8=id/game
-010202d9=id/gone
-010202da=id/grab
-010202db=id/grabbing
-010202dc=id/grant_credentials_permission_message_footer
-010202dd=id/grant_credentials_permission_message_header
-010202de=id/gravity
-010202df=id/group_divider
-010202e0=id/group_message_container
-010202e1=id/hand
-010202e2=id/hardRestricted
-010202e3=id/hard_keyboard_section
-010202e4=id/hard_keyboard_switch
-010202e5=id/hardware
-010202e6=id/hdpi
-010202e7=id/hdr
-010202e8=id/header_icon_container
-010202e9=id/header_text
-010202ea=id/header_text_divider
-010202eb=id/header_text_secondary
-010202ec=id/header_text_secondary_divider
-010202ed=id/headers
-010202ee=id/help
-010202ef=id/hidden
-010202f0=id/hide_from_picker
-010202f1=id/high
-010202f2=id/high_quality
-010202f3=id/holo
-010202f4=id/homeAsUp
-010202f5=id/home_screen
-010202f6=id/horizontal
-010202f7=id/horizontal_double_arrow
-010202f8=id/hour
-010202f9=id/hours
-010202fa=id/icon_badge
-010202fb=id/icon_menu
-010202fc=id/icon_menu_presenter
-010202fd=id/ifContentScrolls
-010202fe=id/ifRoom
-010202ff=id/if_whitelisted
-01020300=id/image
-01020301=id/immersive_cling_back_bg
-01020302=id/immersive_cling_back_bg_light
-01020303=id/immersive_cling_chevron
-01020304=id/immersive_cling_description
-01020305=id/immersive_cling_title
-01020306=id/immutablyRestricted
-01020307=id/inbox_text0
-01020308=id/inbox_text1
-01020309=id/inbox_text2
-0102030a=id/inbox_text3
-0102030b=id/inbox_text4
-0102030c=id/inbox_text5
-0102030d=id/inbox_text6
-0102030e=id/incidentReportApprover
-0102030f=id/include
-01020310=id/increment
-01020311=id/index
-01020312=id/infinite
-01020313=id/inherit
-01020314=id/inputExtractAccessories
-01020315=id/inputExtractAction
-01020316=id/input_block
-01020317=id/input_header
-01020318=id/input_hour
-01020319=id/input_minute
-0102031a=id/input_mode
-0102031b=id/input_separator
-0102031c=id/insertion_handle
-0102031d=id/inside
-0102031e=id/insideInset
-0102031f=id/insideOverlay
-01020320=id/installer
-01020321=id/instant
-01020322=id/intType
-01020323=id/integer
-01020324=id/inter_word
-01020325=id/internalEmpty
-01020326=id/internalOnly
-01020327=id/intoExisting
-01020328=id/invisible
-01020329=id/issued_on
-0102032a=id/issued_on_header
-0102032b=id/issued_to_header
-0102032c=id/italic
-0102032d=id/item_touch_helper_previous_elevation
-0102032e=id/jumpcut
-0102032f=id/keyboard
-01020330=id/keyboardHidden
-01020331=id/keyguard
-01020332=id/keyguard_click_area
-01020333=id/keyguard_message_area
-01020334=id/label
-01020335=id/label_error
-01020336=id/label_hour
-01020337=id/label_minute
-01020338=id/landscape
-01020339=id/large
-0102033a=id/launchRecognizer
-0102033b=id/launchWebSearch
-0102033c=id/layoutDirection
-0102033d=id/ldpi
-0102033e=id/left
-0102033f=id/leftPanel
-01020340=id/leftSpacer
-01020341=id/left_icon
-01020342=id/left_to_right
-01020343=id/line
-01020344=id/line1
-01020345=id/linear
-01020346=id/listContainer
-01020347=id/listMode
-01020348=id/list_footer
-01020349=id/list_item
-0102034a=id/list_menu_presenter
-0102034b=id/liveAudio
-0102034c=id/locale
-0102034d=id/locale_search_menu
-0102034e=id/location
-0102034f=id/lock_screen
-01020350=id/locked
-01020351=id/low
-01020352=id/ltr
-01020353=id/map
-01020354=id/maps
-01020355=id/marquee
-01020356=id/marquee_forever
-01020357=id/match_parent
-01020358=id/matches
-01020359=id/material
-0102035a=id/matrix
-0102035b=id/maximize_window
-0102035c=id/mcc
-0102035d=id/mdpi
-0102035e=id/mediaPlayback
-0102035f=id/mediaProjection
-01020360=id/media_actions
-01020361=id/media_route_control_frame
-01020362=id/media_route_extended_settings_button
-01020363=id/media_route_list
-01020364=id/media_route_volume_layout
-01020365=id/media_route_volume_slider
-01020366=id/media_seamless
-01020367=id/media_seamless_image
-01020368=id/media_seamless_text
-01020369=id/mediacontroller_progress
-0102036a=id/menu
-0102036b=id/message_icon
-0102036c=id/message_icon_container
-0102036d=id/message_name
-0102036e=id/message_text
-0102036f=id/messaging_group_content_container
-01020370=id/messaging_group_icon_container
-01020371=id/messaging_group_sending_progress
-01020372=id/messaging_group_sending_progress_container
-01020373=id/mic
-01020374=id/micro
-01020375=id/microphone
-01020376=id/middle
-01020377=id/midpoint
-01020378=id/minute
-01020379=id/minutes
-0102037a=id/mirror
-0102037b=id/miter
-0102037c=id/mnc
-0102037d=id/modeLarge
-0102037e=id/modeMedium
-0102037f=id/modeSmall
-01020380=id/mode_in
-01020381=id/mode_normal
-01020382=id/mode_out
-01020383=id/monospace
-01020384=id/month
-01020385=id/month_name
-01020386=id/month_view
-01020387=id/multi-select
-01020388=id/multiple
-01020389=id/multipleChoice
-0102038a=id/multipleChoiceModal
-0102038b=id/multiply
-0102038c=id/music
-0102038d=id/navigation
-0102038e=id/nest
-0102038f=id/never
-01020390=id/new_app_action
-01020391=id/new_app_description
-01020392=id/new_app_icon
-01020393=id/news
-01020394=id/next
-01020395=id/next_button
-01020396=id/nine
-01020397=id/no
-01020398=id/noExcludeDescendants
-01020399=id/noHideDescendants
-0102039a=id/no_applications_message
-0102039b=id/no_drop
-0102039c=id/no_permissions
-0102039d=id/nokeys
-0102039e=id/nonZero
-0102039f=id/nonav
-010203a0=id/none
-010203a1=id/normal
-010203a2=id/nosensor
-010203a3=id/notification
-010203a4=id/notification_action_index_tag
-010203a5=id/notification_action_list_margin_target
-010203a6=id/notification_content_container
-010203a7=id/notification_custom_view_index_tag
-010203a8=id/notification_header
-010203a9=id/notification_main_column
-010203aa=id/notification_material_reply_container
-010203ab=id/notification_material_reply_progress
-010203ac=id/notification_material_reply_text_1
-010203ad=id/notification_material_reply_text_1_container
-010203ae=id/notification_material_reply_text_2
-010203af=id/notification_material_reply_text_3
-010203b0=id/notification_media_content
-010203b1=id/notification_media_elapsed_time
-010203b2=id/notification_media_progress
-010203b3=id/notification_media_progress_bar
-010203b4=id/notification_media_progress_time
-010203b5=id/notification_media_seekbar_container
-010203b6=id/notification_media_total_time
-010203b7=id/notification_messaging
-010203b8=id/notouch
-010203b9=id/number
-010203ba=id/numberDecimal
-010203bb=id/numberPassword
-010203bc=id/numberSigned
-010203bd=id/numberpicker_input
-010203be=id/oem
-010203bf=id/off
-010203c0=id/ok
-010203c1=id/old_app_action
-010203c2=id/old_app_icon
-010203c3=id/on
-010203c4=id/one
-010203c5=id/oneLine
-010203c6=id/opaque
-010203c7=id/opticalBounds
-010203c8=id/option1
-010203c9=id/option2
-010203ca=id/option3
-010203cb=id/orientation
-010203cc=id/original_app_icon
-010203cd=id/original_message
-010203ce=id/outsideInset
-010203cf=id/outsideOverlay
-010203d0=id/oval
-010203d1=id/overflow
-010203d2=id/overflow_menu_presenter
-010203d3=id/overlay
-010203d4=id/overlay_display_window_texture
-010203d5=id/overlay_display_window_title
-010203d6=id/package_icon
-010203d7=id/package_label
-010203d8=id/packages_list
-010203d9=id/paddedBounds
-010203da=id/pageDeleteDropTarget
-010203db=id/parentMatrix
-010203dc=id/parentPanel
-010203dd=id/pathType
-010203de=id/pause
-010203df=id/pending_intent_tag
-010203e0=id/perm_icon
-010203e1=id/perm_money_icon
-010203e2=id/perm_money_label
-010203e3=id/perm_name
-010203e4=id/permission_group
-010203e5=id/permission_icon
-010203e6=id/permission_list
-010203e7=id/perms_list
-010203e8=id/persistAcrossReboots
-010203e9=id/persistNever
-010203ea=id/persistRootOnly
-010203eb=id/personalInfo
-010203ec=id/phone
-010203ed=id/phoneCall
-010203ee=id/pickers
-010203ef=id/pin_cancel_button
-010203f0=id/pin_confirm_text
-010203f1=id/pin_error_message
-010203f2=id/pin_message
-010203f3=id/pin_new_text
-010203f4=id/pin_ok_button
-010203f5=id/pin_text
-010203f6=id/placeholder
-010203f7=id/pm_label
-010203f8=id/polite
-010203f9=id/popup_submenu_presenter
-010203fa=id/portrait
-010203fb=id/pre23
-010203fc=id/preferExternal
-010203fd=id/prefs
-010203fe=id/prefs_container
-010203ff=id/prefs_frame
-01020400=id/preinstalled
-01020401=id/pressed
-01020402=id/prev
-01020403=id/privileged
-01020404=id/productivity
-01020405=id/profile_badge
-01020406=id/profile_button
-01020407=id/profile_pager
-01020408=id/profile_tabhost
-01020409=id/progressContainer
-0102040a=id/progress_circular
-0102040b=id/progress_horizontal
-0102040c=id/progress_number
-0102040d=id/progress_percent
-0102040e=id/queryRewriteFromData
-0102040f=id/queryRewriteFromText
-01020410=id/qwerty
-01020411=id/radial
-01020412=id/radial_picker
-01020413=id/radio
-01020414=id/radio_power
-01020415=id/random
-01020416=id/reask_hint
-01020417=id/reconfigurable
-01020418=id/rectangle
-01020419=id/remote_input
-0102041a=id/remote_input_progress
-0102041b=id/remote_input_send
-0102041c=id/remote_input_tag
-0102041d=id/remote_input_text
-0102041e=id/removed
-0102041f=id/repeat
-01020420=id/replace_app_icon
-01020421=id/replace_message
-01020422=id/reply_icon_action
-01020423=id/resolver_button_bar_divider
-01020424=id/resolver_empty_state
-01020425=id/resolver_empty_state_button
-01020426=id/resolver_empty_state_container
-01020427=id/resolver_empty_state_icon
-01020428=id/resolver_empty_state_progress
-01020429=id/resolver_empty_state_subtitle
-0102042a=id/resolver_empty_state_title
-0102042b=id/resolver_list
-0102042c=id/resolver_tab_divider
-0102042d=id/restart
-0102042e=id/retailDemo
-0102042f=id/reverse
-01020430=id/reverseLandscape
-01020431=id/reversePortrait
-01020432=id/rew
-01020433=id/right
-01020434=id/rightSpacer
-01020435=id/right_container
-01020436=id/right_icon
-01020437=id/right_icon_container
-01020438=id/right_to_left
-01020439=id/ring
-0102043a=id/ringtone
-0102043b=id/rotate
-0102043c=id/round
-0102043d=id/row
-0102043e=id/rowTypeId
-0102043f=id/rtl
-01020440=id/runtime
-01020441=id/sans
-01020442=id/scene_layoutid_cache
-01020443=id/screen
-01020444=id/screenLayout
-01020445=id/screenSize
-01020446=id/scrim
-01020447=id/scrollView
-01020448=id/scrolling
-01020449=id/seamless
-0102044a=id/search_app_icon
-0102044b=id/search_badge
-0102044c=id/search_bar
-0102044d=id/search_button
-0102044e=id/search_close_btn
-0102044f=id/search_edit_frame
-01020450=id/search_go_btn
-01020451=id/search_mag_icon
-01020452=id/search_plate
-01020453=id/search_src_text
-01020454=id/search_view
-01020455=id/search_voice_btn
-01020456=id/searchbox
-01020457=id/secondary
-01020458=id/seekbar
-01020459=id/select_all
-0102045a=id/select_dialog_listview
-0102045b=id/selection_end_handle
-0102045c=id/selection_start_handle
-0102045d=id/sensor
-0102045e=id/sensorLandscape
-0102045f=id/sensorPortrait
-01020460=id/sentences
-01020461=id/separator
-01020462=id/sequential
-01020463=id/sequentially
-01020464=id/serial_number
-01020465=id/serial_number_header
-01020466=id/serif
-01020467=id/setup
-01020468=id/seven
-01020469=id/sha1_fingerprint
-0102046a=id/sha1_fingerprint_header
-0102046b=id/sha256_fingerprint
-0102046c=id/sha256_fingerprint_header
-0102046d=id/share
-0102046e=id/shortEdges
-0102046f=id/shortcut
-01020470=id/showCustom
-01020471=id/showHome
-01020472=id/showSearchIconAsBadge
-01020473=id/showSearchLabelAsBadge
-01020474=id/showTitle
-01020475=id/showVoiceSearchButton
-01020476=id/signature
-01020477=id/signatureOrSystem
-01020478=id/signed
-01020479=id/silent
-0102047a=id/simple
-0102047b=id/single
-0102047c=id/singleChoice
-0102047d=id/singleInstance
-0102047e=id/singleTask
-0102047f=id/singleTop
-01020480=id/six
-01020481=id/skip_button
-01020482=id/small
-01020483=id/smallIcon
-01020484=id/smallestScreenSize
-01020485=id/smart_reply_container
-01020486=id/sms_short_code_coins_icon
-01020487=id/sms_short_code_confirm_message
-01020488=id/sms_short_code_detail_layout
-01020489=id/sms_short_code_detail_message
-0102048a=id/sms_short_code_remember_choice_checkbox
-0102048b=id/sms_short_code_remember_choice_text
-0102048c=id/sms_short_code_remember_undo_instruction
-0102048d=id/social
-0102048e=id/softRestricted
-0102048f=id/software
-01020490=id/spacer
-01020491=id/spacingWidth
-01020492=id/spacingWidthUniform
-01020493=id/spannable
-01020494=id/spinner
-01020495=id/splashscreen
-01020496=id/splitActionBarWhenNarrow
-01020497=id/split_action_bar
-01020498=id/square
-01020499=id/src_atop
-0102049a=id/src_in
-0102049b=id/src_over
-0102049c=id/stack
-0102049d=id/standard
-0102049e=id/start
-0102049f=id/stateAlwaysHidden
-010204a0=id/stateAlwaysVisible
-010204a1=id/stateHidden
-010204a2=id/stateUnchanged
-010204a3=id/stateUnspecified
-010204a4=id/stateVisible
-010204a5=id/status
-010204a6=id/status_bar_latest_event_content
-010204a7=id/string
-010204a8=id/stub
-010204a9=id/stylus
-010204aa=id/sub_color
-010204ab=id/sub_name
-010204ac=id/sub_number
-010204ad=id/sub_short_number
-010204ae=id/submenuarrow
-010204af=id/submit_area
-010204b0=id/suggestionContainer
-010204b1=id/suggestionWindowContainer
-010204b2=id/surfaceView
-010204b3=id/sweep
-010204b4=id/switch_new
-010204b5=id/switch_old
-010204b6=id/system
-010204b7=id/tabMode
-010204b8=id/tabs_container
-010204b9=id/tag_alpha_animator
-010204ba=id/tag_is_first_layout
-010204bb=id/tag_layout_top
-010204bc=id/tag_top_animator
-010204bd=id/tag_top_override
-010204be=id/text
-010204bf=id/textAutoComplete
-010204c0=id/textAutoCorrect
-010204c1=id/textCapCharacters
-010204c2=id/textCapSentences
-010204c3=id/textCapWords
-010204c4=id/textClassifier
-010204c5=id/textEmailAddress
-010204c6=id/textEmailSubject
-010204c7=id/textEnd
-010204c8=id/textFilter
-010204c9=id/textImeMultiLine
-010204ca=id/textLongMessage
-010204cb=id/textMultiLine
-010204cc=id/textNoSuggestions
-010204cd=id/textPassword
-010204ce=id/textPersonName
-010204cf=id/textPhonetic
-010204d0=id/textPostalAddress
-010204d1=id/textShortMessage
-010204d2=id/textSpacerNoButtons
-010204d3=id/textSpacerNoTitle
-010204d4=id/textStart
-010204d5=id/textUri
-010204d6=id/textVisiblePassword
-010204d7=id/textWebEditText
-010204d8=id/textWebEmailAddress
-010204d9=id/textWebPassword
-010204da=id/text_line_1
-010204db=id/textureView
-010204dc=id/three
-010204dd=id/time
-010204de=id/timePicker
-010204df=id/timePickerLayout
-010204e0=id/time_current
-010204e1=id/time_divider
-010204e2=id/time_header
-010204e3=id/time_layout
-010204e4=id/titleDivider
-010204e5=id/titleDividerNoCustom
-010204e6=id/titleDividerTop
-010204e7=id/title_container
-010204e8=id/title_separator
-010204e9=id/title_template
-010204ea=id/to_common
-010204eb=id/to_common_header
-010204ec=id/to_org
-010204ed=id/to_org_header
-010204ee=id/to_org_unit
-010204ef=id/to_org_unit_header
-010204f0=id/together
-010204f1=id/toggle_mode
-010204f2=id/top
-010204f3=id/topPanel
-010204f4=id/top_label
-010204f5=id/top_left_diagonal_double_arrow
-010204f6=id/top_right_diagonal_double_arrow
-010204f7=id/top_to_bottom
-010204f8=id/touchscreen
-010204f9=id/trackball
-010204fa=id/transitionPosition
-010204fb=id/transitionTransform
-010204fc=id/transition_overlay_view_tag
-010204fd=id/translucent
-010204fe=id/transparent
-010204ff=id/twelvekey
-01020500=id/two
-01020501=id/twoLine
-01020502=id/typeAllMask
-01020503=id/typeAnnouncement
-01020504=id/typeAssistReadingContext
-01020505=id/typeContextClicked
-01020506=id/typeGestureDetectionEnd
-01020507=id/typeGestureDetectionStart
-01020508=id/typeNotificationStateChanged
-01020509=id/typeTouchExplorationGestureEnd
-0102050a=id/typeTouchExplorationGestureStart
-0102050b=id/typeTouchInteractionEnd
-0102050c=id/typeTouchInteractionStart
-0102050d=id/typeViewAccessibilityFocusCleared
-0102050e=id/typeViewAccessibilityFocused
-0102050f=id/typeViewClicked
-01020510=id/typeViewFocused
-01020511=id/typeViewHoverEnter
-01020512=id/typeViewHoverExit
-01020513=id/typeViewLongClicked
-01020514=id/typeViewScrolled
-01020515=id/typeViewSelected
-01020516=id/typeViewTextChanged
-01020517=id/typeViewTextSelectionChanged
-01020518=id/typeViewTextTraversedAtMovementGranularity
-01020519=id/typeWindowContentChanged
-0102051a=id/typeWindowStateChanged
-0102051b=id/typeWindowsChanged
-0102051c=id/uiMode
-0102051d=id/unchecked
-0102051e=id/undefined
-0102051f=id/uniform
-01020520=id/unpressed
-01020521=id/unspecified
-01020522=id/up
-01020523=id/useLogo
-01020524=id/user
-01020525=id/userIdentification
-01020526=id/userLandscape
-01020527=id/userPortrait
-01020528=id/userSwitcher
-01020529=id/validity_header
-0102052a=id/value
-0102052b=id/vendorPrivileged
-0102052c=id/verifier
-0102052d=id/vertical
-0102052e=id/vertical_double_arrow
-0102052f=id/vertical_text
-01020530=id/video
-01020531=id/viewEnd
-01020532=id/viewStart
-01020533=id/visible
-01020534=id/voice
-01020535=id/voiceTrigger
-01020536=id/wait
-01020537=id/web
-01020538=id/websearch
-01020539=id/webview
-0102053a=id/wellbeing
-0102053b=id/wheel
-0102053c=id/wideColorGamut
-0102053d=id/widget
-0102053e=id/widgets
-0102053f=id/withText
-01020540=id/words
-01020541=id/work_widget_app_icon
-01020542=id/work_widget_badge_icon
-01020543=id/work_widget_mask_frame
-01020544=id/wrap_content
-01020545=id/xhdpi
-01020546=id/xlarge
-01020547=id/xxhdpi
-01020548=id/xxxhdpi
-01020549=id/year
-0102054a=id/yes
-0102054b=id/yesExcludeDescendants
-0102054c=id/zero
-0102054d=id/zoomControls
-0102054e=id/zoomIn
-0102054f=id/zoomMagnify
-01020550=id/zoomOut
-01020551=id/zoom_fit_page
-01020552=id/zoom_in
-01020553=id/zoom_out
-01020554=id/zoom_page_overview
+01020055=id/accessibilityActionDragStart
+01020056=id/accessibilityActionDragDrop
+01020057=id/accessibilityActionDragCancel
+01020058=id/accessibilityActionShowTextSuggestions
+01020059=id/inputExtractAction
+0102005a=id/inputExtractAccessories
+0102005b=id/bold
+0102005c=id/italic
+0102005d=id/underline
+0102005e=id/accessibilityActionScrollInDirection
+0102005f=id/ALT
+01020060=id/CTRL
+01020061=id/FUNCTION
+01020062=id/KEYCODE_0
+01020063=id/KEYCODE_1
+01020064=id/KEYCODE_11
+01020065=id/KEYCODE_12
+01020066=id/KEYCODE_2
+01020067=id/KEYCODE_3
+01020068=id/KEYCODE_3D_MODE
+01020069=id/KEYCODE_4
+0102006a=id/KEYCODE_5
+0102006b=id/KEYCODE_6
+0102006c=id/KEYCODE_7
+0102006d=id/KEYCODE_8
+0102006e=id/KEYCODE_9
+0102006f=id/KEYCODE_A
+01020070=id/KEYCODE_ALL_APPS
+01020071=id/KEYCODE_ALT_LEFT
+01020072=id/KEYCODE_ALT_RIGHT
+01020073=id/KEYCODE_APOSTROPHE
+01020074=id/KEYCODE_APP_SWITCH
+01020075=id/KEYCODE_ASSIST
+01020076=id/KEYCODE_AT
+01020077=id/KEYCODE_AVR_INPUT
+01020078=id/KEYCODE_AVR_POWER
+01020079=id/KEYCODE_B
+0102007a=id/KEYCODE_BACK
+0102007b=id/KEYCODE_BACKSLASH
+0102007c=id/KEYCODE_BOOKMARK
+0102007d=id/KEYCODE_BREAK
+0102007e=id/KEYCODE_BRIGHTNESS_DOWN
+0102007f=id/KEYCODE_BRIGHTNESS_UP
+01020080=id/KEYCODE_BUTTON_1
+01020081=id/KEYCODE_BUTTON_10
+01020082=id/KEYCODE_BUTTON_11
+01020083=id/KEYCODE_BUTTON_12
+01020084=id/KEYCODE_BUTTON_13
+01020085=id/KEYCODE_BUTTON_14
+01020086=id/KEYCODE_BUTTON_15
+01020087=id/KEYCODE_BUTTON_16
+01020088=id/KEYCODE_BUTTON_2
+01020089=id/KEYCODE_BUTTON_3
+0102008a=id/KEYCODE_BUTTON_4
+0102008b=id/KEYCODE_BUTTON_5
+0102008c=id/KEYCODE_BUTTON_6
+0102008d=id/KEYCODE_BUTTON_7
+0102008e=id/KEYCODE_BUTTON_8
+0102008f=id/KEYCODE_BUTTON_9
+01020090=id/KEYCODE_BUTTON_A
+01020091=id/KEYCODE_BUTTON_B
+01020092=id/KEYCODE_BUTTON_C
+01020093=id/KEYCODE_BUTTON_L1
+01020094=id/KEYCODE_BUTTON_L2
+01020095=id/KEYCODE_BUTTON_MODE
+01020096=id/KEYCODE_BUTTON_R1
+01020097=id/KEYCODE_BUTTON_R2
+01020098=id/KEYCODE_BUTTON_SELECT
+01020099=id/KEYCODE_BUTTON_START
+0102009a=id/KEYCODE_BUTTON_THUMBL
+0102009b=id/KEYCODE_BUTTON_THUMBR
+0102009c=id/KEYCODE_BUTTON_X
+0102009d=id/KEYCODE_BUTTON_Y
+0102009e=id/KEYCODE_BUTTON_Z
+0102009f=id/KEYCODE_C
+010200a0=id/KEYCODE_CALCULATOR
+010200a1=id/KEYCODE_CALENDAR
+010200a2=id/KEYCODE_CALL
+010200a3=id/KEYCODE_CAMERA
+010200a4=id/KEYCODE_CAPS_LOCK
+010200a5=id/KEYCODE_CAPTIONS
+010200a6=id/KEYCODE_CHANNEL_DOWN
+010200a7=id/KEYCODE_CHANNEL_UP
+010200a8=id/KEYCODE_CLEAR
+010200a9=id/KEYCODE_COMMA
+010200aa=id/KEYCODE_CONTACTS
+010200ab=id/KEYCODE_COPY
+010200ac=id/KEYCODE_CTRL_LEFT
+010200ad=id/KEYCODE_CTRL_RIGHT
+010200ae=id/KEYCODE_CUT
+010200af=id/KEYCODE_D
+010200b0=id/KEYCODE_DEL
+010200b1=id/KEYCODE_DEMO_APP_1
+010200b2=id/KEYCODE_DEMO_APP_2
+010200b3=id/KEYCODE_DEMO_APP_3
+010200b4=id/KEYCODE_DEMO_APP_4
+010200b5=id/KEYCODE_DPAD_CENTER
+010200b6=id/KEYCODE_DPAD_DOWN
+010200b7=id/KEYCODE_DPAD_DOWN_LEFT
+010200b8=id/KEYCODE_DPAD_DOWN_RIGHT
+010200b9=id/KEYCODE_DPAD_LEFT
+010200ba=id/KEYCODE_DPAD_RIGHT
+010200bb=id/KEYCODE_DPAD_UP
+010200bc=id/KEYCODE_DPAD_UP_LEFT
+010200bd=id/KEYCODE_DPAD_UP_RIGHT
+010200be=id/KEYCODE_DVR
+010200bf=id/KEYCODE_E
+010200c0=id/KEYCODE_EISU
+010200c1=id/KEYCODE_ENDCALL
+010200c2=id/KEYCODE_ENTER
+010200c3=id/KEYCODE_ENVELOPE
+010200c4=id/KEYCODE_EQUALS
+010200c5=id/KEYCODE_ESCAPE
+010200c6=id/KEYCODE_EXPLORER
+010200c7=id/KEYCODE_F
+010200c8=id/KEYCODE_F1
+010200c9=id/KEYCODE_F10
+010200ca=id/KEYCODE_F11
+010200cb=id/KEYCODE_F12
+010200cc=id/KEYCODE_F2
+010200cd=id/KEYCODE_F3
+010200ce=id/KEYCODE_F4
+010200cf=id/KEYCODE_F5
+010200d0=id/KEYCODE_F6
+010200d1=id/KEYCODE_F7
+010200d2=id/KEYCODE_F8
+010200d3=id/KEYCODE_F9
+010200d4=id/KEYCODE_FEATURED_APP_1
+010200d5=id/KEYCODE_FEATURED_APP_2
+010200d6=id/KEYCODE_FEATURED_APP_3
+010200d7=id/KEYCODE_FEATURED_APP_4
+010200d8=id/KEYCODE_FOCUS
+010200d9=id/KEYCODE_FORWARD
+010200da=id/KEYCODE_FORWARD_DEL
+010200db=id/KEYCODE_FUNCTION
+010200dc=id/KEYCODE_G
+010200dd=id/KEYCODE_GRAVE
+010200de=id/KEYCODE_GUIDE
+010200df=id/KEYCODE_H
+010200e0=id/KEYCODE_HEADSETHOOK
+010200e1=id/KEYCODE_HELP
+010200e2=id/KEYCODE_HENKAN
+010200e3=id/KEYCODE_HOME
+010200e4=id/KEYCODE_I
+010200e5=id/KEYCODE_INFO
+010200e6=id/KEYCODE_INSERT
+010200e7=id/KEYCODE_J
+010200e8=id/KEYCODE_K
+010200e9=id/KEYCODE_KANA
+010200ea=id/KEYCODE_KATAKANA_HIRAGANA
+010200eb=id/KEYCODE_L
+010200ec=id/KEYCODE_LANGUAGE_SWITCH
+010200ed=id/KEYCODE_LAST_CHANNEL
+010200ee=id/KEYCODE_LEFT_BRACKET
+010200ef=id/KEYCODE_M
+010200f0=id/KEYCODE_MANNER_MODE
+010200f1=id/KEYCODE_MEDIA_AUDIO_TRACK
+010200f2=id/KEYCODE_MEDIA_CLOSE
+010200f3=id/KEYCODE_MEDIA_EJECT
+010200f4=id/KEYCODE_MEDIA_FAST_FORWARD
+010200f5=id/KEYCODE_MEDIA_NEXT
+010200f6=id/KEYCODE_MEDIA_PAUSE
+010200f7=id/KEYCODE_MEDIA_PLAY
+010200f8=id/KEYCODE_MEDIA_PLAY_PAUSE
+010200f9=id/KEYCODE_MEDIA_PREVIOUS
+010200fa=id/KEYCODE_MEDIA_RECORD
+010200fb=id/KEYCODE_MEDIA_REWIND
+010200fc=id/KEYCODE_MEDIA_SKIP_BACKWARD
+010200fd=id/KEYCODE_MEDIA_SKIP_FORWARD
+010200fe=id/KEYCODE_MEDIA_SLEEP
+010200ff=id/KEYCODE_MEDIA_STEP_BACKWARD
+01020100=id/KEYCODE_MEDIA_STEP_FORWARD
+01020101=id/KEYCODE_MEDIA_STOP
+01020102=id/KEYCODE_MEDIA_TOP_MENU
+01020103=id/KEYCODE_MEDIA_WAKEUP
+01020104=id/KEYCODE_MENU
+01020105=id/KEYCODE_META_LEFT
+01020106=id/KEYCODE_META_RIGHT
+01020107=id/KEYCODE_MINUS
+01020108=id/KEYCODE_MOVE_END
+01020109=id/KEYCODE_MOVE_HOME
+0102010a=id/KEYCODE_MUHENKAN
+0102010b=id/KEYCODE_MUSIC
+0102010c=id/KEYCODE_MUTE
+0102010d=id/KEYCODE_N
+0102010e=id/KEYCODE_NAVIGATE_IN
+0102010f=id/KEYCODE_NAVIGATE_NEXT
+01020110=id/KEYCODE_NAVIGATE_OUT
+01020111=id/KEYCODE_NAVIGATE_PREVIOUS
+01020112=id/KEYCODE_NOTIFICATION
+01020113=id/KEYCODE_NUM
+01020114=id/KEYCODE_NUMPAD_0
+01020115=id/KEYCODE_NUMPAD_1
+01020116=id/KEYCODE_NUMPAD_2
+01020117=id/KEYCODE_NUMPAD_3
+01020118=id/KEYCODE_NUMPAD_4
+01020119=id/KEYCODE_NUMPAD_5
+0102011a=id/KEYCODE_NUMPAD_6
+0102011b=id/KEYCODE_NUMPAD_7
+0102011c=id/KEYCODE_NUMPAD_8
+0102011d=id/KEYCODE_NUMPAD_9
+0102011e=id/KEYCODE_NUMPAD_ADD
+0102011f=id/KEYCODE_NUMPAD_COMMA
+01020120=id/KEYCODE_NUMPAD_DIVIDE
+01020121=id/KEYCODE_NUMPAD_DOT
+01020122=id/KEYCODE_NUMPAD_ENTER
+01020123=id/KEYCODE_NUMPAD_EQUALS
+01020124=id/KEYCODE_NUMPAD_LEFT_PAREN
+01020125=id/KEYCODE_NUMPAD_MULTIPLY
+01020126=id/KEYCODE_NUMPAD_RIGHT_PAREN
+01020127=id/KEYCODE_NUMPAD_SUBTRACT
+01020128=id/KEYCODE_NUM_LOCK
+01020129=id/KEYCODE_O
+0102012a=id/KEYCODE_P
+0102012b=id/KEYCODE_PAGE_DOWN
+0102012c=id/KEYCODE_PAGE_UP
+0102012d=id/KEYCODE_PAIRING
+0102012e=id/KEYCODE_PASTE
+0102012f=id/KEYCODE_PERIOD
+01020130=id/KEYCODE_PICTSYMBOLS
+01020131=id/KEYCODE_PLUS
+01020132=id/KEYCODE_POUND
+01020133=id/KEYCODE_POWER
+01020134=id/KEYCODE_PROFILE_SWITCH
+01020135=id/KEYCODE_PROG_BLUE
+01020136=id/KEYCODE_PROG_GRED
+01020137=id/KEYCODE_PROG_GREEN
+01020138=id/KEYCODE_PROG_YELLOW
+01020139=id/KEYCODE_Q
+0102013a=id/KEYCODE_R
+0102013b=id/KEYCODE_REFRESH
+0102013c=id/KEYCODE_RIGHT_BRACKET
+0102013d=id/KEYCODE_RO
+0102013e=id/KEYCODE_S
+0102013f=id/KEYCODE_SCROLL_LOCK
+01020140=id/KEYCODE_SEARCH
+01020141=id/KEYCODE_SEMICOLON
+01020142=id/KEYCODE_SETTINGS
+01020143=id/KEYCODE_SHIFT_LEFT
+01020144=id/KEYCODE_SHIFT_RIGHT
+01020145=id/KEYCODE_SLASH
+01020146=id/KEYCODE_SOFT_LEFT
+01020147=id/KEYCODE_SOFT_RIGHT
+01020148=id/KEYCODE_SOFT_SLEEP
+01020149=id/KEYCODE_SPACE
+0102014a=id/KEYCODE_STAR
+0102014b=id/KEYCODE_STB_INPUT
+0102014c=id/KEYCODE_STB_POWER
+0102014d=id/KEYCODE_STEM_1
+0102014e=id/KEYCODE_STEM_2
+0102014f=id/KEYCODE_STEM_3
+01020150=id/KEYCODE_STEM_PRIMARY
+01020151=id/KEYCODE_SWITCH_CHARSET
+01020152=id/KEYCODE_SYM
+01020153=id/KEYCODE_SYSRQ
+01020154=id/KEYCODE_SYSTEM_NAVIGATION_DOWN
+01020155=id/KEYCODE_SYSTEM_NAVIGATION_LEFT
+01020156=id/KEYCODE_SYSTEM_NAVIGATION_RIGHT
+01020157=id/KEYCODE_SYSTEM_NAVIGATION_UP
+01020158=id/KEYCODE_T
+01020159=id/KEYCODE_TAB
+0102015a=id/KEYCODE_THUMBS_DOWN
+0102015b=id/KEYCODE_THUMBS_UP
+0102015c=id/KEYCODE_TV
+0102015d=id/KEYCODE_TV_ANTENNA_CABLE
+0102015e=id/KEYCODE_TV_AUDIO_DESCRIPTION
+0102015f=id/KEYCODE_TV_AUDIO_DESCRIPTION_MIX_DOWN
+01020160=id/KEYCODE_TV_AUDIO_DESCRIPTION_MIX_UP
+01020161=id/KEYCODE_TV_CONTENTS_MENU
+01020162=id/KEYCODE_TV_DATA_SERVICE
+01020163=id/KEYCODE_TV_INPUT
+01020164=id/KEYCODE_TV_INPUT_COMPONENT_1
+01020165=id/KEYCODE_TV_INPUT_COMPONENT_2
+01020166=id/KEYCODE_TV_INPUT_COMPOSITE_1
+01020167=id/KEYCODE_TV_INPUT_COMPOSITE_2
+01020168=id/KEYCODE_TV_INPUT_HDMI_1
+01020169=id/KEYCODE_TV_INPUT_HDMI_2
+0102016a=id/KEYCODE_TV_INPUT_HDMI_3
+0102016b=id/KEYCODE_TV_INPUT_HDMI_4
+0102016c=id/KEYCODE_TV_INPUT_VGA_1
+0102016d=id/KEYCODE_TV_MEDIA_CONTEXT_MENU
+0102016e=id/KEYCODE_TV_NETWORK
+0102016f=id/KEYCODE_TV_NUMBER_ENTRY
+01020170=id/KEYCODE_TV_POWER
+01020171=id/KEYCODE_TV_RADIO_SERVICE
+01020172=id/KEYCODE_TV_SATELLITE
+01020173=id/KEYCODE_TV_SATELLITE_BS
+01020174=id/KEYCODE_TV_SATELLITE_CS
+01020175=id/KEYCODE_TV_SATELLITE_SERVICE
+01020176=id/KEYCODE_TV_TELETEXT
+01020177=id/KEYCODE_TV_TERRESTRIAL_ANALOG
+01020178=id/KEYCODE_TV_TERRESTRIAL_DIGITAL
+01020179=id/KEYCODE_TV_TIMER_PROGRAMMING
+0102017a=id/KEYCODE_TV_ZOOM_MODE
+0102017b=id/KEYCODE_U
+0102017c=id/KEYCODE_UNKNOWN
+0102017d=id/KEYCODE_V
+0102017e=id/KEYCODE_VIDEO_APP_1
+0102017f=id/KEYCODE_VIDEO_APP_2
+01020180=id/KEYCODE_VIDEO_APP_3
+01020181=id/KEYCODE_VIDEO_APP_4
+01020182=id/KEYCODE_VIDEO_APP_5
+01020183=id/KEYCODE_VIDEO_APP_6
+01020184=id/KEYCODE_VIDEO_APP_7
+01020185=id/KEYCODE_VIDEO_APP_8
+01020186=id/KEYCODE_VOICE_ASSIST
+01020187=id/KEYCODE_VOLUME_DOWN
+01020188=id/KEYCODE_VOLUME_MUTE
+01020189=id/KEYCODE_VOLUME_UP
+0102018a=id/KEYCODE_W
+0102018b=id/KEYCODE_WINDOW
+0102018c=id/KEYCODE_X
+0102018d=id/KEYCODE_Y
+0102018e=id/KEYCODE_YEN
+0102018f=id/KEYCODE_Z
+01020190=id/KEYCODE_ZENKAKU_HANKAKU
+01020191=id/KEYCODE_ZOOM_IN
+01020192=id/KEYCODE_ZOOM_OUT
+01020193=id/META
+01020194=id/SHIFT
+01020195=id/SYM
+01020196=id/aboveThumb
+01020197=id/accessibility
+01020198=id/accessibilityActionClickOnClickableSpan
+01020199=id/accessibility_button_chooser_grid
+0102019a=id/accessibility_button_prompt
+0102019b=id/accessibility_button_prompt_prologue
+0102019c=id/accessibility_button_target_icon
+0102019d=id/accessibility_button_target_label
+0102019e=id/accessibility_controlScreen_description
+0102019f=id/accessibility_controlScreen_icon
+010201a0=id/accessibility_controlScreen_title
+010201a1=id/accessibility_magnification_thumbnail_view
+010201a2=id/accessibility_performAction_description
+010201a3=id/accessibility_performAction_icon
+010201a4=id/accessibility_performAction_title
+010201a5=id/accessibility_permissionDialog_description
+010201a6=id/accessibility_permissionDialog_icon
+010201a7=id/accessibility_permissionDialog_title
+010201a8=id/accessibility_permission_enable_allow_button
+010201a9=id/accessibility_permission_enable_deny_button
+010201aa=id/accessibility_permission_enable_uninstall_button
+010201ab=id/accessibility_shortcut_target_checkbox
+010201ac=id/accessibility_shortcut_target_icon
+010201ad=id/accessibility_shortcut_target_label
+010201ae=id/accessibility_shortcut_target_status
+010201af=id/accountPreferences
+010201b0=id/account_name
+010201b1=id/account_row_icon
+010201b2=id/account_row_text
+010201b3=id/account_type
+010201b4=id/action0
+010201b5=id/action1
+010201b6=id/action2
+010201b7=id/action3
+010201b8=id/action4
+010201b9=id/actionDone
+010201ba=id/actionGo
+010201bb=id/actionNext
+010201bc=id/actionNone
+010201bd=id/actionPrevious
+010201be=id/actionSearch
+010201bf=id/actionSend
+010201c0=id/actionUnspecified
+010201c1=id/action_bar
+010201c2=id/action_bar_container
+010201c3=id/action_bar_spinner
+010201c4=id/action_bar_subtitle
+010201c5=id/action_bar_title
+010201c6=id/action_context_bar
+010201c7=id/action_divider
+010201c8=id/action_menu_divider
+010201c9=id/action_menu_presenter
+010201ca=id/action_mode_bar
+010201cb=id/action_mode_bar_stub
+010201cc=id/action_mode_close_button
+010201cd=id/actions
+010201ce=id/actions_container
+010201cf=id/actions_container_layout
+010201d0=id/activity_chooser_view_content
+010201d1=id/add
+010201d2=id/addToDictionaryButton
+010201d3=id/adjustNothing
+010201d4=id/adjustPan
+010201d5=id/adjustResize
+010201d6=id/adjustUnspecified
+010201d7=id/aerr_app_info
+010201d8=id/aerr_close
+010201d9=id/aerr_mute
+010201da=id/aerr_report
+010201db=id/aerr_restart
+010201dc=id/aerr_wait
+010201dd=id/afterDescendants
+010201de=id/alarm
+010201df=id/alertTitle
+010201e0=id/alerted_icon
+010201e1=id/alias
+010201e2=id/alignBounds
+010201e3=id/alignMargins
+010201e4=id/all
+010201e5=id/all_scroll
+010201e6=id/allow_button
+010201e7=id/allowed
+010201e8=id/alternate_expand_target
+010201e9=id/alternative
+010201ea=id/always
+010201eb=id/alwaysScroll
+010201ec=id/alwaysUse
+010201ed=id/amPm
+010201ee=id/am_label
+010201ef=id/am_pm_spinner
+010201f0=id/ampm_layout
+010201f1=id/animation
+010201f2=id/animator
+010201f3=id/anyRtl
+010201f4=id/appPredictor
+010201f5=id/app_name_divider
+010201f6=id/app_name_text
+010201f7=id/app_ops
+010201f8=id/appop
+010201f9=id/arrow
+010201fa=id/ask_checkbox
+010201fb=id/assertive
+010201fc=id/async
+010201fd=id/atThumb
+010201fe=id/audio
+010201ff=id/authtoken_type
+01020200=id/auto
+01020201=id/auto_fit
+01020202=id/autofill_button_bar_spacer
+01020203=id/autofill_dataset_footer
+01020204=id/autofill_dataset_header
+01020205=id/autofill_dataset_icon
+01020206=id/autofill_dataset_list
+01020207=id/autofill_dataset_picker
+01020208=id/autofill_dataset_title
+01020209=id/autofill_dialog_container
+0102020a=id/autofill_dialog_header
+0102020b=id/autofill_dialog_list
+0102020c=id/autofill_dialog_no
+0102020d=id/autofill_dialog_picker
+0102020e=id/autofill_dialog_yes
+0102020f=id/autofill_save
+01020210=id/autofill_save_button_bar
+01020211=id/autofill_save_custom_subtitle
+01020212=id/autofill_save_icon
+01020213=id/autofill_save_no
+01020214=id/autofill_save_title
+01020215=id/autofill_save_yes
+01020216=id/autofill_service_icon
+01020217=id/autofill_sheet_divider
+01020218=id/autofill_sheet_scroll_view
+01020219=id/autofill_sheet_scroll_view_space
+0102021a=id/azerty
+0102021b=id/back_button
+0102021c=id/balanced
+0102021d=id/beforeDescendants
+0102021e=id/beginning
+0102021f=id/behind
+01020220=id/bevel
+01020221=id/big_picture
+01020222=id/big_text
+01020223=id/blocksDescendants
+01020224=id/body
+01020225=id/bool
+01020226=id/bottom
+01020227=id/bottom_to_top
+01020228=id/bounds
+01020229=id/breadcrumb_section
+0102022a=id/bubble_button
+0102022b=id/bundle
+0102022c=id/bundle_array
+0102022d=id/butt
+0102022e=id/button0
+0102022f=id/button4
+01020230=id/button5
+01020231=id/button6
+01020232=id/button7
+01020233=id/buttonPanel
+01020234=id/button_always
+01020235=id/button_bar
+01020236=id/button_bar_container
+01020237=id/button_once
+01020238=id/button_open
+01020239=id/buttons
+0102023a=id/by_common
+0102023b=id/by_common_header
+0102023c=id/by_org
+0102023d=id/by_org_header
+0102023e=id/by_org_unit
+0102023f=id/by_org_unit_header
+01020240=id/calendar
+01020241=id/calendar_view
+01020242=id/camera
+01020243=id/cancel
+01020244=id/caption
+01020245=id/cell
+01020246=id/center
+01020247=id/centerCrop
+01020248=id/centerInside
+01020249=id/center_horizontal
+0102024a=id/center_vertical
+0102024b=id/challenge
+0102024c=id/characterPicker
+0102024d=id/characters
+0102024e=id/check
+0102024f=id/checked
+01020250=id/choice
+01020251=id/chooser_action_row
+01020252=id/chooser_copy_button
+01020253=id/chooser_edit_button
+01020254=id/chooser_header
+01020255=id/chooser_nearby_button
+01020256=id/chooser_row_text_option
+01020257=id/chronometer
+01020258=id/clamp
+01020259=id/clearDefaultHint
+0102025a=id/clipBounds
+0102025b=id/clip_children_set_tag
+0102025c=id/clip_children_tag
+0102025d=id/clip_horizontal
+0102025e=id/clip_to_padding_tag
+0102025f=id/clip_vertical
+01020260=id/clock
+01020261=id/close_window
+01020262=id/colemak
+01020263=id/collapseActionView
+01020264=id/collapsing
+01020265=id/colorMode
+01020266=id/colorType
+01020267=id/column
+01020268=id/columnWidth
+01020269=id/companion
+0102026a=id/compat_checkbox
+0102026b=id/configuration_optional
+0102026c=id/configurator
+0102026d=id/connectedDevice
+0102026e=id/container
+0102026f=id/contentPanel
+01020270=id/content_preview_container
+01020271=id/content_preview_file_area
+01020272=id/content_preview_file_icon
+01020273=id/content_preview_file_layout
+01020274=id/content_preview_file_thumbnail
+01020275=id/content_preview_filename
+01020276=id/content_preview_image_1_large
+01020277=id/content_preview_image_2_large
+01020278=id/content_preview_image_2_small
+01020279=id/content_preview_image_3_small
+0102027a=id/content_preview_image_area
+0102027b=id/content_preview_text
+0102027c=id/content_preview_text_area
+0102027d=id/content_preview_text_layout
+0102027e=id/content_preview_thumbnail
+0102027f=id/content_preview_title
+01020280=id/content_preview_title_layout
+01020281=id/context_menu
+01020282=id/controlScreen_description
+01020283=id/controlScreen_icon
+01020284=id/controlScreen_title
+01020285=id/conversation_face_pile
+01020286=id/conversation_face_pile_bottom
+01020287=id/conversation_face_pile_bottom_background
+01020288=id/conversation_face_pile_top
+01020289=id/conversation_header
+0102028a=id/conversation_icon
+0102028b=id/conversation_icon_badge
+0102028c=id/conversation_icon_badge_bg
+0102028d=id/conversation_icon_badge_ring
+0102028e=id/conversation_icon_container
+0102028f=id/conversation_image_message_container
+01020290=id/conversation_text
+01020291=id/costsMoney
+01020292=id/cross_task_transition
+01020293=id/crossfade
+01020294=id/crosshair
+01020295=id/current_scene
+01020296=id/customPanel
+01020297=id/cycle
+01020298=id/dangerous
+01020299=id/dataSync
+0102029a=id/date
+0102029b=id/datePicker
+0102029c=id/date_picker_day_picker
+0102029d=id/date_picker_header
+0102029e=id/date_picker_header_date
+0102029f=id/date_picker_header_year
+010202a0=id/date_picker_year_picker
+010202a1=id/datetime
+010202a2=id/day
+010202a3=id/day_names
+010202a4=id/day_picker_view_pager
+010202a5=id/decimal
+010202a6=id/decor_content_parent
+010202a7=id/decrement
+010202a8=id/default
+010202a9=id/defaultPosition
+010202aa=id/default_activity_button
+010202ab=id/default_loading_view
+010202ac=id/deleteButton
+010202ad=id/density
+010202ae=id/deny_button
+010202af=id/description
+010202b0=id/development
+010202b1=id/dialog
+010202b2=id/dialog_item
+010202b3=id/disableHome
+010202b4=id/disabled
+010202b5=id/disallowed
+010202b6=id/discouraged
+010202b7=id/divider
+010202b8=id/dpad
+010202b9=id/drag
+010202ba=id/dropdown
+010202bb=id/dvorak
+010202bc=id/edit_query
+010202bd=id/editable
+010202be=id/edittext_container
+010202bf=id/eight
+010202c0=id/email
+010202c1=id/end
+010202c2=id/evenOdd
+010202c3=id/exclude
+010202c4=id/excludeDescendants
+010202c5=id/expandChallengeHandle
+010202c6=id/expand_activities_button
+010202c7=id/expand_button
+010202c8=id/expand_button_a11y_container
+010202c9=id/expand_button_and_content_container
+010202ca=id/expand_button_container
+010202cb=id/expand_button_icon
+010202cc=id/expand_button_number
+010202cd=id/expand_button_pill
+010202ce=id/expand_button_pill_colorized_layer
+010202cf=id/expand_button_touch_container
+010202d0=id/expanded_menu
+010202d1=id/expires_on
+010202d2=id/expires_on_header
+010202d3=id/extended
+010202d4=id/fade_in
+010202d5=id/fade_in_out
+010202d6=id/fade_out
+010202d7=id/feedback
+010202d8=id/feedbackAllMask
+010202d9=id/feedbackAudible
+010202da=id/feedbackGeneric
+010202db=id/feedbackHaptic
+010202dc=id/feedbackSpoken
+010202dd=id/feedbackVisual
+010202de=id/ffwd
+010202df=id/fill
+010202e0=id/fillInIntent
+010202e1=id/fill_horizontal
+010202e2=id/fill_parent
+010202e3=id/fill_vertical
+010202e4=id/find
+010202e5=id/find_next
+010202e6=id/find_prev
+010202e7=id/finger
+010202e8=id/fingerprints
+010202e9=id/firstStrong
+010202ea=id/firstStrongLtr
+010202eb=id/firstStrongRtl
+010202ec=id/fitCenter
+010202ed=id/fitEnd
+010202ee=id/fitStart
+010202ef=id/fitXY
+010202f0=id/five
+010202f1=id/flagDefault
+010202f2=id/flagEnableAccessibilityVolume
+010202f3=id/flagForceAscii
+010202f4=id/flagIncludeNotImportantViews
+010202f5=id/flagInputMethodEditor
+010202f6=id/flagNavigateNext
+010202f7=id/flagNavigatePrevious
+010202f8=id/flagNoAccessoryAction
+010202f9=id/flagNoEnterAction
+010202fa=id/flagNoExtractUi
+010202fb=id/flagNoFullscreen
+010202fc=id/flagNoPersonalizedLearning
+010202fd=id/flagReportViewIds
+010202fe=id/flagRequestAccessibilityButton
+010202ff=id/flagRequestEnhancedWebAccessibility
+01020300=id/flagRequestFilterKeyEvents
+01020301=id/flagRequestFingerprintGestures
+01020302=id/flagRequestMultiFingerGestures
+01020303=id/flagRequestShortcutWarningDialogSpokenFeedback
+01020304=id/flagRequestTouchExplorationMode
+01020305=id/flagRetrieveInteractiveWindows
+01020306=id/flagSendMotionEvents
+01020307=id/flagServiceHandlesDoubleTap
+01020308=id/floatType
+01020309=id/floating
+0102030a=id/floating_popup_container
+0102030b=id/floating_toolbar_menu_item_image
+0102030c=id/floating_toolbar_menu_item_image_button
+0102030d=id/floating_toolbar_menu_item_text
+0102030e=id/fontScale
+0102030f=id/fontWeightAdjustment
+01020310=id/four
+01020311=id/frame
+01020312=id/full
+01020313=id/fullFast
+01020314=id/fullSensor
+01020315=id/fullUser
+01020316=id/fullscreenArea
+01020317=id/game
+01020318=id/gone
+01020319=id/grab
+0102031a=id/grabbing
+0102031b=id/grammaticalGender
+0102031c=id/grant_credentials_permission_message_footer
+0102031d=id/grant_credentials_permission_message_header
+0102031e=id/gravity
+0102031f=id/group_divider
+01020320=id/group_message_container
+01020321=id/hand
+01020322=id/handwriting
+01020323=id/hardRestricted
+01020324=id/hard_keyboard_section
+01020325=id/hard_keyboard_switch
+01020326=id/hardware
+01020327=id/hdpi
+01020328=id/hdr
+01020329=id/header_text
+0102032a=id/header_text_divider
+0102032b=id/header_text_secondary
+0102032c=id/header_text_secondary_divider
+0102032d=id/headers
+0102032e=id/health
+0102032f=id/help
+01020330=id/hidden
+01020331=id/hide_from_picker
+01020332=id/high
+01020333=id/high_quality
+01020334=id/holo
+01020335=id/homeAsUp
+01020336=id/home_panel
+01020337=id/home_screen
+01020338=id/horizontal
+01020339=id/horizontal_double_arrow
+0102033a=id/hour
+0102033b=id/hours
+0102033c=id/icon_badge
+0102033d=id/icon_menu
+0102033e=id/icon_menu_presenter
+0102033f=id/icon_preferred
+01020340=id/ifContentScrolls
+01020341=id/ifRoom
+01020342=id/if_whitelisted
+01020343=id/image
+01020344=id/imageView
+01020345=id/immersive_cling_back_bg
+01020346=id/immersive_cling_back_bg_light
+01020347=id/immersive_cling_chevron
+01020348=id/immersive_cling_description
+01020349=id/immersive_cling_title
+0102034a=id/immutablyRestricted
+0102034b=id/inbox_text0
+0102034c=id/inbox_text1
+0102034d=id/inbox_text2
+0102034e=id/inbox_text3
+0102034f=id/inbox_text4
+01020350=id/inbox_text5
+01020351=id/inbox_text6
+01020352=id/incidentReportApprover
+01020353=id/include
+01020354=id/increment
+01020355=id/index
+01020356=id/indicator
+01020357=id/infinite
+01020358=id/inherit
+01020359=id/input_block
+0102035a=id/input_header
+0102035b=id/input_hour
+0102035c=id/input_method_nav_back
+0102035d=id/input_method_nav_buttons
+0102035e=id/input_method_nav_center_group
+0102035f=id/input_method_nav_ends_group
+01020360=id/input_method_nav_home_handle
+01020361=id/input_method_nav_horizontal
+01020362=id/input_method_nav_ime_switcher
+01020363=id/input_method_nav_inflater
+01020364=id/input_method_navigation_bar_view
+01020365=id/input_minute
+01020366=id/input_mode
+01020367=id/input_separator
+01020368=id/insertion_handle
+01020369=id/inside
+0102036a=id/insideInset
+0102036b=id/insideOverlay
+0102036c=id/installer
+0102036d=id/installerExemptIgnored
+0102036e=id/instant
+0102036f=id/intType
+01020370=id/integer
+01020371=id/inter_character
+01020372=id/inter_word
+01020373=id/internal
+01020374=id/internalEmpty
+01020375=id/internalOnly
+01020376=id/intoExisting
+01020377=id/invisible
+01020378=id/issued_on
+01020379=id/issued_on_header
+0102037a=id/issued_to_header
+0102037b=id/item
+0102037c=id/item_touch_helper_previous_elevation
+0102037d=id/jumpcut
+0102037e=id/keyboard
+0102037f=id/keyboardHidden
+01020380=id/keyguard
+01020381=id/keyguard_click_area
+01020382=id/keyguard_message_area
+01020383=id/knownSigner
+01020384=id/label
+01020385=id/label_error
+01020386=id/label_hour
+01020387=id/label_minute
+01020388=id/landscape
+01020389=id/language_item
+0102038a=id/language_picker_header
+0102038b=id/language_picker_item
+0102038c=id/large
+0102038d=id/launchRecognizer
+0102038e=id/launchWebSearch
+0102038f=id/layoutDirection
+01020390=id/ldpi
+01020391=id/left
+01020392=id/leftPanel
+01020393=id/leftSpacer
+01020394=id/left_icon
+01020395=id/left_to_right
+01020396=id/line
+01020397=id/line1
+01020398=id/linear
+01020399=id/listContainer
+0102039a=id/listMode
+0102039b=id/list_footer
+0102039c=id/list_item
+0102039d=id/list_menu_presenter
+0102039e=id/liveAudio
+0102039f=id/locale
+010203a0=id/locale_native
+010203a1=id/locale_search_menu
+010203a2=id/locale_secondary
+010203a3=id/location
+010203a4=id/lock_screen
+010203a5=id/locked
+010203a6=id/loose
+010203a7=id/low
+010203a8=id/low_light
+010203a9=id/ltr
+010203aa=id/map
+010203ab=id/maps
+010203ac=id/marquee
+010203ad=id/marquee_forever
+010203ae=id/match_parent
+010203af=id/matches
+010203b0=id/material
+010203b1=id/matrix
+010203b2=id/maximize_window
+010203b3=id/mcc
+010203b4=id/mdpi
+010203b5=id/mediaPlayback
+010203b6=id/mediaProcessing
+010203b7=id/mediaProjection
+010203b8=id/media_actions
+010203b9=id/media_route_control_frame
+010203ba=id/media_route_extended_settings_button
+010203bb=id/media_route_list
+010203bc=id/media_route_progress_bar
+010203bd=id/media_route_volume_layout
+010203be=id/media_route_volume_slider
+010203bf=id/mediacontroller_progress
+010203c0=id/menu
+010203c1=id/message_icon
+010203c2=id/message_icon_container
+010203c3=id/message_name
+010203c4=id/message_text
+010203c5=id/messaging_group_content_container
+010203c6=id/messaging_group_icon_container
+010203c7=id/messaging_group_sending_progress
+010203c8=id/messaging_group_sending_progress_container
+010203c9=id/mic
+010203ca=id/micro
+010203cb=id/microphone
+010203cc=id/middle
+010203cd=id/midpoint
+010203ce=id/miniresolver_info_section
+010203cf=id/miniresolver_info_section_icon
+010203d0=id/miniresolver_info_section_text
+010203d1=id/minute
+010203d2=id/minutes
+010203d3=id/mirror
+010203d4=id/miter
+010203d5=id/mnc
+010203d6=id/modeLarge
+010203d7=id/modeMedium
+010203d8=id/modeSmall
+010203d9=id/mode_in
+010203da=id/mode_normal
+010203db=id/mode_out
+010203dc=id/module
+010203dd=id/monospace
+010203de=id/month
+010203df=id/month_name
+010203e0=id/month_view
+010203e1=id/multi-select
+010203e2=id/multiple
+010203e3=id/multipleChoice
+010203e4=id/multipleChoiceModal
+010203e5=id/multiply
+010203e6=id/music
+010203e7=id/navigation
+010203e8=id/nest
+010203e9=id/never
+010203ea=id/neverForLocation
+010203eb=id/new_app_action
+010203ec=id/new_app_description
+010203ed=id/new_app_icon
+010203ee=id/news
+010203ef=id/next
+010203f0=id/next_button
+010203f1=id/nine
+010203f2=id/no
+010203f3=id/noExcludeDescendants
+010203f4=id/noHideDescendants
+010203f5=id/no_applications_message
+010203f6=id/no_drop
+010203f7=id/no_permissions
+010203f8=id/nokeys
+010203f9=id/nonZero
+010203fa=id/nonav
+010203fb=id/none
+010203fc=id/normal
+010203fd=id/normalFast
+010203fe=id/nosensor
+010203ff=id/notSensitive
+01020400=id/notification
+01020401=id/notification_action_index_tag
+01020402=id/notification_action_list_margin_target
+01020403=id/notification_custom_view_index_tag
+01020404=id/notification_header
+01020405=id/notification_headerless_view_column
+01020406=id/notification_headerless_view_row
+01020407=id/notification_main_column
+01020408=id/notification_material_reply_container
+01020409=id/notification_material_reply_progress
+0102040a=id/notification_material_reply_text_1
+0102040b=id/notification_material_reply_text_1_container
+0102040c=id/notification_material_reply_text_2
+0102040d=id/notification_material_reply_text_3
+0102040e=id/notification_media_content
+0102040f=id/notification_messaging
+01020410=id/notification_top_line
+01020411=id/notouch
+01020412=id/number
+01020413=id/numberDecimal
+01020414=id/numberPassword
+01020415=id/numberSigned
+01020416=id/numberpicker_input
+01020417=id/oem
+01020418=id/off
+01020419=id/ok
+0102041a=id/old_app_action
+0102041b=id/old_app_icon
+0102041c=id/on
+0102041d=id/one
+0102041e=id/oneLine
+0102041f=id/opaque
+01020420=id/open_cross_profile
+01020421=id/opticalBounds
+01020422=id/option1
+01020423=id/option2
+01020424=id/option3
+01020425=id/orientation
+01020426=id/original_app_icon
+01020427=id/original_message
+01020428=id/outsideInset
+01020429=id/outsideOverlay
+0102042a=id/oval
+0102042b=id/overflow
+0102042c=id/overflow_menu_presenter
+0102042d=id/overlay
+0102042e=id/overlay_display_window_texture
+0102042f=id/overlay_display_window_title
+01020430=id/package_icon
+01020431=id/package_label
+01020432=id/packages_list
+01020433=id/paddedBounds
+01020434=id/pageDeleteDropTarget
+01020435=id/parentMatrix
+01020436=id/parentPanel
+01020437=id/pathType
+01020438=id/pause
+01020439=id/pending_intent_tag
+0102043a=id/performAction_description
+0102043b=id/performAction_icon
+0102043c=id/performAction_title
+0102043d=id/perm_icon
+0102043e=id/perm_money_icon
+0102043f=id/perm_money_label
+01020440=id/perm_name
+01020441=id/permissionDialog_description
+01020442=id/permission_group
+01020443=id/permission_icon
+01020444=id/permission_list
+01020445=id/perms_list
+01020446=id/persistAcrossReboots
+01020447=id/persistNever
+01020448=id/persistRootOnly
+01020449=id/personalInfo
+0102044a=id/phishing_alert
+0102044b=id/phone
+0102044c=id/phoneCall
+0102044d=id/phrase
+0102044e=id/pickers
+0102044f=id/pin_cancel_button
+01020450=id/pin_confirm_text
+01020451=id/pin_error_message
+01020452=id/pin_message
+01020453=id/pin_new_text
+01020454=id/pin_ok_button
+01020455=id/pin_text
+01020456=id/placeholder
+01020457=id/pm_label
+01020458=id/polite
+01020459=id/popup_submenu_presenter
+0102045a=id/portrait
+0102045b=id/pre23
+0102045c=id/preferExternal
+0102045d=id/prefs
+0102045e=id/prefs_container
+0102045f=id/prefs_frame
+01020460=id/preinstalled
+01020461=id/pressed
+01020462=id/prev
+01020463=id/privileged
+01020464=id/productivity
+01020465=id/profile_badge
+01020466=id/profile_button
+01020467=id/profile_pager
+01020468=id/profile_tabhost
+01020469=id/progressContainer
+0102046a=id/progress_circular
+0102046b=id/progress_dialog_message
+0102046c=id/progress_horizontal
+0102046d=id/progress_number
+0102046e=id/progress_percent
+0102046f=id/queryRewriteFromData
+01020470=id/queryRewriteFromText
+01020471=id/qwerty
+01020472=id/qwertz
+01020473=id/radial
+01020474=id/radial_picker
+01020475=id/radio
+01020476=id/radio_power
+01020477=id/random
+01020478=id/read
+01020479=id/readAndWrite
+0102047a=id/readOrWrite
+0102047b=id/reask_hint
+0102047c=id/recents
+0102047d=id/reconfigurable
+0102047e=id/rectangle
+0102047f=id/remoteMessaging
+01020480=id/remote_checked_change_listener_tag
+01020481=id/remote_input
+01020482=id/remote_input_progress
+01020483=id/remote_input_send
+01020484=id/remote_input_tag
+01020485=id/remote_input_text
+01020486=id/remote_views_next_child
+01020487=id/remote_views_override_id
+01020488=id/remote_views_stable_id
+01020489=id/removed
+0102048a=id/repeat
+0102048b=id/replace_app_icon
+0102048c=id/replace_message
+0102048d=id/reply_action_container
+0102048e=id/resolver_button_bar_divider
+0102048f=id/resolver_empty_state
+01020490=id/resolver_empty_state_button
+01020491=id/resolver_empty_state_container
+01020492=id/resolver_empty_state_icon
+01020493=id/resolver_empty_state_progress
+01020494=id/resolver_empty_state_subtitle
+01020495=id/resolver_empty_state_title
+01020496=id/resolver_list
+01020497=id/resolver_tab_divider
+01020498=id/restart
+01020499=id/restore
+0102049a=id/retailDemo
+0102049b=id/retain
+0102049c=id/reverse
+0102049d=id/reverseLandscape
+0102049e=id/reversePortrait
+0102049f=id/rew
+010204a0=id/right
+010204a1=id/rightSpacer
+010204a2=id/right_container
+010204a3=id/right_icon
+010204a4=id/right_to_left
+010204a5=id/ring
+010204a6=id/ringtone
+010204a7=id/role
+010204a8=id/rotate
+010204a9=id/round
+010204aa=id/row
+010204ab=id/rowTypeId
+010204ac=id/rtl
+010204ad=id/runtime
+010204ae=id/sans
+010204af=id/scene_layoutid_cache
+010204b0=id/screen
+010204b1=id/screenLayout
+010204b2=id/screenSize
+010204b3=id/scrim
+010204b4=id/scrollView
+010204b5=id/scrolling
+010204b6=id/seamless
+010204b7=id/search_app_icon
+010204b8=id/search_badge
+010204b9=id/search_bar
+010204ba=id/search_button
+010204bb=id/search_close_btn
+010204bc=id/search_edit_frame
+010204bd=id/search_go_btn
+010204be=id/search_mag_icon
+010204bf=id/search_plate
+010204c0=id/search_src_text
+010204c1=id/search_view
+010204c2=id/search_voice_btn
+010204c3=id/searchbox
+010204c4=id/secondary
+010204c5=id/seekbar
+010204c6=id/select_all
+010204c7=id/select_dialog_listview
+010204c8=id/selection_end_handle
+010204c9=id/selection_start_handle
+010204ca=id/sensitive
+010204cb=id/sensor
+010204cc=id/sensorLandscape
+010204cd=id/sensorPortrait
+010204ce=id/sentences
+010204cf=id/separator
+010204d0=id/sequential
+010204d1=id/sequentially
+010204d2=id/serial_number
+010204d3=id/serial_number_header
+010204d4=id/serif
+010204d5=id/setup
+010204d6=id/seven
+010204d7=id/sha1_fingerprint
+010204d8=id/sha1_fingerprint_header
+010204d9=id/sha256_fingerprint
+010204da=id/sha256_fingerprint_header
+010204db=id/share
+010204dc=id/shortEdges
+010204dd=id/shortService
+010204de=id/shortcut
+010204df=id/showCustom
+010204e0=id/showHome
+010204e1=id/showSearchIconAsBadge
+010204e2=id/showSearchLabelAsBadge
+010204e3=id/showTitle
+010204e4=id/showVoiceSearchButton
+010204e5=id/signature
+010204e6=id/signatureOrSystem
+010204e7=id/signed
+010204e8=id/silent
+010204e9=id/simple
+010204ea=id/single
+010204eb=id/singleChoice
+010204ec=id/singleInstance
+010204ed=id/singleInstancePerTask
+010204ee=id/singleTask
+010204ef=id/singleTop
+010204f0=id/six
+010204f1=id/skip_button
+010204f2=id/small
+010204f3=id/smallIcon
+010204f4=id/smallestScreenSize
+010204f5=id/smart_reply_container
+010204f6=id/sms_short_code_coins_icon
+010204f7=id/sms_short_code_confirm_message
+010204f8=id/sms_short_code_detail_layout
+010204f9=id/sms_short_code_detail_message
+010204fa=id/sms_short_code_remember_choice_checkbox
+010204fb=id/sms_short_code_remember_choice_text
+010204fc=id/sms_short_code_remember_undo_instruction
+010204fd=id/snooze_button
+010204fe=id/social
+010204ff=id/softRestricted
+01020500=id/software
+01020501=id/spacer
+01020502=id/spacingWidth
+01020503=id/spacingWidthUniform
+01020504=id/spannable
+01020505=id/specialUse
+01020506=id/spinner
+01020507=id/splashscreen
+01020508=id/splashscreen_branding_view
+01020509=id/splashscreen_icon_view
+0102050a=id/splitActionBarWhenNarrow
+0102050b=id/split_action_bar
+0102050c=id/square
+0102050d=id/src_atop
+0102050e=id/src_in
+0102050f=id/src_over
+01020510=id/stack
+01020511=id/standard
+01020512=id/start
+01020513=id/stateAlwaysHidden
+01020514=id/stateAlwaysVisible
+01020515=id/stateHidden
+01020516=id/stateUnchanged
+01020517=id/stateUnspecified
+01020518=id/stateVisible
+01020519=id/status
+0102051a=id/status_bar_latest_event_content
+0102051b=id/strict
+0102051c=id/string
+0102051d=id/stub
+0102051e=id/stylus
+0102051f=id/sub_color
+01020520=id/sub_name
+01020521=id/sub_number
+01020522=id/sub_short_number
+01020523=id/submenuarrow
+01020524=id/submit_area
+01020525=id/suggestionContainer
+01020526=id/suggestionWindowContainer
+01020527=id/surfaceView
+01020528=id/sweep
+01020529=id/switch_new
+0102052a=id/switch_old
+0102052b=id/sync
+0102052c=id/system
+0102052d=id/systemExempted
+0102052e=id/system_language_view
+0102052f=id/system_locale_subtitle
+01020530=id/tabMode
+01020531=id/tabs_container
+01020532=id/tag_alpha_animator
+01020533=id/tag_is_first_layout
+01020534=id/tag_keep_when_showing_left_icon
+01020535=id/tag_layout_top
+01020536=id/tag_margin_end_when_icon_gone
+01020537=id/tag_margin_end_when_icon_visible
+01020538=id/tag_top_animator
+01020539=id/tag_top_override
+0102053a=id/tag_uses_right_icon_drawable
+0102053b=id/text
+0102053c=id/textAutoComplete
+0102053d=id/textAutoCorrect
+0102053e=id/textCapCharacters
+0102053f=id/textCapSentences
+01020540=id/textCapWords
+01020541=id/textClassifier
+01020542=id/textEmailAddress
+01020543=id/textEmailSubject
+01020544=id/textEnableTextConversionSuggestions
+01020545=id/textEnd
+01020546=id/textFilter
+01020547=id/textImeMultiLine
+01020548=id/textLongMessage
+01020549=id/textMultiLine
+0102054a=id/textNoSuggestions
+0102054b=id/textPassword
+0102054c=id/textPersonName
+0102054d=id/textPhonetic
+0102054e=id/textPostalAddress
+0102054f=id/textShortMessage
+01020550=id/textSpacerNoButtons
+01020551=id/textSpacerNoTitle
+01020552=id/textStart
+01020553=id/textUri
+01020554=id/textVisiblePassword
+01020555=id/textWebEditText
+01020556=id/textWebEmailAddress
+01020557=id/textWebPassword
+01020558=id/text_layout
+01020559=id/textureView
+0102055a=id/three
+0102055b=id/time
+0102055c=id/timePicker
+0102055d=id/timePickerLayout
+0102055e=id/time_current
+0102055f=id/time_divider
+01020560=id/time_header
+01020561=id/time_layout
+01020562=id/titleDivider
+01020563=id/titleDividerNoCustom
+01020564=id/titleDividerTop
+01020565=id/title_container
+01020566=id/title_separator
+01020567=id/title_template
+01020568=id/to_common
+01020569=id/to_common_header
+0102056a=id/to_org
+0102056b=id/to_org_header
+0102056c=id/to_org_unit
+0102056d=id/to_org_unit_header
+0102056e=id/together
+0102056f=id/toggle_mode
+01020570=id/top
+01020571=id/topPanel
+01020572=id/top_label
+01020573=id/top_left_diagonal_double_arrow
+01020574=id/top_right_diagonal_double_arrow
+01020575=id/top_to_bottom
+01020576=id/touchscreen
+01020577=id/trackball
+01020578=id/transitionPosition
+01020579=id/transitionTransform
+0102057a=id/transition_overlay_view_tag
+0102057b=id/translucent
+0102057c=id/transparent
+0102057d=id/turkish_f
+0102057e=id/turkish_q
+0102057f=id/turn_off_screen
+01020580=id/twelvekey
+01020581=id/two
+01020582=id/twoLine
+01020583=id/typeAllMask
+01020584=id/typeAnnouncement
+01020585=id/typeAssistReadingContext
+01020586=id/typeContextClicked
+01020587=id/typeGestureDetectionEnd
+01020588=id/typeGestureDetectionStart
+01020589=id/typeNotificationStateChanged
+0102058a=id/typeTouchExplorationGestureEnd
+0102058b=id/typeTouchExplorationGestureStart
+0102058c=id/typeTouchInteractionEnd
+0102058d=id/typeTouchInteractionStart
+0102058e=id/typeViewAccessibilityFocusCleared
+0102058f=id/typeViewAccessibilityFocused
+01020590=id/typeViewClicked
+01020591=id/typeViewFocused
+01020592=id/typeViewHoverEnter
+01020593=id/typeViewHoverExit
+01020594=id/typeViewLongClicked
+01020595=id/typeViewScrolled
+01020596=id/typeViewSelected
+01020597=id/typeViewTextChanged
+01020598=id/typeViewTextSelectionChanged
+01020599=id/typeViewTextTraversedAtMovementGranularity
+0102059a=id/typeWindowContentChanged
+0102059b=id/typeWindowStateChanged
+0102059c=id/typeWindowsChanged
+0102059d=id/uiMode
+0102059e=id/unchecked
+0102059f=id/undefined
+010205a0=id/uniform
+010205a1=id/unpressed
+010205a2=id/unspecified
+010205a3=id/up
+010205a4=id/useLogo
+010205a5=id/use_same_profile_browser
+010205a6=id/user
+010205a7=id/userIdentification
+010205a8=id/userLandscape
+010205a9=id/userPortrait
+010205aa=id/userSwitcher
+010205ab=id/validity_header
+010205ac=id/value
+010205ad=id/vendorPrivileged
+010205ae=id/verification_divider
+010205af=id/verification_icon
+010205b0=id/verification_text
+010205b1=id/verifier
+010205b2=id/vertical
+010205b3=id/vertical_double_arrow
+010205b4=id/vertical_text
+010205b5=id/video
+010205b6=id/viewEnd
+010205b7=id/viewStart
+010205b8=id/visible
+010205b9=id/voice
+010205ba=id/voiceTrigger
+010205bb=id/wait
+010205bc=id/web
+010205bd=id/websearch
+010205be=id/webview
+010205bf=id/wheel
+010205c0=id/wideColorGamut
+010205c1=id/widget
+010205c2=id/widgets
+010205c3=id/wipe
+010205c4=id/withText
+010205c5=id/words
+010205c6=id/work_widget_app_icon
+010205c7=id/work_widget_badge_icon
+010205c8=id/workman
+010205c9=id/wrap_content
+010205ca=id/write
+010205cb=id/xhdpi
+010205cc=id/xlarge
+010205cd=id/xxhdpi
+010205ce=id/xxxhdpi
+010205cf=id/year
+010205d0=id/yes
+010205d1=id/yesExcludeDescendants
+010205d2=id/zero
+010205d3=id/zoomControls
+010205d4=id/zoomIn
+010205d5=id/zoomMagnify
+010205d6=id/zoomOut
+010205d7=id/zoom_fit_page
+010205d8=id/zoom_in
+010205d9=id/zoom_out
+010205da=id/zoom_page_overview
01030000=style/Animation
01030001=style/Animation.Activity
01030002=style/Animation.Dialog
@@ -3567,582 +3838,601 @@
010302e2=style/Theme.DeviceDefault.DocumentsUI
010302e3=style/Theme.DeviceDefault.DayNight
010302e4=style/ThemeOverlay.DeviceDefault.Accent.DayNight
-010302e5=style/ActionBarButton
-010302e6=style/ActionBarButtonTextAppearance
-010302e7=style/ActionBarTitle
-010302e8=style/ActiveWallpaperSettings
-010302e9=style/AlertDialog
-010302ea=style/AlertDialog.DeviceDefault
-010302eb=style/AlertDialog.DeviceDefault.Light
-010302ec=style/AlertDialog.Holo
-010302ed=style/AlertDialog.Holo.Light
-010302ee=style/AlertDialog.Leanback
-010302ef=style/AlertDialog.Leanback.Light
-010302f0=style/AlertDialog.Material
-010302f1=style/AlertDialog.Material.Light
-010302f2=style/Animation.DeviceDefault.Activity
-010302f3=style/Animation.DeviceDefault.Activity.Resolver
-010302f4=style/Animation.DeviceDefault.Dialog
-010302f5=style/Animation.DropDownDown
-010302f6=style/Animation.DropDownUp
-010302f7=style/Animation.Holo
-010302f8=style/Animation.Holo.Activity
-010302f9=style/Animation.Holo.Dialog
-010302fa=style/Animation.ImmersiveModeConfirmation
-010302fb=style/Animation.InputMethodFancy
-010302fc=style/Animation.LockScreen
-010302fd=style/Animation.Material
-010302fe=style/Animation.Material.Activity
-010302ff=style/Animation.Material.Dialog
-01030300=style/Animation.Material.Popup
-01030301=style/Animation.OptionsPanel
-01030302=style/Animation.PopupWindow
-01030303=style/Animation.PopupWindow.ActionMode
-01030304=style/Animation.RecentApplications
-01030305=style/Animation.SearchBar
-01030306=style/Animation.SubMenuPanel
-01030307=style/Animation.TextSelectHandle
-01030308=style/Animation.Tooltip
-01030309=style/Animation.TypingFilter
-0103030a=style/Animation.TypingFilterRestore
-0103030b=style/Animation.VoiceActivity
-0103030c=style/Animation.VoiceInteractionSession
-0103030d=style/Animation.VolumePanel
-0103030e=style/Animation.Wallpaper
-0103030f=style/Animation.ZoomButtons
-01030310=style/AutofillDatasetPicker
-01030311=style/AutofillHalfScreenAnimation
-01030312=style/AutofillSaveAnimation
-01030313=style/BasePreferenceFragment
-01030314=style/CarAction1
-01030315=style/CarAction1.Dark
-01030316=style/CarAction1.Light
-01030317=style/CarBody1
-01030318=style/CarBody1.Dark
-01030319=style/CarBody1.Light
-0103031a=style/CarBody2
-0103031b=style/CarBody2.Dark
-0103031c=style/CarBody2.Light
-0103031d=style/CarBody3
-0103031e=style/CarBody4
-0103031f=style/CarTitle
-01030320=style/CarTitle.Dark
-01030321=style/CarTitle.Light
-01030322=style/DatePickerDialog.Material
-01030323=style/DialogWindowTitle
-01030324=style/DialogWindowTitle.DeviceDefault
-01030325=style/DialogWindowTitle.DeviceDefault.Light
-01030326=style/DialogWindowTitle.Holo
-01030327=style/DialogWindowTitle.Holo.Light
-01030328=style/DialogWindowTitle.Material
-01030329=style/DialogWindowTitle.Material.Light
-0103032a=style/DialogWindowTitleBackground
-0103032b=style/DialogWindowTitleBackground.Material
-0103032c=style/DialogWindowTitleBackground.Material.Light
-0103032d=style/Holo
-0103032e=style/Holo.Light
-0103032f=style/LargePointer
-01030330=style/Material
-01030331=style/Material.Light
-01030332=style/Notification.Header
-01030333=style/NotificationAction
-01030334=style/NotificationEmphasizedAction
-01030335=style/NotificationMediaActionContainer
-01030336=style/NotificationTombstoneAction
-01030337=style/Pointer
-01030338=style/Preference
-01030339=style/Preference.Category
-0103033a=style/Preference.CheckBoxPreference
-0103033b=style/Preference.DeviceDefault
-0103033c=style/Preference.DeviceDefault.Category
-0103033d=style/Preference.DeviceDefault.CheckBoxPreference
-0103033e=style/Preference.DeviceDefault.DialogPreference
-0103033f=style/Preference.DeviceDefault.DialogPreference.EditTextPreference
-01030340=style/Preference.DeviceDefault.DialogPreference.YesNoPreference
-01030341=style/Preference.DeviceDefault.Information
-01030342=style/Preference.DeviceDefault.PreferenceScreen
-01030343=style/Preference.DeviceDefault.RingtonePreference
-01030344=style/Preference.DeviceDefault.SeekBarPreference
-01030345=style/Preference.DeviceDefault.SwitchPreference
-01030346=style/Preference.DialogPreference
-01030347=style/Preference.DialogPreference.EditTextPreference
-01030348=style/Preference.DialogPreference.SeekBarPreference
-01030349=style/Preference.DialogPreference.YesNoPreference
-0103034a=style/Preference.Holo
-0103034b=style/Preference.Holo.Category
-0103034c=style/Preference.Holo.CheckBoxPreference
-0103034d=style/Preference.Holo.DialogPreference
-0103034e=style/Preference.Holo.DialogPreference.EditTextPreference
-0103034f=style/Preference.Holo.DialogPreference.YesNoPreference
-01030350=style/Preference.Holo.Information
-01030351=style/Preference.Holo.PreferenceScreen
-01030352=style/Preference.Holo.RingtonePreference
-01030353=style/Preference.Holo.SeekBarPreference
-01030354=style/Preference.Holo.SwitchPreference
-01030355=style/Preference.Information
-01030356=style/Preference.Material
-01030357=style/Preference.Material.BasePreferenceScreen
-01030358=style/Preference.Material.Category
-01030359=style/Preference.Material.CheckBoxPreference
-0103035a=style/Preference.Material.DialogPreference
-0103035b=style/Preference.Material.DialogPreference.EditTextPreference
-0103035c=style/Preference.Material.DialogPreference.SeekBarPreference
-0103035d=style/Preference.Material.DialogPreference.YesNoPreference
-0103035e=style/Preference.Material.Information
-0103035f=style/Preference.Material.PreferenceScreen
-01030360=style/Preference.Material.RingtonePreference
-01030361=style/Preference.Material.SeekBarPreference
-01030362=style/Preference.Material.SwitchPreference
-01030363=style/Preference.PreferenceScreen
-01030364=style/Preference.RingtonePreference
-01030365=style/Preference.SeekBarPreference
-01030366=style/Preference.SwitchPreference
-01030367=style/PreferenceActivity
-01030368=style/PreferenceActivity.Material
-01030369=style/PreferenceFragment
-0103036a=style/PreferenceFragment.Holo
-0103036b=style/PreferenceFragment.Material
-0103036c=style/PreferenceFragmentList
-0103036d=style/PreferenceFragmentList.Material
-0103036e=style/PreferenceHeaderList
-0103036f=style/PreferenceHeaderList.Material
-01030370=style/PreferenceHeaderPanel
-01030371=style/PreferenceHeaderPanel.Material
-01030372=style/PreferencePanel
-01030373=style/PreferencePanel.Dialog
-01030374=style/PreferencePanel.Material
-01030375=style/PreferencePanel.Material.Dialog
-01030376=style/PreviewWallpaperSettings
-01030377=style/SegmentedButton
-01030378=style/TextAppearance.AutoCorrectionSuggestion
-01030379=style/TextAppearance.DeviceDefault.Body1
-0103037a=style/TextAppearance.DeviceDefault.Body2
-0103037b=style/TextAppearance.DeviceDefault.Caption
-0103037c=style/TextAppearance.DeviceDefault.Display1
-0103037d=style/TextAppearance.DeviceDefault.Headline
-0103037e=style/TextAppearance.DeviceDefault.ListItem
-0103037f=style/TextAppearance.DeviceDefault.ListItemSecondary
-01030380=style/TextAppearance.DeviceDefault.Notification
-01030381=style/TextAppearance.DeviceDefault.Notification.Conversation.AppName
-01030382=style/TextAppearance.DeviceDefault.Notification.Info
-01030383=style/TextAppearance.DeviceDefault.Notification.Reply
-01030384=style/TextAppearance.DeviceDefault.Notification.Time
-01030385=style/TextAppearance.DeviceDefault.Notification.Title
-01030386=style/TextAppearance.DeviceDefault.Subhead
-01030387=style/TextAppearance.DeviceDefault.Title
-01030388=style/TextAppearance.DeviceDefault.Widget.Button.Borderless.Colored
-01030389=style/TextAppearance.DeviceDefault.Widget.Switch
-0103038a=style/TextAppearance.DeviceDefault.Widget.Toolbar.Subtitle
-0103038b=style/TextAppearance.DeviceDefault.Widget.Toolbar.Title
-0103038c=style/TextAppearance.EasyCorrectSuggestion
-0103038d=style/TextAppearance.Holo.CalendarViewWeekDayView
-0103038e=style/TextAppearance.Holo.Light
-0103038f=style/TextAppearance.Holo.Light.CalendarViewWeekDayView
-01030390=style/TextAppearance.Holo.Light.DialogWindowTitle
-01030391=style/TextAppearance.Holo.Light.Inverse
-01030392=style/TextAppearance.Holo.Light.Large
-01030393=style/TextAppearance.Holo.Light.Large.Inverse
-01030394=style/TextAppearance.Holo.Light.Medium
-01030395=style/TextAppearance.Holo.Light.Medium.Inverse
-01030396=style/TextAppearance.Holo.Light.SearchResult
-01030397=style/TextAppearance.Holo.Light.SearchResult.Subtitle
-01030398=style/TextAppearance.Holo.Light.SearchResult.Title
-01030399=style/TextAppearance.Holo.Light.Small
-0103039a=style/TextAppearance.Holo.Light.Small.Inverse
-0103039b=style/TextAppearance.Holo.Light.Widget
-0103039c=style/TextAppearance.Holo.Light.Widget.ActionMode.Subtitle
-0103039d=style/TextAppearance.Holo.Light.Widget.ActionMode.Title
-0103039e=style/TextAppearance.Holo.Light.Widget.Button
-0103039f=style/TextAppearance.Holo.Light.Widget.DropDownHint
-010303a0=style/TextAppearance.Holo.Light.Widget.EditText
-010303a1=style/TextAppearance.Holo.Light.Widget.PopupMenu
-010303a2=style/TextAppearance.Holo.Light.Widget.PopupMenu.Large
-010303a3=style/TextAppearance.Holo.Light.Widget.PopupMenu.Small
-010303a4=style/TextAppearance.Holo.Light.Widget.Switch
-010303a5=style/TextAppearance.Holo.Light.WindowTitle
-010303a6=style/TextAppearance.Holo.SearchResult
-010303a7=style/TextAppearance.Holo.SuggestionHighlight
-010303a8=style/TextAppearance.Holo.Widget.ActionMode
-010303a9=style/TextAppearance.Holo.Widget.Switch
-010303aa=style/TextAppearance.Large.Inverse.NumberPickerInputText
-010303ab=style/TextAppearance.Leanback.FormWizard
-010303ac=style/TextAppearance.Leanback.FormWizard.Large
-010303ad=style/TextAppearance.Leanback.FormWizard.ListItem
-010303ae=style/TextAppearance.Leanback.FormWizard.Medium
-010303af=style/TextAppearance.Leanback.FormWizard.Small
-010303b0=style/TextAppearance.Material.DatePicker.DateLabel
-010303b1=style/TextAppearance.Material.DatePicker.List.YearLabel
-010303b2=style/TextAppearance.Material.DatePicker.List.YearLabel.Activated
-010303b3=style/TextAppearance.Material.DatePicker.YearLabel
-010303b4=style/TextAppearance.Material.ListItem
-010303b5=style/TextAppearance.Material.ListItemSecondary
-010303b6=style/TextAppearance.Material.Menu.Inverse
-010303b7=style/TextAppearance.Material.Notification.Conversation.AppName
-010303b8=style/TextAppearance.Material.Notification.Reply
-010303b9=style/TextAppearance.Material.NumberPicker
-010303ba=style/TextAppearance.Material.SearchResult
-010303bb=style/TextAppearance.Material.Subhead.Inverse
-010303bc=style/TextAppearance.Material.TextSuggestionHighlight
-010303bd=style/TextAppearance.Material.TimePicker.AmPmLabel
-010303be=style/TextAppearance.Material.TimePicker.InputField
-010303bf=style/TextAppearance.Material.TimePicker.InputHeader
-010303c0=style/TextAppearance.Material.TimePicker.PromptLabel
-010303c1=style/TextAppearance.Material.TimePicker.TimeLabel
-010303c2=style/TextAppearance.Material.Title.Inverse
-010303c3=style/TextAppearance.Material.Widget.ActionBar.Menu.Inverse
-010303c4=style/TextAppearance.Material.Widget.ActionMode
-010303c5=style/TextAppearance.Material.Widget.Calendar.Day
-010303c6=style/TextAppearance.Material.Widget.Calendar.DayOfWeek
-010303c7=style/TextAppearance.Material.Widget.Calendar.Month
-010303c8=style/TextAppearance.Material.Widget.PopupMenu.Header
-010303c9=style/TextAppearance.Material.Widget.Switch
-010303ca=style/TextAppearance.MisspelledSuggestion
-010303cb=style/TextAppearance.SearchResult
-010303cc=style/TextAppearance.SlidingTabActive
-010303cd=style/TextAppearance.SlidingTabNormal
-010303ce=style/TextAppearance.Small.CalendarViewWeekDayView
-010303cf=style/TextAppearance.StatusBar
-010303d0=style/TextAppearance.StatusBar.EventContent.Emphasis
-010303d1=style/TextAppearance.StatusBar.EventContent.Info
-010303d2=style/TextAppearance.StatusBar.EventContent.Line2
-010303d3=style/TextAppearance.StatusBar.EventContent.Time
-010303d4=style/TextAppearance.StatusBar.Ticker
-010303d5=style/TextAppearance.Suggestion
-010303d6=style/TextAppearance.Toast
-010303d7=style/TextAppearance.Tooltip
-010303d8=style/TextAppearance.Widget.ActionBar.Subtitle
-010303d9=style/TextAppearance.Widget.ActionBar.Title
-010303da=style/TextAppearance.Widget.ActionMode.Subtitle
-010303db=style/TextAppearance.Widget.ActionMode.Title
-010303dc=style/TextAppearance.Widget.PopupMenu
-010303dd=style/TextAppearance.Widget.Toolbar.Subtitle
-010303de=style/TextAppearance.Widget.Toolbar.Title
-010303df=style/Theme.DeviceDefault.Autofill
-010303e0=style/Theme.DeviceDefault.Autofill.Light
-010303e1=style/Theme.DeviceDefault.Autofill.Save
-010303e2=style/Theme.DeviceDefault.Chooser
-010303e3=style/Theme.DeviceDefault.Dialog.Alert.DayNight
-010303e4=style/Theme.DeviceDefault.Dialog.AppError
-010303e5=style/Theme.DeviceDefault.Dialog.FixedSize
-010303e6=style/Theme.DeviceDefault.Dialog.NoActionBar.FixedSize
-010303e7=style/Theme.DeviceDefault.Dialog.NoFrame
-010303e8=style/Theme.DeviceDefault.Dialog.Presentation
-010303e9=style/Theme.DeviceDefault.Light.Autofill
-010303ea=style/Theme.DeviceDefault.Light.Autofill.Save
-010303eb=style/Theme.DeviceDefault.Light.Dialog.Alert.UserSwitchingDialog
-010303ec=style/Theme.DeviceDefault.Light.Dialog.FixedSize
-010303ed=style/Theme.DeviceDefault.Light.Dialog.NoActionBar.FixedSize
-010303ee=style/Theme.DeviceDefault.Light.Dialog.Presentation
-010303ef=style/Theme.DeviceDefault.Light.SearchBar
-010303f0=style/Theme.DeviceDefault.Light.Voice
-010303f1=style/Theme.DeviceDefault.Notification
-010303f2=style/Theme.DeviceDefault.QuickSettings
-010303f3=style/Theme.DeviceDefault.QuickSettings.Dialog
-010303f4=style/Theme.DeviceDefault.Resolver
-010303f5=style/Theme.DeviceDefault.ResolverCommon
-010303f6=style/Theme.DeviceDefault.SearchBar
-010303f7=style/Theme.DeviceDefault.Settings.BaseDialog
-010303f8=style/Theme.DeviceDefault.Settings.CompactMenu
-010303f9=style/Theme.DeviceDefault.Settings.Dark.NoActionBar
-010303fa=style/Theme.DeviceDefault.Settings.Dialog
-010303fb=style/Theme.DeviceDefault.Settings.Dialog.Alert
-010303fc=style/Theme.DeviceDefault.Settings.Dialog.NoActionBar
-010303fd=style/Theme.DeviceDefault.Settings.Dialog.Presentation
-010303fe=style/Theme.DeviceDefault.Settings.DialogBase
-010303ff=style/Theme.DeviceDefault.Settings.DialogWhenLarge
-01030400=style/Theme.DeviceDefault.Settings.DialogWhenLarge.NoActionBar
-01030401=style/Theme.DeviceDefault.Settings.NoActionBar
-01030402=style/Theme.DeviceDefault.Settings.SearchBar
-01030403=style/Theme.DeviceDefault.System
-01030404=style/Theme.DeviceDefault.System.Dialog
-01030405=style/Theme.DeviceDefault.System.Dialog.Alert
-01030406=style/Theme.DeviceDefault.VoiceInteractionSession
-01030407=style/Theme.DeviceDefaultBase
-01030408=style/Theme.Dialog.Alert
-01030409=style/Theme.Dialog.Confirmation
-0103040a=style/Theme.Dialog.NoFrame
-0103040b=style/Theme.Dialog.RecentApplications
-0103040c=style/Theme.Dream
-0103040d=style/Theme.ExpandedMenu
-0103040e=style/Theme.GlobalSearchBar
-0103040f=style/Theme.Holo.CompactMenu
-01030410=style/Theme.Holo.Dialog.Alert
-01030411=style/Theme.Holo.Dialog.BaseAlert
-01030412=style/Theme.Holo.Dialog.FixedSize
-01030413=style/Theme.Holo.Dialog.NoActionBar.FixedSize
-01030414=style/Theme.Holo.Dialog.NoFrame
-01030415=style/Theme.Holo.Dialog.Presentation
-01030416=style/Theme.Holo.Light.CompactMenu
-01030417=style/Theme.Holo.Light.Dialog.Alert
-01030418=style/Theme.Holo.Light.Dialog.BaseAlert
-01030419=style/Theme.Holo.Light.Dialog.FixedSize
-0103041a=style/Theme.Holo.Light.Dialog.NoActionBar.FixedSize
-0103041b=style/Theme.Holo.Light.Dialog.Presentation
-0103041c=style/Theme.Holo.Light.SearchBar
-0103041d=style/Theme.Holo.SearchBar
-0103041e=style/Theme.IconMenu
-0103041f=style/Theme.Leanback.Dialog
-01030420=style/Theme.Leanback.Dialog.Alert
-01030421=style/Theme.Leanback.Dialog.AppError
-01030422=style/Theme.Leanback.Dialog.Confirmation
-01030423=style/Theme.Leanback.Light.Dialog
-01030424=style/Theme.Leanback.Light.Dialog.Alert
-01030425=style/Theme.Leanback.Resolver
-01030426=style/Theme.Leanback.Settings.Dialog
-01030427=style/Theme.Leanback.Settings.Dialog.Alert
-01030428=style/Theme.Material.BaseDialog
-01030429=style/Theme.Material.CompactMenu
-0103042a=style/Theme.Material.Dialog.BaseAlert
-0103042b=style/Theme.Material.Dialog.FixedSize
-0103042c=style/Theme.Material.Dialog.NoActionBar.FixedSize
-0103042d=style/Theme.Material.Dialog.NoFrame
-0103042e=style/Theme.Material.Light.BaseDialog
-0103042f=style/Theme.Material.Light.CompactMenu
-01030430=style/Theme.Material.Light.Dialog.BaseAlert
-01030431=style/Theme.Material.Light.Dialog.FixedSize
-01030432=style/Theme.Material.Light.Dialog.NoActionBar.FixedSize
-01030433=style/Theme.Material.Light.SearchBar
-01030434=style/Theme.Material.Notification
-01030435=style/Theme.Material.SearchBar
-01030436=style/Theme.Material.Settings.BaseDialog
-01030437=style/Theme.Material.Settings.CompactMenu
-01030438=style/Theme.Material.Settings.Dialog
-01030439=style/Theme.Material.Settings.Dialog.Alert
-0103043a=style/Theme.Material.Settings.Dialog.BaseAlert
-0103043b=style/Theme.Material.Settings.Dialog.Presentation
-0103043c=style/Theme.Material.Settings.DialogWhenLarge
-0103043d=style/Theme.Material.Settings.DialogWhenLarge.NoActionBar
-0103043e=style/Theme.Material.Settings.NoActionBar
-0103043f=style/Theme.Material.Settings.SearchBar
-01030440=style/Theme.Material.VoiceInteractionSession
-01030441=style/Theme.SearchBar
-01030442=style/Theme.Toast
-01030443=style/Theme.VoiceInteractionSession
-01030444=style/ThemeOverlay.DeviceDefault
-01030445=style/ThemeOverlay.DeviceDefault.Accent
-01030446=style/ThemeOverlay.DeviceDefault.Accent.Light
-01030447=style/ThemeOverlay.DeviceDefault.ActionBar
-01030448=style/ThemeOverlay.DeviceDefault.Dark.ActionBar.Accent
-01030449=style/ThemeOverlay.DeviceDefault.Popup.Light
-0103044a=style/ThemeOverlay.Material.BaseDialog
-0103044b=style/ThemeOverlay.Material.Dialog.DatePicker
-0103044c=style/ThemeOverlay.Material.Dialog.TimePicker
-0103044d=style/TimePickerDialog.Material
-0103044e=style/Widget.ActionMode
-0103044f=style/Widget.ActivityChooserView
-01030450=style/Widget.Button.Transparent
-01030451=style/Widget.CheckedTextView
-01030452=style/Widget.CompoundButton.Switch
-01030453=style/Widget.DeviceDefault.AbsListView
-01030454=style/Widget.DeviceDefault.Button.ButtonBar.AlertDialog
-01030455=style/Widget.DeviceDefault.CompoundButton.Switch
-01030456=style/Widget.DeviceDefault.ExpandableListView.White
-01030457=style/Widget.DeviceDefault.FragmentBreadCrumbs
-01030458=style/Widget.DeviceDefault.Gallery
-01030459=style/Widget.DeviceDefault.GestureOverlayView
-0103045a=style/Widget.DeviceDefault.ImageWell
-0103045b=style/Widget.DeviceDefault.KeyboardView
-0103045c=style/Widget.DeviceDefault.Light.AbsListView
-0103045d=style/Widget.DeviceDefault.Light.Button.Borderless
-0103045e=style/Widget.DeviceDefault.Light.DatePicker
-0103045f=style/Widget.DeviceDefault.Light.ExpandableListView.White
-01030460=style/Widget.DeviceDefault.Light.FragmentBreadCrumbs
-01030461=style/Widget.DeviceDefault.Light.Gallery
-01030462=style/Widget.DeviceDefault.Light.GestureOverlayView
-01030463=style/Widget.DeviceDefault.Light.ImageWell
-01030464=style/Widget.DeviceDefault.Light.ListView.White
-01030465=style/Widget.DeviceDefault.Light.NumberPicker
-01030466=style/Widget.DeviceDefault.Light.PopupWindow.ActionMode
-01030467=style/Widget.DeviceDefault.Light.Spinner.DropDown
-01030468=style/Widget.DeviceDefault.Light.Spinner.DropDown.ActionBar
-01030469=style/Widget.DeviceDefault.Light.TextView.ListSeparator
-0103046a=style/Widget.DeviceDefault.Light.TimePicker
-0103046b=style/Widget.DeviceDefault.ListView.White
-0103046c=style/Widget.DeviceDefault.Notification.MessagingName
-0103046d=style/Widget.DeviceDefault.Notification.MessagingText
-0103046e=style/Widget.DeviceDefault.Notification.Text
-0103046f=style/Widget.DeviceDefault.NumberPicker
-01030470=style/Widget.DeviceDefault.PopupWindow.ActionMode
-01030471=style/Widget.DeviceDefault.PreferenceFrameLayout
-01030472=style/Widget.DeviceDefault.ProgressBar.Inverse
-01030473=style/Widget.DeviceDefault.ProgressBar.Large.Inverse
-01030474=style/Widget.DeviceDefault.ProgressBar.Small.Inverse
-01030475=style/Widget.DeviceDefault.QuickContactBadge.WindowLarge
-01030476=style/Widget.DeviceDefault.QuickContactBadge.WindowMedium
-01030477=style/Widget.DeviceDefault.QuickContactBadge.WindowSmall
-01030478=style/Widget.DeviceDefault.QuickContactBadgeSmall.WindowLarge
-01030479=style/Widget.DeviceDefault.QuickContactBadgeSmall.WindowMedium
-0103047a=style/Widget.DeviceDefault.QuickContactBadgeSmall.WindowSmall
-0103047b=style/Widget.DeviceDefault.Resolver.TabWidget
-0103047c=style/Widget.DeviceDefault.Spinner.DropDown
-0103047d=style/Widget.DeviceDefault.Spinner.DropDown.ActionBar
-0103047e=style/Widget.DeviceDefault.TextSelectHandle
-0103047f=style/Widget.DeviceDefault.TextView.ListSeparator
-01030480=style/Widget.DeviceDefault.TimePicker
-01030481=style/Widget.DeviceDefault.Toolbar
-01030482=style/Widget.ExpandableListView.White
-01030483=style/Widget.GenericQuickContactBadge
-01030484=style/Widget.GestureOverlayView
-01030485=style/Widget.GestureOverlayView.White
-01030486=style/Widget.Holo.AbsListView
-01030487=style/Widget.Holo.ActivityChooserView
-01030488=style/Widget.Holo.ButtonBar
-01030489=style/Widget.Holo.ButtonBar.Button
-0103048a=style/Widget.Holo.CompoundButton
-0103048b=style/Widget.Holo.CompoundButton.Switch
-0103048c=style/Widget.Holo.ExpandableListView.White
-0103048d=style/Widget.Holo.FastScroll
-0103048e=style/Widget.Holo.FragmentBreadCrumbs
-0103048f=style/Widget.Holo.Gallery
-01030490=style/Widget.Holo.GestureOverlayView
-01030491=style/Widget.Holo.ImageWell
-01030492=style/Widget.Holo.KeyboardView
-01030493=style/Widget.Holo.Light.AbsListView
-01030494=style/Widget.Holo.Light.ActivityChooserView
-01030495=style/Widget.Holo.Light.Button.Borderless
-01030496=style/Widget.Holo.Light.CompoundButton.Switch
-01030497=style/Widget.Holo.Light.DatePicker
-01030498=style/Widget.Holo.Light.ExpandableListView.White
-01030499=style/Widget.Holo.Light.FastScroll
-0103049a=style/Widget.Holo.Light.FragmentBreadCrumbs
-0103049b=style/Widget.Holo.Light.Gallery
-0103049c=style/Widget.Holo.Light.GestureOverlayView
-0103049d=style/Widget.Holo.Light.ImageWell
-0103049e=style/Widget.Holo.Light.KeyboardView
-0103049f=style/Widget.Holo.Light.ListView.White
-010304a0=style/Widget.Holo.Light.NumberPicker
-010304a1=style/Widget.Holo.Light.PopupWindow.ActionMode
-010304a2=style/Widget.Holo.Light.QuickContactBadge.WindowLarge
-010304a3=style/Widget.Holo.Light.QuickContactBadge.WindowMedium
-010304a4=style/Widget.Holo.Light.QuickContactBadge.WindowSmall
-010304a5=style/Widget.Holo.Light.QuickContactBadgeSmall.WindowLarge
-010304a6=style/Widget.Holo.Light.QuickContactBadgeSmall.WindowMedium
-010304a7=style/Widget.Holo.Light.QuickContactBadgeSmall.WindowSmall
-010304a8=style/Widget.Holo.Light.SearchView
-010304a9=style/Widget.Holo.Light.Spinner.DropDown
-010304aa=style/Widget.Holo.Light.Spinner.DropDown.ActionBar
-010304ab=style/Widget.Holo.Light.StackView
-010304ac=style/Widget.Holo.Light.TextSelectHandle
-010304ad=style/Widget.Holo.Light.TextView.ListSeparator
-010304ae=style/Widget.Holo.Light.TimePicker
-010304af=style/Widget.Holo.ListView.White
-010304b0=style/Widget.Holo.NumberPicker
-010304b1=style/Widget.Holo.PopupWindow.ActionMode
-010304b2=style/Widget.Holo.PreferenceFrameLayout
-010304b3=style/Widget.Holo.ProgressBar.Inverse
-010304b4=style/Widget.Holo.ProgressBar.Large.Inverse
-010304b5=style/Widget.Holo.ProgressBar.Small.Inverse
-010304b6=style/Widget.Holo.QuickContactBadge.WindowLarge
-010304b7=style/Widget.Holo.QuickContactBadge.WindowMedium
-010304b8=style/Widget.Holo.QuickContactBadge.WindowSmall
-010304b9=style/Widget.Holo.QuickContactBadgeSmall.WindowLarge
-010304ba=style/Widget.Holo.QuickContactBadgeSmall.WindowMedium
-010304bb=style/Widget.Holo.QuickContactBadgeSmall.WindowSmall
-010304bc=style/Widget.Holo.SearchView
-010304bd=style/Widget.Holo.Spinner.DropDown
-010304be=style/Widget.Holo.Spinner.DropDown.ActionBar
-010304bf=style/Widget.Holo.StackView
-010304c0=style/Widget.Holo.SuggestionButton
-010304c1=style/Widget.Holo.SuggestionItem
-010304c2=style/Widget.Holo.TabText
-010304c3=style/Widget.Holo.TextSelectHandle
-010304c4=style/Widget.Holo.TextView.ListSeparator
-010304c5=style/Widget.Holo.TimePicker
-010304c6=style/Widget.HorizontalScrollView
-010304c7=style/Widget.Leanback.DatePicker
-010304c8=style/Widget.Leanback.NumberPicker
-010304c9=style/Widget.Leanback.TimePicker
-010304ca=style/Widget.LockPatternView
-010304cb=style/Widget.Magnifier
-010304cc=style/Widget.Material.AbsListView
-010304cd=style/Widget.Material.ActivityChooserView
-010304ce=style/Widget.Material.Button.ButtonBar.AlertDialog
-010304cf=style/Widget.Material.CompoundButton
-010304d0=style/Widget.Material.ContextPopupMenu
-010304d1=style/Widget.Material.ExpandableListView.White
-010304d2=style/Widget.Material.FragmentBreadCrumbs
-010304d3=style/Widget.Material.Gallery
-010304d4=style/Widget.Material.GestureOverlayView
-010304d5=style/Widget.Material.ImageWell
-010304d6=style/Widget.Material.KeyboardView
-010304d7=style/Widget.Material.Light.AbsListView
-010304d8=style/Widget.Material.Light.ActivityChooserView
-010304d9=style/Widget.Material.Light.Button.ButtonBar.AlertDialog
-010304da=style/Widget.Material.Light.CompoundButton
-010304db=style/Widget.Material.Light.ExpandableListView.White
-010304dc=style/Widget.Material.Light.FragmentBreadCrumbs
-010304dd=style/Widget.Material.Light.Gallery
-010304de=style/Widget.Material.Light.GestureOverlayView
-010304df=style/Widget.Material.Light.ImageWell
-010304e0=style/Widget.Material.Light.KeyboardView
-010304e1=style/Widget.Material.Light.ListView.White
-010304e2=style/Widget.Material.Light.PopupWindow.ActionMode
-010304e3=style/Widget.Material.Light.QuickContactBadge.WindowLarge
-010304e4=style/Widget.Material.Light.QuickContactBadge.WindowMedium
-010304e5=style/Widget.Material.Light.QuickContactBadge.WindowSmall
-010304e6=style/Widget.Material.Light.QuickContactBadgeSmall.WindowLarge
-010304e7=style/Widget.Material.Light.QuickContactBadgeSmall.WindowMedium
-010304e8=style/Widget.Material.Light.QuickContactBadgeSmall.WindowSmall
-010304e9=style/Widget.Material.Light.SearchView.ActionBar
-010304ea=style/Widget.Material.Light.Spinner.DropDown
-010304eb=style/Widget.Material.Light.Spinner.DropDown.ActionBar
-010304ec=style/Widget.Material.Light.TextSelectHandle
-010304ed=style/Widget.Material.Light.TextView.ListSeparator
-010304ee=style/Widget.Material.ListMenuView
-010304ef=style/Widget.Material.ListView.White
-010304f0=style/Widget.Material.Notification.MessagingName
-010304f1=style/Widget.Material.Notification.MessagingText
-010304f2=style/Widget.Material.Notification.ProgressBar
-010304f3=style/Widget.Material.Notification.Text
-010304f4=style/Widget.Material.PopupWindow.ActionMode
-010304f5=style/Widget.Material.PreferenceFrameLayout
-010304f6=style/Widget.Material.ProgressBar.Inverse
-010304f7=style/Widget.Material.ProgressBar.Large.Inverse
-010304f8=style/Widget.Material.ProgressBar.Small.Inverse
-010304f9=style/Widget.Material.QuickContactBadge.WindowLarge
-010304fa=style/Widget.Material.QuickContactBadge.WindowMedium
-010304fb=style/Widget.Material.QuickContactBadge.WindowSmall
-010304fc=style/Widget.Material.QuickContactBadgeSmall.WindowLarge
-010304fd=style/Widget.Material.QuickContactBadgeSmall.WindowMedium
-010304fe=style/Widget.Material.QuickContactBadgeSmall.WindowSmall
-010304ff=style/Widget.Material.Resolver.Tab
-01030500=style/Widget.Material.SearchView.ActionBar
-01030501=style/Widget.Material.Spinner.DropDown
-01030502=style/Widget.Material.Spinner.DropDown.ActionBar
-01030503=style/Widget.Material.SuggestionButton
-01030504=style/Widget.Material.SuggestionItem
-01030505=style/Widget.Material.TabText
-01030506=style/Widget.Material.TextSelectHandle
-01030507=style/Widget.Material.TextView.ListSeparator
-01030508=style/Widget.NumberPicker
-01030509=style/Widget.PreferenceFrameLayout
-0103050a=style/Widget.ProgressBar.Small.Title
-0103050b=style/Widget.QuickContactBadge
-0103050c=style/Widget.QuickContactBadge.WindowLarge
-0103050d=style/Widget.QuickContactBadge.WindowMedium
-0103050e=style/Widget.QuickContactBadge.WindowSmall
-0103050f=style/Widget.QuickContactBadgeSmall
-01030510=style/Widget.QuickContactBadgeSmall.WindowLarge
-01030511=style/Widget.QuickContactBadgeSmall.WindowMedium
-01030512=style/Widget.QuickContactBadgeSmall.WindowSmall
-01030513=style/Widget.RatingBar.Indicator
-01030514=style/Widget.RatingBar.Small
-01030515=style/Widget.TextSelectHandle
-01030516=style/Widget.TextView.ListSeparator
-01030517=style/Widget.TextView.ListSeparator.White
-01030518=style/Widget.TimePicker
-01030519=style/Widget.WebTextView
-0103051a=style/WindowAnimationStyle.Leanback.Setup
-0103051b=style/WindowTitle
-0103051c=style/WindowTitle.DeviceDefault
-0103051d=style/WindowTitle.Holo
-0103051e=style/WindowTitle.Material
-0103051f=style/WindowTitleBackground
-01030520=style/WindowTitleBackground.DeviceDefault
-01030521=style/WindowTitleBackground.Holo
-01030522=style/WindowTitleBackground.Material
-01030523=style/ZoomControls
-01030524=style/aerr_list_item
+010302e5=style/TextAppearance.DeviceDefault.Headline
+010302e6=style/AccessibilityButtonChooserDialog
+010302e7=style/AccessibilityDialog
+010302e8=style/AccessibilityDialogButton
+010302e9=style/AccessibilityDialogButtonBarSpace
+010302ea=style/AccessibilityDialogButtonList
+010302eb=style/AccessibilityDialogDescription
+010302ec=style/AccessibilityDialogIcon
+010302ed=style/AccessibilityDialogPermissionDescription
+010302ee=style/AccessibilityDialogPermissionTitle
+010302ef=style/AccessibilityDialogServiceIcon
+010302f0=style/AccessibilityDialogTitle
+010302f1=style/ActiveWallpaperSettings
+010302f2=style/AlertDialog
+010302f3=style/AlertDialog.DeviceDefault
+010302f4=style/AlertDialog.DeviceDefault.Light
+010302f5=style/AlertDialog.Holo
+010302f6=style/AlertDialog.Holo.Light
+010302f7=style/AlertDialog.Leanback
+010302f8=style/AlertDialog.Leanback.Light
+010302f9=style/AlertDialog.Material
+010302fa=style/AlertDialog.Material.Light
+010302fb=style/AlertDialogEmergencyButtonStyle
+010302fc=style/AlertDialogWithEmergencyButton
+010302fd=style/Animation.DeviceDefault.Activity
+010302fe=style/Animation.DeviceDefault.Activity.Resolver
+010302ff=style/Animation.DeviceDefault.Dialog
+01030300=style/Animation.DropDownDown
+01030301=style/Animation.DropDownUp
+01030302=style/Animation.Holo
+01030303=style/Animation.Holo.Activity
+01030304=style/Animation.Holo.Dialog
+01030305=style/Animation.ImmersiveModeConfirmation
+01030306=style/Animation.InputMethodFancy
+01030307=style/Animation.LockScreen
+01030308=style/Animation.Material
+01030309=style/Animation.Material.Activity
+0103030a=style/Animation.Material.Dialog
+0103030b=style/Animation.Material.Popup
+0103030c=style/Animation.OptionsPanel
+0103030d=style/Animation.PopupWindow
+0103030e=style/Animation.PopupWindow.ActionMode
+0103030f=style/Animation.RecentApplications
+01030310=style/Animation.SearchBar
+01030311=style/Animation.SubMenuPanel
+01030312=style/Animation.TextSelectHandle
+01030313=style/Animation.Tooltip
+01030314=style/Animation.TypingFilter
+01030315=style/Animation.TypingFilterRestore
+01030316=style/Animation.VoiceActivity
+01030317=style/Animation.VoiceInteractionSession
+01030318=style/Animation.VolumePanel
+01030319=style/Animation.Wallpaper
+0103031a=style/Animation.ZoomButtons
+0103031b=style/AutofillDatasetPicker
+0103031c=style/AutofillHalfScreenAnimation
+0103031d=style/AutofillHalfSheetButton
+0103031e=style/AutofillHalfSheetDivider
+0103031f=style/AutofillHalfSheetOutlinedButton
+01030320=style/AutofillHalfSheetTonalButton
+01030321=style/AutofillSaveAnimation
+01030322=style/AutofillSaveUiTitle
+01030323=style/BaseErrorDialog.DeviceDefault
+01030324=style/BasePreferenceFragment
+01030325=style/CarDialogButtonText
+01030326=style/CarDialogMessageText
+01030327=style/DatePickerDialog.Material
+01030328=style/DialogWindowTitle
+01030329=style/DialogWindowTitle.DeviceDefault
+0103032a=style/DialogWindowTitle.DeviceDefault.Light
+0103032b=style/DialogWindowTitle.Holo
+0103032c=style/DialogWindowTitle.Holo.Light
+0103032d=style/DialogWindowTitle.Material
+0103032e=style/DialogWindowTitle.Material.Light
+0103032f=style/DialogWindowTitleBackground
+01030330=style/DialogWindowTitleBackground.Material
+01030331=style/DialogWindowTitleBackground.Material.Light
+01030332=style/Holo
+01030333=style/Holo.Light
+01030334=style/InputMethodSwitchDialogStyle
+01030335=style/InputMethodSwitchHardKeyboardSwitch
+01030336=style/InputMethodSwitchHardKeyboardText
+01030337=style/LargePointer
+01030338=style/Material
+01030339=style/Material.Light
+0103033a=style/Notification.Header
+0103033b=style/NotificationAction
+0103033c=style/NotificationEmphasizedAction
+0103033d=style/NotificationTombstoneAction
+0103033e=style/Pointer
+0103033f=style/Preference
+01030340=style/Preference.Category
+01030341=style/Preference.CheckBoxPreference
+01030342=style/Preference.DeviceDefault
+01030343=style/Preference.DeviceDefault.Category
+01030344=style/Preference.DeviceDefault.CheckBoxPreference
+01030345=style/Preference.DeviceDefault.DialogPreference
+01030346=style/Preference.DeviceDefault.DialogPreference.EditTextPreference
+01030347=style/Preference.DeviceDefault.DialogPreference.YesNoPreference
+01030348=style/Preference.DeviceDefault.Information
+01030349=style/Preference.DeviceDefault.PreferenceScreen
+0103034a=style/Preference.DeviceDefault.RingtonePreference
+0103034b=style/Preference.DeviceDefault.SeekBarPreference
+0103034c=style/Preference.DeviceDefault.SwitchPreference
+0103034d=style/Preference.DialogPreference
+0103034e=style/Preference.DialogPreference.EditTextPreference
+0103034f=style/Preference.DialogPreference.SeekBarPreference
+01030350=style/Preference.DialogPreference.YesNoPreference
+01030351=style/Preference.Holo
+01030352=style/Preference.Holo.Category
+01030353=style/Preference.Holo.CheckBoxPreference
+01030354=style/Preference.Holo.DialogPreference
+01030355=style/Preference.Holo.DialogPreference.EditTextPreference
+01030356=style/Preference.Holo.DialogPreference.YesNoPreference
+01030357=style/Preference.Holo.Information
+01030358=style/Preference.Holo.PreferenceScreen
+01030359=style/Preference.Holo.RingtonePreference
+0103035a=style/Preference.Holo.SeekBarPreference
+0103035b=style/Preference.Holo.SwitchPreference
+0103035c=style/Preference.Information
+0103035d=style/Preference.Material
+0103035e=style/Preference.Material.BasePreferenceScreen
+0103035f=style/Preference.Material.Category
+01030360=style/Preference.Material.CheckBoxPreference
+01030361=style/Preference.Material.DialogPreference
+01030362=style/Preference.Material.DialogPreference.EditTextPreference
+01030363=style/Preference.Material.DialogPreference.SeekBarPreference
+01030364=style/Preference.Material.DialogPreference.YesNoPreference
+01030365=style/Preference.Material.Information
+01030366=style/Preference.Material.PreferenceScreen
+01030367=style/Preference.Material.RingtonePreference
+01030368=style/Preference.Material.SeekBarPreference
+01030369=style/Preference.Material.SwitchPreference
+0103036a=style/Preference.PreferenceScreen
+0103036b=style/Preference.RingtonePreference
+0103036c=style/Preference.SeekBarPreference
+0103036d=style/Preference.SwitchPreference
+0103036e=style/PreferenceActivity
+0103036f=style/PreferenceActivity.Material
+01030370=style/PreferenceFragment
+01030371=style/PreferenceFragment.Holo
+01030372=style/PreferenceFragment.Material
+01030373=style/PreferenceFragmentList
+01030374=style/PreferenceFragmentList.Material
+01030375=style/PreferenceHeaderList
+01030376=style/PreferenceHeaderList.Material
+01030377=style/PreferenceHeaderPanel
+01030378=style/PreferenceHeaderPanel.Material
+01030379=style/PreferencePanel
+0103037a=style/PreferencePanel.Dialog
+0103037b=style/PreferencePanel.Material
+0103037c=style/PreferencePanel.Material.Dialog
+0103037d=style/PreviewWallpaperSettings
+0103037e=style/ProgressDialogMessage
+0103037f=style/SegmentedButton
+01030380=style/TextAppearance.AutoCorrectionSuggestion
+01030381=style/TextAppearance.DeviceDefault.Body1
+01030382=style/TextAppearance.DeviceDefault.Body2
+01030383=style/TextAppearance.DeviceDefault.Caption
+01030384=style/TextAppearance.DeviceDefault.Display1
+01030385=style/TextAppearance.DeviceDefault.ListItem
+01030386=style/TextAppearance.DeviceDefault.ListItemSecondary
+01030387=style/TextAppearance.DeviceDefault.Notification
+01030388=style/TextAppearance.DeviceDefault.Notification.BigTitle
+01030389=style/TextAppearance.DeviceDefault.Notification.Info
+0103038a=style/TextAppearance.DeviceDefault.Notification.Reply
+0103038b=style/TextAppearance.DeviceDefault.Notification.Time
+0103038c=style/TextAppearance.DeviceDefault.Notification.Title
+0103038d=style/TextAppearance.DeviceDefault.Subhead
+0103038e=style/TextAppearance.DeviceDefault.Title
+0103038f=style/TextAppearance.DeviceDefault.Widget.Button.Borderless.Colored
+01030390=style/TextAppearance.DeviceDefault.Widget.Switch
+01030391=style/TextAppearance.DeviceDefault.Widget.Toolbar.Subtitle
+01030392=style/TextAppearance.DeviceDefault.Widget.Toolbar.Title
+01030393=style/TextAppearance.EasyCorrectSuggestion
+01030394=style/TextAppearance.GrammarErrorSuggestion
+01030395=style/TextAppearance.Holo.CalendarViewWeekDayView
+01030396=style/TextAppearance.Holo.Light
+01030397=style/TextAppearance.Holo.Light.CalendarViewWeekDayView
+01030398=style/TextAppearance.Holo.Light.DialogWindowTitle
+01030399=style/TextAppearance.Holo.Light.Inverse
+0103039a=style/TextAppearance.Holo.Light.Large
+0103039b=style/TextAppearance.Holo.Light.Large.Inverse
+0103039c=style/TextAppearance.Holo.Light.Medium
+0103039d=style/TextAppearance.Holo.Light.Medium.Inverse
+0103039e=style/TextAppearance.Holo.Light.SearchResult
+0103039f=style/TextAppearance.Holo.Light.SearchResult.Subtitle
+010303a0=style/TextAppearance.Holo.Light.SearchResult.Title
+010303a1=style/TextAppearance.Holo.Light.Small
+010303a2=style/TextAppearance.Holo.Light.Small.Inverse
+010303a3=style/TextAppearance.Holo.Light.Widget
+010303a4=style/TextAppearance.Holo.Light.Widget.ActionMode.Subtitle
+010303a5=style/TextAppearance.Holo.Light.Widget.ActionMode.Title
+010303a6=style/TextAppearance.Holo.Light.Widget.Button
+010303a7=style/TextAppearance.Holo.Light.Widget.DropDownHint
+010303a8=style/TextAppearance.Holo.Light.Widget.EditText
+010303a9=style/TextAppearance.Holo.Light.Widget.PopupMenu
+010303aa=style/TextAppearance.Holo.Light.Widget.PopupMenu.Large
+010303ab=style/TextAppearance.Holo.Light.Widget.PopupMenu.Small
+010303ac=style/TextAppearance.Holo.Light.Widget.Switch
+010303ad=style/TextAppearance.Holo.Light.WindowTitle
+010303ae=style/TextAppearance.Holo.SearchResult
+010303af=style/TextAppearance.Holo.SuggestionHighlight
+010303b0=style/TextAppearance.Holo.Widget.ActionMode
+010303b1=style/TextAppearance.Holo.Widget.Switch
+010303b2=style/TextAppearance.Large.Inverse.NumberPickerInputText
+010303b3=style/TextAppearance.Leanback.FormWizard
+010303b4=style/TextAppearance.Leanback.FormWizard.Large
+010303b5=style/TextAppearance.Leanback.FormWizard.ListItem
+010303b6=style/TextAppearance.Leanback.FormWizard.Medium
+010303b7=style/TextAppearance.Leanback.FormWizard.Small
+010303b8=style/TextAppearance.Material.DatePicker.DateLabel
+010303b9=style/TextAppearance.Material.DatePicker.List.YearLabel
+010303ba=style/TextAppearance.Material.DatePicker.List.YearLabel.Activated
+010303bb=style/TextAppearance.Material.DatePicker.YearLabel
+010303bc=style/TextAppearance.Material.ListItem
+010303bd=style/TextAppearance.Material.ListItemSecondary
+010303be=style/TextAppearance.Material.Menu.Inverse
+010303bf=style/TextAppearance.Material.Notification.BigTitle
+010303c0=style/TextAppearance.Material.Notification.Reply
+010303c1=style/TextAppearance.Material.NumberPicker
+010303c2=style/TextAppearance.Material.SearchResult
+010303c3=style/TextAppearance.Material.Subhead.Inverse
+010303c4=style/TextAppearance.Material.TextSuggestionHighlight
+010303c5=style/TextAppearance.Material.TimePicker.AmPmLabel
+010303c6=style/TextAppearance.Material.TimePicker.InputField
+010303c7=style/TextAppearance.Material.TimePicker.InputHeader
+010303c8=style/TextAppearance.Material.TimePicker.PromptLabel
+010303c9=style/TextAppearance.Material.TimePicker.TimeLabel
+010303ca=style/TextAppearance.Material.Title.Inverse
+010303cb=style/TextAppearance.Material.Widget.ActionBar.Menu.Inverse
+010303cc=style/TextAppearance.Material.Widget.ActionMode
+010303cd=style/TextAppearance.Material.Widget.Calendar.Day
+010303ce=style/TextAppearance.Material.Widget.Calendar.DayOfWeek
+010303cf=style/TextAppearance.Material.Widget.Calendar.Month
+010303d0=style/TextAppearance.Material.Widget.PopupMenu.Header
+010303d1=style/TextAppearance.Material.Widget.Switch
+010303d2=style/TextAppearance.MisspelledSuggestion
+010303d3=style/TextAppearance.SearchResult
+010303d4=style/TextAppearance.SlidingTabActive
+010303d5=style/TextAppearance.SlidingTabNormal
+010303d6=style/TextAppearance.Small.CalendarViewWeekDayView
+010303d7=style/TextAppearance.StatusBar
+010303d8=style/TextAppearance.StatusBar.EventContent.Emphasis
+010303d9=style/TextAppearance.StatusBar.EventContent.Info
+010303da=style/TextAppearance.StatusBar.EventContent.Line2
+010303db=style/TextAppearance.StatusBar.EventContent.Time
+010303dc=style/TextAppearance.StatusBar.Ticker
+010303dd=style/TextAppearance.Suggestion
+010303de=style/TextAppearance.Toast
+010303df=style/TextAppearance.Tooltip
+010303e0=style/TextAppearance.Watch
+010303e1=style/TextAppearance.Watch.AppErrorDialog
+010303e2=style/TextAppearance.Watch.AppErrorDialog.Item
+010303e3=style/TextAppearance.Watch.BaseErrorDialog
+010303e4=style/TextAppearance.Watch.BaseErrorDialog.Title
+010303e5=style/TextAppearance.Widget.ActionBar.Subtitle
+010303e6=style/TextAppearance.Widget.ActionBar.Title
+010303e7=style/TextAppearance.Widget.ActionMode.Subtitle
+010303e8=style/TextAppearance.Widget.ActionMode.Title
+010303e9=style/TextAppearance.Widget.PopupMenu
+010303ea=style/TextAppearance.Widget.Toolbar.Subtitle
+010303eb=style/TextAppearance.Widget.Toolbar.Title
+010303ec=style/Theme.DeviceDefault.Autofill
+010303ed=style/Theme.DeviceDefault.Autofill.Light
+010303ee=style/Theme.DeviceDefault.Autofill.Save
+010303ef=style/Theme.DeviceDefault.AutofillHalfScreenDialogButton
+010303f0=style/Theme.DeviceDefault.AutofillHalfScreenDialogList
+010303f1=style/Theme.DeviceDefault.Chooser
+010303f2=style/Theme.DeviceDefault.Dialog.Alert.DayNight
+010303f3=style/Theme.DeviceDefault.Dialog.AppError
+010303f4=style/Theme.DeviceDefault.Dialog.FixedSize
+010303f5=style/Theme.DeviceDefault.Dialog.NoActionBar.FixedSize
+010303f6=style/Theme.DeviceDefault.Dialog.NoFrame
+010303f7=style/Theme.DeviceDefault.Dialog.Presentation
+010303f8=style/Theme.DeviceDefault.Light.Autofill
+010303f9=style/Theme.DeviceDefault.Light.Autofill.Save
+010303fa=style/Theme.DeviceDefault.Light.Dialog.Alert.UserSwitchingDialog
+010303fb=style/Theme.DeviceDefault.Light.Dialog.FixedSize
+010303fc=style/Theme.DeviceDefault.Light.Dialog.NoActionBar.FixedSize
+010303fd=style/Theme.DeviceDefault.Light.Dialog.Presentation
+010303fe=style/Theme.DeviceDefault.Light.SearchBar
+010303ff=style/Theme.DeviceDefault.Light.Voice
+01030400=style/Theme.DeviceDefault.Notification
+01030401=style/Theme.DeviceDefault.Resolver
+01030402=style/Theme.DeviceDefault.ResolverCommon
+01030403=style/Theme.DeviceDefault.SearchBar
+01030404=style/Theme.DeviceDefault.Settings.BaseDialog
+01030405=style/Theme.DeviceDefault.Settings.CompactMenu
+01030406=style/Theme.DeviceDefault.Settings.Dark.NoActionBar
+01030407=style/Theme.DeviceDefault.Settings.Dialog
+01030408=style/Theme.DeviceDefault.Settings.Dialog.Alert
+01030409=style/Theme.DeviceDefault.Settings.Dialog.NoActionBar
+0103040a=style/Theme.DeviceDefault.Settings.Dialog.Presentation
+0103040b=style/Theme.DeviceDefault.Settings.DialogBase
+0103040c=style/Theme.DeviceDefault.Settings.DialogWhenLarge
+0103040d=style/Theme.DeviceDefault.Settings.DialogWhenLarge.NoActionBar
+0103040e=style/Theme.DeviceDefault.Settings.NoActionBar
+0103040f=style/Theme.DeviceDefault.Settings.SearchBar
+01030410=style/Theme.DeviceDefault.System
+01030411=style/Theme.DeviceDefault.System.Dialog
+01030412=style/Theme.DeviceDefault.System.Dialog.Alert
+01030413=style/Theme.DeviceDefault.SystemUI
+01030414=style/Theme.DeviceDefault.SystemUI.Dialog
+01030415=style/Theme.DeviceDefault.VoiceInteractionSession
+01030416=style/Theme.DeviceDefaultBase
+01030417=style/Theme.Dialog.Alert
+01030418=style/Theme.Dialog.Confirmation
+01030419=style/Theme.Dialog.NoFrame
+0103041a=style/Theme.Dialog.RecentApplications
+0103041b=style/Theme.Dream
+0103041c=style/Theme.ExpandedMenu
+0103041d=style/Theme.GameSessionTrampoline
+0103041e=style/Theme.GlobalSearchBar
+0103041f=style/Theme.Holo.CompactMenu
+01030420=style/Theme.Holo.Dialog.Alert
+01030421=style/Theme.Holo.Dialog.BaseAlert
+01030422=style/Theme.Holo.Dialog.FixedSize
+01030423=style/Theme.Holo.Dialog.NoActionBar.FixedSize
+01030424=style/Theme.Holo.Dialog.NoFrame
+01030425=style/Theme.Holo.Dialog.Presentation
+01030426=style/Theme.Holo.Light.CompactMenu
+01030427=style/Theme.Holo.Light.Dialog.Alert
+01030428=style/Theme.Holo.Light.Dialog.BaseAlert
+01030429=style/Theme.Holo.Light.Dialog.FixedSize
+0103042a=style/Theme.Holo.Light.Dialog.NoActionBar.FixedSize
+0103042b=style/Theme.Holo.Light.Dialog.Presentation
+0103042c=style/Theme.Holo.Light.SearchBar
+0103042d=style/Theme.Holo.SearchBar
+0103042e=style/Theme.IconMenu
+0103042f=style/Theme.Leanback.Dialog
+01030430=style/Theme.Leanback.Dialog.Alert
+01030431=style/Theme.Leanback.Dialog.AppError
+01030432=style/Theme.Leanback.Dialog.Confirmation
+01030433=style/Theme.Leanback.Resolver
+01030434=style/Theme.Leanback.Settings.Dialog
+01030435=style/Theme.Leanback.Settings.Dialog.Alert
+01030436=style/Theme.Material.BaseDialog
+01030437=style/Theme.Material.CompactMenu
+01030438=style/Theme.Material.Dialog.BaseAlert
+01030439=style/Theme.Material.Dialog.FixedSize
+0103043a=style/Theme.Material.Dialog.NoActionBar.FixedSize
+0103043b=style/Theme.Material.Dialog.NoFrame
+0103043c=style/Theme.Material.Light.BaseDialog
+0103043d=style/Theme.Material.Light.CompactMenu
+0103043e=style/Theme.Material.Light.Dialog.BaseAlert
+0103043f=style/Theme.Material.Light.Dialog.FixedSize
+01030440=style/Theme.Material.Light.Dialog.NoActionBar.FixedSize
+01030441=style/Theme.Material.Light.SearchBar
+01030442=style/Theme.Material.Notification
+01030443=style/Theme.Material.SearchBar
+01030444=style/Theme.Material.Settings.BaseDialog
+01030445=style/Theme.Material.Settings.CompactMenu
+01030446=style/Theme.Material.Settings.Dialog
+01030447=style/Theme.Material.Settings.Dialog.Alert
+01030448=style/Theme.Material.Settings.Dialog.BaseAlert
+01030449=style/Theme.Material.Settings.Dialog.Presentation
+0103044a=style/Theme.Material.Settings.DialogWhenLarge
+0103044b=style/Theme.Material.Settings.DialogWhenLarge.NoActionBar
+0103044c=style/Theme.Material.Settings.NoActionBar
+0103044d=style/Theme.Material.Settings.SearchBar
+0103044e=style/Theme.Material.VoiceInteractionSession
+0103044f=style/Theme.SearchBar
+01030450=style/Theme.Toast
+01030451=style/Theme.VoiceInteractionSession
+01030452=style/ThemeOverlay.DeviceDefault
+01030453=style/ThemeOverlay.DeviceDefault.Accent
+01030454=style/ThemeOverlay.DeviceDefault.Accent.Light
+01030455=style/ThemeOverlay.DeviceDefault.ActionBar
+01030456=style/ThemeOverlay.DeviceDefault.Dark.ActionBar.Accent
+01030457=style/ThemeOverlay.DeviceDefault.Popup.Light
+01030458=style/ThemeOverlay.Material.BaseDialog
+01030459=style/ThemeOverlay.Material.Dialog.DatePicker
+0103045a=style/ThemeOverlay.Material.Dialog.TimePicker
+0103045b=style/TimePickerDialog.Material
+0103045c=style/VectorPointer
+0103045d=style/Widget.ActionMode
+0103045e=style/Widget.ActivityChooserView
+0103045f=style/Widget.Button.Transparent
+01030460=style/Widget.CheckedTextView
+01030461=style/Widget.CompoundButton.Switch
+01030462=style/Widget.DeviceDefault.AbsListView
+01030463=style/Widget.DeviceDefault.Button.ButtonBar.AlertDialog
+01030464=style/Widget.DeviceDefault.CompoundButton.Switch
+01030465=style/Widget.DeviceDefault.ExpandableListView.White
+01030466=style/Widget.DeviceDefault.FragmentBreadCrumbs
+01030467=style/Widget.DeviceDefault.Gallery
+01030468=style/Widget.DeviceDefault.GestureOverlayView
+01030469=style/Widget.DeviceDefault.ImageWell
+0103046a=style/Widget.DeviceDefault.KeyboardView
+0103046b=style/Widget.DeviceDefault.Light.AbsListView
+0103046c=style/Widget.DeviceDefault.Light.Button.Borderless
+0103046d=style/Widget.DeviceDefault.Light.DatePicker
+0103046e=style/Widget.DeviceDefault.Light.ExpandableListView.White
+0103046f=style/Widget.DeviceDefault.Light.FragmentBreadCrumbs
+01030470=style/Widget.DeviceDefault.Light.Gallery
+01030471=style/Widget.DeviceDefault.Light.GestureOverlayView
+01030472=style/Widget.DeviceDefault.Light.ImageWell
+01030473=style/Widget.DeviceDefault.Light.ListView.White
+01030474=style/Widget.DeviceDefault.Light.NumberPicker
+01030475=style/Widget.DeviceDefault.Light.PopupWindow.ActionMode
+01030476=style/Widget.DeviceDefault.Light.Spinner.DropDown
+01030477=style/Widget.DeviceDefault.Light.Spinner.DropDown.ActionBar
+01030478=style/Widget.DeviceDefault.Light.TextView.ListSeparator
+01030479=style/Widget.DeviceDefault.Light.TimePicker
+0103047a=style/Widget.DeviceDefault.ListView.White
+0103047b=style/Widget.DeviceDefault.Notification.MessagingName
+0103047c=style/Widget.DeviceDefault.Notification.MessagingText
+0103047d=style/Widget.DeviceDefault.Notification.Text
+0103047e=style/Widget.DeviceDefault.NumberPicker
+0103047f=style/Widget.DeviceDefault.PopupWindow.ActionMode
+01030480=style/Widget.DeviceDefault.PreferenceFrameLayout
+01030481=style/Widget.DeviceDefault.ProgressBar.Inverse
+01030482=style/Widget.DeviceDefault.ProgressBar.Large.Inverse
+01030483=style/Widget.DeviceDefault.ProgressBar.Small.Inverse
+01030484=style/Widget.DeviceDefault.QuickContactBadge.WindowLarge
+01030485=style/Widget.DeviceDefault.QuickContactBadge.WindowMedium
+01030486=style/Widget.DeviceDefault.QuickContactBadge.WindowSmall
+01030487=style/Widget.DeviceDefault.QuickContactBadgeSmall.WindowLarge
+01030488=style/Widget.DeviceDefault.QuickContactBadgeSmall.WindowMedium
+01030489=style/Widget.DeviceDefault.QuickContactBadgeSmall.WindowSmall
+0103048a=style/Widget.DeviceDefault.Resolver.TabWidget
+0103048b=style/Widget.DeviceDefault.Spinner.DropDown
+0103048c=style/Widget.DeviceDefault.Spinner.DropDown.ActionBar
+0103048d=style/Widget.DeviceDefault.TextSelectHandle
+0103048e=style/Widget.DeviceDefault.TextView.ListSeparator
+0103048f=style/Widget.DeviceDefault.TimePicker
+01030490=style/Widget.DeviceDefault.Toolbar
+01030491=style/Widget.ExpandableListView.White
+01030492=style/Widget.GenericQuickContactBadge
+01030493=style/Widget.GestureOverlayView
+01030494=style/Widget.GestureOverlayView.White
+01030495=style/Widget.Holo.AbsListView
+01030496=style/Widget.Holo.ActivityChooserView
+01030497=style/Widget.Holo.ButtonBar
+01030498=style/Widget.Holo.ButtonBar.Button
+01030499=style/Widget.Holo.CompoundButton
+0103049a=style/Widget.Holo.CompoundButton.Switch
+0103049b=style/Widget.Holo.ExpandableListView.White
+0103049c=style/Widget.Holo.FastScroll
+0103049d=style/Widget.Holo.FragmentBreadCrumbs
+0103049e=style/Widget.Holo.Gallery
+0103049f=style/Widget.Holo.GestureOverlayView
+010304a0=style/Widget.Holo.ImageWell
+010304a1=style/Widget.Holo.KeyboardView
+010304a2=style/Widget.Holo.Light.AbsListView
+010304a3=style/Widget.Holo.Light.ActivityChooserView
+010304a4=style/Widget.Holo.Light.Button.Borderless
+010304a5=style/Widget.Holo.Light.CompoundButton.Switch
+010304a6=style/Widget.Holo.Light.DatePicker
+010304a7=style/Widget.Holo.Light.ExpandableListView.White
+010304a8=style/Widget.Holo.Light.FastScroll
+010304a9=style/Widget.Holo.Light.FragmentBreadCrumbs
+010304aa=style/Widget.Holo.Light.Gallery
+010304ab=style/Widget.Holo.Light.GestureOverlayView
+010304ac=style/Widget.Holo.Light.ImageWell
+010304ad=style/Widget.Holo.Light.KeyboardView
+010304ae=style/Widget.Holo.Light.ListView.White
+010304af=style/Widget.Holo.Light.NumberPicker
+010304b0=style/Widget.Holo.Light.PopupWindow.ActionMode
+010304b1=style/Widget.Holo.Light.QuickContactBadge.WindowLarge
+010304b2=style/Widget.Holo.Light.QuickContactBadge.WindowMedium
+010304b3=style/Widget.Holo.Light.QuickContactBadge.WindowSmall
+010304b4=style/Widget.Holo.Light.QuickContactBadgeSmall.WindowLarge
+010304b5=style/Widget.Holo.Light.QuickContactBadgeSmall.WindowMedium
+010304b6=style/Widget.Holo.Light.QuickContactBadgeSmall.WindowSmall
+010304b7=style/Widget.Holo.Light.SearchView
+010304b8=style/Widget.Holo.Light.Spinner.DropDown
+010304b9=style/Widget.Holo.Light.Spinner.DropDown.ActionBar
+010304ba=style/Widget.Holo.Light.StackView
+010304bb=style/Widget.Holo.Light.TextSelectHandle
+010304bc=style/Widget.Holo.Light.TextView.ListSeparator
+010304bd=style/Widget.Holo.Light.TimePicker
+010304be=style/Widget.Holo.ListView.White
+010304bf=style/Widget.Holo.NumberPicker
+010304c0=style/Widget.Holo.PopupWindow.ActionMode
+010304c1=style/Widget.Holo.PreferenceFrameLayout
+010304c2=style/Widget.Holo.ProgressBar.Inverse
+010304c3=style/Widget.Holo.ProgressBar.Large.Inverse
+010304c4=style/Widget.Holo.ProgressBar.Small.Inverse
+010304c5=style/Widget.Holo.QuickContactBadge.WindowLarge
+010304c6=style/Widget.Holo.QuickContactBadge.WindowMedium
+010304c7=style/Widget.Holo.QuickContactBadge.WindowSmall
+010304c8=style/Widget.Holo.QuickContactBadgeSmall.WindowLarge
+010304c9=style/Widget.Holo.QuickContactBadgeSmall.WindowMedium
+010304ca=style/Widget.Holo.QuickContactBadgeSmall.WindowSmall
+010304cb=style/Widget.Holo.SearchView
+010304cc=style/Widget.Holo.Spinner.DropDown
+010304cd=style/Widget.Holo.Spinner.DropDown.ActionBar
+010304ce=style/Widget.Holo.StackView
+010304cf=style/Widget.Holo.SuggestionButton
+010304d0=style/Widget.Holo.SuggestionItem
+010304d1=style/Widget.Holo.TabText
+010304d2=style/Widget.Holo.TextSelectHandle
+010304d3=style/Widget.Holo.TextView.ListSeparator
+010304d4=style/Widget.Holo.TimePicker
+010304d5=style/Widget.HorizontalScrollView
+010304d6=style/Widget.Leanback.Button
+010304d7=style/Widget.Leanback.Button.ButtonBar
+010304d8=style/Widget.Leanback.Button.ButtonBarGravityStart
+010304d9=style/Widget.Leanback.ButtonBar
+010304da=style/Widget.Leanback.DatePicker
+010304db=style/Widget.Leanback.NumberPicker
+010304dc=style/Widget.Leanback.TimePicker
+010304dd=style/Widget.LockPatternView
+010304de=style/Widget.Magnifier
+010304df=style/Widget.Material.AbsListView
+010304e0=style/Widget.Material.ActivityChooserView
+010304e1=style/Widget.Material.Button.ButtonBar.AlertDialog
+010304e2=style/Widget.Material.CompoundButton
+010304e3=style/Widget.Material.ContextPopupMenu
+010304e4=style/Widget.Material.ExpandableListView.White
+010304e5=style/Widget.Material.FragmentBreadCrumbs
+010304e6=style/Widget.Material.Gallery
+010304e7=style/Widget.Material.GestureOverlayView
+010304e8=style/Widget.Material.ImageWell
+010304e9=style/Widget.Material.KeyboardView
+010304ea=style/Widget.Material.Light.AbsListView
+010304eb=style/Widget.Material.Light.ActivityChooserView
+010304ec=style/Widget.Material.Light.Button.ButtonBar.AlertDialog
+010304ed=style/Widget.Material.Light.CompoundButton
+010304ee=style/Widget.Material.Light.ExpandableListView.White
+010304ef=style/Widget.Material.Light.FragmentBreadCrumbs
+010304f0=style/Widget.Material.Light.Gallery
+010304f1=style/Widget.Material.Light.GestureOverlayView
+010304f2=style/Widget.Material.Light.ImageWell
+010304f3=style/Widget.Material.Light.KeyboardView
+010304f4=style/Widget.Material.Light.ListView.White
+010304f5=style/Widget.Material.Light.PopupWindow.ActionMode
+010304f6=style/Widget.Material.Light.QuickContactBadge.WindowLarge
+010304f7=style/Widget.Material.Light.QuickContactBadge.WindowMedium
+010304f8=style/Widget.Material.Light.QuickContactBadge.WindowSmall
+010304f9=style/Widget.Material.Light.QuickContactBadgeSmall.WindowLarge
+010304fa=style/Widget.Material.Light.QuickContactBadgeSmall.WindowMedium
+010304fb=style/Widget.Material.Light.QuickContactBadgeSmall.WindowSmall
+010304fc=style/Widget.Material.Light.SearchView.ActionBar
+010304fd=style/Widget.Material.Light.Spinner.DropDown
+010304fe=style/Widget.Material.Light.Spinner.DropDown.ActionBar
+010304ff=style/Widget.Material.Light.TextSelectHandle
+01030500=style/Widget.Material.Light.TextView.ListSeparator
+01030501=style/Widget.Material.ListMenuView
+01030502=style/Widget.Material.ListView.White
+01030503=style/Widget.Material.Notification.MessagingName
+01030504=style/Widget.Material.Notification.MessagingText
+01030505=style/Widget.Material.Notification.ProgressBar
+01030506=style/Widget.Material.Notification.Text
+01030507=style/Widget.Material.PopupWindow.ActionMode
+01030508=style/Widget.Material.PreferenceFrameLayout
+01030509=style/Widget.Material.ProgressBar.Inverse
+0103050a=style/Widget.Material.ProgressBar.Large.Inverse
+0103050b=style/Widget.Material.ProgressBar.Small.Inverse
+0103050c=style/Widget.Material.QuickContactBadge.WindowLarge
+0103050d=style/Widget.Material.QuickContactBadge.WindowMedium
+0103050e=style/Widget.Material.QuickContactBadge.WindowSmall
+0103050f=style/Widget.Material.QuickContactBadgeSmall.WindowLarge
+01030510=style/Widget.Material.QuickContactBadgeSmall.WindowMedium
+01030511=style/Widget.Material.QuickContactBadgeSmall.WindowSmall
+01030512=style/Widget.Material.Resolver.Tab
+01030513=style/Widget.Material.SearchView.ActionBar
+01030514=style/Widget.Material.Spinner.DropDown
+01030515=style/Widget.Material.Spinner.DropDown.ActionBar
+01030516=style/Widget.Material.SuggestionButton
+01030517=style/Widget.Material.SuggestionItem
+01030518=style/Widget.Material.TabText
+01030519=style/Widget.Material.TextSelectHandle
+0103051a=style/Widget.Material.TextView.ListSeparator
+0103051b=style/Widget.NumberPicker
+0103051c=style/Widget.PreferenceFrameLayout
+0103051d=style/Widget.ProgressBar.Small.Title
+0103051e=style/Widget.QuickContactBadge
+0103051f=style/Widget.QuickContactBadge.WindowLarge
+01030520=style/Widget.QuickContactBadge.WindowMedium
+01030521=style/Widget.QuickContactBadge.WindowSmall
+01030522=style/Widget.QuickContactBadgeSmall
+01030523=style/Widget.QuickContactBadgeSmall.WindowLarge
+01030524=style/Widget.QuickContactBadgeSmall.WindowMedium
+01030525=style/Widget.QuickContactBadgeSmall.WindowSmall
+01030526=style/Widget.RatingBar.Indicator
+01030527=style/Widget.RatingBar.Small
+01030528=style/Widget.TextSelectHandle
+01030529=style/Widget.TextView.ListSeparator
+0103052a=style/Widget.TextView.ListSeparator.White
+0103052b=style/Widget.TimePicker
+0103052c=style/Widget.WebTextView
+0103052d=style/WindowAnimationStyle.Leanback.Setup
+0103052e=style/WindowTitle
+0103052f=style/WindowTitle.DeviceDefault
+01030530=style/WindowTitle.Holo
+01030531=style/WindowTitle.Material
+01030532=style/WindowTitleBackground
+01030533=style/WindowTitleBackground.DeviceDefault
+01030534=style/WindowTitleBackground.Holo
+01030535=style/WindowTitleBackground.Material
+01030536=style/ZoomControls
+01030537=style/aerr_list_item
01040000=string/cancel
01040001=string/copy
01040002=string/copyUrl
@@ -4183,2125 +4473,2633 @@
01040025=string/config_defaultCallRedirection
01040026=string/config_defaultCallScreening
01040027=string/config_systemGallery
-01040028=string/BaMmi
-01040029=string/CLIRDefaultOffNextCallOff
-0104002a=string/CLIRDefaultOffNextCallOn
-0104002b=string/CLIRDefaultOnNextCallOff
-0104002c=string/CLIRDefaultOnNextCallOn
-0104002d=string/CLIRPermanent
-0104002e=string/CfMmi
-0104002f=string/ClipMmi
-01040030=string/ClirMmi
-01040031=string/CndMmi
-01040032=string/CnipMmi
-01040033=string/CnirMmi
-01040034=string/ColpMmi
-01040035=string/ColrMmi
-01040036=string/CwMmi
-01040037=string/DndMmi
-01040038=string/EmergencyCallWarningSummary
-01040039=string/EmergencyCallWarningTitle
-0104003a=string/Midnight
-0104003b=string/NetworkPreferenceSwitchSummary
-0104003c=string/NetworkPreferenceSwitchTitle
-0104003d=string/Noon
-0104003e=string/PERSOSUBSTATE_RUIM_CORPORATE_ENTRY
-0104003f=string/PERSOSUBSTATE_RUIM_CORPORATE_ERROR
-01040040=string/PERSOSUBSTATE_RUIM_CORPORATE_IN_PROGRESS
-01040041=string/PERSOSUBSTATE_RUIM_CORPORATE_PUK_ENTRY
-01040042=string/PERSOSUBSTATE_RUIM_CORPORATE_PUK_ERROR
-01040043=string/PERSOSUBSTATE_RUIM_CORPORATE_PUK_IN_PROGRESS
-01040044=string/PERSOSUBSTATE_RUIM_CORPORATE_PUK_SUCCESS
-01040045=string/PERSOSUBSTATE_RUIM_CORPORATE_SUCCESS
-01040046=string/PERSOSUBSTATE_RUIM_HRPD_ENTRY
-01040047=string/PERSOSUBSTATE_RUIM_HRPD_ERROR
-01040048=string/PERSOSUBSTATE_RUIM_HRPD_IN_PROGRESS
-01040049=string/PERSOSUBSTATE_RUIM_HRPD_PUK_ENTRY
-0104004a=string/PERSOSUBSTATE_RUIM_HRPD_PUK_ERROR
-0104004b=string/PERSOSUBSTATE_RUIM_HRPD_PUK_IN_PROGRESS
-0104004c=string/PERSOSUBSTATE_RUIM_HRPD_PUK_SUCCESS
-0104004d=string/PERSOSUBSTATE_RUIM_HRPD_SUCCESS
-0104004e=string/PERSOSUBSTATE_RUIM_NETWORK1_ENTRY
-0104004f=string/PERSOSUBSTATE_RUIM_NETWORK1_ERROR
-01040050=string/PERSOSUBSTATE_RUIM_NETWORK1_IN_PROGRESS
-01040051=string/PERSOSUBSTATE_RUIM_NETWORK1_PUK_ENTRY
-01040052=string/PERSOSUBSTATE_RUIM_NETWORK1_PUK_ERROR
-01040053=string/PERSOSUBSTATE_RUIM_NETWORK1_PUK_IN_PROGRESS
-01040054=string/PERSOSUBSTATE_RUIM_NETWORK1_PUK_SUCCESS
-01040055=string/PERSOSUBSTATE_RUIM_NETWORK1_SUCCESS
-01040056=string/PERSOSUBSTATE_RUIM_NETWORK2_ENTRY
-01040057=string/PERSOSUBSTATE_RUIM_NETWORK2_ERROR
-01040058=string/PERSOSUBSTATE_RUIM_NETWORK2_IN_PROGRESS
-01040059=string/PERSOSUBSTATE_RUIM_NETWORK2_PUK_ENTRY
-0104005a=string/PERSOSUBSTATE_RUIM_NETWORK2_PUK_ERROR
-0104005b=string/PERSOSUBSTATE_RUIM_NETWORK2_PUK_IN_PROGRESS
-0104005c=string/PERSOSUBSTATE_RUIM_NETWORK2_PUK_SUCCESS
-0104005d=string/PERSOSUBSTATE_RUIM_NETWORK2_SUCCESS
-0104005e=string/PERSOSUBSTATE_RUIM_RUIM_ENTRY
-0104005f=string/PERSOSUBSTATE_RUIM_RUIM_ERROR
-01040060=string/PERSOSUBSTATE_RUIM_RUIM_IN_PROGRESS
-01040061=string/PERSOSUBSTATE_RUIM_RUIM_PUK_ENTRY
-01040062=string/PERSOSUBSTATE_RUIM_RUIM_PUK_ERROR
-01040063=string/PERSOSUBSTATE_RUIM_RUIM_PUK_IN_PROGRESS
-01040064=string/PERSOSUBSTATE_RUIM_RUIM_PUK_SUCCESS
-01040065=string/PERSOSUBSTATE_RUIM_RUIM_SUCCESS
-01040066=string/PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_ENTRY
-01040067=string/PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_ERROR
-01040068=string/PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_IN_PROGRESS
-01040069=string/PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_PUK_ENTRY
-0104006a=string/PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_PUK_ERROR
-0104006b=string/PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_PUK_IN_PROGRESS
-0104006c=string/PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_PUK_SUCCESS
-0104006d=string/PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_SUCCESS
-0104006e=string/PERSOSUBSTATE_SIM_CORPORATE_ENTRY
-0104006f=string/PERSOSUBSTATE_SIM_CORPORATE_ERROR
-01040070=string/PERSOSUBSTATE_SIM_CORPORATE_IN_PROGRESS
-01040071=string/PERSOSUBSTATE_SIM_CORPORATE_PUK_ENTRY
-01040072=string/PERSOSUBSTATE_SIM_CORPORATE_PUK_ERROR
-01040073=string/PERSOSUBSTATE_SIM_CORPORATE_PUK_IN_PROGRESS
-01040074=string/PERSOSUBSTATE_SIM_CORPORATE_PUK_SUCCESS
-01040075=string/PERSOSUBSTATE_SIM_CORPORATE_SUCCESS
-01040076=string/PERSOSUBSTATE_SIM_ICCID_ENTRY
-01040077=string/PERSOSUBSTATE_SIM_ICCID_ERROR
-01040078=string/PERSOSUBSTATE_SIM_ICCID_IN_PROGRESS
-01040079=string/PERSOSUBSTATE_SIM_ICCID_SUCCESS
-0104007a=string/PERSOSUBSTATE_SIM_IMPI_ENTRY
-0104007b=string/PERSOSUBSTATE_SIM_IMPI_ERROR
-0104007c=string/PERSOSUBSTATE_SIM_IMPI_IN_PROGRESS
-0104007d=string/PERSOSUBSTATE_SIM_IMPI_SUCCESS
-0104007e=string/PERSOSUBSTATE_SIM_NETWORK_ENTRY
-0104007f=string/PERSOSUBSTATE_SIM_NETWORK_ERROR
-01040080=string/PERSOSUBSTATE_SIM_NETWORK_IN_PROGRESS
-01040081=string/PERSOSUBSTATE_SIM_NETWORK_PUK_ENTRY
-01040082=string/PERSOSUBSTATE_SIM_NETWORK_PUK_ERROR
-01040083=string/PERSOSUBSTATE_SIM_NETWORK_PUK_IN_PROGRESS
-01040084=string/PERSOSUBSTATE_SIM_NETWORK_PUK_SUCCESS
-01040085=string/PERSOSUBSTATE_SIM_NETWORK_SUBSET_ENTRY
-01040086=string/PERSOSUBSTATE_SIM_NETWORK_SUBSET_ERROR
-01040087=string/PERSOSUBSTATE_SIM_NETWORK_SUBSET_IN_PROGRESS
-01040088=string/PERSOSUBSTATE_SIM_NETWORK_SUBSET_PUK_ENTRY
-01040089=string/PERSOSUBSTATE_SIM_NETWORK_SUBSET_PUK_ERROR
-0104008a=string/PERSOSUBSTATE_SIM_NETWORK_SUBSET_PUK_IN_PROGRESS
-0104008b=string/PERSOSUBSTATE_SIM_NETWORK_SUBSET_PUK_SUCCESS
-0104008c=string/PERSOSUBSTATE_SIM_NETWORK_SUBSET_SUCCESS
-0104008d=string/PERSOSUBSTATE_SIM_NETWORK_SUCCESS
-0104008e=string/PERSOSUBSTATE_SIM_NS_SP_ENTRY
-0104008f=string/PERSOSUBSTATE_SIM_NS_SP_ERROR
-01040090=string/PERSOSUBSTATE_SIM_NS_SP_IN_PROGRESS
-01040091=string/PERSOSUBSTATE_SIM_NS_SP_SUCCESS
-01040092=string/PERSOSUBSTATE_SIM_SERVICE_PROVIDER_ENTRY
-01040093=string/PERSOSUBSTATE_SIM_SERVICE_PROVIDER_ERROR
-01040094=string/PERSOSUBSTATE_SIM_SERVICE_PROVIDER_IN_PROGRESS
-01040095=string/PERSOSUBSTATE_SIM_SERVICE_PROVIDER_PUK_ENTRY
-01040096=string/PERSOSUBSTATE_SIM_SERVICE_PROVIDER_PUK_ERROR
-01040097=string/PERSOSUBSTATE_SIM_SERVICE_PROVIDER_PUK_IN_PROGRESS
-01040098=string/PERSOSUBSTATE_SIM_SERVICE_PROVIDER_PUK_SUCCESS
-01040099=string/PERSOSUBSTATE_SIM_SERVICE_PROVIDER_SUCCESS
-0104009a=string/PERSOSUBSTATE_SIM_SIM_ENTRY
-0104009b=string/PERSOSUBSTATE_SIM_SIM_ERROR
-0104009c=string/PERSOSUBSTATE_SIM_SIM_IN_PROGRESS
-0104009d=string/PERSOSUBSTATE_SIM_SIM_PUK_ENTRY
-0104009e=string/PERSOSUBSTATE_SIM_SIM_PUK_ERROR
-0104009f=string/PERSOSUBSTATE_SIM_SIM_PUK_IN_PROGRESS
-010400a0=string/PERSOSUBSTATE_SIM_SIM_PUK_SUCCESS
-010400a1=string/PERSOSUBSTATE_SIM_SIM_SUCCESS
-010400a2=string/PERSOSUBSTATE_SIM_SPN_ENTRY
-010400a3=string/PERSOSUBSTATE_SIM_SPN_ERROR
-010400a4=string/PERSOSUBSTATE_SIM_SPN_IN_PROGRESS
-010400a5=string/PERSOSUBSTATE_SIM_SPN_SUCCESS
-010400a6=string/PERSOSUBSTATE_SIM_SP_EHPLMN_ENTRY
-010400a7=string/PERSOSUBSTATE_SIM_SP_EHPLMN_ERROR
-010400a8=string/PERSOSUBSTATE_SIM_SP_EHPLMN_IN_PROGRESS
-010400a9=string/PERSOSUBSTATE_SIM_SP_EHPLMN_SUCCESS
-010400aa=string/PinMmi
-010400ab=string/PwdMmi
-010400ac=string/RestrictedOnAllVoiceTitle
-010400ad=string/RestrictedOnDataTitle
-010400ae=string/RestrictedOnEmergencyTitle
-010400af=string/RestrictedOnNormalTitle
-010400b0=string/RestrictedStateContent
-010400b1=string/RestrictedStateContentMsimTemplate
-010400b2=string/RuacMmi
-010400b3=string/SetupCallDefault
-010400b4=string/ThreeWCMmi
-010400b5=string/accept
-010400b6=string/accessibility_binding_label
-010400b7=string/accessibility_button_instructional_text
-010400b8=string/accessibility_button_prompt_text
-010400b9=string/accessibility_dialog_button_allow
-010400ba=string/accessibility_dialog_button_deny
-010400bb=string/accessibility_edit_shortcut_menu_button_title
-010400bc=string/accessibility_edit_shortcut_menu_volume_title
-010400bd=string/accessibility_enable_service_encryption_warning
-010400be=string/accessibility_enable_service_title
-010400bf=string/accessibility_freeform_caption
-010400c0=string/accessibility_gesture_3finger_instructional_text
-010400c1=string/accessibility_gesture_3finger_prompt_text
-010400c2=string/accessibility_gesture_instructional_text
-010400c3=string/accessibility_gesture_prompt_text
-010400c4=string/accessibility_magnification_chooser_text
-010400c5=string/accessibility_select_shortcut_menu_title
-010400c6=string/accessibility_service_action_perform_description
-010400c7=string/accessibility_service_action_perform_title
-010400c8=string/accessibility_service_screen_control_description
-010400c9=string/accessibility_service_screen_control_title
-010400ca=string/accessibility_service_warning_description
-010400cb=string/accessibility_shortcut_disabling_service
-010400cc=string/accessibility_shortcut_enabling_service
-010400cd=string/accessibility_shortcut_menu_item_status_off
-010400ce=string/accessibility_shortcut_menu_item_status_on
-010400cf=string/accessibility_shortcut_multiple_service_list
-010400d0=string/accessibility_shortcut_multiple_service_warning
-010400d1=string/accessibility_shortcut_multiple_service_warning_title
-010400d2=string/accessibility_shortcut_off
-010400d3=string/accessibility_shortcut_on
-010400d4=string/accessibility_shortcut_single_service_warning
-010400d5=string/accessibility_shortcut_single_service_warning_title
-010400d6=string/accessibility_shortcut_spoken_feedback
-010400d7=string/accessibility_shortcut_toogle_warning
-010400d8=string/accessibility_shortcut_warning_dialog_title
-010400d9=string/accessibility_system_action_back_label
-010400da=string/accessibility_system_action_hardware_a11y_shortcut_label
-010400db=string/accessibility_system_action_home_label
-010400dc=string/accessibility_system_action_lock_screen_label
-010400dd=string/accessibility_system_action_notifications_label
-010400de=string/accessibility_system_action_on_screen_a11y_shortcut_chooser_label
-010400df=string/accessibility_system_action_on_screen_a11y_shortcut_label
-010400e0=string/accessibility_system_action_power_dialog_label
-010400e1=string/accessibility_system_action_quick_settings_label
-010400e2=string/accessibility_system_action_recents_label
-010400e3=string/accessibility_system_action_screenshot_label
-010400e4=string/accessibility_uncheck_legacy_item_warning
-010400e5=string/action_bar_home_description
-010400e6=string/action_bar_home_description_format
-010400e7=string/action_bar_home_subtitle_description_format
-010400e8=string/action_bar_up_description
-010400e9=string/action_menu_overflow_description
-010400ea=string/action_mode_done
-010400eb=string/activity_chooser_view_dialog_title_default
-010400ec=string/activity_chooser_view_see_all
-010400ed=string/activity_list_empty
-010400ee=string/activity_resolver_use_always
-010400ef=string/activity_resolver_use_once
-010400f0=string/activity_resolver_work_profiles_support
-010400f1=string/activitychooserview_choose_application
-010400f2=string/activitychooserview_choose_application_error
-010400f3=string/adb_active_notification_message
-010400f4=string/adb_active_notification_title
-010400f5=string/adb_debugging_notification_channel_tv
-010400f6=string/adbwifi_active_notification_message
-010400f7=string/adbwifi_active_notification_title
-010400f8=string/addToDictionary
-010400f9=string/add_account_button_label
-010400fa=string/add_account_label
-010400fb=string/aerr_application
-010400fc=string/aerr_application_repeated
-010400fd=string/aerr_close
-010400fe=string/aerr_close_app
-010400ff=string/aerr_mute
-01040100=string/aerr_process
-01040101=string/aerr_process_repeated
-01040102=string/aerr_report
-01040103=string/aerr_restart
-01040104=string/aerr_wait
-01040105=string/alert_windows_notification_channel_group_name
-01040106=string/alert_windows_notification_channel_name
-01040107=string/alert_windows_notification_message
-01040108=string/alert_windows_notification_title
-01040109=string/alert_windows_notification_turn_off_action
-0104010a=string/allow
-0104010b=string/allow_while_in_use_permission_in_fgs
-0104010c=string/alternate_eri_file
-0104010d=string/alwaysUse
-0104010e=string/android_preparing_apk
-0104010f=string/android_start_title
-01040110=string/android_system_label
-01040111=string/android_upgrading_apk
-01040112=string/android_upgrading_complete
-01040113=string/android_upgrading_fstrim
-01040114=string/android_upgrading_notification_title
-01040115=string/android_upgrading_starting_apps
-01040116=string/android_upgrading_title
-01040117=string/anr_activity_application
-01040118=string/anr_activity_process
-01040119=string/anr_application_process
-0104011a=string/anr_process
-0104011b=string/anr_title
-0104011c=string/app_blocked_message
-0104011d=string/app_blocked_title
-0104011e=string/app_category_audio
-0104011f=string/app_category_game
-01040120=string/app_category_image
-01040121=string/app_category_maps
-01040122=string/app_category_news
-01040123=string/app_category_productivity
-01040124=string/app_category_social
-01040125=string/app_category_video
-01040126=string/app_info
-01040127=string/app_not_found
-01040128=string/app_running_notification_text
-01040129=string/app_running_notification_title
-0104012a=string/app_suspended_default_message
-0104012b=string/app_suspended_more_details
-0104012c=string/app_suspended_title
-0104012d=string/app_suspended_unsuspend_message
-0104012e=string/app_upgrading_toast
-0104012f=string/as_app_forced_to_restricted_bucket
-01040130=string/autofill_address_line_1_label_re
-01040131=string/autofill_address_line_1_re
-01040132=string/autofill_address_line_2_re
-01040133=string/autofill_address_line_3_re
-01040134=string/autofill_address_name_separator
-01040135=string/autofill_address_summary_format
-01040136=string/autofill_address_summary_name_format
-01040137=string/autofill_address_summary_separator
-01040138=string/autofill_address_type_same_as_re
-01040139=string/autofill_address_type_use_my_re
-0104013a=string/autofill_area
-0104013b=string/autofill_area_code_notext_re
-0104013c=string/autofill_area_code_re
-0104013d=string/autofill_attention_ignored_re
-0104013e=string/autofill_billing_designator_re
-0104013f=string/autofill_card_cvc_re
-01040140=string/autofill_card_ignored_re
-01040141=string/autofill_card_number_re
-01040142=string/autofill_city_re
-01040143=string/autofill_company_re
-01040144=string/autofill_continue_yes
-01040145=string/autofill_country_code_re
-01040146=string/autofill_country_re
-01040147=string/autofill_county
-01040148=string/autofill_department
-01040149=string/autofill_district
-0104014a=string/autofill_email_re
-0104014b=string/autofill_emirate
-0104014c=string/autofill_error_cannot_autofill
-0104014d=string/autofill_expiration_date_re
-0104014e=string/autofill_expiration_month_re
-0104014f=string/autofill_fax_re
-01040150=string/autofill_first_name_re
-01040151=string/autofill_island
-01040152=string/autofill_last_name_re
-01040153=string/autofill_middle_initial_re
-01040154=string/autofill_middle_name_re
-01040155=string/autofill_name_on_card_contextual_re
-01040156=string/autofill_name_on_card_re
-01040157=string/autofill_name_re
-01040158=string/autofill_name_specific_re
-01040159=string/autofill_parish
-0104015a=string/autofill_phone_extension_re
-0104015b=string/autofill_phone_prefix_re
-0104015c=string/autofill_phone_prefix_separator_re
-0104015d=string/autofill_phone_re
-0104015e=string/autofill_phone_suffix_re
-0104015f=string/autofill_phone_suffix_separator_re
-01040160=string/autofill_picker_accessibility_title
-01040161=string/autofill_picker_no_suggestions
-01040162=string/autofill_postal_code
-01040163=string/autofill_prefecture
-01040164=string/autofill_province
-01040165=string/autofill_region_ignored_re
-01040166=string/autofill_save_accessibility_title
-01040167=string/autofill_save_never
-01040168=string/autofill_save_no
-01040169=string/autofill_save_notnow
-0104016a=string/autofill_save_title
-0104016b=string/autofill_save_title_with_2types
-0104016c=string/autofill_save_title_with_3types
-0104016d=string/autofill_save_title_with_type
-0104016e=string/autofill_save_type_address
-0104016f=string/autofill_save_type_credit_card
-01040170=string/autofill_save_type_debit_card
-01040171=string/autofill_save_type_email_address
-01040172=string/autofill_save_type_generic_card
-01040173=string/autofill_save_type_password
-01040174=string/autofill_save_type_payment_card
-01040175=string/autofill_save_type_username
-01040176=string/autofill_save_yes
-01040177=string/autofill_shipping_designator_re
-01040178=string/autofill_state
-01040179=string/autofill_state_re
-0104017a=string/autofill_this_form
-0104017b=string/autofill_update_title
-0104017c=string/autofill_update_title_with_2types
-0104017d=string/autofill_update_title_with_3types
-0104017e=string/autofill_update_title_with_type
-0104017f=string/autofill_update_yes
-01040180=string/autofill_username_re
-01040181=string/autofill_window_title
-01040182=string/autofill_zip_4_re
-01040183=string/autofill_zip_code
-01040184=string/autofill_zip_code_re
-01040185=string/back_button_label
-01040186=string/badPin
-01040187=string/badPuk
-01040188=string/battery_saver_charged_notification_summary
-01040189=string/battery_saver_description
-0104018a=string/battery_saver_description_with_learn_more
-0104018b=string/battery_saver_notification_channel_name
-0104018c=string/battery_saver_off_notification_title
-0104018d=string/beforeOneMonthDurationPast
-0104018e=string/biometric_dialog_default_title
-0104018f=string/biometric_error_canceled
-01040190=string/biometric_error_device_not_secured
-01040191=string/biometric_error_hw_unavailable
-01040192=string/biometric_error_user_canceled
-01040193=string/biometric_not_recognized
-01040194=string/bluetooth_a2dp_audio_route_name
-01040195=string/bluetooth_airplane_mode_toast
-01040196=string/bugreport_message
-01040197=string/bugreport_option_full_summary
-01040198=string/bugreport_option_full_title
-01040199=string/bugreport_option_interactive_summary
-0104019a=string/bugreport_option_interactive_title
-0104019b=string/bugreport_screenshot_failure_toast
-0104019c=string/bugreport_screenshot_success_toast
-0104019d=string/bugreport_status
-0104019e=string/bugreport_title
-0104019f=string/byteShort
-010401a0=string/candidates_style
-010401a1=string/capability_desc_canCaptureFingerprintGestures
-010401a2=string/capability_desc_canControlMagnification
-010401a3=string/capability_desc_canPerformGestures
-010401a4=string/capability_desc_canRequestFilterKeyEvents
-010401a5=string/capability_desc_canRequestTouchExploration
-010401a6=string/capability_desc_canRetrieveWindowContent
-010401a7=string/capability_desc_canTakeScreenshot
-010401a8=string/capability_title_canCaptureFingerprintGestures
-010401a9=string/capability_title_canControlMagnification
-010401aa=string/capability_title_canPerformGestures
-010401ab=string/capability_title_canRequestFilterKeyEvents
-010401ac=string/capability_title_canRequestTouchExploration
-010401ad=string/capability_title_canRetrieveWindowContent
-010401ae=string/capability_title_canTakeScreenshot
-010401af=string/capital_off
-010401b0=string/capital_on
-010401b1=string/car_loading_profile
-010401b2=string/car_mode_disable_notification_message
-010401b3=string/car_mode_disable_notification_title
-010401b4=string/carrier_app_notification_text
-010401b5=string/carrier_app_notification_title
-010401b6=string/cfTemplateForwarded
-010401b7=string/cfTemplateForwardedTime
-010401b8=string/cfTemplateNotForwarded
-010401b9=string/cfTemplateRegistered
-010401ba=string/cfTemplateRegisteredTime
-010401bb=string/checked
-010401bc=string/chooseActivity
-010401bd=string/chooseUsbActivity
-010401be=string/choose_account_label
-010401bf=string/chooser_all_apps_button_label
-010401c0=string/chooser_no_direct_share_targets
-010401c1=string/chooser_wallpaper
-010401c2=string/clearDefaultHintMsg
-010401c3=string/close_button_text
-010401c4=string/color_correction_feature_name
-010401c5=string/color_inversion_feature_name
-010401c6=string/common_last_name_prefixes
-010401c7=string/common_name
-010401c8=string/common_name_conjunctions
-010401c9=string/common_name_prefixes
-010401ca=string/common_name_suffixes
-010401cb=string/condition_provider_service_binding_label
-010401cc=string/conference_call
-010401cd=string/config_UsbDeviceConnectionHandling_component
-010401ce=string/config_activityRecognitionHardwarePackageName
-010401cf=string/config_appsAuthorizedForSharedAccounts
-010401d0=string/config_appsNotReportingCrashes
-010401d1=string/config_bandwidthEstimateSource
-010401d2=string/config_batterySaverDeviceSpecificConfig
-010401d3=string/config_batterySaverScheduleProvider
-010401d4=string/config_batterymeterBoltPath
-010401d5=string/config_batterymeterErrorPerimeterPath
-010401d6=string/config_batterymeterFillMask
-010401d7=string/config_batterymeterPerimeterPath
-010401d8=string/config_batterymeterPowersavePath
-010401d9=string/config_bodyFontFamily
-010401da=string/config_bodyFontFamilyMedium
-010401db=string/config_cameraLaunchGestureSensorStringType
-010401dc=string/config_cameraLiftTriggerSensorStringType
-010401dd=string/config_carrierAppInstallDialogComponent
-010401de=string/config_chooseAccountActivity
-010401df=string/config_chooseTypeAndAccountActivity
-010401e0=string/config_chooserActivity
-010401e1=string/config_companionDeviceManagerPackage
-010401e2=string/config_controlsPackage
-010401e3=string/config_customAdbPublicKeyConfirmationComponent
-010401e4=string/config_customAdbPublicKeyConfirmationSecondaryUserComponent
-010401e5=string/config_customAdbWifiNetworkConfirmationComponent
-010401e6=string/config_customAdbWifiNetworkConfirmationSecondaryUserComponent
-010401e7=string/config_customCountryDetector
-010401e8=string/config_customMediaKeyDispatcher
-010401e9=string/config_customResolverActivity
-010401ea=string/config_customSessionPolicyProvider
-010401eb=string/config_customVpnAlwaysOnDisconnectedDialogComponent
-010401ec=string/config_customVpnConfirmDialogComponent
-010401ed=string/config_dataUsageSummaryComponent
-010401ee=string/config_datause_iface
-010401ef=string/config_defaultAccessibilityService
-010401f0=string/config_defaultAppPredictionService
-010401f1=string/config_defaultAssistantAccessComponent
-010401f2=string/config_defaultAttentionService
-010401f3=string/config_defaultAugmentedAutofillService
-010401f4=string/config_defaultAutofillService
-010401f5=string/config_defaultBugReportHandlerApp
-010401f6=string/config_defaultContentCaptureService
-010401f7=string/config_defaultContentSuggestionsService
-010401f8=string/config_defaultDndAccessPackages
-010401f9=string/config_defaultListenerAccessPackages
-010401fa=string/config_defaultModuleMetadataProvider
-010401fb=string/config_defaultNearbySharingComponent
-010401fc=string/config_defaultNetworkRecommendationProviderPackage
-010401fd=string/config_defaultNetworkScorerPackageName
-010401fe=string/config_defaultPictureInPictureScreenEdgeInsets
-010401ff=string/config_defaultSupervisionProfileOwnerComponent
-01040200=string/config_defaultSystemCaptionsManagerService
-01040201=string/config_defaultSystemCaptionsService
-01040202=string/config_defaultTextClassifierPackage
-01040203=string/config_defaultTrustAgent
-01040204=string/config_defaultWellbeingPackage
-01040205=string/config_default_dns_server
-01040206=string/config_deviceConfiguratorPackageName
-01040207=string/config_deviceProvisioningPackage
-01040208=string/config_deviceSpecificAudioService
-01040209=string/config_deviceSpecificDevicePolicyManagerService
-0104020a=string/config_deviceSpecificDisplayAreaPolicyProvider
-0104020b=string/config_displayLightSensorType
-0104020c=string/config_displayWhiteBalanceColorTemperatureSensorName
-0104020d=string/config_doubleTouchGestureEnableFile
-0104020e=string/config_dozeComponent
-0104020f=string/config_dozeDoubleTapSensorType
-01040210=string/config_dozeLongPressSensorType
-01040211=string/config_dozeTapSensorType
-01040212=string/config_dreamsDefaultComponent
-01040213=string/config_emergency_call_number
-01040214=string/config_emergency_dialer_package
-01040215=string/config_ethernet_iface_regex
-01040216=string/config_ethernet_tcp_buffers
-01040217=string/config_factoryResetPackage
-01040218=string/config_foldedArea
-01040219=string/config_forceVoiceInteractionServicePackage
-0104021a=string/config_fusedLocationProviderPackageName
-0104021b=string/config_geocoderProviderPackageName
-0104021c=string/config_geofenceProviderPackageName
-0104021d=string/config_headlineFontFamily
-0104021e=string/config_headlineFontFamilyMedium
-0104021f=string/config_headlineFontFeatureSettings
-01040220=string/config_iccHotswapPromptForRestartDialogComponent
-01040221=string/config_icon_mask
-01040222=string/config_inCallNotificationSound
-01040223=string/config_incidentReportApproverPackage
-01040224=string/config_inputEventCompatProcessorOverrideClassName
-01040225=string/config_isoImagePath
-01040226=string/config_keyguardComponent
-01040227=string/config_mainBuiltInDisplayCutout
-01040228=string/config_mainBuiltInDisplayCutoutRectApproximation
-01040229=string/config_managed_provisioning_package
-0104022a=string/config_mediaProjectionPermissionDialogComponent
-0104022b=string/config_misprovisionedBrandValue
-0104022c=string/config_misprovisionedDeviceModel
-0104022d=string/config_mms_user_agent
-0104022e=string/config_mms_user_agent_profile_url
-0104022f=string/config_mobile_hotspot_provision_app_no_ui
-01040230=string/config_mobile_hotspot_provision_response
-01040231=string/config_networkCaptivePortalServerUrl
-01040232=string/config_networkLocationProviderPackageName
-01040233=string/config_networkOverLimitComponent
-01040234=string/config_networkPolicyNotificationComponent
-01040235=string/config_ntpServer
-01040236=string/config_overrideComponentUiPackage
-01040237=string/config_packagedKeyboardName
-01040238=string/config_pdp_reject_dialog_title
-01040239=string/config_pdp_reject_multi_conn_to_same_pdn_not_allowed
-0104023a=string/config_pdp_reject_service_not_subscribed
-0104023b=string/config_pdp_reject_user_authentication_failed
-0104023c=string/config_persistentDataPackageName
-0104023d=string/config_platformVpnConfirmDialogComponent
-0104023e=string/config_powerSaveModeChangedListenerPackage
-0104023f=string/config_qualified_networks_service_class
-01040240=string/config_qualified_networks_service_package
-01040241=string/config_radio_access_family
-01040242=string/config_rawContactsLocalAccountName
-01040243=string/config_rawContactsLocalAccountType
-01040244=string/config_recentsComponentName
-01040245=string/config_retailDemoPackage
-01040246=string/config_retailDemoPackageSignature
-01040247=string/config_screenRecorderComponent
-01040248=string/config_screenshotErrorReceiverComponent
-01040249=string/config_screenshotServiceComponent
-0104024a=string/config_secondaryHomePackage
-0104024b=string/config_servicesExtensionPackage
-0104024c=string/config_signalXPath
-0104024d=string/config_slicePermissionComponent
-0104024e=string/config_somnambulatorComponent
-0104024f=string/config_systemUIServiceComponent
-01040250=string/config_timeZoneRulesDataPackage
-01040251=string/config_timeZoneRulesUpdaterPackage
-01040252=string/config_tvRemoteServicePackage
-01040253=string/config_usbAccessoryUriActivity
-01040254=string/config_usbConfirmActivity
-01040255=string/config_usbContaminantActivity
-01040256=string/config_usbPermissionActivity
-01040257=string/config_usbResolverActivity
-01040258=string/config_useragentprofile_url
-01040259=string/config_wallpaperCropperPackage
-0104025a=string/config_wallpaperManagerServiceName
-0104025b=string/config_wifi_tether_enable
-0104025c=string/config_wimaxManagerClassname
-0104025d=string/config_wimaxNativeLibLocation
-0104025e=string/config_wimaxServiceClassname
-0104025f=string/config_wimaxServiceJarLocation
-01040260=string/config_wimaxStateTrackerClassname
-01040261=string/config_wlan_data_service_class
-01040262=string/config_wlan_data_service_package
-01040263=string/config_wlan_network_service_class
-01040264=string/config_wlan_network_service_package
-01040265=string/config_wwan_data_service_class
-01040266=string/config_wwan_data_service_package
-01040267=string/config_wwan_network_service_class
-01040268=string/config_wwan_network_service_package
-01040269=string/confirm_battery_saver
-0104026a=string/console_running_notification_message
-0104026b=string/console_running_notification_title
-0104026c=string/contentServiceSync
-0104026d=string/contentServiceSyncNotificationTitle
-0104026e=string/contentServiceTooManyDeletesNotificationDesc
-0104026f=string/content_description_sliding_handle
-01040270=string/conversation_single_line_image_placeholder
-01040271=string/conversation_single_line_name_display
-01040272=string/conversation_title_fallback_group_chat
-01040273=string/conversation_title_fallback_one_to_one
-01040274=string/copied
-01040275=string/country_detector
-01040276=string/country_selection_title
-01040277=string/create_contact_using
-01040278=string/data_saver_description
-01040279=string/data_saver_enable_button
-0104027a=string/data_saver_enable_title
-0104027b=string/data_usage_limit_body
-0104027c=string/data_usage_limit_snoozed_body
-0104027d=string/data_usage_mobile_limit_snoozed_title
-0104027e=string/data_usage_mobile_limit_title
-0104027f=string/data_usage_rapid_app_body
-01040280=string/data_usage_rapid_body
-01040281=string/data_usage_rapid_title
-01040282=string/data_usage_restricted_body
-01040283=string/data_usage_restricted_title
-01040284=string/data_usage_warning_body
-01040285=string/data_usage_warning_title
-01040286=string/data_usage_wifi_limit_snoozed_title
-01040287=string/data_usage_wifi_limit_title
-01040288=string/date_and_time
-01040289=string/date_picker_day_of_week_typeface
-0104028a=string/date_picker_day_typeface
-0104028b=string/date_picker_decrement_day_button
-0104028c=string/date_picker_decrement_month_button
-0104028d=string/date_picker_decrement_year_button
-0104028e=string/date_picker_dialog_title
-0104028f=string/date_picker_increment_day_button
-01040290=string/date_picker_increment_month_button
-01040291=string/date_picker_increment_year_button
-01040292=string/date_picker_mode
-01040293=string/date_picker_month_typeface
-01040294=string/date_picker_next_month_button
-01040295=string/date_picker_prev_month_button
-01040296=string/date_time
-01040297=string/date_time_done
-01040298=string/date_time_set
-01040299=string/day
-0104029a=string/days
-0104029b=string/db_default_journal_mode
-0104029c=string/db_default_sync_mode
-0104029d=string/db_wal_sync_mode
-0104029e=string/decline
-0104029f=string/decline_remote_bugreport_action
-010402a0=string/default_audio_route_category_name
-010402a1=string/default_audio_route_name
-010402a2=string/default_audio_route_name_dock_speakers
-010402a3=string/default_audio_route_name_hdmi
-010402a4=string/default_audio_route_name_headphones
-010402a5=string/default_audio_route_name_usb
-010402a6=string/default_browser
-010402a7=string/default_notification_channel_label
-010402a8=string/default_sms_application
-010402a9=string/default_wallpaper_component
-010402aa=string/delete
-010402ab=string/deleteText
-010402ac=string/deleted_key
-010402ad=string/demo_restarting_message
-010402ae=string/demo_starting_message
-010402af=string/deny
-010402b0=string/deprecated_target_sdk_app_store
-010402b1=string/deprecated_target_sdk_message
-010402b2=string/description_target_unlock_tablet
-010402b3=string/device_ownership_relinquished
-010402b4=string/device_storage_monitor_notification_channel
-010402b5=string/dial_number_using
-010402b6=string/disable_accessibility_shortcut
-010402b7=string/display_manager_built_in_display_name
-010402b8=string/display_manager_hdmi_display_name
-010402b9=string/display_manager_overlay_display_name
-010402ba=string/display_manager_overlay_display_secure_suffix
-010402bb=string/display_manager_overlay_display_title
-010402bc=string/dlg_ok
-010402bd=string/done_accessibility_shortcut_menu_button
-010402be=string/done_label
-010402bf=string/double_tap_toast
-010402c0=string/dump_heap_notification
-010402c1=string/dump_heap_notification_detail
-010402c2=string/dump_heap_ready_notification
-010402c3=string/dump_heap_ready_text
-010402c4=string/dump_heap_system_text
-010402c5=string/dump_heap_text
-010402c6=string/dump_heap_title
-010402c7=string/dynamic_mode_notification_channel_name
-010402c8=string/dynamic_mode_notification_summary
-010402c9=string/dynamic_mode_notification_title
-010402ca=string/editTextMenuTitle
-010402cb=string/edit_accessibility_shortcut_menu_button
-010402cc=string/elapsed_time_short_format_h_mm_ss
-010402cd=string/elapsed_time_short_format_mm_ss
-010402ce=string/emailTypeCustom
-010402cf=string/emailTypeHome
-010402d0=string/emailTypeMobile
-010402d1=string/emailTypeOther
-010402d2=string/emailTypeWork
-010402d3=string/emergency_call_dialog_number_for_display
-010402d4=string/emergency_calls_only
-010402d5=string/enablePin
-010402d6=string/enable_explore_by_touch_warning_message
-010402d7=string/enable_explore_by_touch_warning_title
-010402d8=string/error_message_change_not_allowed
-010402d9=string/error_message_title
-010402da=string/etws_primary_default_message_earthquake
-010402db=string/etws_primary_default_message_earthquake_and_tsunami
-010402dc=string/etws_primary_default_message_others
-010402dd=string/etws_primary_default_message_test
-010402de=string/etws_primary_default_message_tsunami
-010402df=string/eventTypeAnniversary
-010402e0=string/eventTypeBirthday
-010402e1=string/eventTypeCustom
-010402e2=string/eventTypeOther
-010402e3=string/expand_action_accessibility
-010402e4=string/expand_button_content_description_collapsed
-010402e5=string/expand_button_content_description_expanded
-010402e6=string/expires_on
-010402e7=string/ext_media_badremoval_notification_message
-010402e8=string/ext_media_badremoval_notification_title
-010402e9=string/ext_media_browse_action
-010402ea=string/ext_media_checking_notification_message
-010402eb=string/ext_media_checking_notification_title
-010402ec=string/ext_media_init_action
-010402ed=string/ext_media_missing_message
-010402ee=string/ext_media_missing_title
-010402ef=string/ext_media_move_failure_message
-010402f0=string/ext_media_move_failure_title
-010402f1=string/ext_media_move_specific_title
-010402f2=string/ext_media_move_success_message
-010402f3=string/ext_media_move_success_title
-010402f4=string/ext_media_move_title
-010402f5=string/ext_media_new_notification_message
-010402f6=string/ext_media_new_notification_title
-010402f7=string/ext_media_nomedia_notification_message
-010402f8=string/ext_media_nomedia_notification_title
-010402f9=string/ext_media_ready_notification_message
-010402fa=string/ext_media_seamless_action
-010402fb=string/ext_media_status_bad_removal
-010402fc=string/ext_media_status_checking
-010402fd=string/ext_media_status_ejecting
-010402fe=string/ext_media_status_formatting
-010402ff=string/ext_media_status_missing
-01040300=string/ext_media_status_mounted
-01040301=string/ext_media_status_mounted_ro
-01040302=string/ext_media_status_removed
-01040303=string/ext_media_status_unmountable
-01040304=string/ext_media_status_unmounted
-01040305=string/ext_media_status_unsupported
-01040306=string/ext_media_unmount_action
-01040307=string/ext_media_unmountable_notification_message
-01040308=string/ext_media_unmountable_notification_title
-01040309=string/ext_media_unmounting_notification_message
-0104030a=string/ext_media_unmounting_notification_title
-0104030b=string/ext_media_unsupported_notification_message
-0104030c=string/ext_media_unsupported_notification_title
-0104030d=string/extract_edit_menu_button
-0104030e=string/face_acquired_insufficient
-0104030f=string/face_acquired_not_detected
-01040310=string/face_acquired_obscured
-01040311=string/face_acquired_pan_too_extreme
-01040312=string/face_acquired_poor_gaze
-01040313=string/face_acquired_recalibrate
-01040314=string/face_acquired_roll_too_extreme
-01040315=string/face_acquired_sensor_dirty
-01040316=string/face_acquired_tilt_too_extreme
-01040317=string/face_acquired_too_bright
-01040318=string/face_acquired_too_close
-01040319=string/face_acquired_too_dark
-0104031a=string/face_acquired_too_different
-0104031b=string/face_acquired_too_far
-0104031c=string/face_acquired_too_high
-0104031d=string/face_acquired_too_left
-0104031e=string/face_acquired_too_low
-0104031f=string/face_acquired_too_much_motion
-01040320=string/face_acquired_too_right
-01040321=string/face_acquired_too_similar
-01040322=string/face_authenticated_confirmation_required
-01040323=string/face_authenticated_no_confirmation_required
-01040324=string/face_error_canceled
-01040325=string/face_error_hw_not_available
-01040326=string/face_error_hw_not_present
-01040327=string/face_error_lockout
-01040328=string/face_error_lockout_permanent
-01040329=string/face_error_no_space
-0104032a=string/face_error_not_enrolled
-0104032b=string/face_error_security_update_required
-0104032c=string/face_error_timeout
-0104032d=string/face_error_unable_to_process
-0104032e=string/face_error_user_canceled
-0104032f=string/face_icon_content_description
-01040330=string/face_name_template
-01040331=string/face_recalibrate_notification_content
-01040332=string/face_recalibrate_notification_name
-01040333=string/face_recalibrate_notification_title
-01040334=string/faceunlock_multiple_failures
-01040335=string/factory_reset_message
-01040336=string/factory_reset_warning
-01040337=string/factorytest_failed
-01040338=string/factorytest_no_action
-01040339=string/factorytest_not_system
-0104033a=string/factorytest_reboot
-0104033b=string/failed_to_copy_to_clipboard
-0104033c=string/fast_scroll_alphabet
-0104033d=string/fast_scroll_numeric_alphabet
-0104033e=string/fcComplete
-0104033f=string/fcError
-01040340=string/fileSizeSuffix
-01040341=string/find
-01040342=string/find_next
-01040343=string/find_on_page
-01040344=string/find_previous
-01040345=string/fingerprint_acquired_imager_dirty
-01040346=string/fingerprint_acquired_insufficient
-01040347=string/fingerprint_acquired_partial
-01040348=string/fingerprint_acquired_too_fast
-01040349=string/fingerprint_acquired_too_slow
-0104034a=string/fingerprint_authenticated
-0104034b=string/fingerprint_error_canceled
-0104034c=string/fingerprint_error_hw_not_available
-0104034d=string/fingerprint_error_hw_not_present
-0104034e=string/fingerprint_error_lockout
-0104034f=string/fingerprint_error_lockout_permanent
-01040350=string/fingerprint_error_no_fingerprints
-01040351=string/fingerprint_error_no_space
-01040352=string/fingerprint_error_security_update_required
-01040353=string/fingerprint_error_timeout
-01040354=string/fingerprint_error_unable_to_process
-01040355=string/fingerprint_error_user_canceled
-01040356=string/fingerprint_name_template
-01040357=string/fingerprints
-01040358=string/floating_toolbar_close_overflow_description
-01040359=string/floating_toolbar_open_overflow_description
-0104035a=string/font_family_body_1_material
-0104035b=string/font_family_body_2_material
-0104035c=string/font_family_button_material
-0104035d=string/font_family_caption_material
-0104035e=string/font_family_display_1_material
-0104035f=string/font_family_display_2_material
-01040360=string/font_family_display_3_material
-01040361=string/font_family_display_4_material
-01040362=string/font_family_headline_material
-01040363=string/font_family_menu_material
-01040364=string/font_family_subhead_material
-01040365=string/font_family_title_material
-01040366=string/force_close
-01040367=string/foreground_service_app_in_background
-01040368=string/foreground_service_apps_in_background
-01040369=string/foreground_service_multiple_separator
-0104036a=string/foreground_service_tap_for_details
-0104036b=string/forward_intent_to_owner
-0104036c=string/forward_intent_to_work
-0104036d=string/gadget_host_error_inflating
-0104036e=string/gigabyteShort
-0104036f=string/global_action_assist
-01040370=string/global_action_bug_report
-01040371=string/global_action_emergency
-01040372=string/global_action_lock
-01040373=string/global_action_lockdown
-01040374=string/global_action_logout
-01040375=string/global_action_power_off
-01040376=string/global_action_power_options
-01040377=string/global_action_restart
-01040378=string/global_action_screenshot
-01040379=string/global_action_settings
-0104037a=string/global_action_silent_mode_off_status
-0104037b=string/global_action_silent_mode_on_status
-0104037c=string/global_action_toggle_silent_mode
-0104037d=string/global_action_voice_assist
-0104037e=string/global_actions
-0104037f=string/global_actions_airplane_mode_off_status
-01040380=string/global_actions_airplane_mode_on_status
-01040381=string/global_actions_toggle_airplane_mode
-01040382=string/gnss_nfw_notification_message_carrier
-01040383=string/gnss_nfw_notification_message_oem
-01040384=string/gnss_nfw_notification_title
-01040385=string/gpsNotifMessage
-01040386=string/gpsNotifTicker
-01040387=string/gpsNotifTitle
-01040388=string/gpsVerifNo
-01040389=string/gpsVerifYes
-0104038a=string/grant_credentials_permission_message_footer
-0104038b=string/grant_credentials_permission_message_header
-0104038c=string/grant_permissions_header_text
-0104038d=string/granularity_label_character
-0104038e=string/granularity_label_line
-0104038f=string/granularity_label_link
-01040390=string/granularity_label_word
-01040391=string/gsm_alphabet_default_charset
-01040392=string/hardware
-01040393=string/harmful_app_warning_open_anyway
-01040394=string/harmful_app_warning_title
-01040395=string/harmful_app_warning_uninstall
-01040396=string/heavy_weight_notification
-01040397=string/heavy_weight_notification_detail
-01040398=string/heavy_weight_switcher_text
-01040399=string/heavy_weight_switcher_title
-0104039a=string/hour
-0104039b=string/hour_picker_description
-0104039c=string/hours
-0104039d=string/httpError
-0104039e=string/httpErrorAuth
-0104039f=string/httpErrorConnect
-010403a0=string/httpErrorFailedSslHandshake
-010403a1=string/httpErrorFile
-010403a2=string/httpErrorFileNotFound
-010403a3=string/httpErrorIO
-010403a4=string/httpErrorLookup
-010403a5=string/httpErrorOk
-010403a6=string/httpErrorProxyAuth
-010403a7=string/httpErrorRedirectLoop
-010403a8=string/httpErrorTimeout
-010403a9=string/httpErrorTooManyRequests
-010403aa=string/httpErrorUnsupportedAuthScheme
-010403ab=string/icu_abbrev_wday_month_day_no_year
-010403ac=string/imProtocolAim
-010403ad=string/imProtocolCustom
-010403ae=string/imProtocolGoogleTalk
-010403af=string/imProtocolIcq
-010403b0=string/imProtocolJabber
-010403b1=string/imProtocolMsn
-010403b2=string/imProtocolNetMeeting
-010403b3=string/imProtocolQq
-010403b4=string/imProtocolSkype
-010403b5=string/imProtocolYahoo
-010403b6=string/imTypeCustom
-010403b7=string/imTypeHome
-010403b8=string/imTypeOther
-010403b9=string/imTypeWork
-010403ba=string/image_wallpaper_component
-010403bb=string/ime_action_default
-010403bc=string/ime_action_done
-010403bd=string/ime_action_go
-010403be=string/ime_action_next
-010403bf=string/ime_action_previous
-010403c0=string/ime_action_search
-010403c1=string/ime_action_send
-010403c2=string/imei
-010403c3=string/immersive_cling_description
-010403c4=string/immersive_cling_positive
-010403c5=string/immersive_cling_title
-010403c6=string/importance_from_person
-010403c7=string/importance_from_user
-010403c8=string/inputMethod
-010403c9=string/input_method_binding_label
-010403ca=string/install_carrier_app_notification_button
-010403cb=string/install_carrier_app_notification_text
-010403cc=string/install_carrier_app_notification_text_app_name
-010403cd=string/install_carrier_app_notification_title
-010403ce=string/invalidPin
-010403cf=string/invalidPuk
-010403d0=string/issued_by
-010403d1=string/issued_on
-010403d2=string/issued_to
-010403d3=string/js_dialog_before_unload
-010403d4=string/js_dialog_before_unload_negative_button
-010403d5=string/js_dialog_before_unload_positive_button
-010403d6=string/js_dialog_before_unload_title
-010403d7=string/js_dialog_title
-010403d8=string/js_dialog_title_default
-010403d9=string/keyboardview_keycode_alt
-010403da=string/keyboardview_keycode_cancel
-010403db=string/keyboardview_keycode_delete
-010403dc=string/keyboardview_keycode_done
-010403dd=string/keyboardview_keycode_enter
-010403de=string/keyboardview_keycode_mode_change
-010403df=string/keyboardview_keycode_shift
-010403e0=string/keygaurd_accessibility_media_controls
-010403e1=string/keyguard_accessibility_add_widget
-010403e2=string/keyguard_accessibility_camera
-010403e3=string/keyguard_accessibility_expand_lock_area
-010403e4=string/keyguard_accessibility_face_unlock
-010403e5=string/keyguard_accessibility_password_unlock
-010403e6=string/keyguard_accessibility_pattern_area
-010403e7=string/keyguard_accessibility_pattern_unlock
-010403e8=string/keyguard_accessibility_pin_unlock
-010403e9=string/keyguard_accessibility_sim_pin_unlock
-010403ea=string/keyguard_accessibility_sim_puk_unlock
-010403eb=string/keyguard_accessibility_slide_area
-010403ec=string/keyguard_accessibility_slide_unlock
-010403ed=string/keyguard_accessibility_status
-010403ee=string/keyguard_accessibility_unlock_area_collapsed
-010403ef=string/keyguard_accessibility_unlock_area_expanded
-010403f0=string/keyguard_accessibility_user_selector
-010403f1=string/keyguard_accessibility_widget
-010403f2=string/keyguard_accessibility_widget_changed
-010403f3=string/keyguard_accessibility_widget_deleted
-010403f4=string/keyguard_accessibility_widget_empty_slot
-010403f5=string/keyguard_accessibility_widget_reorder_end
-010403f6=string/keyguard_accessibility_widget_reorder_start
-010403f7=string/keyguard_label_text
-010403f8=string/keyguard_password_enter_password_code
-010403f9=string/keyguard_password_enter_pin_code
-010403fa=string/keyguard_password_enter_pin_password_code
-010403fb=string/keyguard_password_enter_pin_prompt
-010403fc=string/keyguard_password_enter_puk_code
-010403fd=string/keyguard_password_enter_puk_prompt
-010403fe=string/keyguard_password_entry_touch_hint
-010403ff=string/keyguard_password_wrong_pin_code
-01040400=string/kg_enter_confirm_pin_hint
-01040401=string/kg_failed_attempts_almost_at_login
-01040402=string/kg_failed_attempts_almost_at_wipe
-01040403=string/kg_failed_attempts_now_wiping
-01040404=string/kg_forgot_pattern_button_text
-01040405=string/kg_invalid_confirm_pin_hint
-01040406=string/kg_invalid_puk
-01040407=string/kg_invalid_sim_pin_hint
-01040408=string/kg_invalid_sim_puk_hint
-01040409=string/kg_login_account_recovery_hint
-0104040a=string/kg_login_checking_password
-0104040b=string/kg_login_instructions
-0104040c=string/kg_login_invalid_input
-0104040d=string/kg_login_password_hint
-0104040e=string/kg_login_submit_button
-0104040f=string/kg_login_too_many_attempts
-01040410=string/kg_login_username_hint
-01040411=string/kg_password_instructions
-01040412=string/kg_password_wrong_pin_code
-01040413=string/kg_pattern_instructions
-01040414=string/kg_pin_instructions
-01040415=string/kg_puk_enter_pin_hint
-01040416=string/kg_puk_enter_puk_hint
-01040417=string/kg_reordering_delete_drop_target_text
-01040418=string/kg_sim_pin_instructions
-01040419=string/kg_sim_unlock_progress_dialog_message
-0104041a=string/kg_text_message_separator
-0104041b=string/kg_too_many_failed_password_attempts_dialog_message
-0104041c=string/kg_too_many_failed_pattern_attempts_dialog_message
-0104041d=string/kg_too_many_failed_pin_attempts_dialog_message
-0104041e=string/kg_wrong_password
-0104041f=string/kg_wrong_pattern
-01040420=string/kg_wrong_pin
-01040421=string/kilobyteShort
-01040422=string/language_picker_section_all
-01040423=string/language_picker_section_suggested
-01040424=string/language_selection_title
-01040425=string/last_month
-01040426=string/launchBrowserDefault
-01040427=string/launch_warning_original
-01040428=string/launch_warning_replace
-01040429=string/launch_warning_title
-0104042a=string/leave_accessibility_shortcut_on
-0104042b=string/loading
-0104042c=string/locale_replacement
-0104042d=string/locale_search_menu
-0104042e=string/location_changed_notification_text
-0104042f=string/location_changed_notification_title
-01040430=string/location_service
-01040431=string/lock_pattern_view_aspect
-01040432=string/lock_to_app_unlock_password
-01040433=string/lock_to_app_unlock_pattern
-01040434=string/lock_to_app_unlock_pin
-01040435=string/lockscreen_access_pattern_area
-01040436=string/lockscreen_access_pattern_cell_added
-01040437=string/lockscreen_access_pattern_cell_added_verbose
-01040438=string/lockscreen_access_pattern_cleared
-01040439=string/lockscreen_access_pattern_detected
-0104043a=string/lockscreen_access_pattern_start
-0104043b=string/lockscreen_carrier_default
-0104043c=string/lockscreen_emergency_call
-0104043d=string/lockscreen_failed_attempts_almost_at_wipe
-0104043e=string/lockscreen_failed_attempts_almost_glogin
-0104043f=string/lockscreen_failed_attempts_now_wiping
-01040440=string/lockscreen_forgot_pattern_button_text
-01040441=string/lockscreen_glogin_account_recovery_hint
-01040442=string/lockscreen_glogin_checking_password
-01040443=string/lockscreen_glogin_forgot_pattern
-01040444=string/lockscreen_glogin_instructions
-01040445=string/lockscreen_glogin_invalid_input
-01040446=string/lockscreen_glogin_password_hint
-01040447=string/lockscreen_glogin_submit_button
-01040448=string/lockscreen_glogin_too_many_attempts
-01040449=string/lockscreen_glogin_username_hint
-0104044a=string/lockscreen_instructions_when_pattern_disabled
-0104044b=string/lockscreen_instructions_when_pattern_enabled
-0104044c=string/lockscreen_missing_sim_instructions
-0104044d=string/lockscreen_missing_sim_instructions_long
-0104044e=string/lockscreen_missing_sim_message
-0104044f=string/lockscreen_missing_sim_message_short
-01040450=string/lockscreen_network_locked_message
-01040451=string/lockscreen_password_wrong
-01040452=string/lockscreen_pattern_correct
-01040453=string/lockscreen_pattern_instructions
-01040454=string/lockscreen_pattern_wrong
-01040455=string/lockscreen_permanent_disabled_sim_instructions
-01040456=string/lockscreen_permanent_disabled_sim_message_short
-01040457=string/lockscreen_return_to_call
-01040458=string/lockscreen_screen_locked
-01040459=string/lockscreen_sim_locked_message
-0104045a=string/lockscreen_sim_puk_locked_instructions
-0104045b=string/lockscreen_sim_puk_locked_message
-0104045c=string/lockscreen_sim_unlock_progress_dialog_message
-0104045d=string/lockscreen_sound_off_label
-0104045e=string/lockscreen_sound_on_label
-0104045f=string/lockscreen_storage_locked
-01040460=string/lockscreen_too_many_failed_attempts_countdown
-01040461=string/lockscreen_too_many_failed_attempts_dialog_message
-01040462=string/lockscreen_too_many_failed_password_attempts_dialog_message
-01040463=string/lockscreen_too_many_failed_pin_attempts_dialog_message
-01040464=string/lockscreen_transport_ffw_description
-01040465=string/lockscreen_transport_next_description
-01040466=string/lockscreen_transport_pause_description
-01040467=string/lockscreen_transport_play_description
-01040468=string/lockscreen_transport_prev_description
-01040469=string/lockscreen_transport_rew_description
-0104046a=string/lockscreen_transport_stop_description
-0104046b=string/lockscreen_unlock_label
-0104046c=string/low_internal_storage_view_text
-0104046d=string/low_internal_storage_view_text_no_boot
-0104046e=string/low_internal_storage_view_title
-0104046f=string/low_memory
-01040470=string/managed_profile_label
-01040471=string/managed_profile_label_badge
-01040472=string/managed_profile_label_badge_2
-01040473=string/managed_profile_label_badge_3
-01040474=string/maximize_button_text
-01040475=string/me
-01040476=string/media_route_button_content_description
-01040477=string/media_route_chooser_extended_settings
-01040478=string/media_route_chooser_searching
-01040479=string/media_route_chooser_title
-0104047a=string/media_route_chooser_title_for_remote_display
-0104047b=string/media_route_controller_disconnect
-0104047c=string/media_route_status_available
-0104047d=string/media_route_status_connecting
-0104047e=string/media_route_status_in_use
-0104047f=string/media_route_status_not_available
-01040480=string/media_route_status_scanning
-01040481=string/mediasize_chinese_om_dai_pa_kai
-01040482=string/mediasize_chinese_om_jurro_ku_kai
-01040483=string/mediasize_chinese_om_pa_kai
-01040484=string/mediasize_chinese_prc_1
-01040485=string/mediasize_chinese_prc_10
-01040486=string/mediasize_chinese_prc_16k
-01040487=string/mediasize_chinese_prc_2
-01040488=string/mediasize_chinese_prc_3
-01040489=string/mediasize_chinese_prc_4
-0104048a=string/mediasize_chinese_prc_5
-0104048b=string/mediasize_chinese_prc_6
-0104048c=string/mediasize_chinese_prc_7
-0104048d=string/mediasize_chinese_prc_8
-0104048e=string/mediasize_chinese_prc_9
-0104048f=string/mediasize_chinese_roc_16k
-01040490=string/mediasize_chinese_roc_8k
-01040491=string/mediasize_iso_a0
-01040492=string/mediasize_iso_a1
-01040493=string/mediasize_iso_a10
-01040494=string/mediasize_iso_a2
-01040495=string/mediasize_iso_a3
-01040496=string/mediasize_iso_a4
-01040497=string/mediasize_iso_a5
-01040498=string/mediasize_iso_a6
-01040499=string/mediasize_iso_a7
-0104049a=string/mediasize_iso_a8
-0104049b=string/mediasize_iso_a9
-0104049c=string/mediasize_iso_b0
-0104049d=string/mediasize_iso_b1
-0104049e=string/mediasize_iso_b10
-0104049f=string/mediasize_iso_b2
-010404a0=string/mediasize_iso_b3
-010404a1=string/mediasize_iso_b4
-010404a2=string/mediasize_iso_b5
-010404a3=string/mediasize_iso_b6
-010404a4=string/mediasize_iso_b7
-010404a5=string/mediasize_iso_b8
-010404a6=string/mediasize_iso_b9
-010404a7=string/mediasize_iso_c0
-010404a8=string/mediasize_iso_c1
-010404a9=string/mediasize_iso_c10
-010404aa=string/mediasize_iso_c2
-010404ab=string/mediasize_iso_c3
-010404ac=string/mediasize_iso_c4
-010404ad=string/mediasize_iso_c5
-010404ae=string/mediasize_iso_c6
-010404af=string/mediasize_iso_c7
-010404b0=string/mediasize_iso_c8
-010404b1=string/mediasize_iso_c9
-010404b2=string/mediasize_japanese_chou2
-010404b3=string/mediasize_japanese_chou3
-010404b4=string/mediasize_japanese_chou4
-010404b5=string/mediasize_japanese_hagaki
-010404b6=string/mediasize_japanese_jis_b0
-010404b7=string/mediasize_japanese_jis_b1
-010404b8=string/mediasize_japanese_jis_b10
-010404b9=string/mediasize_japanese_jis_b2
-010404ba=string/mediasize_japanese_jis_b3
-010404bb=string/mediasize_japanese_jis_b4
-010404bc=string/mediasize_japanese_jis_b5
-010404bd=string/mediasize_japanese_jis_b6
-010404be=string/mediasize_japanese_jis_b7
-010404bf=string/mediasize_japanese_jis_b8
-010404c0=string/mediasize_japanese_jis_b9
-010404c1=string/mediasize_japanese_jis_exec
-010404c2=string/mediasize_japanese_kahu
-010404c3=string/mediasize_japanese_kaku2
-010404c4=string/mediasize_japanese_oufuku
-010404c5=string/mediasize_japanese_you4
-010404c6=string/mediasize_na_foolscap
-010404c7=string/mediasize_na_gvrnmt_letter
-010404c8=string/mediasize_na_index_3x5
-010404c9=string/mediasize_na_index_4x6
-010404ca=string/mediasize_na_index_5x8
-010404cb=string/mediasize_na_junior_legal
-010404cc=string/mediasize_na_ledger
-010404cd=string/mediasize_na_legal
-010404ce=string/mediasize_na_letter
-010404cf=string/mediasize_na_monarch
-010404d0=string/mediasize_na_quarto
-010404d1=string/mediasize_na_tabloid
-010404d2=string/mediasize_unknown_landscape
-010404d3=string/mediasize_unknown_portrait
-010404d4=string/megabyteShort
-010404d5=string/meid
-010404d6=string/menu_alt_shortcut_label
-010404d7=string/menu_ctrl_shortcut_label
-010404d8=string/menu_delete_shortcut_label
-010404d9=string/menu_enter_shortcut_label
-010404da=string/menu_function_shortcut_label
-010404db=string/menu_meta_shortcut_label
-010404dc=string/menu_shift_shortcut_label
-010404dd=string/menu_space_shortcut_label
-010404de=string/menu_sym_shortcut_label
-010404df=string/midnight
-010404e0=string/mime_type_apk
-010404e1=string/mime_type_audio
-010404e2=string/mime_type_audio_ext
-010404e3=string/mime_type_compressed
-010404e4=string/mime_type_compressed_ext
-010404e5=string/mime_type_document
-010404e6=string/mime_type_document_ext
-010404e7=string/mime_type_folder
-010404e8=string/mime_type_generic
-010404e9=string/mime_type_generic_ext
-010404ea=string/mime_type_image
-010404eb=string/mime_type_image_ext
-010404ec=string/mime_type_presentation
-010404ed=string/mime_type_presentation_ext
-010404ee=string/mime_type_spreadsheet
-010404ef=string/mime_type_spreadsheet_ext
-010404f0=string/mime_type_video
-010404f1=string/mime_type_video_ext
-010404f2=string/minute
-010404f3=string/minute_picker_description
-010404f4=string/minutes
-010404f5=string/mismatchPin
-010404f6=string/mmcc_authentication_reject
-010404f7=string/mmcc_authentication_reject_msim_template
-010404f8=string/mmcc_illegal_me
-010404f9=string/mmcc_illegal_me_msim_template
-010404fa=string/mmcc_illegal_ms
-010404fb=string/mmcc_illegal_ms_msim_template
-010404fc=string/mmcc_imsi_unknown_in_hlr
-010404fd=string/mmcc_imsi_unknown_in_hlr_msim_template
-010404fe=string/mmiComplete
-010404ff=string/mmiError
-01040500=string/mmiErrorWhileRoaming
-01040501=string/mmiFdnError
-01040502=string/mobile_no_internet
-01040503=string/mobile_provisioning_apn
-01040504=string/mobile_provisioning_url
-01040505=string/month_day_year
-01040506=string/more_item_label
-01040507=string/muted_by
-01040508=string/needPuk
-01040509=string/needPuk2
-0104050a=string/negative_duration
-0104050b=string/network_available_sign_in
-0104050c=string/network_available_sign_in_detailed
-0104050d=string/network_logging_notification_text
-0104050e=string/network_logging_notification_title
-0104050f=string/network_partial_connectivity
-01040510=string/network_partial_connectivity_detailed
-01040511=string/network_switch_metered
-01040512=string/network_switch_metered_detail
-01040513=string/network_switch_metered_toast
-01040514=string/network_switch_type_name_unknown
-01040515=string/new_app_action
-01040516=string/new_app_description
-01040517=string/new_sms_notification_content
-01040518=string/new_sms_notification_title
-01040519=string/next_button_label
-0104051a=string/noApplications
-0104051b=string/no_file_chosen
-0104051c=string/no_matches
-0104051d=string/no_permissions
-0104051e=string/no_recent_tasks
-0104051f=string/noon
-01040520=string/not_checked
-01040521=string/notification_alerted_content_description
-01040522=string/notification_app_name_settings
-01040523=string/notification_app_name_system
-01040524=string/notification_appops_camera_active
-01040525=string/notification_appops_microphone_active
-01040526=string/notification_appops_overlay_active
-01040527=string/notification_channel_account
-01040528=string/notification_channel_alerts
-01040529=string/notification_channel_call_forward
-0104052a=string/notification_channel_car_mode
-0104052b=string/notification_channel_developer
-0104052c=string/notification_channel_developer_important
-0104052d=string/notification_channel_device_admin
-0104052e=string/notification_channel_do_not_disturb
-0104052f=string/notification_channel_emergency_callback
-01040530=string/notification_channel_foreground_service
-01040531=string/notification_channel_heavy_weight_app
-01040532=string/notification_channel_mobile_data_status
-01040533=string/notification_channel_network_alert
-01040534=string/notification_channel_network_alerts
-01040535=string/notification_channel_network_available
-01040536=string/notification_channel_network_status
-01040537=string/notification_channel_physical_keyboard
-01040538=string/notification_channel_retail_mode
-01040539=string/notification_channel_security
-0104053a=string/notification_channel_sim
-0104053b=string/notification_channel_sim_high_prio
-0104053c=string/notification_channel_sms
-0104053d=string/notification_channel_system_changes
-0104053e=string/notification_channel_updates
-0104053f=string/notification_channel_usb
-01040540=string/notification_channel_virtual_keyboard
-01040541=string/notification_channel_voice_mail
-01040542=string/notification_channel_vpn
-01040543=string/notification_channel_wfc
-01040544=string/notification_header_divider_symbol
-01040545=string/notification_header_divider_symbol_with_spaces
-01040546=string/notification_hidden_text
-01040547=string/notification_history_title_placeholder
-01040548=string/notification_inbox_ellipsis
-01040549=string/notification_listener_binding_label
-0104054a=string/notification_messaging_title_template
-0104054b=string/notification_ranker_binding_label
-0104054c=string/notification_reply_button_accessibility
-0104054d=string/notification_title
-0104054e=string/notification_work_profile_content_description
-0104054f=string/now_string_shortest
-01040550=string/number_picker_decrement_button
-01040551=string/number_picker_increment_button
-01040552=string/number_picker_increment_scroll_action
-01040553=string/number_picker_increment_scroll_mode
-01040554=string/old_app_action
-01040555=string/older
-01040556=string/oneMonthDurationPast
-01040557=string/open_permission_deny
-01040558=string/orgTypeCustom
-01040559=string/orgTypeOther
-0104055a=string/orgTypeWork
-0104055b=string/org_name
-0104055c=string/org_unit
-0104055d=string/other_networks_no_internet
-0104055e=string/owner_name
-0104055f=string/package_deleted_device_owner
-01040560=string/package_installed_device_owner
-01040561=string/package_updated_device_owner
-01040562=string/passwordIncorrect
-01040563=string/password_keyboard_label_alpha_key
-01040564=string/password_keyboard_label_alt_key
-01040565=string/password_keyboard_label_symbol_key
-01040566=string/peerTtyModeFull
-01040567=string/peerTtyModeHco
-01040568=string/peerTtyModeOff
-01040569=string/peerTtyModeVco
-0104056a=string/perm_costs_money
-0104056b=string/permdesc_acceptHandovers
-0104056c=string/permdesc_accessBackgroundLocation
-0104056d=string/permdesc_accessCoarseLocation
-0104056e=string/permdesc_accessDrmCertificates
-0104056f=string/permdesc_accessFineLocation
-01040570=string/permdesc_accessImsCallService
-01040571=string/permdesc_accessLocationExtraCommands
-01040572=string/permdesc_accessNetworkConditions
-01040573=string/permdesc_accessNetworkState
-01040574=string/permdesc_accessNotifications
-01040575=string/permdesc_accessWifiState
-01040576=string/permdesc_accessWimaxState
-01040577=string/permdesc_access_notification_policy
-01040578=string/permdesc_activityRecognition
-01040579=string/permdesc_addVoicemail
-0104057a=string/permdesc_answerPhoneCalls
-0104057b=string/permdesc_audioWrite
-0104057c=string/permdesc_bindCarrierMessagingService
-0104057d=string/permdesc_bindCarrierServices
-0104057e=string/permdesc_bindCellBroadcastService
-0104057f=string/permdesc_bindConditionProviderService
-01040580=string/permdesc_bindDreamService
-01040581=string/permdesc_bindNotificationListenerService
-01040582=string/permdesc_bind_connection_service
-01040583=string/permdesc_bind_incall_service
-01040584=string/permdesc_bluetooth
-01040585=string/permdesc_bluetoothAdmin
-01040586=string/permdesc_bodySensors
-01040587=string/permdesc_broadcastSticky
-01040588=string/permdesc_callCompanionApp
-01040589=string/permdesc_callPhone
-0104058a=string/permdesc_camera
-0104058b=string/permdesc_cameraOpenCloseListener
-0104058c=string/permdesc_changeNetworkState
-0104058d=string/permdesc_changeTetherState
-0104058e=string/permdesc_changeWifiMulticastState
-0104058f=string/permdesc_changeWifiState
-01040590=string/permdesc_changeWimaxState
-01040591=string/permdesc_connection_manager
-01040592=string/permdesc_control_incall_experience
-01040593=string/permdesc_createNetworkSockets
-01040594=string/permdesc_disableKeyguard
-01040595=string/permdesc_enableCarMode
-01040596=string/permdesc_exemptFromAudioRecordRestrictions
-01040597=string/permdesc_expandStatusBar
-01040598=string/permdesc_foregroundService
-01040599=string/permdesc_getAccounts
-0104059a=string/permdesc_getPackageSize
-0104059b=string/permdesc_getTasks
-0104059c=string/permdesc_handoverStatus
-0104059d=string/permdesc_imagesWrite
-0104059e=string/permdesc_install_shortcut
-0104059f=string/permdesc_invokeCarrierSetup
-010405a0=string/permdesc_killBackgroundProcesses
-010405a1=string/permdesc_manageFace
-010405a2=string/permdesc_manageFingerprint
-010405a3=string/permdesc_manageNetworkPolicy
-010405a4=string/permdesc_manageOwnCalls
-010405a5=string/permdesc_manageProfileAndDeviceOwners
-010405a6=string/permdesc_mediaLocation
-010405a7=string/permdesc_modifyAudioSettings
-010405a8=string/permdesc_modifyNetworkAccounting
-010405a9=string/permdesc_nfc
-010405aa=string/permdesc_persistentActivity
-010405ab=string/permdesc_preferredPaymentInfo
-010405ac=string/permdesc_processOutgoingCalls
-010405ad=string/permdesc_readCalendar
-010405ae=string/permdesc_readCallLog
-010405af=string/permdesc_readCellBroadcasts
-010405b0=string/permdesc_readContacts
-010405b1=string/permdesc_readHistoryBookmarks
-010405b2=string/permdesc_readInstallSessions
-010405b3=string/permdesc_readNetworkUsageHistory
-010405b4=string/permdesc_readPhoneNumbers
-010405b5=string/permdesc_readPhoneState
-010405b6=string/permdesc_readSms
-010405b7=string/permdesc_readSyncSettings
-010405b8=string/permdesc_readSyncStats
-010405b9=string/permdesc_receiveBootCompleted
-010405ba=string/permdesc_receiveMms
-010405bb=string/permdesc_receiveSms
-010405bc=string/permdesc_receiveWapPush
-010405bd=string/permdesc_recordAudio
-010405be=string/permdesc_register_call_provider
-010405bf=string/permdesc_register_sim_subscription
-010405c0=string/permdesc_removeDrmCertificates
-010405c1=string/permdesc_reorderTasks
-010405c2=string/permdesc_requestDeletePackages
-010405c3=string/permdesc_requestIgnoreBatteryOptimizations
-010405c4=string/permdesc_requestInstallPackages
-010405c5=string/permdesc_requestPasswordComplexity
-010405c6=string/permdesc_route_media_output
-010405c7=string/permdesc_runInBackground
-010405c8=string/permdesc_sdcardRead
-010405c9=string/permdesc_sdcardWrite
-010405ca=string/permdesc_sendSms
-010405cb=string/permdesc_setAlarm
-010405cc=string/permdesc_setInputCalibration
-010405cd=string/permdesc_setTimeZone
-010405ce=string/permdesc_setWallpaper
-010405cf=string/permdesc_setWallpaperHints
-010405d0=string/permdesc_sim_communication
-010405d1=string/permdesc_startViewPermissionUsage
-010405d2=string/permdesc_statusBar
-010405d3=string/permdesc_statusBarService
-010405d4=string/permdesc_subscribedFeedsRead
-010405d5=string/permdesc_systemAlertWindow
-010405d6=string/permdesc_systemCamera
-010405d7=string/permdesc_transmitIr
-010405d8=string/permdesc_uninstall_shortcut
-010405d9=string/permdesc_useBiometric
-010405da=string/permdesc_useDataInBackground
-010405db=string/permdesc_useFaceAuthentication
-010405dc=string/permdesc_useFingerprint
-010405dd=string/permdesc_use_sip
-010405de=string/permdesc_vibrate
-010405df=string/permdesc_vibrator_state
-010405e0=string/permdesc_videoWrite
-010405e1=string/permdesc_wakeLock
-010405e2=string/permdesc_writeCalendar
-010405e3=string/permdesc_writeCallLog
-010405e4=string/permdesc_writeContacts
-010405e5=string/permdesc_writeGeolocationPermissions
-010405e6=string/permdesc_writeHistoryBookmarks
-010405e7=string/permdesc_writeSettings
-010405e8=string/permdesc_writeSyncSettings
-010405e9=string/permgroupdesc_activityRecognition
-010405ea=string/permgroupdesc_calendar
-010405eb=string/permgroupdesc_calllog
-010405ec=string/permgroupdesc_camera
-010405ed=string/permgroupdesc_contacts
-010405ee=string/permgroupdesc_location
-010405ef=string/permgroupdesc_microphone
-010405f0=string/permgroupdesc_phone
-010405f1=string/permgroupdesc_sensors
-010405f2=string/permgroupdesc_sms
-010405f3=string/permgroupdesc_storage
-010405f4=string/permgrouplab_activityRecognition
-010405f5=string/permgrouplab_calendar
-010405f6=string/permgrouplab_calllog
-010405f7=string/permgrouplab_camera
-010405f8=string/permgrouplab_contacts
-010405f9=string/permgrouplab_location
-010405fa=string/permgrouplab_microphone
-010405fb=string/permgrouplab_phone
-010405fc=string/permgrouplab_sensors
-010405fd=string/permgrouplab_sms
-010405fe=string/permgrouplab_storage
-010405ff=string/permission_request_notification_title
-01040600=string/permission_request_notification_with_subtitle
-01040601=string/permlab_acceptHandover
-01040602=string/permlab_accessBackgroundLocation
-01040603=string/permlab_accessCoarseLocation
-01040604=string/permlab_accessDrmCertificates
-01040605=string/permlab_accessFineLocation
-01040606=string/permlab_accessImsCallService
-01040607=string/permlab_accessLocationExtraCommands
-01040608=string/permlab_accessNetworkConditions
-01040609=string/permlab_accessNetworkState
-0104060a=string/permlab_accessNotifications
-0104060b=string/permlab_accessWifiState
-0104060c=string/permlab_accessWimaxState
-0104060d=string/permlab_access_notification_policy
-0104060e=string/permlab_activityRecognition
-0104060f=string/permlab_addVoicemail
-01040610=string/permlab_answerPhoneCalls
-01040611=string/permlab_audioWrite
-01040612=string/permlab_bindCarrierMessagingService
-01040613=string/permlab_bindCarrierServices
-01040614=string/permlab_bindCellBroadcastService
-01040615=string/permlab_bindConditionProviderService
-01040616=string/permlab_bindDreamService
-01040617=string/permlab_bindNotificationListenerService
-01040618=string/permlab_bind_connection_service
-01040619=string/permlab_bind_incall_service
-0104061a=string/permlab_bluetooth
-0104061b=string/permlab_bluetoothAdmin
-0104061c=string/permlab_bodySensors
-0104061d=string/permlab_broadcastSticky
-0104061e=string/permlab_callCompanionApp
-0104061f=string/permlab_callPhone
-01040620=string/permlab_camera
-01040621=string/permlab_cameraOpenCloseListener
-01040622=string/permlab_changeNetworkState
-01040623=string/permlab_changeTetherState
-01040624=string/permlab_changeWifiMulticastState
-01040625=string/permlab_changeWifiState
-01040626=string/permlab_changeWimaxState
-01040627=string/permlab_connection_manager
-01040628=string/permlab_control_incall_experience
-01040629=string/permlab_createNetworkSockets
-0104062a=string/permlab_disableKeyguard
-0104062b=string/permlab_enableCarMode
-0104062c=string/permlab_exemptFromAudioRecordRestrictions
-0104062d=string/permlab_expandStatusBar
-0104062e=string/permlab_foregroundService
-0104062f=string/permlab_getAccounts
-01040630=string/permlab_getPackageSize
-01040631=string/permlab_getTasks
-01040632=string/permlab_handoverStatus
-01040633=string/permlab_imagesWrite
-01040634=string/permlab_install_shortcut
-01040635=string/permlab_invokeCarrierSetup
-01040636=string/permlab_killBackgroundProcesses
-01040637=string/permlab_manageFace
-01040638=string/permlab_manageFingerprint
-01040639=string/permlab_manageNetworkPolicy
-0104063a=string/permlab_manageOwnCalls
-0104063b=string/permlab_manageProfileAndDeviceOwners
-0104063c=string/permlab_mediaLocation
-0104063d=string/permlab_modifyAudioSettings
-0104063e=string/permlab_modifyNetworkAccounting
-0104063f=string/permlab_nfc
-01040640=string/permlab_persistentActivity
-01040641=string/permlab_preferredPaymentInfo
-01040642=string/permlab_processOutgoingCalls
-01040643=string/permlab_readCalendar
-01040644=string/permlab_readCallLog
-01040645=string/permlab_readCellBroadcasts
-01040646=string/permlab_readContacts
-01040647=string/permlab_readHistoryBookmarks
-01040648=string/permlab_readInstallSessions
-01040649=string/permlab_readNetworkUsageHistory
-0104064a=string/permlab_readPhoneNumbers
-0104064b=string/permlab_readPhoneState
-0104064c=string/permlab_readSms
-0104064d=string/permlab_readSyncSettings
-0104064e=string/permlab_readSyncStats
-0104064f=string/permlab_receiveBootCompleted
-01040650=string/permlab_receiveMms
-01040651=string/permlab_receiveSms
-01040652=string/permlab_receiveWapPush
-01040653=string/permlab_recordAudio
-01040654=string/permlab_register_call_provider
-01040655=string/permlab_register_sim_subscription
-01040656=string/permlab_removeDrmCertificates
-01040657=string/permlab_reorderTasks
-01040658=string/permlab_requestDeletePackages
-01040659=string/permlab_requestIgnoreBatteryOptimizations
-0104065a=string/permlab_requestInstallPackages
-0104065b=string/permlab_requestPasswordComplexity
-0104065c=string/permlab_route_media_output
-0104065d=string/permlab_runInBackground
-0104065e=string/permlab_sdcardRead
-0104065f=string/permlab_sdcardWrite
-01040660=string/permlab_sendSms
-01040661=string/permlab_setAlarm
-01040662=string/permlab_setInputCalibration
-01040663=string/permlab_setTimeZone
-01040664=string/permlab_setWallpaper
-01040665=string/permlab_setWallpaperHints
-01040666=string/permlab_sim_communication
-01040667=string/permlab_startViewPermissionUsage
-01040668=string/permlab_statusBar
-01040669=string/permlab_statusBarService
-0104066a=string/permlab_subscribedFeedsRead
-0104066b=string/permlab_systemAlertWindow
-0104066c=string/permlab_systemCamera
-0104066d=string/permlab_transmitIr
-0104066e=string/permlab_uninstall_shortcut
-0104066f=string/permlab_useBiometric
-01040670=string/permlab_useDataInBackground
-01040671=string/permlab_useFaceAuthentication
-01040672=string/permlab_useFingerprint
-01040673=string/permlab_use_sip
-01040674=string/permlab_vibrate
-01040675=string/permlab_videoWrite
-01040676=string/permlab_wakeLock
-01040677=string/permlab_writeCalendar
-01040678=string/permlab_writeCallLog
-01040679=string/permlab_writeContacts
-0104067a=string/permlab_writeGeolocationPermissions
-0104067b=string/permlab_writeHistoryBookmarks
-0104067c=string/permlab_writeSettings
-0104067d=string/permlab_writeSyncSettings
-0104067e=string/perms_description_app
-0104067f=string/perms_new_perm_prefix
-01040680=string/personal_apps_suspended_turn_profile_on
-01040681=string/personal_apps_suspension_soon_text
-01040682=string/personal_apps_suspension_text
-01040683=string/personal_apps_suspension_title
-01040684=string/petabyteShort
-01040685=string/phoneTypeAssistant
-01040686=string/phoneTypeCallback
-01040687=string/phoneTypeCar
-01040688=string/phoneTypeCompanyMain
-01040689=string/phoneTypeCustom
-0104068a=string/phoneTypeFaxHome
-0104068b=string/phoneTypeFaxWork
-0104068c=string/phoneTypeHome
-0104068d=string/phoneTypeIsdn
-0104068e=string/phoneTypeMain
-0104068f=string/phoneTypeMms
-01040690=string/phoneTypeMobile
-01040691=string/phoneTypeOther
-01040692=string/phoneTypeOtherFax
-01040693=string/phoneTypePager
-01040694=string/phoneTypeRadio
-01040695=string/phoneTypeTelex
-01040696=string/phoneTypeTtyTdd
-01040697=string/phoneTypeWork
-01040698=string/phoneTypeWorkMobile
-01040699=string/phoneTypeWorkPager
-0104069a=string/pin_specific_target
-0104069b=string/pin_target
-0104069c=string/policydesc_disableCamera
-0104069d=string/policydesc_disableKeyguardFeatures
-0104069e=string/policydesc_encryptedStorage
-0104069f=string/policydesc_expirePassword
-010406a0=string/policydesc_forceLock
-010406a1=string/policydesc_limitPassword
-010406a2=string/policydesc_resetPassword
-010406a3=string/policydesc_setGlobalProxy
-010406a4=string/policydesc_watchLogin
-010406a5=string/policydesc_watchLogin_secondaryUser
-010406a6=string/policydesc_wipeData
-010406a7=string/policydesc_wipeData_secondaryUser
-010406a8=string/policylab_disableCamera
-010406a9=string/policylab_disableKeyguardFeatures
-010406aa=string/policylab_encryptedStorage
-010406ab=string/policylab_expirePassword
-010406ac=string/policylab_forceLock
-010406ad=string/policylab_limitPassword
-010406ae=string/policylab_resetPassword
-010406af=string/policylab_setGlobalProxy
-010406b0=string/policylab_watchLogin
-010406b1=string/policylab_wipeData
-010406b2=string/policylab_wipeData_secondaryUser
-010406b3=string/popup_window_default_title
-010406b4=string/postalTypeCustom
-010406b5=string/postalTypeHome
-010406b6=string/postalTypeOther
-010406b7=string/postalTypeWork
-010406b8=string/power_dialog
-010406b9=string/power_off
-010406ba=string/prepend_shortcut_label
-010406bb=string/preposition_for_date
-010406bc=string/preposition_for_time
-010406bd=string/preposition_for_year
-010406be=string/print_service_installed_message
-010406bf=string/print_service_installed_title
-010406c0=string/printing_disabled_by
-010406c1=string/private_dns_broken_detailed
-010406c2=string/profile_encrypted_detail
-010406c3=string/profile_encrypted_message
-010406c4=string/profile_encrypted_title
-010406c5=string/progress_erasing
-010406c6=string/prohibit_manual_network_selection_in_gobal_mode
-010406c7=string/quick_contacts_not_available
-010406c8=string/radial_numbers_typeface
-010406c9=string/reason_service_unavailable
-010406ca=string/reason_unknown
-010406cb=string/reboot_safemode_confirm
-010406cc=string/reboot_safemode_title
-010406cd=string/reboot_to_reset_message
-010406ce=string/reboot_to_reset_title
-010406cf=string/reboot_to_update_package
-010406d0=string/reboot_to_update_prepare
-010406d1=string/reboot_to_update_reboot
-010406d2=string/reboot_to_update_title
-010406d3=string/recent_tasks_title
-010406d4=string/redo
-010406d5=string/region_picker_section_all
-010406d6=string/relationTypeAssistant
-010406d7=string/relationTypeBrother
-010406d8=string/relationTypeChild
-010406d9=string/relationTypeCustom
-010406da=string/relationTypeDomesticPartner
-010406db=string/relationTypeFather
-010406dc=string/relationTypeFriend
-010406dd=string/relationTypeManager
-010406de=string/relationTypeMother
-010406df=string/relationTypeParent
-010406e0=string/relationTypePartner
-010406e1=string/relationTypeReferredBy
-010406e2=string/relationTypeRelative
-010406e3=string/relationTypeSister
-010406e4=string/relationTypeSpouse
-010406e5=string/relative_time
-010406e6=string/replace
-010406e7=string/report
-010406e8=string/reset
-010406e9=string/resolver_cant_access_personal_apps
-010406ea=string/resolver_cant_access_personal_apps_explanation
-010406eb=string/resolver_cant_access_work_apps
-010406ec=string/resolver_cant_access_work_apps_explanation
-010406ed=string/resolver_cant_share_with_personal_apps
-010406ee=string/resolver_cant_share_with_personal_apps_explanation
-010406ef=string/resolver_cant_share_with_work_apps
-010406f0=string/resolver_cant_share_with_work_apps_explanation
-010406f1=string/resolver_no_personal_apps_available_resolve
-010406f2=string/resolver_no_personal_apps_available_share
-010406f3=string/resolver_no_work_apps_available_resolve
-010406f4=string/resolver_no_work_apps_available_share
-010406f5=string/resolver_personal_tab
-010406f6=string/resolver_personal_tab_accessibility
-010406f7=string/resolver_switch_on_work
-010406f8=string/resolver_turn_on_work_apps
-010406f9=string/resolver_work_tab
-010406fa=string/resolver_work_tab_accessibility
-010406fb=string/restr_pin_confirm_pin
-010406fc=string/restr_pin_create_pin
-010406fd=string/restr_pin_enter_admin_pin
-010406fe=string/restr_pin_enter_new_pin
-010406ff=string/restr_pin_enter_old_pin
-01040700=string/restr_pin_enter_pin
-01040701=string/restr_pin_error_doesnt_match
-01040702=string/restr_pin_error_too_short
-01040703=string/restr_pin_incorrect
-01040704=string/restr_pin_try_later
-01040705=string/revoke
-01040706=string/ringtone_default
-01040707=string/ringtone_default_with_actual
-01040708=string/ringtone_picker_title
-01040709=string/ringtone_picker_title_alarm
-0104070a=string/ringtone_picker_title_notification
-0104070b=string/ringtone_silent
-0104070c=string/ringtone_unknown
-0104070d=string/roamingText0
-0104070e=string/roamingText1
-0104070f=string/roamingText10
-01040710=string/roamingText11
-01040711=string/roamingText12
-01040712=string/roamingText2
-01040713=string/roamingText3
-01040714=string/roamingText4
-01040715=string/roamingText5
-01040716=string/roamingText6
-01040717=string/roamingText7
-01040718=string/roamingText8
-01040719=string/roamingText9
-0104071a=string/roamingTextSearching
-0104071b=string/safeMode
-0104071c=string/safe_media_volume_warning
-0104071d=string/sans_serif
-0104071e=string/save_password_label
-0104071f=string/save_password_message
-01040720=string/save_password_never
-01040721=string/save_password_notnow
-01040722=string/save_password_remember
-01040723=string/screen_compat_mode_hint
-01040724=string/screen_compat_mode_scale
-01040725=string/screen_compat_mode_show
-01040726=string/screen_lock
-01040727=string/screenshot_edit
-01040728=string/search_hint
-01040729=string/search_language_hint
-0104072a=string/searchview_description_clear
-0104072b=string/searchview_description_query
-0104072c=string/searchview_description_search
-0104072d=string/searchview_description_submit
-0104072e=string/searchview_description_voice
-0104072f=string/second
-01040730=string/seconds
-01040731=string/select_character
-01040732=string/select_day
-01040733=string/select_hours
-01040734=string/select_input_method
-01040735=string/select_keyboard_layout_notification_message
-01040736=string/select_keyboard_layout_notification_title
-01040737=string/select_minutes
-01040738=string/select_year
-01040739=string/sendText
-0104073a=string/sending
-0104073b=string/sensor_notification_service
-0104073c=string/serial_number
-0104073d=string/serviceClassData
-0104073e=string/serviceClassDataAsync
-0104073f=string/serviceClassDataSync
-01040740=string/serviceClassFAX
-01040741=string/serviceClassPAD
-01040742=string/serviceClassPacket
-01040743=string/serviceClassSMS
-01040744=string/serviceClassVoice
-01040745=string/serviceDisabled
-01040746=string/serviceEnabled
-01040747=string/serviceEnabledFor
-01040748=string/serviceErased
-01040749=string/serviceNotProvisioned
-0104074a=string/serviceRegistered
-0104074b=string/setup_autofill
-0104074c=string/sha1_fingerprint
-0104074d=string/sha256_fingerprint
-0104074e=string/share
-0104074f=string/share_action_provider_share_with
-01040750=string/share_remote_bugreport_action
-01040751=string/share_remote_bugreport_notification_message_finished
-01040752=string/share_remote_bugreport_notification_title
-01040753=string/shareactionprovider_share_with
-01040754=string/shareactionprovider_share_with_application
-01040755=string/sharing_remote_bugreport_notification_title
-01040756=string/shortcut_disabled_reason_unknown
-01040757=string/shortcut_restore_not_supported
-01040758=string/shortcut_restore_signature_mismatch
-01040759=string/shortcut_restore_unknown_issue
-0104075a=string/shortcut_restored_on_lower_version
-0104075b=string/show_ime
-0104075c=string/shutdown_confirm
-0104075d=string/shutdown_confirm_question
-0104075e=string/shutdown_progress
-0104075f=string/silent_mode
-01040760=string/silent_mode_ring
-01040761=string/silent_mode_silent
-01040762=string/silent_mode_vibrate
-01040763=string/sim_added_message
-01040764=string/sim_added_title
-01040765=string/sim_done_button
-01040766=string/sim_removed_message
-01040767=string/sim_removed_title
-01040768=string/sim_restart_button
-01040769=string/sipAddressTypeCustom
-0104076a=string/sipAddressTypeHome
-0104076b=string/sipAddressTypeOther
-0104076c=string/sipAddressTypeWork
-0104076d=string/skip_button_label
-0104076e=string/slice_more_content
-0104076f=string/slices_permission_request
-01040770=string/sms_control_message
-01040771=string/sms_control_no
-01040772=string/sms_control_title
-01040773=string/sms_control_yes
-01040774=string/sms_premium_short_code_details
-01040775=string/sms_short_code_confirm_allow
-01040776=string/sms_short_code_confirm_always_allow
-01040777=string/sms_short_code_confirm_deny
-01040778=string/sms_short_code_confirm_message
-01040779=string/sms_short_code_confirm_never_allow
-0104077a=string/sms_short_code_details
-0104077b=string/sms_short_code_remember_choice
-0104077c=string/sms_short_code_remember_undo_instruction
-0104077d=string/smv_application
-0104077e=string/smv_process
-0104077f=string/ssl_ca_cert_noti_by_administrator
-01040780=string/ssl_ca_cert_noti_by_unknown
-01040781=string/ssl_ca_cert_noti_managed
-01040782=string/ssl_certificate
-01040783=string/ssl_certificate_is_valid
-01040784=string/status_bar_airplane
-01040785=string/status_bar_alarm_clock
-01040786=string/status_bar_battery
-01040787=string/status_bar_bluetooth
-01040788=string/status_bar_camera
-01040789=string/status_bar_cast
-0104078a=string/status_bar_cdma_eri
-0104078b=string/status_bar_clock
-0104078c=string/status_bar_data_connection
-0104078d=string/status_bar_data_saver
-0104078e=string/status_bar_ethernet
-0104078f=string/status_bar_headset
-01040790=string/status_bar_hotspot
-01040791=string/status_bar_ime
-01040792=string/status_bar_location
-01040793=string/status_bar_managed_profile
-01040794=string/status_bar_microphone
-01040795=string/status_bar_mobile
-01040796=string/status_bar_mute
-01040797=string/status_bar_nfc
-01040798=string/status_bar_phone_evdo_signal
-01040799=string/status_bar_phone_signal
-0104079a=string/status_bar_rotate
-0104079b=string/status_bar_screen_record
-0104079c=string/status_bar_secure
-0104079d=string/status_bar_sensors_off
-0104079e=string/status_bar_speakerphone
-0104079f=string/status_bar_sync_active
-010407a0=string/status_bar_sync_failing
-010407a1=string/status_bar_tty
-010407a2=string/status_bar_volume
-010407a3=string/status_bar_vpn
-010407a4=string/status_bar_wifi
-010407a5=string/status_bar_zen
-010407a6=string/stk_cc_ss_to_dial
-010407a7=string/stk_cc_ss_to_dial_video
-010407a8=string/stk_cc_ss_to_ss
-010407a9=string/stk_cc_ss_to_ussd
-010407aa=string/stk_cc_ussd_to_dial
-010407ab=string/stk_cc_ussd_to_dial_video
-010407ac=string/stk_cc_ussd_to_ss
-010407ad=string/stk_cc_ussd_to_ussd
-010407ae=string/storage_internal
-010407af=string/storage_sd_card
-010407b0=string/storage_sd_card_label
-010407b1=string/storage_usb
-010407b2=string/storage_usb_drive
-010407b3=string/storage_usb_drive_label
-010407b4=string/submit
-010407b5=string/suspended_widget_accessibility
-010407b6=string/sync_binding_label
-010407b7=string/sync_do_nothing
-010407b8=string/sync_really_delete
-010407b9=string/sync_too_many_deletes
-010407ba=string/sync_too_many_deletes_desc
-010407bb=string/sync_undo_deletes
-010407bc=string/system_error_manufacturer
-010407bd=string/system_error_wipe_data
-010407be=string/system_ui_date_pattern
-010407bf=string/taking_remote_bugreport_notification_title
-010407c0=string/terabyteShort
-010407c1=string/test_harness_mode_notification_message
-010407c2=string/test_harness_mode_notification_title
-010407c3=string/textSelectionCABTitle
-010407c4=string/text_copied
-010407c5=string/time_of_day
-010407c6=string/time_picker_decrement_hour_button
-010407c7=string/time_picker_decrement_minute_button
-010407c8=string/time_picker_decrement_set_am_button
-010407c9=string/time_picker_dialog_title
-010407ca=string/time_picker_header_text
-010407cb=string/time_picker_hour_label
-010407cc=string/time_picker_increment_hour_button
-010407cd=string/time_picker_increment_minute_button
-010407ce=string/time_picker_increment_set_pm_button
-010407cf=string/time_picker_input_error
-010407d0=string/time_picker_minute_label
-010407d1=string/time_picker_mode
-010407d2=string/time_picker_prompt_label
-010407d3=string/time_picker_radial_mode_description
-010407d4=string/time_picker_text_input_mode_description
-010407d5=string/time_placeholder
-010407d6=string/toolbar_collapse_description
-010407d7=string/tooltip_popup_title
-010407d8=string/turn_off_radio
-010407d9=string/turn_on_radio
-010407da=string/tutorial_double_tap_to_zoom_message_short
-010407db=string/twilight_service
-010407dc=string/undo
-010407dd=string/unpin_specific_target
-010407de=string/unpin_target
-010407df=string/unread_convo_overflow
-010407e0=string/unsupported_compile_sdk_check_update
-010407e1=string/unsupported_compile_sdk_message
-010407e2=string/unsupported_compile_sdk_show
-010407e3=string/unsupported_display_size_message
-010407e4=string/unsupported_display_size_show
-010407e5=string/upload_file
-010407e6=string/usb_accessory_notification_title
-010407e7=string/usb_charging_notification_title
-010407e8=string/usb_contaminant_detected_message
-010407e9=string/usb_contaminant_detected_title
-010407ea=string/usb_contaminant_not_detected_message
-010407eb=string/usb_contaminant_not_detected_title
-010407ec=string/usb_device_resolve_prompt_warn
-010407ed=string/usb_midi_notification_title
-010407ee=string/usb_midi_peripheral_manufacturer_name
-010407ef=string/usb_midi_peripheral_name
-010407f0=string/usb_midi_peripheral_product_name
-010407f1=string/usb_mtp_launch_notification_description
-010407f2=string/usb_mtp_launch_notification_title
-010407f3=string/usb_mtp_notification_title
-010407f4=string/usb_notification_message
-010407f5=string/usb_power_notification_message
-010407f6=string/usb_ptp_notification_title
-010407f7=string/usb_supplying_notification_title
-010407f8=string/usb_tether_notification_title
-010407f9=string/usb_unsupported_audio_accessory_message
-010407fa=string/usb_unsupported_audio_accessory_title
-010407fb=string/use_a_different_app
-010407fc=string/user_creation_account_exists
-010407fd=string/user_creation_adding
-010407fe=string/user_logging_out_message
-010407ff=string/user_owner_label
-01040800=string/user_switched
-01040801=string/user_switching_message
-01040802=string/validity_period
-01040803=string/volume_alarm
-01040804=string/volume_bluetooth_call
-01040805=string/volume_call
-01040806=string/volume_dialog_ringer_guidance_silent
-01040807=string/volume_dialog_ringer_guidance_vibrate
-01040808=string/volume_icon_description_bluetooth
-01040809=string/volume_icon_description_incall
-0104080a=string/volume_icon_description_media
-0104080b=string/volume_icon_description_notification
-0104080c=string/volume_icon_description_ringer
-0104080d=string/volume_music
-0104080e=string/volume_music_hint_playing_through_bluetooth
-0104080f=string/volume_music_hint_silent_ringtone_selected
-01040810=string/volume_notification
-01040811=string/volume_ringtone
-01040812=string/volume_unknown
-01040813=string/vpn_lockdown_config
-01040814=string/vpn_lockdown_connected
-01040815=string/vpn_lockdown_connecting
-01040816=string/vpn_lockdown_disconnected
-01040817=string/vpn_lockdown_error
-01040818=string/vpn_text
-01040819=string/vpn_text_long
-0104081a=string/vpn_title
-0104081b=string/vpn_title_long
-0104081c=string/vr_listener_binding_label
-0104081d=string/wait
-0104081e=string/wallpaper_binding_label
-0104081f=string/webpage_unresponsive
-01040820=string/websearch
-01040821=string/week
-01040822=string/weeks
-01040823=string/wfcRegErrorTitle
-01040824=string/wfcSpnFormat
-01040825=string/wfcSpnFormat_spn
-01040826=string/wfcSpnFormat_spn_vowifi
-01040827=string/wfcSpnFormat_spn_wifi
-01040828=string/wfcSpnFormat_spn_wifi_calling
-01040829=string/wfcSpnFormat_spn_wifi_calling_vo_hyphen
-0104082a=string/wfcSpnFormat_spn_wlan_call
-0104082b=string/wfcSpnFormat_vowifi
-0104082c=string/wfcSpnFormat_wifi
-0104082d=string/wfcSpnFormat_wifi_calling
-0104082e=string/wfcSpnFormat_wifi_calling_bar_spn
-0104082f=string/wfcSpnFormat_wifi_calling_wo_hyphen
-01040830=string/wfcSpnFormat_wlan_call
-01040831=string/wfc_mode_cellular_preferred_summary
-01040832=string/wfc_mode_wifi_only_summary
-01040833=string/wfc_mode_wifi_preferred_summary
-01040834=string/whichApplication
-01040835=string/whichApplicationLabel
-01040836=string/whichApplicationNamed
-01040837=string/whichEditApplication
-01040838=string/whichEditApplicationLabel
-01040839=string/whichEditApplicationNamed
-0104083a=string/whichGiveAccessToApplicationLabel
-0104083b=string/whichHomeApplication
-0104083c=string/whichHomeApplicationLabel
-0104083d=string/whichHomeApplicationNamed
-0104083e=string/whichImageCaptureApplication
-0104083f=string/whichImageCaptureApplicationLabel
-01040840=string/whichImageCaptureApplicationNamed
-01040841=string/whichOpenHostLinksWith
-01040842=string/whichOpenHostLinksWithApp
-01040843=string/whichOpenLinksWith
-01040844=string/whichOpenLinksWithApp
-01040845=string/whichSendApplication
-01040846=string/whichSendApplicationLabel
-01040847=string/whichSendApplicationNamed
-01040848=string/whichSendToApplication
-01040849=string/whichSendToApplicationLabel
-0104084a=string/whichSendToApplicationNamed
-0104084b=string/whichViewApplication
-0104084c=string/whichViewApplicationLabel
-0104084d=string/whichViewApplicationNamed
-0104084e=string/widget_default_class_name
-0104084f=string/widget_default_package_name
-01040850=string/wifi_available_sign_in
-01040851=string/wifi_calling_off_summary
-01040852=string/wifi_no_internet
-01040853=string/wifi_no_internet_detailed
-01040854=string/wireless_display_route_description
-01040855=string/work_mode_off_message
-01040856=string/work_mode_off_title
-01040857=string/work_mode_turn_on
-01040858=string/work_profile_deleted
-01040859=string/work_profile_deleted_description_dpm_wipe
-0104085a=string/work_profile_deleted_details
-0104085b=string/work_profile_deleted_reason_maximum_password_failure
-0104085c=string/write_fail_reason_cancelled
-0104085d=string/write_fail_reason_cannot_write
-0104085e=string/year
-0104085f=string/years
-01040860=string/zen_mode_alarm
-01040861=string/zen_mode_default_events_name
-01040862=string/zen_mode_default_every_night_name
-01040863=string/zen_mode_default_weekends_name
-01040864=string/zen_mode_default_weeknights_name
-01040865=string/zen_mode_downtime_feature_name
-01040866=string/zen_mode_feature_name
-01040867=string/zen_mode_forever
-01040868=string/zen_mode_forever_dnd
-01040869=string/zen_mode_rule_name_combination
-0104086a=string/zen_mode_until
-0104086b=string/zen_upgrade_notification_content
-0104086c=string/zen_upgrade_notification_title
-0104086d=string/zen_upgrade_notification_visd_content
-0104086e=string/zen_upgrade_notification_visd_title
+01040028=string/config_systemAutomotiveCluster
+01040029=string/config_systemAutomotiveProjection
+0104002a=string/config_systemShell
+0104002b=string/config_systemContacts
+0104002c=string/config_customMediaKeyDispatcher
+0104002d=string/config_customMediaSessionPolicyProvider
+0104002e=string/config_systemSpeechRecognizer
+0104002f=string/config_systemWifiCoexManager
+01040030=string/config_systemWellbeing
+01040031=string/config_systemTelevisionNotificationHandler
+01040032=string/config_systemUiIntelligence
+01040033=string/config_systemAmbientAudioIntelligence
+01040034=string/config_systemAudioIntelligence
+01040035=string/config_systemNotificationIntelligence
+01040036=string/config_systemTextIntelligence
+01040037=string/config_systemVisualIntelligence
+01040038=string/config_systemActivityRecognizer
+01040039=string/config_systemCompanionDeviceProvider
+0104003a=string/config_systemUi
+0104003b=string/config_defaultRingtoneVibrationSound
+0104003c=string/config_systemSupervision
+0104003d=string/config_devicePolicyManagement
+0104003e=string/config_systemAppProtectionService
+0104003f=string/config_systemAutomotiveCalendarSyncManager
+01040040=string/config_defaultAutomotiveNavigation
+01040041=string/safety_protection_display_text
+01040042=string/config_systemSettingsIntelligence
+01040043=string/config_systemBluetoothStack
+01040044=string/config_systemWearHealthService
+01040045=string/config_defaultNotes
+01040046=string/config_systemFinancedDeviceController
+01040047=string/config_systemCallStreaming
+01040048=string/config_defaultRetailDemo
+01040049=string/config_defaultWallet
+0104004a=string/BaMmi
+0104004b=string/CLIRDefaultOffNextCallOff
+0104004c=string/CLIRDefaultOffNextCallOn
+0104004d=string/CLIRDefaultOnNextCallOff
+0104004e=string/CLIRDefaultOnNextCallOn
+0104004f=string/CLIRPermanent
+01040050=string/CfMmi
+01040051=string/ClipMmi
+01040052=string/ClirMmi
+01040053=string/CndMmi
+01040054=string/CnipMmi
+01040055=string/CnirMmi
+01040056=string/ColpMmi
+01040057=string/ColrMmi
+01040058=string/CwMmi
+01040059=string/DndMmi
+0104005a=string/EmergencyCallWarningSummary
+0104005b=string/EmergencyCallWarningTitle
+0104005c=string/Midnight
+0104005d=string/NetworkPreferenceSwitchSummary
+0104005e=string/NetworkPreferenceSwitchTitle
+0104005f=string/Noon
+01040060=string/PERSOSUBSTATE_RUIM_CORPORATE_ENTRY
+01040061=string/PERSOSUBSTATE_RUIM_CORPORATE_ERROR
+01040062=string/PERSOSUBSTATE_RUIM_CORPORATE_IN_PROGRESS
+01040063=string/PERSOSUBSTATE_RUIM_CORPORATE_PUK_ENTRY
+01040064=string/PERSOSUBSTATE_RUIM_CORPORATE_PUK_ERROR
+01040065=string/PERSOSUBSTATE_RUIM_CORPORATE_PUK_IN_PROGRESS
+01040066=string/PERSOSUBSTATE_RUIM_CORPORATE_PUK_SUCCESS
+01040067=string/PERSOSUBSTATE_RUIM_CORPORATE_SUCCESS
+01040068=string/PERSOSUBSTATE_RUIM_HRPD_ENTRY
+01040069=string/PERSOSUBSTATE_RUIM_HRPD_ERROR
+0104006a=string/PERSOSUBSTATE_RUIM_HRPD_IN_PROGRESS
+0104006b=string/PERSOSUBSTATE_RUIM_HRPD_PUK_ENTRY
+0104006c=string/PERSOSUBSTATE_RUIM_HRPD_PUK_ERROR
+0104006d=string/PERSOSUBSTATE_RUIM_HRPD_PUK_IN_PROGRESS
+0104006e=string/PERSOSUBSTATE_RUIM_HRPD_PUK_SUCCESS
+0104006f=string/PERSOSUBSTATE_RUIM_HRPD_SUCCESS
+01040070=string/PERSOSUBSTATE_RUIM_NETWORK1_ENTRY
+01040071=string/PERSOSUBSTATE_RUIM_NETWORK1_ERROR
+01040072=string/PERSOSUBSTATE_RUIM_NETWORK1_IN_PROGRESS
+01040073=string/PERSOSUBSTATE_RUIM_NETWORK1_PUK_ENTRY
+01040074=string/PERSOSUBSTATE_RUIM_NETWORK1_PUK_ERROR
+01040075=string/PERSOSUBSTATE_RUIM_NETWORK1_PUK_IN_PROGRESS
+01040076=string/PERSOSUBSTATE_RUIM_NETWORK1_PUK_SUCCESS
+01040077=string/PERSOSUBSTATE_RUIM_NETWORK1_SUCCESS
+01040078=string/PERSOSUBSTATE_RUIM_NETWORK2_ENTRY
+01040079=string/PERSOSUBSTATE_RUIM_NETWORK2_ERROR
+0104007a=string/PERSOSUBSTATE_RUIM_NETWORK2_IN_PROGRESS
+0104007b=string/PERSOSUBSTATE_RUIM_NETWORK2_PUK_ENTRY
+0104007c=string/PERSOSUBSTATE_RUIM_NETWORK2_PUK_ERROR
+0104007d=string/PERSOSUBSTATE_RUIM_NETWORK2_PUK_IN_PROGRESS
+0104007e=string/PERSOSUBSTATE_RUIM_NETWORK2_PUK_SUCCESS
+0104007f=string/PERSOSUBSTATE_RUIM_NETWORK2_SUCCESS
+01040080=string/PERSOSUBSTATE_RUIM_RUIM_ENTRY
+01040081=string/PERSOSUBSTATE_RUIM_RUIM_ERROR
+01040082=string/PERSOSUBSTATE_RUIM_RUIM_IN_PROGRESS
+01040083=string/PERSOSUBSTATE_RUIM_RUIM_PUK_ENTRY
+01040084=string/PERSOSUBSTATE_RUIM_RUIM_PUK_ERROR
+01040085=string/PERSOSUBSTATE_RUIM_RUIM_PUK_IN_PROGRESS
+01040086=string/PERSOSUBSTATE_RUIM_RUIM_PUK_SUCCESS
+01040087=string/PERSOSUBSTATE_RUIM_RUIM_SUCCESS
+01040088=string/PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_ENTRY
+01040089=string/PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_ERROR
+0104008a=string/PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_IN_PROGRESS
+0104008b=string/PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_PUK_ENTRY
+0104008c=string/PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_PUK_ERROR
+0104008d=string/PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_PUK_IN_PROGRESS
+0104008e=string/PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_PUK_SUCCESS
+0104008f=string/PERSOSUBSTATE_RUIM_SERVICE_PROVIDER_SUCCESS
+01040090=string/PERSOSUBSTATE_SIM_CORPORATE_ENTRY
+01040091=string/PERSOSUBSTATE_SIM_CORPORATE_ERROR
+01040092=string/PERSOSUBSTATE_SIM_CORPORATE_IN_PROGRESS
+01040093=string/PERSOSUBSTATE_SIM_CORPORATE_PUK_ENTRY
+01040094=string/PERSOSUBSTATE_SIM_CORPORATE_PUK_ERROR
+01040095=string/PERSOSUBSTATE_SIM_CORPORATE_PUK_IN_PROGRESS
+01040096=string/PERSOSUBSTATE_SIM_CORPORATE_PUK_SUCCESS
+01040097=string/PERSOSUBSTATE_SIM_CORPORATE_SUCCESS
+01040098=string/PERSOSUBSTATE_SIM_ICCID_ENTRY
+01040099=string/PERSOSUBSTATE_SIM_ICCID_ERROR
+0104009a=string/PERSOSUBSTATE_SIM_ICCID_IN_PROGRESS
+0104009b=string/PERSOSUBSTATE_SIM_ICCID_SUCCESS
+0104009c=string/PERSOSUBSTATE_SIM_IMPI_ENTRY
+0104009d=string/PERSOSUBSTATE_SIM_IMPI_ERROR
+0104009e=string/PERSOSUBSTATE_SIM_IMPI_IN_PROGRESS
+0104009f=string/PERSOSUBSTATE_SIM_IMPI_SUCCESS
+010400a0=string/PERSOSUBSTATE_SIM_NETWORK_ENTRY
+010400a1=string/PERSOSUBSTATE_SIM_NETWORK_ERROR
+010400a2=string/PERSOSUBSTATE_SIM_NETWORK_IN_PROGRESS
+010400a3=string/PERSOSUBSTATE_SIM_NETWORK_PUK_ENTRY
+010400a4=string/PERSOSUBSTATE_SIM_NETWORK_PUK_ERROR
+010400a5=string/PERSOSUBSTATE_SIM_NETWORK_PUK_IN_PROGRESS
+010400a6=string/PERSOSUBSTATE_SIM_NETWORK_PUK_SUCCESS
+010400a7=string/PERSOSUBSTATE_SIM_NETWORK_SUBSET_ENTRY
+010400a8=string/PERSOSUBSTATE_SIM_NETWORK_SUBSET_ERROR
+010400a9=string/PERSOSUBSTATE_SIM_NETWORK_SUBSET_IN_PROGRESS
+010400aa=string/PERSOSUBSTATE_SIM_NETWORK_SUBSET_PUK_ENTRY
+010400ab=string/PERSOSUBSTATE_SIM_NETWORK_SUBSET_PUK_ERROR
+010400ac=string/PERSOSUBSTATE_SIM_NETWORK_SUBSET_PUK_IN_PROGRESS
+010400ad=string/PERSOSUBSTATE_SIM_NETWORK_SUBSET_PUK_SUCCESS
+010400ae=string/PERSOSUBSTATE_SIM_NETWORK_SUBSET_SUCCESS
+010400af=string/PERSOSUBSTATE_SIM_NETWORK_SUCCESS
+010400b0=string/PERSOSUBSTATE_SIM_NS_SP_ENTRY
+010400b1=string/PERSOSUBSTATE_SIM_NS_SP_ERROR
+010400b2=string/PERSOSUBSTATE_SIM_NS_SP_IN_PROGRESS
+010400b3=string/PERSOSUBSTATE_SIM_NS_SP_SUCCESS
+010400b4=string/PERSOSUBSTATE_SIM_SERVICE_PROVIDER_ENTRY
+010400b5=string/PERSOSUBSTATE_SIM_SERVICE_PROVIDER_ERROR
+010400b6=string/PERSOSUBSTATE_SIM_SERVICE_PROVIDER_IN_PROGRESS
+010400b7=string/PERSOSUBSTATE_SIM_SERVICE_PROVIDER_PUK_ENTRY
+010400b8=string/PERSOSUBSTATE_SIM_SERVICE_PROVIDER_PUK_ERROR
+010400b9=string/PERSOSUBSTATE_SIM_SERVICE_PROVIDER_PUK_IN_PROGRESS
+010400ba=string/PERSOSUBSTATE_SIM_SERVICE_PROVIDER_PUK_SUCCESS
+010400bb=string/PERSOSUBSTATE_SIM_SERVICE_PROVIDER_SUCCESS
+010400bc=string/PERSOSUBSTATE_SIM_SIM_ENTRY
+010400bd=string/PERSOSUBSTATE_SIM_SIM_ERROR
+010400be=string/PERSOSUBSTATE_SIM_SIM_IN_PROGRESS
+010400bf=string/PERSOSUBSTATE_SIM_SIM_PUK_ENTRY
+010400c0=string/PERSOSUBSTATE_SIM_SIM_PUK_ERROR
+010400c1=string/PERSOSUBSTATE_SIM_SIM_PUK_IN_PROGRESS
+010400c2=string/PERSOSUBSTATE_SIM_SIM_PUK_SUCCESS
+010400c3=string/PERSOSUBSTATE_SIM_SIM_SUCCESS
+010400c4=string/PERSOSUBSTATE_SIM_SPN_ENTRY
+010400c5=string/PERSOSUBSTATE_SIM_SPN_ERROR
+010400c6=string/PERSOSUBSTATE_SIM_SPN_IN_PROGRESS
+010400c7=string/PERSOSUBSTATE_SIM_SPN_SUCCESS
+010400c8=string/PERSOSUBSTATE_SIM_SP_EHPLMN_ENTRY
+010400c9=string/PERSOSUBSTATE_SIM_SP_EHPLMN_ERROR
+010400ca=string/PERSOSUBSTATE_SIM_SP_EHPLMN_IN_PROGRESS
+010400cb=string/PERSOSUBSTATE_SIM_SP_EHPLMN_SUCCESS
+010400cc=string/PinMmi
+010400cd=string/PwdMmi
+010400ce=string/RestrictedOnAllVoiceTitle
+010400cf=string/RestrictedOnDataTitle
+010400d0=string/RestrictedOnEmergencyTitle
+010400d1=string/RestrictedOnNormalTitle
+010400d2=string/RestrictedStateContent
+010400d3=string/RestrictedStateContentMsimTemplate
+010400d4=string/RuacMmi
+010400d5=string/SetupCallDefault
+010400d6=string/ThreeWCMmi
+010400d7=string/accept
+010400d8=string/accessibility_binding_label
+010400d9=string/accessibility_button_instructional_text
+010400da=string/accessibility_button_prompt_text
+010400db=string/accessibility_dialog_button_allow
+010400dc=string/accessibility_dialog_button_deny
+010400dd=string/accessibility_dialog_button_uninstall
+010400de=string/accessibility_dialog_touch_filtered_warning
+010400df=string/accessibility_edit_shortcut_menu_button_title
+010400e0=string/accessibility_edit_shortcut_menu_volume_title
+010400e1=string/accessibility_enable_service_title
+010400e2=string/accessibility_freeform_caption
+010400e3=string/accessibility_gesture_3finger_instructional_text
+010400e4=string/accessibility_gesture_3finger_prompt_text
+010400e5=string/accessibility_gesture_instructional_text
+010400e6=string/accessibility_gesture_prompt_text
+010400e7=string/accessibility_label_clone_profile
+010400e8=string/accessibility_label_communal_profile
+010400e9=string/accessibility_label_managed_profile
+010400ea=string/accessibility_label_private_profile
+010400eb=string/accessibility_magnification_chooser_text
+010400ec=string/accessibility_select_shortcut_menu_title
+010400ed=string/accessibility_service_action_perform_description
+010400ee=string/accessibility_service_action_perform_title
+010400ef=string/accessibility_service_screen_control_description
+010400f0=string/accessibility_service_screen_control_title
+010400f1=string/accessibility_service_warning_description
+010400f2=string/accessibility_shortcut_disabling_service
+010400f3=string/accessibility_shortcut_enabling_service
+010400f4=string/accessibility_shortcut_menu_item_status_off
+010400f5=string/accessibility_shortcut_menu_item_status_on
+010400f6=string/accessibility_shortcut_multiple_service_list
+010400f7=string/accessibility_shortcut_multiple_service_warning
+010400f8=string/accessibility_shortcut_multiple_service_warning_title
+010400f9=string/accessibility_shortcut_off
+010400fa=string/accessibility_shortcut_on
+010400fb=string/accessibility_shortcut_single_service_warning
+010400fc=string/accessibility_shortcut_single_service_warning_title
+010400fd=string/accessibility_shortcut_spoken_feedback
+010400fe=string/accessibility_shortcut_toogle_warning
+010400ff=string/accessibility_shortcut_warning_dialog_title
+01040100=string/accessibility_system_action_back_label
+01040101=string/accessibility_system_action_dismiss_notification_shade
+01040102=string/accessibility_system_action_dpad_center_label
+01040103=string/accessibility_system_action_dpad_down_label
+01040104=string/accessibility_system_action_dpad_left_label
+01040105=string/accessibility_system_action_dpad_right_label
+01040106=string/accessibility_system_action_dpad_up_label
+01040107=string/accessibility_system_action_hardware_a11y_shortcut_label
+01040108=string/accessibility_system_action_headset_hook_label
+01040109=string/accessibility_system_action_home_label
+0104010a=string/accessibility_system_action_lock_screen_label
+0104010b=string/accessibility_system_action_notifications_label
+0104010c=string/accessibility_system_action_on_screen_a11y_shortcut_chooser_label
+0104010d=string/accessibility_system_action_on_screen_a11y_shortcut_label
+0104010e=string/accessibility_system_action_power_dialog_label
+0104010f=string/accessibility_system_action_quick_settings_label
+01040110=string/accessibility_system_action_recents_label
+01040111=string/accessibility_system_action_screenshot_label
+01040112=string/accessibility_uncheck_legacy_item_warning
+01040113=string/action_bar_home_description
+01040114=string/action_bar_home_description_format
+01040115=string/action_bar_home_subtitle_description_format
+01040116=string/action_bar_up_description
+01040117=string/action_menu_overflow_description
+01040118=string/action_mode_done
+01040119=string/activity_chooser_view_dialog_title_default
+0104011a=string/activity_chooser_view_see_all
+0104011b=string/activity_list_empty
+0104011c=string/activity_resolver_use_always
+0104011d=string/activity_resolver_use_once
+0104011e=string/activity_resolver_work_profiles_support
+0104011f=string/activitychooserview_choose_application
+01040120=string/activitychooserview_choose_application_error
+01040121=string/adb_active_notification_message
+01040122=string/adb_active_notification_title
+01040123=string/adb_debugging_notification_channel_tv
+01040124=string/adbwifi_active_notification_message
+01040125=string/adbwifi_active_notification_title
+01040126=string/addToDictionary
+01040127=string/add_account_button_label
+01040128=string/add_account_label
+01040129=string/aerr_application
+0104012a=string/aerr_application_repeated
+0104012b=string/aerr_close
+0104012c=string/aerr_close_app
+0104012d=string/aerr_mute
+0104012e=string/aerr_process
+0104012f=string/aerr_process_repeated
+01040130=string/aerr_report
+01040131=string/aerr_restart
+01040132=string/aerr_wait
+01040133=string/alert_windows_notification_channel_group_name
+01040134=string/alert_windows_notification_channel_name
+01040135=string/alert_windows_notification_message
+01040136=string/alert_windows_notification_title
+01040137=string/alert_windows_notification_turn_off_action
+01040138=string/allow
+01040139=string/alternate_eri_file
+0104013a=string/alternative_face_setup_notification_content
+0104013b=string/alternative_fp_setup_notification_content
+0104013c=string/alternative_unlock_setup_notification_title
+0104013d=string/alwaysUse
+0104013e=string/android_preparing_apk
+0104013f=string/android_start_title
+01040140=string/android_system_label
+01040141=string/android_upgrading_complete
+01040142=string/android_upgrading_notification_title
+01040143=string/android_upgrading_starting_apps
+01040144=string/android_upgrading_title
+01040145=string/anr_activity_application
+01040146=string/anr_activity_process
+01040147=string/anr_application_process
+01040148=string/anr_process
+01040149=string/anr_title
+0104014a=string/app_blocked_message
+0104014b=string/app_blocked_title
+0104014c=string/app_category_accessibility
+0104014d=string/app_category_audio
+0104014e=string/app_category_game
+0104014f=string/app_category_image
+01040150=string/app_category_maps
+01040151=string/app_category_news
+01040152=string/app_category_productivity
+01040153=string/app_category_social
+01040154=string/app_category_video
+01040155=string/app_info
+01040156=string/app_not_found
+01040157=string/app_running_notification_text
+01040158=string/app_running_notification_title
+01040159=string/app_streaming_blocked_message
+0104015a=string/app_streaming_blocked_message_for_fingerprint_dialog
+0104015b=string/app_streaming_blocked_message_for_permission_request
+0104015c=string/app_streaming_blocked_message_for_settings_dialog
+0104015d=string/app_streaming_blocked_title
+0104015e=string/app_streaming_blocked_title_for_camera_dialog
+0104015f=string/app_streaming_blocked_title_for_fingerprint_dialog
+01040160=string/app_streaming_blocked_title_for_microphone_dialog
+01040161=string/app_streaming_blocked_title_for_permission_dialog
+01040162=string/app_streaming_blocked_title_for_playstore_dialog
+01040163=string/app_streaming_blocked_title_for_settings_dialog
+01040164=string/app_suspended_default_message
+01040165=string/app_suspended_more_details
+01040166=string/app_suspended_title
+01040167=string/app_suspended_unsuspend_message
+01040168=string/app_upgrading_toast
+01040169=string/as_app_forced_to_restricted_bucket
+0104016a=string/auto_data_switch_content
+0104016b=string/auto_data_switch_title
+0104016c=string/autofill_continue_yes
+0104016d=string/autofill_error_cannot_autofill
+0104016e=string/autofill_picker_accessibility_title
+0104016f=string/autofill_picker_no_suggestions
+01040170=string/autofill_picker_some_suggestions
+01040171=string/autofill_save_accessibility_title
+01040172=string/autofill_save_never
+01040173=string/autofill_save_no
+01040174=string/autofill_save_notnow
+01040175=string/autofill_save_title
+01040176=string/autofill_save_title_with_2types
+01040177=string/autofill_save_title_with_3types
+01040178=string/autofill_save_title_with_type
+01040179=string/autofill_save_type_address
+0104017a=string/autofill_save_type_credit_card
+0104017b=string/autofill_save_type_debit_card
+0104017c=string/autofill_save_type_email_address
+0104017d=string/autofill_save_type_generic_card
+0104017e=string/autofill_save_type_password
+0104017f=string/autofill_save_type_payment_card
+01040180=string/autofill_save_type_username
+01040181=string/autofill_save_yes
+01040182=string/autofill_update_title
+01040183=string/autofill_update_title_with_2types
+01040184=string/autofill_update_title_with_3types
+01040185=string/autofill_update_title_with_type
+01040186=string/autofill_update_yes
+01040187=string/autofill_window_title
+01040188=string/back_button_label
+01040189=string/badPin
+0104018a=string/badPuk
+0104018b=string/battery_saver_charged_notification_summary
+0104018c=string/battery_saver_description
+0104018d=string/battery_saver_description_with_learn_more
+0104018e=string/battery_saver_notification_channel_name
+0104018f=string/battery_saver_off_notification_title
+01040190=string/beforeOneMonthDurationPast
+01040191=string/biometric_app_setting_name
+01040192=string/biometric_dangling_notification_action_not_now
+01040193=string/biometric_dangling_notification_action_set_up
+01040194=string/biometric_dialog_default_subtitle
+01040195=string/biometric_dialog_default_title
+01040196=string/biometric_error_canceled
+01040197=string/biometric_error_device_not_secured
+01040198=string/biometric_error_generic
+01040199=string/biometric_error_hw_unavailable
+0104019a=string/biometric_error_user_canceled
+0104019b=string/biometric_face_not_recognized
+0104019c=string/biometric_not_recognized
+0104019d=string/biometric_or_screen_lock_app_setting_name
+0104019e=string/biometric_or_screen_lock_dialog_default_subtitle
+0104019f=string/bluetooth_a2dp_audio_route_id
+010401a0=string/bluetooth_a2dp_audio_route_name
+010401a1=string/bluetooth_airplane_mode_toast
+010401a2=string/bugreport_countdown
+010401a3=string/bugreport_message
+010401a4=string/bugreport_option_full_summary
+010401a5=string/bugreport_option_full_title
+010401a6=string/bugreport_option_interactive_summary
+010401a7=string/bugreport_option_interactive_title
+010401a8=string/bugreport_screenshot_failure_toast
+010401a9=string/bugreport_screenshot_success_toast
+010401aa=string/bugreport_status
+010401ab=string/bugreport_title
+010401ac=string/byteShort
+010401ad=string/call_notification_answer_action
+010401ae=string/call_notification_answer_video_action
+010401af=string/call_notification_decline_action
+010401b0=string/call_notification_hang_up_action
+010401b1=string/call_notification_incoming_text
+010401b2=string/call_notification_ongoing_text
+010401b3=string/call_notification_screening_text
+010401b4=string/candidates_style
+010401b5=string/capability_desc_canCaptureFingerprintGestures
+010401b6=string/capability_desc_canControlMagnification
+010401b7=string/capability_desc_canPerformGestures
+010401b8=string/capability_desc_canRequestFilterKeyEvents
+010401b9=string/capability_desc_canRequestTouchExploration
+010401ba=string/capability_desc_canRetrieveWindowContent
+010401bb=string/capability_desc_canTakeScreenshot
+010401bc=string/capability_title_canCaptureFingerprintGestures
+010401bd=string/capability_title_canControlMagnification
+010401be=string/capability_title_canPerformGestures
+010401bf=string/capability_title_canRequestFilterKeyEvents
+010401c0=string/capability_title_canRequestTouchExploration
+010401c1=string/capability_title_canRetrieveWindowContent
+010401c2=string/capability_title_canTakeScreenshot
+010401c3=string/capital_off
+010401c4=string/capital_on
+010401c5=string/car_loading_profile
+010401c6=string/car_mode_disable_notification_message
+010401c7=string/car_mode_disable_notification_title
+010401c8=string/carrier_app_notification_text
+010401c9=string/carrier_app_notification_title
+010401ca=string/cfTemplateForwarded
+010401cb=string/cfTemplateForwardedTime
+010401cc=string/cfTemplateNotForwarded
+010401cd=string/cfTemplateRegistered
+010401ce=string/cfTemplateRegisteredTime
+010401cf=string/checked
+010401d0=string/chooseActivity
+010401d1=string/chooseUsbActivity
+010401d2=string/choose_account_label
+010401d3=string/chooser_all_apps_button_label
+010401d4=string/chooser_no_direct_share_targets
+010401d5=string/chooser_wallpaper
+010401d6=string/clearDefaultHintMsg
+010401d7=string/clone_profile_label_badge
+010401d8=string/close_button_text
+010401d9=string/color_correction_feature_name
+010401da=string/color_inversion_feature_name
+010401db=string/common_last_name_prefixes
+010401dc=string/common_name
+010401dd=string/common_name_conjunctions
+010401de=string/common_name_prefixes
+010401df=string/common_name_suffixes
+010401e0=string/concurrent_display_notification_active_content
+010401e1=string/concurrent_display_notification_active_title
+010401e2=string/concurrent_display_notification_name
+010401e3=string/concurrent_display_notification_power_save_content
+010401e4=string/concurrent_display_notification_power_save_title
+010401e5=string/concurrent_display_notification_thermal_content
+010401e6=string/concurrent_display_notification_thermal_title
+010401e7=string/condition_provider_service_binding_label
+010401e8=string/conference_call
+010401e9=string/config_UsbDeviceConnectionHandling_component
+010401ea=string/config_accountTypeToKeepFirstAccount
+010401eb=string/config_activityRecognitionHardwarePackageName
+010401ec=string/config_ambientContextEventArrayExtraKey
+010401ed=string/config_ambientContextPackageNameExtraKey
+010401ee=string/config_appsAuthorizedForSharedAccounts
+010401ef=string/config_appsNotReportingCrashes
+010401f0=string/config_bandwidthEstimateSource
+010401f1=string/config_batterySaverDeviceSpecificConfig
+010401f2=string/config_batterySaverScheduleProvider
+010401f3=string/config_batterymeterBoltPath
+010401f4=string/config_batterymeterErrorPerimeterPath
+010401f5=string/config_batterymeterFillMask
+010401f6=string/config_batterymeterPerimeterPath
+010401f7=string/config_batterymeterPowersavePath
+010401f8=string/config_biometric_prompt_ui_package
+010401f9=string/config_bodyFontFamily
+010401fa=string/config_bodyFontFamilyMedium
+010401fb=string/config_cameraLaunchGestureSensorStringType
+010401fc=string/config_cameraLiftTriggerSensorStringType
+010401fd=string/config_cameraShutterSound
+010401fe=string/config_carrierAppInstallDialogComponent
+010401ff=string/config_chooseAccountActivity
+01040200=string/config_chooseTypeAndAccountActivity
+01040201=string/config_chooserActivity
+01040202=string/config_clockFontFamily
+01040203=string/config_companionDeviceManagerPackage
+01040204=string/config_controlsPackage
+01040205=string/config_credentialManagerReceiverComponent
+01040206=string/config_customAdbPublicKeyConfirmationComponent
+01040207=string/config_customAdbPublicKeyConfirmationSecondaryUserComponent
+01040208=string/config_customAdbWifiNetworkConfirmationComponent
+01040209=string/config_customAdbWifiNetworkConfirmationSecondaryUserComponent
+0104020a=string/config_customCountryDetector
+0104020b=string/config_customResolverActivity
+0104020c=string/config_customVpnAlwaysOnDisconnectedDialogComponent
+0104020d=string/config_customVpnConfirmDialogComponent
+0104020e=string/config_dataUsageSummaryComponent
+0104020f=string/config_datause_iface
+01040210=string/config_defaultAccessibilityNotificationSound
+01040211=string/config_defaultAccessibilityService
+01040212=string/config_defaultAmbientContextConsentComponent
+01040213=string/config_defaultAmbientContextDetectionService
+01040214=string/config_defaultAppPredictionService
+01040215=string/config_defaultAssistantAccessComponent
+01040216=string/config_defaultAttentionService
+01040217=string/config_defaultAugmentedAutofillService
+01040218=string/config_defaultAutofillService
+01040219=string/config_defaultBugReportHandlerApp
+0104021a=string/config_defaultCaptivePortalLoginPackageName
+0104021b=string/config_defaultContentCaptureService
+0104021c=string/config_defaultContentProtectionService
+0104021d=string/config_defaultContentSuggestionsService
+0104021e=string/config_defaultContextualSearchEnabled
+0104021f=string/config_defaultContextualSearchKey
+01040220=string/config_defaultContextualSearchLegacyEnabled
+01040221=string/config_defaultContextualSearchPackageName
+01040222=string/config_defaultCredentialManagerAutofillService
+01040223=string/config_defaultCredentialManagerHybridService
+01040224=string/config_defaultDisplayCompatHostActivity
+01040225=string/config_defaultDndAccessPackages
+01040226=string/config_defaultDndDeniedPackages
+01040227=string/config_defaultDockManagerPackageName
+01040228=string/config_defaultFieldClassificationService
+01040229=string/config_defaultHealthConnectApp
+0104022a=string/config_defaultListenerAccessPackages
+0104022b=string/config_defaultModuleMetadataProvider
+0104022c=string/config_defaultMusicRecognitionService
+0104022d=string/config_defaultNearbyFastPairSettingsDevicesComponent
+0104022e=string/config_defaultNearbySharingComponent
+0104022f=string/config_defaultNearbySharingSliceUri
+01040230=string/config_defaultNetworkRecommendationProviderPackage
+01040231=string/config_defaultNetworkScorerPackageName
+01040232=string/config_defaultOnDeviceIntelligenceDeviceConfigNamespace
+01040233=string/config_defaultOnDeviceIntelligenceService
+01040234=string/config_defaultOnDeviceSandboxedInferenceService
+01040235=string/config_defaultOnDeviceSpeechRecognitionService
+01040236=string/config_defaultProfcollectReportUploaderAction
+01040237=string/config_defaultProfcollectReportUploaderApp
+01040238=string/config_defaultQrCodeComponent
+01040239=string/config_defaultRotationResolverService
+0104023a=string/config_defaultSearchSelectorPackageName
+0104023b=string/config_defaultSearchUiService
+0104023c=string/config_defaultShutdownVibrationFile
+0104023d=string/config_defaultSmartspaceService
+0104023e=string/config_defaultSupervisionProfileOwnerComponent
+0104023f=string/config_defaultSystemCaptionsManagerService
+01040240=string/config_defaultTextClassifierPackage
+01040241=string/config_defaultTranslationService
+01040242=string/config_defaultTrustAgent
+01040243=string/config_defaultWallpaperEffectsGenerationService
+01040244=string/config_defaultWearableSensingConsentComponent
+01040245=string/config_defaultWearableSensingService
+01040246=string/config_defaultWellbeingPackage
+01040247=string/config_default_dns_server
+01040248=string/config_deviceConfiguratorPackageName
+01040249=string/config_devicePolicyManagementUpdater
+0104024a=string/config_deviceProvisioningPackage
+0104024b=string/config_deviceSpecificAudioService
+0104024c=string/config_deviceSpecificDevicePolicyManagerService
+0104024d=string/config_deviceSpecificDeviceStatePolicyProvider
+0104024e=string/config_deviceSpecificDisplayAreaPolicyProvider
+0104024f=string/config_deviceSpecificInputMethodManagerService
+01040250=string/config_displayLightSensorType
+01040251=string/config_displayWhiteBalanceColorTemperatureSensorName
+01040252=string/config_display_features
+01040253=string/config_doublePressOnPowerTargetActivity
+01040254=string/config_doubleTouchGestureEnableFile
+01040255=string/config_dozeComponent
+01040256=string/config_dozeDoubleTapSensorType
+01040257=string/config_dozeLongPressSensorType
+01040258=string/config_dozeTapSensorType
+01040259=string/config_dozeUdfpsLongPressSensorType
+0104025a=string/config_dreamsDefaultComponent
+0104025b=string/config_emergency_call_number
+0104025c=string/config_emergency_dialer_package
+0104025d=string/config_ethernet_iface_regex
+0104025e=string/config_ethernet_tcp_buffers
+0104025f=string/config_extensionFallbackPackageName
+01040260=string/config_extensionFallbackServiceName
+01040261=string/config_factoryResetPackage
+01040262=string/config_fallbackCredentialManagerDialogComponent
+01040263=string/config_foldedArea
+01040264=string/config_forceVoiceInteractionServicePackage
+01040265=string/config_fusedLocationProviderPackageName
+01040266=string/config_geocoderProviderPackageName
+01040267=string/config_geofenceProviderPackageName
+01040268=string/config_globalAppSearchDataQuerierPackage
+01040269=string/config_gnssLocationProviderPackageName
+0104026a=string/config_hapticFeedbackCustomizationFile
+0104026b=string/config_hdmiCecActiveSourceLostActivity
+0104026c=string/config_hdmiCecSetMenuLanguageActivity
+0104026d=string/config_headlineFontFamily
+0104026e=string/config_headlineFontFamilyMedium
+0104026f=string/config_headlineFontFeatureSettings
+01040270=string/config_healthConnectMigratorPackageName
+01040271=string/config_iccHotswapPromptForRestartDialogComponent
+01040272=string/config_icon_mask
+01040273=string/config_inCallNotificationSound
+01040274=string/config_incidentReportApproverPackage
+01040275=string/config_inputEventCompatProcessorOverrideClassName
+01040276=string/config_isoImagePath
+01040277=string/config_keyguardComponent
+01040278=string/config_mainBuiltInDisplayCutout
+01040279=string/config_mainBuiltInDisplayCutoutRectApproximation
+0104027a=string/config_mainDisplayShape
+0104027b=string/config_managed_provisioning_package
+0104027c=string/config_mediaProjectionPermissionDialogComponent
+0104027d=string/config_misprovisionedBrandValue
+0104027e=string/config_misprovisionedDeviceModel
+0104027f=string/config_mms_user_agent
+01040280=string/config_mms_user_agent_profile_url
+01040281=string/config_mobile_hotspot_provision_app_no_ui
+01040282=string/config_mobile_hotspot_provision_response
+01040283=string/config_networkLocationProviderPackageName
+01040284=string/config_networkOverLimitComponent
+01040285=string/config_notificationAccessConfirmationActivity
+01040286=string/config_notificationHandlerPackage
+01040287=string/config_oemCredentialManagerDialogComponent
+01040288=string/config_oem_enabled_satellite_s2cell_file
+01040289=string/config_oem_enabled_satellite_sos_handover_app
+0104028a=string/config_onDeviceIntelligenceModelLoadedBroadcastKey
+0104028b=string/config_onDeviceIntelligenceModelUnloadedBroadcastKey
+0104028c=string/config_overrideComponentUiPackage
+0104028d=string/config_packagedKeyboardName
+0104028e=string/config_pdp_reject_dialog_title
+0104028f=string/config_pdp_reject_multi_conn_to_same_pdn_not_allowed
+01040290=string/config_pdp_reject_service_not_subscribed
+01040291=string/config_pdp_reject_user_authentication_failed
+01040292=string/config_persistentDataPackageName
+01040293=string/config_platformVpnConfirmDialogComponent
+01040294=string/config_pointing_ui_class
+01040295=string/config_pointing_ui_package
+01040296=string/config_powerSaveModeChangedListenerPackage
+01040297=string/config_primaryLocationTimeZoneProviderPackageName
+01040298=string/config_primaryShortPressTargetActivity
+01040299=string/config_qualified_networks_service_class
+0104029a=string/config_qualified_networks_service_package
+0104029b=string/config_quickPickupSensorType
+0104029c=string/config_radio_access_family
+0104029d=string/config_rawContactsLocalAccountName
+0104029e=string/config_rawContactsLocalAccountType
+0104029f=string/config_rearDisplayPhysicalAddress
+010402a0=string/config_recentsComponentName
+010402a1=string/config_retailDemoPackage
+010402a2=string/config_retailDemoPackageSignature
+010402a3=string/config_satellite_emergency_handover_intent_action
+010402a4=string/config_satellite_gateway_service_package
+010402a5=string/config_satellite_service_package
+010402a6=string/config_satellite_sim_plmn_identifier
+010402a7=string/config_satellite_sim_spn_identifier
+010402a8=string/config_screenshotAppClipsServiceComponent
+010402a9=string/config_screenshotErrorReceiverComponent
+010402aa=string/config_screenshotServiceComponent
+010402ab=string/config_searchKeyTargetActivity
+010402ac=string/config_secondaryBuiltInDisplayCutout
+010402ad=string/config_secondaryBuiltInDisplayCutoutRectApproximation
+010402ae=string/config_secondaryDisplayShape
+010402af=string/config_secondaryHomePackage
+010402b0=string/config_secondaryLocationTimeZoneProviderPackageName
+010402b1=string/config_sensorStateChangedActivity
+010402b2=string/config_sensorUseStartedActivity
+010402b3=string/config_sensorUseStartedActivity_hwToggle
+010402b4=string/config_servicesExtensionPackage
+010402b5=string/config_sharedConnectivityServiceIntentAction
+010402b6=string/config_sharedConnectivityServicePackage
+010402b7=string/config_signalAttributionPath
+010402b8=string/config_slicePermissionComponent
+010402b9=string/config_somnambulatorComponent
+010402ba=string/config_supervisedUserCreationPackage
+010402bb=string/config_systemGameService
+010402bc=string/config_systemImageEditor
+010402bd=string/config_systemTelevisionRemoteService
+010402be=string/config_systemUIServiceComponent
+010402bf=string/config_tcp_buffers
+010402c0=string/config_tvRemoteServicePackage
+010402c1=string/config_usbAccessoryUriActivity
+010402c2=string/config_usbConfirmActivity
+010402c3=string/config_usbContaminantActivity
+010402c4=string/config_usbPermissionActivity
+010402c5=string/config_usbResolverActivity
+010402c6=string/config_useragentprofile_url
+010402c7=string/config_vendorColorModesRestoreHint
+010402c8=string/config_wallpaperCropperPackage
+010402c9=string/config_wallpaperManagerServiceName
+010402ca=string/config_wearMediaControlsPackage
+010402cb=string/config_wearMediaSessionsPackage
+010402cc=string/config_wearRemoteIntentAction
+010402cd=string/config_wearServiceComponent
+010402ce=string/config_wearSysUiMainActivity
+010402cf=string/config_wearSysUiPackage
+010402d0=string/config_wearableAmbientContextEventArrayExtraKey
+010402d1=string/config_wearableAmbientContextPackageNameExtraKey
+010402d2=string/config_wifi_tether_enable
+010402d3=string/config_wimaxManagerClassname
+010402d4=string/config_wimaxNativeLibLocation
+010402d5=string/config_wimaxServiceClassname
+010402d6=string/config_wimaxServiceJarLocation
+010402d7=string/config_wimaxStateTrackerClassname
+010402d8=string/config_wlan_data_service_class
+010402d9=string/config_wlan_data_service_package
+010402da=string/config_wlan_network_service_class
+010402db=string/config_wlan_network_service_package
+010402dc=string/config_work_badge_path_24
+010402dd=string/config_wwan_data_service_class
+010402de=string/config_wwan_data_service_package
+010402df=string/config_wwan_network_service_class
+010402e0=string/config_wwan_network_service_package
+010402e1=string/confirm_battery_saver
+010402e2=string/connected_display_thermally_unavailable_notification_content
+010402e3=string/connected_display_unavailable_notification_content
+010402e4=string/connected_display_unavailable_notification_title
+010402e5=string/console_running_notification_message
+010402e6=string/console_running_notification_title
+010402e7=string/contentServiceSync
+010402e8=string/contentServiceSyncNotificationTitle
+010402e9=string/contentServiceTooManyDeletesNotificationDesc
+010402ea=string/content_description_collapsed
+010402eb=string/content_description_expanded
+010402ec=string/content_description_sliding_handle
+010402ed=string/conversation_single_line_image_placeholder
+010402ee=string/conversation_single_line_name_display
+010402ef=string/conversation_title_fallback_group_chat
+010402f0=string/conversation_title_fallback_one_to_one
+010402f1=string/country_detector
+010402f2=string/country_selection_title
+010402f3=string/create_contact_using
+010402f4=string/crossSimFormat_spn
+010402f5=string/crossSimFormat_spn_cross_sim_calling
+010402f6=string/csd_dose_reached_warning
+010402f7=string/csd_momentary_exposure_warning
+010402f8=string/data_saver_description
+010402f9=string/data_saver_enable_button
+010402fa=string/data_saver_enable_title
+010402fb=string/data_usage_limit_body
+010402fc=string/data_usage_limit_snoozed_body
+010402fd=string/data_usage_mobile_limit_snoozed_title
+010402fe=string/data_usage_mobile_limit_title
+010402ff=string/data_usage_rapid_app_body
+01040300=string/data_usage_rapid_body
+01040301=string/data_usage_rapid_title
+01040302=string/data_usage_restricted_body
+01040303=string/data_usage_restricted_title
+01040304=string/data_usage_warning_body
+01040305=string/data_usage_warning_title
+01040306=string/data_usage_wifi_limit_snoozed_title
+01040307=string/data_usage_wifi_limit_title
+01040308=string/date_and_time
+01040309=string/date_picker_day_of_week_typeface
+0104030a=string/date_picker_day_typeface
+0104030b=string/date_picker_decrement_day_button
+0104030c=string/date_picker_decrement_month_button
+0104030d=string/date_picker_decrement_year_button
+0104030e=string/date_picker_dialog_title
+0104030f=string/date_picker_increment_day_button
+01040310=string/date_picker_increment_month_button
+01040311=string/date_picker_increment_year_button
+01040312=string/date_picker_mode
+01040313=string/date_picker_month_typeface
+01040314=string/date_picker_next_month_button
+01040315=string/date_picker_prev_month_button
+01040316=string/date_time
+01040317=string/date_time_done
+01040318=string/date_time_set
+01040319=string/day
+0104031a=string/days
+0104031b=string/db_default_journal_mode
+0104031c=string/db_default_sync_mode
+0104031d=string/db_wal_sync_mode
+0104031e=string/decline
+0104031f=string/decline_remote_bugreport_action
+01040320=string/default_audio_route_category_name
+01040321=string/default_audio_route_id
+01040322=string/default_audio_route_name
+01040323=string/default_audio_route_name_dock_speakers
+01040324=string/default_audio_route_name_external_device
+01040325=string/default_audio_route_name_headphones
+01040326=string/default_audio_route_name_usb
+01040327=string/default_browser
+01040328=string/default_card_name
+01040329=string/default_notification_channel_label
+0104032a=string/default_sms_application
+0104032b=string/default_wallpaper_component
+0104032c=string/delete
+0104032d=string/deleteText
+0104032e=string/deleted_key
+0104032f=string/demo_restarting_message
+01040330=string/demo_starting_message
+01040331=string/deny
+01040332=string/deprecated_abi_message
+01040333=string/deprecated_target_sdk_app_store
+01040334=string/deprecated_target_sdk_message
+01040335=string/description_target_unlock_tablet
+01040336=string/device_ownership_relinquished
+01040337=string/device_policy_manager_service
+01040338=string/device_state_notification_settings_button
+01040339=string/device_state_notification_turn_off_button
+0104033a=string/device_storage_monitor_notification_channel
+0104033b=string/device_unlock_notification_name
+0104033c=string/dial_number_using
+0104033d=string/disable_accessibility_shortcut
+0104033e=string/dismiss_action
+0104033f=string/display_manager_built_in_display_name
+01040340=string/display_manager_hdmi_display_name
+01040341=string/display_manager_overlay_display_name
+01040342=string/display_manager_overlay_display_secure_suffix
+01040343=string/display_manager_overlay_display_title
+01040344=string/display_rotation_camera_compat_toast_after_rotation
+01040345=string/display_rotation_camera_compat_toast_in_multi_window
+01040346=string/dlg_ok
+01040347=string/done_accessibility_shortcut_menu_button
+01040348=string/done_label
+01040349=string/dream_accessibility_action_click
+0104034a=string/dream_preview_title
+0104034b=string/dump_heap_notification
+0104034c=string/dump_heap_notification_detail
+0104034d=string/dump_heap_ready_notification
+0104034e=string/dump_heap_ready_text
+0104034f=string/dump_heap_system_text
+01040350=string/dump_heap_text
+01040351=string/dump_heap_title
+01040352=string/duration_days_relative
+01040353=string/duration_days_relative_future
+01040354=string/duration_days_shortest
+01040355=string/duration_days_shortest_future
+01040356=string/duration_hours_relative
+01040357=string/duration_hours_relative_future
+01040358=string/duration_hours_shortest
+01040359=string/duration_hours_shortest_future
+0104035a=string/duration_minutes_relative
+0104035b=string/duration_minutes_relative_future
+0104035c=string/duration_minutes_shortest
+0104035d=string/duration_minutes_shortest_future
+0104035e=string/duration_years_relative
+0104035f=string/duration_years_relative_future
+01040360=string/duration_years_shortest
+01040361=string/duration_years_shortest_future
+01040362=string/dynamic_mode_notification_channel_name
+01040363=string/dynamic_mode_notification_summary
+01040364=string/dynamic_mode_notification_summary_v2
+01040365=string/dynamic_mode_notification_title
+01040366=string/dynamic_mode_notification_title_v2
+01040367=string/editTextMenuTitle
+01040368=string/edit_accessibility_shortcut_menu_button
+01040369=string/elapsed_time_short_format_h_mm_ss
+0104036a=string/elapsed_time_short_format_mm_ss
+0104036b=string/emailTypeCustom
+0104036c=string/emailTypeHome
+0104036d=string/emailTypeMobile
+0104036e=string/emailTypeOther
+0104036f=string/emailTypeWork
+01040370=string/emergency_call_dialog_number_for_display
+01040371=string/emergency_calls_only
+01040372=string/enablePin
+01040373=string/enable_explore_by_touch_warning_message
+01040374=string/enable_explore_by_touch_warning_title
+01040375=string/error_handwriting_unsupported
+01040376=string/error_handwriting_unsupported_password
+01040377=string/error_message_change_not_allowed
+01040378=string/error_message_title
+01040379=string/etws_primary_default_message_earthquake
+0104037a=string/etws_primary_default_message_earthquake_and_tsunami
+0104037b=string/etws_primary_default_message_others
+0104037c=string/etws_primary_default_message_test
+0104037d=string/etws_primary_default_message_tsunami
+0104037e=string/eventTypeAnniversary
+0104037f=string/eventTypeBirthday
+01040380=string/eventTypeCustom
+01040381=string/eventTypeOther
+01040382=string/expand_action_accessibility
+01040383=string/expand_button_content_description_collapsed
+01040384=string/expand_button_content_description_expanded
+01040385=string/expires_on
+01040386=string/ext_media_badremoval_notification_message
+01040387=string/ext_media_badremoval_notification_title
+01040388=string/ext_media_browse_action
+01040389=string/ext_media_checking_notification_message
+0104038a=string/ext_media_checking_notification_title
+0104038b=string/ext_media_init_action
+0104038c=string/ext_media_missing_message
+0104038d=string/ext_media_missing_title
+0104038e=string/ext_media_move_failure_message
+0104038f=string/ext_media_move_failure_title
+01040390=string/ext_media_move_specific_title
+01040391=string/ext_media_move_success_message
+01040392=string/ext_media_move_success_title
+01040393=string/ext_media_move_title
+01040394=string/ext_media_new_notification_message
+01040395=string/ext_media_new_notification_title
+01040396=string/ext_media_nomedia_notification_message
+01040397=string/ext_media_nomedia_notification_title
+01040398=string/ext_media_ready_notification_message
+01040399=string/ext_media_seamless_action
+0104039a=string/ext_media_status_bad_removal
+0104039b=string/ext_media_status_checking
+0104039c=string/ext_media_status_ejecting
+0104039d=string/ext_media_status_formatting
+0104039e=string/ext_media_status_missing
+0104039f=string/ext_media_status_mounted
+010403a0=string/ext_media_status_mounted_ro
+010403a1=string/ext_media_status_removed
+010403a2=string/ext_media_status_unmountable
+010403a3=string/ext_media_status_unmounted
+010403a4=string/ext_media_status_unsupported
+010403a5=string/ext_media_unmount_action
+010403a6=string/ext_media_unmountable_notification_message
+010403a7=string/ext_media_unmountable_notification_title
+010403a8=string/ext_media_unmounting_notification_message
+010403a9=string/ext_media_unmounting_notification_title
+010403aa=string/ext_media_unsupported_notification_message
+010403ab=string/ext_media_unsupported_notification_title
+010403ac=string/extract_edit_menu_button
+010403ad=string/face_acquired_dark_glasses_detected
+010403ae=string/face_acquired_dark_glasses_detected_alt
+010403af=string/face_acquired_insufficient
+010403b0=string/face_acquired_mouth_covering_detected
+010403b1=string/face_acquired_mouth_covering_detected_alt
+010403b2=string/face_acquired_not_detected
+010403b3=string/face_acquired_obscured
+010403b4=string/face_acquired_pan_too_extreme
+010403b5=string/face_acquired_poor_gaze
+010403b6=string/face_acquired_recalibrate
+010403b7=string/face_acquired_recalibrate_alt
+010403b8=string/face_acquired_roll_too_extreme
+010403b9=string/face_acquired_sensor_dirty
+010403ba=string/face_acquired_tilt_too_extreme
+010403bb=string/face_acquired_too_bright
+010403bc=string/face_acquired_too_close
+010403bd=string/face_acquired_too_dark
+010403be=string/face_acquired_too_different
+010403bf=string/face_acquired_too_far
+010403c0=string/face_acquired_too_high
+010403c1=string/face_acquired_too_left
+010403c2=string/face_acquired_too_low
+010403c3=string/face_acquired_too_much_motion
+010403c4=string/face_acquired_too_right
+010403c5=string/face_acquired_too_similar
+010403c6=string/face_app_setting_name
+010403c7=string/face_authenticated_confirmation_required
+010403c8=string/face_authenticated_no_confirmation_required
+010403c9=string/face_dangling_notification_msg
+010403ca=string/face_dangling_notification_title
+010403cb=string/face_dialog_default_subtitle
+010403cc=string/face_error_canceled
+010403cd=string/face_error_hw_not_available
+010403ce=string/face_error_hw_not_present
+010403cf=string/face_error_lockout
+010403d0=string/face_error_lockout_permanent
+010403d1=string/face_error_lockout_screen_lock
+010403d2=string/face_error_no_space
+010403d3=string/face_error_not_enrolled
+010403d4=string/face_error_security_update_required
+010403d5=string/face_error_timeout
+010403d6=string/face_error_unable_to_process
+010403d7=string/face_error_user_canceled
+010403d8=string/face_error_vendor_unknown
+010403d9=string/face_icon_content_description
+010403da=string/face_name_template
+010403db=string/face_or_screen_lock_app_setting_name
+010403dc=string/face_or_screen_lock_dialog_default_subtitle
+010403dd=string/face_recalibrate_notification_content
+010403de=string/face_recalibrate_notification_name
+010403df=string/face_recalibrate_notification_title
+010403e0=string/face_sensor_privacy_enabled
+010403e1=string/faceunlock_multiple_failures
+010403e2=string/factory_reset_message
+010403e3=string/factory_reset_warning
+010403e4=string/factorytest_failed
+010403e5=string/factorytest_no_action
+010403e6=string/factorytest_not_system
+010403e7=string/factorytest_reboot
+010403e8=string/failed_to_copy_to_clipboard
+010403e9=string/fast_scroll_alphabet
+010403ea=string/fast_scroll_numeric_alphabet
+010403eb=string/fcComplete
+010403ec=string/fcError
+010403ed=string/fileSizeSuffix
+010403ee=string/file_count
+010403ef=string/find
+010403f0=string/find_next
+010403f1=string/find_on_page
+010403f2=string/find_previous
+010403f3=string/fingerprint_acquired_already_enrolled
+010403f4=string/fingerprint_acquired_imager_dirty
+010403f5=string/fingerprint_acquired_imager_dirty_alt
+010403f6=string/fingerprint_acquired_immobile
+010403f7=string/fingerprint_acquired_insufficient
+010403f8=string/fingerprint_acquired_partial
+010403f9=string/fingerprint_acquired_power_press
+010403fa=string/fingerprint_acquired_too_bright
+010403fb=string/fingerprint_acquired_too_fast
+010403fc=string/fingerprint_acquired_too_slow
+010403fd=string/fingerprint_acquired_try_adjusting
+010403fe=string/fingerprint_app_setting_name
+010403ff=string/fingerprint_authenticated
+01040400=string/fingerprint_dangling_notification_msg_1
+01040401=string/fingerprint_dangling_notification_msg_2
+01040402=string/fingerprint_dangling_notification_msg_all_deleted_1
+01040403=string/fingerprint_dangling_notification_msg_all_deleted_2
+01040404=string/fingerprint_dangling_notification_title
+01040405=string/fingerprint_dialog_default_subtitle
+01040406=string/fingerprint_dialog_use_fingerprint_instead
+01040407=string/fingerprint_error_bad_calibration
+01040408=string/fingerprint_error_canceled
+01040409=string/fingerprint_error_hw_not_available
+0104040a=string/fingerprint_error_hw_not_present
+0104040b=string/fingerprint_error_lockout
+0104040c=string/fingerprint_error_lockout_permanent
+0104040d=string/fingerprint_error_no_fingerprints
+0104040e=string/fingerprint_error_no_space
+0104040f=string/fingerprint_error_not_match
+01040410=string/fingerprint_error_power_pressed
+01040411=string/fingerprint_error_security_update_required
+01040412=string/fingerprint_error_timeout
+01040413=string/fingerprint_error_unable_to_process
+01040414=string/fingerprint_error_user_canceled
+01040415=string/fingerprint_error_vendor_unknown
+01040416=string/fingerprint_name_template
+01040417=string/fingerprint_or_screen_lock_app_setting_name
+01040418=string/fingerprint_or_screen_lock_dialog_default_subtitle
+01040419=string/fingerprint_recalibrate_notification_content
+0104041a=string/fingerprint_recalibrate_notification_name
+0104041b=string/fingerprint_recalibrate_notification_title
+0104041c=string/fingerprint_udfps_error_not_match
+0104041d=string/fingerprints
+0104041e=string/floating_toolbar_close_overflow_description
+0104041f=string/floating_toolbar_open_overflow_description
+01040420=string/font_family_body_1_material
+01040421=string/font_family_body_2_material
+01040422=string/font_family_button_material
+01040423=string/font_family_caption_material
+01040424=string/font_family_display_1_material
+01040425=string/font_family_display_2_material
+01040426=string/font_family_display_3_material
+01040427=string/font_family_display_4_material
+01040428=string/font_family_headline_material
+01040429=string/font_family_menu_material
+0104042a=string/font_family_subhead_material
+0104042b=string/font_family_title_material
+0104042c=string/force_close
+0104042d=string/foreground_service_app_in_background
+0104042e=string/foreground_service_apps_in_background
+0104042f=string/foreground_service_multiple_separator
+01040430=string/foreground_service_tap_for_details
+01040431=string/forward_intent_to_owner
+01040432=string/forward_intent_to_work
+01040433=string/fp_power_button_bp_message
+01040434=string/fp_power_button_bp_negative_button
+01040435=string/fp_power_button_bp_positive_button
+01040436=string/fp_power_button_bp_title
+01040437=string/fp_power_button_enrollment_button_text
+01040438=string/fp_power_button_enrollment_message
+01040439=string/fp_power_button_enrollment_title
+0104043a=string/gadget_host_error_inflating
+0104043b=string/geofencing_service
+0104043c=string/global_action_assist
+0104043d=string/global_action_bug_report
+0104043e=string/global_action_emergency
+0104043f=string/global_action_lock
+01040440=string/global_action_lockdown
+01040441=string/global_action_logout
+01040442=string/global_action_power_off
+01040443=string/global_action_power_options
+01040444=string/global_action_restart
+01040445=string/global_action_screenshot
+01040446=string/global_action_settings
+01040447=string/global_action_silent_mode_off_status
+01040448=string/global_action_silent_mode_on_status
+01040449=string/global_action_toggle_silent_mode
+0104044a=string/global_action_voice_assist
+0104044b=string/global_actions
+0104044c=string/global_actions_airplane_mode_off_status
+0104044d=string/global_actions_airplane_mode_on_status
+0104044e=string/global_actions_toggle_airplane_mode
+0104044f=string/gnss_service
+01040450=string/gnss_time_update_service
+01040451=string/gpsNotifMessage
+01040452=string/gpsNotifTicker
+01040453=string/gpsNotifTitle
+01040454=string/gpsVerifNo
+01040455=string/gpsVerifYes
+01040456=string/grant_credentials_permission_message_footer
+01040457=string/grant_credentials_permission_message_header
+01040458=string/grant_permissions_header_text
+01040459=string/granularity_label_character
+0104045a=string/granularity_label_line
+0104045b=string/granularity_label_link
+0104045c=string/granularity_label_word
+0104045d=string/gsm_alphabet_default_charset
+0104045e=string/guest_name
+0104045f=string/hardware
+01040460=string/harmful_app_warning_open_anyway
+01040461=string/harmful_app_warning_title
+01040462=string/harmful_app_warning_uninstall
+01040463=string/hearing_aids_feature_name
+01040464=string/heavy_weight_notification
+01040465=string/heavy_weight_notification_detail
+01040466=string/heavy_weight_switcher_text
+01040467=string/heavy_weight_switcher_title
+01040468=string/hour
+01040469=string/hour_picker_description
+0104046a=string/hours
+0104046b=string/httpError
+0104046c=string/httpErrorAuth
+0104046d=string/httpErrorConnect
+0104046e=string/httpErrorFailedSslHandshake
+0104046f=string/httpErrorFile
+01040470=string/httpErrorFileNotFound
+01040471=string/httpErrorIO
+01040472=string/httpErrorLookup
+01040473=string/httpErrorOk
+01040474=string/httpErrorProxyAuth
+01040475=string/httpErrorRedirectLoop
+01040476=string/httpErrorTimeout
+01040477=string/httpErrorTooManyRequests
+01040478=string/httpErrorUnsupportedAuthScheme
+01040479=string/icu_abbrev_wday_month_day_no_year
+0104047a=string/imProtocolAim
+0104047b=string/imProtocolCustom
+0104047c=string/imProtocolGoogleTalk
+0104047d=string/imProtocolIcq
+0104047e=string/imProtocolJabber
+0104047f=string/imProtocolMsn
+01040480=string/imProtocolNetMeeting
+01040481=string/imProtocolQq
+01040482=string/imProtocolSkype
+01040483=string/imProtocolYahoo
+01040484=string/imTypeCustom
+01040485=string/imTypeHome
+01040486=string/imTypeOther
+01040487=string/imTypeWork
+01040488=string/image_wallpaper_component
+01040489=string/ime_action_default
+0104048a=string/ime_action_done
+0104048b=string/ime_action_go
+0104048c=string/ime_action_next
+0104048d=string/ime_action_previous
+0104048e=string/ime_action_search
+0104048f=string/ime_action_send
+01040490=string/imei
+01040491=string/immersive_cling_description
+01040492=string/immersive_cling_positive
+01040493=string/immersive_cling_title
+01040494=string/importance_from_person
+01040495=string/importance_from_user
+01040496=string/in_progress
+01040497=string/indeterminate_progress_01
+01040498=string/indeterminate_progress_02
+01040499=string/indeterminate_progress_03
+0104049a=string/indeterminate_progress_04
+0104049b=string/indeterminate_progress_05
+0104049c=string/indeterminate_progress_06
+0104049d=string/indeterminate_progress_07
+0104049e=string/indeterminate_progress_08
+0104049f=string/indeterminate_progress_09
+010404a0=string/indeterminate_progress_10
+010404a1=string/indeterminate_progress_11
+010404a2=string/indeterminate_progress_12
+010404a3=string/indeterminate_progress_13
+010404a4=string/indeterminate_progress_14
+010404a5=string/indeterminate_progress_15
+010404a6=string/indeterminate_progress_16
+010404a7=string/indeterminate_progress_17
+010404a8=string/indeterminate_progress_18
+010404a9=string/indeterminate_progress_19
+010404aa=string/indeterminate_progress_20
+010404ab=string/indeterminate_progress_21
+010404ac=string/indeterminate_progress_22
+010404ad=string/indeterminate_progress_23
+010404ae=string/indeterminate_progress_24
+010404af=string/indeterminate_progress_25
+010404b0=string/indeterminate_progress_26
+010404b1=string/indeterminate_progress_27
+010404b2=string/indeterminate_progress_28
+010404b3=string/indeterminate_progress_29
+010404b4=string/indeterminate_progress_30
+010404b5=string/indeterminate_progress_31
+010404b6=string/indeterminate_progress_32
+010404b7=string/indeterminate_progress_33
+010404b8=string/indeterminate_progress_34
+010404b9=string/indeterminate_progress_35
+010404ba=string/indeterminate_progress_36
+010404bb=string/indeterminate_progress_37
+010404bc=string/indeterminate_progress_38
+010404bd=string/indeterminate_progress_39
+010404be=string/indeterminate_progress_40
+010404bf=string/indeterminate_progress_41
+010404c0=string/indeterminate_progress_42
+010404c1=string/indeterminate_progress_43
+010404c2=string/indeterminate_progress_44
+010404c3=string/indeterminate_progress_45
+010404c4=string/indeterminate_progress_46
+010404c5=string/indeterminate_progress_47
+010404c6=string/indeterminate_progress_48
+010404c7=string/indeterminate_progress_49
+010404c8=string/indeterminate_progress_50
+010404c9=string/indeterminate_progress_51
+010404ca=string/indeterminate_progress_52
+010404cb=string/indeterminate_progress_53
+010404cc=string/indeterminate_progress_54
+010404cd=string/indeterminate_progress_55
+010404ce=string/indeterminate_progress_56
+010404cf=string/indeterminate_progress_57
+010404d0=string/indeterminate_progress_58
+010404d1=string/indeterminate_progress_59
+010404d2=string/indeterminate_progress_60
+010404d3=string/indeterminate_progress_background
+010404d4=string/inputMethod
+010404d5=string/input_method_binding_label
+010404d6=string/input_method_ime_switch_button_desc
+010404d7=string/input_method_nav_back_button_desc
+010404d8=string/install_carrier_app_notification_button
+010404d9=string/install_carrier_app_notification_text
+010404da=string/install_carrier_app_notification_text_app_name
+010404db=string/install_carrier_app_notification_title
+010404dc=string/invalidPin
+010404dd=string/invalidPuk
+010404de=string/issued_by
+010404df=string/issued_on
+010404e0=string/issued_to
+010404e1=string/js_dialog_before_unload
+010404e2=string/js_dialog_before_unload_negative_button
+010404e3=string/js_dialog_before_unload_positive_button
+010404e4=string/js_dialog_before_unload_title
+010404e5=string/js_dialog_title
+010404e6=string/js_dialog_title_default
+010404e7=string/keyboard_layout_notification_more_than_three_selected_message
+010404e8=string/keyboard_layout_notification_multiple_selected_message
+010404e9=string/keyboard_layout_notification_multiple_selected_title
+010404ea=string/keyboard_layout_notification_one_selected_message
+010404eb=string/keyboard_layout_notification_selected_title
+010404ec=string/keyboard_layout_notification_three_selected_message
+010404ed=string/keyboard_layout_notification_two_selected_message
+010404ee=string/keyboardview_keycode_alt
+010404ef=string/keyboardview_keycode_cancel
+010404f0=string/keyboardview_keycode_delete
+010404f1=string/keyboardview_keycode_done
+010404f2=string/keyboardview_keycode_enter
+010404f3=string/keyboardview_keycode_mode_change
+010404f4=string/keyboardview_keycode_shift
+010404f5=string/keygaurd_accessibility_media_controls
+010404f6=string/keyguard_accessibility_add_widget
+010404f7=string/keyguard_accessibility_camera
+010404f8=string/keyguard_accessibility_expand_lock_area
+010404f9=string/keyguard_accessibility_face_unlock
+010404fa=string/keyguard_accessibility_password_unlock
+010404fb=string/keyguard_accessibility_pattern_area
+010404fc=string/keyguard_accessibility_pattern_unlock
+010404fd=string/keyguard_accessibility_pin_unlock
+010404fe=string/keyguard_accessibility_sim_pin_unlock
+010404ff=string/keyguard_accessibility_sim_puk_unlock
+01040500=string/keyguard_accessibility_slide_area
+01040501=string/keyguard_accessibility_slide_unlock
+01040502=string/keyguard_accessibility_status
+01040503=string/keyguard_accessibility_unlock_area_collapsed
+01040504=string/keyguard_accessibility_unlock_area_expanded
+01040505=string/keyguard_accessibility_user_selector
+01040506=string/keyguard_accessibility_widget
+01040507=string/keyguard_accessibility_widget_changed
+01040508=string/keyguard_accessibility_widget_deleted
+01040509=string/keyguard_accessibility_widget_empty_slot
+0104050a=string/keyguard_accessibility_widget_reorder_end
+0104050b=string/keyguard_accessibility_widget_reorder_start
+0104050c=string/keyguard_label_text
+0104050d=string/keyguard_password_enter_password_code
+0104050e=string/keyguard_password_enter_pin_code
+0104050f=string/keyguard_password_enter_pin_password_code
+01040510=string/keyguard_password_enter_pin_prompt
+01040511=string/keyguard_password_enter_puk_code
+01040512=string/keyguard_password_enter_puk_prompt
+01040513=string/keyguard_password_entry_touch_hint
+01040514=string/keyguard_password_wrong_pin_code
+01040515=string/kg_enter_confirm_pin_hint
+01040516=string/kg_failed_attempts_almost_at_login
+01040517=string/kg_failed_attempts_almost_at_wipe
+01040518=string/kg_failed_attempts_now_wiping
+01040519=string/kg_forgot_pattern_button_text
+0104051a=string/kg_invalid_confirm_pin_hint
+0104051b=string/kg_invalid_puk
+0104051c=string/kg_invalid_sim_pin_hint
+0104051d=string/kg_invalid_sim_puk_hint
+0104051e=string/kg_login_account_recovery_hint
+0104051f=string/kg_login_checking_password
+01040520=string/kg_login_instructions
+01040521=string/kg_login_invalid_input
+01040522=string/kg_login_password_hint
+01040523=string/kg_login_submit_button
+01040524=string/kg_login_too_many_attempts
+01040525=string/kg_login_username_hint
+01040526=string/kg_password_instructions
+01040527=string/kg_password_wrong_pin_code
+01040528=string/kg_pattern_instructions
+01040529=string/kg_pin_instructions
+0104052a=string/kg_puk_enter_pin_hint
+0104052b=string/kg_puk_enter_puk_hint
+0104052c=string/kg_reordering_delete_drop_target_text
+0104052d=string/kg_sim_pin_instructions
+0104052e=string/kg_sim_unlock_progress_dialog_message
+0104052f=string/kg_text_message_separator
+01040530=string/kg_too_many_failed_password_attempts_dialog_message
+01040531=string/kg_too_many_failed_pattern_attempts_dialog_message
+01040532=string/kg_too_many_failed_pin_attempts_dialog_message
+01040533=string/kg_wrong_password
+01040534=string/kg_wrong_pattern
+01040535=string/kg_wrong_pin
+01040536=string/language_picker_regions_section_suggested
+01040537=string/language_picker_section_all
+01040538=string/language_picker_section_suggested
+01040539=string/language_picker_section_suggested_bilingual
+0104053a=string/language_selection_title
+0104053b=string/last_month
+0104053c=string/last_num_days
+0104053d=string/launchBrowserDefault
+0104053e=string/launch_warning_original
+0104053f=string/launch_warning_replace
+01040540=string/launch_warning_title
+01040541=string/leave_accessibility_shortcut_on
+01040542=string/loading
+01040543=string/locale_replacement
+01040544=string/locale_search_menu
+01040545=string/location_changed_notification_text
+01040546=string/location_changed_notification_title
+01040547=string/location_service
+01040548=string/lock_pattern_view_aspect
+01040549=string/lock_to_app_unlock_password
+0104054a=string/lock_to_app_unlock_pattern
+0104054b=string/lock_to_app_unlock_pin
+0104054c=string/lockscreen_access_pattern_area
+0104054d=string/lockscreen_access_pattern_cell_added
+0104054e=string/lockscreen_access_pattern_cell_added_verbose
+0104054f=string/lockscreen_access_pattern_cleared
+01040550=string/lockscreen_access_pattern_detected
+01040551=string/lockscreen_access_pattern_start
+01040552=string/lockscreen_carrier_default
+01040553=string/lockscreen_emergency_call
+01040554=string/lockscreen_failed_attempts_almost_at_wipe
+01040555=string/lockscreen_failed_attempts_almost_glogin
+01040556=string/lockscreen_failed_attempts_now_wiping
+01040557=string/lockscreen_forgot_pattern_button_text
+01040558=string/lockscreen_glogin_account_recovery_hint
+01040559=string/lockscreen_glogin_checking_password
+0104055a=string/lockscreen_glogin_forgot_pattern
+0104055b=string/lockscreen_glogin_instructions
+0104055c=string/lockscreen_glogin_invalid_input
+0104055d=string/lockscreen_glogin_password_hint
+0104055e=string/lockscreen_glogin_submit_button
+0104055f=string/lockscreen_glogin_too_many_attempts
+01040560=string/lockscreen_glogin_username_hint
+01040561=string/lockscreen_instructions_when_pattern_disabled
+01040562=string/lockscreen_instructions_when_pattern_enabled
+01040563=string/lockscreen_missing_sim_instructions
+01040564=string/lockscreen_missing_sim_instructions_long
+01040565=string/lockscreen_missing_sim_message
+01040566=string/lockscreen_missing_sim_message_short
+01040567=string/lockscreen_network_locked_message
+01040568=string/lockscreen_password_wrong
+01040569=string/lockscreen_pattern_correct
+0104056a=string/lockscreen_pattern_instructions
+0104056b=string/lockscreen_pattern_wrong
+0104056c=string/lockscreen_permanent_disabled_sim_instructions
+0104056d=string/lockscreen_permanent_disabled_sim_message_short
+0104056e=string/lockscreen_return_to_call
+0104056f=string/lockscreen_screen_locked
+01040570=string/lockscreen_sim_locked_message
+01040571=string/lockscreen_sim_puk_locked_instructions
+01040572=string/lockscreen_sim_puk_locked_message
+01040573=string/lockscreen_sim_unlock_progress_dialog_message
+01040574=string/lockscreen_sound_off_label
+01040575=string/lockscreen_sound_on_label
+01040576=string/lockscreen_storage_locked
+01040577=string/lockscreen_too_many_failed_attempts_countdown
+01040578=string/lockscreen_too_many_failed_attempts_dialog_message
+01040579=string/lockscreen_too_many_failed_password_attempts_dialog_message
+0104057a=string/lockscreen_too_many_failed_pin_attempts_dialog_message
+0104057b=string/lockscreen_transport_ffw_description
+0104057c=string/lockscreen_transport_next_description
+0104057d=string/lockscreen_transport_pause_description
+0104057e=string/lockscreen_transport_play_description
+0104057f=string/lockscreen_transport_prev_description
+01040580=string/lockscreen_transport_rew_description
+01040581=string/lockscreen_transport_stop_description
+01040582=string/lockscreen_unlock_label
+01040583=string/low_internal_storage_view_text
+01040584=string/low_internal_storage_view_text_no_boot
+01040585=string/low_internal_storage_view_title
+01040586=string/low_memory
+01040587=string/managed_profile_app_label
+01040588=string/managed_profile_label
+01040589=string/managed_profile_label_badge
+0104058a=string/managed_profile_label_badge_2
+0104058b=string/managed_profile_label_badge_3
+0104058c=string/matches_found
+0104058d=string/maximize_button_text
+0104058e=string/me
+0104058f=string/media_route_button_content_description
+01040590=string/media_route_chooser_extended_settings
+01040591=string/media_route_chooser_searching
+01040592=string/media_route_chooser_title
+01040593=string/media_route_chooser_title_for_remote_display
+01040594=string/media_route_controller_disconnect
+01040595=string/media_route_status_available
+01040596=string/media_route_status_connecting
+01040597=string/media_route_status_in_use
+01040598=string/media_route_status_not_available
+01040599=string/media_route_status_scanning
+0104059a=string/mediasize_chinese_om_dai_pa_kai
+0104059b=string/mediasize_chinese_om_jurro_ku_kai
+0104059c=string/mediasize_chinese_om_pa_kai
+0104059d=string/mediasize_chinese_prc_1
+0104059e=string/mediasize_chinese_prc_10
+0104059f=string/mediasize_chinese_prc_16k
+010405a0=string/mediasize_chinese_prc_2
+010405a1=string/mediasize_chinese_prc_3
+010405a2=string/mediasize_chinese_prc_4
+010405a3=string/mediasize_chinese_prc_5
+010405a4=string/mediasize_chinese_prc_6
+010405a5=string/mediasize_chinese_prc_7
+010405a6=string/mediasize_chinese_prc_8
+010405a7=string/mediasize_chinese_prc_9
+010405a8=string/mediasize_chinese_roc_16k
+010405a9=string/mediasize_chinese_roc_8k
+010405aa=string/mediasize_iso_a0
+010405ab=string/mediasize_iso_a1
+010405ac=string/mediasize_iso_a10
+010405ad=string/mediasize_iso_a2
+010405ae=string/mediasize_iso_a3
+010405af=string/mediasize_iso_a4
+010405b0=string/mediasize_iso_a5
+010405b1=string/mediasize_iso_a6
+010405b2=string/mediasize_iso_a7
+010405b3=string/mediasize_iso_a8
+010405b4=string/mediasize_iso_a9
+010405b5=string/mediasize_iso_b0
+010405b6=string/mediasize_iso_b1
+010405b7=string/mediasize_iso_b10
+010405b8=string/mediasize_iso_b2
+010405b9=string/mediasize_iso_b3
+010405ba=string/mediasize_iso_b4
+010405bb=string/mediasize_iso_b5
+010405bc=string/mediasize_iso_b6
+010405bd=string/mediasize_iso_b7
+010405be=string/mediasize_iso_b8
+010405bf=string/mediasize_iso_b9
+010405c0=string/mediasize_iso_c0
+010405c1=string/mediasize_iso_c1
+010405c2=string/mediasize_iso_c10
+010405c3=string/mediasize_iso_c2
+010405c4=string/mediasize_iso_c3
+010405c5=string/mediasize_iso_c4
+010405c6=string/mediasize_iso_c5
+010405c7=string/mediasize_iso_c6
+010405c8=string/mediasize_iso_c7
+010405c9=string/mediasize_iso_c8
+010405ca=string/mediasize_iso_c9
+010405cb=string/mediasize_japanese_chou2
+010405cc=string/mediasize_japanese_chou3
+010405cd=string/mediasize_japanese_chou4
+010405ce=string/mediasize_japanese_hagaki
+010405cf=string/mediasize_japanese_jis_b0
+010405d0=string/mediasize_japanese_jis_b1
+010405d1=string/mediasize_japanese_jis_b10
+010405d2=string/mediasize_japanese_jis_b2
+010405d3=string/mediasize_japanese_jis_b3
+010405d4=string/mediasize_japanese_jis_b4
+010405d5=string/mediasize_japanese_jis_b5
+010405d6=string/mediasize_japanese_jis_b6
+010405d7=string/mediasize_japanese_jis_b7
+010405d8=string/mediasize_japanese_jis_b8
+010405d9=string/mediasize_japanese_jis_b9
+010405da=string/mediasize_japanese_jis_exec
+010405db=string/mediasize_japanese_kahu
+010405dc=string/mediasize_japanese_kaku2
+010405dd=string/mediasize_japanese_l
+010405de=string/mediasize_japanese_oufuku
+010405df=string/mediasize_japanese_you4
+010405e0=string/mediasize_na_ansi_c
+010405e1=string/mediasize_na_ansi_d
+010405e2=string/mediasize_na_ansi_e
+010405e3=string/mediasize_na_ansi_f
+010405e4=string/mediasize_na_arch_a
+010405e5=string/mediasize_na_arch_b
+010405e6=string/mediasize_na_arch_c
+010405e7=string/mediasize_na_arch_d
+010405e8=string/mediasize_na_arch_e
+010405e9=string/mediasize_na_arch_e1
+010405ea=string/mediasize_na_foolscap
+010405eb=string/mediasize_na_gvrnmt_letter
+010405ec=string/mediasize_na_index_3x5
+010405ed=string/mediasize_na_index_4x6
+010405ee=string/mediasize_na_index_5x8
+010405ef=string/mediasize_na_junior_legal
+010405f0=string/mediasize_na_ledger
+010405f1=string/mediasize_na_legal
+010405f2=string/mediasize_na_letter
+010405f3=string/mediasize_na_monarch
+010405f4=string/mediasize_na_quarto
+010405f5=string/mediasize_na_super_b
+010405f6=string/mediasize_na_tabloid
+010405f7=string/mediasize_unknown_landscape
+010405f8=string/mediasize_unknown_portrait
+010405f9=string/meid
+010405fa=string/menu_alt_shortcut_label
+010405fb=string/menu_ctrl_shortcut_label
+010405fc=string/menu_delete_shortcut_label
+010405fd=string/menu_enter_shortcut_label
+010405fe=string/menu_function_shortcut_label
+010405ff=string/menu_meta_shortcut_label
+01040600=string/menu_shift_shortcut_label
+01040601=string/menu_space_shortcut_label
+01040602=string/menu_sym_shortcut_label
+01040603=string/mic_access_off_toast
+01040604=string/mic_access_on_toast
+01040605=string/midnight
+01040606=string/mime_type_apk
+01040607=string/mime_type_audio
+01040608=string/mime_type_audio_ext
+01040609=string/mime_type_compressed
+0104060a=string/mime_type_compressed_ext
+0104060b=string/mime_type_document
+0104060c=string/mime_type_document_ext
+0104060d=string/mime_type_folder
+0104060e=string/mime_type_generic
+0104060f=string/mime_type_generic_ext
+01040610=string/mime_type_image
+01040611=string/mime_type_image_ext
+01040612=string/mime_type_presentation
+01040613=string/mime_type_presentation_ext
+01040614=string/mime_type_spreadsheet
+01040615=string/mime_type_spreadsheet_ext
+01040616=string/mime_type_video
+01040617=string/mime_type_video_ext
+01040618=string/miniresolver_call
+01040619=string/miniresolver_call_in_work
+0104061a=string/miniresolver_call_information
+0104061b=string/miniresolver_open_in_personal
+0104061c=string/miniresolver_open_in_work
+0104061d=string/miniresolver_open_work
+0104061e=string/miniresolver_private_space_messages_information
+0104061f=string/miniresolver_private_space_phone_information
+01040620=string/miniresolver_sms_information
+01040621=string/miniresolver_switch
+01040622=string/miniresolver_switch_to_work
+01040623=string/miniresolver_use_personal_browser
+01040624=string/miniresolver_use_work_browser
+01040625=string/minute
+01040626=string/minute_picker_description
+01040627=string/minutes
+01040628=string/mismatchPin
+01040629=string/mmcc_authentication_reject
+0104062a=string/mmcc_authentication_reject_msim_template
+0104062b=string/mmcc_illegal_me
+0104062c=string/mmcc_illegal_me_msim_template
+0104062d=string/mmcc_illegal_ms
+0104062e=string/mmcc_illegal_ms_msim_template
+0104062f=string/mmcc_imsi_unknown_in_hlr
+01040630=string/mmcc_imsi_unknown_in_hlr_msim_template
+01040631=string/mmiComplete
+01040632=string/mmiError
+01040633=string/mmiErrorNotSupported
+01040634=string/mmiErrorWhileRoaming
+01040635=string/mmiFdnError
+01040636=string/mobile_no_internet
+01040637=string/mobile_provisioning_apn
+01040638=string/mobile_provisioning_url
+01040639=string/month_day_year
+0104063a=string/more_item_label
+0104063b=string/mte_override_notification_message
+0104063c=string/mte_override_notification_title
+0104063d=string/music_recognition_manager_service
+0104063e=string/muted_by
+0104063f=string/nas_upgrade_notification_content
+01040640=string/nas_upgrade_notification_disable_action
+01040641=string/nas_upgrade_notification_enable_action
+01040642=string/nas_upgrade_notification_learn_more_action
+01040643=string/nas_upgrade_notification_learn_more_content
+01040644=string/nas_upgrade_notification_title
+01040645=string/needPuk
+01040646=string/needPuk2
+01040647=string/negative_duration
+01040648=string/network_available_sign_in
+01040649=string/network_available_sign_in_detailed
+0104064a=string/network_logging_notification_text
+0104064b=string/network_logging_notification_title
+0104064c=string/network_partial_connectivity
+0104064d=string/network_partial_connectivity_detailed
+0104064e=string/network_switch_metered
+0104064f=string/network_switch_metered_detail
+01040650=string/network_switch_metered_toast
+01040651=string/network_switch_type_name_unknown
+01040652=string/new_app_action
+01040653=string/new_app_description
+01040654=string/new_sms_notification_content
+01040655=string/new_sms_notification_title
+01040656=string/next_button_label
+01040657=string/noApplications
+01040658=string/no_file_chosen
+01040659=string/no_matches
+0104065a=string/no_permissions
+0104065b=string/no_recent_tasks
+0104065c=string/noon
+0104065d=string/not_checked
+0104065e=string/not_selected
+0104065f=string/notification_action_check_bg_apps
+01040660=string/notification_alerted_content_description
+01040661=string/notification_app_name_settings
+01040662=string/notification_app_name_system
+01040663=string/notification_appops_camera_active
+01040664=string/notification_appops_microphone_active
+01040665=string/notification_appops_overlay_active
+01040666=string/notification_channel_abusive_bg_apps
+01040667=string/notification_channel_accessibility_magnification
+01040668=string/notification_channel_accessibility_security_policy
+01040669=string/notification_channel_account
+0104066a=string/notification_channel_alerts
+0104066b=string/notification_channel_call_forward
+0104066c=string/notification_channel_car_mode
+0104066d=string/notification_channel_developer
+0104066e=string/notification_channel_developer_important
+0104066f=string/notification_channel_device_admin
+01040670=string/notification_channel_display
+01040671=string/notification_channel_do_not_disturb
+01040672=string/notification_channel_emergency_callback
+01040673=string/notification_channel_foreground_service
+01040674=string/notification_channel_heavy_weight_app
+01040675=string/notification_channel_mobile_data_status
+01040676=string/notification_channel_network_alert
+01040677=string/notification_channel_network_alerts
+01040678=string/notification_channel_network_available
+01040679=string/notification_channel_network_status
+0104067a=string/notification_channel_physical_keyboard
+0104067b=string/notification_channel_retail_mode
+0104067c=string/notification_channel_security
+0104067d=string/notification_channel_sim
+0104067e=string/notification_channel_sim_high_prio
+0104067f=string/notification_channel_sms
+01040680=string/notification_channel_system_changes
+01040681=string/notification_channel_updates
+01040682=string/notification_channel_usb
+01040683=string/notification_channel_voice_mail
+01040684=string/notification_channel_vpn
+01040685=string/notification_channel_wfc
+01040686=string/notification_compact_heads_up_reply
+01040687=string/notification_content_abusive_bg_apps
+01040688=string/notification_content_long_running_fgs
+01040689=string/notification_feedback_indicator
+0104068a=string/notification_feedback_indicator_alerted
+0104068b=string/notification_feedback_indicator_demoted
+0104068c=string/notification_feedback_indicator_promoted
+0104068d=string/notification_feedback_indicator_silenced
+0104068e=string/notification_header_divider_symbol
+0104068f=string/notification_header_divider_symbol_with_spaces
+01040690=string/notification_hidden_text
+01040691=string/notification_history_title_placeholder
+01040692=string/notification_inbox_ellipsis
+01040693=string/notification_listener_binding_label
+01040694=string/notification_messaging_title_template
+01040695=string/notification_phishing_alert_content_description
+01040696=string/notification_ranker_binding_label
+01040697=string/notification_reply_button_accessibility
+01040698=string/notification_title
+01040699=string/notification_title_abusive_bg_apps
+0104069a=string/notification_title_long_running_fgs
+0104069b=string/notification_verified_content_description
+0104069c=string/notification_work_profile_content_description
+0104069d=string/now_string_shortest
+0104069e=string/number_picker_decrement_button
+0104069f=string/number_picker_increment_button
+010406a0=string/number_picker_increment_scroll_action
+010406a1=string/number_picker_increment_scroll_mode
+010406a2=string/old_app_action
+010406a3=string/older
+010406a4=string/oneMonthDurationPast
+010406a5=string/one_handed_mode_feature_name
+010406a6=string/orgTypeCustom
+010406a7=string/orgTypeOther
+010406a8=string/orgTypeWork
+010406a9=string/org_name
+010406aa=string/org_unit
+010406ab=string/other_networks_no_internet
+010406ac=string/owner_name
+010406ad=string/package_deleted_device_owner
+010406ae=string/package_installed_device_owner
+010406af=string/package_updated_device_owner
+010406b0=string/passwordIncorrect
+010406b1=string/password_keyboard_label_alpha_key
+010406b2=string/password_keyboard_label_alt_key
+010406b3=string/password_keyboard_label_symbol_key
+010406b4=string/pasted_from_clipboard
+010406b5=string/peerTtyModeFull
+010406b6=string/peerTtyModeHco
+010406b7=string/peerTtyModeOff
+010406b8=string/peerTtyModeVco
+010406b9=string/perm_costs_money
+010406ba=string/permdesc_acceptHandovers
+010406bb=string/permdesc_accessBackgroundLocation
+010406bc=string/permdesc_accessCoarseLocation
+010406bd=string/permdesc_accessDrmCertificates
+010406be=string/permdesc_accessFineLocation
+010406bf=string/permdesc_accessHiddenProfile
+010406c0=string/permdesc_accessImsCallService
+010406c1=string/permdesc_accessLastKnownCellId
+010406c2=string/permdesc_accessLocationExtraCommands
+010406c3=string/permdesc_accessNetworkConditions
+010406c4=string/permdesc_accessNetworkState
+010406c5=string/permdesc_accessNotifications
+010406c6=string/permdesc_accessWifiState
+010406c7=string/permdesc_accessWimaxState
+010406c8=string/permdesc_access_notification_policy
+010406c9=string/permdesc_activityRecognition
+010406ca=string/permdesc_addVoicemail
+010406cb=string/permdesc_answerPhoneCalls
+010406cc=string/permdesc_audioWrite
+010406cd=string/permdesc_backgroundCamera
+010406ce=string/permdesc_bindCarrierMessagingService
+010406cf=string/permdesc_bindCarrierServices
+010406d0=string/permdesc_bindCellBroadcastService
+010406d1=string/permdesc_bindConditionProviderService
+010406d2=string/permdesc_bindDreamService
+010406d3=string/permdesc_bindNotificationListenerService
+010406d4=string/permdesc_bind_connection_service
+010406d5=string/permdesc_bind_incall_service
+010406d6=string/permdesc_bluetooth
+010406d7=string/permdesc_bluetoothAdmin
+010406d8=string/permdesc_bluetooth_advertise
+010406d9=string/permdesc_bluetooth_connect
+010406da=string/permdesc_bluetooth_scan
+010406db=string/permdesc_bodySensors
+010406dc=string/permdesc_bodySensors_background
+010406dd=string/permdesc_broadcastSticky
+010406de=string/permdesc_callCompanionApp
+010406df=string/permdesc_callPhone
+010406e0=string/permdesc_camera
+010406e1=string/permdesc_cameraHeadlessSystemUser
+010406e2=string/permdesc_cameraOpenCloseListener
+010406e3=string/permdesc_changeNetworkState
+010406e4=string/permdesc_changeTetherState
+010406e5=string/permdesc_changeWifiMulticastState
+010406e6=string/permdesc_changeWifiState
+010406e7=string/permdesc_changeWimaxState
+010406e8=string/permdesc_companionProfileWatch
+010406e9=string/permdesc_connection_manager
+010406ea=string/permdesc_control_incall_experience
+010406eb=string/permdesc_createNetworkSockets
+010406ec=string/permdesc_deliverCompanionMessages
+010406ed=string/permdesc_detectScreenCapture
+010406ee=string/permdesc_disableKeyguard
+010406ef=string/permdesc_enableCarMode
+010406f0=string/permdesc_exemptFromAudioRecordRestrictions
+010406f1=string/permdesc_expandStatusBar
+010406f2=string/permdesc_foregroundService
+010406f3=string/permdesc_foregroundServiceCamera
+010406f4=string/permdesc_foregroundServiceConnectedDevice
+010406f5=string/permdesc_foregroundServiceDataSync
+010406f6=string/permdesc_foregroundServiceFileManagement
+010406f7=string/permdesc_foregroundServiceHealth
+010406f8=string/permdesc_foregroundServiceLocation
+010406f9=string/permdesc_foregroundServiceMediaPlayback
+010406fa=string/permdesc_foregroundServiceMediaProcessing
+010406fb=string/permdesc_foregroundServiceMediaProjection
+010406fc=string/permdesc_foregroundServiceMicrophone
+010406fd=string/permdesc_foregroundServicePhoneCall
+010406fe=string/permdesc_foregroundServiceRemoteMessaging
+010406ff=string/permdesc_foregroundServiceSpecialUse
+01040700=string/permdesc_foregroundServiceSystemExempted
+01040701=string/permdesc_fullScreenIntent
+01040702=string/permdesc_getAccounts
+01040703=string/permdesc_getPackageSize
+01040704=string/permdesc_getTasks
+01040705=string/permdesc_handoverStatus
+01040706=string/permdesc_hideOverlayWindows
+01040707=string/permdesc_highSamplingRateSensors
+01040708=string/permdesc_imagesWrite
+01040709=string/permdesc_install_shortcut
+0104070a=string/permdesc_invokeCarrierSetup
+0104070b=string/permdesc_killBackgroundProcesses
+0104070c=string/permdesc_manageFingerprint
+0104070d=string/permdesc_manageNetworkPolicy
+0104070e=string/permdesc_manageOngoingCalls
+0104070f=string/permdesc_manageOwnCalls
+01040710=string/permdesc_manageProfileAndDeviceOwners
+01040711=string/permdesc_mediaLocation
+01040712=string/permdesc_modifyAudioSettings
+01040713=string/permdesc_modifyNetworkAccounting
+01040714=string/permdesc_nearby_wifi_devices
+01040715=string/permdesc_nfc
+01040716=string/permdesc_nfcTransactionEvent
+01040717=string/permdesc_observeCompanionDevicePresence
+01040718=string/permdesc_persistentActivity
+01040719=string/permdesc_postNotification
+0104071a=string/permdesc_preferredPaymentInfo
+0104071b=string/permdesc_processOutgoingCalls
+0104071c=string/permdesc_queryAllPackages
+0104071d=string/permdesc_readBasicPhoneState
+0104071e=string/permdesc_readCalendar
+0104071f=string/permdesc_readCallLog
+01040720=string/permdesc_readCellBroadcasts
+01040721=string/permdesc_readContacts
+01040722=string/permdesc_readInstallSessions
+01040723=string/permdesc_readMediaAudio
+01040724=string/permdesc_readMediaImages
+01040725=string/permdesc_readMediaVideo
+01040726=string/permdesc_readNetworkUsageHistory
+01040727=string/permdesc_readPhoneNumbers
+01040728=string/permdesc_readPhoneState
+01040729=string/permdesc_readSms
+0104072a=string/permdesc_readSyncSettings
+0104072b=string/permdesc_readSyncStats
+0104072c=string/permdesc_readVisualUserSelect
+0104072d=string/permdesc_receiveBootCompleted
+0104072e=string/permdesc_receiveMms
+0104072f=string/permdesc_receiveSms
+01040730=string/permdesc_receiveWapPush
+01040731=string/permdesc_recordAudio
+01040732=string/permdesc_recordBackgroundAudio
+01040733=string/permdesc_register_call_provider
+01040734=string/permdesc_register_sim_subscription
+01040735=string/permdesc_removeDrmCertificates
+01040736=string/permdesc_reorderTasks
+01040737=string/permdesc_requestDeletePackages
+01040738=string/permdesc_requestIgnoreBatteryOptimizations
+01040739=string/permdesc_requestInstallPackages
+0104073a=string/permdesc_requestPasswordComplexity
+0104073b=string/permdesc_route_media_output
+0104073c=string/permdesc_runInBackground
+0104073d=string/permdesc_schedule_exact_alarm
+0104073e=string/permdesc_sdcardRead
+0104073f=string/permdesc_sdcardWrite
+01040740=string/permdesc_sendSms
+01040741=string/permdesc_setAlarm
+01040742=string/permdesc_setInputCalibration
+01040743=string/permdesc_setTimeZone
+01040744=string/permdesc_setWallpaper
+01040745=string/permdesc_setWallpaperHints
+01040746=string/permdesc_sim_communication
+01040747=string/permdesc_startForegroundServicesFromBackground
+01040748=string/permdesc_startReviewPermissionDecisions
+01040749=string/permdesc_startViewAppFeatures
+0104074a=string/permdesc_startViewPermissionUsage
+0104074b=string/permdesc_statusBar
+0104074c=string/permdesc_statusBarService
+0104074d=string/permdesc_subscribedFeedsRead
+0104074e=string/permdesc_systemAlertWindow
+0104074f=string/permdesc_systemCamera
+01040750=string/permdesc_transmitIr
+01040751=string/permdesc_turnScreenOn
+01040752=string/permdesc_uninstall_shortcut
+01040753=string/permdesc_updatePackagesWithoutUserAction
+01040754=string/permdesc_useBiometric
+01040755=string/permdesc_useDataInBackground
+01040756=string/permdesc_useFingerprint
+01040757=string/permdesc_use_exact_alarm
+01040758=string/permdesc_use_sip
+01040759=string/permdesc_uwb_ranging
+0104075a=string/permdesc_vibrate
+0104075b=string/permdesc_vibrator_state
+0104075c=string/permdesc_videoWrite
+0104075d=string/permdesc_wakeLock
+0104075e=string/permdesc_writeCalendar
+0104075f=string/permdesc_writeCallLog
+01040760=string/permdesc_writeContacts
+01040761=string/permdesc_writeSettings
+01040762=string/permdesc_writeSyncSettings
+01040763=string/permdesc_writeVerificationStateE2eeContactKeys
+01040764=string/permgroupdesc_activityRecognition
+01040765=string/permgroupdesc_calendar
+01040766=string/permgroupdesc_calllog
+01040767=string/permgroupdesc_camera
+01040768=string/permgroupdesc_contacts
+01040769=string/permgroupdesc_location
+0104076a=string/permgroupdesc_microphone
+0104076b=string/permgroupdesc_nearby_devices
+0104076c=string/permgroupdesc_notifications
+0104076d=string/permgroupdesc_phone
+0104076e=string/permgroupdesc_readMediaAural
+0104076f=string/permgroupdesc_readMediaVisual
+01040770=string/permgroupdesc_sensors
+01040771=string/permgroupdesc_sms
+01040772=string/permgroupdesc_storage
+01040773=string/permgrouplab_activityRecognition
+01040774=string/permgrouplab_calendar
+01040775=string/permgrouplab_calllog
+01040776=string/permgrouplab_camera
+01040777=string/permgrouplab_contacts
+01040778=string/permgrouplab_location
+01040779=string/permgrouplab_microphone
+0104077a=string/permgrouplab_nearby_devices
+0104077b=string/permgrouplab_notifications
+0104077c=string/permgrouplab_phone
+0104077d=string/permgrouplab_readMediaAural
+0104077e=string/permgrouplab_readMediaVisual
+0104077f=string/permgrouplab_sensors
+01040780=string/permgrouplab_sms
+01040781=string/permgrouplab_storage
+01040782=string/permission_request_notification_for_app_with_subtitle
+01040783=string/permission_request_notification_title
+01040784=string/permission_request_notification_with_subtitle
+01040785=string/permlab_acceptHandover
+01040786=string/permlab_accessBackgroundLocation
+01040787=string/permlab_accessCoarseLocation
+01040788=string/permlab_accessDrmCertificates
+01040789=string/permlab_accessFineLocation
+0104078a=string/permlab_accessHiddenProfile
+0104078b=string/permlab_accessImsCallService
+0104078c=string/permlab_accessLastKnownCellId
+0104078d=string/permlab_accessLocationExtraCommands
+0104078e=string/permlab_accessNetworkConditions
+0104078f=string/permlab_accessNetworkState
+01040790=string/permlab_accessNotifications
+01040791=string/permlab_accessWifiState
+01040792=string/permlab_accessWimaxState
+01040793=string/permlab_access_notification_policy
+01040794=string/permlab_activityRecognition
+01040795=string/permlab_addVoicemail
+01040796=string/permlab_answerPhoneCalls
+01040797=string/permlab_audioWrite
+01040798=string/permlab_backgroundCamera
+01040799=string/permlab_bindCarrierMessagingService
+0104079a=string/permlab_bindCarrierServices
+0104079b=string/permlab_bindCellBroadcastService
+0104079c=string/permlab_bindConditionProviderService
+0104079d=string/permlab_bindDreamService
+0104079e=string/permlab_bindNotificationListenerService
+0104079f=string/permlab_bind_connection_service
+010407a0=string/permlab_bind_incall_service
+010407a1=string/permlab_bluetooth
+010407a2=string/permlab_bluetoothAdmin
+010407a3=string/permlab_bluetooth_advertise
+010407a4=string/permlab_bluetooth_connect
+010407a5=string/permlab_bluetooth_scan
+010407a6=string/permlab_bodySensors
+010407a7=string/permlab_bodySensors_background
+010407a8=string/permlab_broadcastSticky
+010407a9=string/permlab_callCompanionApp
+010407aa=string/permlab_callPhone
+010407ab=string/permlab_camera
+010407ac=string/permlab_cameraHeadlessSystemUser
+010407ad=string/permlab_cameraOpenCloseListener
+010407ae=string/permlab_changeNetworkState
+010407af=string/permlab_changeTetherState
+010407b0=string/permlab_changeWifiMulticastState
+010407b1=string/permlab_changeWifiState
+010407b2=string/permlab_changeWimaxState
+010407b3=string/permlab_companionProfileWatch
+010407b4=string/permlab_connection_manager
+010407b5=string/permlab_control_incall_experience
+010407b6=string/permlab_createNetworkSockets
+010407b7=string/permlab_deliverCompanionMessages
+010407b8=string/permlab_detectScreenCapture
+010407b9=string/permlab_disableKeyguard
+010407ba=string/permlab_enableCarMode
+010407bb=string/permlab_exemptFromAudioRecordRestrictions
+010407bc=string/permlab_expandStatusBar
+010407bd=string/permlab_foregroundService
+010407be=string/permlab_foregroundServiceCamera
+010407bf=string/permlab_foregroundServiceConnectedDevice
+010407c0=string/permlab_foregroundServiceDataSync
+010407c1=string/permlab_foregroundServiceFileManagement
+010407c2=string/permlab_foregroundServiceHealth
+010407c3=string/permlab_foregroundServiceLocation
+010407c4=string/permlab_foregroundServiceMediaPlayback
+010407c5=string/permlab_foregroundServiceMediaProcessing
+010407c6=string/permlab_foregroundServiceMediaProjection
+010407c7=string/permlab_foregroundServiceMicrophone
+010407c8=string/permlab_foregroundServicePhoneCall
+010407c9=string/permlab_foregroundServiceRemoteMessaging
+010407ca=string/permlab_foregroundServiceSpecialUse
+010407cb=string/permlab_foregroundServiceSystemExempted
+010407cc=string/permlab_fullScreenIntent
+010407cd=string/permlab_getAccounts
+010407ce=string/permlab_getPackageSize
+010407cf=string/permlab_getTasks
+010407d0=string/permlab_handoverStatus
+010407d1=string/permlab_hideOverlayWindows
+010407d2=string/permlab_highSamplingRateSensors
+010407d3=string/permlab_imagesWrite
+010407d4=string/permlab_install_shortcut
+010407d5=string/permlab_invokeCarrierSetup
+010407d6=string/permlab_killBackgroundProcesses
+010407d7=string/permlab_manageFingerprint
+010407d8=string/permlab_manageNetworkPolicy
+010407d9=string/permlab_manageOngoingCalls
+010407da=string/permlab_manageOwnCalls
+010407db=string/permlab_manageProfileAndDeviceOwners
+010407dc=string/permlab_mediaLocation
+010407dd=string/permlab_modifyAudioSettings
+010407de=string/permlab_modifyNetworkAccounting
+010407df=string/permlab_nearby_wifi_devices
+010407e0=string/permlab_nfc
+010407e1=string/permlab_nfcTransactionEvent
+010407e2=string/permlab_observeCompanionDevicePresence
+010407e3=string/permlab_persistentActivity
+010407e4=string/permlab_postNotification
+010407e5=string/permlab_preferredPaymentInfo
+010407e6=string/permlab_processOutgoingCalls
+010407e7=string/permlab_queryAllPackages
+010407e8=string/permlab_readBasicPhoneState
+010407e9=string/permlab_readCalendar
+010407ea=string/permlab_readCallLog
+010407eb=string/permlab_readCellBroadcasts
+010407ec=string/permlab_readContacts
+010407ed=string/permlab_readInstallSessions
+010407ee=string/permlab_readMediaAudio
+010407ef=string/permlab_readMediaImages
+010407f0=string/permlab_readMediaVideo
+010407f1=string/permlab_readNetworkUsageHistory
+010407f2=string/permlab_readPhoneNumbers
+010407f3=string/permlab_readPhoneState
+010407f4=string/permlab_readSms
+010407f5=string/permlab_readSyncSettings
+010407f6=string/permlab_readSyncStats
+010407f7=string/permlab_readVisualUserSelect
+010407f8=string/permlab_receiveBootCompleted
+010407f9=string/permlab_receiveMms
+010407fa=string/permlab_receiveSms
+010407fb=string/permlab_receiveWapPush
+010407fc=string/permlab_recordAudio
+010407fd=string/permlab_recordBackgroundAudio
+010407fe=string/permlab_register_call_provider
+010407ff=string/permlab_register_sim_subscription
+01040800=string/permlab_removeDrmCertificates
+01040801=string/permlab_reorderTasks
+01040802=string/permlab_requestDeletePackages
+01040803=string/permlab_requestIgnoreBatteryOptimizations
+01040804=string/permlab_requestInstallPackages
+01040805=string/permlab_requestPasswordComplexity
+01040806=string/permlab_route_media_output
+01040807=string/permlab_runInBackground
+01040808=string/permlab_schedule_exact_alarm
+01040809=string/permlab_sdcardRead
+0104080a=string/permlab_sdcardWrite
+0104080b=string/permlab_sendSms
+0104080c=string/permlab_setAlarm
+0104080d=string/permlab_setInputCalibration
+0104080e=string/permlab_setTimeZone
+0104080f=string/permlab_setWallpaper
+01040810=string/permlab_setWallpaperHints
+01040811=string/permlab_sim_communication
+01040812=string/permlab_startForegroundServicesFromBackground
+01040813=string/permlab_startReviewPermissionDecisions
+01040814=string/permlab_startViewAppFeatures
+01040815=string/permlab_startViewPermissionUsage
+01040816=string/permlab_statusBar
+01040817=string/permlab_statusBarService
+01040818=string/permlab_subscribedFeedsRead
+01040819=string/permlab_systemAlertWindow
+0104081a=string/permlab_systemCamera
+0104081b=string/permlab_transmitIr
+0104081c=string/permlab_turnScreenOn
+0104081d=string/permlab_uninstall_shortcut
+0104081e=string/permlab_updatePackagesWithoutUserAction
+0104081f=string/permlab_useBiometric
+01040820=string/permlab_useDataInBackground
+01040821=string/permlab_useFingerprint
+01040822=string/permlab_use_exact_alarm
+01040823=string/permlab_use_sip
+01040824=string/permlab_uwb_ranging
+01040825=string/permlab_vibrate
+01040826=string/permlab_videoWrite
+01040827=string/permlab_wakeLock
+01040828=string/permlab_writeCalendar
+01040829=string/permlab_writeCallLog
+0104082a=string/permlab_writeContacts
+0104082b=string/permlab_writeSettings
+0104082c=string/permlab_writeSyncSettings
+0104082d=string/permlab_writeVerificationStateE2eeContactKeys
+0104082e=string/perms_description_app
+0104082f=string/perms_new_perm_prefix
+01040830=string/personal_apps_suspended_turn_profile_on
+01040831=string/personal_apps_suspension_soon_text
+01040832=string/personal_apps_suspension_text
+01040833=string/personal_apps_suspension_title
+01040834=string/phoneTypeAssistant
+01040835=string/phoneTypeCallback
+01040836=string/phoneTypeCar
+01040837=string/phoneTypeCompanyMain
+01040838=string/phoneTypeCustom
+01040839=string/phoneTypeFaxHome
+0104083a=string/phoneTypeFaxWork
+0104083b=string/phoneTypeHome
+0104083c=string/phoneTypeIsdn
+0104083d=string/phoneTypeMain
+0104083e=string/phoneTypeMms
+0104083f=string/phoneTypeMobile
+01040840=string/phoneTypeOther
+01040841=string/phoneTypeOtherFax
+01040842=string/phoneTypePager
+01040843=string/phoneTypeRadio
+01040844=string/phoneTypeTelex
+01040845=string/phoneTypeTtyTdd
+01040846=string/phoneTypeWork
+01040847=string/phoneTypeWorkMobile
+01040848=string/phoneTypeWorkPager
+01040849=string/pin_specific_target
+0104084a=string/pin_target
+0104084b=string/policydesc_disableCamera
+0104084c=string/policydesc_disableKeyguardFeatures
+0104084d=string/policydesc_encryptedStorage
+0104084e=string/policydesc_expirePassword
+0104084f=string/policydesc_forceLock
+01040850=string/policydesc_limitPassword
+01040851=string/policydesc_resetPassword
+01040852=string/policydesc_setGlobalProxy
+01040853=string/policydesc_watchLogin
+01040854=string/policydesc_watchLogin_secondaryUser
+01040855=string/policydesc_wipeData
+01040856=string/policydesc_wipeData_secondaryUser
+01040857=string/policylab_disableCamera
+01040858=string/policylab_disableKeyguardFeatures
+01040859=string/policylab_encryptedStorage
+0104085a=string/policylab_expirePassword
+0104085b=string/policylab_forceLock
+0104085c=string/policylab_limitPassword
+0104085d=string/policylab_resetPassword
+0104085e=string/policylab_setGlobalProxy
+0104085f=string/policylab_watchLogin
+01040860=string/policylab_wipeData
+01040861=string/policylab_wipeData_secondaryUser
+01040862=string/popup_window_default_title
+01040863=string/postalTypeCustom
+01040864=string/postalTypeHome
+01040865=string/postalTypeOther
+01040866=string/postalTypeWork
+01040867=string/power_dialog
+01040868=string/power_off
+01040869=string/prepend_shortcut_label
+0104086a=string/preposition_for_date
+0104086b=string/preposition_for_time
+0104086c=string/preposition_for_year
+0104086d=string/print_service_installed_message
+0104086e=string/print_service_installed_title
+0104086f=string/printing_disabled_by
+01040870=string/private_dns_broken_detailed
+01040871=string/private_profile_label_badge
+01040872=string/private_space_set_up_screen_lock_message
+01040873=string/profile_encrypted_detail
+01040874=string/profile_encrypted_message
+01040875=string/profile_encrypted_title
+01040876=string/profile_label_clone
+01040877=string/profile_label_communal
+01040878=string/profile_label_private
+01040879=string/profile_label_test
+0104087a=string/profile_label_work
+0104087b=string/profile_label_work_2
+0104087c=string/profile_label_work_3
+0104087d=string/progress_erasing
+0104087e=string/prohibit_manual_network_selection_in_gobal_mode
+0104087f=string/quick_contacts_not_available
+01040880=string/radial_numbers_typeface
+01040881=string/rating_label
+01040882=string/reason_service_unavailable
+01040883=string/reason_unknown
+01040884=string/reboot_safemode_confirm
+01040885=string/reboot_safemode_title
+01040886=string/reboot_to_reset_message
+01040887=string/reboot_to_reset_title
+01040888=string/reboot_to_update_package
+01040889=string/reboot_to_update_prepare
+0104088a=string/reboot_to_update_reboot
+0104088b=string/reboot_to_update_title
+0104088c=string/recent_tasks_title
+0104088d=string/redacted_notification_action_title
+0104088e=string/redacted_notification_message
+0104088f=string/redo
+01040890=string/reduce_bright_colors_feature_name
+01040891=string/region_picker_section_all
+01040892=string/region_picker_section_suggested_bilingual
+01040893=string/relationTypeAssistant
+01040894=string/relationTypeBrother
+01040895=string/relationTypeChild
+01040896=string/relationTypeCustom
+01040897=string/relationTypeDomesticPartner
+01040898=string/relationTypeFather
+01040899=string/relationTypeFriend
+0104089a=string/relationTypeManager
+0104089b=string/relationTypeMother
+0104089c=string/relationTypeParent
+0104089d=string/relationTypePartner
+0104089e=string/relationTypeReferredBy
+0104089f=string/relationTypeRelative
+010408a0=string/relationTypeSister
+010408a1=string/relationTypeSpouse
+010408a2=string/relative_time
+010408a3=string/replace
+010408a4=string/report
+010408a5=string/reset
+010408a6=string/resolver_cant_access_personal_apps_explanation
+010408a7=string/resolver_cant_access_work_apps_explanation
+010408a8=string/resolver_cant_share_with_personal_apps_explanation
+010408a9=string/resolver_cant_share_with_work_apps_explanation
+010408aa=string/resolver_cross_profile_blocked
+010408ab=string/resolver_no_personal_apps_available
+010408ac=string/resolver_no_work_apps_available
+010408ad=string/resolver_personal_tab
+010408ae=string/resolver_personal_tab_accessibility
+010408af=string/resolver_switch_on_work
+010408b0=string/resolver_turn_on_work_apps
+010408b1=string/resolver_work_tab
+010408b2=string/resolver_work_tab_accessibility
+010408b3=string/restr_pin_confirm_pin
+010408b4=string/restr_pin_create_pin
+010408b5=string/restr_pin_enter_admin_pin
+010408b6=string/restr_pin_enter_new_pin
+010408b7=string/restr_pin_enter_old_pin
+010408b8=string/restr_pin_enter_pin
+010408b9=string/restr_pin_error_doesnt_match
+010408ba=string/restr_pin_error_too_short
+010408bb=string/restr_pin_incorrect
+010408bc=string/restr_pin_try_later
+010408bd=string/review_notification_settings_dismiss
+010408be=string/review_notification_settings_remind_me_action
+010408bf=string/review_notification_settings_text
+010408c0=string/review_notification_settings_title
+010408c1=string/revoke
+010408c2=string/ringtone_default
+010408c3=string/ringtone_default_with_actual
+010408c4=string/ringtone_picker_title
+010408c5=string/ringtone_picker_title_alarm
+010408c6=string/ringtone_picker_title_notification
+010408c7=string/ringtone_silent
+010408c8=string/ringtone_unknown
+010408c9=string/roamingText0
+010408ca=string/roamingText1
+010408cb=string/roamingText10
+010408cc=string/roamingText11
+010408cd=string/roamingText12
+010408ce=string/roamingText2
+010408cf=string/roamingText3
+010408d0=string/roamingText4
+010408d1=string/roamingText5
+010408d2=string/roamingText6
+010408d3=string/roamingText7
+010408d4=string/roamingText8
+010408d5=string/roamingText9
+010408d6=string/roamingTextSearching
+010408d7=string/safeMode
+010408d8=string/safe_media_volume_warning
+010408d9=string/sans_serif
+010408da=string/satellite_notification_how_it_works
+010408db=string/satellite_notification_open_message
+010408dc=string/satellite_notification_summary
+010408dd=string/satellite_notification_title
+010408de=string/scCellularNetworkSecurityLearnMore
+010408df=string/scCellularNetworkSecuritySummary
+010408e0=string/scCellularNetworkSecurityTitle
+010408e1=string/scIdentifierDisclosureIssueSummary
+010408e2=string/scIdentifierDisclosureIssueSummaryNotification
+010408e3=string/scIdentifierDisclosureIssueTitle
+010408e4=string/scNullCipherIssueActionGotIt
+010408e5=string/scNullCipherIssueActionLearnMore
+010408e6=string/scNullCipherIssueActionSettings
+010408e7=string/scNullCipherIssueEncryptedSummary
+010408e8=string/scNullCipherIssueEncryptedTitle
+010408e9=string/scNullCipherIssueNonEncryptedSummary
+010408ea=string/scNullCipherIssueNonEncryptedSummaryNotification
+010408eb=string/scNullCipherIssueNonEncryptedTitle
+010408ec=string/screen_compat_mode_hint
+010408ed=string/screen_compat_mode_scale
+010408ee=string/screen_compat_mode_show
+010408ef=string/screen_lock
+010408f0=string/screen_lock_app_setting_name
+010408f1=string/screen_lock_dialog_default_subtitle
+010408f2=string/screen_not_shared_sensitive_content
+010408f3=string/screenshot_edit
+010408f4=string/search_hint
+010408f5=string/search_language_hint
+010408f6=string/searchview_description_clear
+010408f7=string/searchview_description_query
+010408f8=string/searchview_description_search
+010408f9=string/searchview_description_submit
+010408fa=string/searchview_description_voice
+010408fb=string/second
+010408fc=string/seconds
+010408fd=string/select_character
+010408fe=string/select_day
+010408ff=string/select_hours
+01040900=string/select_input_method
+01040901=string/select_keyboard_layout_notification_message
+01040902=string/select_keyboard_layout_notification_title
+01040903=string/select_minutes
+01040904=string/select_multiple_keyboards_layout_notification_title
+01040905=string/select_year
+01040906=string/selected
+01040907=string/sendText
+01040908=string/sending
+01040909=string/sensor_notification_service
+0104090a=string/sensor_privacy_notification_channel_label
+0104090b=string/sensor_privacy_start_use_camera_notification_content_title
+0104090c=string/sensor_privacy_start_use_dialog_turn_on_button
+0104090d=string/sensor_privacy_start_use_mic_notification_content_title
+0104090e=string/sensor_privacy_start_use_notification_content_text
+0104090f=string/serial_number
+01040910=string/serviceClassData
+01040911=string/serviceClassDataAsync
+01040912=string/serviceClassDataSync
+01040913=string/serviceClassFAX
+01040914=string/serviceClassPAD
+01040915=string/serviceClassPacket
+01040916=string/serviceClassSMS
+01040917=string/serviceClassVoice
+01040918=string/serviceDisabled
+01040919=string/serviceEnabled
+0104091a=string/serviceEnabledFor
+0104091b=string/serviceErased
+0104091c=string/serviceNotProvisioned
+0104091d=string/serviceRegistered
+0104091e=string/set_up_screen_lock_action_label
+0104091f=string/set_up_screen_lock_title
+01040920=string/sha1_fingerprint
+01040921=string/sha256_fingerprint
+01040922=string/share
+01040923=string/share_action_provider_share_with
+01040924=string/share_remote_bugreport_action
+01040925=string/share_remote_bugreport_notification_message_finished
+01040926=string/share_remote_bugreport_notification_title
+01040927=string/shareactionprovider_share_with
+01040928=string/shareactionprovider_share_with_application
+01040929=string/sharing_remote_bugreport_notification_title
+0104092a=string/shortcut_disabled_reason_unknown
+0104092b=string/shortcut_restore_not_supported
+0104092c=string/shortcut_restore_signature_mismatch
+0104092d=string/shortcut_restore_unknown_issue
+0104092e=string/shortcut_restored_on_lower_version
+0104092f=string/show_ime
+01040930=string/shutdown_confirm
+01040931=string/shutdown_confirm_question
+01040932=string/shutdown_progress
+01040933=string/silent_mode
+01040934=string/silent_mode_ring
+01040935=string/silent_mode_silent
+01040936=string/silent_mode_vibrate
+01040937=string/sim_added_message
+01040938=string/sim_added_title
+01040939=string/sim_done_button
+0104093a=string/sim_removed_message
+0104093b=string/sim_removed_title
+0104093c=string/sim_restart_button
+0104093d=string/sipAddressTypeCustom
+0104093e=string/sipAddressTypeHome
+0104093f=string/sipAddressTypeOther
+01040940=string/sipAddressTypeWork
+01040941=string/skip_button_label
+01040942=string/slice_more_content
+01040943=string/slices_permission_request
+01040944=string/sms_control_message
+01040945=string/sms_control_no
+01040946=string/sms_control_title
+01040947=string/sms_control_yes
+01040948=string/sms_premium_short_code_details
+01040949=string/sms_short_code_confirm_allow
+0104094a=string/sms_short_code_confirm_always_allow
+0104094b=string/sms_short_code_confirm_deny
+0104094c=string/sms_short_code_confirm_message
+0104094d=string/sms_short_code_confirm_never_allow
+0104094e=string/sms_short_code_details
+0104094f=string/sms_short_code_remember_choice
+01040950=string/sms_short_code_remember_undo_instruction
+01040951=string/smv_application
+01040952=string/smv_process
+01040953=string/splash_screen_view_branding_description
+01040954=string/splash_screen_view_icon_description
+01040955=string/ssl_ca_cert_noti_by_administrator
+01040956=string/ssl_ca_cert_noti_by_unknown
+01040957=string/ssl_ca_cert_noti_managed
+01040958=string/ssl_ca_cert_warning
+01040959=string/ssl_certificate
+0104095a=string/ssl_certificate_is_valid
+0104095b=string/status_bar_airplane
+0104095c=string/status_bar_alarm_clock
+0104095d=string/status_bar_battery
+0104095e=string/status_bar_bluetooth
+0104095f=string/status_bar_call_strength
+01040960=string/status_bar_camera
+01040961=string/status_bar_cast
+01040962=string/status_bar_cdma_eri
+01040963=string/status_bar_clock
+01040964=string/status_bar_connected_display
+01040965=string/status_bar_data_connection
+01040966=string/status_bar_data_saver
+01040967=string/status_bar_ethernet
+01040968=string/status_bar_headset
+01040969=string/status_bar_hotspot
+0104096a=string/status_bar_ime
+0104096b=string/status_bar_location
+0104096c=string/status_bar_managed_profile
+0104096d=string/status_bar_microphone
+0104096e=string/status_bar_mobile
+0104096f=string/status_bar_mute
+01040970=string/status_bar_nfc
+01040971=string/status_bar_no_calling
+01040972=string/status_bar_oem_satellite
+01040973=string/status_bar_phone_evdo_signal
+01040974=string/status_bar_phone_signal
+01040975=string/status_bar_rotate
+01040976=string/status_bar_screen_record
+01040977=string/status_bar_secure
+01040978=string/status_bar_sensors_off
+01040979=string/status_bar_speakerphone
+0104097a=string/status_bar_sync_active
+0104097b=string/status_bar_sync_failing
+0104097c=string/status_bar_tty
+0104097d=string/status_bar_volume
+0104097e=string/status_bar_vpn
+0104097f=string/status_bar_wifi
+01040980=string/status_bar_zen
+01040981=string/stk_cc_ss_to_dial
+01040982=string/stk_cc_ss_to_dial_video
+01040983=string/stk_cc_ss_to_ss
+01040984=string/stk_cc_ss_to_ussd
+01040985=string/stk_cc_ussd_to_dial
+01040986=string/stk_cc_ussd_to_dial_video
+01040987=string/stk_cc_ussd_to_ss
+01040988=string/stk_cc_ussd_to_ussd
+01040989=string/storage_internal
+0104098a=string/storage_sd_card
+0104098b=string/storage_sd_card_label
+0104098c=string/storage_usb
+0104098d=string/storage_usb_drive
+0104098e=string/storage_usb_drive_label
+0104098f=string/submit
+01040990=string/supervised_user_creation_label
+01040991=string/suspended_widget_accessibility
+01040992=string/sync_binding_label
+01040993=string/sync_do_nothing
+01040994=string/sync_really_delete
+01040995=string/sync_too_many_deletes
+01040996=string/sync_too_many_deletes_desc
+01040997=string/sync_undo_deletes
+01040998=string/system_error_manufacturer
+01040999=string/system_error_wipe_data
+0104099a=string/system_locale_title
+0104099b=string/system_ui_date_pattern
+0104099c=string/taking_remote_bugreport_notification_title
+0104099d=string/test_harness_mode_notification_message
+0104099e=string/test_harness_mode_notification_title
+0104099f=string/textSelectionCABTitle
+010409a0=string/time_of_day
+010409a1=string/time_picker_decrement_hour_button
+010409a2=string/time_picker_decrement_minute_button
+010409a3=string/time_picker_decrement_set_am_button
+010409a4=string/time_picker_dialog_title
+010409a5=string/time_picker_header_text
+010409a6=string/time_picker_hour_label
+010409a7=string/time_picker_increment_hour_button
+010409a8=string/time_picker_increment_minute_button
+010409a9=string/time_picker_increment_set_pm_button
+010409aa=string/time_picker_input_error
+010409ab=string/time_picker_minute_label
+010409ac=string/time_picker_mode
+010409ad=string/time_picker_prompt_label
+010409ae=string/time_picker_radial_mode_description
+010409af=string/time_picker_text_input_mode_description
+010409b0=string/time_placeholder
+010409b1=string/toolbar_collapse_description
+010409b2=string/tooltip_popup_title
+010409b3=string/turn_off_radio
+010409b4=string/turn_on_magnification_settings_action
+010409b5=string/turn_on_radio
+010409b6=string/tutorial_double_tap_to_zoom_message_short
+010409b7=string/twilight_service
+010409b8=string/ui_translation_accessibility_translated_text
+010409b9=string/ui_translation_accessibility_translation_finished
+010409ba=string/unarchival_session_app_label
+010409bb=string/undo
+010409bc=string/unpin_specific_target
+010409bd=string/unpin_target
+010409be=string/unread_convo_overflow
+010409bf=string/unsupported_compile_sdk_check_update
+010409c0=string/unsupported_compile_sdk_message
+010409c1=string/unsupported_compile_sdk_show
+010409c2=string/unsupported_display_size_message
+010409c3=string/unsupported_display_size_show
+010409c4=string/upload_file
+010409c5=string/usb_accessory_notification_title
+010409c6=string/usb_charging_notification_title
+010409c7=string/usb_contaminant_detected_message
+010409c8=string/usb_contaminant_detected_title
+010409c9=string/usb_contaminant_not_detected_message
+010409ca=string/usb_contaminant_not_detected_title
+010409cb=string/usb_device_resolve_prompt_warn
+010409cc=string/usb_midi_notification_title
+010409cd=string/usb_midi_peripheral_manufacturer_name
+010409ce=string/usb_midi_peripheral_name
+010409cf=string/usb_midi_peripheral_product_name
+010409d0=string/usb_mtp_launch_notification_description
+010409d1=string/usb_mtp_launch_notification_title
+010409d2=string/usb_mtp_notification_title
+010409d3=string/usb_notification_message
+010409d4=string/usb_power_notification_message
+010409d5=string/usb_ptp_notification_title
+010409d6=string/usb_supplying_notification_title
+010409d7=string/usb_tether_notification_title
+010409d8=string/usb_unsupported_audio_accessory_message
+010409d9=string/usb_unsupported_audio_accessory_title
+010409da=string/usb_uvc_notification_title
+010409db=string/use_a_different_app
+010409dc=string/user_creation_account_exists
+010409dd=string/user_creation_adding
+010409de=string/user_logging_out_message
+010409df=string/user_owner_app_label
+010409e0=string/user_owner_label
+010409e1=string/user_switched
+010409e2=string/user_switching_message
+010409e3=string/validity_period
+010409e4=string/vdm_camera_access_denied
+010409e5=string/vdm_pip_blocked
+010409e6=string/vdm_secure_window
+010409e7=string/vendor_required_attestation_revocation_list_url
+010409e8=string/view_and_control_notification_content
+010409e9=string/view_and_control_notification_title
+010409ea=string/volume_alarm
+010409eb=string/volume_bluetooth_call
+010409ec=string/volume_call
+010409ed=string/volume_dialog_ringer_guidance_silent
+010409ee=string/volume_dialog_ringer_guidance_vibrate
+010409ef=string/volume_icon_description_bluetooth
+010409f0=string/volume_icon_description_incall
+010409f1=string/volume_icon_description_media
+010409f2=string/volume_icon_description_notification
+010409f3=string/volume_icon_description_ringer
+010409f4=string/volume_music
+010409f5=string/volume_music_hint_playing_through_bluetooth
+010409f6=string/volume_music_hint_silent_ringtone_selected
+010409f7=string/volume_notification
+010409f8=string/volume_ringtone
+010409f9=string/volume_unknown
+010409fa=string/vpn_lockdown_config
+010409fb=string/vpn_lockdown_connected
+010409fc=string/vpn_lockdown_connecting
+010409fd=string/vpn_lockdown_disconnected
+010409fe=string/vpn_lockdown_error
+010409ff=string/vpn_text
+01040a00=string/vpn_text_long
+01040a01=string/vpn_title
+01040a02=string/vpn_title_long
+01040a03=string/vr_listener_binding_label
+01040a04=string/wait
+01040a05=string/wallpaper_binding_label
+01040a06=string/webpage_unresponsive
+01040a07=string/websearch
+01040a08=string/week
+01040a09=string/weeks
+01040a0a=string/wfcRegErrorTitle
+01040a0b=string/wfcSpnFormat
+01040a0c=string/wfcSpnFormat_spn
+01040a0d=string/wfcSpnFormat_spn_vowifi
+01040a0e=string/wfcSpnFormat_spn_wifi
+01040a0f=string/wfcSpnFormat_spn_wifi_calling
+01040a10=string/wfcSpnFormat_spn_wifi_calling_vo_hyphen
+01040a11=string/wfcSpnFormat_spn_wlan_call
+01040a12=string/wfcSpnFormat_vowifi
+01040a13=string/wfcSpnFormat_wifi
+01040a14=string/wfcSpnFormat_wifi_call
+01040a15=string/wfcSpnFormat_wifi_calling
+01040a16=string/wfcSpnFormat_wifi_calling_bar_spn
+01040a17=string/wfcSpnFormat_wifi_calling_wo_hyphen
+01040a18=string/wfcSpnFormat_wlan_call
+01040a19=string/wfc_mode_cellular_preferred_summary
+01040a1a=string/wfc_mode_wifi_only_summary
+01040a1b=string/wfc_mode_wifi_preferred_summary
+01040a1c=string/whichApplication
+01040a1d=string/whichApplicationLabel
+01040a1e=string/whichApplicationNamed
+01040a1f=string/whichEditApplication
+01040a20=string/whichEditApplicationLabel
+01040a21=string/whichEditApplicationNamed
+01040a22=string/whichGiveAccessToApplicationLabel
+01040a23=string/whichHomeApplication
+01040a24=string/whichHomeApplicationLabel
+01040a25=string/whichHomeApplicationNamed
+01040a26=string/whichImageCaptureApplication
+01040a27=string/whichImageCaptureApplicationLabel
+01040a28=string/whichImageCaptureApplicationNamed
+01040a29=string/whichOpenHostLinksWith
+01040a2a=string/whichOpenHostLinksWithApp
+01040a2b=string/whichOpenLinksWith
+01040a2c=string/whichOpenLinksWithApp
+01040a2d=string/whichSendApplication
+01040a2e=string/whichSendApplicationLabel
+01040a2f=string/whichSendApplicationNamed
+01040a30=string/whichSendToApplication
+01040a31=string/whichSendToApplicationLabel
+01040a32=string/whichSendToApplicationNamed
+01040a33=string/whichViewApplication
+01040a34=string/whichViewApplicationLabel
+01040a35=string/whichViewApplicationNamed
+01040a36=string/widget_default_class_name
+01040a37=string/widget_default_package_name
+01040a38=string/wifi_available_sign_in
+01040a39=string/wifi_calling_off_summary
+01040a3a=string/wifi_no_internet
+01040a3b=string/wifi_no_internet_detailed
+01040a3c=string/window_magnification_prompt_content
+01040a3d=string/window_magnification_prompt_title
+01040a3e=string/wireless_display_route_description
+01040a3f=string/work_mode_emergency_call_button
+01040a40=string/work_mode_off_title
+01040a41=string/work_mode_turn_on
+01040a42=string/work_profile_deleted
+01040a43=string/work_profile_deleted_description_dpm_wipe
+01040a44=string/work_profile_deleted_details
+01040a45=string/work_profile_deleted_reason_maximum_password_failure
+01040a46=string/work_profile_telephony_paused_text
+01040a47=string/work_profile_telephony_paused_title
+01040a48=string/work_profile_telephony_paused_turn_on_button
+01040a49=string/write_fail_reason_cancelled
+01040a4a=string/write_fail_reason_cannot_write
+01040a4b=string/year
+01040a4c=string/years
+01040a4d=string/zen_mode_alarm
+01040a4e=string/zen_mode_default_events_name
+01040a4f=string/zen_mode_default_every_night_name
+01040a50=string/zen_mode_default_weekends_name
+01040a51=string/zen_mode_default_weeknights_name
+01040a52=string/zen_mode_downtime_feature_name
+01040a53=string/zen_mode_duration_hours
+01040a54=string/zen_mode_duration_hours_short
+01040a55=string/zen_mode_duration_hours_summary
+01040a56=string/zen_mode_duration_hours_summary_short
+01040a57=string/zen_mode_duration_minutes
+01040a58=string/zen_mode_duration_minutes_short
+01040a59=string/zen_mode_duration_minutes_summary
+01040a5a=string/zen_mode_duration_minutes_summary_short
+01040a5b=string/zen_mode_feature_name
+01040a5c=string/zen_mode_forever
+01040a5d=string/zen_mode_forever_dnd
+01040a5e=string/zen_mode_implicit_activated
+01040a5f=string/zen_mode_implicit_deactivated
+01040a60=string/zen_mode_implicit_trigger_description
+01040a61=string/zen_mode_rule_name_combination
+01040a62=string/zen_mode_trigger_event_calendar_any
+01040a63=string/zen_mode_trigger_summary_divider_text
+01040a64=string/zen_mode_trigger_summary_range_symbol_combination
+01040a65=string/zen_mode_until
+01040a66=string/zen_mode_until_next_day
+01040a67=string/zen_upgrade_notification_content
+01040a68=string/zen_upgrade_notification_title
+01040a69=string/zen_upgrade_notification_visd_content
+01040a6a=string/zen_upgrade_notification_visd_title
01050000=dimen/app_icon_size
01050001=dimen/thumbnail_height
01050002=dimen/thumbnail_width
@@ -6310,650 +7108,838 @@
01050005=dimen/notification_large_icon_width
01050006=dimen/notification_large_icon_height
01050007=dimen/config_restrictedIconSize
-01050008=dimen/accessibility_magnification_indicator_width
-01050009=dimen/accessibility_touch_slop
-0105000a=dimen/action_bar_button_margin
-0105000b=dimen/action_bar_button_max_width
-0105000c=dimen/action_bar_content_inset_material
-0105000d=dimen/action_bar_content_inset_with_nav
-0105000e=dimen/action_bar_default_height
-0105000f=dimen/action_bar_default_height_material
-01050010=dimen/action_bar_default_padding_end_material
-01050011=dimen/action_bar_default_padding_start_material
-01050012=dimen/action_bar_elevation_material
-01050013=dimen/action_bar_icon_vertical_padding
-01050014=dimen/action_bar_icon_vertical_padding_material
-01050015=dimen/action_bar_margin
-01050016=dimen/action_bar_margin_end
-01050017=dimen/action_bar_margin_start
-01050018=dimen/action_bar_overflow_padding_end_material
-01050019=dimen/action_bar_overflow_padding_start_material
-0105001a=dimen/action_bar_stacked_max_height
-0105001b=dimen/action_bar_stacked_tab_max_width
-0105001c=dimen/action_bar_subtitle_bottom_margin
-0105001d=dimen/action_bar_subtitle_bottom_margin_material
-0105001e=dimen/action_bar_subtitle_text_size
-0105001f=dimen/action_bar_subtitle_top_margin
-01050020=dimen/action_bar_subtitle_top_margin_material
-01050021=dimen/action_bar_title_text_size
-01050022=dimen/action_bar_toggle_internal_padding
-01050023=dimen/action_button_min_height_material
-01050024=dimen/action_button_min_width
-01050025=dimen/action_button_min_width_material
-01050026=dimen/action_button_min_width_overflow_material
-01050027=dimen/activity_chooser_popup_min_width
-01050028=dimen/aerr_padding_list_bottom
-01050029=dimen/aerr_padding_list_top
-0105002a=dimen/alert_dialog_button_bar_height
-0105002b=dimen/alert_dialog_button_bar_width
-0105002c=dimen/alert_dialog_round_padding
-0105002d=dimen/alert_dialog_title_height
-0105002e=dimen/ambient_shadow_alpha
-0105002f=dimen/app_header_height
-01050030=dimen/autofill_dataset_picker_max_height
-01050031=dimen/autofill_dataset_picker_max_width
-01050032=dimen/autofill_elevation
-01050033=dimen/autofill_save_button_bar_padding
-01050034=dimen/autofill_save_custom_subtitle_max_height
-01050035=dimen/autofill_save_icon_max_size
-01050036=dimen/autofill_save_icon_size
-01050037=dimen/autofill_save_inner_padding
-01050038=dimen/autofill_save_outer_top_margin
-01050039=dimen/autofill_save_outer_top_padding
-0105003a=dimen/autofill_save_scroll_view_top_margin
-0105003b=dimen/autofill_save_title_start_padding
-0105003c=dimen/bubble_gone_padding_end
-0105003d=dimen/bubble_visible_padding_end
-0105003e=dimen/button_bar_layout_end_padding
-0105003f=dimen/button_bar_layout_start_padding
-01050040=dimen/button_bar_layout_top_padding
-01050041=dimen/button_elevation_material
-01050042=dimen/button_end_margin
-01050043=dimen/button_inset_horizontal_material
-01050044=dimen/button_inset_vertical_material
-01050045=dimen/button_layout_height
-01050046=dimen/button_padding_horizontal_material
-01050047=dimen/button_padding_vertical_material
-01050048=dimen/button_pressed_z_material
-01050049=dimen/car_action1_size
-0105004a=dimen/car_action2_size
-0105004b=dimen/car_app_bar_height
-0105004c=dimen/car_body1_size
-0105004d=dimen/car_body2_size
-0105004e=dimen/car_body3_size
-0105004f=dimen/car_body4_size
-01050050=dimen/car_body5_size
-01050051=dimen/car_borderless_button_horizontal_padding
-01050052=dimen/car_button_height
-01050053=dimen/car_button_horizontal_padding
-01050054=dimen/car_button_min_width
-01050055=dimen/car_button_radius
-01050056=dimen/car_card_action_bar_height
-01050057=dimen/car_card_header_height
-01050058=dimen/car_dialog_action_bar_height
-01050059=dimen/car_double_line_list_item_height
-0105005a=dimen/car_headline1_size
-0105005b=dimen/car_headline2_size
-0105005c=dimen/car_headline3_size
-0105005d=dimen/car_headline4_size
-0105005e=dimen/car_icon_size
-0105005f=dimen/car_keyline_1
-01050060=dimen/car_keyline_1_keyline_3_diff
-01050061=dimen/car_keyline_2
-01050062=dimen/car_keyline_3
-01050063=dimen/car_keyline_4
-01050064=dimen/car_label1_size
-01050065=dimen/car_label2_size
-01050066=dimen/car_large_avatar_size
-01050067=dimen/car_list_divider_height
-01050068=dimen/car_margin
-01050069=dimen/car_padding_0
-0105006a=dimen/car_padding_1
-0105006b=dimen/car_padding_2
-0105006c=dimen/car_padding_3
-0105006d=dimen/car_padding_4
-0105006e=dimen/car_padding_5
-0105006f=dimen/car_padding_6
-01050070=dimen/car_pill_button_size
-01050071=dimen/car_preference_category_icon_size
-01050072=dimen/car_preference_icon_size
-01050073=dimen/car_preference_row_vertical_margin
-01050074=dimen/car_primary_icon_size
-01050075=dimen/car_progress_bar_height
-01050076=dimen/car_radius_1
-01050077=dimen/car_radius_2
-01050078=dimen/car_radius_3
-01050079=dimen/car_radius_5
-0105007a=dimen/car_secondary_icon_size
-0105007b=dimen/car_seekbar_height
-0105007c=dimen/car_seekbar_padding
-0105007d=dimen/car_seekbar_text_overlap
-0105007e=dimen/car_seekbar_thumb_size
-0105007f=dimen/car_seekbar_thumb_stroke
-01050080=dimen/car_single_line_list_item_height
-01050081=dimen/car_textview_fading_edge_length
-01050082=dimen/car_title2_size
-01050083=dimen/car_title_size
-01050084=dimen/car_touch_target_size
-01050085=dimen/cascading_menus_min_smallest_width
-01050086=dimen/chooser_action_button_icon_size
-01050087=dimen/chooser_badge_size
-01050088=dimen/chooser_corner_radius
-01050089=dimen/chooser_direct_share_label_placeholder_max_width
-0105008a=dimen/chooser_edge_margin_normal
-0105008b=dimen/chooser_edge_margin_thin
-0105008c=dimen/chooser_grid_padding
-0105008d=dimen/chooser_header_scroll_elevation
-0105008e=dimen/chooser_icon_size
-0105008f=dimen/chooser_max_collapsed_height
-01050090=dimen/chooser_preview_image_border
-01050091=dimen/chooser_preview_image_font_size
-01050092=dimen/chooser_preview_image_max_dimen
-01050093=dimen/chooser_preview_width
-01050094=dimen/chooser_row_text_option_translate
-01050095=dimen/chooser_service_spacing
-01050096=dimen/chooser_view_spacing
-01050097=dimen/circular_display_mask_thickness
-01050098=dimen/config_alertDialogSelectionScrollOffset
-01050099=dimen/config_ambiguousGestureMultiplier
-0105009a=dimen/config_appTransitionAnimationDurationScaleDefault
-0105009b=dimen/config_backGestureInset
-0105009c=dimen/config_bottomDialogCornerRadius
-0105009d=dimen/config_buttonCornerRadius
-0105009e=dimen/config_closeToSquareDisplayMaxAspectRatio
-0105009f=dimen/config_dialogCornerRadius
-010500a0=dimen/config_displayWhiteBalanceBrightnessFilterIntercept
-010500a1=dimen/config_displayWhiteBalanceColorTemperatureFilterIntercept
-010500a2=dimen/config_displayWhiteBalanceHighLightAmbientColorTemperature
-010500a3=dimen/config_displayWhiteBalanceLowLightAmbientColorTemperature
-010500a4=dimen/config_highResTaskSnapshotScale
-010500a5=dimen/config_horizontalScrollFactor
-010500a6=dimen/config_inCallNotificationVolume
-010500a7=dimen/config_lowResTaskSnapshotScale
-010500a8=dimen/config_mediaMetadataBitmapMaxSize
-010500a9=dimen/config_minScalingSpan
-010500aa=dimen/config_minScalingTouchMajor
-010500ab=dimen/config_minScrollbarTouchTarget
-010500ac=dimen/config_pictureInPictureAspectRatioLimitForMinSize
-010500ad=dimen/config_pictureInPictureDefaultAspectRatio
-010500ae=dimen/config_pictureInPictureDefaultSizePercent
-010500af=dimen/config_pictureInPictureMaxAspectRatio
-010500b0=dimen/config_pictureInPictureMinAspectRatio
-010500b1=dimen/config_prefDialogWidth
-010500b2=dimen/config_preferredHyphenationFrequency
-010500b3=dimen/config_progressBarCornerRadius
-010500b4=dimen/config_qsTileStrokeWidthActive
-010500b5=dimen/config_qsTileStrokeWidthInactive
-010500b6=dimen/config_screenBrightnessDimFloat
-010500b7=dimen/config_screenBrightnessDozeFloat
-010500b8=dimen/config_screenBrightnessSettingDefaultFloat
-010500b9=dimen/config_screenBrightnessSettingForVrDefaultFloat
-010500ba=dimen/config_screenBrightnessSettingForVrMaximumFloat
-010500bb=dimen/config_screenBrightnessSettingForVrMinimumFloat
-010500bc=dimen/config_screenBrightnessSettingMaximumFloat
-010500bd=dimen/config_screenBrightnessSettingMinimumFloat
-010500be=dimen/config_screen_magnification_scaling_threshold
-010500bf=dimen/config_scrollFactor
-010500c0=dimen/config_scrollbarSize
-010500c1=dimen/config_signalCutoutHeightFraction
-010500c2=dimen/config_signalCutoutWidthFraction
-010500c3=dimen/config_verticalScrollFactor
-010500c4=dimen/config_viewConfigurationHoverSlop
-010500c5=dimen/config_viewConfigurationTouchSlop
-010500c6=dimen/config_viewMaxFlingVelocity
-010500c7=dimen/config_viewMinFlingVelocity
-010500c8=dimen/config_wallpaperMaxScale
-010500c9=dimen/content_rect_bottom_clip_allowance
-010500ca=dimen/control_corner_material
-010500cb=dimen/control_inset_material
-010500cc=dimen/control_padding_material
-010500cd=dimen/conversation_avatar_size
-010500ce=dimen/conversation_avatar_size_group_expanded
-010500cf=dimen/conversation_badge_side_margin
-010500d0=dimen/conversation_badge_side_margin_group_expanded
-010500d1=dimen/conversation_badge_side_margin_group_expanded_face_pile
-010500d2=dimen/conversation_content_start
-010500d3=dimen/conversation_expand_button_size
-010500d4=dimen/conversation_expand_button_top_margin_expanded
-010500d5=dimen/conversation_face_pile_avatar_size
-010500d6=dimen/conversation_face_pile_avatar_size_group_expanded
-010500d7=dimen/conversation_face_pile_protection_width
-010500d8=dimen/conversation_face_pile_protection_width_expanded
-010500d9=dimen/conversation_header_expanded_padding_end
-010500da=dimen/conversation_icon_container_top_padding
-010500db=dimen/conversation_icon_container_top_padding_small_avatar
-010500dc=dimen/conversation_icon_size_badged
-010500dd=dimen/cross_profile_apps_thumbnail_size
-010500de=dimen/date_picker_date_label_size
-010500df=dimen/date_picker_day_height
-010500e0=dimen/date_picker_day_of_week_height
-010500e1=dimen/date_picker_day_of_week_text_size
-010500e2=dimen/date_picker_day_selector_radius
-010500e3=dimen/date_picker_day_text_size
-010500e4=dimen/date_picker_day_width
-010500e5=dimen/date_picker_month_height
-010500e6=dimen/date_picker_month_text_size
-010500e7=dimen/date_picker_year_label_size
-010500e8=dimen/datepicker_component_width
-010500e9=dimen/datepicker_dialog_width
-010500ea=dimen/datepicker_header_height
-010500eb=dimen/datepicker_header_text_size
-010500ec=dimen/datepicker_list_year_activated_label_size
-010500ed=dimen/datepicker_list_year_label_size
-010500ee=dimen/datepicker_selected_date_day_size
-010500ef=dimen/datepicker_selected_date_month_size
-010500f0=dimen/datepicker_selected_date_year_size
-010500f1=dimen/datepicker_view_animator_height
-010500f2=dimen/datepicker_year_label_height
-010500f3=dimen/day_picker_button_margin_top
-010500f4=dimen/day_picker_padding_horizontal
-010500f5=dimen/day_picker_padding_top
-010500f6=dimen/default_app_widget_padding_bottom
-010500f7=dimen/default_app_widget_padding_left
-010500f8=dimen/default_app_widget_padding_right
-010500f9=dimen/default_app_widget_padding_top
-010500fa=dimen/default_gap
-010500fb=dimen/default_magnifier_corner_radius
-010500fc=dimen/default_magnifier_elevation
-010500fd=dimen/default_magnifier_height
-010500fe=dimen/default_magnifier_horizontal_offset
-010500ff=dimen/default_magnifier_vertical_offset
-01050100=dimen/default_magnifier_width
-01050101=dimen/default_magnifier_zoom
-01050102=dimen/default_minimal_size_pip_resizable_task
-01050103=dimen/default_minimal_size_resizable_task
-01050104=dimen/dialog_corner_radius
-01050105=dimen/dialog_fixed_height_major
-01050106=dimen/dialog_fixed_height_minor
-01050107=dimen/dialog_fixed_width_major
-01050108=dimen/dialog_fixed_width_minor
-01050109=dimen/dialog_list_padding_bottom_no_buttons
-0105010a=dimen/dialog_list_padding_top_no_title
-0105010b=dimen/dialog_no_title_padding_top
-0105010c=dimen/dialog_padding
-0105010d=dimen/dialog_padding_material
-0105010e=dimen/dialog_padding_top_material
-0105010f=dimen/dialog_title_divider_material
-01050110=dimen/disabled_alpha_device_default
-01050111=dimen/disabled_alpha_leanback_formwizard
-01050112=dimen/disabled_alpha_material_dark
-01050113=dimen/disabled_alpha_material_light
-01050114=dimen/display_cutout_touchable_region_size
-01050115=dimen/docked_stack_divider_insets
-01050116=dimen/docked_stack_divider_thickness
-01050117=dimen/docked_stack_minimize_thickness
-01050118=dimen/dropdownitem_icon_width
-01050119=dimen/dropdownitem_text_padding_left
-0105011a=dimen/dropdownitem_text_padding_right
-0105011b=dimen/edit_text_inset_bottom_material
-0105011c=dimen/edit_text_inset_horizontal_material
-0105011d=dimen/edit_text_inset_top_material
-0105011e=dimen/emphasized_button_stroke_width
-0105011f=dimen/expanded_group_conversation_message_padding
-01050120=dimen/face_unlock_height
-01050121=dimen/fast_scroller_minimum_touch_target
-01050122=dimen/floating_toolbar_height
-01050123=dimen/floating_toolbar_horizontal_margin
-01050124=dimen/floating_toolbar_icon_text_spacing
-01050125=dimen/floating_toolbar_maximum_overflow_height
-01050126=dimen/floating_toolbar_menu_button_minimum_width
-01050127=dimen/floating_toolbar_menu_button_side_padding
-01050128=dimen/floating_toolbar_menu_image_button_vertical_padding
-01050129=dimen/floating_toolbar_menu_image_button_width
-0105012a=dimen/floating_toolbar_menu_image_width
-0105012b=dimen/floating_toolbar_minimum_overflow_height
-0105012c=dimen/floating_toolbar_overflow_image_button_width
-0105012d=dimen/floating_toolbar_overflow_side_padding
-0105012e=dimen/floating_toolbar_preferred_width
-0105012f=dimen/floating_toolbar_text_size
-01050130=dimen/floating_toolbar_vertical_margin
-01050131=dimen/floating_window_margin_bottom
-01050132=dimen/floating_window_margin_left
-01050133=dimen/floating_window_margin_right
-01050134=dimen/floating_window_margin_top
-01050135=dimen/floating_window_z
-01050136=dimen/glowpadview_target_placement_radius
-01050137=dimen/harmful_app_icon_name_padding
-01050138=dimen/harmful_app_icon_size
-01050139=dimen/harmful_app_message_line_spacing_modifier
-0105013a=dimen/harmful_app_message_padding_bottom
-0105013b=dimen/harmful_app_message_padding_left
-0105013c=dimen/harmful_app_message_padding_right
-0105013d=dimen/harmful_app_name_padding_bottom
-0105013e=dimen/harmful_app_name_padding_left
-0105013f=dimen/harmful_app_name_padding_right
-01050140=dimen/harmful_app_name_padding_top
-01050141=dimen/harmful_app_padding_top
-01050142=dimen/highlight_alpha_material_colored
-01050143=dimen/highlight_alpha_material_dark
-01050144=dimen/highlight_alpha_material_light
-01050145=dimen/hint_alpha_material_dark
-01050146=dimen/hint_alpha_material_light
-01050147=dimen/hint_pressed_alpha_material_dark
-01050148=dimen/hint_pressed_alpha_material_light
-01050149=dimen/image_margin_start
-0105014a=dimen/image_size
-0105014b=dimen/immersive_mode_cling_width
-0105014c=dimen/importance_ring_anim_max_stroke_width
-0105014d=dimen/importance_ring_size
-0105014e=dimen/importance_ring_stroke_width
-0105014f=dimen/input_extract_action_button_height
-01050150=dimen/input_extract_action_button_width
-01050151=dimen/input_extract_action_icon_padding
-01050152=dimen/item_touch_helper_max_drag_scroll_per_frame
-01050153=dimen/item_touch_helper_swipe_escape_max_velocity
-01050154=dimen/item_touch_helper_swipe_escape_velocity
-01050155=dimen/keyguard_avatar_frame_shadow_radius
-01050156=dimen/keyguard_avatar_frame_stroke_width
-01050157=dimen/keyguard_avatar_name_size
-01050158=dimen/keyguard_avatar_size
-01050159=dimen/keyguard_lockscreen_clock_font_size
-0105015a=dimen/keyguard_lockscreen_outerring_diameter
-0105015b=dimen/keyguard_lockscreen_pin_margin_left
-0105015c=dimen/keyguard_lockscreen_status_line_clockfont_bottom_margin
-0105015d=dimen/keyguard_lockscreen_status_line_clockfont_top_margin
-0105015e=dimen/keyguard_lockscreen_status_line_font_right_margin
-0105015f=dimen/keyguard_lockscreen_status_line_font_size
-01050160=dimen/keyguard_muliuser_selector_margin
-01050161=dimen/keyguard_pattern_unlock_clock_font_size
-01050162=dimen/keyguard_pattern_unlock_status_line_font_size
-01050163=dimen/kg_clock_top_margin
-01050164=dimen/kg_edge_swipe_region_size
-01050165=dimen/kg_emergency_button_shift
-01050166=dimen/kg_key_horizontal_gap
-01050167=dimen/kg_key_vertical_gap
-01050168=dimen/kg_pin_key_height
-01050169=dimen/kg_runway_lights_height
-0105016a=dimen/kg_runway_lights_top_margin
-0105016b=dimen/kg_runway_lights_vertical_padding
-0105016c=dimen/kg_secure_padding_height
-0105016d=dimen/kg_security_panel_height
-0105016e=dimen/kg_security_view_height
-0105016f=dimen/kg_small_widget_height
-01050170=dimen/kg_squashed_layout_threshold
-01050171=dimen/kg_status_clock_font_size
-01050172=dimen/kg_status_date_font_size
-01050173=dimen/kg_status_line_font_right_margin
-01050174=dimen/kg_status_line_font_size
-01050175=dimen/kg_widget_pager_bottom_padding
-01050176=dimen/kg_widget_pager_horizontal_padding
-01050177=dimen/kg_widget_pager_top_padding
-01050178=dimen/kg_widget_view_height
-01050179=dimen/kg_widget_view_width
-0105017a=dimen/leanback_alert_dialog_horizontal_margin
-0105017b=dimen/leanback_alert_dialog_vertical_margin
-0105017c=dimen/leanback_setup_alpha_activity_in_bkg_end
-0105017d=dimen/leanback_setup_alpha_activity_in_bkg_start
-0105017e=dimen/leanback_setup_alpha_activity_out_bkg_end
-0105017f=dimen/leanback_setup_alpha_activity_out_bkg_start
-01050180=dimen/leanback_setup_alpha_animiation_max_opacity
-01050181=dimen/leanback_setup_alpha_animiation_min_opacity
-01050182=dimen/leanback_setup_alpha_backward_in_content_end
-01050183=dimen/leanback_setup_alpha_backward_in_content_start
-01050184=dimen/leanback_setup_alpha_backward_out_content_end
-01050185=dimen/leanback_setup_alpha_backward_out_content_start
-01050186=dimen/leanback_setup_alpha_forward_in_content_end
-01050187=dimen/leanback_setup_alpha_forward_in_content_start
-01050188=dimen/leanback_setup_alpha_forward_out_content_end
-01050189=dimen/leanback_setup_alpha_forward_out_content_start
-0105018a=dimen/leanback_setup_translation_backward_out_content_end
-0105018b=dimen/leanback_setup_translation_backward_out_content_end_v4
-0105018c=dimen/leanback_setup_translation_backward_out_content_start
-0105018d=dimen/leanback_setup_translation_backward_out_content_start_v4
-0105018e=dimen/leanback_setup_translation_content_cliff
-0105018f=dimen/leanback_setup_translation_content_resting_point
-01050190=dimen/leanback_setup_translation_forward_in_content_end
-01050191=dimen/leanback_setup_translation_forward_in_content_end_v4
-01050192=dimen/leanback_setup_translation_forward_in_content_start
-01050193=dimen/leanback_setup_translation_forward_in_content_start_v4
-01050194=dimen/light_radius
-01050195=dimen/light_y
-01050196=dimen/light_z
-01050197=dimen/list_item_padding_end_material
-01050198=dimen/list_item_padding_horizontal_material
-01050199=dimen/list_item_padding_start_material
-0105019a=dimen/lock_pattern_dot_line_width
-0105019b=dimen/lock_pattern_dot_size
-0105019c=dimen/lock_pattern_dot_size_activated
-0105019d=dimen/media_notification_action_button_size
-0105019e=dimen/media_notification_actions_padding_bottom
-0105019f=dimen/media_notification_expanded_image_margin_bottom
-010501a0=dimen/media_notification_expanded_image_max_size
-010501a1=dimen/media_notification_header_height
-010501a2=dimen/messaging_avatar_size
-010501a3=dimen/messaging_group_sending_progress_size
-010501a4=dimen/messaging_group_singleline_sender_padding_end
-010501a5=dimen/messaging_image_extra_spacing
-010501a6=dimen/messaging_image_max_height
-010501a7=dimen/messaging_image_min_size
-010501a8=dimen/messaging_image_rounding
-010501a9=dimen/messaging_layout_margin_end
-010501aa=dimen/min_xlarge_screen_width
-010501ab=dimen/navigation_bar_frame_height
-010501ac=dimen/navigation_bar_frame_height_landscape
-010501ad=dimen/navigation_bar_gesture_height
-010501ae=dimen/navigation_bar_height
-010501af=dimen/navigation_bar_height_car_mode
-010501b0=dimen/navigation_bar_height_landscape
-010501b1=dimen/navigation_bar_height_landscape_car_mode
-010501b2=dimen/navigation_bar_height_portrait
-010501b3=dimen/navigation_bar_width
-010501b4=dimen/navigation_bar_width_car_mode
-010501b5=dimen/notification_action_disabled_alpha
-010501b6=dimen/notification_action_emphasized_height
-010501b7=dimen/notification_action_list_height
-010501b8=dimen/notification_action_list_margin_top
-010501b9=dimen/notification_alerted_size
-010501ba=dimen/notification_badge_size
-010501bb=dimen/notification_big_picture_max_height
-010501bc=dimen/notification_big_picture_max_height_low_ram
-010501bd=dimen/notification_big_picture_max_width
-010501be=dimen/notification_big_picture_max_width_low_ram
-010501bf=dimen/notification_content_image_margin_end
-010501c0=dimen/notification_content_margin
-010501c1=dimen/notification_content_margin_end
-010501c2=dimen/notification_content_margin_start
-010501c3=dimen/notification_content_margin_top
-010501c4=dimen/notification_conversation_header_separating_margin
-010501c5=dimen/notification_custom_view_max_image_height
-010501c6=dimen/notification_custom_view_max_image_height_low_ram
-010501c7=dimen/notification_custom_view_max_image_width
-010501c8=dimen/notification_custom_view_max_image_width_low_ram
-010501c9=dimen/notification_expand_button_padding_top
-010501ca=dimen/notification_header_app_name_margin_start
-010501cb=dimen/notification_header_background_height
-010501cc=dimen/notification_header_expand_icon_size
-010501cd=dimen/notification_header_height
-010501ce=dimen/notification_header_icon_margin_end
-010501cf=dimen/notification_header_icon_size
-010501d0=dimen/notification_header_icon_size_ambient
-010501d1=dimen/notification_header_margin_bottom
-010501d2=dimen/notification_header_padding_bottom
-010501d3=dimen/notification_header_padding_top
-010501d4=dimen/notification_header_separating_margin
-010501d5=dimen/notification_header_shrink_min_width
-010501d6=dimen/notification_inbox_item_top_padding
-010501d7=dimen/notification_large_icon_circle_padding
-010501d8=dimen/notification_media_image_margin_end
-010501d9=dimen/notification_media_image_max_height
-010501da=dimen/notification_media_image_max_height_low_ram
-010501db=dimen/notification_media_image_max_width
-010501dc=dimen/notification_media_image_max_width_low_ram
-010501dd=dimen/notification_messaging_spacing
-010501de=dimen/notification_min_content_height
-010501df=dimen/notification_min_height
-010501e0=dimen/notification_progress_bar_height
-010501e1=dimen/notification_progress_margin_top
-010501e2=dimen/notification_reply_inset
-010501e3=dimen/notification_right_icon_size
-010501e4=dimen/notification_right_icon_size_low_ram
-010501e5=dimen/notification_secondary_text_disabled_alpha
-010501e6=dimen/notification_subtext_size
-010501e7=dimen/notification_text_margin_top
-010501e8=dimen/notification_text_size
-010501e9=dimen/notification_title_text_size
-010501ea=dimen/notification_top_pad
-010501eb=dimen/notification_top_pad_large_text
-010501ec=dimen/notification_top_pad_large_text_narrow
-010501ed=dimen/notification_top_pad_narrow
-010501ee=dimen/password_keyboard_height
-010501ef=dimen/password_keyboard_horizontalGap
-010501f0=dimen/password_keyboard_key_height_alpha
-010501f1=dimen/password_keyboard_key_height_numeric
-010501f2=dimen/password_keyboard_spacebar_vertical_correction
-010501f3=dimen/password_keyboard_verticalGap
-010501f4=dimen/picker_bottom_margin
-010501f5=dimen/picker_top_margin
-010501f6=dimen/pip_minimized_visible_size
-010501f7=dimen/preference_breadcrumb_paddingLeft
-010501f8=dimen/preference_breadcrumb_paddingRight
-010501f9=dimen/preference_breadcrumbs_padding_end_material
-010501fa=dimen/preference_breadcrumbs_padding_start_material
-010501fb=dimen/preference_child_padding_side
-010501fc=dimen/preference_fragment_padding_bottom
-010501fd=dimen/preference_fragment_padding_side
-010501fe=dimen/preference_fragment_padding_side_material
-010501ff=dimen/preference_fragment_padding_vertical_material
-01050200=dimen/preference_icon_minWidth
-01050201=dimen/preference_item_padding_inner
-01050202=dimen/preference_item_padding_side
-01050203=dimen/preference_screen_bottom_margin
-01050204=dimen/preference_screen_header_padding_side
-01050205=dimen/preference_screen_header_padding_side_material
-01050206=dimen/preference_screen_header_vertical_padding
-01050207=dimen/preference_screen_header_vertical_padding_material
-01050208=dimen/preference_screen_side_margin
-01050209=dimen/preference_screen_side_margin_material
-0105020a=dimen/preference_screen_side_margin_negative
-0105020b=dimen/preference_screen_side_margin_negative_material
-0105020c=dimen/preference_screen_top_margin
-0105020d=dimen/preference_widget_width
-0105020e=dimen/primary_content_alpha_device_default
-0105020f=dimen/primary_content_alpha_material_dark
-01050210=dimen/primary_content_alpha_material_light
-01050211=dimen/progress_bar_corner_material
-01050212=dimen/progress_bar_height_material
-01050213=dimen/progress_bar_size_large
-01050214=dimen/progress_bar_size_medium
-01050215=dimen/progress_bar_size_small
-01050216=dimen/quick_qs_offset_height
-01050217=dimen/quick_qs_total_height
-01050218=dimen/quick_qs_total_height_with_media
-01050219=dimen/resize_shadow_size
-0105021a=dimen/resolver_badge_size
-0105021b=dimen/resolver_button_bar_spacing
-0105021c=dimen/resolver_edge_margin
-0105021d=dimen/resolver_elevation
-0105021e=dimen/resolver_empty_state_container_padding_bottom
-0105021f=dimen/resolver_empty_state_container_padding_top
-01050220=dimen/resolver_empty_state_height
-01050221=dimen/resolver_empty_state_height_with_tabs
-01050222=dimen/resolver_icon_margin
-01050223=dimen/resolver_icon_size
-01050224=dimen/resolver_max_collapsed_height
-01050225=dimen/resolver_max_collapsed_height_with_default
-01050226=dimen/resolver_max_collapsed_height_with_default_with_tabs
-01050227=dimen/resolver_max_collapsed_height_with_tabs
-01050228=dimen/resolver_max_width
-01050229=dimen/resolver_small_margin
-0105022a=dimen/resolver_tab_text_size
-0105022b=dimen/resolver_title_padding_bottom
-0105022c=dimen/restricted_icon_size_material
-0105022d=dimen/rounded_corner_radius
-0105022e=dimen/rounded_corner_radius_adjustment
-0105022f=dimen/rounded_corner_radius_bottom
-01050230=dimen/rounded_corner_radius_bottom_adjustment
-01050231=dimen/rounded_corner_radius_top
-01050232=dimen/rounded_corner_radius_top_adjustment
-01050233=dimen/screen_percentage_05
-01050234=dimen/screen_percentage_10
-01050235=dimen/screen_percentage_12
-01050236=dimen/screen_percentage_15
-01050237=dimen/search_view_preferred_height
-01050238=dimen/search_view_preferred_width
-01050239=dimen/secondary_content_alpha_device_default
-0105023a=dimen/secondary_content_alpha_material_dark
-0105023b=dimen/secondary_content_alpha_material_light
-0105023c=dimen/seekbar_thumb_exclusion_max_size
-0105023d=dimen/seekbar_track_background_height_material
-0105023e=dimen/seekbar_track_progress_height_material
-0105023f=dimen/select_dialog_drawable_padding_start_material
-01050240=dimen/select_dialog_padding_start_material
-01050241=dimen/slice_icon_size
-01050242=dimen/slice_padding
-01050243=dimen/slice_shortcut_size
-01050244=dimen/spot_shadow_alpha
-01050245=dimen/status_bar_content_number_size
-01050246=dimen/status_bar_edge_ignore
-01050247=dimen/status_bar_height
-01050248=dimen/status_bar_height_landscape
-01050249=dimen/status_bar_height_portrait
-0105024a=dimen/status_bar_icon_size
-0105024b=dimen/status_bar_system_icon_intrinsic_size
-0105024c=dimen/status_bar_system_icon_size
-0105024d=dimen/subtitle_corner_radius
-0105024e=dimen/subtitle_outline_width
-0105024f=dimen/subtitle_shadow_offset
-01050250=dimen/subtitle_shadow_radius
-01050251=dimen/task_height_of_minimized_mode
-01050252=dimen/text_edit_floating_toolbar_elevation
-01050253=dimen/text_edit_floating_toolbar_margin
-01050254=dimen/text_handle_min_size
-01050255=dimen/text_line_spacing_multiplier_material
-01050256=dimen/text_size_body_1_material
-01050257=dimen/text_size_body_2_material
-01050258=dimen/text_size_button_material
-01050259=dimen/text_size_caption_material
-0105025a=dimen/text_size_display_1_material
-0105025b=dimen/text_size_display_2_material
-0105025c=dimen/text_size_display_3_material
-0105025d=dimen/text_size_display_4_material
-0105025e=dimen/text_size_headline_material
-0105025f=dimen/text_size_large_material
-01050260=dimen/text_size_medium_material
-01050261=dimen/text_size_menu_header_material
-01050262=dimen/text_size_menu_material
-01050263=dimen/text_size_small_material
-01050264=dimen/text_size_subhead_material
-01050265=dimen/text_size_subtitle_material_toolbar
-01050266=dimen/text_size_title_material
-01050267=dimen/text_size_title_material_toolbar
-01050268=dimen/text_view_end_margin
-01050269=dimen/text_view_start_margin
-0105026a=dimen/textview_error_popup_default_width
-0105026b=dimen/timepicker_am_top_padding
-0105026c=dimen/timepicker_ampm_horizontal_padding
-0105026d=dimen/timepicker_ampm_label_size
-0105026e=dimen/timepicker_center_dot_radius
-0105026f=dimen/timepicker_edit_text_size
-01050270=dimen/timepicker_header_height
-01050271=dimen/timepicker_left_side_width
-01050272=dimen/timepicker_pm_top_padding
-01050273=dimen/timepicker_radial_picker_dimen
-01050274=dimen/timepicker_radial_picker_horizontal_margin
-01050275=dimen/timepicker_radial_picker_top_margin
-01050276=dimen/timepicker_selector_dot_radius
-01050277=dimen/timepicker_selector_radius
-01050278=dimen/timepicker_selector_stroke
-01050279=dimen/timepicker_separator_padding
-0105027a=dimen/timepicker_text_inset_inner
-0105027b=dimen/timepicker_text_inset_normal
-0105027c=dimen/timepicker_text_size_inner
-0105027d=dimen/timepicker_text_size_normal
-0105027e=dimen/timepicker_time_label_size
-0105027f=dimen/toast_y_offset
-01050280=dimen/tooltip_corner_radius
-01050281=dimen/tooltip_horizontal_padding
-01050282=dimen/tooltip_margin
-01050283=dimen/tooltip_precise_anchor_extra_offset
-01050284=dimen/tooltip_precise_anchor_threshold
-01050285=dimen/tooltip_vertical_padding
-01050286=dimen/tooltip_y_offset_non_touch
-01050287=dimen/tooltip_y_offset_touch
-01050288=dimen/waterfall_display_bottom_edge_size
-01050289=dimen/waterfall_display_left_edge_size
-0105028a=dimen/waterfall_display_right_edge_size
-0105028b=dimen/waterfall_display_top_edge_size
+01050008=dimen/system_app_widget_background_radius
+01050009=dimen/system_app_widget_inner_radius
+0105000a=dimen/config_viewConfigurationHandwritingGestureLineMargin
+0105000b=dimen/__removed_system_app_widget_internal_padding
+0105000c=dimen/accessibility_focus_highlight_stroke_width
+0105000d=dimen/accessibility_icon_foreground_padding_ratio
+0105000e=dimen/accessibility_magnification_indicator_width
+0105000f=dimen/accessibility_magnification_thumbnail_container_stroke_width
+01050010=dimen/accessibility_magnification_thumbnail_padding
+01050011=dimen/accessibility_touch_slop
+01050012=dimen/accessibility_window_magnifier_min_size
+01050013=dimen/action_bar_button_margin
+01050014=dimen/action_bar_button_max_width
+01050015=dimen/action_bar_content_inset_material
+01050016=dimen/action_bar_content_inset_with_nav
+01050017=dimen/action_bar_default_height
+01050018=dimen/action_bar_default_height_material
+01050019=dimen/action_bar_default_padding_end_material
+0105001a=dimen/action_bar_default_padding_start_material
+0105001b=dimen/action_bar_elevation_material
+0105001c=dimen/action_bar_icon_vertical_padding
+0105001d=dimen/action_bar_icon_vertical_padding_material
+0105001e=dimen/action_bar_margin
+0105001f=dimen/action_bar_margin_end
+01050020=dimen/action_bar_margin_start
+01050021=dimen/action_bar_overflow_padding_end_material
+01050022=dimen/action_bar_overflow_padding_start_material
+01050023=dimen/action_bar_stacked_max_height
+01050024=dimen/action_bar_stacked_tab_max_width
+01050025=dimen/action_bar_subtitle_bottom_margin
+01050026=dimen/action_bar_subtitle_bottom_margin_material
+01050027=dimen/action_bar_subtitle_text_size
+01050028=dimen/action_bar_subtitle_top_margin
+01050029=dimen/action_bar_subtitle_top_margin_material
+0105002a=dimen/action_bar_title_text_size
+0105002b=dimen/action_bar_toggle_internal_padding
+0105002c=dimen/action_button_min_height_material
+0105002d=dimen/action_button_min_width
+0105002e=dimen/action_button_min_width_material
+0105002f=dimen/action_button_min_width_overflow_material
+01050030=dimen/activity_chooser_popup_min_width
+01050031=dimen/activity_embedding_divider_handle_height
+01050032=dimen/activity_embedding_divider_handle_height_pressed
+01050033=dimen/activity_embedding_divider_handle_radius
+01050034=dimen/activity_embedding_divider_handle_radius_pressed
+01050035=dimen/activity_embedding_divider_handle_width
+01050036=dimen/activity_embedding_divider_handle_width_pressed
+01050037=dimen/activity_embedding_divider_touch_target_height
+01050038=dimen/activity_embedding_divider_touch_target_width
+01050039=dimen/aerr_list_item_height
+0105003a=dimen/aerr_padding_list_bottom
+0105003b=dimen/aerr_padding_list_top
+0105003c=dimen/alert_dialog_button_bar_height
+0105003d=dimen/alert_dialog_button_bar_width
+0105003e=dimen/alert_dialog_round_padding
+0105003f=dimen/alert_dialog_title_height
+01050040=dimen/ambient_shadow_alpha
+01050041=dimen/app_header_height
+01050042=dimen/autofill_button_bar_spacer_height
+01050043=dimen/autofill_button_bar_spacer_width
+01050044=dimen/autofill_dataset_picker_max_height
+01050045=dimen/autofill_dataset_picker_max_width
+01050046=dimen/autofill_dialog_corner_radius
+01050047=dimen/autofill_dialog_icon_max_height
+01050048=dimen/autofill_dialog_icon_size
+01050049=dimen/autofill_dialog_max_width
+0105004a=dimen/autofill_dialog_offset
+0105004b=dimen/autofill_elevation
+0105004c=dimen/autofill_save_button_bar_padding
+0105004d=dimen/autofill_save_custom_subtitle_max_height
+0105004e=dimen/autofill_save_icon_max_height
+0105004f=dimen/autofill_save_icon_size
+01050050=dimen/autofill_save_inner_padding
+01050051=dimen/autofill_save_outer_margin
+01050052=dimen/autofill_save_outer_top_padding
+01050053=dimen/autofill_save_scroll_view_top_margin
+01050054=dimen/autofill_save_title_start_padding
+01050055=dimen/back_progress_non_linear_factor
+01050056=dimen/base_error_dialog_bottom_padding
+01050057=dimen/base_error_dialog_contents_padding
+01050058=dimen/base_error_dialog_padding
+01050059=dimen/base_error_dialog_top_padding
+0105005a=dimen/button_bar_layout_end_padding
+0105005b=dimen/button_bar_layout_start_padding
+0105005c=dimen/button_bar_layout_top_padding
+0105005d=dimen/button_elevation_material
+0105005e=dimen/button_end_margin
+0105005f=dimen/button_inset_horizontal_material
+01050060=dimen/button_inset_vertical_material
+01050061=dimen/button_layout_height
+01050062=dimen/button_padding_horizontal_material
+01050063=dimen/button_padding_vertical_material
+01050064=dimen/button_pressed_z_material
+01050065=dimen/call_notification_collapsible_indent
+01050066=dimen/call_notification_system_action_min_width
+01050067=dimen/car_action1_size
+01050068=dimen/car_action2_size
+01050069=dimen/car_app_bar_height
+0105006a=dimen/car_body1_size
+0105006b=dimen/car_body2_size
+0105006c=dimen/car_body3_size
+0105006d=dimen/car_body4_size
+0105006e=dimen/car_body5_size
+0105006f=dimen/car_borderless_button_horizontal_padding
+01050070=dimen/car_button_height
+01050071=dimen/car_button_horizontal_padding
+01050072=dimen/car_button_min_width
+01050073=dimen/car_button_radius
+01050074=dimen/car_card_action_bar_height
+01050075=dimen/car_card_header_height
+01050076=dimen/car_dialog_action_bar_height
+01050077=dimen/car_double_line_list_item_height
+01050078=dimen/car_headline1_size
+01050079=dimen/car_headline2_size
+0105007a=dimen/car_headline3_size
+0105007b=dimen/car_headline4_size
+0105007c=dimen/car_icon_size
+0105007d=dimen/car_keyline_1
+0105007e=dimen/car_keyline_1_keyline_3_diff
+0105007f=dimen/car_keyline_2
+01050080=dimen/car_keyline_3
+01050081=dimen/car_keyline_4
+01050082=dimen/car_label1_size
+01050083=dimen/car_label2_size
+01050084=dimen/car_large_avatar_badge_size
+01050085=dimen/car_large_avatar_size
+01050086=dimen/car_list_divider_height
+01050087=dimen/car_margin
+01050088=dimen/car_padding_0
+01050089=dimen/car_padding_1
+0105008a=dimen/car_padding_2
+0105008b=dimen/car_padding_3
+0105008c=dimen/car_padding_4
+0105008d=dimen/car_padding_5
+0105008e=dimen/car_padding_6
+0105008f=dimen/car_pill_button_size
+01050090=dimen/car_preference_category_icon_size
+01050091=dimen/car_preference_icon_size
+01050092=dimen/car_preference_row_vertical_margin
+01050093=dimen/car_primary_icon_size
+01050094=dimen/car_progress_bar_height
+01050095=dimen/car_radius_1
+01050096=dimen/car_radius_2
+01050097=dimen/car_radius_3
+01050098=dimen/car_radius_5
+01050099=dimen/car_secondary_icon_size
+0105009a=dimen/car_seekbar_height
+0105009b=dimen/car_seekbar_padding
+0105009c=dimen/car_seekbar_text_overlap
+0105009d=dimen/car_seekbar_thumb_size
+0105009e=dimen/car_seekbar_thumb_stroke
+0105009f=dimen/car_single_line_list_item_height
+010500a0=dimen/car_switch_thumb_margin_size
+010500a1=dimen/car_switch_thumb_size
+010500a2=dimen/car_switch_track_margin_size
+010500a3=dimen/car_textview_fading_edge_length
+010500a4=dimen/car_title2_size
+010500a5=dimen/car_title_size
+010500a6=dimen/car_touch_target_size
+010500a7=dimen/car_touch_target_size_minus_one
+010500a8=dimen/cascading_menus_min_smallest_width
+010500a9=dimen/chooser_action_button_icon_size
+010500aa=dimen/chooser_badge_size
+010500ab=dimen/chooser_corner_radius
+010500ac=dimen/chooser_direct_share_label_placeholder_max_width
+010500ad=dimen/chooser_edge_margin_normal
+010500ae=dimen/chooser_edge_margin_thin
+010500af=dimen/chooser_grid_padding
+010500b0=dimen/chooser_header_scroll_elevation
+010500b1=dimen/chooser_icon_size
+010500b2=dimen/chooser_max_collapsed_height
+010500b3=dimen/chooser_preview_image_border
+010500b4=dimen/chooser_preview_image_font_size
+010500b5=dimen/chooser_preview_image_max_dimen
+010500b6=dimen/chooser_preview_width
+010500b7=dimen/chooser_row_text_option_translate
+010500b8=dimen/chooser_view_spacing
+010500b9=dimen/chooser_width
+010500ba=dimen/circular_display_mask_thickness
+010500bb=dimen/config_alertDialogSelectionScrollOffset
+010500bc=dimen/config_am_pssToRssThresholdModifier
+010500bd=dimen/config_ambiguousGestureMultiplier
+010500be=dimen/config_appTransitionAnimationDurationScaleDefault
+010500bf=dimen/config_autoKeyboardBrightnessSmoothingConstant
+010500c0=dimen/config_backGestureInset
+010500c1=dimen/config_batterySaver_full_adjustBrightnessFactor
+010500c2=dimen/config_bottomDialogCornerRadius
+010500c3=dimen/config_buttonCornerRadius
+010500c4=dimen/config_closeToSquareDisplayMaxAspectRatio
+010500c5=dimen/config_defaultBinderHeavyHitterAutoSamplerThreshold
+010500c6=dimen/config_defaultBinderHeavyHitterWatcherThreshold
+010500c7=dimen/config_dialogCornerRadius
+010500c8=dimen/config_displayWhiteBalanceBrightnessFilterIntercept
+010500c9=dimen/config_displayWhiteBalanceColorTemperatureFilterIntercept
+010500ca=dimen/config_displayWhiteBalanceHighLightAmbientColorTemperature
+010500cb=dimen/config_displayWhiteBalanceHighLightAmbientColorTemperatureStrong
+010500cc=dimen/config_displayWhiteBalanceLowLightAmbientColorTemperature
+010500cd=dimen/config_displayWhiteBalanceLowLightAmbientColorTemperatureStrong
+010500ce=dimen/config_fixedOrientationLetterboxAspectRatio
+010500cf=dimen/config_hapticChannelMaxVibrationAmplitude
+010500d0=dimen/config_highResTaskSnapshotScale
+010500d1=dimen/config_horizontalScrollFactor
+010500d2=dimen/config_inCallNotificationVolume
+010500d3=dimen/config_keyboardHapticFeedbackFixedAmplitude
+010500d4=dimen/config_letterboxBackgroundWallaperDarkScrimAlpha
+010500d5=dimen/config_letterboxBackgroundWallpaperBlurRadius
+010500d6=dimen/config_letterboxBookModePositionMultiplier
+010500d7=dimen/config_letterboxDefaultMinAspectRatioForUnresizableApps
+010500d8=dimen/config_letterboxHorizontalPositionMultiplier
+010500d9=dimen/config_letterboxTabletopModePositionMultiplier
+010500da=dimen/config_letterboxThinLetterboxHeightDp
+010500db=dimen/config_letterboxThinLetterboxWidthDp
+010500dc=dimen/config_letterboxVerticalPositionMultiplier
+010500dd=dimen/config_lowResTaskSnapshotScale
+010500de=dimen/config_mediaMetadataBitmapMaxSize
+010500df=dimen/config_minPercentageMultiWindowSupportHeight
+010500e0=dimen/config_minPercentageMultiWindowSupportWidth
+010500e1=dimen/config_minScalingSpan
+010500e2=dimen/config_minScalingTouchMajor
+010500e3=dimen/config_minScrollbarTouchTarget
+010500e4=dimen/config_pictureInPictureExpandedHorizontalHeight
+010500e5=dimen/config_pictureInPictureExpandedVerticalWidth
+010500e6=dimen/config_pictureInPictureMaxAspectRatio
+010500e7=dimen/config_pictureInPictureMinAspectRatio
+010500e8=dimen/config_prefDialogWidth
+010500e9=dimen/config_preferredHyphenationFrequency
+010500ea=dimen/config_progressBarCornerRadius
+010500eb=dimen/config_qsTileStrokeWidthActive
+010500ec=dimen/config_qsTileStrokeWidthInactive
+010500ed=dimen/config_resActivitySnapshotScale
+010500ee=dimen/config_rotaryEncoderAxisScrollTickInterval
+010500ef=dimen/config_screenBrightnessDimFloat
+010500f0=dimen/config_screenBrightnessDozeFloat
+010500f1=dimen/config_screenBrightnessMinimumDimAmountFloat
+010500f2=dimen/config_screenBrightnessSettingDefaultFloat
+010500f3=dimen/config_screenBrightnessSettingMaximumFloat
+010500f4=dimen/config_screenBrightnessSettingMinimumFloat
+010500f5=dimen/config_screen_magnification_scaling_threshold
+010500f6=dimen/config_scrollFactor
+010500f7=dimen/config_scrollbarSize
+010500f8=dimen/config_signalCutoutHeightFraction
+010500f9=dimen/config_signalCutoutWidthFraction
+010500fa=dimen/config_verticalScrollFactor
+010500fb=dimen/config_viewConfigurationHandwritingSlop
+010500fc=dimen/config_viewConfigurationHoverSlop
+010500fd=dimen/config_viewConfigurationTouchSlop
+010500fe=dimen/config_viewMaxFlingVelocity
+010500ff=dimen/config_viewMaxRotaryEncoderFlingVelocity
+01050100=dimen/config_viewMinFlingVelocity
+01050101=dimen/config_viewMinRotaryEncoderFlingVelocity
+01050102=dimen/config_wallpaperDimAmount
+01050103=dimen/config_wallpaperMaxScale
+01050104=dimen/config_wallpaperMinScale
+01050105=dimen/content_rect_bottom_clip_allowance
+01050106=dimen/control_corner_material
+01050107=dimen/control_inset_material
+01050108=dimen/control_padding_material
+01050109=dimen/controls_thumbnail_image_max_height
+0105010a=dimen/controls_thumbnail_image_max_width
+0105010b=dimen/conversation_avatar_size
+0105010c=dimen/conversation_avatar_size_group_expanded
+0105010d=dimen/conversation_badge_protrusion
+0105010e=dimen/conversation_badge_protrusion_group_expanded
+0105010f=dimen/conversation_badge_protrusion_group_expanded_face_pile
+01050110=dimen/conversation_content_start
+01050111=dimen/conversation_expand_button_height
+01050112=dimen/conversation_face_pile_avatar_size
+01050113=dimen/conversation_face_pile_avatar_size_group_expanded
+01050114=dimen/conversation_face_pile_protection_width
+01050115=dimen/conversation_face_pile_protection_width_expanded
+01050116=dimen/conversation_header_expanded_padding_end
+01050117=dimen/conversation_icon_circle_start
+01050118=dimen/conversation_icon_container_top_padding
+01050119=dimen/conversation_icon_container_top_padding_small_avatar
+0105011a=dimen/conversation_icon_size_badged
+0105011b=dimen/conversation_image_start_margin
+0105011c=dimen/cross_profile_apps_thumbnail_size
+0105011d=dimen/date_picker_date_label_size
+0105011e=dimen/date_picker_day_height
+0105011f=dimen/date_picker_day_of_week_height
+01050120=dimen/date_picker_day_of_week_text_size
+01050121=dimen/date_picker_day_selector_radius
+01050122=dimen/date_picker_day_text_size
+01050123=dimen/date_picker_day_width
+01050124=dimen/date_picker_month_height
+01050125=dimen/date_picker_month_text_size
+01050126=dimen/date_picker_year_label_size
+01050127=dimen/datepicker_component_width
+01050128=dimen/datepicker_dialog_width
+01050129=dimen/datepicker_header_height
+0105012a=dimen/datepicker_header_text_size
+0105012b=dimen/datepicker_list_year_activated_label_size
+0105012c=dimen/datepicker_list_year_label_size
+0105012d=dimen/datepicker_selected_date_day_size
+0105012e=dimen/datepicker_selected_date_month_size
+0105012f=dimen/datepicker_selected_date_year_size
+01050130=dimen/datepicker_view_animator_height
+01050131=dimen/datepicker_year_label_height
+01050132=dimen/day_picker_button_margin_top
+01050133=dimen/day_picker_padding_horizontal
+01050134=dimen/day_picker_padding_top
+01050135=dimen/default_app_widget_padding_bottom
+01050136=dimen/default_app_widget_padding_left
+01050137=dimen/default_app_widget_padding_right
+01050138=dimen/default_app_widget_padding_top
+01050139=dimen/default_background_blur_radius
+0105013a=dimen/default_gap
+0105013b=dimen/default_magnifier_corner_radius
+0105013c=dimen/default_magnifier_elevation
+0105013d=dimen/default_magnifier_height
+0105013e=dimen/default_magnifier_horizontal_offset
+0105013f=dimen/default_magnifier_vertical_offset
+01050140=dimen/default_magnifier_width
+01050141=dimen/default_magnifier_zoom
+01050142=dimen/default_minimal_size_resizable_task
+01050143=dimen/dialog_corner_radius
+01050144=dimen/dialog_fixed_height_major
+01050145=dimen/dialog_fixed_height_minor
+01050146=dimen/dialog_fixed_width_major
+01050147=dimen/dialog_fixed_width_minor
+01050148=dimen/dialog_list_padding_bottom_no_buttons
+01050149=dimen/dialog_list_padding_top_no_title
+0105014a=dimen/dialog_no_title_padding_top
+0105014b=dimen/dialog_padding
+0105014c=dimen/dialog_padding_material
+0105014d=dimen/dialog_padding_top_material
+0105014e=dimen/dialog_title_divider_material
+0105014f=dimen/disabled_alpha_device_default
+01050150=dimen/disabled_alpha_leanback_formwizard
+01050151=dimen/disabled_alpha_material_dark
+01050152=dimen/disabled_alpha_material_light
+01050153=dimen/display_cutout_touchable_region_size
+01050154=dimen/docked_stack_divider_insets
+01050155=dimen/docked_stack_divider_thickness
+01050156=dimen/docked_stack_minimize_thickness
+01050157=dimen/dropdownitem_icon_width
+01050158=dimen/dropdownitem_text_padding_left
+01050159=dimen/dropdownitem_text_padding_right
+0105015a=dimen/edit_text_inset_bottom_material
+0105015b=dimen/edit_text_inset_horizontal_material
+0105015c=dimen/edit_text_inset_top_material
+0105015d=dimen/emphasized_button_stroke_width
+0105015e=dimen/expanded_group_conversation_message_padding
+0105015f=dimen/face_unlock_height
+01050160=dimen/fast_scroller_minimum_touch_target
+01050161=dimen/floating_toolbar_height
+01050162=dimen/floating_toolbar_horizontal_margin
+01050163=dimen/floating_toolbar_icon_text_spacing
+01050164=dimen/floating_toolbar_maximum_overflow_height
+01050165=dimen/floating_toolbar_menu_button_minimum_width
+01050166=dimen/floating_toolbar_menu_button_side_padding
+01050167=dimen/floating_toolbar_menu_image_button_vertical_padding
+01050168=dimen/floating_toolbar_menu_image_button_width
+01050169=dimen/floating_toolbar_menu_image_width
+0105016a=dimen/floating_toolbar_minimum_overflow_height
+0105016b=dimen/floating_toolbar_overflow_image_button_width
+0105016c=dimen/floating_toolbar_overflow_side_padding
+0105016d=dimen/floating_toolbar_preferred_width
+0105016e=dimen/floating_toolbar_text_size
+0105016f=dimen/floating_toolbar_vertical_margin
+01050170=dimen/floating_window_margin_bottom
+01050171=dimen/floating_window_margin_left
+01050172=dimen/floating_window_margin_right
+01050173=dimen/floating_window_margin_top
+01050174=dimen/floating_window_z
+01050175=dimen/glowpadview_target_placement_radius
+01050176=dimen/handwriting_bounds_offset_bottom
+01050177=dimen/handwriting_bounds_offset_left
+01050178=dimen/handwriting_bounds_offset_right
+01050179=dimen/handwriting_bounds_offset_top
+0105017a=dimen/harmful_app_icon_name_padding
+0105017b=dimen/harmful_app_icon_size
+0105017c=dimen/harmful_app_message_line_spacing_modifier
+0105017d=dimen/harmful_app_message_padding_bottom
+0105017e=dimen/harmful_app_message_padding_left
+0105017f=dimen/harmful_app_message_padding_right
+01050180=dimen/harmful_app_name_padding_bottom
+01050181=dimen/harmful_app_name_padding_left
+01050182=dimen/harmful_app_name_padding_right
+01050183=dimen/harmful_app_name_padding_top
+01050184=dimen/harmful_app_padding_top
+01050185=dimen/highlight_alpha_material_colored
+01050186=dimen/highlight_alpha_material_dark
+01050187=dimen/highlight_alpha_material_light
+01050188=dimen/image_margin_start
+01050189=dimen/image_size
+0105018a=dimen/immersive_mode_cling_width
+0105018b=dimen/importance_ring_anim_max_stroke_width
+0105018c=dimen/importance_ring_size
+0105018d=dimen/importance_ring_stroke_width
+0105018e=dimen/indeterminate_progress_alpha_01
+0105018f=dimen/indeterminate_progress_alpha_02
+01050190=dimen/indeterminate_progress_alpha_03
+01050191=dimen/indeterminate_progress_alpha_04
+01050192=dimen/indeterminate_progress_alpha_05
+01050193=dimen/indeterminate_progress_alpha_06
+01050194=dimen/indeterminate_progress_alpha_07
+01050195=dimen/indeterminate_progress_alpha_08
+01050196=dimen/indeterminate_progress_alpha_09
+01050197=dimen/indeterminate_progress_alpha_10
+01050198=dimen/indeterminate_progress_alpha_11
+01050199=dimen/indeterminate_progress_alpha_12
+0105019a=dimen/indeterminate_progress_alpha_13
+0105019b=dimen/indeterminate_progress_alpha_14
+0105019c=dimen/indeterminate_progress_alpha_15
+0105019d=dimen/indeterminate_progress_alpha_16
+0105019e=dimen/indeterminate_progress_alpha_17
+0105019f=dimen/indeterminate_progress_alpha_18
+010501a0=dimen/indeterminate_progress_alpha_19
+010501a1=dimen/indeterminate_progress_alpha_20
+010501a2=dimen/indeterminate_progress_alpha_21
+010501a3=dimen/indeterminate_progress_alpha_22
+010501a4=dimen/indeterminate_progress_alpha_23
+010501a5=dimen/indeterminate_progress_alpha_24
+010501a6=dimen/indeterminate_progress_alpha_25
+010501a7=dimen/indeterminate_progress_alpha_26
+010501a8=dimen/indeterminate_progress_alpha_27
+010501a9=dimen/indeterminate_progress_alpha_28
+010501aa=dimen/indeterminate_progress_alpha_29
+010501ab=dimen/indeterminate_progress_alpha_30
+010501ac=dimen/indeterminate_progress_alpha_31
+010501ad=dimen/indeterminate_progress_alpha_32
+010501ae=dimen/indeterminate_progress_alpha_33
+010501af=dimen/indeterminate_progress_alpha_34
+010501b0=dimen/indeterminate_progress_alpha_35
+010501b1=dimen/indeterminate_progress_alpha_36
+010501b2=dimen/indeterminate_progress_alpha_37
+010501b3=dimen/indeterminate_progress_alpha_38
+010501b4=dimen/indeterminate_progress_alpha_39
+010501b5=dimen/indeterminate_progress_alpha_40
+010501b6=dimen/indeterminate_progress_alpha_41
+010501b7=dimen/indeterminate_progress_alpha_42
+010501b8=dimen/indeterminate_progress_alpha_43
+010501b9=dimen/indeterminate_progress_alpha_44
+010501ba=dimen/indeterminate_progress_alpha_45
+010501bb=dimen/indeterminate_progress_alpha_46
+010501bc=dimen/indeterminate_progress_alpha_47
+010501bd=dimen/indeterminate_progress_alpha_48
+010501be=dimen/indeterminate_progress_alpha_49
+010501bf=dimen/indeterminate_progress_alpha_50
+010501c0=dimen/indeterminate_progress_alpha_51
+010501c1=dimen/indeterminate_progress_alpha_52
+010501c2=dimen/indeterminate_progress_alpha_53
+010501c3=dimen/indeterminate_progress_alpha_54
+010501c4=dimen/indeterminate_progress_alpha_55
+010501c5=dimen/indeterminate_progress_alpha_56
+010501c6=dimen/indeterminate_progress_alpha_57
+010501c7=dimen/indeterminate_progress_alpha_58
+010501c8=dimen/indeterminate_progress_alpha_59
+010501c9=dimen/indeterminate_progress_alpha_60
+010501ca=dimen/input_extract_action_button_height
+010501cb=dimen/input_extract_action_button_width
+010501cc=dimen/input_extract_action_icon_padding
+010501cd=dimen/input_method_divider_height
+010501ce=dimen/input_method_nav_content_padding
+010501cf=dimen/input_method_nav_key_button_ripple_max_width
+010501d0=dimen/input_method_navigation_key_padding
+010501d1=dimen/input_method_navigation_key_width
+010501d2=dimen/item_touch_helper_max_drag_scroll_per_frame
+010501d3=dimen/item_touch_helper_swipe_escape_max_velocity
+010501d4=dimen/item_touch_helper_swipe_escape_velocity
+010501d5=dimen/keyguard_avatar_frame_shadow_radius
+010501d6=dimen/keyguard_avatar_frame_stroke_width
+010501d7=dimen/keyguard_avatar_name_size
+010501d8=dimen/keyguard_avatar_size
+010501d9=dimen/keyguard_lockscreen_clock_font_size
+010501da=dimen/keyguard_lockscreen_outerring_diameter
+010501db=dimen/keyguard_lockscreen_pin_margin_left
+010501dc=dimen/keyguard_lockscreen_status_line_clockfont_bottom_margin
+010501dd=dimen/keyguard_lockscreen_status_line_clockfont_top_margin
+010501de=dimen/keyguard_lockscreen_status_line_font_right_margin
+010501df=dimen/keyguard_lockscreen_status_line_font_size
+010501e0=dimen/keyguard_muliuser_selector_margin
+010501e1=dimen/keyguard_pattern_unlock_clock_font_size
+010501e2=dimen/keyguard_pattern_unlock_status_line_font_size
+010501e3=dimen/kg_clock_top_margin
+010501e4=dimen/kg_edge_swipe_region_size
+010501e5=dimen/kg_emergency_button_shift
+010501e6=dimen/kg_key_horizontal_gap
+010501e7=dimen/kg_key_vertical_gap
+010501e8=dimen/kg_pin_key_height
+010501e9=dimen/kg_runway_lights_height
+010501ea=dimen/kg_runway_lights_top_margin
+010501eb=dimen/kg_runway_lights_vertical_padding
+010501ec=dimen/kg_secure_padding_height
+010501ed=dimen/kg_security_panel_height
+010501ee=dimen/kg_security_view_height
+010501ef=dimen/kg_small_widget_height
+010501f0=dimen/kg_squashed_layout_threshold
+010501f1=dimen/kg_status_clock_font_size
+010501f2=dimen/kg_status_date_font_size
+010501f3=dimen/kg_status_line_font_right_margin
+010501f4=dimen/kg_status_line_font_size
+010501f5=dimen/kg_widget_pager_bottom_padding
+010501f6=dimen/kg_widget_pager_horizontal_padding
+010501f7=dimen/kg_widget_pager_top_padding
+010501f8=dimen/kg_widget_view_height
+010501f9=dimen/kg_widget_view_width
+010501fa=dimen/leanback_button_height
+010501fb=dimen/leanback_button_padding_horizontal
+010501fc=dimen/leanback_button_padding_vertical
+010501fd=dimen/leanback_button_radius
+010501fe=dimen/leanback_dialog_corner_radius
+010501ff=dimen/leanback_setup_alpha_activity_in_bkg_end
+01050200=dimen/leanback_setup_alpha_activity_in_bkg_start
+01050201=dimen/leanback_setup_alpha_activity_out_bkg_end
+01050202=dimen/leanback_setup_alpha_activity_out_bkg_start
+01050203=dimen/leanback_setup_alpha_animiation_max_opacity
+01050204=dimen/leanback_setup_alpha_animiation_min_opacity
+01050205=dimen/leanback_setup_alpha_backward_in_content_end
+01050206=dimen/leanback_setup_alpha_backward_in_content_start
+01050207=dimen/leanback_setup_alpha_backward_out_content_end
+01050208=dimen/leanback_setup_alpha_backward_out_content_start
+01050209=dimen/leanback_setup_alpha_forward_in_content_end
+0105020a=dimen/leanback_setup_alpha_forward_in_content_start
+0105020b=dimen/leanback_setup_alpha_forward_out_content_end
+0105020c=dimen/leanback_setup_alpha_forward_out_content_start
+0105020d=dimen/leanback_setup_translation_backward_out_content_end
+0105020e=dimen/leanback_setup_translation_backward_out_content_end_v4
+0105020f=dimen/leanback_setup_translation_backward_out_content_start
+01050210=dimen/leanback_setup_translation_backward_out_content_start_v4
+01050211=dimen/leanback_setup_translation_content_cliff
+01050212=dimen/leanback_setup_translation_content_resting_point
+01050213=dimen/leanback_setup_translation_forward_in_content_end
+01050214=dimen/leanback_setup_translation_forward_in_content_end_v4
+01050215=dimen/leanback_setup_translation_forward_in_content_start
+01050216=dimen/leanback_setup_translation_forward_in_content_start_v4
+01050217=dimen/light_radius
+01050218=dimen/light_y
+01050219=dimen/light_z
+0105021a=dimen/list_item_padding_end_material
+0105021b=dimen/list_item_padding_horizontal_material
+0105021c=dimen/list_item_padding_start_material
+0105021d=dimen/lock_pattern_dot_hit_factor
+0105021e=dimen/lock_pattern_dot_line_width
+0105021f=dimen/lock_pattern_dot_size
+01050220=dimen/lock_pattern_dot_size_activated
+01050221=dimen/lock_pattern_fade_away_gradient_width
+01050222=dimen/media_notification_action_button_size
+01050223=dimen/media_notification_actions_padding_bottom
+01050224=dimen/media_notification_expanded_image_margin_bottom
+01050225=dimen/media_notification_expanded_image_max_size
+01050226=dimen/media_notification_header_height
+01050227=dimen/message_progress_dialog_bottom_padding
+01050228=dimen/message_progress_dialog_end_padding
+01050229=dimen/message_progress_dialog_letter_spacing
+0105022a=dimen/message_progress_dialog_start_padding
+0105022b=dimen/message_progress_dialog_text_size
+0105022c=dimen/message_progress_dialog_top_padding
+0105022d=dimen/messaging_avatar_size
+0105022e=dimen/messaging_group_sending_progress_size
+0105022f=dimen/messaging_group_singleline_sender_padding_end
+01050230=dimen/messaging_image_extra_spacing
+01050231=dimen/messaging_image_max_height
+01050232=dimen/messaging_image_min_size
+01050233=dimen/messaging_image_rounding
+01050234=dimen/messaging_layout_icon_padding_start
+01050235=dimen/min_xlarge_screen_width
+01050236=dimen/navigation_bar_frame_height
+01050237=dimen/navigation_bar_frame_height_landscape
+01050238=dimen/navigation_bar_gesture_height
+01050239=dimen/navigation_bar_gesture_larger_height
+0105023a=dimen/navigation_bar_height
+0105023b=dimen/navigation_bar_height_car_mode
+0105023c=dimen/navigation_bar_height_landscape
+0105023d=dimen/navigation_bar_height_landscape_car_mode
+0105023e=dimen/navigation_bar_height_portrait
+0105023f=dimen/navigation_bar_width
+01050240=dimen/navigation_bar_width_car_mode
+01050241=dimen/navigation_edge_action_progress_threshold
+01050242=dimen/notification_action_button_radius
+01050243=dimen/notification_action_disabled_alpha
+01050244=dimen/notification_action_disabled_container_alpha
+01050245=dimen/notification_action_disabled_content_alpha
+01050246=dimen/notification_action_emphasized_height
+01050247=dimen/notification_action_list_height
+01050248=dimen/notification_action_list_margin_top
+01050249=dimen/notification_actions_collapsed_priority_width
+0105024a=dimen/notification_actions_icon_drawable_size
+0105024b=dimen/notification_actions_icon_size
+0105024c=dimen/notification_actions_padding_start
+0105024d=dimen/notification_alerted_size
+0105024e=dimen/notification_badge_size
+0105024f=dimen/notification_big_picture_max_height
+01050250=dimen/notification_big_picture_max_height_low_ram
+01050251=dimen/notification_big_picture_max_width
+01050252=dimen/notification_big_picture_max_width_low_ram
+01050253=dimen/notification_big_title_text_size
+01050254=dimen/notification_content_margin
+01050255=dimen/notification_content_margin_end
+01050256=dimen/notification_content_margin_start
+01050257=dimen/notification_content_margin_top
+01050258=dimen/notification_conversation_header_separating_margin
+01050259=dimen/notification_custom_view_max_image_height
+0105025a=dimen/notification_custom_view_max_image_height_low_ram
+0105025b=dimen/notification_custom_view_max_image_width
+0105025c=dimen/notification_custom_view_max_image_width_low_ram
+0105025d=dimen/notification_expand_button_icon_padding
+0105025e=dimen/notification_expand_button_pill_height
+0105025f=dimen/notification_feedback_size
+01050260=dimen/notification_grayscale_icon_max_size
+01050261=dimen/notification_header_app_name_margin_start
+01050262=dimen/notification_header_background_height
+01050263=dimen/notification_header_expand_icon_size
+01050264=dimen/notification_header_height
+01050265=dimen/notification_header_icon_size
+01050266=dimen/notification_header_icon_size_ambient
+01050267=dimen/notification_header_margin_bottom
+01050268=dimen/notification_header_padding_bottom
+01050269=dimen/notification_header_padding_top
+0105026a=dimen/notification_header_separating_margin
+0105026b=dimen/notification_header_shrink_hide_width
+0105026c=dimen/notification_header_shrink_min_width
+0105026d=dimen/notification_header_touchable_height
+0105026e=dimen/notification_headerless_line_height
+0105026f=dimen/notification_headerless_margin_oneline
+01050270=dimen/notification_headerless_margin_twoline
+01050271=dimen/notification_headerless_min_height
+01050272=dimen/notification_heading_margin_end
+01050273=dimen/notification_icon_circle_padding
+01050274=dimen/notification_icon_circle_size
+01050275=dimen/notification_icon_circle_start
+01050276=dimen/notification_inbox_item_top_padding
+01050277=dimen/notification_left_icon_size
+01050278=dimen/notification_left_icon_start
+01050279=dimen/notification_messaging_spacing
+0105027a=dimen/notification_messaging_spacing_conversation_group
+0105027b=dimen/notification_min_height
+0105027c=dimen/notification_person_icon_max_size
+0105027d=dimen/notification_person_icon_max_size_low_ram
+0105027e=dimen/notification_phishing_alert_size
+0105027f=dimen/notification_progress_bar_height
+01050280=dimen/notification_progress_margin_top
+01050281=dimen/notification_right_icon_big_margin_top
+01050282=dimen/notification_right_icon_content_margin
+01050283=dimen/notification_right_icon_headerless_margin
+01050284=dimen/notification_right_icon_size
+01050285=dimen/notification_right_icon_size_low_ram
+01050286=dimen/notification_secondary_text_disabled_alpha
+01050287=dimen/notification_small_icon_size
+01050288=dimen/notification_small_icon_size_low_ram
+01050289=dimen/notification_subtext_size
+0105028a=dimen/notification_text_height
+0105028b=dimen/notification_text_margin_top
+0105028c=dimen/notification_text_size
+0105028d=dimen/notification_title_text_size
+0105028e=dimen/notification_top_pad
+0105028f=dimen/notification_top_pad_large_text
+01050290=dimen/notification_top_pad_large_text_narrow
+01050291=dimen/notification_top_pad_narrow
+01050292=dimen/notification_verification_icon_size
+01050293=dimen/password_keyboard_height
+01050294=dimen/password_keyboard_horizontalGap
+01050295=dimen/password_keyboard_key_height_alpha
+01050296=dimen/password_keyboard_key_height_numeric
+01050297=dimen/password_keyboard_spacebar_vertical_correction
+01050298=dimen/password_keyboard_verticalGap
+01050299=dimen/picker_bottom_margin
+0105029a=dimen/picker_top_margin
+0105029b=dimen/pip_minimized_visible_size
+0105029c=dimen/popup_enter_animation_from_y_delta
+0105029d=dimen/popup_exit_animation_to_y_delta
+0105029e=dimen/preference_breadcrumb_paddingLeft
+0105029f=dimen/preference_breadcrumb_paddingRight
+010502a0=dimen/preference_breadcrumbs_padding_end_material
+010502a1=dimen/preference_breadcrumbs_padding_start_material
+010502a2=dimen/preference_child_padding_side
+010502a3=dimen/preference_fragment_padding_bottom
+010502a4=dimen/preference_fragment_padding_side
+010502a5=dimen/preference_fragment_padding_side_material
+010502a6=dimen/preference_fragment_padding_vertical_material
+010502a7=dimen/preference_icon_minWidth
+010502a8=dimen/preference_item_padding_inner
+010502a9=dimen/preference_item_padding_side
+010502aa=dimen/preference_screen_bottom_margin
+010502ab=dimen/preference_screen_header_padding_side
+010502ac=dimen/preference_screen_header_padding_side_material
+010502ad=dimen/preference_screen_header_vertical_padding
+010502ae=dimen/preference_screen_header_vertical_padding_material
+010502af=dimen/preference_screen_side_margin
+010502b0=dimen/preference_screen_side_margin_material
+010502b1=dimen/preference_screen_side_margin_negative
+010502b2=dimen/preference_screen_side_margin_negative_material
+010502b3=dimen/preference_screen_top_margin
+010502b4=dimen/preference_widget_width
+010502b5=dimen/primary_content_alpha_device_default
+010502b6=dimen/primary_content_alpha_material_dark
+010502b7=dimen/primary_content_alpha_material_light
+010502b8=dimen/progress_bar_corner_material
+010502b9=dimen/progress_bar_height
+010502ba=dimen/progress_bar_height_material
+010502bb=dimen/progress_bar_size_large
+010502bc=dimen/progress_bar_size_medium
+010502bd=dimen/progress_bar_size_small
+010502be=dimen/quick_qs_offset_height
+010502bf=dimen/resolver_badge_size
+010502c0=dimen/resolver_button_bar_spacing
+010502c1=dimen/resolver_edge_margin
+010502c2=dimen/resolver_elevation
+010502c3=dimen/resolver_empty_state_container_padding_bottom
+010502c4=dimen/resolver_empty_state_container_padding_top
+010502c5=dimen/resolver_empty_state_height
+010502c6=dimen/resolver_empty_state_height_with_tabs
+010502c7=dimen/resolver_icon_margin
+010502c8=dimen/resolver_icon_size
+010502c9=dimen/resolver_max_collapsed_height
+010502ca=dimen/resolver_max_collapsed_height_with_default
+010502cb=dimen/resolver_max_collapsed_height_with_default_with_tabs
+010502cc=dimen/resolver_max_collapsed_height_with_tabs
+010502cd=dimen/resolver_max_width
+010502ce=dimen/resolver_profile_tab_margin
+010502cf=dimen/resolver_small_margin
+010502d0=dimen/resolver_tab_text_size
+010502d1=dimen/resolver_title_padding_bottom
+010502d2=dimen/restricted_icon_size_material
+010502d3=dimen/rounded_corner_content_padding
+010502d4=dimen/rounded_corner_radius
+010502d5=dimen/rounded_corner_radius_adjustment
+010502d6=dimen/rounded_corner_radius_bottom
+010502d7=dimen/rounded_corner_radius_bottom_adjustment
+010502d8=dimen/rounded_corner_radius_top
+010502d9=dimen/rounded_corner_radius_top_adjustment
+010502da=dimen/screen_percentage_05
+010502db=dimen/screen_percentage_10
+010502dc=dimen/screen_percentage_12
+010502dd=dimen/screen_percentage_15
+010502de=dimen/search_view_preferred_height
+010502df=dimen/search_view_preferred_width
+010502e0=dimen/secondary_content_alpha_device_default
+010502e1=dimen/secondary_content_alpha_material_dark
+010502e2=dimen/secondary_content_alpha_material_light
+010502e3=dimen/secondary_rounded_corner_radius
+010502e4=dimen/secondary_rounded_corner_radius_adjustment
+010502e5=dimen/secondary_rounded_corner_radius_bottom
+010502e6=dimen/secondary_rounded_corner_radius_bottom_adjustment
+010502e7=dimen/secondary_rounded_corner_radius_top
+010502e8=dimen/secondary_rounded_corner_radius_top_adjustment
+010502e9=dimen/secondary_waterfall_display_bottom_edge_size
+010502ea=dimen/secondary_waterfall_display_left_edge_size
+010502eb=dimen/secondary_waterfall_display_right_edge_size
+010502ec=dimen/secondary_waterfall_display_top_edge_size
+010502ed=dimen/seekbar_thumb_exclusion_max_size
+010502ee=dimen/seekbar_track_background_height_material
+010502ef=dimen/seekbar_track_progress_height_material
+010502f0=dimen/select_dialog_drawable_padding_start_material
+010502f1=dimen/select_dialog_padding_start_material
+010502f2=dimen/slice_icon_size
+010502f3=dimen/slice_padding
+010502f4=dimen/slice_shortcut_size
+010502f5=dimen/snooze_and_bubble_gone_padding_end
+010502f6=dimen/spot_shadow_alpha
+010502f7=dimen/starting_surface_default_icon_size
+010502f8=dimen/starting_surface_icon_size
+010502f9=dimen/status_bar_content_number_size
+010502fa=dimen/status_bar_edge_ignore
+010502fb=dimen/status_bar_height
+010502fc=dimen/status_bar_height_default
+010502fd=dimen/status_bar_height_landscape
+010502fe=dimen/status_bar_height_portrait
+010502ff=dimen/status_bar_icon_size
+01050300=dimen/status_bar_icon_size_sp
+01050301=dimen/status_bar_system_icon_intrinsic_size
+01050302=dimen/status_bar_system_icon_size
+01050303=dimen/subtitle_corner_radius
+01050304=dimen/subtitle_outline_width
+01050305=dimen/subtitle_shadow_offset
+01050306=dimen/subtitle_shadow_radius
+01050307=dimen/system_gestures_start_threshold
+01050308=dimen/task_height_of_minimized_mode
+01050309=dimen/taskbar_frame_height
+0105030a=dimen/text_edit_floating_toolbar_elevation
+0105030b=dimen/text_edit_floating_toolbar_margin
+0105030c=dimen/text_handle_min_size
+0105030d=dimen/text_line_spacing_multiplier_material
+0105030e=dimen/text_size_body_1_material
+0105030f=dimen/text_size_body_2_material
+01050310=dimen/text_size_button_material
+01050311=dimen/text_size_caption_material
+01050312=dimen/text_size_display_1_material
+01050313=dimen/text_size_display_2_material
+01050314=dimen/text_size_display_3_material
+01050315=dimen/text_size_display_4_material
+01050316=dimen/text_size_headline_material
+01050317=dimen/text_size_large_material
+01050318=dimen/text_size_medium_material
+01050319=dimen/text_size_menu_header_material
+0105031a=dimen/text_size_menu_material
+0105031b=dimen/text_size_small_material
+0105031c=dimen/text_size_subhead_material
+0105031d=dimen/text_size_subtitle_material_toolbar
+0105031e=dimen/text_size_title_material
+0105031f=dimen/text_size_title_material_toolbar
+01050320=dimen/text_view_end_margin
+01050321=dimen/text_view_start_margin
+01050322=dimen/textview_error_popup_default_width
+01050323=dimen/timepicker_am_top_padding
+01050324=dimen/timepicker_ampm_horizontal_padding
+01050325=dimen/timepicker_ampm_label_size
+01050326=dimen/timepicker_center_dot_radius
+01050327=dimen/timepicker_edit_text_size
+01050328=dimen/timepicker_header_height
+01050329=dimen/timepicker_left_side_width
+0105032a=dimen/timepicker_pm_top_padding
+0105032b=dimen/timepicker_radial_picker_dimen
+0105032c=dimen/timepicker_radial_picker_horizontal_margin
+0105032d=dimen/timepicker_radial_picker_top_margin
+0105032e=dimen/timepicker_selector_dot_radius
+0105032f=dimen/timepicker_selector_radius
+01050330=dimen/timepicker_selector_stroke
+01050331=dimen/timepicker_separator_padding
+01050332=dimen/timepicker_text_inset_inner
+01050333=dimen/timepicker_text_inset_normal
+01050334=dimen/timepicker_text_size_inner
+01050335=dimen/timepicker_text_size_normal
+01050336=dimen/timepicker_time_label_size
+01050337=dimen/toast_elevation
+01050338=dimen/toast_text_size
+01050339=dimen/toast_width
+0105033a=dimen/toast_y_offset
+0105033b=dimen/tooltip_corner_radius
+0105033c=dimen/tooltip_horizontal_padding
+0105033d=dimen/tooltip_margin
+0105033e=dimen/tooltip_precise_anchor_extra_offset
+0105033f=dimen/tooltip_precise_anchor_threshold
+01050340=dimen/tooltip_vertical_padding
+01050341=dimen/tooltip_y_offset_non_touch
+01050342=dimen/tooltip_y_offset_touch
+01050343=dimen/user_icon_size
+01050344=dimen/waterfall_display_bottom_edge_size
+01050345=dimen/waterfall_display_left_edge_size
+01050346=dimen/waterfall_display_right_edge_size
+01050347=dimen/waterfall_display_top_edge_size
01060000=color/darker_gray
01060001=color/primary_text_dark
01060002=color/primary_text_dark_nodisable
@@ -6983,739 +7969,1127 @@
0106001a=color/holo_purple
0106001b=color/holo_blue_bright
0106001c=color/system_notification_accent_color
-0106001d=color/Blue_700
-0106001e=color/Blue_800
-0106001f=color/GM2_grey_800
-01060020=color/Indigo_700
-01060021=color/Indigo_800
-01060022=color/Pink_700
-01060023=color/Pink_800
-01060024=color/Purple_700
-01060025=color/Purple_800
-01060026=color/Red_700
-01060027=color/Red_800
-01060028=color/Teal_700
-01060029=color/Teal_800
-0106002a=color/accent_device_default
-0106002b=color/accent_device_default_50
-0106002c=color/accent_device_default_700
-0106002d=color/accent_device_default_dark
-0106002e=color/accent_device_default_dark_60_percent_opacity
-0106002f=color/accent_device_default_light
-01060030=color/accent_material_dark
-01060031=color/accent_material_light
-01060032=color/accessibility_focus_highlight
-01060033=color/autofill_background_material_dark
-01060034=color/autofill_background_material_light
-01060035=color/autofilled_highlight
-01060036=color/background_cache_hint_selector_device_default
-01060037=color/background_cache_hint_selector_holo_dark
-01060038=color/background_cache_hint_selector_holo_light
-01060039=color/background_cache_hint_selector_material_dark
-0106003a=color/background_cache_hint_selector_material_light
-0106003b=color/background_device_default_dark
-0106003c=color/background_device_default_light
-0106003d=color/background_floating_device_default_dark
-0106003e=color/background_floating_device_default_light
-0106003f=color/background_floating_material_dark
-01060040=color/background_floating_material_light
-01060041=color/background_holo_dark
-01060042=color/background_holo_light
-01060043=color/background_leanback_dark
-01060044=color/background_leanback_light
-01060045=color/background_material_dark
-01060046=color/background_material_light
-01060047=color/bright_foreground_dark
-01060048=color/bright_foreground_dark_disabled
-01060049=color/bright_foreground_dark_inverse
-0106004a=color/bright_foreground_disabled_holo_dark
-0106004b=color/bright_foreground_disabled_holo_light
-0106004c=color/bright_foreground_holo_dark
-0106004d=color/bright_foreground_holo_light
-0106004e=color/bright_foreground_inverse_holo_dark
-0106004f=color/bright_foreground_inverse_holo_light
-01060050=color/bright_foreground_light
-01060051=color/bright_foreground_light_disabled
-01060052=color/bright_foreground_light_inverse
-01060053=color/btn_colored_background_material
-01060054=color/btn_colored_borderless_text_material
-01060055=color/btn_colored_text_material
-01060056=color/btn_default_material_dark
-01060057=color/btn_default_material_light
-01060058=color/btn_watch_default_dark
-01060059=color/button_material_dark
-0106005a=color/button_material_light
-0106005b=color/button_normal_device_default_dark
-0106005c=color/car_accent
-0106005d=color/car_accent_dark
-0106005e=color/car_accent_light
-0106005f=color/car_action1
-01060060=color/car_action1_dark
-01060061=color/car_action1_light
-01060062=color/car_background
-01060063=color/car_blue_100
-01060064=color/car_blue_200
-01060065=color/car_blue_300
-01060066=color/car_blue_400
-01060067=color/car_blue_50
-01060068=color/car_blue_500
-01060069=color/car_blue_600
-0106006a=color/car_blue_700
-0106006b=color/car_blue_800
-0106006c=color/car_blue_900
-0106006d=color/car_blue_grey_800
-0106006e=color/car_blue_grey_900
-0106006f=color/car_body1
-01060070=color/car_body1_dark
-01060071=color/car_body1_light
-01060072=color/car_body2
-01060073=color/car_body2_dark
-01060074=color/car_body2_light
-01060075=color/car_body3
-01060076=color/car_body3_dark
-01060077=color/car_body3_light
-01060078=color/car_body4
-01060079=color/car_body4_dark
-0106007a=color/car_body4_light
-0106007b=color/car_borderless_button_text_color
-0106007c=color/car_button_text_color
-0106007d=color/car_card
-0106007e=color/car_card_dark
-0106007f=color/car_card_light
-01060080=color/car_card_ripple_background
-01060081=color/car_card_ripple_background_dark
-01060082=color/car_card_ripple_background_inverse
-01060083=color/car_card_ripple_background_light
-01060084=color/car_colorPrimary
-01060085=color/car_colorPrimaryDark
-01060086=color/car_colorSecondary
-01060087=color/car_cyan_100
-01060088=color/car_cyan_200
-01060089=color/car_cyan_300
-0106008a=color/car_cyan_400
-0106008b=color/car_cyan_50
-0106008c=color/car_cyan_500
-0106008d=color/car_cyan_600
-0106008e=color/car_cyan_700
-0106008f=color/car_cyan_800
-01060090=color/car_cyan_900
-01060091=color/car_dark_blue_grey_1000
-01060092=color/car_dark_blue_grey_600
-01060093=color/car_dark_blue_grey_700
-01060094=color/car_dark_blue_grey_800
-01060095=color/car_dark_blue_grey_900
-01060096=color/car_green_100
-01060097=color/car_green_200
-01060098=color/car_green_300
-01060099=color/car_green_400
-0106009a=color/car_green_50
-0106009b=color/car_green_500
-0106009c=color/car_green_600
-0106009d=color/car_green_700
-0106009e=color/car_green_800
-0106009f=color/car_green_900
-010600a0=color/car_grey_100
-010600a1=color/car_grey_1000
-010600a2=color/car_grey_200
-010600a3=color/car_grey_300
-010600a4=color/car_grey_400
-010600a5=color/car_grey_50
-010600a6=color/car_grey_500
-010600a7=color/car_grey_600
-010600a8=color/car_grey_700
-010600a9=color/car_grey_746
-010600aa=color/car_grey_772
-010600ab=color/car_grey_800
-010600ac=color/car_grey_846
-010600ad=color/car_grey_868
-010600ae=color/car_grey_900
-010600af=color/car_grey_928
-010600b0=color/car_grey_958
-010600b1=color/car_grey_972
-010600b2=color/car_headline1
-010600b3=color/car_headline1_dark
-010600b4=color/car_headline1_light
-010600b5=color/car_headline2
-010600b6=color/car_headline2_dark
-010600b7=color/car_headline2_light
-010600b8=color/car_headline3
-010600b9=color/car_headline3_dark
-010600ba=color/car_headline3_light
-010600bb=color/car_headline4
-010600bc=color/car_headline4_dark
-010600bd=color/car_headline4_light
-010600be=color/car_highlight
-010600bf=color/car_highlight_dark
-010600c0=color/car_highlight_light
-010600c1=color/car_keyboard_divider_line
-010600c2=color/car_keyboard_text_primary_color
-010600c3=color/car_keyboard_text_secondary_color
-010600c4=color/car_light_blue_300
-010600c5=color/car_light_blue_500
-010600c6=color/car_light_blue_600
-010600c7=color/car_light_blue_700
-010600c8=color/car_light_blue_800
-010600c9=color/car_light_blue_900
-010600ca=color/car_list_divider
-010600cb=color/car_list_divider_dark
-010600cc=color/car_list_divider_light
-010600cd=color/car_orange_100
-010600ce=color/car_orange_200
-010600cf=color/car_orange_300
-010600d0=color/car_orange_400
-010600d1=color/car_orange_50
-010600d2=color/car_orange_500
-010600d3=color/car_orange_600
-010600d4=color/car_orange_700
-010600d5=color/car_orange_800
-010600d6=color/car_orange_900
-010600d7=color/car_pink_100
-010600d8=color/car_pink_200
-010600d9=color/car_pink_300
-010600da=color/car_pink_400
-010600db=color/car_pink_50
-010600dc=color/car_pink_500
-010600dd=color/car_pink_600
-010600de=color/car_pink_700
-010600df=color/car_pink_800
-010600e0=color/car_pink_900
-010600e1=color/car_purple_100
-010600e2=color/car_purple_200
-010600e3=color/car_purple_300
-010600e4=color/car_purple_400
-010600e5=color/car_purple_50
-010600e6=color/car_purple_500
-010600e7=color/car_purple_600
-010600e8=color/car_purple_700
-010600e9=color/car_purple_800
-010600ea=color/car_purple_900
-010600eb=color/car_red_100
-010600ec=color/car_red_200
-010600ed=color/car_red_300
-010600ee=color/car_red_400
-010600ef=color/car_red_50
-010600f0=color/car_red_500
-010600f1=color/car_red_500a
-010600f2=color/car_red_600
-010600f3=color/car_red_700
-010600f4=color/car_red_800
-010600f5=color/car_red_900
-010600f6=color/car_red_a700
-010600f7=color/car_scrollbar_thumb
-010600f8=color/car_scrollbar_thumb_dark
-010600f9=color/car_scrollbar_thumb_inverse
-010600fa=color/car_scrollbar_thumb_light
-010600fb=color/car_seekbar_track_background
-010600fc=color/car_seekbar_track_background_dark
-010600fd=color/car_seekbar_track_background_light
-010600fe=color/car_seekbar_track_secondary_progress
-010600ff=color/car_switch
-01060100=color/car_teal_100
-01060101=color/car_teal_200
-01060102=color/car_teal_300
-01060103=color/car_teal_400
-01060104=color/car_teal_50
-01060105=color/car_teal_500
-01060106=color/car_teal_600
-01060107=color/car_teal_700
-01060108=color/car_teal_800
-01060109=color/car_teal_900
-0106010a=color/car_tint
-0106010b=color/car_tint_dark
-0106010c=color/car_tint_inverse
-0106010d=color/car_tint_light
-0106010e=color/car_title
-0106010f=color/car_title2
-01060110=color/car_title2_dark
-01060111=color/car_title2_light
-01060112=color/car_title_dark
-01060113=color/car_title_light
-01060114=color/car_toast_background
-01060115=color/car_user_switcher_user_image_bgcolor
-01060116=color/car_user_switcher_user_image_fgcolor
-01060117=color/car_white_1000
-01060118=color/car_yellow_100
-01060119=color/car_yellow_200
-0106011a=color/car_yellow_300
-0106011b=color/car_yellow_400
-0106011c=color/car_yellow_50
-0106011d=color/car_yellow_500
-0106011e=color/car_yellow_600
-0106011f=color/car_yellow_700
-01060120=color/car_yellow_800
-01060121=color/car_yellow_900
-01060122=color/chooser_gradient_background
-01060123=color/chooser_gradient_highlight
-01060124=color/chooser_row_divider
-01060125=color/config_defaultNotificationColor
-01060126=color/config_progress_background_tint
-01060127=color/control_checkable_material
-01060128=color/control_default_material
-01060129=color/control_highlight_material
-0106012a=color/conversation_important_highlight
-0106012b=color/datepicker_default_circle_background_color_material_dark
-0106012c=color/datepicker_default_circle_background_color_material_light
-0106012d=color/datepicker_default_disabled_text_color_material_dark
-0106012e=color/datepicker_default_disabled_text_color_material_light
-0106012f=color/datepicker_default_header_dayofweek_background_color_material_dark
-01060130=color/datepicker_default_header_dayofweek_background_color_material_light
-01060131=color/datepicker_default_header_selector_background_material_dark
-01060132=color/datepicker_default_header_selector_background_material_light
-01060133=color/datepicker_default_normal_text_color_material_dark
-01060134=color/datepicker_default_normal_text_color_material_light
-01060135=color/datepicker_default_pressed_text_color_material_dark
-01060136=color/datepicker_default_pressed_text_color_material_light
-01060137=color/datepicker_default_selected_text_color_material_dark
-01060138=color/datepicker_default_selected_text_color_material_light
-01060139=color/datepicker_default_view_animator_color_material_dark
-0106013a=color/datepicker_default_view_animator_color_material_light
-0106013b=color/decor_button_dark_color
-0106013c=color/decor_button_light_color
-0106013d=color/decor_view_status_guard
-0106013e=color/decor_view_status_guard_light
-0106013f=color/default_magnifier_color_overlay
-01060140=color/dim_foreground_dark
-01060141=color/dim_foreground_dark_disabled
-01060142=color/dim_foreground_dark_inverse
-01060143=color/dim_foreground_dark_inverse_disabled
-01060144=color/dim_foreground_disabled_holo_dark
-01060145=color/dim_foreground_disabled_holo_light
-01060146=color/dim_foreground_holo_dark
-01060147=color/dim_foreground_holo_light
-01060148=color/dim_foreground_inverse_disabled_holo_dark
-01060149=color/dim_foreground_inverse_disabled_holo_light
-0106014a=color/dim_foreground_inverse_holo_dark
-0106014b=color/dim_foreground_inverse_holo_light
-0106014c=color/dim_foreground_light
-0106014d=color/dim_foreground_light_disabled
-0106014e=color/dim_foreground_light_inverse
-0106014f=color/dim_foreground_light_inverse_disabled
-01060150=color/edge_effect_device_default_dark
-01060151=color/edge_effect_device_default_light
-01060152=color/error_color_device_default_dark
-01060153=color/error_color_device_default_light
-01060154=color/error_color_material_dark
-01060155=color/error_color_material_light
-01060156=color/facelock_spotlight_mask
-01060157=color/floating_popup_divider_dark
-01060158=color/floating_popup_divider_light
-01060159=color/foreground_device_default_dark
-0106015a=color/foreground_material_dark
-0106015b=color/foreground_material_light
-0106015c=color/group_button_dialog_focused_holo_dark
-0106015d=color/group_button_dialog_focused_holo_light
-0106015e=color/group_button_dialog_pressed_holo_dark
-0106015f=color/group_button_dialog_pressed_holo_light
-01060160=color/highlighted_text_dark
-01060161=color/highlighted_text_holo_dark
-01060162=color/highlighted_text_holo_light
-01060163=color/highlighted_text_light
-01060164=color/highlighted_text_material
-01060165=color/hint_foreground_dark
-01060166=color/hint_foreground_holo_dark
-01060167=color/hint_foreground_holo_light
-01060168=color/hint_foreground_light
-01060169=color/hint_foreground_material_dark
-0106016a=color/hint_foreground_material_light
-0106016b=color/holo_button_normal
-0106016c=color/holo_button_pressed
-0106016d=color/holo_control_activated
-0106016e=color/holo_control_normal
-0106016f=color/holo_gray_bright
-01060170=color/holo_gray_light
-01060171=color/holo_light_button_normal
-01060172=color/holo_light_button_pressed
-01060173=color/holo_light_control_activated
-01060174=color/holo_light_control_normal
-01060175=color/holo_light_primary
-01060176=color/holo_light_primary_dark
-01060177=color/holo_primary
-01060178=color/holo_primary_dark
-01060179=color/instant_app_badge
-0106017a=color/keyguard_avatar_frame_color
-0106017b=color/keyguard_avatar_frame_pressed_color
-0106017c=color/keyguard_avatar_frame_shadow_color
-0106017d=color/keyguard_avatar_nick_color
-0106017e=color/keyguard_text_color_decline
-0106017f=color/keyguard_text_color_normal
-01060180=color/keyguard_text_color_soundoff
-01060181=color/keyguard_text_color_soundon
-01060182=color/keyguard_text_color_unlock
-01060183=color/kg_multi_user_text_active
-01060184=color/kg_multi_user_text_inactive
-01060185=color/kg_widget_pager_gradient
-01060186=color/legacy_button_normal
-01060187=color/legacy_button_pressed
-01060188=color/legacy_control_activated
-01060189=color/legacy_control_normal
-0106018a=color/legacy_green
-0106018b=color/legacy_light_button_normal
-0106018c=color/legacy_light_button_pressed
-0106018d=color/legacy_light_control_activated
-0106018e=color/legacy_light_control_normal
-0106018f=color/legacy_light_primary
-01060190=color/legacy_light_primary_dark
-01060191=color/legacy_long_pressed_highlight
-01060192=color/legacy_orange
-01060193=color/legacy_pressed_highlight
-01060194=color/legacy_primary
-01060195=color/legacy_primary_dark
-01060196=color/legacy_selected_highlight
-01060197=color/lighter_gray
-01060198=color/link_text_dark
-01060199=color/link_text_holo_dark
-0106019a=color/link_text_holo_light
-0106019b=color/link_text_light
-0106019c=color/list_divider_color_dark
-0106019d=color/list_divider_color_light
-0106019e=color/list_divider_opacity_device_default_dark
-0106019f=color/list_divider_opacity_device_default_light
-010601a0=color/list_divider_opacity_material
-010601a1=color/list_highlight_material
-010601a2=color/loading_gradient_background_color_dark
-010601a3=color/loading_gradient_background_color_light
-010601a4=color/loading_gradient_highlight_color_dark
-010601a5=color/loading_gradient_highlight_color_light
-010601a6=color/lock_pattern_view_regular_color
-010601a7=color/lock_pattern_view_success_color
-010601a8=color/lockscreen_clock_am_pm
-010601a9=color/lockscreen_clock_background
-010601aa=color/lockscreen_clock_foreground
-010601ab=color/lockscreen_owner_info
-010601ac=color/material_blue_grey_200
-010601ad=color/material_blue_grey_700
-010601ae=color/material_blue_grey_800
-010601af=color/material_blue_grey_900
-010601b0=color/material_blue_grey_950
-010601b1=color/material_deep_teal_100
-010601b2=color/material_deep_teal_200
-010601b3=color/material_deep_teal_300
-010601b4=color/material_deep_teal_500
-010601b5=color/material_grey_100
-010601b6=color/material_grey_200
-010601b7=color/material_grey_300
-010601b8=color/material_grey_50
-010601b9=color/material_grey_600
-010601ba=color/material_grey_800
-010601bb=color/material_grey_850
-010601bc=color/material_grey_900
-010601bd=color/material_red_A100
-010601be=color/material_red_A700
-010601bf=color/micro_text_light
-010601c0=color/navigation_bar_divider_device_default_settings
-010601c1=color/notification_action_button_text_color
-010601c2=color/notification_action_list
-010601c3=color/notification_action_list_background_color
-010601c4=color/notification_default_color
-010601c5=color/notification_default_color_dark
-010601c6=color/notification_default_color_light
-010601c7=color/notification_material_background_color
-010601c8=color/notification_primary_text_color_dark
-010601c9=color/notification_primary_text_color_light
-010601ca=color/notification_progress_background_color
-010601cb=color/notification_secondary_text_color_dark
-010601cc=color/notification_secondary_text_color_light
-010601cd=color/perms_dangerous_grp_color
-010601ce=color/perms_dangerous_perm_color
-010601cf=color/personal_apps_suspension_notification_color
-010601d0=color/primary_dark_device_default_dark
-010601d1=color/primary_dark_device_default_light
-010601d2=color/primary_dark_device_default_settings
-010601d3=color/primary_dark_device_default_settings_light
-010601d4=color/primary_dark_material_dark
-010601d5=color/primary_dark_material_light
-010601d6=color/primary_dark_material_light_light_status_bar
-010601d7=color/primary_dark_material_settings
-010601d8=color/primary_dark_material_settings_light
-010601d9=color/primary_device_default_dark
-010601da=color/primary_device_default_light
-010601db=color/primary_device_default_settings
-010601dc=color/primary_device_default_settings_light
-010601dd=color/primary_material_dark
-010601de=color/primary_material_light
-010601df=color/primary_material_settings
-010601e0=color/primary_material_settings_light
-010601e1=color/primary_text_dark_disable_only
-010601e2=color/primary_text_dark_focused
-010601e3=color/primary_text_default_material_dark
-010601e4=color/primary_text_default_material_light
-010601e5=color/primary_text_disable_only_holo_dark
-010601e6=color/primary_text_disable_only_holo_light
-010601e7=color/primary_text_disable_only_material_dark
-010601e8=color/primary_text_disable_only_material_light
-010601e9=color/primary_text_focused_holo_dark
-010601ea=color/primary_text_holo_dark
-010601eb=color/primary_text_holo_light
-010601ec=color/primary_text_inverse_when_activated_material
-010601ed=color/primary_text_leanback_dark
-010601ee=color/primary_text_leanback_formwizard_dark
-010601ef=color/primary_text_leanback_formwizard_default_dark
-010601f0=color/primary_text_leanback_light
-010601f1=color/primary_text_light_disable_only
-010601f2=color/primary_text_material_dark
-010601f3=color/primary_text_material_light
-010601f4=color/primary_text_nodisable_holo_dark
-010601f5=color/primary_text_nodisable_holo_light
-010601f6=color/primary_text_secondary_when_activated_material
-010601f7=color/primary_text_secondary_when_activated_material_inverse
-010601f8=color/profile_badge_1
-010601f9=color/profile_badge_1_dark
-010601fa=color/profile_badge_2
-010601fb=color/profile_badge_2_dark
-010601fc=color/profile_badge_3
-010601fd=color/profile_badge_3_dark
-010601fe=color/quaternary_device_default_settings
-010601ff=color/quaternary_material_settings
-01060200=color/ratingbar_background_material
-01060201=color/red
-01060202=color/resize_shadow_end_color
-01060203=color/resize_shadow_start_color
-01060204=color/resolver_empty_state_icon
-01060205=color/resolver_empty_state_text
-01060206=color/resolver_text_color_secondary_dark
-01060207=color/ripple_material_dark
-01060208=color/ripple_material_light
-01060209=color/safe_mode_text
-0106020a=color/search_url_text
-0106020b=color/search_url_text_holo
-0106020c=color/search_url_text_material_dark
-0106020d=color/search_url_text_material_light
-0106020e=color/search_url_text_normal
-0106020f=color/search_url_text_pressed
-01060210=color/search_url_text_selected
-01060211=color/search_widget_corpus_item_background
-01060212=color/secondary_device_default_settings
-01060213=color/secondary_device_default_settings_light
-01060214=color/secondary_material_settings
-01060215=color/secondary_material_settings_light
-01060216=color/secondary_text_default_material_dark
-01060217=color/secondary_text_default_material_light
-01060218=color/secondary_text_holo_dark
-01060219=color/secondary_text_holo_light
-0106021a=color/secondary_text_inverse_when_activated_material
-0106021b=color/secondary_text_leanback_dark
-0106021c=color/secondary_text_leanback_light
-0106021d=color/secondary_text_material_dark
-0106021e=color/secondary_text_material_light
-0106021f=color/secondary_text_nodisable_holo_dark
-01060220=color/secondary_text_nodisable_holo_light
-01060221=color/secondary_text_nofocus
-01060222=color/seekbar_track_progress_material
-01060223=color/shadow
-01060224=color/sliding_tab_text_color_active
-01060225=color/sliding_tab_text_color_shadow
-01060226=color/suggestion_highlight_text
-01060227=color/switch_thumb_disabled_material_dark
-01060228=color/switch_thumb_disabled_material_light
-01060229=color/switch_thumb_material_dark
-0106022a=color/switch_thumb_material_light
-0106022b=color/switch_thumb_normal_material_dark
-0106022c=color/switch_thumb_normal_material_light
-0106022d=color/switch_thumb_watch_default_dark
-0106022e=color/switch_track_material
-0106022f=color/switch_track_watch_default_dark
-01060230=color/system_bar_background_semi_transparent
-01060231=color/tab_highlight_material
-01060232=color/tab_indicator_material
-01060233=color/tab_indicator_text_material
-01060234=color/tab_indicator_text_v4
-01060235=color/tertiary_device_default_settings
-01060236=color/tertiary_material_settings
-01060237=color/tertiary_text_holo_dark
-01060238=color/tertiary_text_holo_light
-01060239=color/text_color_primary
-0106023a=color/text_color_secondary
-0106023b=color/timepicker_default_ampm_selected_background_color_material
-0106023c=color/timepicker_default_ampm_unselected_background_color_material
-0106023d=color/timepicker_default_background_material
-0106023e=color/timepicker_default_numbers_background_color_material
-0106023f=color/timepicker_default_selector_color_material
-01060240=color/timepicker_default_text_color_material
-01060241=color/tooltip_background_dark
-01060242=color/tooltip_background_light
-01060243=color/user_icon_1
-01060244=color/user_icon_2
-01060245=color/user_icon_3
-01060246=color/user_icon_4
-01060247=color/user_icon_5
-01060248=color/user_icon_6
-01060249=color/user_icon_7
-0106024a=color/user_icon_8
-0106024b=color/user_icon_default_gray
-0106024c=color/user_icon_default_white
-0106024d=color/white_disabled_material
+0106001d=color/system_neutral1_0
+0106001e=color/system_neutral1_10
+0106001f=color/system_neutral1_50
+01060020=color/system_neutral1_100
+01060021=color/system_neutral1_200
+01060022=color/system_neutral1_300
+01060023=color/system_neutral1_400
+01060024=color/system_neutral1_500
+01060025=color/system_neutral1_600
+01060026=color/system_neutral1_700
+01060027=color/system_neutral1_800
+01060028=color/system_neutral1_900
+01060029=color/system_neutral1_1000
+0106002a=color/system_neutral2_0
+0106002b=color/system_neutral2_10
+0106002c=color/system_neutral2_50
+0106002d=color/system_neutral2_100
+0106002e=color/system_neutral2_200
+0106002f=color/system_neutral2_300
+01060030=color/system_neutral2_400
+01060031=color/system_neutral2_500
+01060032=color/system_neutral2_600
+01060033=color/system_neutral2_700
+01060034=color/system_neutral2_800
+01060035=color/system_neutral2_900
+01060036=color/system_neutral2_1000
+01060037=color/system_accent1_0
+01060038=color/system_accent1_10
+01060039=color/system_accent1_50
+0106003a=color/system_accent1_100
+0106003b=color/system_accent1_200
+0106003c=color/system_accent1_300
+0106003d=color/system_accent1_400
+0106003e=color/system_accent1_500
+0106003f=color/system_accent1_600
+01060040=color/system_accent1_700
+01060041=color/system_accent1_800
+01060042=color/system_accent1_900
+01060043=color/system_accent1_1000
+01060044=color/system_accent2_0
+01060045=color/system_accent2_10
+01060046=color/system_accent2_50
+01060047=color/system_accent2_100
+01060048=color/system_accent2_200
+01060049=color/system_accent2_300
+0106004a=color/system_accent2_400
+0106004b=color/system_accent2_500
+0106004c=color/system_accent2_600
+0106004d=color/system_accent2_700
+0106004e=color/system_accent2_800
+0106004f=color/system_accent2_900
+01060050=color/system_accent2_1000
+01060051=color/system_accent3_0
+01060052=color/system_accent3_10
+01060053=color/system_accent3_50
+01060054=color/system_accent3_100
+01060055=color/system_accent3_200
+01060056=color/system_accent3_300
+01060057=color/system_accent3_400
+01060058=color/system_accent3_500
+01060059=color/system_accent3_600
+0106005a=color/system_accent3_700
+0106005b=color/system_accent3_800
+0106005c=color/system_accent3_900
+0106005d=color/system_accent3_1000
+0106005e=color/system_primary_container_light
+0106005f=color/system_on_primary_container_light
+01060060=color/system_primary_light
+01060061=color/system_on_primary_light
+01060062=color/system_secondary_container_light
+01060063=color/system_on_secondary_container_light
+01060064=color/system_secondary_light
+01060065=color/system_on_secondary_light
+01060066=color/system_tertiary_container_light
+01060067=color/system_on_tertiary_container_light
+01060068=color/system_tertiary_light
+01060069=color/system_on_tertiary_light
+0106006a=color/system_background_light
+0106006b=color/system_on_background_light
+0106006c=color/system_surface_light
+0106006d=color/system_on_surface_light
+0106006e=color/system_surface_container_low_light
+0106006f=color/system_surface_container_lowest_light
+01060070=color/system_surface_container_light
+01060071=color/system_surface_container_high_light
+01060072=color/system_surface_container_highest_light
+01060073=color/system_surface_bright_light
+01060074=color/system_surface_dim_light
+01060075=color/system_surface_variant_light
+01060076=color/system_on_surface_variant_light
+01060077=color/system_outline_light
+01060078=color/system_error_light
+01060079=color/system_on_error_light
+0106007a=color/system_error_container_light
+0106007b=color/system_on_error_container_light
+0106007c=color/system_control_activated_light
+0106007d=color/system_control_normal_light
+0106007e=color/system_control_highlight_light
+0106007f=color/system_text_primary_inverse_light
+01060080=color/system_text_secondary_and_tertiary_inverse_light
+01060081=color/system_text_primary_inverse_disable_only_light
+01060082=color/system_text_secondary_and_tertiary_inverse_disabled_light
+01060083=color/system_text_hint_inverse_light
+01060084=color/system_palette_key_color_primary_light
+01060085=color/system_palette_key_color_secondary_light
+01060086=color/system_palette_key_color_tertiary_light
+01060087=color/system_palette_key_color_neutral_light
+01060088=color/system_palette_key_color_neutral_variant_light
+01060089=color/system_primary_container_dark
+0106008a=color/system_on_primary_container_dark
+0106008b=color/system_primary_dark
+0106008c=color/system_on_primary_dark
+0106008d=color/system_secondary_container_dark
+0106008e=color/system_on_secondary_container_dark
+0106008f=color/system_secondary_dark
+01060090=color/system_on_secondary_dark
+01060091=color/system_tertiary_container_dark
+01060092=color/system_on_tertiary_container_dark
+01060093=color/system_tertiary_dark
+01060094=color/system_on_tertiary_dark
+01060095=color/system_background_dark
+01060096=color/system_on_background_dark
+01060097=color/system_surface_dark
+01060098=color/system_on_surface_dark
+01060099=color/system_surface_container_low_dark
+0106009a=color/system_surface_container_lowest_dark
+0106009b=color/system_surface_container_dark
+0106009c=color/system_surface_container_high_dark
+0106009d=color/system_surface_container_highest_dark
+0106009e=color/system_surface_bright_dark
+0106009f=color/system_surface_dim_dark
+010600a0=color/system_surface_variant_dark
+010600a1=color/system_on_surface_variant_dark
+010600a2=color/system_outline_dark
+010600a3=color/system_error_dark
+010600a4=color/system_on_error_dark
+010600a5=color/system_error_container_dark
+010600a6=color/system_on_error_container_dark
+010600a7=color/system_control_activated_dark
+010600a8=color/system_control_normal_dark
+010600a9=color/system_control_highlight_dark
+010600aa=color/system_text_primary_inverse_dark
+010600ab=color/system_text_secondary_and_tertiary_inverse_dark
+010600ac=color/system_text_primary_inverse_disable_only_dark
+010600ad=color/system_text_secondary_and_tertiary_inverse_disabled_dark
+010600ae=color/system_text_hint_inverse_dark
+010600af=color/system_palette_key_color_primary_dark
+010600b0=color/system_palette_key_color_secondary_dark
+010600b1=color/system_palette_key_color_tertiary_dark
+010600b2=color/system_palette_key_color_neutral_dark
+010600b3=color/system_palette_key_color_neutral_variant_dark
+010600b4=color/system_primary_fixed
+010600b5=color/system_primary_fixed_dim
+010600b6=color/system_on_primary_fixed
+010600b7=color/system_on_primary_fixed_variant
+010600b8=color/system_secondary_fixed
+010600b9=color/system_secondary_fixed_dim
+010600ba=color/system_on_secondary_fixed
+010600bb=color/system_on_secondary_fixed_variant
+010600bc=color/system_tertiary_fixed
+010600bd=color/system_tertiary_fixed_dim
+010600be=color/system_on_tertiary_fixed
+010600bf=color/system_on_tertiary_fixed_variant
+010600c0=color/system_outline_variant_light
+010600c1=color/system_outline_variant_dark
+010600c2=color/system_surface_disabled
+010600c3=color/system_on_surface_disabled
+010600c4=color/system_outline_disabled
+010600c5=color/system_error_0
+010600c6=color/system_error_10
+010600c7=color/system_error_50
+010600c8=color/system_error_100
+010600c9=color/system_error_200
+010600ca=color/system_error_300
+010600cb=color/system_error_400
+010600cc=color/system_error_500
+010600cd=color/system_error_600
+010600ce=color/system_error_700
+010600cf=color/system_error_800
+010600d0=color/system_error_900
+010600d1=color/system_error_1000
+010600d2=color/GM2_grey_800
+010600d3=color/SIM_color_blue
+010600d4=color/SIM_color_cyan
+010600d5=color/SIM_color_green
+010600d6=color/SIM_color_orange
+010600d7=color/SIM_color_pink
+010600d8=color/SIM_color_purple
+010600d9=color/SIM_dark_mode_color_blue
+010600da=color/SIM_dark_mode_color_cyan
+010600db=color/SIM_dark_mode_color_green
+010600dc=color/SIM_dark_mode_color_orange
+010600dd=color/SIM_dark_mode_color_pink
+010600de=color/SIM_dark_mode_color_purple
+010600df=color/accent_device_default
+010600e0=color/accent_device_default_dark
+010600e1=color/accent_device_default_light
+010600e2=color/accent_material_dark
+010600e3=color/accent_material_light
+010600e4=color/accent_primary_device_default
+010600e5=color/accent_primary_variant_dark_device_default
+010600e6=color/accent_primary_variant_light_device_default
+010600e7=color/accent_secondary_device_default
+010600e8=color/accent_secondary_variant_dark_device_default
+010600e9=color/accent_secondary_variant_light_device_default
+010600ea=color/accent_tertiary_device_default
+010600eb=color/accent_tertiary_variant_dark_device_default
+010600ec=color/accent_tertiary_variant_light_device_default
+010600ed=color/accessibility_color_inversion_background
+010600ee=color/accessibility_daltonizer_background
+010600ef=color/accessibility_feature_background
+010600f0=color/accessibility_focus_highlight_color
+010600f1=color/accessibility_magnification_background
+010600f2=color/accessibility_magnification_thumbnail_background_color
+010600f3=color/accessibility_magnification_thumbnail_container_background_color
+010600f4=color/accessibility_magnification_thumbnail_container_stroke_color
+010600f5=color/accessibility_magnification_thumbnail_stroke_color
+010600f6=color/activity_embedding_divider_color
+010600f7=color/activity_embedding_divider_color_pressed
+010600f8=color/autofill_background_material_dark
+010600f9=color/autofill_background_material_light
+010600fa=color/autofilled_highlight
+010600fb=color/background_cache_hint_selector_device_default
+010600fc=color/background_cache_hint_selector_holo_dark
+010600fd=color/background_cache_hint_selector_holo_light
+010600fe=color/background_cache_hint_selector_material_dark
+010600ff=color/background_cache_hint_selector_material_light
+01060100=color/background_device_default_dark
+01060101=color/background_device_default_light
+01060102=color/background_floating_device_default_dark
+01060103=color/background_floating_device_default_light
+01060104=color/background_floating_material_dark
+01060105=color/background_floating_material_light
+01060106=color/background_holo_dark
+01060107=color/background_holo_light
+01060108=color/background_leanback_dark
+01060109=color/background_material_dark
+0106010a=color/background_material_light
+0106010b=color/bright_foreground_dark
+0106010c=color/bright_foreground_dark_disabled
+0106010d=color/bright_foreground_dark_inverse
+0106010e=color/bright_foreground_disabled_holo_dark
+0106010f=color/bright_foreground_disabled_holo_light
+01060110=color/bright_foreground_holo_dark
+01060111=color/bright_foreground_holo_light
+01060112=color/bright_foreground_inverse_holo_dark
+01060113=color/bright_foreground_inverse_holo_light
+01060114=color/bright_foreground_light
+01060115=color/bright_foreground_light_disabled
+01060116=color/bright_foreground_light_inverse
+01060117=color/btn_colored_background_material
+01060118=color/btn_colored_borderless_text_material
+01060119=color/btn_colored_text_material
+0106011a=color/btn_default_material_dark
+0106011b=color/btn_default_material_light
+0106011c=color/btn_leanback_color
+0106011d=color/btn_leanback_focused
+0106011e=color/btn_leanback_text_color
+0106011f=color/btn_leanback_unfocused
+01060120=color/btn_text_leanback_focused
+01060121=color/btn_text_leanback_unfocused
+01060122=color/btn_watch_default_dark
+01060123=color/button_material_dark
+01060124=color/button_material_light
+01060125=color/button_normal_device_default_dark
+01060126=color/call_notification_answer_color
+01060127=color/call_notification_decline_color
+01060128=color/car_accent
+01060129=color/car_accent_dark
+0106012a=color/car_accent_light
+0106012b=color/car_action1
+0106012c=color/car_action1_dark
+0106012d=color/car_action1_light
+0106012e=color/car_background
+0106012f=color/car_blue_100
+01060130=color/car_blue_200
+01060131=color/car_blue_300
+01060132=color/car_blue_400
+01060133=color/car_blue_50
+01060134=color/car_blue_500
+01060135=color/car_blue_600
+01060136=color/car_blue_700
+01060137=color/car_blue_800
+01060138=color/car_blue_900
+01060139=color/car_blue_grey_800
+0106013a=color/car_blue_grey_900
+0106013b=color/car_body1
+0106013c=color/car_body1_dark
+0106013d=color/car_body1_light
+0106013e=color/car_body2
+0106013f=color/car_body2_dark
+01060140=color/car_body2_light
+01060141=color/car_body3
+01060142=color/car_body3_dark
+01060143=color/car_body3_light
+01060144=color/car_body4
+01060145=color/car_body4_dark
+01060146=color/car_body4_light
+01060147=color/car_borderless_button_text_color
+01060148=color/car_button_text_color
+01060149=color/car_card
+0106014a=color/car_card_dark
+0106014b=color/car_card_light
+0106014c=color/car_card_ripple_background
+0106014d=color/car_card_ripple_background_dark
+0106014e=color/car_card_ripple_background_inverse
+0106014f=color/car_card_ripple_background_light
+01060150=color/car_colorPrimary
+01060151=color/car_colorPrimaryDark
+01060152=color/car_colorSecondary
+01060153=color/car_cyan_100
+01060154=color/car_cyan_200
+01060155=color/car_cyan_300
+01060156=color/car_cyan_400
+01060157=color/car_cyan_50
+01060158=color/car_cyan_500
+01060159=color/car_cyan_600
+0106015a=color/car_cyan_700
+0106015b=color/car_cyan_800
+0106015c=color/car_cyan_900
+0106015d=color/car_dark_blue_grey_1000
+0106015e=color/car_dark_blue_grey_600
+0106015f=color/car_dark_blue_grey_700
+01060160=color/car_dark_blue_grey_800
+01060161=color/car_dark_blue_grey_900
+01060162=color/car_green_100
+01060163=color/car_green_200
+01060164=color/car_green_300
+01060165=color/car_green_400
+01060166=color/car_green_50
+01060167=color/car_green_500
+01060168=color/car_green_600
+01060169=color/car_green_700
+0106016a=color/car_green_800
+0106016b=color/car_green_900
+0106016c=color/car_grey_100
+0106016d=color/car_grey_1000
+0106016e=color/car_grey_200
+0106016f=color/car_grey_300
+01060170=color/car_grey_400
+01060171=color/car_grey_50
+01060172=color/car_grey_500
+01060173=color/car_grey_600
+01060174=color/car_grey_700
+01060175=color/car_grey_746
+01060176=color/car_grey_772
+01060177=color/car_grey_800
+01060178=color/car_grey_846
+01060179=color/car_grey_868
+0106017a=color/car_grey_900
+0106017b=color/car_grey_928
+0106017c=color/car_grey_958
+0106017d=color/car_grey_972
+0106017e=color/car_headline1
+0106017f=color/car_headline1_dark
+01060180=color/car_headline1_light
+01060181=color/car_headline2
+01060182=color/car_headline2_dark
+01060183=color/car_headline2_light
+01060184=color/car_headline3
+01060185=color/car_headline3_dark
+01060186=color/car_headline3_light
+01060187=color/car_headline4
+01060188=color/car_headline4_dark
+01060189=color/car_headline4_light
+0106018a=color/car_highlight
+0106018b=color/car_highlight_dark
+0106018c=color/car_highlight_light
+0106018d=color/car_keyboard_divider_line
+0106018e=color/car_keyboard_text_primary_color
+0106018f=color/car_keyboard_text_secondary_color
+01060190=color/car_light_blue_300
+01060191=color/car_light_blue_500
+01060192=color/car_light_blue_600
+01060193=color/car_light_blue_700
+01060194=color/car_light_blue_800
+01060195=color/car_light_blue_900
+01060196=color/car_list_divider
+01060197=color/car_list_divider_dark
+01060198=color/car_list_divider_light
+01060199=color/car_orange_100
+0106019a=color/car_orange_200
+0106019b=color/car_orange_300
+0106019c=color/car_orange_400
+0106019d=color/car_orange_50
+0106019e=color/car_orange_500
+0106019f=color/car_orange_600
+010601a0=color/car_orange_700
+010601a1=color/car_orange_800
+010601a2=color/car_orange_900
+010601a3=color/car_pink_100
+010601a4=color/car_pink_200
+010601a5=color/car_pink_300
+010601a6=color/car_pink_400
+010601a7=color/car_pink_50
+010601a8=color/car_pink_500
+010601a9=color/car_pink_600
+010601aa=color/car_pink_700
+010601ab=color/car_pink_800
+010601ac=color/car_pink_900
+010601ad=color/car_purple_100
+010601ae=color/car_purple_200
+010601af=color/car_purple_300
+010601b0=color/car_purple_400
+010601b1=color/car_purple_50
+010601b2=color/car_purple_500
+010601b3=color/car_purple_600
+010601b4=color/car_purple_700
+010601b5=color/car_purple_800
+010601b6=color/car_purple_900
+010601b7=color/car_red_100
+010601b8=color/car_red_200
+010601b9=color/car_red_300
+010601ba=color/car_red_400
+010601bb=color/car_red_50
+010601bc=color/car_red_500
+010601bd=color/car_red_500a
+010601be=color/car_red_600
+010601bf=color/car_red_700
+010601c0=color/car_red_800
+010601c1=color/car_red_900
+010601c2=color/car_red_a700
+010601c3=color/car_scrollbar_thumb
+010601c4=color/car_scrollbar_thumb_dark
+010601c5=color/car_scrollbar_thumb_inverse
+010601c6=color/car_scrollbar_thumb_light
+010601c7=color/car_seekbar_track_background
+010601c8=color/car_seekbar_track_background_dark
+010601c9=color/car_seekbar_track_background_light
+010601ca=color/car_seekbar_track_secondary_progress
+010601cb=color/car_switch
+010601cc=color/car_switch_track
+010601cd=color/car_teal_100
+010601ce=color/car_teal_200
+010601cf=color/car_teal_300
+010601d0=color/car_teal_400
+010601d1=color/car_teal_50
+010601d2=color/car_teal_500
+010601d3=color/car_teal_600
+010601d4=color/car_teal_700
+010601d5=color/car_teal_800
+010601d6=color/car_teal_900
+010601d7=color/car_tint
+010601d8=color/car_tint_dark
+010601d9=color/car_tint_inverse
+010601da=color/car_tint_light
+010601db=color/car_title
+010601dc=color/car_title2
+010601dd=color/car_title2_dark
+010601de=color/car_title2_light
+010601df=color/car_title_dark
+010601e0=color/car_title_light
+010601e1=color/car_toast_background
+010601e2=color/car_user_switcher_user_image_bgcolor
+010601e3=color/car_user_switcher_user_image_fgcolor
+010601e4=color/car_white_1000
+010601e5=color/car_yellow_100
+010601e6=color/car_yellow_200
+010601e7=color/car_yellow_300
+010601e8=color/car_yellow_400
+010601e9=color/car_yellow_50
+010601ea=color/car_yellow_500
+010601eb=color/car_yellow_600
+010601ec=color/car_yellow_700
+010601ed=color/car_yellow_800
+010601ee=color/car_yellow_900
+010601ef=color/chooser_gradient_background
+010601f0=color/chooser_gradient_highlight
+010601f1=color/chooser_row_divider
+010601f2=color/config_defaultNotificationColor
+010601f3=color/config_letterboxBackgroundColor
+010601f4=color/config_progress_background_tint
+010601f5=color/control_checkable_material
+010601f6=color/control_default_material
+010601f7=color/control_highlight_material
+010601f8=color/conversation_important_highlight
+010601f9=color/datepicker_default_circle_background_color_material_dark
+010601fa=color/datepicker_default_circle_background_color_material_light
+010601fb=color/datepicker_default_disabled_text_color_material_dark
+010601fc=color/datepicker_default_disabled_text_color_material_light
+010601fd=color/datepicker_default_header_dayofweek_background_color_material_dark
+010601fe=color/datepicker_default_header_dayofweek_background_color_material_light
+010601ff=color/datepicker_default_header_selector_background_material_dark
+01060200=color/datepicker_default_header_selector_background_material_light
+01060201=color/datepicker_default_normal_text_color_material_dark
+01060202=color/datepicker_default_normal_text_color_material_light
+01060203=color/datepicker_default_pressed_text_color_material_dark
+01060204=color/datepicker_default_pressed_text_color_material_light
+01060205=color/datepicker_default_selected_text_color_material_dark
+01060206=color/datepicker_default_selected_text_color_material_light
+01060207=color/datepicker_default_view_animator_color_material_dark
+01060208=color/datepicker_default_view_animator_color_material_light
+01060209=color/decor_button_dark_color
+0106020a=color/decor_button_light_color
+0106020b=color/decor_view_status_guard
+0106020c=color/decor_view_status_guard_light
+0106020d=color/default_magnifier_color_overlay
+0106020e=color/dim_foreground_dark
+0106020f=color/dim_foreground_dark_disabled
+01060210=color/dim_foreground_dark_inverse
+01060211=color/dim_foreground_dark_inverse_disabled
+01060212=color/dim_foreground_disabled_holo_dark
+01060213=color/dim_foreground_disabled_holo_light
+01060214=color/dim_foreground_holo_dark
+01060215=color/dim_foreground_holo_light
+01060216=color/dim_foreground_inverse_disabled_holo_dark
+01060217=color/dim_foreground_inverse_disabled_holo_light
+01060218=color/dim_foreground_inverse_holo_dark
+01060219=color/dim_foreground_inverse_holo_light
+0106021a=color/dim_foreground_light
+0106021b=color/dim_foreground_light_disabled
+0106021c=color/dim_foreground_light_inverse
+0106021d=color/dim_foreground_light_inverse_disabled
+0106021e=color/edge_effect_device_default_dark
+0106021f=color/edge_effect_device_default_light
+01060220=color/error_color_device_default_dark
+01060221=color/error_color_device_default_light
+01060222=color/error_color_material_dark
+01060223=color/error_color_material_light
+01060224=color/facelock_spotlight_mask
+01060225=color/floating_popup_divider_dark
+01060226=color/floating_popup_divider_light
+01060227=color/foreground_device_default_dark
+01060228=color/foreground_device_default_light
+01060229=color/foreground_material_dark
+0106022a=color/foreground_material_light
+0106022b=color/global_actions_container_background
+0106022c=color/group_button_dialog_focused_holo_dark
+0106022d=color/group_button_dialog_focused_holo_light
+0106022e=color/group_button_dialog_pressed_holo_dark
+0106022f=color/group_button_dialog_pressed_holo_light
+01060230=color/highlighted_text_dark
+01060231=color/highlighted_text_holo_dark
+01060232=color/highlighted_text_holo_light
+01060233=color/highlighted_text_light
+01060234=color/highlighted_text_material
+01060235=color/hint_foreground_dark
+01060236=color/hint_foreground_holo_dark
+01060237=color/hint_foreground_holo_light
+01060238=color/hint_foreground_light
+01060239=color/hint_foreground_material_dark
+0106023a=color/hint_foreground_material_light
+0106023b=color/holo_button_normal
+0106023c=color/holo_button_pressed
+0106023d=color/holo_control_activated
+0106023e=color/holo_control_normal
+0106023f=color/holo_gray_bright
+01060240=color/holo_gray_light
+01060241=color/holo_light_button_normal
+01060242=color/holo_light_button_pressed
+01060243=color/holo_light_control_activated
+01060244=color/holo_light_control_normal
+01060245=color/holo_light_primary
+01060246=color/holo_light_primary_dark
+01060247=color/holo_primary
+01060248=color/holo_primary_dark
+01060249=color/instant_app_badge
+0106024a=color/keyguard_avatar_frame_color
+0106024b=color/keyguard_avatar_frame_pressed_color
+0106024c=color/keyguard_avatar_frame_shadow_color
+0106024d=color/keyguard_avatar_nick_color
+0106024e=color/keyguard_text_color_decline
+0106024f=color/keyguard_text_color_normal
+01060250=color/keyguard_text_color_soundoff
+01060251=color/keyguard_text_color_soundon
+01060252=color/keyguard_text_color_unlock
+01060253=color/kg_multi_user_text_active
+01060254=color/kg_multi_user_text_inactive
+01060255=color/kg_widget_pager_gradient
+01060256=color/language_picker_item_selected_bg
+01060257=color/language_picker_item_selected_indicator
+01060258=color/language_picker_item_selected_stroke
+01060259=color/language_picker_item_text_color
+0106025a=color/language_picker_item_text_color_secondary
+0106025b=color/language_picker_item_text_color_secondary_selected
+0106025c=color/language_picker_item_text_color_selected
+0106025d=color/legacy_button_normal
+0106025e=color/legacy_button_pressed
+0106025f=color/legacy_control_activated
+01060260=color/legacy_control_normal
+01060261=color/legacy_green
+01060262=color/legacy_light_button_normal
+01060263=color/legacy_light_button_pressed
+01060264=color/legacy_light_control_activated
+01060265=color/legacy_light_control_normal
+01060266=color/legacy_light_primary
+01060267=color/legacy_light_primary_dark
+01060268=color/legacy_long_pressed_highlight
+01060269=color/legacy_orange
+0106026a=color/legacy_pressed_highlight
+0106026b=color/legacy_primary
+0106026c=color/legacy_primary_dark
+0106026d=color/legacy_selected_highlight
+0106026e=color/lighter_gray
+0106026f=color/link_text_dark
+01060270=color/link_text_holo_dark
+01060271=color/link_text_holo_light
+01060272=color/link_text_light
+01060273=color/list_divider_color_dark
+01060274=color/list_divider_color_light
+01060275=color/list_divider_opacity_device_default_dark
+01060276=color/list_divider_opacity_device_default_light
+01060277=color/list_divider_opacity_material
+01060278=color/list_highlight_material
+01060279=color/loading_gradient_background_color_dark
+0106027a=color/loading_gradient_background_color_light
+0106027b=color/loading_gradient_highlight_color_dark
+0106027c=color/loading_gradient_highlight_color_light
+0106027d=color/lock_pattern_view_regular_color
+0106027e=color/lock_pattern_view_success_color
+0106027f=color/lockscreen_clock_am_pm
+01060280=color/lockscreen_clock_background
+01060281=color/lockscreen_clock_foreground
+01060282=color/lockscreen_owner_info
+01060283=color/material_blue_grey_200
+01060284=color/material_blue_grey_700
+01060285=color/material_blue_grey_800
+01060286=color/material_blue_grey_900
+01060287=color/material_blue_grey_950
+01060288=color/material_deep_teal_100
+01060289=color/material_deep_teal_200
+0106028a=color/material_deep_teal_300
+0106028b=color/material_deep_teal_500
+0106028c=color/material_grey_100
+0106028d=color/material_grey_200
+0106028e=color/material_grey_300
+0106028f=color/material_grey_50
+01060290=color/material_grey_600
+01060291=color/material_grey_800
+01060292=color/material_grey_850
+01060293=color/material_grey_900
+01060294=color/material_red_A100
+01060295=color/material_red_A700
+01060296=color/micro_text_light
+01060297=color/navigation_bar_compatible
+01060298=color/navigation_bar_default
+01060299=color/navigation_bar_divider_device_default_settings
+0106029a=color/notification_action_button_text_color
+0106029b=color/notification_action_list
+0106029c=color/notification_action_list_background_color
+0106029d=color/notification_default_color
+0106029e=color/notification_default_color_current
+0106029f=color/notification_default_color_dark
+010602a0=color/notification_default_color_light
+010602a1=color/notification_expand_button_state_tint
+010602a2=color/notification_primary_text_color_current
+010602a3=color/notification_primary_text_color_dark
+010602a4=color/notification_primary_text_color_light
+010602a5=color/notification_progress_background_color
+010602a6=color/notification_secondary_text_color_current
+010602a7=color/notification_secondary_text_color_dark
+010602a8=color/notification_secondary_text_color_light
+010602a9=color/overview_background
+010602aa=color/overview_background_dark
+010602ab=color/perms_dangerous_grp_color
+010602ac=color/perms_dangerous_perm_color
+010602ad=color/personal_apps_suspension_notification_color
+010602ae=color/primary_dark_device_default_dark
+010602af=color/primary_dark_device_default_light
+010602b0=color/primary_dark_device_default_settings
+010602b1=color/primary_dark_device_default_settings_light
+010602b2=color/primary_dark_material_dark
+010602b3=color/primary_dark_material_light
+010602b4=color/primary_dark_material_light_light_status_bar
+010602b5=color/primary_dark_material_settings
+010602b6=color/primary_dark_material_settings_light
+010602b7=color/primary_device_default_dark
+010602b8=color/primary_device_default_light
+010602b9=color/primary_device_default_settings
+010602ba=color/primary_device_default_settings_light
+010602bb=color/primary_material_dark
+010602bc=color/primary_material_light
+010602bd=color/primary_material_settings
+010602be=color/primary_material_settings_light
+010602bf=color/primary_text_dark_disable_only
+010602c0=color/primary_text_dark_focused
+010602c1=color/primary_text_default_material_dark
+010602c2=color/primary_text_default_material_light
+010602c3=color/primary_text_disable_only_holo_dark
+010602c4=color/primary_text_disable_only_holo_light
+010602c5=color/primary_text_disable_only_material_dark
+010602c6=color/primary_text_disable_only_material_light
+010602c7=color/primary_text_focused_holo_dark
+010602c8=color/primary_text_holo_dark
+010602c9=color/primary_text_holo_light
+010602ca=color/primary_text_inverse_when_activated_material
+010602cb=color/primary_text_leanback_dark
+010602cc=color/primary_text_leanback_formwizard_dark
+010602cd=color/primary_text_leanback_formwizard_default_dark
+010602ce=color/primary_text_light_disable_only
+010602cf=color/primary_text_material_dark
+010602d0=color/primary_text_material_light
+010602d1=color/primary_text_nodisable_holo_dark
+010602d2=color/primary_text_nodisable_holo_light
+010602d3=color/primary_text_secondary_when_activated_material
+010602d4=color/primary_text_secondary_when_activated_material_inverse
+010602d5=color/profile_badge_1
+010602d6=color/profile_badge_1_dark
+010602d7=color/profile_badge_2
+010602d8=color/profile_badge_2_dark
+010602d9=color/profile_badge_3
+010602da=color/profile_badge_3_dark
+010602db=color/quaternary_device_default_settings
+010602dc=color/quaternary_material_settings
+010602dd=color/ratingbar_background_material
+010602de=color/red
+010602df=color/resolver_accent_ripple
+010602e0=color/resolver_button_text
+010602e1=color/resolver_profile_tab_selected_bg
+010602e2=color/resolver_profile_tab_text
+010602e3=color/resolver_text_color_secondary_dark
+010602e4=color/ripple_material_dark
+010602e5=color/ripple_material_light
+010602e6=color/safe_mode_text
+010602e7=color/search_url_text
+010602e8=color/search_url_text_holo
+010602e9=color/search_url_text_material_dark
+010602ea=color/search_url_text_material_light
+010602eb=color/search_url_text_normal
+010602ec=color/search_url_text_pressed
+010602ed=color/search_url_text_selected
+010602ee=color/search_widget_corpus_item_background
+010602ef=color/secondary_device_default_settings
+010602f0=color/secondary_device_default_settings_light
+010602f1=color/secondary_material_settings
+010602f2=color/secondary_material_settings_light
+010602f3=color/secondary_text_default_material_dark
+010602f4=color/secondary_text_default_material_light
+010602f5=color/secondary_text_holo_dark
+010602f6=color/secondary_text_holo_light
+010602f7=color/secondary_text_inverse_when_activated_material
+010602f8=color/secondary_text_leanback_dark
+010602f9=color/secondary_text_material_dark
+010602fa=color/secondary_text_material_light
+010602fb=color/secondary_text_nodisable_holo_dark
+010602fc=color/secondary_text_nodisable_holo_light
+010602fd=color/secondary_text_nofocus
+010602fe=color/seekbar_track_progress_material
+010602ff=color/shadow
+01060300=color/side_fps_button_color
+01060301=color/side_fps_text_color
+01060302=color/side_fps_toast_background
+01060303=color/sliding_tab_text_color_active
+01060304=color/sliding_tab_text_color_shadow
+01060305=color/suggestion_highlight_text
+01060306=color/surface_dark
+01060307=color/surface_header_dark
+01060308=color/surface_header_light
+01060309=color/surface_highlight_dark
+0106030a=color/surface_highlight_light
+0106030b=color/surface_light
+0106030c=color/surface_variant_dark
+0106030d=color/surface_variant_light
+0106030e=color/switch_thumb_disabled_material_dark
+0106030f=color/switch_thumb_disabled_material_light
+01060310=color/switch_thumb_material_dark
+01060311=color/switch_thumb_material_light
+01060312=color/switch_thumb_normal_material_dark
+01060313=color/switch_thumb_normal_material_light
+01060314=color/switch_thumb_watch_default_dark
+01060315=color/switch_track_material
+01060316=color/switch_track_watch_default_dark
+01060317=color/system_bar_background_semi_transparent
+01060318=color/system_brand_a_dark
+01060319=color/system_brand_a_light
+0106031a=color/system_brand_b_dark
+0106031b=color/system_brand_b_light
+0106031c=color/system_brand_c_dark
+0106031d=color/system_brand_c_light
+0106031e=color/system_brand_d_dark
+0106031f=color/system_brand_d_light
+01060320=color/system_clock_hour_dark
+01060321=color/system_clock_hour_light
+01060322=color/system_clock_minute_dark
+01060323=color/system_clock_minute_light
+01060324=color/system_clock_second_dark
+01060325=color/system_clock_second_light
+01060326=color/system_on_shade_active_dark
+01060327=color/system_on_shade_active_light
+01060328=color/system_on_shade_active_variant_dark
+01060329=color/system_on_shade_active_variant_light
+0106032a=color/system_on_shade_inactive_dark
+0106032b=color/system_on_shade_inactive_light
+0106032c=color/system_on_shade_inactive_variant_dark
+0106032d=color/system_on_shade_inactive_variant_light
+0106032e=color/system_on_theme_app_dark
+0106032f=color/system_on_theme_app_light
+01060330=color/system_on_theme_app_ring_dark
+01060331=color/system_on_theme_app_ring_light
+01060332=color/system_overview_background_dark
+01060333=color/system_overview_background_light
+01060334=color/system_shade_active_dark
+01060335=color/system_shade_active_light
+01060336=color/system_shade_disabled_dark
+01060337=color/system_shade_disabled_light
+01060338=color/system_shade_inactive_dark
+01060339=color/system_shade_inactive_light
+0106033a=color/system_theme_app_dark
+0106033b=color/system_theme_app_light
+0106033c=color/system_theme_app_ring_dark
+0106033d=color/system_theme_app_ring_light
+0106033e=color/system_under_surface_dark
+0106033f=color/system_under_surface_light
+01060340=color/system_widget_background_dark
+01060341=color/system_widget_background_light
+01060342=color/tab_highlight_material
+01060343=color/tab_indicator_material
+01060344=color/tab_indicator_text_material
+01060345=color/tab_indicator_text_v4
+01060346=color/tertiary_device_default_settings
+01060347=color/tertiary_material_settings
+01060348=color/tertiary_text_holo_dark
+01060349=color/tertiary_text_holo_light
+0106034a=color/text_color_on_accent_device_default
+0106034b=color/text_color_primary
+0106034c=color/text_color_primary_device_default_dark
+0106034d=color/text_color_primary_device_default_light
+0106034e=color/text_color_secondary
+0106034f=color/text_color_secondary_device_default_dark
+01060350=color/text_color_secondary_device_default_light
+01060351=color/text_color_tertiary_device_default_dark
+01060352=color/text_color_tertiary_device_default_light
+01060353=color/timepicker_default_ampm_selected_background_color_material
+01060354=color/timepicker_default_ampm_unselected_background_color_material
+01060355=color/timepicker_default_background_material
+01060356=color/timepicker_default_numbers_background_color_material
+01060357=color/timepicker_default_selector_color_material
+01060358=color/timepicker_default_text_color_material
+01060359=color/tooltip_background_dark
+0106035a=color/tooltip_background_light
+0106035b=color/user_icon_1
+0106035c=color/user_icon_2
+0106035d=color/user_icon_3
+0106035e=color/user_icon_4
+0106035f=color/user_icon_5
+01060360=color/user_icon_6
+01060361=color/user_icon_7
+01060362=color/user_icon_8
+01060363=color/user_icon_default_gray
+01060364=color/user_icon_default_white
+01060365=color/white_disabled_material
01070000=array/emailAddressTypes
01070001=array/imProtocols
01070002=array/organizationTypes
01070003=array/phoneTypes
01070004=array/postalAddressTypes
01070005=array/config_keySystemUuidMapping
-01070006=array/carrier_properties
-01070007=array/common_nicknames
-01070008=array/config_allowedGlobalInstantAppSettings
-01070009=array/config_allowedSecureInstantAppSettings
-0107000a=array/config_allowedSystemInstantAppSettings
-0107000b=array/config_ambientBrighteningThresholds
-0107000c=array/config_ambientDarkeningThresholds
-0107000d=array/config_ambientThresholdLevels
-0107000e=array/config_ambientThresholdsOfPeakRefreshRate
-0107000f=array/config_apfEthTypeBlackList
-01070010=array/config_autoBrightnessButtonBacklightValues
-01070011=array/config_autoBrightnessDisplayValuesNits
-01070012=array/config_autoBrightnessKeyboardBacklightValues
-01070013=array/config_autoBrightnessLcdBacklightValues
-01070014=array/config_autoBrightnessLevels
-01070015=array/config_autoRotationTiltTolerance
-01070016=array/config_availableColorModes
-01070017=array/config_backGestureInsetScales
-01070018=array/config_batteryPackageTypeService
-01070019=array/config_batteryPackageTypeSystem
-0107001a=array/config_biometric_sensors
-0107001b=array/config_brightnessThresholdsOfPeakRefreshRate
-0107001c=array/config_calendarDateVibePattern
-0107001d=array/config_callBarringMMI
-0107001e=array/config_callBarringMMI_for_ims
-0107001f=array/config_cdma_dun_supported_types
-01070020=array/config_cdma_home_system
-01070021=array/config_cdma_international_roaming_indicators
-01070022=array/config_cell_retries_per_error_code
-01070023=array/config_clockTickVibePattern
-01070024=array/config_convert_to_emergency_number_map
-01070025=array/config_defaultFirstUserRestrictions
-01070026=array/config_defaultImperceptibleKillingExemptionPkgs
-01070027=array/config_defaultImperceptibleKillingExemptionProcStates
-01070028=array/config_defaultNotificationVibePattern
-01070029=array/config_defaultPinnerServiceFiles
-0107002a=array/config_default_vm_number
-0107002b=array/config_deviceSpecificSystemServices
-0107002c=array/config_disableApkUnlessMatchedSku_skus_list
-0107002d=array/config_disableApksUnlessMatchedSku_apk_list
-0107002e=array/config_disabledUntilUsedPreinstalledImes
-0107002f=array/config_displayCompositionColorModes
-01070030=array/config_displayCompositionColorSpaces
-01070031=array/config_displayWhiteBalanceAmbientColorTemperatures
-01070032=array/config_displayWhiteBalanceBaseThresholds
-01070033=array/config_displayWhiteBalanceDecreaseThresholds
-01070034=array/config_displayWhiteBalanceDisplayColorTemperatures
-01070035=array/config_displayWhiteBalanceDisplayNominalWhite
-01070036=array/config_displayWhiteBalanceDisplayPrimaries
-01070037=array/config_displayWhiteBalanceHighLightAmbientBiases
-01070038=array/config_displayWhiteBalanceHighLightAmbientBrightnesses
-01070039=array/config_displayWhiteBalanceIncreaseThresholds
-0107003a=array/config_displayWhiteBalanceLowLightAmbientBiases
-0107003b=array/config_displayWhiteBalanceLowLightAmbientBrightnesses
-0107003c=array/config_display_no_service_when_sim_unready
-0107003d=array/config_dropboxLowPriorityTags
-0107003e=array/config_emergency_iso_country_codes
-0107003f=array/config_ephemeralResolverPackage
-01070040=array/config_ethernet_interfaces
-01070041=array/config_face_acquire_biometricprompt_ignorelist
-01070042=array/config_face_acquire_enroll_ignorelist
-01070043=array/config_face_acquire_keyguard_ignorelist
-01070044=array/config_face_acquire_vendor_biometricprompt_ignorelist
-01070045=array/config_face_acquire_vendor_enroll_ignorelist
-01070046=array/config_face_acquire_vendor_keyguard_ignorelist
-01070047=array/config_forceQueryablePackages
-01070048=array/config_globalActionsList
-01070049=array/config_hideWhenDisabled_packageNames
-0107004a=array/config_highRefreshRateBlacklist
-0107004b=array/config_integrityRuleProviderPackages
-0107004c=array/config_jitzygoteBootImagePinnerServiceFiles
-0107004d=array/config_keyboardTapVibePattern
-0107004e=array/config_localPrivateDisplayPorts
-0107004f=array/config_locationExtraPackageNames
-01070050=array/config_locationProviderPackageNames
-01070051=array/config_longPressVibePattern
-01070052=array/config_lteDbmThresholds
-01070053=array/config_minimumBrightnessCurveLux
-01070054=array/config_minimumBrightnessCurveNits
-01070055=array/config_mobile_hotspot_provision_app
-01070056=array/config_mobile_tcp_buffers
-01070057=array/config_networkNotifySwitches
-01070058=array/config_networkSupportedKeepaliveCount
-01070059=array/config_nightDisplayColorTemperatureCoefficients
-0107005a=array/config_nightDisplayColorTemperatureCoefficientsNative
-0107005b=array/config_nonBlockableNotificationPackages
-0107005c=array/config_notificationFallbackVibePattern
-0107005d=array/config_notificationMsgPkgsAllowedAsConvos
-0107005e=array/config_notificationSignalExtractors
-0107005f=array/config_oemUsbModeOverride
-01070060=array/config_packagesExemptFromSuspension
-01070061=array/config_priorityOnlyDndExemptPackages
-01070062=array/config_protectedNetworks
-01070063=array/config_restrictedImagesServices
-01070064=array/config_ringtoneEffectUris
-01070065=array/config_safeModeEnabledVibePattern
-01070066=array/config_screenBrighteningThresholds
-01070067=array/config_screenBrightnessBacklight
-01070068=array/config_screenBrightnessNits
-01070069=array/config_screenDarkeningThresholds
-0107006a=array/config_screenThresholdLevels
-0107006b=array/config_scrollBarrierVibePattern
-0107006c=array/config_serialPorts
-0107006d=array/config_sms_enabled_locking_shift_tables
-0107006e=array/config_sms_enabled_single_shift_tables
-0107006f=array/config_statusBarIcons
-01070070=array/config_system_condition_providers
-01070071=array/config_telephonyEuiccDeviceCapabilities
-01070072=array/config_telephonyHardware
-01070073=array/config_testLocationProviders
-01070074=array/config_tether_bluetooth_regexs
-01070075=array/config_tether_dhcp_range
-01070076=array/config_tether_upstream_types
-01070077=array/config_tether_usb_regexs
-01070078=array/config_tether_wifi_p2p_regexs
-01070079=array/config_tether_wifi_regexs
-0107007a=array/config_tether_wimax_regexs
-0107007b=array/config_toastCrossUserPackages
-0107007c=array/config_twoDigitNumberPattern
-0107007d=array/config_usbHostBlacklist
-0107007e=array/config_virtualKeyVibePattern
-0107007f=array/config_vvmSmsFilterRegexes
-01070080=array/config_wakeonlan_supported_interfaces
-01070081=array/config_wearActivityModeRadios
-01070082=array/cross_profile_apps
-01070083=array/dial_string_replace
-01070084=array/disallowed_apps_managed_device
-01070085=array/disallowed_apps_managed_profile
-01070086=array/disallowed_apps_managed_user
-01070087=array/face_acquired_vendor
-01070088=array/face_error_vendor
-01070089=array/fingerprint_acquired_vendor
-0107008a=array/fingerprint_error_vendor
-0107008b=array/imAddressTypes
-0107008c=array/maps_starting_lat_lng
-0107008d=array/maps_starting_zoom
-0107008e=array/networkAttributes
-0107008f=array/network_switch_type_name
-01070090=array/networks_not_clear_data
-01070091=array/no_ems_support_sim_operators
-01070092=array/non_removable_euicc_slots
-01070093=array/preloaded_color_state_lists
-01070094=array/preloaded_drawables
-01070095=array/preloaded_freeform_multi_window_drawables
-01070096=array/radioAttributes
-01070097=array/required_apps_managed_device
-01070098=array/required_apps_managed_profile
-01070099=array/required_apps_managed_user
-0107009a=array/resolver_target_actions_pin
-0107009b=array/resolver_target_actions_unpin
-0107009c=array/sim_colors
-0107009d=array/special_locale_codes
-0107009e=array/special_locale_names
-0107009f=array/supported_locales
-010700a0=array/unloggable_phone_numbers
-010700a1=array/vendor_allowed_personal_apps_org_owned_device
-010700a2=array/vendor_cross_profile_apps
-010700a3=array/vendor_disallowed_apps_managed_device
-010700a4=array/vendor_disallowed_apps_managed_profile
-010700a5=array/vendor_disallowed_apps_managed_user
-010700a6=array/vendor_required_apps_managed_device
-010700a7=array/vendor_required_apps_managed_profile
-010700a8=array/vendor_required_apps_managed_user
-010700a9=array/wfcOperatorErrorAlertMessages
-010700aa=array/wfcOperatorErrorNotificationMessages
-010700ab=array/wfcSpnFormats
+01070006=array/config_optionalIpSecAlgorithms
+01070007=array/carrier_properties
+01070008=array/cloneable_apps
+01070009=array/common_nicknames
+0107000a=array/config_allowedGlobalInstantAppSettings
+0107000b=array/config_allowedSecureInstantAppSettings
+0107000c=array/config_allowedSystemInstantAppSettings
+0107000d=array/config_ambientBrighteningThresholds
+0107000e=array/config_ambientDarkeningThresholds
+0107000f=array/config_ambientThresholdLevels
+01070010=array/config_ambientThresholdsOfPeakRefreshRate
+01070011=array/config_autoBrightnessButtonBacklightValues
+01070012=array/config_autoBrightnessDisplayValuesNits
+01070013=array/config_autoBrightnessDisplayValuesNitsIdle
+01070014=array/config_autoBrightnessLcdBacklightValues
+01070015=array/config_autoBrightnessLcdBacklightValues_doze
+01070016=array/config_autoBrightnessLevels
+01070017=array/config_autoBrightnessLevelsIdle
+01070018=array/config_autoKeyboardBacklightBrightnessValues
+01070019=array/config_autoKeyboardBacklightDecreaseLuxThreshold
+0107001a=array/config_autoKeyboardBacklightIncreaseLuxThreshold
+0107001b=array/config_autoRotationTiltTolerance
+0107001c=array/config_autoTimeSourcesPriority
+0107001d=array/config_availableColorModes
+0107001e=array/config_backGestureInsetScales
+0107001f=array/config_batteryPackageTypeService
+01070020=array/config_batteryPackageTypeSystem
+01070021=array/config_bg_current_drain_high_threshold_to_bg_restricted
+01070022=array/config_bg_current_drain_high_threshold_to_restricted_bucket
+01070023=array/config_bg_current_drain_threshold_to_bg_restricted
+01070024=array/config_bg_current_drain_threshold_to_restricted_bucket
+01070025=array/config_biometric_sensors
+01070026=array/config_brightnessThresholdsOfPeakRefreshRate
+01070027=array/config_builtInDisplayIsRoundArray
+01070028=array/config_callBarringMMI
+01070029=array/config_callBarringMMI_for_ims
+0107002a=array/config_cameraPrivacyLightAlsLuxThresholds
+0107002b=array/config_cameraPrivacyLightColors
+0107002c=array/config_cdma_dun_supported_types
+0107002d=array/config_cdma_home_system
+0107002e=array/config_cdma_international_roaming_indicators
+0107002f=array/config_cell_retries_per_error_code
+01070030=array/config_clockTickVibePattern
+01070031=array/config_companionDeviceCerts
+01070032=array/config_companionDevicePackages
+01070033=array/config_companionPermSyncEnabledCerts
+01070034=array/config_companionPermSyncEnabledPackages
+01070035=array/config_concurrentDisplayDeviceStates
+01070036=array/config_convert_to_emergency_number_map
+01070037=array/config_defaultAmbientContextServices
+01070038=array/config_defaultCloudSearchServices
+01070039=array/config_defaultFirstUserRestrictions
+0107003a=array/config_defaultImperceptibleKillingExemptionPkgs
+0107003b=array/config_defaultImperceptibleKillingExemptionProcStates
+0107003c=array/config_defaultNotificationVibePattern
+0107003d=array/config_defaultNotificationVibeWaveform
+0107003e=array/config_defaultPinnerServiceFiles
+0107003f=array/config_default_vm_number
+01070040=array/config_deviceSpecificSystemServices
+01070041=array/config_deviceStatesAvailableForAppRequests
+01070042=array/config_deviceStatesOnWhichToSleep
+01070043=array/config_deviceStatesOnWhichToWakeUp
+01070044=array/config_deviceStatesToReverseDefaultDisplayRotationAroundZAxis
+01070045=array/config_deviceTabletopRotations
+01070046=array/config_device_state_postures
+01070047=array/config_disableApkUnlessMatchedSku_skus_list
+01070048=array/config_disableApksUnlessMatchedSku_apk_list
+01070049=array/config_disabledDreamComponents
+0107004a=array/config_disabledUntilUsedPreinstalledImes
+0107004b=array/config_displayCompositionColorModes
+0107004c=array/config_displayCompositionColorSpaces
+0107004d=array/config_displayCutoutApproximationRectArray
+0107004e=array/config_displayCutoutPathArray
+0107004f=array/config_displayCutoutSideOverrideArray
+01070050=array/config_displayShapeArray
+01070051=array/config_displayUniqueIdArray
+01070052=array/config_displayWhiteBalanceAmbientColorTemperatures
+01070053=array/config_displayWhiteBalanceBaseThresholds
+01070054=array/config_displayWhiteBalanceDecreaseThresholds
+01070055=array/config_displayWhiteBalanceDisplayColorTemperatures
+01070056=array/config_displayWhiteBalanceDisplayNominalWhite
+01070057=array/config_displayWhiteBalanceDisplayPrimaries
+01070058=array/config_displayWhiteBalanceDisplayRangeMinimums
+01070059=array/config_displayWhiteBalanceDisplaySteps
+0107005a=array/config_displayWhiteBalanceHighLightAmbientBiases
+0107005b=array/config_displayWhiteBalanceHighLightAmbientBiasesStrong
+0107005c=array/config_displayWhiteBalanceHighLightAmbientBrightnesses
+0107005d=array/config_displayWhiteBalanceHighLightAmbientBrightnessesStrong
+0107005e=array/config_displayWhiteBalanceIncreaseThresholds
+0107005f=array/config_displayWhiteBalanceLowLightAmbientBiases
+01070060=array/config_displayWhiteBalanceLowLightAmbientBiasesStrong
+01070061=array/config_displayWhiteBalanceLowLightAmbientBrightnesses
+01070062=array/config_displayWhiteBalanceLowLightAmbientBrightnessesStrong
+01070063=array/config_displayWhiteBalanceStrongAmbientColorTemperatures
+01070064=array/config_displayWhiteBalanceStrongDisplayColorTemperatures
+01070065=array/config_display_no_service_when_sim_unready
+01070066=array/config_dockExtconStateMapping
+01070067=array/config_doubleClickVibePattern
+01070068=array/config_dozeTapSensorPostureMapping
+01070069=array/config_dropboxLowPriorityTags
+0107006a=array/config_emergency_iso_country_codes
+0107006b=array/config_enabledCredentialProviderService
+0107006c=array/config_ephemeralResolverPackage
+0107006d=array/config_ethernet_interfaces
+0107006e=array/config_face_acquire_biometricprompt_ignorelist
+0107006f=array/config_face_acquire_enroll_ignorelist
+01070070=array/config_face_acquire_keyguard_ignorelist
+01070071=array/config_face_acquire_vendor_biometricprompt_ignorelist
+01070072=array/config_face_acquire_vendor_enroll_ignorelist
+01070073=array/config_face_acquire_vendor_keyguard_ignorelist
+01070074=array/config_fillBuiltInDisplayCutoutArray
+01070075=array/config_foldedDeviceStates
+01070076=array/config_fontManagerServiceCerts
+01070077=array/config_forceQueryablePackages
+01070078=array/config_forceSlowJpegModeList
+01070079=array/config_force_cellular_transport_capabilities
+0107007a=array/config_globalActionsList
+0107007b=array/config_gnssParameters
+0107007c=array/config_halfFoldedDeviceStates
+0107007d=array/config_healthConnectMigrationKnownSigners
+0107007e=array/config_healthConnectRestoreKnownSigners
+0107007f=array/config_hideWhenDisabled_packageNames
+01070080=array/config_highAmbientBrightnessThresholdsOfFixedRefreshRate
+01070081=array/config_highDisplayBrightnessThresholdsOfFixedRefreshRate
+01070082=array/config_highRefreshRateBlacklist
+01070083=array/config_integrityRuleProviderPackages
+01070084=array/config_keep_warming_services
+01070085=array/config_localPrivateDisplayPorts
+01070086=array/config_locationDriverAssistancePackageNames
+01070087=array/config_locationExtraPackageNames
+01070088=array/config_locationProviderPackageNames
+01070089=array/config_loggable_dream_prefixes
+0107008a=array/config_longPressOnPowerDurationSettings
+0107008b=array/config_longPressVibePattern
+0107008c=array/config_lteDbmThresholds
+0107008d=array/config_mainBuiltInDisplayCutoutSideOverride
+0107008e=array/config_mainBuiltInDisplayWaterfallCutout
+0107008f=array/config_mappedColorModes
+01070090=array/config_maskBuiltInDisplayCutoutArray
+01070091=array/config_minimumBrightnessCurveLux
+01070092=array/config_minimumBrightnessCurveNits
+01070093=array/config_mobile_hotspot_provision_app
+01070094=array/config_mobile_tcp_buffers
+01070095=array/config_networkNotifySwitches
+01070096=array/config_networkSupportedKeepaliveCount
+01070097=array/config_network_type_tcp_buffers
+01070098=array/config_nightDisplayColorTemperatureCoefficients
+01070099=array/config_nightDisplayColorTemperatureCoefficientsNative
+0107009a=array/config_nonPreemptibleInputMethods
+0107009b=array/config_notificationFallbackVibePattern
+0107009c=array/config_notificationFallbackVibeWaveform
+0107009d=array/config_notificationMsgPkgsAllowedAsConvos
+0107009e=array/config_notificationSignalExtractors
+0107009f=array/config_ntpServers
+010700a0=array/config_oemUsbModeOverride
+010700a1=array/config_oem_enabled_satellite_country_codes
+010700a2=array/config_openDeviceStates
+010700a3=array/config_packagesExemptFromSuspension
+010700a4=array/config_perDeviceStateRotationLockDefaults
+010700a5=array/config_primaryCredentialProviderService
+010700a6=array/config_priorityOnlyDndExemptPackages
+010700a7=array/config_protectedNetworks
+010700a8=array/config_rearDisplayDeviceStates
+010700a9=array/config_reduceBrightColorsCoefficients
+010700aa=array/config_reduceBrightColorsCoefficientsNonlinear
+010700ab=array/config_requestVibrationParamsForUsages
+010700ac=array/config_restrictedImagesServices
+010700ad=array/config_ringtoneEffectUris
+010700ae=array/config_roundedCornerBottomRadiusAdjustmentArray
+010700af=array/config_roundedCornerBottomRadiusArray
+010700b0=array/config_roundedCornerRadiusAdjustmentArray
+010700b1=array/config_roundedCornerRadiusArray
+010700b2=array/config_roundedCornerTopRadiusAdjustmentArray
+010700b3=array/config_roundedCornerTopRadiusArray
+010700b4=array/config_safeModeEnabledVibePattern
+010700b5=array/config_satellite_providers
+010700b6=array/config_screenBrighteningThresholds
+010700b7=array/config_screenBrightnessBacklight
+010700b8=array/config_screenBrightnessNits
+010700b9=array/config_screenDarkeningThresholds
+010700ba=array/config_screenThresholdLevels
+010700bb=array/config_secondaryBuiltInDisplayCutoutSideOverride
+010700bc=array/config_secondaryBuiltInDisplayWaterfallCutout
+010700bd=array/config_securityStatePackages
+010700be=array/config_serialPorts
+010700bf=array/config_serviceStateLocationAllowedPackages
+010700c0=array/config_sfps_enroll_stage_thresholds
+010700c1=array/config_sfps_sensor_props
+010700c2=array/config_sharedLibrariesLoadedAfterApp
+010700c3=array/config_smallAreaDetectionAllowlist
+010700c4=array/config_sms_enabled_locking_shift_tables
+010700c5=array/config_sms_enabled_single_shift_tables
+010700c6=array/config_statusBarIcons
+010700c7=array/config_supportedDreamComplications
+010700c8=array/config_supported_cellular_usage_settings
+010700c9=array/config_system_condition_providers
+010700ca=array/config_telephonyEuiccDeviceCapabilities
+010700cb=array/config_telephonyHardware
+010700cc=array/config_testLocationProviders
+010700cd=array/config_tether_bluetooth_regexs
+010700ce=array/config_tether_dhcp_range
+010700cf=array/config_tether_upstream_types
+010700d0=array/config_tether_usb_regexs
+010700d1=array/config_tether_wifi_regexs
+010700d2=array/config_toastCrossUserPackages
+010700d3=array/config_trustedAccessibilityServices
+010700d4=array/config_tvExternalInputLoggingDeviceBrandNames
+010700d5=array/config_tvExternalInputLoggingDeviceOnScreenDisplayNames
+010700d6=array/config_twoDigitNumberPattern
+010700d7=array/config_udfps_enroll_stage_thresholds
+010700d8=array/config_udfps_sensor_props
+010700d9=array/config_udfps_touch_detection_options
+010700da=array/config_usbHostDenylist
+010700db=array/config_virtualKeyVibePattern
+010700dc=array/config_vvmSmsFilterRegexes
+010700dd=array/config_waterfallCutoutArray
+010700de=array/config_wearActivityModeRadios
+010700df=array/crossSimSpnFormats
+010700e0=array/cross_profile_apps
+010700e1=array/default_wallpaper_component_per_device_color
+010700e2=array/demo_device_provisioning_known_signers
+010700e3=array/device_state_notification_active_contents
+010700e4=array/device_state_notification_active_titles
+010700e5=array/device_state_notification_names
+010700e6=array/device_state_notification_power_save_contents
+010700e7=array/device_state_notification_power_save_titles
+010700e8=array/device_state_notification_state_identifiers
+010700e9=array/device_state_notification_thermal_contents
+010700ea=array/device_state_notification_thermal_titles
+010700eb=array/dial_string_replace
+010700ec=array/disallowed_apps_managed_device
+010700ed=array/disallowed_apps_managed_profile
+010700ee=array/disallowed_apps_managed_user
+010700ef=array/face_acquired_vendor
+010700f0=array/face_error_vendor
+010700f1=array/fingerprint_acquired_vendor
+010700f2=array/fingerprint_error_vendor
+010700f3=array/imAddressTypes
+010700f4=array/maps_starting_lat_lng
+010700f5=array/maps_starting_zoom
+010700f6=array/networkAttributes
+010700f7=array/network_switch_type_name
+010700f8=array/networks_not_clear_data
+010700f9=array/no_ems_support_sim_operators
+010700fa=array/non_removable_euicc_slots
+010700fb=array/pause_wallpaper_render_when_state_change
+010700fc=array/policy_exempt_apps
+010700fd=array/preloaded_color_state_lists
+010700fe=array/preloaded_drawables
+010700ff=array/preloaded_freeform_multi_window_drawables
+01070100=array/radioAttributes
+01070101=array/required_apps_managed_device
+01070102=array/required_apps_managed_profile
+01070103=array/required_apps_managed_user
+01070104=array/resolver_target_actions_pin
+01070105=array/resolver_target_actions_unpin
+01070106=array/sim_colors
+01070107=array/special_locale_codes
+01070108=array/special_locale_names
+01070109=array/supported_locales
+0107010a=array/unloggable_phone_numbers
+0107010b=array/vendor_cross_profile_apps
+0107010c=array/vendor_disallowed_apps_managed_device
+0107010d=array/vendor_disallowed_apps_managed_profile
+0107010e=array/vendor_disallowed_apps_managed_user
+0107010f=array/vendor_policy_exempt_apps
+01070110=array/vendor_required_apps_managed_device
+01070111=array/vendor_required_apps_managed_profile
+01070112=array/vendor_required_apps_managed_user
+01070113=array/vendor_required_attestation_certificates
+01070114=array/wfcOperatorErrorAlertMessages
+01070115=array/wfcOperatorErrorNotificationMessages
+01070116=array/wfcSpnFormats
+01070117=array/wifi_known_signers
01080000=drawable/alert_dark_frame
01080001=drawable/alert_light_frame
01080002=drawable/arrow_down_float
@@ -7876,10 +9250,10 @@
0108009d=drawable/ic_menu_sort_by_size
0108009e=drawable/$$chooser_direct_share_icon_placeholder__0__0
0108009f=drawable/$$chooser_direct_share_icon_placeholder__1__0
-010800a0=drawable/$chooser_direct_share_icon_placeholder__0
-010800a1=drawable/$chooser_direct_share_icon_placeholder__1
-010800a2=drawable/$ic_accessibility_color_correction__0
-010800a3=drawable/$ic_accessibility_color_correction__1
+010800a0=drawable/$$loading_spinner__1__0
+010800a1=drawable/$chooser_direct_share_icon_placeholder__0
+010800a2=drawable/$chooser_direct_share_icon_placeholder__1
+010800a3=drawable/$input_method_item_background_selected__0
010800a4=drawable/ic_btn_speak_now
010800a5=drawable/dark_header
010800a6=drawable/title_bar_tall
@@ -7897,2126 +9271,2451 @@
010800b2=drawable/dialog_holo_dark_frame
010800b3=drawable/dialog_holo_light_frame
010800b4=drawable/ic_info
-010800b5=drawable/$ic_accessibility_color_inversion__0
-010800b6=drawable/$ic_accessibility_color_inversion__1
-010800b7=drawable/$ic_accessibility_color_inversion__2
-010800b8=drawable/$ic_accessibility_magnification__0
-010800b9=drawable/$ic_accessibility_magnification__1
-010800ba=drawable/$ic_accessibility_magnification__2
-010800bb=drawable/ab_bottom_solid_dark_holo
-010800bc=drawable/ab_bottom_solid_inverse_holo
-010800bd=drawable/ab_bottom_solid_light_holo
-010800be=drawable/ab_bottom_transparent_dark_holo
-010800bf=drawable/ab_bottom_transparent_light_holo
-010800c0=drawable/ab_share_pack_holo_dark
-010800c1=drawable/ab_share_pack_holo_light
-010800c2=drawable/ab_share_pack_material
-010800c3=drawable/ab_share_pack_mtrl_alpha
-010800c4=drawable/ab_solid_dark_holo
-010800c5=drawable/ab_solid_light_holo
-010800c6=drawable/ab_solid_shadow_holo
-010800c7=drawable/ab_solid_shadow_material
-010800c8=drawable/ab_solid_shadow_mtrl_alpha
-010800c9=drawable/ab_stacked_solid_dark_holo
-010800ca=drawable/ab_stacked_solid_inverse_holo
-010800cb=drawable/ab_stacked_solid_light_holo
-010800cc=drawable/ab_stacked_transparent_dark_holo
-010800cd=drawable/ab_stacked_transparent_light_holo
-010800ce=drawable/ab_transparent_dark_holo
-010800cf=drawable/ab_transparent_light_holo
-010800d0=drawable/action_bar_background
-010800d1=drawable/action_bar_divider
-010800d2=drawable/action_bar_item_background_material
-010800d3=drawable/activated_background
-010800d4=drawable/activated_background_holo_dark
-010800d5=drawable/activated_background_holo_light
-010800d6=drawable/activated_background_light
-010800d7=drawable/activated_background_material
-010800d8=drawable/activity_title_bar
-010800d9=drawable/alert_window_layer
-010800da=drawable/android_logotype
-010800db=drawable/app_icon_background
-010800dc=drawable/autofill_dataset_picker_background
-010800dd=drawable/autofilled_highlight
-010800de=drawable/background_holo_dark
-010800df=drawable/background_holo_light
-010800e0=drawable/background_leanback_setup
-010800e1=drawable/battery_charge_background
-010800e2=drawable/blank_tile
-010800e3=drawable/bottomsheet_background
-010800e4=drawable/box
-010800e5=drawable/btn_borderless_material
-010800e6=drawable/btn_borderless_rect
-010800e7=drawable/btn_browser_zoom_fit_page
-010800e8=drawable/btn_browser_zoom_page_overview
-010800e9=drawable/btn_cab_done_default_holo_dark
-010800ea=drawable/btn_cab_done_default_holo_light
-010800eb=drawable/btn_cab_done_focused_holo_dark
-010800ec=drawable/btn_cab_done_focused_holo_light
-010800ed=drawable/btn_cab_done_holo_dark
-010800ee=drawable/btn_cab_done_holo_light
-010800ef=drawable/btn_cab_done_pressed_holo_dark
-010800f0=drawable/btn_cab_done_pressed_holo_light
-010800f1=drawable/btn_check
-010800f2=drawable/btn_check_buttonless_off
-010800f3=drawable/btn_check_buttonless_on
-010800f4=drawable/btn_check_holo_dark
-010800f5=drawable/btn_check_holo_light
-010800f6=drawable/btn_check_label_background
-010800f7=drawable/btn_check_material_anim
-010800f8=drawable/btn_check_off
-010800f9=drawable/btn_check_off_disable
-010800fa=drawable/btn_check_off_disable_focused
-010800fb=drawable/btn_check_off_disable_focused_holo_dark
-010800fc=drawable/btn_check_off_disable_focused_holo_light
-010800fd=drawable/btn_check_off_disable_holo_dark
-010800fe=drawable/btn_check_off_disable_holo_light
-010800ff=drawable/btn_check_off_disabled_focused_holo_dark
-01080100=drawable/btn_check_off_disabled_focused_holo_light
-01080101=drawable/btn_check_off_disabled_holo_dark
-01080102=drawable/btn_check_off_disabled_holo_light
-01080103=drawable/btn_check_off_focused_holo_dark
-01080104=drawable/btn_check_off_focused_holo_light
-01080105=drawable/btn_check_off_holo
-01080106=drawable/btn_check_off_holo_dark
-01080107=drawable/btn_check_off_holo_light
-01080108=drawable/btn_check_off_normal_holo_dark
-01080109=drawable/btn_check_off_normal_holo_light
-0108010a=drawable/btn_check_off_pressed
-0108010b=drawable/btn_check_off_pressed_holo_dark
-0108010c=drawable/btn_check_off_pressed_holo_light
-0108010d=drawable/btn_check_off_selected
-0108010e=drawable/btn_check_on
-0108010f=drawable/btn_check_on_disable
-01080110=drawable/btn_check_on_disable_focused
-01080111=drawable/btn_check_on_disable_focused_holo_light
-01080112=drawable/btn_check_on_disable_holo_dark
-01080113=drawable/btn_check_on_disable_holo_light
-01080114=drawable/btn_check_on_disabled_focused_holo_dark
-01080115=drawable/btn_check_on_disabled_focused_holo_light
-01080116=drawable/btn_check_on_disabled_holo_dark
-01080117=drawable/btn_check_on_disabled_holo_light
-01080118=drawable/btn_check_on_focused_holo_dark
-01080119=drawable/btn_check_on_focused_holo_light
-0108011a=drawable/btn_check_on_holo
-0108011b=drawable/btn_check_on_holo_dark
-0108011c=drawable/btn_check_on_holo_light
-0108011d=drawable/btn_check_on_pressed
-0108011e=drawable/btn_check_on_pressed_holo_dark
-0108011f=drawable/btn_check_on_pressed_holo_light
-01080120=drawable/btn_check_on_selected
-01080121=drawable/btn_checkbox_checked_mtrl
-01080122=drawable/btn_checkbox_checked_to_unchecked_mtrl_animation
-01080123=drawable/btn_checkbox_unchecked_mtrl
-01080124=drawable/btn_checkbox_unchecked_to_checked_mtrl_animation
-01080125=drawable/btn_circle
-01080126=drawable/btn_circle_disable
-01080127=drawable/btn_circle_disable_focused
-01080128=drawable/btn_circle_normal
-01080129=drawable/btn_circle_pressed
-0108012a=drawable/btn_circle_selected
-0108012b=drawable/btn_clock_material
-0108012c=drawable/btn_close
-0108012d=drawable/btn_close_normal
-0108012e=drawable/btn_close_pressed
-0108012f=drawable/btn_close_selected
-01080130=drawable/btn_colored_material
-01080131=drawable/btn_default_disabled_focused_holo_dark
-01080132=drawable/btn_default_disabled_focused_holo_light
-01080133=drawable/btn_default_disabled_holo
-01080134=drawable/btn_default_disabled_holo_dark
-01080135=drawable/btn_default_disabled_holo_light
-01080136=drawable/btn_default_focused_holo
-01080137=drawable/btn_default_focused_holo_dark
-01080138=drawable/btn_default_focused_holo_light
-01080139=drawable/btn_default_holo_dark
-0108013a=drawable/btn_default_holo_light
-0108013b=drawable/btn_default_material
-0108013c=drawable/btn_default_mtrl_shape
-0108013d=drawable/btn_default_normal
-0108013e=drawable/btn_default_normal_disable
-0108013f=drawable/btn_default_normal_disable_focused
-01080140=drawable/btn_default_normal_holo
-01080141=drawable/btn_default_normal_holo_dark
-01080142=drawable/btn_default_normal_holo_light
-01080143=drawable/btn_default_pressed
-01080144=drawable/btn_default_pressed_holo
-01080145=drawable/btn_default_pressed_holo_dark
-01080146=drawable/btn_default_pressed_holo_light
-01080147=drawable/btn_default_selected
-01080148=drawable/btn_default_small_normal
-01080149=drawable/btn_default_small_normal_disable
-0108014a=drawable/btn_default_small_normal_disable_focused
-0108014b=drawable/btn_default_small_pressed
-0108014c=drawable/btn_default_small_selected
-0108014d=drawable/btn_default_transparent
-0108014e=drawable/btn_default_transparent_normal
-0108014f=drawable/btn_dialog_disable
-01080150=drawable/btn_dialog_normal
-01080151=drawable/btn_dialog_pressed
-01080152=drawable/btn_dialog_selected
-01080153=drawable/btn_dropdown_disabled
-01080154=drawable/btn_dropdown_disabled_focused
-01080155=drawable/btn_dropdown_normal
-01080156=drawable/btn_dropdown_pressed
-01080157=drawable/btn_dropdown_selected
-01080158=drawable/btn_erase_default
-01080159=drawable/btn_erase_pressed
-0108015a=drawable/btn_erase_selected
-0108015b=drawable/btn_global_search
-0108015c=drawable/btn_global_search_normal
-0108015d=drawable/btn_group_disabled_holo_dark
-0108015e=drawable/btn_group_disabled_holo_light
-0108015f=drawable/btn_group_focused_holo_dark
-01080160=drawable/btn_group_focused_holo_light
-01080161=drawable/btn_group_holo_dark
-01080162=drawable/btn_group_holo_light
-01080163=drawable/btn_group_normal_holo_dark
-01080164=drawable/btn_group_normal_holo_light
-01080165=drawable/btn_group_pressed_holo_dark
-01080166=drawable/btn_group_pressed_holo_light
-01080167=drawable/btn_keyboard_key
-01080168=drawable/btn_keyboard_key_dark_normal_holo
-01080169=drawable/btn_keyboard_key_dark_normal_off_holo
-0108016a=drawable/btn_keyboard_key_dark_normal_on_holo
-0108016b=drawable/btn_keyboard_key_dark_pressed_holo
-0108016c=drawable/btn_keyboard_key_dark_pressed_off_holo
-0108016d=drawable/btn_keyboard_key_dark_pressed_on_holo
-0108016e=drawable/btn_keyboard_key_fulltrans
-0108016f=drawable/btn_keyboard_key_fulltrans_normal
-01080170=drawable/btn_keyboard_key_fulltrans_normal_off
-01080171=drawable/btn_keyboard_key_fulltrans_normal_on
-01080172=drawable/btn_keyboard_key_fulltrans_pressed
-01080173=drawable/btn_keyboard_key_fulltrans_pressed_off
-01080174=drawable/btn_keyboard_key_fulltrans_pressed_on
-01080175=drawable/btn_keyboard_key_ics
-01080176=drawable/btn_keyboard_key_light_normal_holo
-01080177=drawable/btn_keyboard_key_light_pressed_holo
-01080178=drawable/btn_keyboard_key_material
-01080179=drawable/btn_keyboard_key_normal
-0108017a=drawable/btn_keyboard_key_normal_off
-0108017b=drawable/btn_keyboard_key_normal_on
-0108017c=drawable/btn_keyboard_key_pressed
-0108017d=drawable/btn_keyboard_key_pressed_off
-0108017e=drawable/btn_keyboard_key_pressed_on
-0108017f=drawable/btn_keyboard_key_trans
-01080180=drawable/btn_keyboard_key_trans_normal
-01080181=drawable/btn_keyboard_key_trans_normal_off
-01080182=drawable/btn_keyboard_key_trans_normal_on
-01080183=drawable/btn_keyboard_key_trans_pressed
-01080184=drawable/btn_keyboard_key_trans_pressed_off
-01080185=drawable/btn_keyboard_key_trans_pressed_on
-01080186=drawable/btn_keyboard_key_trans_selected
-01080187=drawable/btn_lock_normal
-01080188=drawable/btn_media_player
-01080189=drawable/btn_media_player_disabled
-0108018a=drawable/btn_media_player_disabled_selected
-0108018b=drawable/btn_media_player_pressed
-0108018c=drawable/btn_media_player_selected
-0108018d=drawable/btn_minus_default
-0108018e=drawable/btn_minus_disable
-0108018f=drawable/btn_minus_disable_focused
-01080190=drawable/btn_minus_pressed
-01080191=drawable/btn_minus_selected
-01080192=drawable/btn_notification_emphasized
-01080193=drawable/btn_plus_default
-01080194=drawable/btn_plus_disable
-01080195=drawable/btn_plus_disable_focused
-01080196=drawable/btn_plus_pressed
-01080197=drawable/btn_plus_selected
-01080198=drawable/btn_radio_holo_dark
-01080199=drawable/btn_radio_holo_light
-0108019a=drawable/btn_radio_label_background
-0108019b=drawable/btn_radio_material_anim
-0108019c=drawable/btn_radio_off
-0108019d=drawable/btn_radio_off_disabled_focused_holo_dark
-0108019e=drawable/btn_radio_off_disabled_focused_holo_light
-0108019f=drawable/btn_radio_off_disabled_holo_dark
-010801a0=drawable/btn_radio_off_disabled_holo_light
-010801a1=drawable/btn_radio_off_focused_holo_dark
-010801a2=drawable/btn_radio_off_focused_holo_light
-010801a3=drawable/btn_radio_off_holo
-010801a4=drawable/btn_radio_off_holo_dark
-010801a5=drawable/btn_radio_off_holo_light
-010801a6=drawable/btn_radio_off_mtrl
-010801a7=drawable/btn_radio_off_pressed
-010801a8=drawable/btn_radio_off_pressed_holo_dark
-010801a9=drawable/btn_radio_off_pressed_holo_light
-010801aa=drawable/btn_radio_off_selected
-010801ab=drawable/btn_radio_off_to_on_mtrl_animation
-010801ac=drawable/btn_radio_on
-010801ad=drawable/btn_radio_on_disabled_focused_holo_dark
-010801ae=drawable/btn_radio_on_disabled_focused_holo_light
-010801af=drawable/btn_radio_on_disabled_holo_dark
-010801b0=drawable/btn_radio_on_disabled_holo_light
-010801b1=drawable/btn_radio_on_focused_holo_dark
-010801b2=drawable/btn_radio_on_focused_holo_light
-010801b3=drawable/btn_radio_on_holo
-010801b4=drawable/btn_radio_on_holo_dark
-010801b5=drawable/btn_radio_on_holo_light
-010801b6=drawable/btn_radio_on_mtrl
-010801b7=drawable/btn_radio_on_mtrl_alpha
-010801b8=drawable/btn_radio_on_pressed
-010801b9=drawable/btn_radio_on_pressed_holo_dark
-010801ba=drawable/btn_radio_on_pressed_holo_light
-010801bb=drawable/btn_radio_on_pressed_mtrl_alpha
-010801bc=drawable/btn_radio_on_selected
-010801bd=drawable/btn_radio_on_to_off_mtrl_animation
-010801be=drawable/btn_rating_star_off_disabled_focused_holo_dark
-010801bf=drawable/btn_rating_star_off_disabled_focused_holo_light
-010801c0=drawable/btn_rating_star_off_disabled_holo_dark
-010801c1=drawable/btn_rating_star_off_disabled_holo_light
-010801c2=drawable/btn_rating_star_off_focused_holo_dark
-010801c3=drawable/btn_rating_star_off_focused_holo_light
-010801c4=drawable/btn_rating_star_off_mtrl_alpha
-010801c5=drawable/btn_rating_star_off_normal
-010801c6=drawable/btn_rating_star_off_normal_holo_dark
-010801c7=drawable/btn_rating_star_off_normal_holo_light
-010801c8=drawable/btn_rating_star_off_pressed
-010801c9=drawable/btn_rating_star_off_pressed_holo_dark
-010801ca=drawable/btn_rating_star_off_pressed_holo_light
-010801cb=drawable/btn_rating_star_off_selected
-010801cc=drawable/btn_rating_star_on_disabled_focused_holo_dark
-010801cd=drawable/btn_rating_star_on_disabled_focused_holo_light
-010801ce=drawable/btn_rating_star_on_disabled_holo_dark
-010801cf=drawable/btn_rating_star_on_disabled_holo_light
-010801d0=drawable/btn_rating_star_on_focused_holo_dark
-010801d1=drawable/btn_rating_star_on_focused_holo_light
-010801d2=drawable/btn_rating_star_on_mtrl_alpha
-010801d3=drawable/btn_rating_star_on_normal
-010801d4=drawable/btn_rating_star_on_normal_holo_dark
-010801d5=drawable/btn_rating_star_on_normal_holo_light
-010801d6=drawable/btn_rating_star_on_pressed
-010801d7=drawable/btn_rating_star_on_pressed_holo_dark
-010801d8=drawable/btn_rating_star_on_pressed_holo_light
-010801d9=drawable/btn_rating_star_on_selected
-010801da=drawable/btn_search_dialog
-010801db=drawable/btn_search_dialog_default
-010801dc=drawable/btn_search_dialog_pressed
-010801dd=drawable/btn_search_dialog_selected
-010801de=drawable/btn_search_dialog_voice
-010801df=drawable/btn_search_dialog_voice_default
-010801e0=drawable/btn_search_dialog_voice_pressed
-010801e1=drawable/btn_search_dialog_voice_selected
-010801e2=drawable/btn_square_overlay
-010801e3=drawable/btn_square_overlay_disabled
-010801e4=drawable/btn_square_overlay_disabled_focused
-010801e5=drawable/btn_square_overlay_normal
-010801e6=drawable/btn_square_overlay_pressed
-010801e7=drawable/btn_square_overlay_selected
-010801e8=drawable/btn_star_big_off_disable
-010801e9=drawable/btn_star_big_off_disable_focused
-010801ea=drawable/btn_star_big_off_pressed
-010801eb=drawable/btn_star_big_off_selected
-010801ec=drawable/btn_star_big_on_disable
-010801ed=drawable/btn_star_big_on_disable_focused
-010801ee=drawable/btn_star_big_on_pressed
-010801ef=drawable/btn_star_big_on_selected
-010801f0=drawable/btn_star_holo_dark
-010801f1=drawable/btn_star_holo_light
-010801f2=drawable/btn_star_label_background
-010801f3=drawable/btn_star_material
-010801f4=drawable/btn_star_mtrl_alpha
-010801f5=drawable/btn_star_off_disabled_focused_holo_dark
-010801f6=drawable/btn_star_off_disabled_focused_holo_light
-010801f7=drawable/btn_star_off_disabled_holo_dark
-010801f8=drawable/btn_star_off_disabled_holo_light
-010801f9=drawable/btn_star_off_focused_holo_dark
-010801fa=drawable/btn_star_off_focused_holo_light
-010801fb=drawable/btn_star_off_normal_holo_dark
-010801fc=drawable/btn_star_off_normal_holo_light
-010801fd=drawable/btn_star_off_pressed_holo_dark
-010801fe=drawable/btn_star_off_pressed_holo_light
-010801ff=drawable/btn_star_on_disabled_focused_holo_dark
-01080200=drawable/btn_star_on_disabled_focused_holo_light
-01080201=drawable/btn_star_on_disabled_holo_dark
-01080202=drawable/btn_star_on_disabled_holo_light
-01080203=drawable/btn_star_on_focused_holo_dark
-01080204=drawable/btn_star_on_focused_holo_light
-01080205=drawable/btn_star_on_normal_holo_dark
-01080206=drawable/btn_star_on_normal_holo_light
-01080207=drawable/btn_star_on_pressed_holo_dark
-01080208=drawable/btn_star_on_pressed_holo_light
-01080209=drawable/btn_switch_to_off_mtrl_00001
-0108020a=drawable/btn_switch_to_off_mtrl_00002
-0108020b=drawable/btn_switch_to_off_mtrl_00003
-0108020c=drawable/btn_switch_to_off_mtrl_00004
-0108020d=drawable/btn_switch_to_off_mtrl_00005
-0108020e=drawable/btn_switch_to_off_mtrl_00006
-0108020f=drawable/btn_switch_to_off_mtrl_00007
-01080210=drawable/btn_switch_to_off_mtrl_00008
-01080211=drawable/btn_switch_to_off_mtrl_00009
-01080212=drawable/btn_switch_to_off_mtrl_00010
-01080213=drawable/btn_switch_to_off_mtrl_00011
-01080214=drawable/btn_switch_to_off_mtrl_00012
-01080215=drawable/btn_switch_to_on_mtrl_00001
-01080216=drawable/btn_switch_to_on_mtrl_00002
-01080217=drawable/btn_switch_to_on_mtrl_00003
-01080218=drawable/btn_switch_to_on_mtrl_00004
-01080219=drawable/btn_switch_to_on_mtrl_00005
-0108021a=drawable/btn_switch_to_on_mtrl_00006
-0108021b=drawable/btn_switch_to_on_mtrl_00007
-0108021c=drawable/btn_switch_to_on_mtrl_00008
-0108021d=drawable/btn_switch_to_on_mtrl_00009
-0108021e=drawable/btn_switch_to_on_mtrl_00010
-0108021f=drawable/btn_switch_to_on_mtrl_00011
-01080220=drawable/btn_switch_to_on_mtrl_00012
-01080221=drawable/btn_toggle
-01080222=drawable/btn_toggle_bg
-01080223=drawable/btn_toggle_holo_dark
-01080224=drawable/btn_toggle_holo_light
-01080225=drawable/btn_toggle_material
-01080226=drawable/btn_toggle_off
-01080227=drawable/btn_toggle_off_disabled_focused_holo_dark
-01080228=drawable/btn_toggle_off_disabled_focused_holo_light
-01080229=drawable/btn_toggle_off_disabled_holo_dark
-0108022a=drawable/btn_toggle_off_disabled_holo_light
-0108022b=drawable/btn_toggle_off_focused_holo_dark
-0108022c=drawable/btn_toggle_off_focused_holo_light
-0108022d=drawable/btn_toggle_off_normal_holo_dark
-0108022e=drawable/btn_toggle_off_normal_holo_light
-0108022f=drawable/btn_toggle_off_pressed_holo_dark
-01080230=drawable/btn_toggle_off_pressed_holo_light
-01080231=drawable/btn_toggle_on
-01080232=drawable/btn_toggle_on_disabled_focused_holo_dark
-01080233=drawable/btn_toggle_on_disabled_focused_holo_light
-01080234=drawable/btn_toggle_on_disabled_holo_dark
-01080235=drawable/btn_toggle_on_disabled_holo_light
-01080236=drawable/btn_toggle_on_focused_holo_dark
-01080237=drawable/btn_toggle_on_focused_holo_light
-01080238=drawable/btn_toggle_on_normal_holo_dark
-01080239=drawable/btn_toggle_on_normal_holo_light
-0108023a=drawable/btn_toggle_on_pressed_holo_dark
-0108023b=drawable/btn_toggle_on_pressed_holo_light
-0108023c=drawable/btn_zoom_down
-0108023d=drawable/btn_zoom_down_disabled
-0108023e=drawable/btn_zoom_down_disabled_focused
-0108023f=drawable/btn_zoom_down_normal
-01080240=drawable/btn_zoom_down_pressed
-01080241=drawable/btn_zoom_down_selected
-01080242=drawable/btn_zoom_page
-01080243=drawable/btn_zoom_page_normal
-01080244=drawable/btn_zoom_page_press
-01080245=drawable/btn_zoom_up
-01080246=drawable/btn_zoom_up_disabled
-01080247=drawable/btn_zoom_up_disabled_focused
-01080248=drawable/btn_zoom_up_normal
-01080249=drawable/btn_zoom_up_pressed
-0108024a=drawable/btn_zoom_up_selected
-0108024b=drawable/button_inset
-0108024c=drawable/cab_background_bottom_holo_dark
-0108024d=drawable/cab_background_bottom_holo_light
-0108024e=drawable/cab_background_bottom_material
-0108024f=drawable/cab_background_bottom_mtrl_alpha
-01080250=drawable/cab_background_top_holo_dark
-01080251=drawable/cab_background_top_holo_light
-01080252=drawable/cab_background_top_material
-01080253=drawable/cab_background_top_mtrl_alpha
-01080254=drawable/call_contact
-01080255=drawable/car_button_background
-01080256=drawable/car_checkbox
-01080257=drawable/car_dialog_button_background
-01080258=drawable/car_seekbar_thumb
-01080259=drawable/car_seekbar_thumb_dark
-0108025a=drawable/car_seekbar_thumb_light
-0108025b=drawable/car_seekbar_track
-0108025c=drawable/car_seekbar_track_dark
-0108025d=drawable/car_seekbar_track_light
-0108025e=drawable/car_switch_thumb
-0108025f=drawable/chooser_action_button_bg
-01080260=drawable/chooser_content_preview_rounded
-01080261=drawable/chooser_dialog_background
-01080262=drawable/chooser_direct_share_icon_placeholder
-01080263=drawable/chooser_direct_share_label_placeholder
-01080264=drawable/chooser_file_generic
-01080265=drawable/chooser_group_background
-01080266=drawable/chooser_pinned_background
-01080267=drawable/chooser_row_layer_list
-01080268=drawable/cling_arrow_up
-01080269=drawable/cling_bg
-0108026a=drawable/cling_button
-0108026b=drawable/cling_button_normal
-0108026c=drawable/cling_button_pressed
-0108026d=drawable/clock_dial
-0108026e=drawable/clock_hand_hour
-0108026f=drawable/clock_hand_minute
-01080270=drawable/code_lock_bottom
-01080271=drawable/code_lock_left
-01080272=drawable/code_lock_top
-01080273=drawable/combobox_disabled
-01080274=drawable/combobox_nohighlight
-01080275=drawable/compass_arrow
-01080276=drawable/compass_base
-01080277=drawable/config_scrollbarThumbVertical
-01080278=drawable/config_scrollbarTrackVertical
-01080279=drawable/contact_header_bg
-0108027a=drawable/control_background_32dp_material
-0108027b=drawable/control_background_40dp_material
-0108027c=drawable/conversation_badge_background
-0108027d=drawable/conversation_badge_ring
-0108027e=drawable/conversation_unread_bg
-0108027f=drawable/create_contact
-01080280=drawable/dark_header_dither
-01080281=drawable/day_picker_week_view_dayline_holo
-01080282=drawable/decor_caption_title
-01080283=drawable/decor_caption_title_focused
-01080284=drawable/decor_caption_title_unfocused
-01080285=drawable/decor_close_button_dark
-01080286=drawable/decor_close_button_light
-01080287=drawable/decor_maximize_button_dark
-01080288=drawable/decor_maximize_button_light
-01080289=drawable/default_lock_wallpaper
-0108028a=drawable/default_wallpaper
-0108028b=drawable/dialog_background_material
-0108028c=drawable/dialog_bottom_holo_dark
-0108028d=drawable/dialog_bottom_holo_light
-0108028e=drawable/dialog_divider_horizontal_holo_dark
-0108028f=drawable/dialog_divider_horizontal_holo_light
-01080290=drawable/dialog_divider_horizontal_light
-01080291=drawable/dialog_full_holo_dark
-01080292=drawable/dialog_full_holo_light
-01080293=drawable/dialog_ic_close_focused_holo_dark
-01080294=drawable/dialog_ic_close_focused_holo_light
-01080295=drawable/dialog_ic_close_normal_holo_dark
-01080296=drawable/dialog_ic_close_normal_holo_light
-01080297=drawable/dialog_ic_close_pressed_holo_dark
-01080298=drawable/dialog_ic_close_pressed_holo_light
-01080299=drawable/dialog_middle_holo
-0108029a=drawable/dialog_middle_holo_dark
-0108029b=drawable/dialog_middle_holo_light
-0108029c=drawable/dialog_top_holo_dark
-0108029d=drawable/dialog_top_holo_light
-0108029e=drawable/divider_horizontal_bright_opaque
-0108029f=drawable/divider_horizontal_dark_opaque
-010802a0=drawable/divider_horizontal_holo_dark
-010802a1=drawable/divider_horizontal_holo_light
-010802a2=drawable/divider_strong_holo
-010802a3=drawable/divider_vertical_bright
-010802a4=drawable/divider_vertical_bright_opaque
-010802a5=drawable/divider_vertical_dark
-010802a6=drawable/divider_vertical_dark_opaque
-010802a7=drawable/divider_vertical_holo_dark
-010802a8=drawable/divider_vertical_holo_light
-010802a9=drawable/dropdown_disabled_focused_holo_dark
-010802aa=drawable/dropdown_disabled_focused_holo_light
-010802ab=drawable/dropdown_disabled_holo_dark
-010802ac=drawable/dropdown_disabled_holo_light
-010802ad=drawable/dropdown_focused_holo_dark
-010802ae=drawable/dropdown_focused_holo_light
-010802af=drawable/dropdown_ic_arrow_disabled_focused_holo_dark
-010802b0=drawable/dropdown_ic_arrow_disabled_focused_holo_light
-010802b1=drawable/dropdown_ic_arrow_disabled_holo_dark
-010802b2=drawable/dropdown_ic_arrow_disabled_holo_light
-010802b3=drawable/dropdown_ic_arrow_focused_holo_dark
-010802b4=drawable/dropdown_ic_arrow_focused_holo_light
-010802b5=drawable/dropdown_ic_arrow_normal_holo_dark
-010802b6=drawable/dropdown_ic_arrow_normal_holo_light
-010802b7=drawable/dropdown_ic_arrow_pressed_holo_dark
-010802b8=drawable/dropdown_ic_arrow_pressed_holo_light
-010802b9=drawable/dropdown_normal_holo_dark
-010802ba=drawable/dropdown_normal_holo_light
-010802bb=drawable/dropdown_pressed_holo_dark
-010802bc=drawable/dropdown_pressed_holo_light
-010802bd=drawable/edit_query
-010802be=drawable/edit_query_background
-010802bf=drawable/edit_query_background_normal
-010802c0=drawable/edit_query_background_pressed
-010802c1=drawable/edit_query_background_selected
-010802c2=drawable/edit_text_holo_dark
-010802c3=drawable/edit_text_holo_light
-010802c4=drawable/edit_text_material
-010802c5=drawable/editbox_background_focus_yellow
-010802c6=drawable/editbox_dropdown_background
-010802c7=drawable/editbox_dropdown_background_dark
-010802c8=drawable/emergency_icon
-010802c9=drawable/emo_im_angel
-010802ca=drawable/emo_im_cool
-010802cb=drawable/emo_im_crying
-010802cc=drawable/emo_im_embarrassed
-010802cd=drawable/emo_im_foot_in_mouth
-010802ce=drawable/emo_im_happy
-010802cf=drawable/emo_im_kissing
-010802d0=drawable/emo_im_laughing
-010802d1=drawable/emo_im_lips_are_sealed
-010802d2=drawable/emo_im_money_mouth
-010802d3=drawable/emo_im_sad
-010802d4=drawable/emo_im_surprised
-010802d5=drawable/emo_im_tongue_sticking_out
-010802d6=drawable/emo_im_undecided
-010802d7=drawable/emo_im_winking
-010802d8=drawable/emo_im_wtf
-010802d9=drawable/emo_im_yelling
-010802da=drawable/emulator_circular_window_overlay
-010802db=drawable/expander_close_holo_dark
-010802dc=drawable/expander_close_holo_light
-010802dd=drawable/expander_close_mtrl_alpha
-010802de=drawable/expander_group
-010802df=drawable/expander_group_holo_dark
-010802e0=drawable/expander_group_holo_light
-010802e1=drawable/expander_group_material
-010802e2=drawable/expander_ic_maximized
-010802e3=drawable/expander_ic_minimized
-010802e4=drawable/expander_open_holo_dark
-010802e5=drawable/expander_open_holo_light
-010802e6=drawable/expander_open_mtrl_alpha
-010802e7=drawable/fastscroll_label_left_holo_dark
-010802e8=drawable/fastscroll_label_left_holo_light
-010802e9=drawable/fastscroll_label_left_material
-010802ea=drawable/fastscroll_label_right_holo_dark
-010802eb=drawable/fastscroll_label_right_holo_light
-010802ec=drawable/fastscroll_label_right_material
-010802ed=drawable/fastscroll_thumb_default_holo
-010802ee=drawable/fastscroll_thumb_holo
-010802ef=drawable/fastscroll_thumb_material
-010802f0=drawable/fastscroll_thumb_pressed_holo
-010802f1=drawable/fastscroll_track_default_holo_dark
-010802f2=drawable/fastscroll_track_default_holo_light
-010802f3=drawable/fastscroll_track_holo_dark
-010802f4=drawable/fastscroll_track_holo_light
-010802f5=drawable/fastscroll_track_material
-010802f6=drawable/fastscroll_track_pressed_holo_dark
-010802f7=drawable/fastscroll_track_pressed_holo_light
-010802f8=drawable/floating_popup_background_dark
-010802f9=drawable/floating_popup_background_light
-010802fa=drawable/focused_application_background_static
-010802fb=drawable/frame_gallery_thumb
-010802fc=drawable/frame_gallery_thumb_pressed
-010802fd=drawable/frame_gallery_thumb_selected
-010802fe=drawable/ft_avd_toarrow
-010802ff=drawable/ft_avd_toarrow_animation
-01080300=drawable/ft_avd_tooverflow
-01080301=drawable/ft_avd_tooverflow_animation
-01080302=drawable/gallery_item_background
-01080303=drawable/gallery_selected_default
-01080304=drawable/gallery_selected_focused
-01080305=drawable/gallery_selected_pressed
-01080306=drawable/gallery_unselected_default
-01080307=drawable/gallery_unselected_pressed
-01080308=drawable/global_action_icon_background
-01080309=drawable/grid_selector_background
-0108030a=drawable/grid_selector_background_focus
-0108030b=drawable/grid_selector_background_pressed
-0108030c=drawable/highlight_disabled
-0108030d=drawable/highlight_pressed
-0108030e=drawable/highlight_selected
-0108030f=drawable/ic_ab_back_holo_dark
-01080310=drawable/ic_ab_back_holo_dark_am
-01080311=drawable/ic_ab_back_holo_light
-01080312=drawable/ic_ab_back_holo_light_am
-01080313=drawable/ic_ab_back_material
-01080314=drawable/ic_ab_back_material_dark
-01080315=drawable/ic_ab_back_material_light
-01080316=drawable/ic_ab_back_material_settings
-01080317=drawable/ic_accessibility_color_correction
-01080318=drawable/ic_accessibility_color_inversion
-01080319=drawable/ic_accessibility_magnification
-0108031a=drawable/ic_account_circle
-0108031b=drawable/ic_action_assist_focused
-0108031c=drawable/ic_action_open
-0108031d=drawable/ic_aggregated
-0108031e=drawable/ic_alert_window_layer
-0108031f=drawable/ic_arrow_drop_right_black_24dp
-01080320=drawable/ic_arrow_forward
-01080321=drawable/ic_audio_alarm
-01080322=drawable/ic_audio_alarm_mute
-01080323=drawable/ic_audio_media
-01080324=drawable/ic_audio_media_mute
-01080325=drawable/ic_audio_notification
-01080326=drawable/ic_audio_notification_am_alpha
-01080327=drawable/ic_audio_notification_mute
-01080328=drawable/ic_audio_notification_mute_am_alpha
-01080329=drawable/ic_audio_ring_notif
-0108032a=drawable/ic_audio_ring_notif_mute
-0108032b=drawable/ic_audio_ring_notif_vibrate
-0108032c=drawable/ic_audio_vol
-0108032d=drawable/ic_audio_vol_mute
-0108032e=drawable/ic_battery
-0108032f=drawable/ic_battery_80_24dp
-01080330=drawable/ic_bluetooth_share_icon
-01080331=drawable/ic_bluetooth_transient_animation
-01080332=drawable/ic_bluetooth_transient_animation_drawable
-01080333=drawable/ic_bt_headphones_a2dp
-01080334=drawable/ic_bt_headset_hfp
-01080335=drawable/ic_bt_hearing_aid
-01080336=drawable/ic_bt_laptop
-01080337=drawable/ic_bt_misc_hid
-01080338=drawable/ic_bt_network_pan
-01080339=drawable/ic_bt_pointing_hid
-0108033a=drawable/ic_btn_round_more
-0108033b=drawable/ic_btn_round_more_disabled
-0108033c=drawable/ic_btn_round_more_normal
-0108033d=drawable/ic_btn_search_go
-0108033e=drawable/ic_btn_square_browser_zoom_fit_page
-0108033f=drawable/ic_btn_square_browser_zoom_fit_page_disabled
-01080340=drawable/ic_btn_square_browser_zoom_fit_page_normal
-01080341=drawable/ic_btn_square_browser_zoom_page_overview
-01080342=drawable/ic_btn_square_browser_zoom_page_overview_disabled
-01080343=drawable/ic_btn_square_browser_zoom_page_overview_normal
-01080344=drawable/ic_bullet_key_permission
-01080345=drawable/ic_cab_done_holo
-01080346=drawable/ic_cab_done_holo_dark
-01080347=drawable/ic_cab_done_holo_light
-01080348=drawable/ic_cab_done_mtrl_alpha
-01080349=drawable/ic_camera
-0108034a=drawable/ic_check_circle_24px
-0108034b=drawable/ic_checkmark_holo_light
-0108034c=drawable/ic_chevron_end
-0108034d=drawable/ic_chevron_start
-0108034e=drawable/ic_chooser_group_arrow
-0108034f=drawable/ic_chooser_pin
-01080350=drawable/ic_chooser_pin_dialog
-01080351=drawable/ic_clear
-01080352=drawable/ic_clear_disabled
-01080353=drawable/ic_clear_holo_dark
-01080354=drawable/ic_clear_holo_light
-01080355=drawable/ic_clear_material
-01080356=drawable/ic_clear_mtrl_alpha
-01080357=drawable/ic_clear_normal
-01080358=drawable/ic_clear_search_api_disabled_holo_dark
-01080359=drawable/ic_clear_search_api_disabled_holo_light
-0108035a=drawable/ic_clear_search_api_holo_dark
-0108035b=drawable/ic_clear_search_api_holo_light
-0108035c=drawable/ic_close
-0108035d=drawable/ic_coins_l
-0108035e=drawable/ic_coins_s
-0108035f=drawable/ic_collapse_bundle
-01080360=drawable/ic_collapse_notification
-01080361=drawable/ic_commit
-01080362=drawable/ic_commit_search_api_holo_dark
-01080363=drawable/ic_commit_search_api_holo_light
-01080364=drawable/ic_commit_search_api_material
-01080365=drawable/ic_commit_search_api_mtrl_alpha
-01080366=drawable/ic_contact_picture
-01080367=drawable/ic_contact_picture_180_holo_dark
-01080368=drawable/ic_contact_picture_180_holo_light
-01080369=drawable/ic_contact_picture_2
-0108036a=drawable/ic_contact_picture_3
-0108036b=drawable/ic_contact_picture_holo_dark
-0108036c=drawable/ic_contact_picture_holo_light
-0108036d=drawable/ic_corp_badge
-0108036e=drawable/ic_corp_badge_case
-0108036f=drawable/ic_corp_badge_color
-01080370=drawable/ic_corp_badge_no_background
-01080371=drawable/ic_corp_badge_off
-01080372=drawable/ic_corp_icon
-01080373=drawable/ic_corp_icon_badge_case
-01080374=drawable/ic_corp_icon_badge_color
-01080375=drawable/ic_corp_icon_badge_shadow
-01080376=drawable/ic_corp_statusbar_icon
-01080377=drawable/ic_corp_user_badge
-01080378=drawable/ic_dialog_alert_holo_dark
-01080379=drawable/ic_dialog_alert_holo_light
-0108037a=drawable/ic_dialog_alert_material
-0108037b=drawable/ic_dialog_close_normal_holo
-0108037c=drawable/ic_dialog_close_pressed_holo
-0108037d=drawable/ic_dialog_focused_holo
-0108037e=drawable/ic_dialog_time
-0108037f=drawable/ic_dialog_usb
-01080380=drawable/ic_dnd_block_notifications
-01080381=drawable/ic_doc_apk
-01080382=drawable/ic_doc_audio
-01080383=drawable/ic_doc_certificate
-01080384=drawable/ic_doc_codes
-01080385=drawable/ic_doc_compressed
-01080386=drawable/ic_doc_contact
-01080387=drawable/ic_doc_document
-01080388=drawable/ic_doc_event
-01080389=drawable/ic_doc_excel
-0108038a=drawable/ic_doc_folder
-0108038b=drawable/ic_doc_font
-0108038c=drawable/ic_doc_generic
-0108038d=drawable/ic_doc_image
-0108038e=drawable/ic_doc_pdf
-0108038f=drawable/ic_doc_powerpoint
-01080390=drawable/ic_doc_presentation
-01080391=drawable/ic_doc_spreadsheet
-01080392=drawable/ic_doc_text
-01080393=drawable/ic_doc_video
-01080394=drawable/ic_doc_word
-01080395=drawable/ic_drag_handle
-01080396=drawable/ic_eject_24dp
-01080397=drawable/ic_emergency
-01080398=drawable/ic_expand_bundle
-01080399=drawable/ic_expand_more
-0108039a=drawable/ic_expand_more_48dp
-0108039b=drawable/ic_expand_notification
-0108039c=drawable/ic_faster_emergency
-0108039d=drawable/ic_feedback
-0108039e=drawable/ic_file_copy
-0108039f=drawable/ic_find_next_holo_dark
-010803a0=drawable/ic_find_next_holo_light
-010803a1=drawable/ic_find_next_material
-010803a2=drawable/ic_find_next_mtrl_alpha
-010803a3=drawable/ic_find_previous_holo_dark
-010803a4=drawable/ic_find_previous_holo_light
-010803a5=drawable/ic_find_previous_material
-010803a6=drawable/ic_find_previous_mtrl_alpha
-010803a7=drawable/ic_fingerprint
-010803a8=drawable/ic_folder_24dp
-010803a9=drawable/ic_go
-010803aa=drawable/ic_go_search_api_holo_dark
-010803ab=drawable/ic_go_search_api_holo_light
-010803ac=drawable/ic_go_search_api_material
-010803ad=drawable/ic_hotspot_transient_animation
-010803ae=drawable/ic_hotspot_transient_animation_drawable
-010803af=drawable/ic_info_outline
-010803b0=drawable/ic_info_outline_24
-010803b1=drawable/ic_input_extract_action_done
-010803b2=drawable/ic_input_extract_action_go
-010803b3=drawable/ic_input_extract_action_next
-010803b4=drawable/ic_input_extract_action_previous
-010803b5=drawable/ic_input_extract_action_return
-010803b6=drawable/ic_input_extract_action_search
-010803b7=drawable/ic_input_extract_action_send
-010803b8=drawable/ic_instant_icon_badge_bolt
-010803b9=drawable/ic_jog_dial_answer
-010803ba=drawable/ic_jog_dial_answer_and_end
-010803bb=drawable/ic_jog_dial_answer_and_hold
-010803bc=drawable/ic_jog_dial_decline
-010803bd=drawable/ic_jog_dial_sound_off
-010803be=drawable/ic_jog_dial_sound_on
-010803bf=drawable/ic_jog_dial_unlock
-010803c0=drawable/ic_jog_dial_vibrate_on
-010803c1=drawable/ic_launcher_android
-010803c2=drawable/ic_lock
-010803c3=drawable/ic_lock_airplane_mode
-010803c4=drawable/ic_lock_airplane_mode_alpha
-010803c5=drawable/ic_lock_airplane_mode_off
-010803c6=drawable/ic_lock_airplane_mode_off_am_alpha
-010803c7=drawable/ic_lock_bugreport
-010803c8=drawable/ic_lock_idle_alarm_alpha
-010803c9=drawable/ic_lock_lock_alpha
-010803ca=drawable/ic_lock_lockdown
-010803cb=drawable/ic_lock_open
-010803cc=drawable/ic_lock_open_wht_24dp
-010803cd=drawable/ic_lock_outline_wht_24dp
-010803ce=drawable/ic_lock_power_off_alpha
-010803cf=drawable/ic_lock_ringer_off_alpha
-010803d0=drawable/ic_lock_ringer_on_alpha
-010803d1=drawable/ic_lock_silent_mode_vibrate
-010803d2=drawable/ic_lockscreen_alarm
-010803d3=drawable/ic_lockscreen_answer_active
-010803d4=drawable/ic_lockscreen_answer_focused
-010803d5=drawable/ic_lockscreen_answer_normal
-010803d6=drawable/ic_lockscreen_camera_activated
-010803d7=drawable/ic_lockscreen_camera_normal
-010803d8=drawable/ic_lockscreen_chevron_down
-010803d9=drawable/ic_lockscreen_chevron_left
-010803da=drawable/ic_lockscreen_chevron_right
-010803db=drawable/ic_lockscreen_chevron_up
-010803dc=drawable/ic_lockscreen_decline_activated
-010803dd=drawable/ic_lockscreen_decline_focused
-010803de=drawable/ic_lockscreen_decline_normal
-010803df=drawable/ic_lockscreen_emergencycall_normal
-010803e0=drawable/ic_lockscreen_emergencycall_pressed
-010803e1=drawable/ic_lockscreen_forgotpassword_normal
-010803e2=drawable/ic_lockscreen_forgotpassword_pressed
-010803e3=drawable/ic_lockscreen_google_activated
-010803e4=drawable/ic_lockscreen_google_focused
-010803e5=drawable/ic_lockscreen_google_normal
-010803e6=drawable/ic_lockscreen_handle_normal
-010803e7=drawable/ic_lockscreen_handle_pressed
-010803e8=drawable/ic_lockscreen_ime
-010803e9=drawable/ic_lockscreen_outerring
-010803ea=drawable/ic_lockscreen_player_background
-010803eb=drawable/ic_lockscreen_puk
-010803ec=drawable/ic_lockscreen_silent_activated
-010803ed=drawable/ic_lockscreen_silent_focused
-010803ee=drawable/ic_lockscreen_silent_normal
-010803ef=drawable/ic_lockscreen_sim
-010803f0=drawable/ic_lockscreen_soundon_activated
-010803f1=drawable/ic_lockscreen_soundon_focused
-010803f2=drawable/ic_lockscreen_soundon_normal
-010803f3=drawable/ic_lockscreen_text_activated
-010803f4=drawable/ic_lockscreen_text_focusde
-010803f5=drawable/ic_lockscreen_text_normal
-010803f6=drawable/ic_lockscreen_unlock_activated
-010803f7=drawable/ic_lockscreen_unlock_normal
-010803f8=drawable/ic_lockscreens_now_button
-010803f9=drawable/ic_logout
-010803fa=drawable/ic_maps_indicator_current_position
-010803fb=drawable/ic_maps_indicator_current_position_anim
-010803fc=drawable/ic_maps_indicator_current_position_anim1
-010803fd=drawable/ic_maps_indicator_current_position_anim2
-010803fe=drawable/ic_maps_indicator_current_position_anim3
-010803ff=drawable/ic_media_embed_play
-01080400=drawable/ic_media_fullscreen
-01080401=drawable/ic_media_route_connected_dark_00_mtrl
-01080402=drawable/ic_media_route_connected_dark_01_mtrl
-01080403=drawable/ic_media_route_connected_dark_02_mtrl
-01080404=drawable/ic_media_route_connected_dark_03_mtrl
-01080405=drawable/ic_media_route_connected_dark_04_mtrl
-01080406=drawable/ic_media_route_connected_dark_05_mtrl
-01080407=drawable/ic_media_route_connected_dark_06_mtrl
-01080408=drawable/ic_media_route_connected_dark_07_mtrl
-01080409=drawable/ic_media_route_connected_dark_08_mtrl
-0108040a=drawable/ic_media_route_connected_dark_09_mtrl
-0108040b=drawable/ic_media_route_connected_dark_10_mtrl
-0108040c=drawable/ic_media_route_connected_dark_11_mtrl
-0108040d=drawable/ic_media_route_connected_dark_12_mtrl
-0108040e=drawable/ic_media_route_connected_dark_13_mtrl
-0108040f=drawable/ic_media_route_connected_dark_14_mtrl
-01080410=drawable/ic_media_route_connected_dark_15_mtrl
-01080411=drawable/ic_media_route_connected_dark_16_mtrl
-01080412=drawable/ic_media_route_connected_dark_17_mtrl
-01080413=drawable/ic_media_route_connected_dark_18_mtrl
-01080414=drawable/ic_media_route_connected_dark_19_mtrl
-01080415=drawable/ic_media_route_connected_dark_20_mtrl
-01080416=drawable/ic_media_route_connected_dark_21_mtrl
-01080417=drawable/ic_media_route_connected_dark_22_mtrl
-01080418=drawable/ic_media_route_connected_dark_23_mtrl
-01080419=drawable/ic_media_route_connected_dark_24_mtrl
-0108041a=drawable/ic_media_route_connected_dark_25_mtrl
-0108041b=drawable/ic_media_route_connected_dark_26_mtrl
-0108041c=drawable/ic_media_route_connected_dark_27_mtrl
-0108041d=drawable/ic_media_route_connected_dark_28_mtrl
-0108041e=drawable/ic_media_route_connected_dark_29_mtrl
-0108041f=drawable/ic_media_route_connected_dark_30_mtrl
-01080420=drawable/ic_media_route_connected_dark_material
-01080421=drawable/ic_media_route_connected_light_00_mtrl
-01080422=drawable/ic_media_route_connected_light_01_mtrl
-01080423=drawable/ic_media_route_connected_light_02_mtrl
-01080424=drawable/ic_media_route_connected_light_03_mtrl
-01080425=drawable/ic_media_route_connected_light_04_mtrl
-01080426=drawable/ic_media_route_connected_light_05_mtrl
-01080427=drawable/ic_media_route_connected_light_06_mtrl
-01080428=drawable/ic_media_route_connected_light_07_mtrl
-01080429=drawable/ic_media_route_connected_light_08_mtrl
-0108042a=drawable/ic_media_route_connected_light_09_mtrl
-0108042b=drawable/ic_media_route_connected_light_10_mtrl
-0108042c=drawable/ic_media_route_connected_light_11_mtrl
-0108042d=drawable/ic_media_route_connected_light_12_mtrl
-0108042e=drawable/ic_media_route_connected_light_13_mtrl
-0108042f=drawable/ic_media_route_connected_light_14_mtrl
-01080430=drawable/ic_media_route_connected_light_15_mtrl
-01080431=drawable/ic_media_route_connected_light_16_mtrl
-01080432=drawable/ic_media_route_connected_light_17_mtrl
-01080433=drawable/ic_media_route_connected_light_18_mtrl
-01080434=drawable/ic_media_route_connected_light_19_mtrl
-01080435=drawable/ic_media_route_connected_light_20_mtrl
-01080436=drawable/ic_media_route_connected_light_21_mtrl
-01080437=drawable/ic_media_route_connected_light_22_mtrl
-01080438=drawable/ic_media_route_connected_light_23_mtrl
-01080439=drawable/ic_media_route_connected_light_24_mtrl
-0108043a=drawable/ic_media_route_connected_light_25_mtrl
-0108043b=drawable/ic_media_route_connected_light_26_mtrl
-0108043c=drawable/ic_media_route_connected_light_27_mtrl
-0108043d=drawable/ic_media_route_connected_light_28_mtrl
-0108043e=drawable/ic_media_route_connected_light_29_mtrl
-0108043f=drawable/ic_media_route_connected_light_30_mtrl
-01080440=drawable/ic_media_route_connected_light_material
-01080441=drawable/ic_media_route_connecting_dark_00_mtrl
-01080442=drawable/ic_media_route_connecting_dark_01_mtrl
-01080443=drawable/ic_media_route_connecting_dark_02_mtrl
-01080444=drawable/ic_media_route_connecting_dark_03_mtrl
-01080445=drawable/ic_media_route_connecting_dark_04_mtrl
-01080446=drawable/ic_media_route_connecting_dark_05_mtrl
-01080447=drawable/ic_media_route_connecting_dark_06_mtrl
-01080448=drawable/ic_media_route_connecting_dark_07_mtrl
-01080449=drawable/ic_media_route_connecting_dark_08_mtrl
-0108044a=drawable/ic_media_route_connecting_dark_09_mtrl
-0108044b=drawable/ic_media_route_connecting_dark_10_mtrl
-0108044c=drawable/ic_media_route_connecting_dark_11_mtrl
-0108044d=drawable/ic_media_route_connecting_dark_12_mtrl
-0108044e=drawable/ic_media_route_connecting_dark_13_mtrl
-0108044f=drawable/ic_media_route_connecting_dark_14_mtrl
-01080450=drawable/ic_media_route_connecting_dark_15_mtrl
-01080451=drawable/ic_media_route_connecting_dark_16_mtrl
-01080452=drawable/ic_media_route_connecting_dark_17_mtrl
-01080453=drawable/ic_media_route_connecting_dark_18_mtrl
-01080454=drawable/ic_media_route_connecting_dark_19_mtrl
-01080455=drawable/ic_media_route_connecting_dark_20_mtrl
-01080456=drawable/ic_media_route_connecting_dark_21_mtrl
-01080457=drawable/ic_media_route_connecting_dark_22_mtrl
-01080458=drawable/ic_media_route_connecting_dark_23_mtrl
-01080459=drawable/ic_media_route_connecting_dark_24_mtrl
-0108045a=drawable/ic_media_route_connecting_dark_25_mtrl
-0108045b=drawable/ic_media_route_connecting_dark_26_mtrl
-0108045c=drawable/ic_media_route_connecting_dark_27_mtrl
-0108045d=drawable/ic_media_route_connecting_dark_28_mtrl
-0108045e=drawable/ic_media_route_connecting_dark_29_mtrl
-0108045f=drawable/ic_media_route_connecting_dark_30_mtrl
-01080460=drawable/ic_media_route_connecting_dark_material
-01080461=drawable/ic_media_route_connecting_holo_dark
-01080462=drawable/ic_media_route_connecting_holo_light
-01080463=drawable/ic_media_route_connecting_light_00_mtrl
-01080464=drawable/ic_media_route_connecting_light_01_mtrl
-01080465=drawable/ic_media_route_connecting_light_02_mtrl
-01080466=drawable/ic_media_route_connecting_light_03_mtrl
-01080467=drawable/ic_media_route_connecting_light_04_mtrl
-01080468=drawable/ic_media_route_connecting_light_05_mtrl
-01080469=drawable/ic_media_route_connecting_light_06_mtrl
-0108046a=drawable/ic_media_route_connecting_light_07_mtrl
-0108046b=drawable/ic_media_route_connecting_light_08_mtrl
-0108046c=drawable/ic_media_route_connecting_light_09_mtrl
-0108046d=drawable/ic_media_route_connecting_light_10_mtrl
-0108046e=drawable/ic_media_route_connecting_light_11_mtrl
-0108046f=drawable/ic_media_route_connecting_light_12_mtrl
-01080470=drawable/ic_media_route_connecting_light_13_mtrl
-01080471=drawable/ic_media_route_connecting_light_14_mtrl
-01080472=drawable/ic_media_route_connecting_light_15_mtrl
-01080473=drawable/ic_media_route_connecting_light_16_mtrl
-01080474=drawable/ic_media_route_connecting_light_17_mtrl
-01080475=drawable/ic_media_route_connecting_light_18_mtrl
-01080476=drawable/ic_media_route_connecting_light_19_mtrl
-01080477=drawable/ic_media_route_connecting_light_20_mtrl
-01080478=drawable/ic_media_route_connecting_light_21_mtrl
-01080479=drawable/ic_media_route_connecting_light_22_mtrl
-0108047a=drawable/ic_media_route_connecting_light_23_mtrl
-0108047b=drawable/ic_media_route_connecting_light_24_mtrl
-0108047c=drawable/ic_media_route_connecting_light_25_mtrl
-0108047d=drawable/ic_media_route_connecting_light_26_mtrl
-0108047e=drawable/ic_media_route_connecting_light_27_mtrl
-0108047f=drawable/ic_media_route_connecting_light_28_mtrl
-01080480=drawable/ic_media_route_connecting_light_29_mtrl
-01080481=drawable/ic_media_route_connecting_light_30_mtrl
-01080482=drawable/ic_media_route_connecting_light_material
-01080483=drawable/ic_media_route_dark_material
-01080484=drawable/ic_media_route_disabled_holo_dark
-01080485=drawable/ic_media_route_disabled_holo_light
-01080486=drawable/ic_media_route_disabled_mtrl_alpha
-01080487=drawable/ic_media_route_holo_dark
-01080488=drawable/ic_media_route_holo_light
-01080489=drawable/ic_media_route_light_material
-0108048a=drawable/ic_media_route_off_dark_mtrl
-0108048b=drawable/ic_media_route_off_holo_dark
-0108048c=drawable/ic_media_route_off_holo_light
-0108048d=drawable/ic_media_route_off_light_mtrl
-0108048e=drawable/ic_media_route_on_0_holo_dark
-0108048f=drawable/ic_media_route_on_0_holo_light
-01080490=drawable/ic_media_route_on_1_holo_dark
-01080491=drawable/ic_media_route_on_1_holo_light
-01080492=drawable/ic_media_route_on_2_holo_dark
-01080493=drawable/ic_media_route_on_2_holo_light
-01080494=drawable/ic_media_route_on_holo_dark
-01080495=drawable/ic_media_route_on_holo_light
-01080496=drawable/ic_media_seamless
-01080497=drawable/ic_media_stop
-01080498=drawable/ic_media_video_poster
-01080499=drawable/ic_menu
-0108049a=drawable/ic_menu_account_list
-0108049b=drawable/ic_menu_allfriends
-0108049c=drawable/ic_menu_archive
-0108049d=drawable/ic_menu_attachment
-0108049e=drawable/ic_menu_back
-0108049f=drawable/ic_menu_block
-010804a0=drawable/ic_menu_blocked_user
-010804a1=drawable/ic_menu_btn_add
-010804a2=drawable/ic_menu_cc
-010804a3=drawable/ic_menu_cc_am
-010804a4=drawable/ic_menu_chat_dashboard
-010804a5=drawable/ic_menu_clear_playlist
-010804a6=drawable/ic_menu_compose
-010804a7=drawable/ic_menu_copy
-010804a8=drawable/ic_menu_copy_holo_dark
-010804a9=drawable/ic_menu_copy_holo_light
-010804aa=drawable/ic_menu_copy_material
-010804ab=drawable/ic_menu_cut
-010804ac=drawable/ic_menu_cut_holo_dark
-010804ad=drawable/ic_menu_cut_holo_light
-010804ae=drawable/ic_menu_cut_material
-010804af=drawable/ic_menu_emoticons
-010804b0=drawable/ic_menu_end_conversation
-010804b1=drawable/ic_menu_find
-010804b2=drawable/ic_menu_find_holo_dark
-010804b3=drawable/ic_menu_find_holo_light
-010804b4=drawable/ic_menu_find_material
-010804b5=drawable/ic_menu_find_mtrl_alpha
-010804b6=drawable/ic_menu_forward
-010804b7=drawable/ic_menu_friendslist
-010804b8=drawable/ic_menu_goto
-010804b9=drawable/ic_menu_help_holo_light
-010804ba=drawable/ic_menu_home
-010804bb=drawable/ic_menu_invite
-010804bc=drawable/ic_menu_login
-010804bd=drawable/ic_menu_mark
-010804be=drawable/ic_menu_moreoverflow
-010804bf=drawable/ic_menu_moreoverflow_focused_holo_dark
-010804c0=drawable/ic_menu_moreoverflow_focused_holo_light
-010804c1=drawable/ic_menu_moreoverflow_holo_dark
-010804c2=drawable/ic_menu_moreoverflow_holo_light
-010804c3=drawable/ic_menu_moreoverflow_material
-010804c4=drawable/ic_menu_moreoverflow_material_dark
-010804c5=drawable/ic_menu_moreoverflow_material_light
-010804c6=drawable/ic_menu_moreoverflow_normal_holo_dark
-010804c7=drawable/ic_menu_moreoverflow_normal_holo_light
-010804c8=drawable/ic_menu_notifications
-010804c9=drawable/ic_menu_paste
-010804ca=drawable/ic_menu_paste_holo_dark
-010804cb=drawable/ic_menu_paste_holo_light
-010804cc=drawable/ic_menu_paste_material
-010804cd=drawable/ic_menu_play_clip
-010804ce=drawable/ic_menu_refresh
-010804cf=drawable/ic_menu_search_holo_dark
-010804d0=drawable/ic_menu_search_holo_light
-010804d1=drawable/ic_menu_search_material
-010804d2=drawable/ic_menu_search_mtrl_alpha
-010804d3=drawable/ic_menu_selectall_holo_dark
-010804d4=drawable/ic_menu_selectall_holo_light
-010804d5=drawable/ic_menu_selectall_material
-010804d6=drawable/ic_menu_settings_holo_light
-010804d7=drawable/ic_menu_share_holo_dark
-010804d8=drawable/ic_menu_share_holo_light
-010804d9=drawable/ic_menu_share_material
-010804da=drawable/ic_menu_star
-010804db=drawable/ic_menu_start_conversation
-010804dc=drawable/ic_menu_stop
-010804dd=drawable/ic_mic
-010804de=drawable/ic_minus
-010804df=drawable/ic_mode_edit
-010804e0=drawable/ic_more_items
-010804e1=drawable/ic_no_apps
-010804e2=drawable/ic_notification_alert
-010804e3=drawable/ic_notification_block
-010804e4=drawable/ic_notification_cast_0
-010804e5=drawable/ic_notification_cast_1
-010804e6=drawable/ic_notification_cast_2
-010804e7=drawable/ic_notification_ime_default
-010804e8=drawable/ic_notification_media_route
-010804e9=drawable/ic_notifications_alerted
-010804ea=drawable/ic_pan_tool
-010804eb=drawable/ic_perm_device_info
-010804ec=drawable/ic_perm_group_app_info
-010804ed=drawable/ic_perm_group_audio_settings
-010804ee=drawable/ic_perm_group_bluetooth
-010804ef=drawable/ic_perm_group_bookmarks
-010804f0=drawable/ic_perm_group_calendar
-010804f1=drawable/ic_perm_group_camera
-010804f2=drawable/ic_perm_group_device_alarms
-010804f3=drawable/ic_perm_group_display
-010804f4=drawable/ic_perm_group_effects_battery
-010804f5=drawable/ic_perm_group_location
-010804f6=drawable/ic_perm_group_messages
-010804f7=drawable/ic_perm_group_microphone
-010804f8=drawable/ic_perm_group_network
-010804f9=drawable/ic_perm_group_personal_info
-010804fa=drawable/ic_perm_group_phone_calls
-010804fb=drawable/ic_perm_group_screenlock
-010804fc=drawable/ic_perm_group_shortrange_network
-010804fd=drawable/ic_perm_group_social_info
-010804fe=drawable/ic_perm_group_status_bar
-010804ff=drawable/ic_perm_group_sync_settings
-01080500=drawable/ic_perm_group_system_clock
-01080501=drawable/ic_perm_group_system_tools
-01080502=drawable/ic_perm_group_voicemail
-01080503=drawable/ic_perm_group_wallpapewr
-01080504=drawable/ic_permission
-01080505=drawable/ic_phone
-01080506=drawable/ic_plus
-01080507=drawable/ic_popup_sync_1
-01080508=drawable/ic_popup_sync_2
-01080509=drawable/ic_popup_sync_3
-0108050a=drawable/ic_popup_sync_4
-0108050b=drawable/ic_popup_sync_5
-0108050c=drawable/ic_popup_sync_6
-0108050d=drawable/ic_print
-0108050e=drawable/ic_print_error
-0108050f=drawable/ic_qs_airplane
-01080510=drawable/ic_qs_auto_rotate
-01080511=drawable/ic_qs_battery_saver
-01080512=drawable/ic_qs_bluetooth
-01080513=drawable/ic_qs_dnd
-01080514=drawable/ic_qs_flashlight
-01080515=drawable/ic_qs_night_display_on
-01080516=drawable/ic_qs_ui_mode_night
-01080517=drawable/ic_refresh
-01080518=drawable/ic_reply_notification
-01080519=drawable/ic_restart
-0108051a=drawable/ic_schedule
-0108051b=drawable/ic_screenshot
-0108051c=drawable/ic_sd_card_48dp
-0108051d=drawable/ic_search
-0108051e=drawable/ic_search_api_holo_dark
-0108051f=drawable/ic_search_api_holo_light
-01080520=drawable/ic_search_api_material
-01080521=drawable/ic_settings
-01080522=drawable/ic_settings_24dp
-01080523=drawable/ic_settings_bluetooth
-01080524=drawable/ic_settings_language
-01080525=drawable/ic_settings_print
-01080526=drawable/ic_sharing_disabled
-01080527=drawable/ic_signal_cellular
-01080528=drawable/ic_signal_cellular_0_4_bar
-01080529=drawable/ic_signal_cellular_0_5_bar
-0108052a=drawable/ic_signal_cellular_1_4_bar
-0108052b=drawable/ic_signal_cellular_1_5_bar
-0108052c=drawable/ic_signal_cellular_2_4_bar
-0108052d=drawable/ic_signal_cellular_2_5_bar
-0108052e=drawable/ic_signal_cellular_3_4_bar
-0108052f=drawable/ic_signal_cellular_3_5_bar
-01080530=drawable/ic_signal_cellular_4_4_bar
-01080531=drawable/ic_signal_cellular_4_5_bar
-01080532=drawable/ic_signal_cellular_5_5_bar
-01080533=drawable/ic_signal_cellular_alt_24px
-01080534=drawable/ic_signal_location
-01080535=drawable/ic_signal_wifi_transient_animation
-01080536=drawable/ic_signal_wifi_transient_animation_drawable
-01080537=drawable/ic_sim_card_multi_24px_clr
-01080538=drawable/ic_sim_card_multi_48px_clr
-01080539=drawable/ic_slice_send
-0108053a=drawable/ic_spinner_caret
-0108053b=drawable/ic_star_black_16dp
-0108053c=drawable/ic_star_black_36dp
-0108053d=drawable/ic_star_black_48dp
-0108053e=drawable/ic_star_half_black_16dp
-0108053f=drawable/ic_star_half_black_36dp
-01080540=drawable/ic_star_half_black_48dp
-01080541=drawable/ic_storage_48dp
-01080542=drawable/ic_suggestions_add
-01080543=drawable/ic_suggestions_delete
-01080544=drawable/ic_sysbar_quicksettings
-01080545=drawable/ic_text_dot
-01080546=drawable/ic_usb_48dp
-01080547=drawable/ic_user_secure
-01080548=drawable/ic_vibrate
-01080549=drawable/ic_vibrate_small
-0108054a=drawable/ic_visibility
-0108054b=drawable/ic_voice_search
-0108054c=drawable/ic_voice_search_api_holo_dark
-0108054d=drawable/ic_voice_search_api_holo_light
-0108054e=drawable/ic_voice_search_api_material
-0108054f=drawable/ic_volume
-01080550=drawable/ic_volume_bluetooth_ad2p
-01080551=drawable/ic_volume_bluetooth_in_call
-01080552=drawable/ic_volume_off
-01080553=drawable/ic_volume_off_small
-01080554=drawable/ic_volume_small
-01080555=drawable/ic_wifi_signal_0
-01080556=drawable/ic_wifi_signal_1
-01080557=drawable/ic_wifi_signal_2
-01080558=drawable/ic_wifi_signal_3
-01080559=drawable/ic_wifi_signal_4
-0108055a=drawable/ic_work_apps_off
-0108055b=drawable/ic_zen_24dp
-0108055c=drawable/icon_highlight_rectangle
-0108055d=drawable/icon_highlight_square
-0108055e=drawable/iconfactory_adaptive_icon_drawable_wrapper
-0108055f=drawable/ime_qwerty
-01080560=drawable/immersive_cling_bg_circ
-01080561=drawable/immersive_cling_light_bg_circ
-01080562=drawable/indicator_check_mark_dark
-01080563=drawable/indicator_check_mark_light
-01080564=drawable/indicator_input_error
-01080565=drawable/input_extract_action_bg_material_dark
-01080566=drawable/input_extract_action_bg_normal_material_dark
-01080567=drawable/input_extract_action_bg_pressed_material_dark
-01080568=drawable/input_method_fullscreen_background
-01080569=drawable/input_method_fullscreen_background_holo
-0108056a=drawable/item_background
-0108056b=drawable/item_background_activated_holo_dark
-0108056c=drawable/item_background_borderless_material
-0108056d=drawable/item_background_borderless_material_dark
-0108056e=drawable/item_background_borderless_material_light
-0108056f=drawable/item_background_holo_dark
-01080570=drawable/item_background_holo_light
-01080571=drawable/item_background_material
-01080572=drawable/item_background_material_dark
-01080573=drawable/item_background_material_light
-01080574=drawable/jog_dial_arrow_long_left_green
-01080575=drawable/jog_dial_arrow_long_left_yellow
-01080576=drawable/jog_dial_arrow_long_middle_yellow
-01080577=drawable/jog_dial_arrow_long_right_red
-01080578=drawable/jog_dial_arrow_long_right_yellow
-01080579=drawable/jog_dial_arrow_short_left
-0108057a=drawable/jog_dial_arrow_short_left_and_right
-0108057b=drawable/jog_dial_arrow_short_right
-0108057c=drawable/jog_dial_bg
-0108057d=drawable/jog_dial_dimple
-0108057e=drawable/jog_dial_dimple_dim
-0108057f=drawable/jog_tab_bar_left_answer
-01080580=drawable/jog_tab_bar_left_end_confirm_gray
-01080581=drawable/jog_tab_bar_left_end_confirm_green
-01080582=drawable/jog_tab_bar_left_end_confirm_red
-01080583=drawable/jog_tab_bar_left_end_confirm_yellow
-01080584=drawable/jog_tab_bar_left_end_normal
-01080585=drawable/jog_tab_bar_left_end_pressed
-01080586=drawable/jog_tab_bar_left_generic
-01080587=drawable/jog_tab_bar_left_unlock
-01080588=drawable/jog_tab_bar_right_decline
-01080589=drawable/jog_tab_bar_right_end_confirm_gray
-0108058a=drawable/jog_tab_bar_right_end_confirm_green
-0108058b=drawable/jog_tab_bar_right_end_confirm_red
-0108058c=drawable/jog_tab_bar_right_end_confirm_yellow
-0108058d=drawable/jog_tab_bar_right_end_normal
-0108058e=drawable/jog_tab_bar_right_end_pressed
-0108058f=drawable/jog_tab_bar_right_generic
-01080590=drawable/jog_tab_bar_right_sound_off
-01080591=drawable/jog_tab_bar_right_sound_on
-01080592=drawable/jog_tab_left_answer
-01080593=drawable/jog_tab_left_confirm_gray
-01080594=drawable/jog_tab_left_confirm_green
-01080595=drawable/jog_tab_left_confirm_red
-01080596=drawable/jog_tab_left_confirm_yellow
-01080597=drawable/jog_tab_left_generic
-01080598=drawable/jog_tab_left_normal
-01080599=drawable/jog_tab_left_pressed
-0108059a=drawable/jog_tab_left_unlock
-0108059b=drawable/jog_tab_right_confirm_gray
-0108059c=drawable/jog_tab_right_confirm_green
-0108059d=drawable/jog_tab_right_confirm_red
-0108059e=drawable/jog_tab_right_confirm_yellow
-0108059f=drawable/jog_tab_right_decline
-010805a0=drawable/jog_tab_right_generic
-010805a1=drawable/jog_tab_right_normal
-010805a2=drawable/jog_tab_right_pressed
-010805a3=drawable/jog_tab_right_sound_off
-010805a4=drawable/jog_tab_right_sound_on
-010805a5=drawable/jog_tab_target_gray
-010805a6=drawable/jog_tab_target_green
-010805a7=drawable/jog_tab_target_red
-010805a8=drawable/jog_tab_target_yellow
-010805a9=drawable/keyboard_accessory_bg_landscape
-010805aa=drawable/keyboard_background
-010805ab=drawable/keyboard_key_feedback
-010805ac=drawable/keyboard_key_feedback_background
-010805ad=drawable/keyboard_key_feedback_more_background
-010805ae=drawable/keyboard_popup_panel_background
-010805af=drawable/keyboard_popup_panel_trans_background
-010805b0=drawable/light_header
-010805b1=drawable/light_header_dither
-010805b2=drawable/list_activated_holo
-010805b3=drawable/list_choice_background_material
-010805b4=drawable/list_divider_holo_dark
-010805b5=drawable/list_divider_holo_light
-010805b6=drawable/list_divider_horizontal_holo_dark
-010805b7=drawable/list_divider_material
-010805b8=drawable/list_focused_holo
-010805b9=drawable/list_highlight
-010805ba=drawable/list_highlight_active
-010805bb=drawable/list_highlight_inactive
-010805bc=drawable/list_longpressed_holo
-010805bd=drawable/list_longpressed_holo_dark
-010805be=drawable/list_longpressed_holo_light
-010805bf=drawable/list_pressed_holo_dark
-010805c0=drawable/list_pressed_holo_light
-010805c1=drawable/list_section_divider_holo_dark
-010805c2=drawable/list_section_divider_holo_light
-010805c3=drawable/list_section_divider_material
-010805c4=drawable/list_section_divider_mtrl_alpha
-010805c5=drawable/list_section_header_holo_dark
-010805c6=drawable/list_section_header_holo_light
-010805c7=drawable/list_selected_background
-010805c8=drawable/list_selected_background_light
-010805c9=drawable/list_selected_holo_dark
-010805ca=drawable/list_selected_holo_light
-010805cb=drawable/list_selector_activated_holo_dark
-010805cc=drawable/list_selector_activated_holo_light
-010805cd=drawable/list_selector_background_default
-010805ce=drawable/list_selector_background_default_light
-010805cf=drawable/list_selector_background_disabled
-010805d0=drawable/list_selector_background_disabled_light
-010805d1=drawable/list_selector_background_focus
-010805d2=drawable/list_selector_background_focused
-010805d3=drawable/list_selector_background_focused_light
-010805d4=drawable/list_selector_background_focused_selected
-010805d5=drawable/list_selector_background_light
-010805d6=drawable/list_selector_background_longpress
-010805d7=drawable/list_selector_background_longpress_light
-010805d8=drawable/list_selector_background_pressed
-010805d9=drawable/list_selector_background_pressed_light
-010805da=drawable/list_selector_background_selected
-010805db=drawable/list_selector_background_selected_light
-010805dc=drawable/list_selector_background_transition
-010805dd=drawable/list_selector_background_transition_holo_dark
-010805de=drawable/list_selector_background_transition_holo_light
-010805df=drawable/list_selector_background_transition_light
-010805e0=drawable/list_selector_disabled_holo_dark
-010805e1=drawable/list_selector_disabled_holo_light
-010805e2=drawable/list_selector_focused_holo_dark
-010805e3=drawable/list_selector_focused_holo_light
-010805e4=drawable/list_selector_holo_dark
-010805e5=drawable/list_selector_holo_light
-010805e6=drawable/list_selector_multiselect_holo_dark
-010805e7=drawable/list_selector_multiselect_holo_light
-010805e8=drawable/list_selector_pressed_holo_dark
-010805e9=drawable/list_selector_pressed_holo_light
-010805ea=drawable/load_average_background
-010805eb=drawable/loading_tile
-010805ec=drawable/loading_tile_android
-010805ed=drawable/lockscreen_notselected
-010805ee=drawable/lockscreen_protection_pattern
-010805ef=drawable/lockscreen_selected
-010805f0=drawable/magnified_region_frame
-010805f1=drawable/maps_google_logo
-010805f2=drawable/media_button_background
-010805f3=drawable/media_seamless_background
-010805f4=drawable/menu_background
-010805f5=drawable/menu_background_fill_parent_width
-010805f6=drawable/menu_dropdown_panel_holo_dark
-010805f7=drawable/menu_dropdown_panel_holo_light
-010805f8=drawable/menu_hardkey_panel_holo_dark
-010805f9=drawable/menu_hardkey_panel_holo_light
-010805fa=drawable/menu_panel_holo_dark
-010805fb=drawable/menu_panel_holo_light
-010805fc=drawable/menu_popup_panel_holo_dark
-010805fd=drawable/menu_popup_panel_holo_light
-010805fe=drawable/menu_selector
-010805ff=drawable/menu_separator
-01080600=drawable/menu_submenu_background
-01080601=drawable/menuitem_background_focus
-01080602=drawable/menuitem_background_pressed
-01080603=drawable/menuitem_background_solid
-01080604=drawable/menuitem_background_solid_focused
-01080605=drawable/menuitem_background_solid_pressed
-01080606=drawable/menuitem_checkbox
-01080607=drawable/menuitem_checkbox_on
-01080608=drawable/messaging_user
-01080609=drawable/minitab_lt
-0108060a=drawable/minitab_lt_focus
-0108060b=drawable/minitab_lt_press
-0108060c=drawable/minitab_lt_selected
-0108060d=drawable/minitab_lt_unselected
-0108060e=drawable/minitab_lt_unselected_press
-0108060f=drawable/no_tile_128
-01080610=drawable/no_tile_256
-01080611=drawable/notification_material_action_background
-01080612=drawable/notification_material_media_action_background
-01080613=drawable/notification_template_divider
-01080614=drawable/notification_template_divider_media
-01080615=drawable/notification_template_icon_bg
-01080616=drawable/notification_template_icon_low_bg
-01080617=drawable/number_picker_divider_material
-01080618=drawable/numberpicker_down_btn
-01080619=drawable/numberpicker_down_disabled
-0108061a=drawable/numberpicker_down_disabled_focused
-0108061b=drawable/numberpicker_down_disabled_focused_holo_dark
-0108061c=drawable/numberpicker_down_disabled_focused_holo_light
-0108061d=drawable/numberpicker_down_disabled_holo_dark
-0108061e=drawable/numberpicker_down_disabled_holo_light
-0108061f=drawable/numberpicker_down_focused_holo_dark
-01080620=drawable/numberpicker_down_focused_holo_light
-01080621=drawable/numberpicker_down_longpressed_holo_dark
-01080622=drawable/numberpicker_down_longpressed_holo_light
-01080623=drawable/numberpicker_down_normal
-01080624=drawable/numberpicker_down_normal_holo_dark
-01080625=drawable/numberpicker_down_normal_holo_light
-01080626=drawable/numberpicker_down_pressed
-01080627=drawable/numberpicker_down_pressed_holo_dark
-01080628=drawable/numberpicker_down_pressed_holo_light
-01080629=drawable/numberpicker_down_selected
-0108062a=drawable/numberpicker_input
-0108062b=drawable/numberpicker_input_disabled
-0108062c=drawable/numberpicker_input_normal
-0108062d=drawable/numberpicker_input_pressed
-0108062e=drawable/numberpicker_input_selected
-0108062f=drawable/numberpicker_selection_divider
-01080630=drawable/numberpicker_up_btn
-01080631=drawable/numberpicker_up_disabled
-01080632=drawable/numberpicker_up_disabled_focused
-01080633=drawable/numberpicker_up_disabled_focused_holo_dark
-01080634=drawable/numberpicker_up_disabled_focused_holo_light
-01080635=drawable/numberpicker_up_disabled_holo_dark
-01080636=drawable/numberpicker_up_disabled_holo_light
-01080637=drawable/numberpicker_up_focused_holo_dark
-01080638=drawable/numberpicker_up_focused_holo_light
-01080639=drawable/numberpicker_up_longpressed_holo_dark
-0108063a=drawable/numberpicker_up_longpressed_holo_light
-0108063b=drawable/numberpicker_up_normal
-0108063c=drawable/numberpicker_up_normal_holo_dark
-0108063d=drawable/numberpicker_up_normal_holo_light
-0108063e=drawable/numberpicker_up_pressed
-0108063f=drawable/numberpicker_up_pressed_holo_dark
-01080640=drawable/numberpicker_up_pressed_holo_light
-01080641=drawable/numberpicker_up_selected
-01080642=drawable/panel_background
-01080643=drawable/panel_bg_holo_dark
-01080644=drawable/panel_bg_holo_light
-01080645=drawable/panel_picture_frame_background
-01080646=drawable/panel_picture_frame_bg_focus_blue
-01080647=drawable/panel_picture_frame_bg_normal
-01080648=drawable/panel_picture_frame_bg_pressed_blue
-01080649=drawable/password_field_default
-0108064a=drawable/password_keyboard_background_holo
-0108064b=drawable/perm_group_accessibility_features
-0108064c=drawable/perm_group_activity_recognition
-0108064d=drawable/perm_group_affects_battery
-0108064e=drawable/perm_group_app_info
-0108064f=drawable/perm_group_audio_settings
-01080650=drawable/perm_group_aural
-01080651=drawable/perm_group_bluetooth
-01080652=drawable/perm_group_bookmarks
-01080653=drawable/perm_group_calendar
-01080654=drawable/perm_group_call_log
-01080655=drawable/perm_group_camera
-01080656=drawable/perm_group_contacts
-01080657=drawable/perm_group_device_alarms
-01080658=drawable/perm_group_display
-01080659=drawable/perm_group_location
-0108065a=drawable/perm_group_microphone
-0108065b=drawable/perm_group_network
-0108065c=drawable/perm_group_personal_info
-0108065d=drawable/perm_group_phone_calls
-0108065e=drawable/perm_group_screenlock
-0108065f=drawable/perm_group_sensors
-01080660=drawable/perm_group_shortrange_network
-01080661=drawable/perm_group_sms
-01080662=drawable/perm_group_status_bar
-01080663=drawable/perm_group_storage
-01080664=drawable/perm_group_sync_settings
-01080665=drawable/perm_group_system_clock
-01080666=drawable/perm_group_system_tools
-01080667=drawable/perm_group_visual
-01080668=drawable/perm_group_voicemail
-01080669=drawable/perm_group_wallpaper
-0108066a=drawable/picture_emergency
-0108066b=drawable/platlogo
-0108066c=drawable/platlogo_m
-0108066d=drawable/pointer_alias
-0108066e=drawable/pointer_alias_icon
-0108066f=drawable/pointer_alias_large
-01080670=drawable/pointer_alias_large_icon
-01080671=drawable/pointer_all_scroll
-01080672=drawable/pointer_all_scroll_icon
-01080673=drawable/pointer_all_scroll_large
-01080674=drawable/pointer_all_scroll_large_icon
-01080675=drawable/pointer_arrow
-01080676=drawable/pointer_arrow_icon
-01080677=drawable/pointer_arrow_large
-01080678=drawable/pointer_arrow_large_icon
-01080679=drawable/pointer_cell
-0108067a=drawable/pointer_cell_icon
-0108067b=drawable/pointer_cell_large
-0108067c=drawable/pointer_cell_large_icon
-0108067d=drawable/pointer_context_menu
-0108067e=drawable/pointer_context_menu_icon
-0108067f=drawable/pointer_context_menu_large
-01080680=drawable/pointer_context_menu_large_icon
-01080681=drawable/pointer_copy
-01080682=drawable/pointer_copy_icon
-01080683=drawable/pointer_copy_large
-01080684=drawable/pointer_copy_large_icon
-01080685=drawable/pointer_crosshair
-01080686=drawable/pointer_crosshair_icon
-01080687=drawable/pointer_crosshair_large
-01080688=drawable/pointer_crosshair_large_icon
-01080689=drawable/pointer_grab
-0108068a=drawable/pointer_grab_icon
-0108068b=drawable/pointer_grab_large
-0108068c=drawable/pointer_grab_large_icon
-0108068d=drawable/pointer_grabbing
-0108068e=drawable/pointer_grabbing_icon
-0108068f=drawable/pointer_grabbing_large
-01080690=drawable/pointer_grabbing_large_icon
-01080691=drawable/pointer_hand
-01080692=drawable/pointer_hand_icon
-01080693=drawable/pointer_hand_large
-01080694=drawable/pointer_hand_large_icon
-01080695=drawable/pointer_help
-01080696=drawable/pointer_help_icon
-01080697=drawable/pointer_help_large
-01080698=drawable/pointer_help_large_icon
-01080699=drawable/pointer_horizontal_double_arrow
-0108069a=drawable/pointer_horizontal_double_arrow_icon
-0108069b=drawable/pointer_horizontal_double_arrow_large
-0108069c=drawable/pointer_horizontal_double_arrow_large_icon
-0108069d=drawable/pointer_nodrop
-0108069e=drawable/pointer_nodrop_icon
-0108069f=drawable/pointer_nodrop_large
-010806a0=drawable/pointer_nodrop_large_icon
-010806a1=drawable/pointer_spot_anchor
-010806a2=drawable/pointer_spot_anchor_icon
-010806a3=drawable/pointer_spot_hover
-010806a4=drawable/pointer_spot_hover_icon
-010806a5=drawable/pointer_spot_touch
-010806a6=drawable/pointer_spot_touch_icon
-010806a7=drawable/pointer_text
-010806a8=drawable/pointer_text_icon
-010806a9=drawable/pointer_text_large
-010806aa=drawable/pointer_text_large_icon
-010806ab=drawable/pointer_top_left_diagonal_double_arrow
-010806ac=drawable/pointer_top_left_diagonal_double_arrow_icon
-010806ad=drawable/pointer_top_left_diagonal_double_arrow_large
-010806ae=drawable/pointer_top_left_diagonal_double_arrow_large_icon
-010806af=drawable/pointer_top_right_diagonal_double_arrow
-010806b0=drawable/pointer_top_right_diagonal_double_arrow_icon
-010806b1=drawable/pointer_top_right_diagonal_double_arrow_large
-010806b2=drawable/pointer_top_right_diagonal_double_arrow_large_icon
-010806b3=drawable/pointer_vertical_double_arrow
-010806b4=drawable/pointer_vertical_double_arrow_icon
-010806b5=drawable/pointer_vertical_double_arrow_large
-010806b6=drawable/pointer_vertical_double_arrow_large_icon
-010806b7=drawable/pointer_vertical_text
-010806b8=drawable/pointer_vertical_text_icon
-010806b9=drawable/pointer_vertical_text_large
-010806ba=drawable/pointer_vertical_text_large_icon
-010806bb=drawable/pointer_wait
-010806bc=drawable/pointer_wait_0
-010806bd=drawable/pointer_wait_1
-010806be=drawable/pointer_wait_10
-010806bf=drawable/pointer_wait_11
-010806c0=drawable/pointer_wait_12
-010806c1=drawable/pointer_wait_13
-010806c2=drawable/pointer_wait_14
-010806c3=drawable/pointer_wait_15
-010806c4=drawable/pointer_wait_16
-010806c5=drawable/pointer_wait_17
-010806c6=drawable/pointer_wait_18
-010806c7=drawable/pointer_wait_19
-010806c8=drawable/pointer_wait_2
-010806c9=drawable/pointer_wait_20
-010806ca=drawable/pointer_wait_21
-010806cb=drawable/pointer_wait_22
-010806cc=drawable/pointer_wait_23
-010806cd=drawable/pointer_wait_24
-010806ce=drawable/pointer_wait_25
-010806cf=drawable/pointer_wait_26
-010806d0=drawable/pointer_wait_27
-010806d1=drawable/pointer_wait_28
-010806d2=drawable/pointer_wait_29
-010806d3=drawable/pointer_wait_3
-010806d4=drawable/pointer_wait_30
-010806d5=drawable/pointer_wait_31
-010806d6=drawable/pointer_wait_32
-010806d7=drawable/pointer_wait_33
-010806d8=drawable/pointer_wait_34
-010806d9=drawable/pointer_wait_35
-010806da=drawable/pointer_wait_4
-010806db=drawable/pointer_wait_5
-010806dc=drawable/pointer_wait_6
-010806dd=drawable/pointer_wait_7
-010806de=drawable/pointer_wait_8
-010806df=drawable/pointer_wait_9
-010806e0=drawable/pointer_wait_icon
-010806e1=drawable/pointer_zoom_in
-010806e2=drawable/pointer_zoom_in_icon
-010806e3=drawable/pointer_zoom_in_large
-010806e4=drawable/pointer_zoom_in_large_icon
-010806e5=drawable/pointer_zoom_out
-010806e6=drawable/pointer_zoom_out_icon
-010806e7=drawable/pointer_zoom_out_large
-010806e8=drawable/pointer_zoom_out_large_icon
-010806e9=drawable/popup_background_material
-010806ea=drawable/popup_background_mtrl_mult
-010806eb=drawable/popup_bottom_bright
-010806ec=drawable/popup_bottom_dark
-010806ed=drawable/popup_bottom_medium
-010806ee=drawable/popup_center_bright
-010806ef=drawable/popup_center_dark
-010806f0=drawable/popup_center_medium
-010806f1=drawable/popup_full_bright
-010806f2=drawable/popup_full_dark
-010806f3=drawable/popup_inline_error
-010806f4=drawable/popup_inline_error_above
-010806f5=drawable/popup_inline_error_above_am
-010806f6=drawable/popup_inline_error_above_holo_dark
-010806f7=drawable/popup_inline_error_above_holo_dark_am
-010806f8=drawable/popup_inline_error_above_holo_light
-010806f9=drawable/popup_inline_error_above_holo_light_am
-010806fa=drawable/popup_inline_error_am
-010806fb=drawable/popup_inline_error_holo_dark
-010806fc=drawable/popup_inline_error_holo_dark_am
-010806fd=drawable/popup_inline_error_holo_light
-010806fe=drawable/popup_inline_error_holo_light_am
-010806ff=drawable/popup_top_bright
-01080700=drawable/popup_top_dark
-01080701=drawable/pressed_application_background_static
-01080702=drawable/progress_bg_holo_dark
-01080703=drawable/progress_bg_holo_light
-01080704=drawable/progress_horizontal_holo_dark
-01080705=drawable/progress_horizontal_holo_light
-01080706=drawable/progress_horizontal_material
-01080707=drawable/progress_indeterminate_anim_large_material
-01080708=drawable/progress_indeterminate_anim_medium_material
-01080709=drawable/progress_indeterminate_horizontal_holo
-0108070a=drawable/progress_indeterminate_horizontal_material
-0108070b=drawable/progress_large
-0108070c=drawable/progress_large_holo
-0108070d=drawable/progress_large_material
-0108070e=drawable/progress_large_white
-0108070f=drawable/progress_medium
-01080710=drawable/progress_medium_holo
-01080711=drawable/progress_medium_material
-01080712=drawable/progress_medium_white
-01080713=drawable/progress_primary_holo_dark
-01080714=drawable/progress_primary_holo_light
-01080715=drawable/progress_secondary_holo_dark
-01080716=drawable/progress_secondary_holo_light
-01080717=drawable/progress_small
-01080718=drawable/progress_small_holo
-01080719=drawable/progress_small_material
-0108071a=drawable/progress_small_titlebar
-0108071b=drawable/progress_small_white
-0108071c=drawable/progress_static_material
-0108071d=drawable/progressbar_indeterminate1
-0108071e=drawable/progressbar_indeterminate2
-0108071f=drawable/progressbar_indeterminate3
-01080720=drawable/progressbar_indeterminate_holo1
-01080721=drawable/progressbar_indeterminate_holo2
-01080722=drawable/progressbar_indeterminate_holo3
-01080723=drawable/progressbar_indeterminate_holo4
-01080724=drawable/progressbar_indeterminate_holo5
-01080725=drawable/progressbar_indeterminate_holo6
-01080726=drawable/progressbar_indeterminate_holo7
-01080727=drawable/progressbar_indeterminate_holo8
-01080728=drawable/quickactions_arrowdown_left_holo_dark
-01080729=drawable/quickactions_arrowdown_left_holo_light
-0108072a=drawable/quickactions_arrowdown_right_holo_dark
-0108072b=drawable/quickactions_arrowdown_right_holo_light
-0108072c=drawable/quickactions_arrowup_left_holo_dark
-0108072d=drawable/quickactions_arrowup_left_holo_light
-0108072e=drawable/quickactions_arrowup_left_right_holo_dark
-0108072f=drawable/quickactions_arrowup_right_holo_light
-01080730=drawable/quickcontact_badge_overlay_dark
-01080731=drawable/quickcontact_badge_overlay_focused_dark
-01080732=drawable/quickcontact_badge_overlay_focused_dark_am
-01080733=drawable/quickcontact_badge_overlay_focused_light
-01080734=drawable/quickcontact_badge_overlay_focused_light_am
-01080735=drawable/quickcontact_badge_overlay_light
-01080736=drawable/quickcontact_badge_overlay_normal_dark
-01080737=drawable/quickcontact_badge_overlay_normal_dark_am
-01080738=drawable/quickcontact_badge_overlay_normal_light
-01080739=drawable/quickcontact_badge_overlay_normal_light_am
-0108073a=drawable/quickcontact_badge_overlay_pressed_dark
-0108073b=drawable/quickcontact_badge_overlay_pressed_dark_am
-0108073c=drawable/quickcontact_badge_overlay_pressed_light
-0108073d=drawable/quickcontact_badge_overlay_pressed_light_am
-0108073e=drawable/rate_star_big_half
-0108073f=drawable/rate_star_big_half_holo_dark
-01080740=drawable/rate_star_big_half_holo_light
-01080741=drawable/rate_star_big_off
-01080742=drawable/rate_star_big_off_holo_dark
-01080743=drawable/rate_star_big_off_holo_light
-01080744=drawable/rate_star_big_on
-01080745=drawable/rate_star_big_on_holo_dark
-01080746=drawable/rate_star_big_on_holo_light
-01080747=drawable/rate_star_med_half
-01080748=drawable/rate_star_med_half_holo_dark
-01080749=drawable/rate_star_med_half_holo_light
-0108074a=drawable/rate_star_med_off
-0108074b=drawable/rate_star_med_off_holo_dark
-0108074c=drawable/rate_star_med_off_holo_light
-0108074d=drawable/rate_star_med_on
-0108074e=drawable/rate_star_med_on_holo_dark
-0108074f=drawable/rate_star_med_on_holo_light
-01080750=drawable/rate_star_small_half
-01080751=drawable/rate_star_small_half_holo_dark
-01080752=drawable/rate_star_small_half_holo_light
-01080753=drawable/rate_star_small_off
-01080754=drawable/rate_star_small_off_holo_dark
-01080755=drawable/rate_star_small_off_holo_light
-01080756=drawable/rate_star_small_on
-01080757=drawable/rate_star_small_on_holo_dark
-01080758=drawable/rate_star_small_on_holo_light
-01080759=drawable/ratingbar
-0108075a=drawable/ratingbar_full
-0108075b=drawable/ratingbar_full_empty
-0108075c=drawable/ratingbar_full_empty_holo_dark
-0108075d=drawable/ratingbar_full_empty_holo_light
-0108075e=drawable/ratingbar_full_empty_material
-0108075f=drawable/ratingbar_full_filled
-01080760=drawable/ratingbar_full_filled_holo_dark
-01080761=drawable/ratingbar_full_filled_holo_light
-01080762=drawable/ratingbar_full_filled_material
-01080763=drawable/ratingbar_full_half_material
-01080764=drawable/ratingbar_full_holo_dark
-01080765=drawable/ratingbar_full_holo_light
-01080766=drawable/ratingbar_holo_dark
-01080767=drawable/ratingbar_holo_light
-01080768=drawable/ratingbar_indicator_material
-01080769=drawable/ratingbar_material
-0108076a=drawable/ratingbar_small
-0108076b=drawable/ratingbar_small_holo_dark
-0108076c=drawable/ratingbar_small_holo_light
-0108076d=drawable/ratingbar_small_material
-0108076e=drawable/recent_dialog_background
-0108076f=drawable/red_shield
-01080770=drawable/resolver_icon_placeholder
-01080771=drawable/resolver_turn_on_work_button_ripple_background
-01080772=drawable/reticle
-01080773=drawable/safe_mode_background
-01080774=drawable/screen_background_holo_dark
-01080775=drawable/screen_background_holo_light
-01080776=drawable/screen_background_selector_dark
-01080777=drawable/screen_background_selector_light
-01080778=drawable/scroll_indicator_material
-01080779=drawable/scrollbar_handle_accelerated_anim2
-0108077a=drawable/scrollbar_handle_holo_dark
-0108077b=drawable/scrollbar_handle_holo_light
-0108077c=drawable/scrollbar_handle_horizontal
-0108077d=drawable/scrollbar_handle_material
-0108077e=drawable/scrollbar_handle_vertical
-0108077f=drawable/scrollbar_vertical_thumb
-01080780=drawable/scrollbar_vertical_track
-01080781=drawable/scrubber_control_disabled_holo
-01080782=drawable/scrubber_control_focused_holo
-01080783=drawable/scrubber_control_normal_holo
-01080784=drawable/scrubber_control_on_mtrl_alpha
-01080785=drawable/scrubber_control_on_pressed_mtrl_alpha
-01080786=drawable/scrubber_control_pressed_holo
-01080787=drawable/scrubber_control_selector_holo
-01080788=drawable/scrubber_primary_holo
-01080789=drawable/scrubber_primary_mtrl_alpha
-0108078a=drawable/scrubber_progress_horizontal_holo_dark
-0108078b=drawable/scrubber_progress_horizontal_holo_light
-0108078c=drawable/scrubber_secondary_holo
-0108078d=drawable/scrubber_track_holo_dark
-0108078e=drawable/scrubber_track_holo_light
-0108078f=drawable/scrubber_track_mtrl_alpha
-01080790=drawable/search_bar_default_color
-01080791=drawable/search_dropdown_background
-01080792=drawable/search_dropdown_dark
-01080793=drawable/search_dropdown_light
-01080794=drawable/search_plate
-01080795=drawable/search_plate_global
-01080796=drawable/search_spinner
-01080797=drawable/seek_thumb
-01080798=drawable/seek_thumb_normal
-01080799=drawable/seek_thumb_pressed
-0108079a=drawable/seek_thumb_selected
-0108079b=drawable/seekbar_thumb_material_anim
-0108079c=drawable/seekbar_thumb_pressed_to_unpressed
-0108079d=drawable/seekbar_thumb_pressed_to_unpressed_animation
-0108079e=drawable/seekbar_thumb_unpressed_to_pressed
-0108079f=drawable/seekbar_thumb_unpressed_to_pressed_animation
-010807a0=drawable/seekbar_tick_mark_material
-010807a1=drawable/seekbar_track_material
-010807a2=drawable/selected_day_background
-010807a3=drawable/settings_header
-010807a4=drawable/settings_header_raw
-010807a5=drawable/silent_mode_indicator
-010807a6=drawable/sim_dark_blue
-010807a7=drawable/sim_dark_green
-010807a8=drawable/sim_dark_orange
-010807a9=drawable/sim_dark_purple
-010807aa=drawable/sim_light_blue
-010807ab=drawable/sim_light_green
-010807ac=drawable/sim_light_orange
-010807ad=drawable/sim_light_purple
-010807ae=drawable/slice_remote_input_bg
-010807af=drawable/slice_ripple_drawable
-010807b0=drawable/spinner_16_inner_holo
-010807b1=drawable/spinner_16_outer_holo
-010807b2=drawable/spinner_48_inner_holo
-010807b3=drawable/spinner_48_outer_holo
-010807b4=drawable/spinner_76_inner_holo
-010807b5=drawable/spinner_76_outer_holo
-010807b6=drawable/spinner_ab_activated_holo_dark
-010807b7=drawable/spinner_ab_activated_holo_light
-010807b8=drawable/spinner_ab_default_holo_dark
-010807b9=drawable/spinner_ab_default_holo_dark_am
-010807ba=drawable/spinner_ab_default_holo_light
-010807bb=drawable/spinner_ab_default_holo_light_am
-010807bc=drawable/spinner_ab_disabled_holo_dark
-010807bd=drawable/spinner_ab_disabled_holo_dark_am
-010807be=drawable/spinner_ab_disabled_holo_light
-010807bf=drawable/spinner_ab_disabled_holo_light_am
-010807c0=drawable/spinner_ab_focused_holo_dark
-010807c1=drawable/spinner_ab_focused_holo_dark_am
-010807c2=drawable/spinner_ab_focused_holo_light
-010807c3=drawable/spinner_ab_focused_holo_light_am
-010807c4=drawable/spinner_ab_holo_dark
-010807c5=drawable/spinner_ab_holo_light
-010807c6=drawable/spinner_ab_pressed_holo_dark
-010807c7=drawable/spinner_ab_pressed_holo_dark_am
-010807c8=drawable/spinner_ab_pressed_holo_light
-010807c9=drawable/spinner_ab_pressed_holo_light_am
-010807ca=drawable/spinner_activated_holo_dark
-010807cb=drawable/spinner_activated_holo_light
-010807cc=drawable/spinner_background_holo_dark
-010807cd=drawable/spinner_background_holo_light
-010807ce=drawable/spinner_background_material
-010807cf=drawable/spinner_black_16
-010807d0=drawable/spinner_black_20
-010807d1=drawable/spinner_black_48
-010807d2=drawable/spinner_black_76
-010807d3=drawable/spinner_default_holo_dark
-010807d4=drawable/spinner_default_holo_dark_am
-010807d5=drawable/spinner_default_holo_light
-010807d6=drawable/spinner_default_holo_light_am
-010807d7=drawable/spinner_disabled_holo
-010807d8=drawable/spinner_disabled_holo_dark
-010807d9=drawable/spinner_disabled_holo_dark_am
-010807da=drawable/spinner_disabled_holo_light
-010807db=drawable/spinner_disabled_holo_light_am
-010807dc=drawable/spinner_dropdown_background_down
-010807dd=drawable/spinner_dropdown_background_up
-010807de=drawable/spinner_focused_holo_dark
-010807df=drawable/spinner_focused_holo_dark_am
-010807e0=drawable/spinner_focused_holo_light
-010807e1=drawable/spinner_focused_holo_light_am
-010807e2=drawable/spinner_normal
-010807e3=drawable/spinner_normal_holo
-010807e4=drawable/spinner_press
-010807e5=drawable/spinner_pressed_holo_dark
-010807e6=drawable/spinner_pressed_holo_dark_am
-010807e7=drawable/spinner_pressed_holo_light
-010807e8=drawable/spinner_pressed_holo_light_am
-010807e9=drawable/spinner_select
-010807ea=drawable/spinner_textfield_background_material
-010807eb=drawable/spinner_white_16
-010807ec=drawable/spinner_white_48
-010807ed=drawable/spinner_white_76
-010807ee=drawable/stat_ecb_mode
-010807ef=drawable/stat_notify_car_mode
-010807f0=drawable/stat_notify_disabled_data
-010807f1=drawable/stat_notify_disk_full
-010807f2=drawable/stat_notify_email_generic
-010807f3=drawable/stat_notify_gmail
-010807f4=drawable/stat_notify_mmcc_indication_icn
-010807f5=drawable/stat_notify_rssi_in_range
-010807f6=drawable/stat_notify_sim_toolkit
-010807f7=drawable/stat_notify_sync_anim0
-010807f8=drawable/stat_notify_sync_error
-010807f9=drawable/stat_notify_wifi_in_range
-010807fa=drawable/stat_sys_adb
-010807fb=drawable/stat_sys_battery
-010807fc=drawable/stat_sys_battery_0
-010807fd=drawable/stat_sys_battery_10
-010807fe=drawable/stat_sys_battery_100
-010807ff=drawable/stat_sys_battery_15
-01080800=drawable/stat_sys_battery_20
-01080801=drawable/stat_sys_battery_28
-01080802=drawable/stat_sys_battery_40
-01080803=drawable/stat_sys_battery_43
-01080804=drawable/stat_sys_battery_57
-01080805=drawable/stat_sys_battery_60
-01080806=drawable/stat_sys_battery_71
-01080807=drawable/stat_sys_battery_80
-01080808=drawable/stat_sys_battery_85
-01080809=drawable/stat_sys_battery_charge
-0108080a=drawable/stat_sys_battery_charge_anim0
-0108080b=drawable/stat_sys_battery_charge_anim1
-0108080c=drawable/stat_sys_battery_charge_anim100
-0108080d=drawable/stat_sys_battery_charge_anim15
-0108080e=drawable/stat_sys_battery_charge_anim2
-0108080f=drawable/stat_sys_battery_charge_anim28
-01080810=drawable/stat_sys_battery_charge_anim3
-01080811=drawable/stat_sys_battery_charge_anim4
-01080812=drawable/stat_sys_battery_charge_anim43
-01080813=drawable/stat_sys_battery_charge_anim5
-01080814=drawable/stat_sys_battery_charge_anim57
-01080815=drawable/stat_sys_battery_charge_anim71
-01080816=drawable/stat_sys_battery_charge_anim85
-01080817=drawable/stat_sys_battery_unknown
-01080818=drawable/stat_sys_certificate_info
-01080819=drawable/stat_sys_data_usb
-0108081a=drawable/stat_sys_data_wimax_signal_3_fully
-0108081b=drawable/stat_sys_data_wimax_signal_disconnected
-0108081c=drawable/stat_sys_download_anim0
-0108081d=drawable/stat_sys_download_anim1
-0108081e=drawable/stat_sys_download_anim2
-0108081f=drawable/stat_sys_download_anim3
-01080820=drawable/stat_sys_download_anim4
-01080821=drawable/stat_sys_download_anim5
-01080822=drawable/stat_sys_download_done_static
-01080823=drawable/stat_sys_gps_on
-01080824=drawable/stat_sys_r_signal_0_cdma
-01080825=drawable/stat_sys_r_signal_1_cdma
-01080826=drawable/stat_sys_r_signal_2_cdma
-01080827=drawable/stat_sys_r_signal_3_cdma
-01080828=drawable/stat_sys_r_signal_4_cdma
-01080829=drawable/stat_sys_ra_signal_0_cdma
-0108082a=drawable/stat_sys_ra_signal_1_cdma
-0108082b=drawable/stat_sys_ra_signal_2_cdma
-0108082c=drawable/stat_sys_ra_signal_3_cdma
-0108082d=drawable/stat_sys_ra_signal_4_cdma
-0108082e=drawable/stat_sys_signal_0_cdma
-0108082f=drawable/stat_sys_signal_1_cdma
-01080830=drawable/stat_sys_signal_2_cdma
-01080831=drawable/stat_sys_signal_3_cdma
-01080832=drawable/stat_sys_signal_4_cdma
-01080833=drawable/stat_sys_signal_evdo_0
-01080834=drawable/stat_sys_signal_evdo_1
-01080835=drawable/stat_sys_signal_evdo_2
-01080836=drawable/stat_sys_signal_evdo_3
-01080837=drawable/stat_sys_signal_evdo_4
-01080838=drawable/stat_sys_tether_wifi
-01080839=drawable/stat_sys_throttled
-0108083a=drawable/stat_sys_upload_anim0
-0108083b=drawable/stat_sys_upload_anim1
-0108083c=drawable/stat_sys_upload_anim2
-0108083d=drawable/stat_sys_upload_anim3
-0108083e=drawable/stat_sys_upload_anim4
-0108083f=drawable/stat_sys_upload_anim5
-01080840=drawable/stat_sys_vitals
-01080841=drawable/status_bar_background
-01080842=drawable/status_bar_closed_default_background
-01080843=drawable/status_bar_header_background
-01080844=drawable/status_bar_item_app_background_normal
-01080845=drawable/status_bar_item_background_focus
-01080846=drawable/status_bar_item_background_normal
-01080847=drawable/status_bar_item_background_pressed
-01080848=drawable/status_bar_opened_default_background
-01080849=drawable/statusbar_background
-0108084a=drawable/submenu_arrow
-0108084b=drawable/submenu_arrow_nofocus
-0108084c=drawable/switch_bg_disabled_holo_dark
-0108084d=drawable/switch_bg_disabled_holo_light
-0108084e=drawable/switch_bg_focused_holo_dark
-0108084f=drawable/switch_bg_focused_holo_light
-01080850=drawable/switch_bg_holo_dark
-01080851=drawable/switch_bg_holo_light
-01080852=drawable/switch_inner_holo_dark
-01080853=drawable/switch_inner_holo_light
-01080854=drawable/switch_thumb_activated_holo_dark
-01080855=drawable/switch_thumb_activated_holo_light
-01080856=drawable/switch_thumb_disabled_holo_dark
-01080857=drawable/switch_thumb_disabled_holo_light
-01080858=drawable/switch_thumb_holo_dark
-01080859=drawable/switch_thumb_holo_light
-0108085a=drawable/switch_thumb_holo_light_v2
-0108085b=drawable/switch_thumb_material_anim
-0108085c=drawable/switch_thumb_pressed_holo_dark
-0108085d=drawable/switch_thumb_pressed_holo_light
-0108085e=drawable/switch_thumb_watch_default_dark_anim
-0108085f=drawable/switch_track_holo_dark
-01080860=drawable/switch_track_holo_light
-01080861=drawable/switch_track_material
-01080862=drawable/sym_action_add
-01080863=drawable/sym_app_on_sd_unavailable_icon
-01080864=drawable/sym_def_app_icon_background
-01080865=drawable/sym_keyboard_delete
-01080866=drawable/sym_keyboard_delete_dim
-01080867=drawable/sym_keyboard_delete_holo
-01080868=drawable/sym_keyboard_enter
-01080869=drawable/sym_keyboard_feedback_delete
-0108086a=drawable/sym_keyboard_feedback_ok
-0108086b=drawable/sym_keyboard_feedback_return
-0108086c=drawable/sym_keyboard_feedback_shift
-0108086d=drawable/sym_keyboard_feedback_shift_locked
-0108086e=drawable/sym_keyboard_feedback_space
-0108086f=drawable/sym_keyboard_num0_no_plus
-01080870=drawable/sym_keyboard_num1
-01080871=drawable/sym_keyboard_num2
-01080872=drawable/sym_keyboard_num3
-01080873=drawable/sym_keyboard_num4
-01080874=drawable/sym_keyboard_num5
-01080875=drawable/sym_keyboard_num6
-01080876=drawable/sym_keyboard_num7
-01080877=drawable/sym_keyboard_num8
-01080878=drawable/sym_keyboard_num9
-01080879=drawable/sym_keyboard_ok
-0108087a=drawable/sym_keyboard_ok_dim
-0108087b=drawable/sym_keyboard_return
-0108087c=drawable/sym_keyboard_return_holo
-0108087d=drawable/sym_keyboard_shift
-0108087e=drawable/sym_keyboard_shift_locked
-0108087f=drawable/sym_keyboard_space
-01080880=drawable/tab_bottom_holo
-01080881=drawable/tab_bottom_left
-01080882=drawable/tab_bottom_left_v4
-01080883=drawable/tab_bottom_right
-01080884=drawable/tab_bottom_right_v4
-01080885=drawable/tab_focus
-01080886=drawable/tab_focus_bar_left
-01080887=drawable/tab_focus_bar_right
-01080888=drawable/tab_indicator
-01080889=drawable/tab_indicator_ab_holo
-0108088a=drawable/tab_indicator_holo
-0108088b=drawable/tab_indicator_material
-0108088c=drawable/tab_indicator_mtrl_alpha
-0108088d=drawable/tab_indicator_resolver
-0108088e=drawable/tab_indicator_v4
-0108088f=drawable/tab_press
-01080890=drawable/tab_press_bar_left
-01080891=drawable/tab_press_bar_right
-01080892=drawable/tab_pressed_holo
-01080893=drawable/tab_selected
-01080894=drawable/tab_selected_bar_left
-01080895=drawable/tab_selected_bar_left_v4
-01080896=drawable/tab_selected_bar_right
-01080897=drawable/tab_selected_bar_right_v4
-01080898=drawable/tab_selected_focused_holo
-01080899=drawable/tab_selected_holo
-0108089a=drawable/tab_selected_pressed_holo
-0108089b=drawable/tab_selected_v4
-0108089c=drawable/tab_unselected
-0108089d=drawable/tab_unselected_focused_holo
-0108089e=drawable/tab_unselected_holo
-0108089f=drawable/tab_unselected_pressed_holo
-010808a0=drawable/tab_unselected_v4
-010808a1=drawable/text_cursor_holo_dark
-010808a2=drawable/text_cursor_holo_light
-010808a3=drawable/text_cursor_material
-010808a4=drawable/text_edit_paste_window
-010808a5=drawable/text_edit_side_paste_window
-010808a6=drawable/text_edit_suggestions_window
-010808a7=drawable/text_select_handle_left_material
-010808a8=drawable/text_select_handle_left_mtrl_alpha
-010808a9=drawable/text_select_handle_middle_material
-010808aa=drawable/text_select_handle_middle_mtrl_alpha
-010808ab=drawable/text_select_handle_right_material
-010808ac=drawable/text_select_handle_right_mtrl_alpha
-010808ad=drawable/textfield_activated_holo_dark
-010808ae=drawable/textfield_activated_holo_light
-010808af=drawable/textfield_activated_mtrl_alpha
-010808b0=drawable/textfield_bg_activated_holo_dark
-010808b1=drawable/textfield_bg_default_holo_dark
-010808b2=drawable/textfield_bg_disabled_focused_holo_dark
-010808b3=drawable/textfield_bg_disabled_holo_dark
-010808b4=drawable/textfield_bg_focused_holo_dark
-010808b5=drawable/textfield_default
-010808b6=drawable/textfield_default_holo_dark
-010808b7=drawable/textfield_default_holo_light
-010808b8=drawable/textfield_default_mtrl_alpha
-010808b9=drawable/textfield_disabled
-010808ba=drawable/textfield_disabled_focused_holo_dark
-010808bb=drawable/textfield_disabled_focused_holo_light
-010808bc=drawable/textfield_disabled_holo_dark
-010808bd=drawable/textfield_disabled_holo_light
-010808be=drawable/textfield_disabled_selected
-010808bf=drawable/textfield_focused_holo_dark
-010808c0=drawable/textfield_focused_holo_light
-010808c1=drawable/textfield_longpress_holo
-010808c2=drawable/textfield_multiline_activated_holo_dark
-010808c3=drawable/textfield_multiline_activated_holo_light
-010808c4=drawable/textfield_multiline_default_holo_dark
-010808c5=drawable/textfield_multiline_default_holo_light
-010808c6=drawable/textfield_multiline_disabled_focused_holo_dark
-010808c7=drawable/textfield_multiline_disabled_focused_holo_light
-010808c8=drawable/textfield_multiline_disabled_holo_dark
-010808c9=drawable/textfield_multiline_disabled_holo_light
-010808ca=drawable/textfield_multiline_focused_holo_dark
-010808cb=drawable/textfield_multiline_focused_holo_light
-010808cc=drawable/textfield_pressed_holo
-010808cd=drawable/textfield_search
-010808ce=drawable/textfield_search_activated_mtrl_alpha
-010808cf=drawable/textfield_search_default
-010808d0=drawable/textfield_search_default_holo_dark
-010808d1=drawable/textfield_search_default_holo_light
-010808d2=drawable/textfield_search_default_mtrl_alpha
-010808d3=drawable/textfield_search_empty
-010808d4=drawable/textfield_search_empty_default
-010808d5=drawable/textfield_search_empty_pressed
-010808d6=drawable/textfield_search_empty_selected
-010808d7=drawable/textfield_search_material
-010808d8=drawable/textfield_search_pressed
-010808d9=drawable/textfield_search_right_default_holo_dark
-010808da=drawable/textfield_search_right_default_holo_light
-010808db=drawable/textfield_search_right_selected_holo_dark
-010808dc=drawable/textfield_search_right_selected_holo_light
-010808dd=drawable/textfield_search_selected
-010808de=drawable/textfield_search_selected_holo_dark
-010808df=drawable/textfield_search_selected_holo_light
-010808e0=drawable/textfield_searchview_holo_dark
-010808e1=drawable/textfield_searchview_holo_light
-010808e2=drawable/textfield_searchview_right_holo_dark
-010808e3=drawable/textfield_searchview_right_holo_light
-010808e4=drawable/textfield_selected
-010808e5=drawable/time_picker_editable_background
-010808e6=drawable/title_bar_medium
-010808e7=drawable/title_bar_portrait
-010808e8=drawable/title_bar_shadow
-010808e9=drawable/tooltip_frame
-010808ea=drawable/transportcontrol_bg
-010808eb=drawable/unknown_image
-010808ec=drawable/unlock_default
-010808ed=drawable/unlock_halo
-010808ee=drawable/unlock_ring
-010808ef=drawable/unlock_wave
-010808f0=drawable/vector_drawable_progress_bar_large
-010808f1=drawable/vector_drawable_progress_bar_medium
-010808f2=drawable/vector_drawable_progress_bar_small
-010808f3=drawable/vector_drawable_progress_indeterminate_horizontal
-010808f4=drawable/view_accessibility_focused
-010808f5=drawable/vpn_connected
-010808f6=drawable/vpn_disconnected
-010808f7=drawable/watch_switch_thumb_mtrl_14w
-010808f8=drawable/watch_switch_thumb_mtrl_15w
-010808f9=drawable/watch_switch_thumb_mtrl_16w
-010808fa=drawable/watch_switch_thumb_mtrl_17w
-010808fb=drawable/watch_switch_thumb_mtrl_18w
-010808fc=drawable/watch_switch_track_mtrl
+010800b5=drawable/ic_safety_protection
+010800b6=drawable/$loading_spinner__0
+010800b7=drawable/$loading_spinner__1
+010800b8=drawable/$loading_spinner__2
+010800b9=drawable/$progress_indeterminate_horizontal_material__0
+010800ba=drawable/$progress_indeterminate_horizontal_material__1
+010800bb=drawable/$progress_indeterminate_horizontal_material__10
+010800bc=drawable/$progress_indeterminate_horizontal_material__11
+010800bd=drawable/$progress_indeterminate_horizontal_material__12
+010800be=drawable/$progress_indeterminate_horizontal_material__13
+010800bf=drawable/$progress_indeterminate_horizontal_material__14
+010800c0=drawable/$progress_indeterminate_horizontal_material__15
+010800c1=drawable/$progress_indeterminate_horizontal_material__16
+010800c2=drawable/$progress_indeterminate_horizontal_material__17
+010800c3=drawable/$progress_indeterminate_horizontal_material__18
+010800c4=drawable/$progress_indeterminate_horizontal_material__19
+010800c5=drawable/$progress_indeterminate_horizontal_material__2
+010800c6=drawable/$progress_indeterminate_horizontal_material__20
+010800c7=drawable/$progress_indeterminate_horizontal_material__21
+010800c8=drawable/$progress_indeterminate_horizontal_material__22
+010800c9=drawable/$progress_indeterminate_horizontal_material__23
+010800ca=drawable/$progress_indeterminate_horizontal_material__24
+010800cb=drawable/$progress_indeterminate_horizontal_material__25
+010800cc=drawable/$progress_indeterminate_horizontal_material__26
+010800cd=drawable/$progress_indeterminate_horizontal_material__27
+010800ce=drawable/$progress_indeterminate_horizontal_material__28
+010800cf=drawable/$progress_indeterminate_horizontal_material__29
+010800d0=drawable/$progress_indeterminate_horizontal_material__3
+010800d1=drawable/$progress_indeterminate_horizontal_material__30
+010800d2=drawable/$progress_indeterminate_horizontal_material__31
+010800d3=drawable/$progress_indeterminate_horizontal_material__32
+010800d4=drawable/$progress_indeterminate_horizontal_material__33
+010800d5=drawable/$progress_indeterminate_horizontal_material__34
+010800d6=drawable/$progress_indeterminate_horizontal_material__35
+010800d7=drawable/$progress_indeterminate_horizontal_material__36
+010800d8=drawable/$progress_indeterminate_horizontal_material__37
+010800d9=drawable/$progress_indeterminate_horizontal_material__38
+010800da=drawable/$progress_indeterminate_horizontal_material__39
+010800db=drawable/$progress_indeterminate_horizontal_material__4
+010800dc=drawable/$progress_indeterminate_horizontal_material__40
+010800dd=drawable/$progress_indeterminate_horizontal_material__41
+010800de=drawable/$progress_indeterminate_horizontal_material__42
+010800df=drawable/$progress_indeterminate_horizontal_material__43
+010800e0=drawable/$progress_indeterminate_horizontal_material__44
+010800e1=drawable/$progress_indeterminate_horizontal_material__45
+010800e2=drawable/$progress_indeterminate_horizontal_material__46
+010800e3=drawable/$progress_indeterminate_horizontal_material__47
+010800e4=drawable/$progress_indeterminate_horizontal_material__48
+010800e5=drawable/$progress_indeterminate_horizontal_material__49
+010800e6=drawable/$progress_indeterminate_horizontal_material__5
+010800e7=drawable/$progress_indeterminate_horizontal_material__50
+010800e8=drawable/$progress_indeterminate_horizontal_material__51
+010800e9=drawable/$progress_indeterminate_horizontal_material__52
+010800ea=drawable/$progress_indeterminate_horizontal_material__53
+010800eb=drawable/$progress_indeterminate_horizontal_material__54
+010800ec=drawable/$progress_indeterminate_horizontal_material__55
+010800ed=drawable/$progress_indeterminate_horizontal_material__56
+010800ee=drawable/$progress_indeterminate_horizontal_material__57
+010800ef=drawable/$progress_indeterminate_horizontal_material__58
+010800f0=drawable/$progress_indeterminate_horizontal_material__59
+010800f1=drawable/$progress_indeterminate_horizontal_material__6
+010800f2=drawable/$progress_indeterminate_horizontal_material__7
+010800f3=drawable/$progress_indeterminate_horizontal_material__8
+010800f4=drawable/$progress_indeterminate_horizontal_material__9
+010800f5=drawable/ab_bottom_solid_dark_holo
+010800f6=drawable/ab_bottom_solid_inverse_holo
+010800f7=drawable/ab_bottom_solid_light_holo
+010800f8=drawable/ab_bottom_transparent_dark_holo
+010800f9=drawable/ab_bottom_transparent_light_holo
+010800fa=drawable/ab_share_pack_holo_dark
+010800fb=drawable/ab_share_pack_holo_light
+010800fc=drawable/ab_share_pack_material
+010800fd=drawable/ab_share_pack_mtrl_alpha
+010800fe=drawable/ab_solid_dark_holo
+010800ff=drawable/ab_solid_light_holo
+01080100=drawable/ab_solid_shadow_holo
+01080101=drawable/ab_solid_shadow_material
+01080102=drawable/ab_solid_shadow_mtrl_alpha
+01080103=drawable/ab_stacked_solid_dark_holo
+01080104=drawable/ab_stacked_solid_inverse_holo
+01080105=drawable/ab_stacked_solid_light_holo
+01080106=drawable/ab_stacked_transparent_dark_holo
+01080107=drawable/ab_stacked_transparent_light_holo
+01080108=drawable/ab_transparent_dark_holo
+01080109=drawable/ab_transparent_light_holo
+0108010a=drawable/accessibility_magnification_thumbnail_background_bg
+0108010b=drawable/accessibility_magnification_thumbnail_background_fg
+0108010c=drawable/accessibility_magnification_thumbnail_bg
+0108010d=drawable/action_bar_background
+0108010e=drawable/action_bar_divider
+0108010f=drawable/action_bar_item_background_material
+01080110=drawable/activated_background
+01080111=drawable/activated_background_holo_dark
+01080112=drawable/activated_background_holo_light
+01080113=drawable/activated_background_light
+01080114=drawable/activated_background_material
+01080115=drawable/activity_embedding_divider_handle
+01080116=drawable/activity_embedding_divider_handle_default
+01080117=drawable/activity_embedding_divider_handle_pressed
+01080118=drawable/activity_title_bar
+01080119=drawable/alert_window_layer
+0108011a=drawable/android_logotype
+0108011b=drawable/app_icon_background
+0108011c=drawable/archived_app_cloud_overlay
+0108011d=drawable/autofill_bottomsheet_background
+0108011e=drawable/autofill_dataset_picker_background
+0108011f=drawable/autofill_half_sheet_divider
+01080120=drawable/autofilled_highlight
+01080121=drawable/background_holo_dark
+01080122=drawable/background_holo_light
+01080123=drawable/background_leanback_setup
+01080124=drawable/battery_charge_background
+01080125=drawable/bilingual_language_item_selection_indicator
+01080126=drawable/blank_tile
+01080127=drawable/bottomsheet_background
+01080128=drawable/box
+01080129=drawable/btn_borderless_material
+0108012a=drawable/btn_borderless_rect
+0108012b=drawable/btn_browser_zoom_fit_page
+0108012c=drawable/btn_browser_zoom_page_overview
+0108012d=drawable/btn_cab_done_default_holo_dark
+0108012e=drawable/btn_cab_done_default_holo_light
+0108012f=drawable/btn_cab_done_focused_holo_dark
+01080130=drawable/btn_cab_done_focused_holo_light
+01080131=drawable/btn_cab_done_holo_dark
+01080132=drawable/btn_cab_done_holo_light
+01080133=drawable/btn_cab_done_pressed_holo_dark
+01080134=drawable/btn_cab_done_pressed_holo_light
+01080135=drawable/btn_check
+01080136=drawable/btn_check_buttonless_off
+01080137=drawable/btn_check_buttonless_on
+01080138=drawable/btn_check_holo_dark
+01080139=drawable/btn_check_holo_light
+0108013a=drawable/btn_check_label_background
+0108013b=drawable/btn_check_material_anim
+0108013c=drawable/btn_check_off
+0108013d=drawable/btn_check_off_disable
+0108013e=drawable/btn_check_off_disable_focused
+0108013f=drawable/btn_check_off_disable_focused_holo_dark
+01080140=drawable/btn_check_off_disable_focused_holo_light
+01080141=drawable/btn_check_off_disable_holo_dark
+01080142=drawable/btn_check_off_disable_holo_light
+01080143=drawable/btn_check_off_disabled_focused_holo_dark
+01080144=drawable/btn_check_off_disabled_focused_holo_light
+01080145=drawable/btn_check_off_disabled_holo_dark
+01080146=drawable/btn_check_off_disabled_holo_light
+01080147=drawable/btn_check_off_focused_holo_dark
+01080148=drawable/btn_check_off_focused_holo_light
+01080149=drawable/btn_check_off_holo
+0108014a=drawable/btn_check_off_holo_dark
+0108014b=drawable/btn_check_off_holo_light
+0108014c=drawable/btn_check_off_normal_holo_dark
+0108014d=drawable/btn_check_off_normal_holo_light
+0108014e=drawable/btn_check_off_pressed
+0108014f=drawable/btn_check_off_pressed_holo_dark
+01080150=drawable/btn_check_off_pressed_holo_light
+01080151=drawable/btn_check_off_selected
+01080152=drawable/btn_check_on
+01080153=drawable/btn_check_on_disable
+01080154=drawable/btn_check_on_disable_focused
+01080155=drawable/btn_check_on_disable_focused_holo_light
+01080156=drawable/btn_check_on_disable_holo_dark
+01080157=drawable/btn_check_on_disable_holo_light
+01080158=drawable/btn_check_on_disabled_focused_holo_dark
+01080159=drawable/btn_check_on_disabled_focused_holo_light
+0108015a=drawable/btn_check_on_disabled_holo_dark
+0108015b=drawable/btn_check_on_disabled_holo_light
+0108015c=drawable/btn_check_on_focused_holo_dark
+0108015d=drawable/btn_check_on_focused_holo_light
+0108015e=drawable/btn_check_on_holo
+0108015f=drawable/btn_check_on_holo_dark
+01080160=drawable/btn_check_on_holo_light
+01080161=drawable/btn_check_on_pressed
+01080162=drawable/btn_check_on_pressed_holo_dark
+01080163=drawable/btn_check_on_pressed_holo_light
+01080164=drawable/btn_check_on_selected
+01080165=drawable/btn_checkbox_checked_mtrl
+01080166=drawable/btn_checkbox_checked_to_unchecked_mtrl_animation
+01080167=drawable/btn_checkbox_unchecked_mtrl
+01080168=drawable/btn_checkbox_unchecked_to_checked_mtrl_animation
+01080169=drawable/btn_circle
+0108016a=drawable/btn_circle_disable
+0108016b=drawable/btn_circle_disable_focused
+0108016c=drawable/btn_circle_normal
+0108016d=drawable/btn_circle_pressed
+0108016e=drawable/btn_circle_selected
+0108016f=drawable/btn_clock_material
+01080170=drawable/btn_close
+01080171=drawable/btn_close_normal
+01080172=drawable/btn_close_pressed
+01080173=drawable/btn_close_selected
+01080174=drawable/btn_colored_material
+01080175=drawable/btn_default_disabled_focused_holo_dark
+01080176=drawable/btn_default_disabled_focused_holo_light
+01080177=drawable/btn_default_disabled_holo
+01080178=drawable/btn_default_disabled_holo_dark
+01080179=drawable/btn_default_disabled_holo_light
+0108017a=drawable/btn_default_focused_holo
+0108017b=drawable/btn_default_focused_holo_dark
+0108017c=drawable/btn_default_focused_holo_light
+0108017d=drawable/btn_default_holo_dark
+0108017e=drawable/btn_default_holo_light
+0108017f=drawable/btn_default_material
+01080180=drawable/btn_default_mtrl_shape
+01080181=drawable/btn_default_normal
+01080182=drawable/btn_default_normal_disable
+01080183=drawable/btn_default_normal_disable_focused
+01080184=drawable/btn_default_normal_holo
+01080185=drawable/btn_default_normal_holo_dark
+01080186=drawable/btn_default_normal_holo_light
+01080187=drawable/btn_default_pressed
+01080188=drawable/btn_default_pressed_holo
+01080189=drawable/btn_default_pressed_holo_dark
+0108018a=drawable/btn_default_pressed_holo_light
+0108018b=drawable/btn_default_selected
+0108018c=drawable/btn_default_small_normal
+0108018d=drawable/btn_default_small_normal_disable
+0108018e=drawable/btn_default_small_normal_disable_focused
+0108018f=drawable/btn_default_small_pressed
+01080190=drawable/btn_default_small_selected
+01080191=drawable/btn_default_transparent
+01080192=drawable/btn_default_transparent_normal
+01080193=drawable/btn_dialog_disable
+01080194=drawable/btn_dialog_normal
+01080195=drawable/btn_dialog_pressed
+01080196=drawable/btn_dialog_selected
+01080197=drawable/btn_dropdown_disabled
+01080198=drawable/btn_dropdown_disabled_focused
+01080199=drawable/btn_dropdown_normal
+0108019a=drawable/btn_dropdown_pressed
+0108019b=drawable/btn_dropdown_selected
+0108019c=drawable/btn_erase_default
+0108019d=drawable/btn_erase_pressed
+0108019e=drawable/btn_erase_selected
+0108019f=drawable/btn_global_search
+010801a0=drawable/btn_global_search_normal
+010801a1=drawable/btn_group_disabled_holo_dark
+010801a2=drawable/btn_group_disabled_holo_light
+010801a3=drawable/btn_group_focused_holo_dark
+010801a4=drawable/btn_group_focused_holo_light
+010801a5=drawable/btn_group_holo_dark
+010801a6=drawable/btn_group_holo_light
+010801a7=drawable/btn_group_normal_holo_dark
+010801a8=drawable/btn_group_normal_holo_light
+010801a9=drawable/btn_group_pressed_holo_dark
+010801aa=drawable/btn_group_pressed_holo_light
+010801ab=drawable/btn_keyboard_key
+010801ac=drawable/btn_keyboard_key_dark_normal_holo
+010801ad=drawable/btn_keyboard_key_dark_normal_off_holo
+010801ae=drawable/btn_keyboard_key_dark_normal_on_holo
+010801af=drawable/btn_keyboard_key_dark_pressed_holo
+010801b0=drawable/btn_keyboard_key_dark_pressed_off_holo
+010801b1=drawable/btn_keyboard_key_dark_pressed_on_holo
+010801b2=drawable/btn_keyboard_key_fulltrans
+010801b3=drawable/btn_keyboard_key_fulltrans_normal
+010801b4=drawable/btn_keyboard_key_fulltrans_normal_off
+010801b5=drawable/btn_keyboard_key_fulltrans_normal_on
+010801b6=drawable/btn_keyboard_key_fulltrans_pressed
+010801b7=drawable/btn_keyboard_key_fulltrans_pressed_off
+010801b8=drawable/btn_keyboard_key_fulltrans_pressed_on
+010801b9=drawable/btn_keyboard_key_ics
+010801ba=drawable/btn_keyboard_key_light_normal_holo
+010801bb=drawable/btn_keyboard_key_light_pressed_holo
+010801bc=drawable/btn_keyboard_key_material
+010801bd=drawable/btn_keyboard_key_normal
+010801be=drawable/btn_keyboard_key_normal_off
+010801bf=drawable/btn_keyboard_key_normal_on
+010801c0=drawable/btn_keyboard_key_pressed
+010801c1=drawable/btn_keyboard_key_pressed_off
+010801c2=drawable/btn_keyboard_key_pressed_on
+010801c3=drawable/btn_keyboard_key_trans
+010801c4=drawable/btn_keyboard_key_trans_normal
+010801c5=drawable/btn_keyboard_key_trans_normal_off
+010801c6=drawable/btn_keyboard_key_trans_normal_on
+010801c7=drawable/btn_keyboard_key_trans_pressed
+010801c8=drawable/btn_keyboard_key_trans_pressed_off
+010801c9=drawable/btn_keyboard_key_trans_pressed_on
+010801ca=drawable/btn_keyboard_key_trans_selected
+010801cb=drawable/btn_leanback
+010801cc=drawable/btn_lock_normal
+010801cd=drawable/btn_media_player
+010801ce=drawable/btn_media_player_disabled
+010801cf=drawable/btn_media_player_disabled_selected
+010801d0=drawable/btn_media_player_pressed
+010801d1=drawable/btn_media_player_selected
+010801d2=drawable/btn_minus_default
+010801d3=drawable/btn_minus_disable
+010801d4=drawable/btn_minus_disable_focused
+010801d5=drawable/btn_minus_pressed
+010801d6=drawable/btn_minus_selected
+010801d7=drawable/btn_notification_emphasized
+010801d8=drawable/btn_outlined
+010801d9=drawable/btn_plus_default
+010801da=drawable/btn_plus_disable
+010801db=drawable/btn_plus_disable_focused
+010801dc=drawable/btn_plus_pressed
+010801dd=drawable/btn_plus_selected
+010801de=drawable/btn_radio_holo_dark
+010801df=drawable/btn_radio_holo_light
+010801e0=drawable/btn_radio_label_background
+010801e1=drawable/btn_radio_material_anim
+010801e2=drawable/btn_radio_off
+010801e3=drawable/btn_radio_off_disabled_focused_holo_dark
+010801e4=drawable/btn_radio_off_disabled_focused_holo_light
+010801e5=drawable/btn_radio_off_disabled_holo_dark
+010801e6=drawable/btn_radio_off_disabled_holo_light
+010801e7=drawable/btn_radio_off_focused_holo_dark
+010801e8=drawable/btn_radio_off_focused_holo_light
+010801e9=drawable/btn_radio_off_holo
+010801ea=drawable/btn_radio_off_holo_dark
+010801eb=drawable/btn_radio_off_holo_light
+010801ec=drawable/btn_radio_off_mtrl
+010801ed=drawable/btn_radio_off_pressed
+010801ee=drawable/btn_radio_off_pressed_holo_dark
+010801ef=drawable/btn_radio_off_pressed_holo_light
+010801f0=drawable/btn_radio_off_selected
+010801f1=drawable/btn_radio_off_to_on_mtrl_animation
+010801f2=drawable/btn_radio_on
+010801f3=drawable/btn_radio_on_disabled_focused_holo_dark
+010801f4=drawable/btn_radio_on_disabled_focused_holo_light
+010801f5=drawable/btn_radio_on_disabled_holo_dark
+010801f6=drawable/btn_radio_on_disabled_holo_light
+010801f7=drawable/btn_radio_on_focused_holo_dark
+010801f8=drawable/btn_radio_on_focused_holo_light
+010801f9=drawable/btn_radio_on_holo
+010801fa=drawable/btn_radio_on_holo_dark
+010801fb=drawable/btn_radio_on_holo_light
+010801fc=drawable/btn_radio_on_mtrl
+010801fd=drawable/btn_radio_on_mtrl_alpha
+010801fe=drawable/btn_radio_on_pressed
+010801ff=drawable/btn_radio_on_pressed_holo_dark
+01080200=drawable/btn_radio_on_pressed_holo_light
+01080201=drawable/btn_radio_on_pressed_mtrl_alpha
+01080202=drawable/btn_radio_on_selected
+01080203=drawable/btn_radio_on_to_off_mtrl_animation
+01080204=drawable/btn_rating_star_off_disabled_focused_holo_dark
+01080205=drawable/btn_rating_star_off_disabled_focused_holo_light
+01080206=drawable/btn_rating_star_off_disabled_holo_dark
+01080207=drawable/btn_rating_star_off_disabled_holo_light
+01080208=drawable/btn_rating_star_off_focused_holo_dark
+01080209=drawable/btn_rating_star_off_focused_holo_light
+0108020a=drawable/btn_rating_star_off_mtrl_alpha
+0108020b=drawable/btn_rating_star_off_normal
+0108020c=drawable/btn_rating_star_off_normal_holo_dark
+0108020d=drawable/btn_rating_star_off_normal_holo_light
+0108020e=drawable/btn_rating_star_off_pressed
+0108020f=drawable/btn_rating_star_off_pressed_holo_dark
+01080210=drawable/btn_rating_star_off_pressed_holo_light
+01080211=drawable/btn_rating_star_off_selected
+01080212=drawable/btn_rating_star_on_disabled_focused_holo_dark
+01080213=drawable/btn_rating_star_on_disabled_focused_holo_light
+01080214=drawable/btn_rating_star_on_disabled_holo_dark
+01080215=drawable/btn_rating_star_on_disabled_holo_light
+01080216=drawable/btn_rating_star_on_focused_holo_dark
+01080217=drawable/btn_rating_star_on_focused_holo_light
+01080218=drawable/btn_rating_star_on_mtrl_alpha
+01080219=drawable/btn_rating_star_on_normal
+0108021a=drawable/btn_rating_star_on_normal_holo_dark
+0108021b=drawable/btn_rating_star_on_normal_holo_light
+0108021c=drawable/btn_rating_star_on_pressed
+0108021d=drawable/btn_rating_star_on_pressed_holo_dark
+0108021e=drawable/btn_rating_star_on_pressed_holo_light
+0108021f=drawable/btn_rating_star_on_selected
+01080220=drawable/btn_search_dialog
+01080221=drawable/btn_search_dialog_default
+01080222=drawable/btn_search_dialog_pressed
+01080223=drawable/btn_search_dialog_selected
+01080224=drawable/btn_search_dialog_voice
+01080225=drawable/btn_search_dialog_voice_default
+01080226=drawable/btn_search_dialog_voice_pressed
+01080227=drawable/btn_search_dialog_voice_selected
+01080228=drawable/btn_square_overlay
+01080229=drawable/btn_square_overlay_disabled
+0108022a=drawable/btn_square_overlay_disabled_focused
+0108022b=drawable/btn_square_overlay_normal
+0108022c=drawable/btn_square_overlay_pressed
+0108022d=drawable/btn_square_overlay_selected
+0108022e=drawable/btn_star_big_off_disable
+0108022f=drawable/btn_star_big_off_disable_focused
+01080230=drawable/btn_star_big_off_pressed
+01080231=drawable/btn_star_big_off_selected
+01080232=drawable/btn_star_big_on_disable
+01080233=drawable/btn_star_big_on_disable_focused
+01080234=drawable/btn_star_big_on_pressed
+01080235=drawable/btn_star_big_on_selected
+01080236=drawable/btn_star_holo_dark
+01080237=drawable/btn_star_holo_light
+01080238=drawable/btn_star_label_background
+01080239=drawable/btn_star_material
+0108023a=drawable/btn_star_mtrl_alpha
+0108023b=drawable/btn_star_off_disabled_focused_holo_dark
+0108023c=drawable/btn_star_off_disabled_focused_holo_light
+0108023d=drawable/btn_star_off_disabled_holo_dark
+0108023e=drawable/btn_star_off_disabled_holo_light
+0108023f=drawable/btn_star_off_focused_holo_dark
+01080240=drawable/btn_star_off_focused_holo_light
+01080241=drawable/btn_star_off_normal_holo_dark
+01080242=drawable/btn_star_off_normal_holo_light
+01080243=drawable/btn_star_off_pressed_holo_dark
+01080244=drawable/btn_star_off_pressed_holo_light
+01080245=drawable/btn_star_on_disabled_focused_holo_dark
+01080246=drawable/btn_star_on_disabled_focused_holo_light
+01080247=drawable/btn_star_on_disabled_holo_dark
+01080248=drawable/btn_star_on_disabled_holo_light
+01080249=drawable/btn_star_on_focused_holo_dark
+0108024a=drawable/btn_star_on_focused_holo_light
+0108024b=drawable/btn_star_on_normal_holo_dark
+0108024c=drawable/btn_star_on_normal_holo_light
+0108024d=drawable/btn_star_on_pressed_holo_dark
+0108024e=drawable/btn_star_on_pressed_holo_light
+0108024f=drawable/btn_switch_to_off_mtrl_00001
+01080250=drawable/btn_switch_to_off_mtrl_00002
+01080251=drawable/btn_switch_to_off_mtrl_00003
+01080252=drawable/btn_switch_to_off_mtrl_00004
+01080253=drawable/btn_switch_to_off_mtrl_00005
+01080254=drawable/btn_switch_to_off_mtrl_00006
+01080255=drawable/btn_switch_to_off_mtrl_00007
+01080256=drawable/btn_switch_to_off_mtrl_00008
+01080257=drawable/btn_switch_to_off_mtrl_00009
+01080258=drawable/btn_switch_to_off_mtrl_00010
+01080259=drawable/btn_switch_to_off_mtrl_00011
+0108025a=drawable/btn_switch_to_off_mtrl_00012
+0108025b=drawable/btn_switch_to_on_mtrl_00001
+0108025c=drawable/btn_switch_to_on_mtrl_00002
+0108025d=drawable/btn_switch_to_on_mtrl_00003
+0108025e=drawable/btn_switch_to_on_mtrl_00004
+0108025f=drawable/btn_switch_to_on_mtrl_00005
+01080260=drawable/btn_switch_to_on_mtrl_00006
+01080261=drawable/btn_switch_to_on_mtrl_00007
+01080262=drawable/btn_switch_to_on_mtrl_00008
+01080263=drawable/btn_switch_to_on_mtrl_00009
+01080264=drawable/btn_switch_to_on_mtrl_00010
+01080265=drawable/btn_switch_to_on_mtrl_00011
+01080266=drawable/btn_switch_to_on_mtrl_00012
+01080267=drawable/btn_toggle
+01080268=drawable/btn_toggle_bg
+01080269=drawable/btn_toggle_holo_dark
+0108026a=drawable/btn_toggle_holo_light
+0108026b=drawable/btn_toggle_material
+0108026c=drawable/btn_toggle_off
+0108026d=drawable/btn_toggle_off_disabled_focused_holo_dark
+0108026e=drawable/btn_toggle_off_disabled_focused_holo_light
+0108026f=drawable/btn_toggle_off_disabled_holo_dark
+01080270=drawable/btn_toggle_off_disabled_holo_light
+01080271=drawable/btn_toggle_off_focused_holo_dark
+01080272=drawable/btn_toggle_off_focused_holo_light
+01080273=drawable/btn_toggle_off_normal_holo_dark
+01080274=drawable/btn_toggle_off_normal_holo_light
+01080275=drawable/btn_toggle_off_pressed_holo_dark
+01080276=drawable/btn_toggle_off_pressed_holo_light
+01080277=drawable/btn_toggle_on
+01080278=drawable/btn_toggle_on_disabled_focused_holo_dark
+01080279=drawable/btn_toggle_on_disabled_focused_holo_light
+0108027a=drawable/btn_toggle_on_disabled_holo_dark
+0108027b=drawable/btn_toggle_on_disabled_holo_light
+0108027c=drawable/btn_toggle_on_focused_holo_dark
+0108027d=drawable/btn_toggle_on_focused_holo_light
+0108027e=drawable/btn_toggle_on_normal_holo_dark
+0108027f=drawable/btn_toggle_on_normal_holo_light
+01080280=drawable/btn_toggle_on_pressed_holo_dark
+01080281=drawable/btn_toggle_on_pressed_holo_light
+01080282=drawable/btn_tonal
+01080283=drawable/btn_zoom_down
+01080284=drawable/btn_zoom_down_disabled
+01080285=drawable/btn_zoom_down_disabled_focused
+01080286=drawable/btn_zoom_down_normal
+01080287=drawable/btn_zoom_down_pressed
+01080288=drawable/btn_zoom_down_selected
+01080289=drawable/btn_zoom_page
+0108028a=drawable/btn_zoom_page_normal
+0108028b=drawable/btn_zoom_page_press
+0108028c=drawable/btn_zoom_up
+0108028d=drawable/btn_zoom_up_disabled
+0108028e=drawable/btn_zoom_up_disabled_focused
+0108028f=drawable/btn_zoom_up_normal
+01080290=drawable/btn_zoom_up_pressed
+01080291=drawable/btn_zoom_up_selected
+01080292=drawable/button_inset
+01080293=drawable/cab_background_bottom_holo_dark
+01080294=drawable/cab_background_bottom_holo_light
+01080295=drawable/cab_background_bottom_material
+01080296=drawable/cab_background_bottom_mtrl_alpha
+01080297=drawable/cab_background_top_holo_dark
+01080298=drawable/cab_background_top_holo_light
+01080299=drawable/cab_background_top_material
+0108029a=drawable/cab_background_top_mtrl_alpha
+0108029b=drawable/call_contact
+0108029c=drawable/car_button_background
+0108029d=drawable/car_dialog_button_background
+0108029e=drawable/car_seekbar_thumb
+0108029f=drawable/car_seekbar_thumb_dark
+010802a0=drawable/car_seekbar_thumb_light
+010802a1=drawable/car_seekbar_track
+010802a2=drawable/car_seekbar_track_dark
+010802a3=drawable/car_seekbar_track_light
+010802a4=drawable/car_switch_thumb
+010802a5=drawable/car_switch_track
+010802a6=drawable/chooser_action_button_bg
+010802a7=drawable/chooser_content_preview_rounded
+010802a8=drawable/chooser_dialog_background
+010802a9=drawable/chooser_direct_share_icon_placeholder
+010802aa=drawable/chooser_direct_share_label_placeholder
+010802ab=drawable/chooser_file_generic
+010802ac=drawable/chooser_group_background
+010802ad=drawable/chooser_pinned_background
+010802ae=drawable/chooser_row_layer_list
+010802af=drawable/cling_arrow_up
+010802b0=drawable/cling_bg
+010802b1=drawable/cling_button
+010802b2=drawable/cling_button_normal
+010802b3=drawable/cling_button_pressed
+010802b4=drawable/clock_dial
+010802b5=drawable/clock_hand_hour
+010802b6=drawable/clock_hand_minute
+010802b7=drawable/code_lock_bottom
+010802b8=drawable/code_lock_left
+010802b9=drawable/code_lock_top
+010802ba=drawable/combobox_disabled
+010802bb=drawable/combobox_nohighlight
+010802bc=drawable/compass_arrow
+010802bd=drawable/compass_base
+010802be=drawable/config_scrollbarThumbVertical
+010802bf=drawable/config_scrollbarTrackVertical
+010802c0=drawable/contact_header_bg
+010802c1=drawable/control_background_32dp_material
+010802c2=drawable/control_background_40dp_material
+010802c3=drawable/conversation_badge_background
+010802c4=drawable/conversation_badge_ring
+010802c5=drawable/create_contact
+010802c6=drawable/dark_header_dither
+010802c7=drawable/day_picker_week_view_dayline_holo
+010802c8=drawable/decor_caption_title
+010802c9=drawable/decor_caption_title_focused
+010802ca=drawable/decor_caption_title_unfocused
+010802cb=drawable/decor_close_button_dark
+010802cc=drawable/decor_close_button_light
+010802cd=drawable/decor_maximize_button_dark
+010802ce=drawable/decor_maximize_button_light
+010802cf=drawable/default_lock_wallpaper
+010802d0=drawable/default_wallpaper
+010802d1=drawable/dialog_background_material
+010802d2=drawable/dialog_bottom_holo_dark
+010802d3=drawable/dialog_bottom_holo_light
+010802d4=drawable/dialog_divider_horizontal_holo_dark
+010802d5=drawable/dialog_divider_horizontal_holo_light
+010802d6=drawable/dialog_divider_horizontal_light
+010802d7=drawable/dialog_full_holo_dark
+010802d8=drawable/dialog_full_holo_light
+010802d9=drawable/dialog_ic_close_focused_holo_dark
+010802da=drawable/dialog_ic_close_focused_holo_light
+010802db=drawable/dialog_ic_close_normal_holo_dark
+010802dc=drawable/dialog_ic_close_normal_holo_light
+010802dd=drawable/dialog_ic_close_pressed_holo_dark
+010802de=drawable/dialog_ic_close_pressed_holo_light
+010802df=drawable/dialog_middle_holo
+010802e0=drawable/dialog_middle_holo_dark
+010802e1=drawable/dialog_middle_holo_light
+010802e2=drawable/dialog_top_holo_dark
+010802e3=drawable/dialog_top_holo_light
+010802e4=drawable/divider_horizontal_bright_opaque
+010802e5=drawable/divider_horizontal_dark_opaque
+010802e6=drawable/divider_horizontal_holo_dark
+010802e7=drawable/divider_horizontal_holo_light
+010802e8=drawable/divider_strong_holo
+010802e9=drawable/divider_vertical_bright
+010802ea=drawable/divider_vertical_bright_opaque
+010802eb=drawable/divider_vertical_dark
+010802ec=drawable/divider_vertical_dark_opaque
+010802ed=drawable/divider_vertical_holo_dark
+010802ee=drawable/divider_vertical_holo_light
+010802ef=drawable/dropdown_disabled_focused_holo_dark
+010802f0=drawable/dropdown_disabled_focused_holo_light
+010802f1=drawable/dropdown_disabled_holo_dark
+010802f2=drawable/dropdown_disabled_holo_light
+010802f3=drawable/dropdown_focused_holo_dark
+010802f4=drawable/dropdown_focused_holo_light
+010802f5=drawable/dropdown_ic_arrow_disabled_focused_holo_dark
+010802f6=drawable/dropdown_ic_arrow_disabled_focused_holo_light
+010802f7=drawable/dropdown_ic_arrow_disabled_holo_dark
+010802f8=drawable/dropdown_ic_arrow_disabled_holo_light
+010802f9=drawable/dropdown_ic_arrow_focused_holo_dark
+010802fa=drawable/dropdown_ic_arrow_focused_holo_light
+010802fb=drawable/dropdown_ic_arrow_normal_holo_dark
+010802fc=drawable/dropdown_ic_arrow_normal_holo_light
+010802fd=drawable/dropdown_ic_arrow_pressed_holo_dark
+010802fe=drawable/dropdown_ic_arrow_pressed_holo_light
+010802ff=drawable/dropdown_normal_holo_dark
+01080300=drawable/dropdown_normal_holo_light
+01080301=drawable/dropdown_pressed_holo_dark
+01080302=drawable/dropdown_pressed_holo_light
+01080303=drawable/edit_query
+01080304=drawable/edit_query_background
+01080305=drawable/edit_query_background_normal
+01080306=drawable/edit_query_background_pressed
+01080307=drawable/edit_query_background_selected
+01080308=drawable/edit_text_holo_dark
+01080309=drawable/edit_text_holo_light
+0108030a=drawable/edit_text_material
+0108030b=drawable/editbox_background_focus_yellow
+0108030c=drawable/editbox_dropdown_background
+0108030d=drawable/editbox_dropdown_background_dark
+0108030e=drawable/emergency_icon
+0108030f=drawable/emo_im_angel
+01080310=drawable/emo_im_cool
+01080311=drawable/emo_im_crying
+01080312=drawable/emo_im_embarrassed
+01080313=drawable/emo_im_foot_in_mouth
+01080314=drawable/emo_im_happy
+01080315=drawable/emo_im_kissing
+01080316=drawable/emo_im_laughing
+01080317=drawable/emo_im_lips_are_sealed
+01080318=drawable/emo_im_money_mouth
+01080319=drawable/emo_im_sad
+0108031a=drawable/emo_im_surprised
+0108031b=drawable/emo_im_tongue_sticking_out
+0108031c=drawable/emo_im_undecided
+0108031d=drawable/emo_im_winking
+0108031e=drawable/emo_im_wtf
+0108031f=drawable/emo_im_yelling
+01080320=drawable/emulator_circular_window_overlay
+01080321=drawable/expand_button_pill_bg
+01080322=drawable/expander_close_holo_dark
+01080323=drawable/expander_close_holo_light
+01080324=drawable/expander_close_mtrl_alpha
+01080325=drawable/expander_group
+01080326=drawable/expander_group_holo_dark
+01080327=drawable/expander_group_holo_light
+01080328=drawable/expander_group_material
+01080329=drawable/expander_ic_maximized
+0108032a=drawable/expander_ic_minimized
+0108032b=drawable/expander_open_holo_dark
+0108032c=drawable/expander_open_holo_light
+0108032d=drawable/expander_open_mtrl_alpha
+0108032e=drawable/fastscroll_label_left_holo_dark
+0108032f=drawable/fastscroll_label_left_holo_light
+01080330=drawable/fastscroll_label_left_material
+01080331=drawable/fastscroll_label_right_holo_dark
+01080332=drawable/fastscroll_label_right_holo_light
+01080333=drawable/fastscroll_label_right_material
+01080334=drawable/fastscroll_thumb_default_holo
+01080335=drawable/fastscroll_thumb_holo
+01080336=drawable/fastscroll_thumb_material
+01080337=drawable/fastscroll_thumb_pressed_holo
+01080338=drawable/fastscroll_track_default_holo_dark
+01080339=drawable/fastscroll_track_default_holo_light
+0108033a=drawable/fastscroll_track_holo_dark
+0108033b=drawable/fastscroll_track_holo_light
+0108033c=drawable/fastscroll_track_material
+0108033d=drawable/fastscroll_track_pressed_holo_dark
+0108033e=drawable/fastscroll_track_pressed_holo_light
+0108033f=drawable/floating_popup_background_dark
+01080340=drawable/floating_popup_background_light
+01080341=drawable/focus_event_pressed_key_background
+01080342=drawable/focus_event_rotary_input_background
+01080343=drawable/focused_application_background_static
+01080344=drawable/frame_gallery_thumb
+01080345=drawable/frame_gallery_thumb_pressed
+01080346=drawable/frame_gallery_thumb_selected
+01080347=drawable/ft_avd_toarrow
+01080348=drawable/ft_avd_toarrow_animation
+01080349=drawable/ft_avd_tooverflow
+0108034a=drawable/ft_avd_tooverflow_animation
+0108034b=drawable/gallery_item_background
+0108034c=drawable/gallery_selected_default
+0108034d=drawable/gallery_selected_focused
+0108034e=drawable/gallery_selected_pressed
+0108034f=drawable/gallery_unselected_default
+01080350=drawable/gallery_unselected_pressed
+01080351=drawable/global_action_item_divider
+01080352=drawable/global_actions_item_grey_background
+01080353=drawable/global_actions_item_grey_background_shape
+01080354=drawable/global_actions_item_red_background
+01080355=drawable/global_actions_item_red_background_shape
+01080356=drawable/grid_selector_background
+01080357=drawable/grid_selector_background_focus
+01080358=drawable/grid_selector_background_pressed
+01080359=drawable/highlight_disabled
+0108035a=drawable/highlight_pressed
+0108035b=drawable/highlight_selected
+0108035c=drawable/ic_ab_back_holo_dark
+0108035d=drawable/ic_ab_back_holo_dark_am
+0108035e=drawable/ic_ab_back_holo_light
+0108035f=drawable/ic_ab_back_holo_light_am
+01080360=drawable/ic_ab_back_material
+01080361=drawable/ic_ab_back_material_dark
+01080362=drawable/ic_ab_back_material_light
+01080363=drawable/ic_ab_back_material_settings
+01080364=drawable/ic_accessibility_24dp
+01080365=drawable/ic_accessibility_color_correction
+01080366=drawable/ic_accessibility_color_correction_foreground
+01080367=drawable/ic_accessibility_color_inversion
+01080368=drawable/ic_accessibility_color_inversion_foreground
+01080369=drawable/ic_accessibility_generic
+0108036a=drawable/ic_accessibility_hearing_aid
+0108036b=drawable/ic_accessibility_hearing_aid_foreground
+0108036c=drawable/ic_accessibility_magnification
+0108036d=drawable/ic_accessibility_magnification_foreground
+0108036e=drawable/ic_accessibility_one_handed
+0108036f=drawable/ic_accessibility_one_handed_foreground
+01080370=drawable/ic_accessibility_reduce_bright_colors
+01080371=drawable/ic_accessibility_reduce_bright_colors_foreground
+01080372=drawable/ic_account_circle
+01080373=drawable/ic_action_assist_focused
+01080374=drawable/ic_action_open
+01080375=drawable/ic_add_supervised_user
+01080376=drawable/ic_aggregated
+01080377=drawable/ic_alert_window_layer
+01080378=drawable/ic_android_satellite_24px
+01080379=drawable/ic_arrow_drop_right_black_24dp
+0108037a=drawable/ic_arrow_forward
+0108037b=drawable/ic_audio_alarm
+0108037c=drawable/ic_audio_alarm_mute
+0108037d=drawable/ic_audio_media
+0108037e=drawable/ic_audio_media_mute
+0108037f=drawable/ic_audio_notification
+01080380=drawable/ic_audio_notification_am_alpha
+01080381=drawable/ic_audio_notification_mute
+01080382=drawable/ic_audio_notification_mute_am_alpha
+01080383=drawable/ic_audio_ring_notif
+01080384=drawable/ic_audio_ring_notif_mute
+01080385=drawable/ic_audio_ring_notif_vibrate
+01080386=drawable/ic_audio_vol
+01080387=drawable/ic_audio_vol_mute
+01080388=drawable/ic_battery
+01080389=drawable/ic_battery_80_24dp
+0108038a=drawable/ic_bluetooth_transient_animation
+0108038b=drawable/ic_bluetooth_transient_animation_drawable
+0108038c=drawable/ic_bt_headphones_a2dp
+0108038d=drawable/ic_bt_headset_hfp
+0108038e=drawable/ic_bt_hearing_aid
+0108038f=drawable/ic_bt_laptop
+01080390=drawable/ic_bt_misc_hid
+01080391=drawable/ic_bt_network_pan
+01080392=drawable/ic_bt_pointing_hid
+01080393=drawable/ic_btn_round_more
+01080394=drawable/ic_btn_round_more_disabled
+01080395=drawable/ic_btn_round_more_normal
+01080396=drawable/ic_btn_search_go
+01080397=drawable/ic_btn_square_browser_zoom_fit_page
+01080398=drawable/ic_btn_square_browser_zoom_fit_page_disabled
+01080399=drawable/ic_btn_square_browser_zoom_fit_page_normal
+0108039a=drawable/ic_btn_square_browser_zoom_page_overview
+0108039b=drawable/ic_btn_square_browser_zoom_page_overview_disabled
+0108039c=drawable/ic_btn_square_browser_zoom_page_overview_normal
+0108039d=drawable/ic_bullet_key_permission
+0108039e=drawable/ic_cab_done_holo
+0108039f=drawable/ic_cab_done_holo_dark
+010803a0=drawable/ic_cab_done_holo_light
+010803a1=drawable/ic_cab_done_mtrl_alpha
+010803a2=drawable/ic_call_answer
+010803a3=drawable/ic_call_answer_video
+010803a4=drawable/ic_call_decline
+010803a5=drawable/ic_camera
+010803a6=drawable/ic_camera_allowed
+010803a7=drawable/ic_camera_blocked
+010803a8=drawable/ic_check_24dp
+010803a9=drawable/ic_check_circle_24px
+010803aa=drawable/ic_checkmark_holo_light
+010803ab=drawable/ic_chevron_end
+010803ac=drawable/ic_chevron_start
+010803ad=drawable/ic_chooser_group_arrow
+010803ae=drawable/ic_chooser_pin
+010803af=drawable/ic_chooser_pin_dialog
+010803b0=drawable/ic_clear
+010803b1=drawable/ic_clear_disabled
+010803b2=drawable/ic_clear_holo_dark
+010803b3=drawable/ic_clear_holo_light
+010803b4=drawable/ic_clear_material
+010803b5=drawable/ic_clear_mtrl_alpha
+010803b6=drawable/ic_clear_normal
+010803b7=drawable/ic_clear_search_api_disabled_holo_dark
+010803b8=drawable/ic_clear_search_api_disabled_holo_light
+010803b9=drawable/ic_clear_search_api_holo_dark
+010803ba=drawable/ic_clear_search_api_holo_light
+010803bb=drawable/ic_clone_badge
+010803bc=drawable/ic_clone_icon_badge
+010803bd=drawable/ic_close
+010803be=drawable/ic_coins_l
+010803bf=drawable/ic_coins_s
+010803c0=drawable/ic_collapse_bundle
+010803c1=drawable/ic_collapse_notification
+010803c2=drawable/ic_commit
+010803c3=drawable/ic_commit_search_api_holo_dark
+010803c4=drawable/ic_commit_search_api_holo_light
+010803c5=drawable/ic_commit_search_api_material
+010803c6=drawable/ic_commit_search_api_mtrl_alpha
+010803c7=drawable/ic_contact_picture
+010803c8=drawable/ic_contact_picture_180_holo_dark
+010803c9=drawable/ic_contact_picture_180_holo_light
+010803ca=drawable/ic_contact_picture_2
+010803cb=drawable/ic_contact_picture_3
+010803cc=drawable/ic_contact_picture_holo_dark
+010803cd=drawable/ic_contact_picture_holo_light
+010803ce=drawable/ic_corp_badge
+010803cf=drawable/ic_corp_badge_case
+010803d0=drawable/ic_corp_badge_color
+010803d1=drawable/ic_corp_badge_no_background
+010803d2=drawable/ic_corp_badge_off
+010803d3=drawable/ic_corp_icon
+010803d4=drawable/ic_corp_icon_badge_case
+010803d5=drawable/ic_corp_icon_badge_color
+010803d6=drawable/ic_corp_icon_badge_shadow
+010803d7=drawable/ic_corp_statusbar_icon
+010803d8=drawable/ic_corp_user_badge
+010803d9=drawable/ic_dialog_alert_holo_dark
+010803da=drawable/ic_dialog_alert_holo_light
+010803db=drawable/ic_dialog_alert_material
+010803dc=drawable/ic_dialog_close_normal_holo
+010803dd=drawable/ic_dialog_close_pressed_holo
+010803de=drawable/ic_dialog_focused_holo
+010803df=drawable/ic_dialog_time
+010803e0=drawable/ic_dialog_usb
+010803e1=drawable/ic_dnd_block_notifications
+010803e2=drawable/ic_doc_apk
+010803e3=drawable/ic_doc_audio
+010803e4=drawable/ic_doc_certificate
+010803e5=drawable/ic_doc_codes
+010803e6=drawable/ic_doc_compressed
+010803e7=drawable/ic_doc_contact
+010803e8=drawable/ic_doc_document
+010803e9=drawable/ic_doc_event
+010803ea=drawable/ic_doc_excel
+010803eb=drawable/ic_doc_folder
+010803ec=drawable/ic_doc_font
+010803ed=drawable/ic_doc_generic
+010803ee=drawable/ic_doc_image
+010803ef=drawable/ic_doc_pdf
+010803f0=drawable/ic_doc_powerpoint
+010803f1=drawable/ic_doc_presentation
+010803f2=drawable/ic_doc_spreadsheet
+010803f3=drawable/ic_doc_text
+010803f4=drawable/ic_doc_video
+010803f5=drawable/ic_doc_word
+010803f6=drawable/ic_drag_handle
+010803f7=drawable/ic_dual_screen
+010803f8=drawable/ic_eject_24dp
+010803f9=drawable/ic_emergency
+010803fa=drawable/ic_expand_bundle
+010803fb=drawable/ic_expand_more
+010803fc=drawable/ic_expand_more_48dp
+010803fd=drawable/ic_expand_notification
+010803fe=drawable/ic_faster_emergency
+010803ff=drawable/ic_feedback
+01080400=drawable/ic_feedback_alerted
+01080401=drawable/ic_feedback_downrank
+01080402=drawable/ic_feedback_indicator
+01080403=drawable/ic_feedback_silenced
+01080404=drawable/ic_feedback_uprank
+01080405=drawable/ic_file_copy
+01080406=drawable/ic_find_next_holo_dark
+01080407=drawable/ic_find_next_holo_light
+01080408=drawable/ic_find_next_material
+01080409=drawable/ic_find_next_mtrl_alpha
+0108040a=drawable/ic_find_previous_holo_dark
+0108040b=drawable/ic_find_previous_holo_light
+0108040c=drawable/ic_find_previous_material
+0108040d=drawable/ic_find_previous_mtrl_alpha
+0108040e=drawable/ic_fingerprint
+0108040f=drawable/ic_folder_24dp
+01080410=drawable/ic_go
+01080411=drawable/ic_go_search_api_holo_dark
+01080412=drawable/ic_go_search_api_holo_light
+01080413=drawable/ic_go_search_api_material
+01080414=drawable/ic_hotspot_transient_animation
+01080415=drawable/ic_hotspot_transient_animation_drawable
+01080416=drawable/ic_ime_nav_back
+01080417=drawable/ic_ime_switcher
+01080418=drawable/ic_info_outline
+01080419=drawable/ic_info_outline_24
+0108041a=drawable/ic_input_extract_action_done
+0108041b=drawable/ic_input_extract_action_go
+0108041c=drawable/ic_input_extract_action_next
+0108041d=drawable/ic_input_extract_action_previous
+0108041e=drawable/ic_input_extract_action_return
+0108041f=drawable/ic_input_extract_action_search
+01080420=drawable/ic_input_extract_action_send
+01080421=drawable/ic_instant_icon_badge_bolt
+01080422=drawable/ic_jog_dial_answer
+01080423=drawable/ic_jog_dial_answer_and_end
+01080424=drawable/ic_jog_dial_answer_and_hold
+01080425=drawable/ic_jog_dial_decline
+01080426=drawable/ic_jog_dial_sound_off
+01080427=drawable/ic_jog_dial_sound_on
+01080428=drawable/ic_jog_dial_unlock
+01080429=drawable/ic_jog_dial_vibrate_on
+0108042a=drawable/ic_launcher_android
+0108042b=drawable/ic_lock
+0108042c=drawable/ic_lock_airplane_mode
+0108042d=drawable/ic_lock_airplane_mode_alpha
+0108042e=drawable/ic_lock_airplane_mode_off
+0108042f=drawable/ic_lock_airplane_mode_off_am_alpha
+01080430=drawable/ic_lock_bugreport
+01080431=drawable/ic_lock_idle_alarm_alpha
+01080432=drawable/ic_lock_lock_alpha
+01080433=drawable/ic_lock_lockdown
+01080434=drawable/ic_lock_open
+01080435=drawable/ic_lock_open_wht_24dp
+01080436=drawable/ic_lock_outline_wht_24dp
+01080437=drawable/ic_lock_power_off_alpha
+01080438=drawable/ic_lock_ringer_off_alpha
+01080439=drawable/ic_lock_ringer_on_alpha
+0108043a=drawable/ic_lock_silent_mode_vibrate
+0108043b=drawable/ic_lockscreen_alarm
+0108043c=drawable/ic_lockscreen_answer_active
+0108043d=drawable/ic_lockscreen_answer_focused
+0108043e=drawable/ic_lockscreen_answer_normal
+0108043f=drawable/ic_lockscreen_camera_activated
+01080440=drawable/ic_lockscreen_camera_normal
+01080441=drawable/ic_lockscreen_chevron_down
+01080442=drawable/ic_lockscreen_chevron_left
+01080443=drawable/ic_lockscreen_chevron_right
+01080444=drawable/ic_lockscreen_chevron_up
+01080445=drawable/ic_lockscreen_decline_activated
+01080446=drawable/ic_lockscreen_decline_focused
+01080447=drawable/ic_lockscreen_decline_normal
+01080448=drawable/ic_lockscreen_emergencycall_normal
+01080449=drawable/ic_lockscreen_emergencycall_pressed
+0108044a=drawable/ic_lockscreen_forgotpassword_normal
+0108044b=drawable/ic_lockscreen_forgotpassword_pressed
+0108044c=drawable/ic_lockscreen_google_activated
+0108044d=drawable/ic_lockscreen_google_focused
+0108044e=drawable/ic_lockscreen_google_normal
+0108044f=drawable/ic_lockscreen_handle_normal
+01080450=drawable/ic_lockscreen_handle_pressed
+01080451=drawable/ic_lockscreen_ime
+01080452=drawable/ic_lockscreen_outerring
+01080453=drawable/ic_lockscreen_player_background
+01080454=drawable/ic_lockscreen_puk
+01080455=drawable/ic_lockscreen_silent_activated
+01080456=drawable/ic_lockscreen_silent_focused
+01080457=drawable/ic_lockscreen_silent_normal
+01080458=drawable/ic_lockscreen_sim
+01080459=drawable/ic_lockscreen_soundon_activated
+0108045a=drawable/ic_lockscreen_soundon_focused
+0108045b=drawable/ic_lockscreen_soundon_normal
+0108045c=drawable/ic_lockscreen_text_activated
+0108045d=drawable/ic_lockscreen_text_focusde
+0108045e=drawable/ic_lockscreen_text_normal
+0108045f=drawable/ic_lockscreen_unlock_activated
+01080460=drawable/ic_lockscreen_unlock_normal
+01080461=drawable/ic_lockscreens_now_button
+01080462=drawable/ic_logout
+01080463=drawable/ic_maps_indicator_current_position
+01080464=drawable/ic_maps_indicator_current_position_anim
+01080465=drawable/ic_maps_indicator_current_position_anim1
+01080466=drawable/ic_maps_indicator_current_position_anim2
+01080467=drawable/ic_maps_indicator_current_position_anim3
+01080468=drawable/ic_media_embed_play
+01080469=drawable/ic_media_fullscreen
+0108046a=drawable/ic_media_route_connected_dark_00_mtrl
+0108046b=drawable/ic_media_route_connected_dark_01_mtrl
+0108046c=drawable/ic_media_route_connected_dark_02_mtrl
+0108046d=drawable/ic_media_route_connected_dark_03_mtrl
+0108046e=drawable/ic_media_route_connected_dark_04_mtrl
+0108046f=drawable/ic_media_route_connected_dark_05_mtrl
+01080470=drawable/ic_media_route_connected_dark_06_mtrl
+01080471=drawable/ic_media_route_connected_dark_07_mtrl
+01080472=drawable/ic_media_route_connected_dark_08_mtrl
+01080473=drawable/ic_media_route_connected_dark_09_mtrl
+01080474=drawable/ic_media_route_connected_dark_10_mtrl
+01080475=drawable/ic_media_route_connected_dark_11_mtrl
+01080476=drawable/ic_media_route_connected_dark_12_mtrl
+01080477=drawable/ic_media_route_connected_dark_13_mtrl
+01080478=drawable/ic_media_route_connected_dark_14_mtrl
+01080479=drawable/ic_media_route_connected_dark_15_mtrl
+0108047a=drawable/ic_media_route_connected_dark_16_mtrl
+0108047b=drawable/ic_media_route_connected_dark_17_mtrl
+0108047c=drawable/ic_media_route_connected_dark_18_mtrl
+0108047d=drawable/ic_media_route_connected_dark_19_mtrl
+0108047e=drawable/ic_media_route_connected_dark_20_mtrl
+0108047f=drawable/ic_media_route_connected_dark_21_mtrl
+01080480=drawable/ic_media_route_connected_dark_22_mtrl
+01080481=drawable/ic_media_route_connected_dark_23_mtrl
+01080482=drawable/ic_media_route_connected_dark_24_mtrl
+01080483=drawable/ic_media_route_connected_dark_25_mtrl
+01080484=drawable/ic_media_route_connected_dark_26_mtrl
+01080485=drawable/ic_media_route_connected_dark_27_mtrl
+01080486=drawable/ic_media_route_connected_dark_28_mtrl
+01080487=drawable/ic_media_route_connected_dark_29_mtrl
+01080488=drawable/ic_media_route_connected_dark_30_mtrl
+01080489=drawable/ic_media_route_connected_dark_material
+0108048a=drawable/ic_media_route_connected_light_00_mtrl
+0108048b=drawable/ic_media_route_connected_light_01_mtrl
+0108048c=drawable/ic_media_route_connected_light_02_mtrl
+0108048d=drawable/ic_media_route_connected_light_03_mtrl
+0108048e=drawable/ic_media_route_connected_light_04_mtrl
+0108048f=drawable/ic_media_route_connected_light_05_mtrl
+01080490=drawable/ic_media_route_connected_light_06_mtrl
+01080491=drawable/ic_media_route_connected_light_07_mtrl
+01080492=drawable/ic_media_route_connected_light_08_mtrl
+01080493=drawable/ic_media_route_connected_light_09_mtrl
+01080494=drawable/ic_media_route_connected_light_10_mtrl
+01080495=drawable/ic_media_route_connected_light_11_mtrl
+01080496=drawable/ic_media_route_connected_light_12_mtrl
+01080497=drawable/ic_media_route_connected_light_13_mtrl
+01080498=drawable/ic_media_route_connected_light_14_mtrl
+01080499=drawable/ic_media_route_connected_light_15_mtrl
+0108049a=drawable/ic_media_route_connected_light_16_mtrl
+0108049b=drawable/ic_media_route_connected_light_17_mtrl
+0108049c=drawable/ic_media_route_connected_light_18_mtrl
+0108049d=drawable/ic_media_route_connected_light_19_mtrl
+0108049e=drawable/ic_media_route_connected_light_20_mtrl
+0108049f=drawable/ic_media_route_connected_light_21_mtrl
+010804a0=drawable/ic_media_route_connected_light_22_mtrl
+010804a1=drawable/ic_media_route_connected_light_23_mtrl
+010804a2=drawable/ic_media_route_connected_light_24_mtrl
+010804a3=drawable/ic_media_route_connected_light_25_mtrl
+010804a4=drawable/ic_media_route_connected_light_26_mtrl
+010804a5=drawable/ic_media_route_connected_light_27_mtrl
+010804a6=drawable/ic_media_route_connected_light_28_mtrl
+010804a7=drawable/ic_media_route_connected_light_29_mtrl
+010804a8=drawable/ic_media_route_connected_light_30_mtrl
+010804a9=drawable/ic_media_route_connected_light_material
+010804aa=drawable/ic_media_route_connecting_dark_00_mtrl
+010804ab=drawable/ic_media_route_connecting_dark_01_mtrl
+010804ac=drawable/ic_media_route_connecting_dark_02_mtrl
+010804ad=drawable/ic_media_route_connecting_dark_03_mtrl
+010804ae=drawable/ic_media_route_connecting_dark_04_mtrl
+010804af=drawable/ic_media_route_connecting_dark_05_mtrl
+010804b0=drawable/ic_media_route_connecting_dark_06_mtrl
+010804b1=drawable/ic_media_route_connecting_dark_07_mtrl
+010804b2=drawable/ic_media_route_connecting_dark_08_mtrl
+010804b3=drawable/ic_media_route_connecting_dark_09_mtrl
+010804b4=drawable/ic_media_route_connecting_dark_10_mtrl
+010804b5=drawable/ic_media_route_connecting_dark_11_mtrl
+010804b6=drawable/ic_media_route_connecting_dark_12_mtrl
+010804b7=drawable/ic_media_route_connecting_dark_13_mtrl
+010804b8=drawable/ic_media_route_connecting_dark_14_mtrl
+010804b9=drawable/ic_media_route_connecting_dark_15_mtrl
+010804ba=drawable/ic_media_route_connecting_dark_16_mtrl
+010804bb=drawable/ic_media_route_connecting_dark_17_mtrl
+010804bc=drawable/ic_media_route_connecting_dark_18_mtrl
+010804bd=drawable/ic_media_route_connecting_dark_19_mtrl
+010804be=drawable/ic_media_route_connecting_dark_20_mtrl
+010804bf=drawable/ic_media_route_connecting_dark_21_mtrl
+010804c0=drawable/ic_media_route_connecting_dark_22_mtrl
+010804c1=drawable/ic_media_route_connecting_dark_23_mtrl
+010804c2=drawable/ic_media_route_connecting_dark_24_mtrl
+010804c3=drawable/ic_media_route_connecting_dark_25_mtrl
+010804c4=drawable/ic_media_route_connecting_dark_26_mtrl
+010804c5=drawable/ic_media_route_connecting_dark_27_mtrl
+010804c6=drawable/ic_media_route_connecting_dark_28_mtrl
+010804c7=drawable/ic_media_route_connecting_dark_29_mtrl
+010804c8=drawable/ic_media_route_connecting_dark_30_mtrl
+010804c9=drawable/ic_media_route_connecting_dark_material
+010804ca=drawable/ic_media_route_connecting_holo_dark
+010804cb=drawable/ic_media_route_connecting_holo_light
+010804cc=drawable/ic_media_route_connecting_light_00_mtrl
+010804cd=drawable/ic_media_route_connecting_light_01_mtrl
+010804ce=drawable/ic_media_route_connecting_light_02_mtrl
+010804cf=drawable/ic_media_route_connecting_light_03_mtrl
+010804d0=drawable/ic_media_route_connecting_light_04_mtrl
+010804d1=drawable/ic_media_route_connecting_light_05_mtrl
+010804d2=drawable/ic_media_route_connecting_light_06_mtrl
+010804d3=drawable/ic_media_route_connecting_light_07_mtrl
+010804d4=drawable/ic_media_route_connecting_light_08_mtrl
+010804d5=drawable/ic_media_route_connecting_light_09_mtrl
+010804d6=drawable/ic_media_route_connecting_light_10_mtrl
+010804d7=drawable/ic_media_route_connecting_light_11_mtrl
+010804d8=drawable/ic_media_route_connecting_light_12_mtrl
+010804d9=drawable/ic_media_route_connecting_light_13_mtrl
+010804da=drawable/ic_media_route_connecting_light_14_mtrl
+010804db=drawable/ic_media_route_connecting_light_15_mtrl
+010804dc=drawable/ic_media_route_connecting_light_16_mtrl
+010804dd=drawable/ic_media_route_connecting_light_17_mtrl
+010804de=drawable/ic_media_route_connecting_light_18_mtrl
+010804df=drawable/ic_media_route_connecting_light_19_mtrl
+010804e0=drawable/ic_media_route_connecting_light_20_mtrl
+010804e1=drawable/ic_media_route_connecting_light_21_mtrl
+010804e2=drawable/ic_media_route_connecting_light_22_mtrl
+010804e3=drawable/ic_media_route_connecting_light_23_mtrl
+010804e4=drawable/ic_media_route_connecting_light_24_mtrl
+010804e5=drawable/ic_media_route_connecting_light_25_mtrl
+010804e6=drawable/ic_media_route_connecting_light_26_mtrl
+010804e7=drawable/ic_media_route_connecting_light_27_mtrl
+010804e8=drawable/ic_media_route_connecting_light_28_mtrl
+010804e9=drawable/ic_media_route_connecting_light_29_mtrl
+010804ea=drawable/ic_media_route_connecting_light_30_mtrl
+010804eb=drawable/ic_media_route_connecting_light_material
+010804ec=drawable/ic_media_route_dark_material
+010804ed=drawable/ic_media_route_disabled_holo_dark
+010804ee=drawable/ic_media_route_disabled_holo_light
+010804ef=drawable/ic_media_route_disabled_mtrl_alpha
+010804f0=drawable/ic_media_route_holo_dark
+010804f1=drawable/ic_media_route_holo_light
+010804f2=drawable/ic_media_route_light_material
+010804f3=drawable/ic_media_route_off_dark_mtrl
+010804f4=drawable/ic_media_route_off_holo_dark
+010804f5=drawable/ic_media_route_off_holo_light
+010804f6=drawable/ic_media_route_off_light_mtrl
+010804f7=drawable/ic_media_route_on_0_holo_dark
+010804f8=drawable/ic_media_route_on_0_holo_light
+010804f9=drawable/ic_media_route_on_1_holo_dark
+010804fa=drawable/ic_media_route_on_1_holo_light
+010804fb=drawable/ic_media_route_on_2_holo_dark
+010804fc=drawable/ic_media_route_on_2_holo_light
+010804fd=drawable/ic_media_route_on_holo_dark
+010804fe=drawable/ic_media_route_on_holo_light
+010804ff=drawable/ic_media_seamless
+01080500=drawable/ic_media_stop
+01080501=drawable/ic_media_video_poster
+01080502=drawable/ic_menu
+01080503=drawable/ic_menu_account_list
+01080504=drawable/ic_menu_allfriends
+01080505=drawable/ic_menu_archive
+01080506=drawable/ic_menu_attachment
+01080507=drawable/ic_menu_back
+01080508=drawable/ic_menu_block
+01080509=drawable/ic_menu_blocked_user
+0108050a=drawable/ic_menu_btn_add
+0108050b=drawable/ic_menu_cc
+0108050c=drawable/ic_menu_cc_am
+0108050d=drawable/ic_menu_chat_dashboard
+0108050e=drawable/ic_menu_clear_playlist
+0108050f=drawable/ic_menu_compose
+01080510=drawable/ic_menu_copy
+01080511=drawable/ic_menu_copy_holo_dark
+01080512=drawable/ic_menu_copy_holo_light
+01080513=drawable/ic_menu_copy_material
+01080514=drawable/ic_menu_cut
+01080515=drawable/ic_menu_cut_holo_dark
+01080516=drawable/ic_menu_cut_holo_light
+01080517=drawable/ic_menu_cut_material
+01080518=drawable/ic_menu_emoticons
+01080519=drawable/ic_menu_end_conversation
+0108051a=drawable/ic_menu_find
+0108051b=drawable/ic_menu_find_holo_dark
+0108051c=drawable/ic_menu_find_holo_light
+0108051d=drawable/ic_menu_find_material
+0108051e=drawable/ic_menu_find_mtrl_alpha
+0108051f=drawable/ic_menu_forward
+01080520=drawable/ic_menu_friendslist
+01080521=drawable/ic_menu_goto
+01080522=drawable/ic_menu_help_holo_light
+01080523=drawable/ic_menu_home
+01080524=drawable/ic_menu_invite
+01080525=drawable/ic_menu_login
+01080526=drawable/ic_menu_mark
+01080527=drawable/ic_menu_moreoverflow
+01080528=drawable/ic_menu_moreoverflow_focused_holo_dark
+01080529=drawable/ic_menu_moreoverflow_focused_holo_light
+0108052a=drawable/ic_menu_moreoverflow_holo_dark
+0108052b=drawable/ic_menu_moreoverflow_holo_light
+0108052c=drawable/ic_menu_moreoverflow_material
+0108052d=drawable/ic_menu_moreoverflow_material_dark
+0108052e=drawable/ic_menu_moreoverflow_material_light
+0108052f=drawable/ic_menu_moreoverflow_normal_holo_dark
+01080530=drawable/ic_menu_moreoverflow_normal_holo_light
+01080531=drawable/ic_menu_notifications
+01080532=drawable/ic_menu_paste
+01080533=drawable/ic_menu_paste_holo_dark
+01080534=drawable/ic_menu_paste_holo_light
+01080535=drawable/ic_menu_paste_material
+01080536=drawable/ic_menu_play_clip
+01080537=drawable/ic_menu_redo_material
+01080538=drawable/ic_menu_refresh
+01080539=drawable/ic_menu_search_holo_dark
+0108053a=drawable/ic_menu_search_holo_light
+0108053b=drawable/ic_menu_search_material
+0108053c=drawable/ic_menu_search_mtrl_alpha
+0108053d=drawable/ic_menu_selectall_holo_dark
+0108053e=drawable/ic_menu_selectall_holo_light
+0108053f=drawable/ic_menu_selectall_material
+01080540=drawable/ic_menu_settings_holo_light
+01080541=drawable/ic_menu_share_holo_dark
+01080542=drawable/ic_menu_share_holo_light
+01080543=drawable/ic_menu_share_material
+01080544=drawable/ic_menu_star
+01080545=drawable/ic_menu_start_conversation
+01080546=drawable/ic_menu_stop
+01080547=drawable/ic_menu_undo_material
+01080548=drawable/ic_mic
+01080549=drawable/ic_mic_allowed
+0108054a=drawable/ic_mic_blocked
+0108054b=drawable/ic_minus
+0108054c=drawable/ic_mode_edit
+0108054d=drawable/ic_more_items
+0108054e=drawable/ic_notification_alert
+0108054f=drawable/ic_notification_block
+01080550=drawable/ic_notification_cast_0
+01080551=drawable/ic_notification_cast_1
+01080552=drawable/ic_notification_cast_2
+01080553=drawable/ic_notification_media_route
+01080554=drawable/ic_notification_summary_auto
+01080555=drawable/ic_notifications_alerted
+01080556=drawable/ic_number11
+01080557=drawable/ic_pan_tool
+01080558=drawable/ic_perm_device_info
+01080559=drawable/ic_perm_group_app_info
+0108055a=drawable/ic_perm_group_audio_settings
+0108055b=drawable/ic_perm_group_bluetooth
+0108055c=drawable/ic_perm_group_bookmarks
+0108055d=drawable/ic_perm_group_calendar
+0108055e=drawable/ic_perm_group_camera
+0108055f=drawable/ic_perm_group_device_alarms
+01080560=drawable/ic_perm_group_display
+01080561=drawable/ic_perm_group_effects_battery
+01080562=drawable/ic_perm_group_location
+01080563=drawable/ic_perm_group_messages
+01080564=drawable/ic_perm_group_microphone
+01080565=drawable/ic_perm_group_network
+01080566=drawable/ic_perm_group_personal_info
+01080567=drawable/ic_perm_group_phone_calls
+01080568=drawable/ic_perm_group_screenlock
+01080569=drawable/ic_perm_group_shortrange_network
+0108056a=drawable/ic_perm_group_social_info
+0108056b=drawable/ic_perm_group_status_bar
+0108056c=drawable/ic_perm_group_sync_settings
+0108056d=drawable/ic_perm_group_system_clock
+0108056e=drawable/ic_perm_group_system_tools
+0108056f=drawable/ic_perm_group_voicemail
+01080570=drawable/ic_perm_group_wallpapewr
+01080571=drawable/ic_permission
+01080572=drawable/ic_phone
+01080573=drawable/ic_phone_disabled
+01080574=drawable/ic_plus
+01080575=drawable/ic_popup_sync_1
+01080576=drawable/ic_popup_sync_2
+01080577=drawable/ic_popup_sync_3
+01080578=drawable/ic_popup_sync_4
+01080579=drawable/ic_popup_sync_5
+0108057a=drawable/ic_popup_sync_6
+0108057b=drawable/ic_print
+0108057c=drawable/ic_print_error
+0108057d=drawable/ic_private_profile_badge
+0108057e=drawable/ic_private_profile_icon_badge
+0108057f=drawable/ic_qs_airplane
+01080580=drawable/ic_qs_auto_rotate
+01080581=drawable/ic_qs_battery_saver
+01080582=drawable/ic_qs_bluetooth
+01080583=drawable/ic_qs_dnd
+01080584=drawable/ic_qs_flashlight
+01080585=drawable/ic_qs_night_display_on
+01080586=drawable/ic_qs_one_handed_mode
+01080587=drawable/ic_qs_ui_mode_night
+01080588=drawable/ic_refresh
+01080589=drawable/ic_restart
+0108058a=drawable/ic_satellite_alt_24px
+0108058b=drawable/ic_schedule
+0108058c=drawable/ic_screenshot
+0108058d=drawable/ic_screenshot_edit
+0108058e=drawable/ic_sd_card_48dp
+0108058f=drawable/ic_search
+01080590=drawable/ic_search_api_holo_dark
+01080591=drawable/ic_search_api_holo_light
+01080592=drawable/ic_search_api_material
+01080593=drawable/ic_settings
+01080594=drawable/ic_settings_24dp
+01080595=drawable/ic_settings_bluetooth
+01080596=drawable/ic_settings_language
+01080597=drawable/ic_settings_print
+01080598=drawable/ic_signal_cellular
+01080599=drawable/ic_signal_cellular_0_4_bar
+0108059a=drawable/ic_signal_cellular_0_5_bar
+0108059b=drawable/ic_signal_cellular_1_4_bar
+0108059c=drawable/ic_signal_cellular_1_5_bar
+0108059d=drawable/ic_signal_cellular_2_4_bar
+0108059e=drawable/ic_signal_cellular_2_5_bar
+0108059f=drawable/ic_signal_cellular_3_4_bar
+010805a0=drawable/ic_signal_cellular_3_5_bar
+010805a1=drawable/ic_signal_cellular_4_4_bar
+010805a2=drawable/ic_signal_cellular_4_5_bar
+010805a3=drawable/ic_signal_cellular_5_5_bar
+010805a4=drawable/ic_signal_cellular_alt_24px
+010805a5=drawable/ic_signal_location
+010805a6=drawable/ic_signal_wifi_transient_animation
+010805a7=drawable/ic_signal_wifi_transient_animation_drawable
+010805a8=drawable/ic_sim_card_multi_24px_clr
+010805a9=drawable/ic_sim_card_multi_48px_clr
+010805aa=drawable/ic_slice_send
+010805ab=drawable/ic_spinner_caret
+010805ac=drawable/ic_star_black_16dp
+010805ad=drawable/ic_star_black_36dp
+010805ae=drawable/ic_star_black_48dp
+010805af=drawable/ic_star_half_black_16dp
+010805b0=drawable/ic_star_half_black_36dp
+010805b1=drawable/ic_star_half_black_48dp
+010805b2=drawable/ic_storage_48dp
+010805b3=drawable/ic_suggestions_add
+010805b4=drawable/ic_suggestions_delete
+010805b5=drawable/ic_swap_horiz
+010805b6=drawable/ic_sysbar_quicksettings
+010805b7=drawable/ic_test_badge_experiment
+010805b8=drawable/ic_test_badge_no_background
+010805b9=drawable/ic_test_icon_badge_experiment
+010805ba=drawable/ic_text_dot
+010805bb=drawable/ic_thermostat
+010805bc=drawable/ic_thermostat_notification
+010805bd=drawable/ic_thread_network
+010805be=drawable/ic_usb_48dp
+010805bf=drawable/ic_user_secure
+010805c0=drawable/ic_vibrate
+010805c1=drawable/ic_vibrate_small
+010805c2=drawable/ic_visibility
+010805c3=drawable/ic_voice_search
+010805c4=drawable/ic_voice_search_api_holo_dark
+010805c5=drawable/ic_voice_search_api_holo_light
+010805c6=drawable/ic_voice_search_api_material
+010805c7=drawable/ic_volume
+010805c8=drawable/ic_volume_bluetooth_ad2p
+010805c9=drawable/ic_volume_bluetooth_in_call
+010805ca=drawable/ic_volume_off
+010805cb=drawable/ic_volume_off_small
+010805cc=drawable/ic_volume_small
+010805cd=drawable/ic_wifi_signal_0
+010805ce=drawable/ic_wifi_signal_1
+010805cf=drawable/ic_wifi_signal_2
+010805d0=drawable/ic_wifi_signal_3
+010805d1=drawable/ic_wifi_signal_4
+010805d2=drawable/ic_zen_24dp
+010805d3=drawable/icon_highlight_rectangle
+010805d4=drawable/icon_highlight_square
+010805d5=drawable/iconfactory_adaptive_icon_drawable_wrapper
+010805d6=drawable/ime_qwerty
+010805d7=drawable/immersive_cling_bg_circ
+010805d8=drawable/immersive_cling_light_bg_circ
+010805d9=drawable/indicator_check_mark_dark
+010805da=drawable/indicator_check_mark_light
+010805db=drawable/indicator_input_error
+010805dc=drawable/input_extract_action_bg_material_dark
+010805dd=drawable/input_extract_action_bg_normal_material_dark
+010805de=drawable/input_extract_action_bg_pressed_material_dark
+010805df=drawable/input_method_fullscreen_background
+010805e0=drawable/input_method_fullscreen_background_holo
+010805e1=drawable/input_method_item_background
+010805e2=drawable/input_method_item_background_selected
+010805e3=drawable/input_method_item_background_selector
+010805e4=drawable/item_background
+010805e5=drawable/item_background_activated_holo_dark
+010805e6=drawable/item_background_borderless_material
+010805e7=drawable/item_background_borderless_material_dark
+010805e8=drawable/item_background_borderless_material_light
+010805e9=drawable/item_background_holo_dark
+010805ea=drawable/item_background_holo_light
+010805eb=drawable/item_background_material
+010805ec=drawable/item_background_material_dark
+010805ed=drawable/item_background_material_light
+010805ee=drawable/jog_dial_arrow_long_left_green
+010805ef=drawable/jog_dial_arrow_long_left_yellow
+010805f0=drawable/jog_dial_arrow_long_middle_yellow
+010805f1=drawable/jog_dial_arrow_long_right_red
+010805f2=drawable/jog_dial_arrow_long_right_yellow
+010805f3=drawable/jog_dial_arrow_short_left
+010805f4=drawable/jog_dial_arrow_short_left_and_right
+010805f5=drawable/jog_dial_arrow_short_right
+010805f6=drawable/jog_dial_bg
+010805f7=drawable/jog_dial_dimple
+010805f8=drawable/jog_dial_dimple_dim
+010805f9=drawable/jog_tab_bar_left_answer
+010805fa=drawable/jog_tab_bar_left_end_confirm_gray
+010805fb=drawable/jog_tab_bar_left_end_confirm_green
+010805fc=drawable/jog_tab_bar_left_end_confirm_red
+010805fd=drawable/jog_tab_bar_left_end_confirm_yellow
+010805fe=drawable/jog_tab_bar_left_end_normal
+010805ff=drawable/jog_tab_bar_left_end_pressed
+01080600=drawable/jog_tab_bar_left_generic
+01080601=drawable/jog_tab_bar_left_unlock
+01080602=drawable/jog_tab_bar_right_decline
+01080603=drawable/jog_tab_bar_right_end_confirm_gray
+01080604=drawable/jog_tab_bar_right_end_confirm_green
+01080605=drawable/jog_tab_bar_right_end_confirm_red
+01080606=drawable/jog_tab_bar_right_end_confirm_yellow
+01080607=drawable/jog_tab_bar_right_end_normal
+01080608=drawable/jog_tab_bar_right_end_pressed
+01080609=drawable/jog_tab_bar_right_generic
+0108060a=drawable/jog_tab_bar_right_sound_off
+0108060b=drawable/jog_tab_bar_right_sound_on
+0108060c=drawable/jog_tab_left_answer
+0108060d=drawable/jog_tab_left_confirm_gray
+0108060e=drawable/jog_tab_left_confirm_green
+0108060f=drawable/jog_tab_left_confirm_red
+01080610=drawable/jog_tab_left_confirm_yellow
+01080611=drawable/jog_tab_left_generic
+01080612=drawable/jog_tab_left_normal
+01080613=drawable/jog_tab_left_pressed
+01080614=drawable/jog_tab_left_unlock
+01080615=drawable/jog_tab_right_confirm_gray
+01080616=drawable/jog_tab_right_confirm_green
+01080617=drawable/jog_tab_right_confirm_red
+01080618=drawable/jog_tab_right_confirm_yellow
+01080619=drawable/jog_tab_right_decline
+0108061a=drawable/jog_tab_right_generic
+0108061b=drawable/jog_tab_right_normal
+0108061c=drawable/jog_tab_right_pressed
+0108061d=drawable/jog_tab_right_sound_off
+0108061e=drawable/jog_tab_right_sound_on
+0108061f=drawable/jog_tab_target_gray
+01080620=drawable/jog_tab_target_green
+01080621=drawable/jog_tab_target_red
+01080622=drawable/jog_tab_target_yellow
+01080623=drawable/keyboard_accessory_bg_landscape
+01080624=drawable/keyboard_background
+01080625=drawable/keyboard_key_feedback
+01080626=drawable/keyboard_key_feedback_background
+01080627=drawable/keyboard_key_feedback_more_background
+01080628=drawable/keyboard_popup_panel_background
+01080629=drawable/keyboard_popup_panel_trans_background
+0108062a=drawable/language_picker_item_bg_selected
+0108062b=drawable/language_picker_item_text_color2_selector
+0108062c=drawable/language_picker_item_text_color_selector
+0108062d=drawable/light_header
+0108062e=drawable/light_header_dither
+0108062f=drawable/list_activated_holo
+01080630=drawable/list_choice_background_material
+01080631=drawable/list_divider_holo_dark
+01080632=drawable/list_divider_holo_light
+01080633=drawable/list_divider_horizontal_holo_dark
+01080634=drawable/list_divider_material
+01080635=drawable/list_focused_holo
+01080636=drawable/list_highlight
+01080637=drawable/list_highlight_active
+01080638=drawable/list_highlight_inactive
+01080639=drawable/list_longpressed_holo
+0108063a=drawable/list_longpressed_holo_dark
+0108063b=drawable/list_longpressed_holo_light
+0108063c=drawable/list_pressed_holo_dark
+0108063d=drawable/list_pressed_holo_light
+0108063e=drawable/list_section_divider_holo_dark
+0108063f=drawable/list_section_divider_holo_light
+01080640=drawable/list_section_divider_material
+01080641=drawable/list_section_divider_mtrl_alpha
+01080642=drawable/list_section_header_holo_dark
+01080643=drawable/list_section_header_holo_light
+01080644=drawable/list_selected_background
+01080645=drawable/list_selected_background_light
+01080646=drawable/list_selected_holo_dark
+01080647=drawable/list_selected_holo_light
+01080648=drawable/list_selector_activated_holo_dark
+01080649=drawable/list_selector_activated_holo_light
+0108064a=drawable/list_selector_background_default
+0108064b=drawable/list_selector_background_default_light
+0108064c=drawable/list_selector_background_disabled
+0108064d=drawable/list_selector_background_disabled_light
+0108064e=drawable/list_selector_background_focus
+0108064f=drawable/list_selector_background_focused
+01080650=drawable/list_selector_background_focused_light
+01080651=drawable/list_selector_background_focused_selected
+01080652=drawable/list_selector_background_light
+01080653=drawable/list_selector_background_longpress
+01080654=drawable/list_selector_background_longpress_light
+01080655=drawable/list_selector_background_pressed
+01080656=drawable/list_selector_background_pressed_light
+01080657=drawable/list_selector_background_selected
+01080658=drawable/list_selector_background_selected_light
+01080659=drawable/list_selector_background_transition
+0108065a=drawable/list_selector_background_transition_holo_dark
+0108065b=drawable/list_selector_background_transition_holo_light
+0108065c=drawable/list_selector_background_transition_light
+0108065d=drawable/list_selector_disabled_holo_dark
+0108065e=drawable/list_selector_disabled_holo_light
+0108065f=drawable/list_selector_focused_holo_dark
+01080660=drawable/list_selector_focused_holo_light
+01080661=drawable/list_selector_holo_dark
+01080662=drawable/list_selector_holo_light
+01080663=drawable/list_selector_multiselect_holo_dark
+01080664=drawable/list_selector_multiselect_holo_light
+01080665=drawable/list_selector_pressed_holo_dark
+01080666=drawable/list_selector_pressed_holo_light
+01080667=drawable/load_average_background
+01080668=drawable/loading_spinner
+01080669=drawable/loading_tile
+0108066a=drawable/loading_tile_android
+0108066b=drawable/lockscreen_notselected
+0108066c=drawable/lockscreen_protection_pattern
+0108066d=drawable/lockscreen_selected
+0108066e=drawable/magnified_region_frame
+0108066f=drawable/maps_google_logo
+01080670=drawable/media_button_background
+01080671=drawable/media_seamless_background
+01080672=drawable/menu_background
+01080673=drawable/menu_background_fill_parent_width
+01080674=drawable/menu_dropdown_panel_holo_dark
+01080675=drawable/menu_dropdown_panel_holo_light
+01080676=drawable/menu_hardkey_panel_holo_dark
+01080677=drawable/menu_hardkey_panel_holo_light
+01080678=drawable/menu_panel_holo_dark
+01080679=drawable/menu_panel_holo_light
+0108067a=drawable/menu_popup_panel_holo_dark
+0108067b=drawable/menu_popup_panel_holo_light
+0108067c=drawable/menu_selector
+0108067d=drawable/menu_separator
+0108067e=drawable/menu_submenu_background
+0108067f=drawable/menuitem_background_focus
+01080680=drawable/menuitem_background_pressed
+01080681=drawable/menuitem_background_solid
+01080682=drawable/menuitem_background_solid_focused
+01080683=drawable/menuitem_background_solid_pressed
+01080684=drawable/menuitem_checkbox
+01080685=drawable/menuitem_checkbox_on
+01080686=drawable/messaging_user
+01080687=drawable/minitab_lt
+01080688=drawable/minitab_lt_focus
+01080689=drawable/minitab_lt_press
+0108068a=drawable/minitab_lt_selected
+0108068b=drawable/minitab_lt_unselected
+0108068c=drawable/minitab_lt_unselected_press
+0108068d=drawable/no_tile_128
+0108068e=drawable/no_tile_256
+0108068f=drawable/notification_big_picture_outline
+01080690=drawable/notification_icon_circle
+01080691=drawable/notification_large_icon_outline
+01080692=drawable/notification_material_action_background
+01080693=drawable/notification_material_media_action_background
+01080694=drawable/notification_template_divider
+01080695=drawable/notification_template_divider_media
+01080696=drawable/notification_template_icon_bg
+01080697=drawable/notification_template_icon_low_bg
+01080698=drawable/number_picker_divider_material
+01080699=drawable/numberpicker_down_btn
+0108069a=drawable/numberpicker_down_disabled
+0108069b=drawable/numberpicker_down_disabled_focused
+0108069c=drawable/numberpicker_down_disabled_focused_holo_dark
+0108069d=drawable/numberpicker_down_disabled_focused_holo_light
+0108069e=drawable/numberpicker_down_disabled_holo_dark
+0108069f=drawable/numberpicker_down_disabled_holo_light
+010806a0=drawable/numberpicker_down_focused_holo_dark
+010806a1=drawable/numberpicker_down_focused_holo_light
+010806a2=drawable/numberpicker_down_longpressed_holo_dark
+010806a3=drawable/numberpicker_down_longpressed_holo_light
+010806a4=drawable/numberpicker_down_normal
+010806a5=drawable/numberpicker_down_normal_holo_dark
+010806a6=drawable/numberpicker_down_normal_holo_light
+010806a7=drawable/numberpicker_down_pressed
+010806a8=drawable/numberpicker_down_pressed_holo_dark
+010806a9=drawable/numberpicker_down_pressed_holo_light
+010806aa=drawable/numberpicker_down_selected
+010806ab=drawable/numberpicker_input
+010806ac=drawable/numberpicker_input_disabled
+010806ad=drawable/numberpicker_input_normal
+010806ae=drawable/numberpicker_input_pressed
+010806af=drawable/numberpicker_input_selected
+010806b0=drawable/numberpicker_selection_divider
+010806b1=drawable/numberpicker_up_btn
+010806b2=drawable/numberpicker_up_disabled
+010806b3=drawable/numberpicker_up_disabled_focused
+010806b4=drawable/numberpicker_up_disabled_focused_holo_dark
+010806b5=drawable/numberpicker_up_disabled_focused_holo_light
+010806b6=drawable/numberpicker_up_disabled_holo_dark
+010806b7=drawable/numberpicker_up_disabled_holo_light
+010806b8=drawable/numberpicker_up_focused_holo_dark
+010806b9=drawable/numberpicker_up_focused_holo_light
+010806ba=drawable/numberpicker_up_longpressed_holo_dark
+010806bb=drawable/numberpicker_up_longpressed_holo_light
+010806bc=drawable/numberpicker_up_normal
+010806bd=drawable/numberpicker_up_normal_holo_dark
+010806be=drawable/numberpicker_up_normal_holo_light
+010806bf=drawable/numberpicker_up_pressed
+010806c0=drawable/numberpicker_up_pressed_holo_dark
+010806c1=drawable/numberpicker_up_pressed_holo_light
+010806c2=drawable/numberpicker_up_selected
+010806c3=drawable/panel_background
+010806c4=drawable/panel_bg_holo_dark
+010806c5=drawable/panel_bg_holo_light
+010806c6=drawable/panel_picture_frame_background
+010806c7=drawable/panel_picture_frame_bg_focus_blue
+010806c8=drawable/panel_picture_frame_bg_normal
+010806c9=drawable/panel_picture_frame_bg_pressed_blue
+010806ca=drawable/password_field_default
+010806cb=drawable/password_keyboard_background_holo
+010806cc=drawable/perm_group_accessibility_features
+010806cd=drawable/perm_group_activity_recognition
+010806ce=drawable/perm_group_affects_battery
+010806cf=drawable/perm_group_app_info
+010806d0=drawable/perm_group_audio_settings
+010806d1=drawable/perm_group_aural
+010806d2=drawable/perm_group_bluetooth
+010806d3=drawable/perm_group_bookmarks
+010806d4=drawable/perm_group_calendar
+010806d5=drawable/perm_group_call_log
+010806d6=drawable/perm_group_camera
+010806d7=drawable/perm_group_contacts
+010806d8=drawable/perm_group_device_alarms
+010806d9=drawable/perm_group_display
+010806da=drawable/perm_group_location
+010806db=drawable/perm_group_microphone
+010806dc=drawable/perm_group_nearby_devices
+010806dd=drawable/perm_group_network
+010806de=drawable/perm_group_personal_info
+010806df=drawable/perm_group_phone_calls
+010806e0=drawable/perm_group_read_media_aural
+010806e1=drawable/perm_group_read_media_visual
+010806e2=drawable/perm_group_screenlock
+010806e3=drawable/perm_group_sensors
+010806e4=drawable/perm_group_shortrange_network
+010806e5=drawable/perm_group_sms
+010806e6=drawable/perm_group_status_bar
+010806e7=drawable/perm_group_storage
+010806e8=drawable/perm_group_sync_settings
+010806e9=drawable/perm_group_system_clock
+010806ea=drawable/perm_group_system_tools
+010806eb=drawable/perm_group_visual
+010806ec=drawable/perm_group_voicemail
+010806ed=drawable/perm_group_wallpaper
+010806ee=drawable/picture_emergency
+010806ef=drawable/platlogo
+010806f0=drawable/platlogo_m
+010806f1=drawable/pointer_alias
+010806f2=drawable/pointer_alias_icon
+010806f3=drawable/pointer_alias_large
+010806f4=drawable/pointer_alias_large_icon
+010806f5=drawable/pointer_alias_vector
+010806f6=drawable/pointer_alias_vector_icon
+010806f7=drawable/pointer_all_scroll
+010806f8=drawable/pointer_all_scroll_icon
+010806f9=drawable/pointer_all_scroll_large
+010806fa=drawable/pointer_all_scroll_large_icon
+010806fb=drawable/pointer_all_scroll_vector
+010806fc=drawable/pointer_all_scroll_vector_icon
+010806fd=drawable/pointer_arrow
+010806fe=drawable/pointer_arrow_icon
+010806ff=drawable/pointer_arrow_large
+01080700=drawable/pointer_arrow_large_icon
+01080701=drawable/pointer_arrow_vector
+01080702=drawable/pointer_arrow_vector_icon
+01080703=drawable/pointer_cell
+01080704=drawable/pointer_cell_icon
+01080705=drawable/pointer_cell_large
+01080706=drawable/pointer_cell_large_icon
+01080707=drawable/pointer_cell_vector
+01080708=drawable/pointer_cell_vector_icon
+01080709=drawable/pointer_context_menu
+0108070a=drawable/pointer_context_menu_icon
+0108070b=drawable/pointer_context_menu_large
+0108070c=drawable/pointer_context_menu_large_icon
+0108070d=drawable/pointer_context_menu_vector
+0108070e=drawable/pointer_context_menu_vector_icon
+0108070f=drawable/pointer_copy
+01080710=drawable/pointer_copy_icon
+01080711=drawable/pointer_copy_large
+01080712=drawable/pointer_copy_large_icon
+01080713=drawable/pointer_copy_vector
+01080714=drawable/pointer_copy_vector_icon
+01080715=drawable/pointer_crosshair
+01080716=drawable/pointer_crosshair_icon
+01080717=drawable/pointer_crosshair_large
+01080718=drawable/pointer_crosshair_large_icon
+01080719=drawable/pointer_crosshair_vector
+0108071a=drawable/pointer_crosshair_vector_icon
+0108071b=drawable/pointer_grab
+0108071c=drawable/pointer_grab_icon
+0108071d=drawable/pointer_grab_large
+0108071e=drawable/pointer_grab_large_icon
+0108071f=drawable/pointer_grab_vector
+01080720=drawable/pointer_grab_vector_icon
+01080721=drawable/pointer_grabbing
+01080722=drawable/pointer_grabbing_icon
+01080723=drawable/pointer_grabbing_large
+01080724=drawable/pointer_grabbing_large_icon
+01080725=drawable/pointer_grabbing_vector
+01080726=drawable/pointer_grabbing_vector_icon
+01080727=drawable/pointer_hand
+01080728=drawable/pointer_hand_icon
+01080729=drawable/pointer_hand_large
+0108072a=drawable/pointer_hand_large_icon
+0108072b=drawable/pointer_hand_vector
+0108072c=drawable/pointer_hand_vector_icon
+0108072d=drawable/pointer_handwriting
+0108072e=drawable/pointer_handwriting_icon
+0108072f=drawable/pointer_handwriting_vector
+01080730=drawable/pointer_handwriting_vector_icon
+01080731=drawable/pointer_help
+01080732=drawable/pointer_help_icon
+01080733=drawable/pointer_help_large
+01080734=drawable/pointer_help_large_icon
+01080735=drawable/pointer_help_vector
+01080736=drawable/pointer_help_vector_icon
+01080737=drawable/pointer_horizontal_double_arrow
+01080738=drawable/pointer_horizontal_double_arrow_icon
+01080739=drawable/pointer_horizontal_double_arrow_large
+0108073a=drawable/pointer_horizontal_double_arrow_large_icon
+0108073b=drawable/pointer_horizontal_double_arrow_vector
+0108073c=drawable/pointer_horizontal_double_arrow_vector_icon
+0108073d=drawable/pointer_nodrop
+0108073e=drawable/pointer_nodrop_icon
+0108073f=drawable/pointer_nodrop_large
+01080740=drawable/pointer_nodrop_large_icon
+01080741=drawable/pointer_nodrop_vector
+01080742=drawable/pointer_nodrop_vector_icon
+01080743=drawable/pointer_spot_anchor
+01080744=drawable/pointer_spot_anchor_icon
+01080745=drawable/pointer_spot_anchor_vector
+01080746=drawable/pointer_spot_anchor_vector_icon
+01080747=drawable/pointer_spot_hover
+01080748=drawable/pointer_spot_hover_icon
+01080749=drawable/pointer_spot_hover_vector
+0108074a=drawable/pointer_spot_hover_vector_icon
+0108074b=drawable/pointer_spot_touch
+0108074c=drawable/pointer_spot_touch_icon
+0108074d=drawable/pointer_spot_touch_vector
+0108074e=drawable/pointer_spot_touch_vector_icon
+0108074f=drawable/pointer_text
+01080750=drawable/pointer_text_icon
+01080751=drawable/pointer_text_large
+01080752=drawable/pointer_text_large_icon
+01080753=drawable/pointer_text_vector
+01080754=drawable/pointer_text_vector_icon
+01080755=drawable/pointer_top_left_diagonal_double_arrow
+01080756=drawable/pointer_top_left_diagonal_double_arrow_icon
+01080757=drawable/pointer_top_left_diagonal_double_arrow_large
+01080758=drawable/pointer_top_left_diagonal_double_arrow_large_icon
+01080759=drawable/pointer_top_left_diagonal_double_arrow_vector
+0108075a=drawable/pointer_top_left_diagonal_double_arrow_vector_icon
+0108075b=drawable/pointer_top_right_diagonal_double_arrow
+0108075c=drawable/pointer_top_right_diagonal_double_arrow_icon
+0108075d=drawable/pointer_top_right_diagonal_double_arrow_large
+0108075e=drawable/pointer_top_right_diagonal_double_arrow_large_icon
+0108075f=drawable/pointer_top_right_diagonal_double_arrow_vector
+01080760=drawable/pointer_top_right_diagonal_double_arrow_vector_icon
+01080761=drawable/pointer_vertical_double_arrow
+01080762=drawable/pointer_vertical_double_arrow_icon
+01080763=drawable/pointer_vertical_double_arrow_large
+01080764=drawable/pointer_vertical_double_arrow_large_icon
+01080765=drawable/pointer_vertical_double_arrow_vector
+01080766=drawable/pointer_vertical_double_arrow_vector_icon
+01080767=drawable/pointer_vertical_text
+01080768=drawable/pointer_vertical_text_icon
+01080769=drawable/pointer_vertical_text_large
+0108076a=drawable/pointer_vertical_text_large_icon
+0108076b=drawable/pointer_vertical_text_vector
+0108076c=drawable/pointer_vertical_text_vector_icon
+0108076d=drawable/pointer_wait
+0108076e=drawable/pointer_wait_0
+0108076f=drawable/pointer_wait_1
+01080770=drawable/pointer_wait_10
+01080771=drawable/pointer_wait_11
+01080772=drawable/pointer_wait_12
+01080773=drawable/pointer_wait_13
+01080774=drawable/pointer_wait_14
+01080775=drawable/pointer_wait_15
+01080776=drawable/pointer_wait_16
+01080777=drawable/pointer_wait_17
+01080778=drawable/pointer_wait_18
+01080779=drawable/pointer_wait_19
+0108077a=drawable/pointer_wait_2
+0108077b=drawable/pointer_wait_20
+0108077c=drawable/pointer_wait_21
+0108077d=drawable/pointer_wait_22
+0108077e=drawable/pointer_wait_23
+0108077f=drawable/pointer_wait_24
+01080780=drawable/pointer_wait_25
+01080781=drawable/pointer_wait_26
+01080782=drawable/pointer_wait_27
+01080783=drawable/pointer_wait_28
+01080784=drawable/pointer_wait_29
+01080785=drawable/pointer_wait_3
+01080786=drawable/pointer_wait_30
+01080787=drawable/pointer_wait_31
+01080788=drawable/pointer_wait_32
+01080789=drawable/pointer_wait_33
+0108078a=drawable/pointer_wait_34
+0108078b=drawable/pointer_wait_35
+0108078c=drawable/pointer_wait_36
+0108078d=drawable/pointer_wait_37
+0108078e=drawable/pointer_wait_38
+0108078f=drawable/pointer_wait_39
+01080790=drawable/pointer_wait_4
+01080791=drawable/pointer_wait_40
+01080792=drawable/pointer_wait_41
+01080793=drawable/pointer_wait_42
+01080794=drawable/pointer_wait_43
+01080795=drawable/pointer_wait_44
+01080796=drawable/pointer_wait_45
+01080797=drawable/pointer_wait_46
+01080798=drawable/pointer_wait_47
+01080799=drawable/pointer_wait_48
+0108079a=drawable/pointer_wait_49
+0108079b=drawable/pointer_wait_5
+0108079c=drawable/pointer_wait_50
+0108079d=drawable/pointer_wait_51
+0108079e=drawable/pointer_wait_52
+0108079f=drawable/pointer_wait_53
+010807a0=drawable/pointer_wait_54
+010807a1=drawable/pointer_wait_55
+010807a2=drawable/pointer_wait_56
+010807a3=drawable/pointer_wait_57
+010807a4=drawable/pointer_wait_58
+010807a5=drawable/pointer_wait_59
+010807a6=drawable/pointer_wait_6
+010807a7=drawable/pointer_wait_60
+010807a8=drawable/pointer_wait_61
+010807a9=drawable/pointer_wait_62
+010807aa=drawable/pointer_wait_63
+010807ab=drawable/pointer_wait_64
+010807ac=drawable/pointer_wait_65
+010807ad=drawable/pointer_wait_66
+010807ae=drawable/pointer_wait_67
+010807af=drawable/pointer_wait_68
+010807b0=drawable/pointer_wait_69
+010807b1=drawable/pointer_wait_7
+010807b2=drawable/pointer_wait_70
+010807b3=drawable/pointer_wait_71
+010807b4=drawable/pointer_wait_72
+010807b5=drawable/pointer_wait_73
+010807b6=drawable/pointer_wait_74
+010807b7=drawable/pointer_wait_75
+010807b8=drawable/pointer_wait_76
+010807b9=drawable/pointer_wait_77
+010807ba=drawable/pointer_wait_78
+010807bb=drawable/pointer_wait_79
+010807bc=drawable/pointer_wait_8
+010807bd=drawable/pointer_wait_80
+010807be=drawable/pointer_wait_9
+010807bf=drawable/pointer_wait_icon
+010807c0=drawable/pointer_wait_vector
+010807c1=drawable/pointer_wait_vector_0
+010807c2=drawable/pointer_wait_vector_1
+010807c3=drawable/pointer_wait_vector_10
+010807c4=drawable/pointer_wait_vector_11
+010807c5=drawable/pointer_wait_vector_12
+010807c6=drawable/pointer_wait_vector_13
+010807c7=drawable/pointer_wait_vector_14
+010807c8=drawable/pointer_wait_vector_15
+010807c9=drawable/pointer_wait_vector_16
+010807ca=drawable/pointer_wait_vector_17
+010807cb=drawable/pointer_wait_vector_18
+010807cc=drawable/pointer_wait_vector_19
+010807cd=drawable/pointer_wait_vector_2
+010807ce=drawable/pointer_wait_vector_20
+010807cf=drawable/pointer_wait_vector_21
+010807d0=drawable/pointer_wait_vector_22
+010807d1=drawable/pointer_wait_vector_23
+010807d2=drawable/pointer_wait_vector_24
+010807d3=drawable/pointer_wait_vector_25
+010807d4=drawable/pointer_wait_vector_26
+010807d5=drawable/pointer_wait_vector_27
+010807d6=drawable/pointer_wait_vector_28
+010807d7=drawable/pointer_wait_vector_29
+010807d8=drawable/pointer_wait_vector_3
+010807d9=drawable/pointer_wait_vector_30
+010807da=drawable/pointer_wait_vector_31
+010807db=drawable/pointer_wait_vector_32
+010807dc=drawable/pointer_wait_vector_33
+010807dd=drawable/pointer_wait_vector_34
+010807de=drawable/pointer_wait_vector_35
+010807df=drawable/pointer_wait_vector_36
+010807e0=drawable/pointer_wait_vector_37
+010807e1=drawable/pointer_wait_vector_38
+010807e2=drawable/pointer_wait_vector_39
+010807e3=drawable/pointer_wait_vector_4
+010807e4=drawable/pointer_wait_vector_40
+010807e5=drawable/pointer_wait_vector_41
+010807e6=drawable/pointer_wait_vector_42
+010807e7=drawable/pointer_wait_vector_43
+010807e8=drawable/pointer_wait_vector_44
+010807e9=drawable/pointer_wait_vector_45
+010807ea=drawable/pointer_wait_vector_46
+010807eb=drawable/pointer_wait_vector_47
+010807ec=drawable/pointer_wait_vector_48
+010807ed=drawable/pointer_wait_vector_49
+010807ee=drawable/pointer_wait_vector_5
+010807ef=drawable/pointer_wait_vector_50
+010807f0=drawable/pointer_wait_vector_51
+010807f1=drawable/pointer_wait_vector_52
+010807f2=drawable/pointer_wait_vector_53
+010807f3=drawable/pointer_wait_vector_54
+010807f4=drawable/pointer_wait_vector_55
+010807f5=drawable/pointer_wait_vector_56
+010807f6=drawable/pointer_wait_vector_57
+010807f7=drawable/pointer_wait_vector_58
+010807f8=drawable/pointer_wait_vector_59
+010807f9=drawable/pointer_wait_vector_6
+010807fa=drawable/pointer_wait_vector_60
+010807fb=drawable/pointer_wait_vector_61
+010807fc=drawable/pointer_wait_vector_62
+010807fd=drawable/pointer_wait_vector_63
+010807fe=drawable/pointer_wait_vector_64
+010807ff=drawable/pointer_wait_vector_65
+01080800=drawable/pointer_wait_vector_66
+01080801=drawable/pointer_wait_vector_67
+01080802=drawable/pointer_wait_vector_68
+01080803=drawable/pointer_wait_vector_69
+01080804=drawable/pointer_wait_vector_7
+01080805=drawable/pointer_wait_vector_70
+01080806=drawable/pointer_wait_vector_71
+01080807=drawable/pointer_wait_vector_72
+01080808=drawable/pointer_wait_vector_73
+01080809=drawable/pointer_wait_vector_74
+0108080a=drawable/pointer_wait_vector_75
+0108080b=drawable/pointer_wait_vector_76
+0108080c=drawable/pointer_wait_vector_77
+0108080d=drawable/pointer_wait_vector_78
+0108080e=drawable/pointer_wait_vector_79
+0108080f=drawable/pointer_wait_vector_8
+01080810=drawable/pointer_wait_vector_80
+01080811=drawable/pointer_wait_vector_81
+01080812=drawable/pointer_wait_vector_82
+01080813=drawable/pointer_wait_vector_83
+01080814=drawable/pointer_wait_vector_84
+01080815=drawable/pointer_wait_vector_85
+01080816=drawable/pointer_wait_vector_86
+01080817=drawable/pointer_wait_vector_87
+01080818=drawable/pointer_wait_vector_9
+01080819=drawable/pointer_wait_vector_icon
+0108081a=drawable/pointer_zoom_in
+0108081b=drawable/pointer_zoom_in_icon
+0108081c=drawable/pointer_zoom_in_large
+0108081d=drawable/pointer_zoom_in_large_icon
+0108081e=drawable/pointer_zoom_in_vector
+0108081f=drawable/pointer_zoom_in_vector_icon
+01080820=drawable/pointer_zoom_out
+01080821=drawable/pointer_zoom_out_icon
+01080822=drawable/pointer_zoom_out_large
+01080823=drawable/pointer_zoom_out_large_icon
+01080824=drawable/pointer_zoom_out_vector
+01080825=drawable/pointer_zoom_out_vector_icon
+01080826=drawable/popup_background_material
+01080827=drawable/popup_background_mtrl_mult
+01080828=drawable/popup_bottom_bright
+01080829=drawable/popup_bottom_dark
+0108082a=drawable/popup_bottom_medium
+0108082b=drawable/popup_center_bright
+0108082c=drawable/popup_center_dark
+0108082d=drawable/popup_center_medium
+0108082e=drawable/popup_full_bright
+0108082f=drawable/popup_full_dark
+01080830=drawable/popup_inline_error
+01080831=drawable/popup_inline_error_above
+01080832=drawable/popup_inline_error_above_am
+01080833=drawable/popup_inline_error_above_holo_dark
+01080834=drawable/popup_inline_error_above_holo_dark_am
+01080835=drawable/popup_inline_error_above_holo_light
+01080836=drawable/popup_inline_error_above_holo_light_am
+01080837=drawable/popup_inline_error_am
+01080838=drawable/popup_inline_error_holo_dark
+01080839=drawable/popup_inline_error_holo_dark_am
+0108083a=drawable/popup_inline_error_holo_light
+0108083b=drawable/popup_inline_error_holo_light_am
+0108083c=drawable/popup_top_bright
+0108083d=drawable/popup_top_dark
+0108083e=drawable/pressed_application_background_static
+0108083f=drawable/progress_bg_holo_dark
+01080840=drawable/progress_bg_holo_light
+01080841=drawable/progress_horizontal_holo_dark
+01080842=drawable/progress_horizontal_holo_light
+01080843=drawable/progress_horizontal_material
+01080844=drawable/progress_indeterminate_anim_large_material
+01080845=drawable/progress_indeterminate_anim_medium_material
+01080846=drawable/progress_indeterminate_horizontal_holo
+01080847=drawable/progress_indeterminate_horizontal_material
+01080848=drawable/progress_large
+01080849=drawable/progress_large_holo
+0108084a=drawable/progress_large_material
+0108084b=drawable/progress_large_white
+0108084c=drawable/progress_medium
+0108084d=drawable/progress_medium_holo
+0108084e=drawable/progress_medium_material
+0108084f=drawable/progress_medium_white
+01080850=drawable/progress_primary_holo_dark
+01080851=drawable/progress_primary_holo_light
+01080852=drawable/progress_secondary_holo_dark
+01080853=drawable/progress_secondary_holo_light
+01080854=drawable/progress_small
+01080855=drawable/progress_small_holo
+01080856=drawable/progress_small_material
+01080857=drawable/progress_small_titlebar
+01080858=drawable/progress_small_white
+01080859=drawable/progress_static_material
+0108085a=drawable/progressbar_indeterminate1
+0108085b=drawable/progressbar_indeterminate2
+0108085c=drawable/progressbar_indeterminate3
+0108085d=drawable/progressbar_indeterminate_holo1
+0108085e=drawable/progressbar_indeterminate_holo2
+0108085f=drawable/progressbar_indeterminate_holo3
+01080860=drawable/progressbar_indeterminate_holo4
+01080861=drawable/progressbar_indeterminate_holo5
+01080862=drawable/progressbar_indeterminate_holo6
+01080863=drawable/progressbar_indeterminate_holo7
+01080864=drawable/progressbar_indeterminate_holo8
+01080865=drawable/quickactions_arrowdown_left_holo_dark
+01080866=drawable/quickactions_arrowdown_left_holo_light
+01080867=drawable/quickactions_arrowdown_right_holo_dark
+01080868=drawable/quickactions_arrowdown_right_holo_light
+01080869=drawable/quickactions_arrowup_left_holo_dark
+0108086a=drawable/quickactions_arrowup_left_holo_light
+0108086b=drawable/quickactions_arrowup_left_right_holo_dark
+0108086c=drawable/quickactions_arrowup_right_holo_light
+0108086d=drawable/quickcontact_badge_overlay_dark
+0108086e=drawable/quickcontact_badge_overlay_focused_dark
+0108086f=drawable/quickcontact_badge_overlay_focused_dark_am
+01080870=drawable/quickcontact_badge_overlay_focused_light
+01080871=drawable/quickcontact_badge_overlay_focused_light_am
+01080872=drawable/quickcontact_badge_overlay_light
+01080873=drawable/quickcontact_badge_overlay_normal_dark
+01080874=drawable/quickcontact_badge_overlay_normal_dark_am
+01080875=drawable/quickcontact_badge_overlay_normal_light
+01080876=drawable/quickcontact_badge_overlay_normal_light_am
+01080877=drawable/quickcontact_badge_overlay_pressed_dark
+01080878=drawable/quickcontact_badge_overlay_pressed_dark_am
+01080879=drawable/quickcontact_badge_overlay_pressed_light
+0108087a=drawable/quickcontact_badge_overlay_pressed_light_am
+0108087b=drawable/rate_star_big_half
+0108087c=drawable/rate_star_big_half_holo_dark
+0108087d=drawable/rate_star_big_half_holo_light
+0108087e=drawable/rate_star_big_off
+0108087f=drawable/rate_star_big_off_holo_dark
+01080880=drawable/rate_star_big_off_holo_light
+01080881=drawable/rate_star_big_on
+01080882=drawable/rate_star_big_on_holo_dark
+01080883=drawable/rate_star_big_on_holo_light
+01080884=drawable/rate_star_med_half
+01080885=drawable/rate_star_med_half_holo_dark
+01080886=drawable/rate_star_med_half_holo_light
+01080887=drawable/rate_star_med_off
+01080888=drawable/rate_star_med_off_holo_dark
+01080889=drawable/rate_star_med_off_holo_light
+0108088a=drawable/rate_star_med_on
+0108088b=drawable/rate_star_med_on_holo_dark
+0108088c=drawable/rate_star_med_on_holo_light
+0108088d=drawable/rate_star_small_half
+0108088e=drawable/rate_star_small_half_holo_dark
+0108088f=drawable/rate_star_small_half_holo_light
+01080890=drawable/rate_star_small_off
+01080891=drawable/rate_star_small_off_holo_dark
+01080892=drawable/rate_star_small_off_holo_light
+01080893=drawable/rate_star_small_on
+01080894=drawable/rate_star_small_on_holo_dark
+01080895=drawable/rate_star_small_on_holo_light
+01080896=drawable/ratingbar
+01080897=drawable/ratingbar_full
+01080898=drawable/ratingbar_full_empty
+01080899=drawable/ratingbar_full_empty_holo_dark
+0108089a=drawable/ratingbar_full_empty_holo_light
+0108089b=drawable/ratingbar_full_empty_material
+0108089c=drawable/ratingbar_full_filled
+0108089d=drawable/ratingbar_full_filled_holo_dark
+0108089e=drawable/ratingbar_full_filled_holo_light
+0108089f=drawable/ratingbar_full_filled_material
+010808a0=drawable/ratingbar_full_half_material
+010808a1=drawable/ratingbar_full_holo_dark
+010808a2=drawable/ratingbar_full_holo_light
+010808a3=drawable/ratingbar_holo_dark
+010808a4=drawable/ratingbar_holo_light
+010808a5=drawable/ratingbar_indicator_material
+010808a6=drawable/ratingbar_material
+010808a7=drawable/ratingbar_small
+010808a8=drawable/ratingbar_small_holo_dark
+010808a9=drawable/ratingbar_small_holo_light
+010808aa=drawable/ratingbar_small_material
+010808ab=drawable/recent_dialog_background
+010808ac=drawable/red_shield
+010808ad=drawable/resolver_button_bg
+010808ae=drawable/resolver_icon_placeholder
+010808af=drawable/resolver_outlined_button_bg
+010808b0=drawable/resolver_profile_tab_bg
+010808b1=drawable/resolver_turn_on_work_button_ripple_background
+010808b2=drawable/reticle
+010808b3=drawable/safe_mode_background
+010808b4=drawable/screen_background_holo_dark
+010808b5=drawable/screen_background_holo_light
+010808b6=drawable/screen_background_selector_dark
+010808b7=drawable/screen_background_selector_light
+010808b8=drawable/scroll_indicator_material
+010808b9=drawable/scrollbar_handle_accelerated_anim2
+010808ba=drawable/scrollbar_handle_holo_dark
+010808bb=drawable/scrollbar_handle_holo_light
+010808bc=drawable/scrollbar_handle_horizontal
+010808bd=drawable/scrollbar_handle_material
+010808be=drawable/scrollbar_handle_vertical
+010808bf=drawable/scrollbar_vertical_thumb
+010808c0=drawable/scrollbar_vertical_track
+010808c1=drawable/scrubber_control_disabled_holo
+010808c2=drawable/scrubber_control_focused_holo
+010808c3=drawable/scrubber_control_normal_holo
+010808c4=drawable/scrubber_control_on_mtrl_alpha
+010808c5=drawable/scrubber_control_on_pressed_mtrl_alpha
+010808c6=drawable/scrubber_control_pressed_holo
+010808c7=drawable/scrubber_control_selector_holo
+010808c8=drawable/scrubber_primary_holo
+010808c9=drawable/scrubber_primary_mtrl_alpha
+010808ca=drawable/scrubber_progress_horizontal_holo_dark
+010808cb=drawable/scrubber_progress_horizontal_holo_light
+010808cc=drawable/scrubber_secondary_holo
+010808cd=drawable/scrubber_track_holo_dark
+010808ce=drawable/scrubber_track_holo_light
+010808cf=drawable/scrubber_track_mtrl_alpha
+010808d0=drawable/search_bar_default_color
+010808d1=drawable/search_dropdown_background
+010808d2=drawable/search_dropdown_dark
+010808d3=drawable/search_dropdown_light
+010808d4=drawable/search_plate
+010808d5=drawable/search_plate_global
+010808d6=drawable/search_spinner
+010808d7=drawable/seek_thumb
+010808d8=drawable/seek_thumb_normal
+010808d9=drawable/seek_thumb_pressed
+010808da=drawable/seek_thumb_selected
+010808db=drawable/seekbar_thumb_material_anim
+010808dc=drawable/seekbar_thumb_pressed_to_unpressed
+010808dd=drawable/seekbar_thumb_pressed_to_unpressed_animation
+010808de=drawable/seekbar_thumb_unpressed_to_pressed
+010808df=drawable/seekbar_thumb_unpressed_to_pressed_animation
+010808e0=drawable/seekbar_tick_mark_material
+010808e1=drawable/seekbar_track_material
+010808e2=drawable/selected_day_background
+010808e3=drawable/settings_header
+010808e4=drawable/settings_header_raw
+010808e5=drawable/silent_mode_indicator
+010808e6=drawable/sim_dark_blue
+010808e7=drawable/sim_dark_green
+010808e8=drawable/sim_dark_orange
+010808e9=drawable/sim_dark_purple
+010808ea=drawable/sim_light_blue
+010808eb=drawable/sim_light_green
+010808ec=drawable/sim_light_orange
+010808ed=drawable/sim_light_purple
+010808ee=drawable/slice_remote_input_bg
+010808ef=drawable/slice_ripple_drawable
+010808f0=drawable/spinner_16_inner_holo
+010808f1=drawable/spinner_16_outer_holo
+010808f2=drawable/spinner_48_inner_holo
+010808f3=drawable/spinner_48_outer_holo
+010808f4=drawable/spinner_76_inner_holo
+010808f5=drawable/spinner_76_outer_holo
+010808f6=drawable/spinner_ab_activated_holo_dark
+010808f7=drawable/spinner_ab_activated_holo_light
+010808f8=drawable/spinner_ab_default_holo_dark
+010808f9=drawable/spinner_ab_default_holo_dark_am
+010808fa=drawable/spinner_ab_default_holo_light
+010808fb=drawable/spinner_ab_default_holo_light_am
+010808fc=drawable/spinner_ab_disabled_holo_dark
+010808fd=drawable/spinner_ab_disabled_holo_dark_am
+010808fe=drawable/spinner_ab_disabled_holo_light
+010808ff=drawable/spinner_ab_disabled_holo_light_am
+01080900=drawable/spinner_ab_focused_holo_dark
+01080901=drawable/spinner_ab_focused_holo_dark_am
+01080902=drawable/spinner_ab_focused_holo_light
+01080903=drawable/spinner_ab_focused_holo_light_am
+01080904=drawable/spinner_ab_holo_dark
+01080905=drawable/spinner_ab_holo_light
+01080906=drawable/spinner_ab_pressed_holo_dark
+01080907=drawable/spinner_ab_pressed_holo_dark_am
+01080908=drawable/spinner_ab_pressed_holo_light
+01080909=drawable/spinner_ab_pressed_holo_light_am
+0108090a=drawable/spinner_activated_holo_dark
+0108090b=drawable/spinner_activated_holo_light
+0108090c=drawable/spinner_background_holo_dark
+0108090d=drawable/spinner_background_holo_light
+0108090e=drawable/spinner_background_material
+0108090f=drawable/spinner_black_16
+01080910=drawable/spinner_black_20
+01080911=drawable/spinner_black_48
+01080912=drawable/spinner_black_76
+01080913=drawable/spinner_default_holo_dark
+01080914=drawable/spinner_default_holo_dark_am
+01080915=drawable/spinner_default_holo_light
+01080916=drawable/spinner_default_holo_light_am
+01080917=drawable/spinner_disabled_holo
+01080918=drawable/spinner_disabled_holo_dark
+01080919=drawable/spinner_disabled_holo_dark_am
+0108091a=drawable/spinner_disabled_holo_light
+0108091b=drawable/spinner_disabled_holo_light_am
+0108091c=drawable/spinner_dropdown_background_down
+0108091d=drawable/spinner_dropdown_background_up
+0108091e=drawable/spinner_focused_holo_dark
+0108091f=drawable/spinner_focused_holo_dark_am
+01080920=drawable/spinner_focused_holo_light
+01080921=drawable/spinner_focused_holo_light_am
+01080922=drawable/spinner_normal
+01080923=drawable/spinner_normal_holo
+01080924=drawable/spinner_press
+01080925=drawable/spinner_pressed_holo_dark
+01080926=drawable/spinner_pressed_holo_dark_am
+01080927=drawable/spinner_pressed_holo_light
+01080928=drawable/spinner_pressed_holo_light_am
+01080929=drawable/spinner_select
+0108092a=drawable/spinner_textfield_background_material
+0108092b=drawable/spinner_white_16
+0108092c=drawable/spinner_white_48
+0108092d=drawable/spinner_white_76
+0108092e=drawable/stat_ecb_mode
+0108092f=drawable/stat_notify_car_mode
+01080930=drawable/stat_notify_disabled_data
+01080931=drawable/stat_notify_disk_full
+01080932=drawable/stat_notify_email_generic
+01080933=drawable/stat_notify_gmail
+01080934=drawable/stat_notify_mmcc_indication_icn
+01080935=drawable/stat_notify_rssi_in_range
+01080936=drawable/stat_notify_sim_toolkit
+01080937=drawable/stat_notify_sync_anim0
+01080938=drawable/stat_notify_sync_error
+01080939=drawable/stat_notify_wifi_in_range
+0108093a=drawable/stat_sys_adb
+0108093b=drawable/stat_sys_battery
+0108093c=drawable/stat_sys_battery_0
+0108093d=drawable/stat_sys_battery_10
+0108093e=drawable/stat_sys_battery_100
+0108093f=drawable/stat_sys_battery_15
+01080940=drawable/stat_sys_battery_20
+01080941=drawable/stat_sys_battery_28
+01080942=drawable/stat_sys_battery_40
+01080943=drawable/stat_sys_battery_43
+01080944=drawable/stat_sys_battery_57
+01080945=drawable/stat_sys_battery_60
+01080946=drawable/stat_sys_battery_71
+01080947=drawable/stat_sys_battery_80
+01080948=drawable/stat_sys_battery_85
+01080949=drawable/stat_sys_battery_charge
+0108094a=drawable/stat_sys_battery_charge_anim0
+0108094b=drawable/stat_sys_battery_charge_anim1
+0108094c=drawable/stat_sys_battery_charge_anim100
+0108094d=drawable/stat_sys_battery_charge_anim15
+0108094e=drawable/stat_sys_battery_charge_anim2
+0108094f=drawable/stat_sys_battery_charge_anim28
+01080950=drawable/stat_sys_battery_charge_anim3
+01080951=drawable/stat_sys_battery_charge_anim4
+01080952=drawable/stat_sys_battery_charge_anim43
+01080953=drawable/stat_sys_battery_charge_anim5
+01080954=drawable/stat_sys_battery_charge_anim57
+01080955=drawable/stat_sys_battery_charge_anim71
+01080956=drawable/stat_sys_battery_charge_anim85
+01080957=drawable/stat_sys_battery_unknown
+01080958=drawable/stat_sys_certificate_info
+01080959=drawable/stat_sys_data_usb
+0108095a=drawable/stat_sys_data_wimax_signal_3_fully
+0108095b=drawable/stat_sys_data_wimax_signal_disconnected
+0108095c=drawable/stat_sys_download_anim0
+0108095d=drawable/stat_sys_download_anim1
+0108095e=drawable/stat_sys_download_anim2
+0108095f=drawable/stat_sys_download_anim3
+01080960=drawable/stat_sys_download_anim4
+01080961=drawable/stat_sys_download_anim5
+01080962=drawable/stat_sys_download_done_static
+01080963=drawable/stat_sys_gps_on
+01080964=drawable/stat_sys_managed_profile_status
+01080965=drawable/stat_sys_private_profile_status
+01080966=drawable/stat_sys_r_signal_0_cdma
+01080967=drawable/stat_sys_r_signal_1_cdma
+01080968=drawable/stat_sys_r_signal_2_cdma
+01080969=drawable/stat_sys_r_signal_3_cdma
+0108096a=drawable/stat_sys_r_signal_4_cdma
+0108096b=drawable/stat_sys_ra_signal_0_cdma
+0108096c=drawable/stat_sys_ra_signal_1_cdma
+0108096d=drawable/stat_sys_ra_signal_2_cdma
+0108096e=drawable/stat_sys_ra_signal_3_cdma
+0108096f=drawable/stat_sys_ra_signal_4_cdma
+01080970=drawable/stat_sys_signal_0_cdma
+01080971=drawable/stat_sys_signal_1_cdma
+01080972=drawable/stat_sys_signal_2_cdma
+01080973=drawable/stat_sys_signal_3_cdma
+01080974=drawable/stat_sys_signal_4_cdma
+01080975=drawable/stat_sys_signal_evdo_0
+01080976=drawable/stat_sys_signal_evdo_1
+01080977=drawable/stat_sys_signal_evdo_2
+01080978=drawable/stat_sys_signal_evdo_3
+01080979=drawable/stat_sys_signal_evdo_4
+0108097a=drawable/stat_sys_tether_wifi
+0108097b=drawable/stat_sys_throttled
+0108097c=drawable/stat_sys_upload_anim0
+0108097d=drawable/stat_sys_upload_anim1
+0108097e=drawable/stat_sys_upload_anim2
+0108097f=drawable/stat_sys_upload_anim3
+01080980=drawable/stat_sys_upload_anim4
+01080981=drawable/stat_sys_upload_anim5
+01080982=drawable/stat_sys_vitals
+01080983=drawable/status_bar_background
+01080984=drawable/status_bar_closed_default_background
+01080985=drawable/status_bar_header_background
+01080986=drawable/status_bar_item_app_background_normal
+01080987=drawable/status_bar_item_background_focus
+01080988=drawable/status_bar_item_background_normal
+01080989=drawable/status_bar_item_background_pressed
+0108098a=drawable/status_bar_opened_default_background
+0108098b=drawable/statusbar_background
+0108098c=drawable/submenu_arrow
+0108098d=drawable/submenu_arrow_nofocus
+0108098e=drawable/switch_bg_disabled_holo_dark
+0108098f=drawable/switch_bg_disabled_holo_light
+01080990=drawable/switch_bg_focused_holo_dark
+01080991=drawable/switch_bg_focused_holo_light
+01080992=drawable/switch_bg_holo_dark
+01080993=drawable/switch_bg_holo_light
+01080994=drawable/switch_inner_holo_dark
+01080995=drawable/switch_inner_holo_light
+01080996=drawable/switch_thumb_activated_holo_dark
+01080997=drawable/switch_thumb_activated_holo_light
+01080998=drawable/switch_thumb_disabled_holo_dark
+01080999=drawable/switch_thumb_disabled_holo_light
+0108099a=drawable/switch_thumb_holo_dark
+0108099b=drawable/switch_thumb_holo_light
+0108099c=drawable/switch_thumb_holo_light_v2
+0108099d=drawable/switch_thumb_material_anim
+0108099e=drawable/switch_thumb_pressed_holo_dark
+0108099f=drawable/switch_thumb_pressed_holo_light
+010809a0=drawable/switch_thumb_watch_default_dark_anim
+010809a1=drawable/switch_track_holo_dark
+010809a2=drawable/switch_track_holo_light
+010809a3=drawable/switch_track_material
+010809a4=drawable/sym_action_add
+010809a5=drawable/sym_app_on_sd_unavailable_icon
+010809a6=drawable/sym_def_app_icon_background
+010809a7=drawable/sym_keyboard_delete
+010809a8=drawable/sym_keyboard_delete_dim
+010809a9=drawable/sym_keyboard_delete_holo
+010809aa=drawable/sym_keyboard_enter
+010809ab=drawable/sym_keyboard_feedback_delete
+010809ac=drawable/sym_keyboard_feedback_ok
+010809ad=drawable/sym_keyboard_feedback_return
+010809ae=drawable/sym_keyboard_feedback_shift
+010809af=drawable/sym_keyboard_feedback_shift_locked
+010809b0=drawable/sym_keyboard_feedback_space
+010809b1=drawable/sym_keyboard_num0_no_plus
+010809b2=drawable/sym_keyboard_num1
+010809b3=drawable/sym_keyboard_num2
+010809b4=drawable/sym_keyboard_num3
+010809b5=drawable/sym_keyboard_num4
+010809b6=drawable/sym_keyboard_num5
+010809b7=drawable/sym_keyboard_num6
+010809b8=drawable/sym_keyboard_num7
+010809b9=drawable/sym_keyboard_num8
+010809ba=drawable/sym_keyboard_num9
+010809bb=drawable/sym_keyboard_ok
+010809bc=drawable/sym_keyboard_ok_dim
+010809bd=drawable/sym_keyboard_return
+010809be=drawable/sym_keyboard_return_holo
+010809bf=drawable/sym_keyboard_shift
+010809c0=drawable/sym_keyboard_shift_locked
+010809c1=drawable/sym_keyboard_space
+010809c2=drawable/tab_bottom_holo
+010809c3=drawable/tab_bottom_left
+010809c4=drawable/tab_bottom_left_v4
+010809c5=drawable/tab_bottom_right
+010809c6=drawable/tab_bottom_right_v4
+010809c7=drawable/tab_focus
+010809c8=drawable/tab_focus_bar_left
+010809c9=drawable/tab_focus_bar_right
+010809ca=drawable/tab_indicator
+010809cb=drawable/tab_indicator_ab_holo
+010809cc=drawable/tab_indicator_holo
+010809cd=drawable/tab_indicator_material
+010809ce=drawable/tab_indicator_mtrl_alpha
+010809cf=drawable/tab_indicator_resolver
+010809d0=drawable/tab_indicator_v4
+010809d1=drawable/tab_press
+010809d2=drawable/tab_press_bar_left
+010809d3=drawable/tab_press_bar_right
+010809d4=drawable/tab_pressed_holo
+010809d5=drawable/tab_selected
+010809d6=drawable/tab_selected_bar_left
+010809d7=drawable/tab_selected_bar_left_v4
+010809d8=drawable/tab_selected_bar_right
+010809d9=drawable/tab_selected_bar_right_v4
+010809da=drawable/tab_selected_focused_holo
+010809db=drawable/tab_selected_holo
+010809dc=drawable/tab_selected_pressed_holo
+010809dd=drawable/tab_selected_v4
+010809de=drawable/tab_unselected
+010809df=drawable/tab_unselected_focused_holo
+010809e0=drawable/tab_unselected_holo
+010809e1=drawable/tab_unselected_pressed_holo
+010809e2=drawable/tab_unselected_v4
+010809e3=drawable/text_cursor_holo_dark
+010809e4=drawable/text_cursor_holo_light
+010809e5=drawable/text_cursor_material
+010809e6=drawable/text_edit_paste_window
+010809e7=drawable/text_edit_side_paste_window
+010809e8=drawable/text_edit_suggestions_window
+010809e9=drawable/text_select_handle_left_material
+010809ea=drawable/text_select_handle_left_mtrl_alpha
+010809eb=drawable/text_select_handle_middle_material
+010809ec=drawable/text_select_handle_middle_mtrl_alpha
+010809ed=drawable/text_select_handle_right_material
+010809ee=drawable/text_select_handle_right_mtrl_alpha
+010809ef=drawable/textfield_activated_holo_dark
+010809f0=drawable/textfield_activated_holo_light
+010809f1=drawable/textfield_activated_mtrl_alpha
+010809f2=drawable/textfield_bg_activated_holo_dark
+010809f3=drawable/textfield_bg_default_holo_dark
+010809f4=drawable/textfield_bg_disabled_focused_holo_dark
+010809f5=drawable/textfield_bg_disabled_holo_dark
+010809f6=drawable/textfield_bg_focused_holo_dark
+010809f7=drawable/textfield_default
+010809f8=drawable/textfield_default_holo_dark
+010809f9=drawable/textfield_default_holo_light
+010809fa=drawable/textfield_default_mtrl_alpha
+010809fb=drawable/textfield_disabled
+010809fc=drawable/textfield_disabled_focused_holo_dark
+010809fd=drawable/textfield_disabled_focused_holo_light
+010809fe=drawable/textfield_disabled_holo_dark
+010809ff=drawable/textfield_disabled_holo_light
+01080a00=drawable/textfield_disabled_selected
+01080a01=drawable/textfield_focused_holo_dark
+01080a02=drawable/textfield_focused_holo_light
+01080a03=drawable/textfield_longpress_holo
+01080a04=drawable/textfield_multiline_activated_holo_dark
+01080a05=drawable/textfield_multiline_activated_holo_light
+01080a06=drawable/textfield_multiline_default_holo_dark
+01080a07=drawable/textfield_multiline_default_holo_light
+01080a08=drawable/textfield_multiline_disabled_focused_holo_dark
+01080a09=drawable/textfield_multiline_disabled_focused_holo_light
+01080a0a=drawable/textfield_multiline_disabled_holo_dark
+01080a0b=drawable/textfield_multiline_disabled_holo_light
+01080a0c=drawable/textfield_multiline_focused_holo_dark
+01080a0d=drawable/textfield_multiline_focused_holo_light
+01080a0e=drawable/textfield_pressed_holo
+01080a0f=drawable/textfield_search
+01080a10=drawable/textfield_search_activated_mtrl_alpha
+01080a11=drawable/textfield_search_default
+01080a12=drawable/textfield_search_default_holo_dark
+01080a13=drawable/textfield_search_default_holo_light
+01080a14=drawable/textfield_search_default_mtrl_alpha
+01080a15=drawable/textfield_search_empty
+01080a16=drawable/textfield_search_empty_default
+01080a17=drawable/textfield_search_empty_pressed
+01080a18=drawable/textfield_search_empty_selected
+01080a19=drawable/textfield_search_material
+01080a1a=drawable/textfield_search_pressed
+01080a1b=drawable/textfield_search_right_default_holo_dark
+01080a1c=drawable/textfield_search_right_default_holo_light
+01080a1d=drawable/textfield_search_right_selected_holo_dark
+01080a1e=drawable/textfield_search_right_selected_holo_light
+01080a1f=drawable/textfield_search_selected
+01080a20=drawable/textfield_search_selected_holo_dark
+01080a21=drawable/textfield_search_selected_holo_light
+01080a22=drawable/textfield_searchview_holo_dark
+01080a23=drawable/textfield_searchview_holo_light
+01080a24=drawable/textfield_searchview_right_holo_dark
+01080a25=drawable/textfield_searchview_right_holo_light
+01080a26=drawable/textfield_selected
+01080a27=drawable/time_picker_editable_background
+01080a28=drawable/title_bar_medium
+01080a29=drawable/title_bar_portrait
+01080a2a=drawable/title_bar_shadow
+01080a2b=drawable/tooltip_frame
+01080a2c=drawable/transportcontrol_bg
+01080a2d=drawable/unknown_image
+01080a2e=drawable/unlock_default
+01080a2f=drawable/unlock_halo
+01080a30=drawable/unlock_ring
+01080a31=drawable/unlock_wave
+01080a32=drawable/usb_cable_unknown_issue
+01080a33=drawable/vector_drawable_progress_bar_large
+01080a34=drawable/vector_drawable_progress_bar_medium
+01080a35=drawable/vector_drawable_progress_bar_small
+01080a36=drawable/vector_drawable_progress_indeterminate_horizontal
+01080a37=drawable/view_accessibility_focused
+01080a38=drawable/vpn_connected
+01080a39=drawable/vpn_disconnected
+01080a3a=drawable/watch_switch_thumb_mtrl_14w
+01080a3b=drawable/watch_switch_thumb_mtrl_15w
+01080a3c=drawable/watch_switch_thumb_mtrl_16w
+01080a3d=drawable/watch_switch_thumb_mtrl_17w
+01080a3e=drawable/watch_switch_thumb_mtrl_18w
+01080a3f=drawable/watch_switch_track_mtrl
+01080a40=drawable/work_mode_emergency_button_background
+01080a41=drawable/work_widget_mask_view_background
01090000=layout/activity_list_item
01090001=layout/expandable_list_content
01090002=layout/preference_category
@@ -10043,296 +11742,334 @@
01090017=layout/simple_list_item_activated_2
01090018=layout/accessibility_button_chooser
01090019=layout/accessibility_button_chooser_item
-0109001a=layout/accessibility_enable_service_encryption_warning
-0109001b=layout/accessibility_shortcut_chooser_item
-0109001c=layout/action_bar_home
-0109001d=layout/action_bar_home_material
-0109001e=layout/action_bar_title_item
-0109001f=layout/action_bar_up_container
-01090020=layout/action_menu_item_layout
-01090021=layout/action_menu_layout
-01090022=layout/action_mode_bar
-01090023=layout/action_mode_close_item
-01090024=layout/action_mode_close_item_material
-01090025=layout/activity_chooser_view
-01090026=layout/activity_chooser_view_list_item
-01090027=layout/activity_list
-01090028=layout/activity_list_item_2
-01090029=layout/adaptive_notification_wrapper
-0109002a=layout/alert_dialog
-0109002b=layout/alert_dialog_button_bar_material
-0109002c=layout/alert_dialog_holo
-0109002d=layout/alert_dialog_leanback
-0109002e=layout/alert_dialog_leanback_button_panel_side
-0109002f=layout/alert_dialog_material
-01090030=layout/alert_dialog_progress
-01090031=layout/alert_dialog_progress_holo
-01090032=layout/alert_dialog_progress_material
-01090033=layout/alert_dialog_title_material
-01090034=layout/always_use_checkbox
-01090035=layout/am_compat_mode_dialog
-01090036=layout/app_anr_dialog
-01090037=layout/app_error_dialog
-01090038=layout/app_not_authorized
-01090039=layout/app_permission_item
-0109003a=layout/app_permission_item_money
-0109003b=layout/app_permission_item_old
-0109003c=layout/app_perms_summary
-0109003d=layout/auto_complete_list
-0109003e=layout/autofill_dataset_picker
-0109003f=layout/autofill_dataset_picker_fullscreen
-01090040=layout/autofill_dataset_picker_header_footer
-01090041=layout/autofill_save
-01090042=layout/breadcrumbs_in_fragment
-01090043=layout/breadcrumbs_in_fragment_material
-01090044=layout/calendar_view
-01090045=layout/car_preference
-01090046=layout/car_preference_category
-01090047=layout/car_resolver_list
-01090048=layout/car_resolver_list_with_default
-01090049=layout/cascading_menu_item_layout
-0109004a=layout/character_picker
-0109004b=layout/character_picker_button
-0109004c=layout/choose_account
-0109004d=layout/choose_account_row
-0109004e=layout/choose_account_type
-0109004f=layout/choose_type_and_account
-01090050=layout/chooser_action_button
-01090051=layout/chooser_action_row
-01090052=layout/chooser_az_label_row
-01090053=layout/chooser_dialog
-01090054=layout/chooser_dialog_item
-01090055=layout/chooser_grid
-01090056=layout/chooser_grid_preview_file
-01090057=layout/chooser_grid_preview_image
-01090058=layout/chooser_grid_preview_text
-01090059=layout/chooser_list_per_profile
-0109005a=layout/chooser_profile_row
-0109005b=layout/chooser_row
-0109005c=layout/chooser_row_direct_share
-0109005d=layout/common_tab_settings
-0109005e=layout/conversation_face_pile_layout
-0109005f=layout/date_picker_dialog
-01090060=layout/date_picker_header_material
-01090061=layout/date_picker_legacy
-01090062=layout/date_picker_legacy_holo
-01090063=layout/date_picker_material
-01090064=layout/date_picker_month_item_material
-01090065=layout/date_picker_view_animator_material
-01090066=layout/day_picker_content_material
-01090067=layout/decor_caption
-01090068=layout/default_navigation
-01090069=layout/dialog_custom_title
-0109006a=layout/dialog_custom_title_holo
-0109006b=layout/dialog_custom_title_material
-0109006c=layout/dialog_title
-0109006d=layout/dialog_title_holo
-0109006e=layout/dialog_title_icons
-0109006f=layout/dialog_title_icons_holo
-01090070=layout/dialog_title_icons_material
-01090071=layout/dialog_title_material
-01090072=layout/expanded_menu_layout
-01090073=layout/floating_popup_close_overflow_button
-01090074=layout/floating_popup_container
-01090075=layout/floating_popup_menu_button
-01090076=layout/floating_popup_open_overflow_button
-01090077=layout/floating_popup_overflow_button
-01090078=layout/fragment_bread_crumb_item
-01090079=layout/fragment_bread_crumb_item_material
-0109007a=layout/fragment_bread_crumbs
-0109007b=layout/global_actions
-0109007c=layout/global_actions_item
-0109007d=layout/global_actions_silent_mode
-0109007e=layout/grant_credentials_permission
-0109007f=layout/harmful_app_warning_dialog
-01090080=layout/heavy_weight_switcher
-01090081=layout/icon_menu_item_layout
-01090082=layout/icon_menu_layout
-01090083=layout/immersive_mode_cling
-01090084=layout/input_method
-01090085=layout/input_method_extract_view
-01090086=layout/input_method_switch_dialog_title
-01090087=layout/input_method_switch_item
-01090088=layout/js_prompt
-01090089=layout/keyboard_key_preview
-0109008a=layout/keyboard_popup_keyboard
-0109008b=layout/keyguard
-0109008c=layout/language_picker_item
-0109008d=layout/language_picker_section_header
-0109008e=layout/launch_warning
-0109008f=layout/list_content_simple
-01090090=layout/list_gestures_overlay
-01090091=layout/list_menu_item_checkbox
-01090092=layout/list_menu_item_icon
-01090093=layout/list_menu_item_layout
-01090094=layout/list_menu_item_radio
-01090095=layout/locale_picker_item
-01090096=layout/media_controller
-01090097=layout/media_route_chooser_dialog
-01090098=layout/media_route_controller_dialog
-01090099=layout/media_route_list_item
-0109009a=layout/menu_item
-0109009b=layout/notification_intruder_content
-0109009c=layout/notification_material_action
-0109009d=layout/notification_material_action_emphasized
-0109009e=layout/notification_material_action_list
-0109009f=layout/notification_material_action_tombstone
-010900a0=layout/notification_material_media_action
-010900a1=layout/notification_material_media_seekbar
-010900a2=layout/notification_material_media_transfer_action
-010900a3=layout/notification_material_reply_text
-010900a4=layout/notification_template_header
-010900a5=layout/notification_template_material_base
-010900a6=layout/notification_template_material_big_base
-010900a7=layout/notification_template_material_big_media
-010900a8=layout/notification_template_material_big_picture
-010900a9=layout/notification_template_material_big_text
-010900aa=layout/notification_template_material_conversation
-010900ab=layout/notification_template_material_inbox
-010900ac=layout/notification_template_material_media
-010900ad=layout/notification_template_material_messaging
-010900ae=layout/notification_template_messaging_group
-010900af=layout/notification_template_messaging_image_message
-010900b0=layout/notification_template_messaging_text_message
-010900b1=layout/notification_template_part_chronometer
-010900b2=layout/notification_template_part_line1
-010900b3=layout/notification_template_progress
-010900b4=layout/notification_template_progressbar
-010900b5=layout/notification_template_right_icon
-010900b6=layout/notification_template_smart_reply_container
-010900b7=layout/notification_template_text
-010900b8=layout/number_picker
-010900b9=layout/number_picker_material
-010900ba=layout/number_picker_with_selector_wheel
-010900bb=layout/overlay_display_window
-010900bc=layout/permissions_account_and_authtokentype
-010900bd=layout/permissions_package_list_item
-010900be=layout/platlogo_layout
-010900bf=layout/popup_menu_header_item_layout
-010900c0=layout/popup_menu_item_layout
-010900c1=layout/power_dialog
-010900c2=layout/preference
-010900c3=layout/preference_category_holo
-010900c4=layout/preference_category_material
-010900c5=layout/preference_child
-010900c6=layout/preference_child_holo
-010900c7=layout/preference_child_material
-010900c8=layout/preference_dialog_edittext
-010900c9=layout/preference_dialog_edittext_material
-010900ca=layout/preference_dialog_seekbar
-010900cb=layout/preference_dialog_seekbar_material
-010900cc=layout/preference_header_item
-010900cd=layout/preference_header_item_material
-010900ce=layout/preference_holo
-010900cf=layout/preference_information
-010900d0=layout/preference_information_holo
-010900d1=layout/preference_information_material
-010900d2=layout/preference_list_content
-010900d3=layout/preference_list_content_material
-010900d4=layout/preference_list_content_single
-010900d5=layout/preference_list_fragment
-010900d6=layout/preference_list_fragment_material
-010900d7=layout/preference_material
-010900d8=layout/preference_widget_checkbox
-010900d9=layout/preference_widget_seekbar
-010900da=layout/preference_widget_seekbar_material
-010900db=layout/preference_widget_switch
-010900dc=layout/preferences
-010900dd=layout/progress_dialog
-010900de=layout/progress_dialog_holo
-010900df=layout/progress_dialog_material
-010900e0=layout/recent_apps_dialog
-010900e1=layout/recent_apps_icon
-010900e2=layout/remote_views_adapter_default_loading_view
-010900e3=layout/resolve_grid_item
-010900e4=layout/resolve_list_item
-010900e5=layout/resolver_different_item_header
-010900e6=layout/resolver_empty_states
-010900e7=layout/resolver_list
-010900e8=layout/resolver_list_per_profile
-010900e9=layout/resolver_list_with_default
-010900ea=layout/restrictions_pin_challenge
-010900eb=layout/restrictions_pin_setup
-010900ec=layout/safe_mode
-010900ed=layout/screen
-010900ee=layout/screen_action_bar
-010900ef=layout/screen_custom_title
-010900f0=layout/screen_progress
-010900f1=layout/screen_simple
-010900f2=layout/screen_simple_overlay_action_mode
-010900f3=layout/screen_title
-010900f4=layout/screen_title_icons
-010900f5=layout/screen_toolbar
-010900f6=layout/search_bar
-010900f7=layout/search_dropdown_item_icons_2line
-010900f8=layout/search_view
-010900f9=layout/select_dialog
-010900fa=layout/select_dialog_holo
-010900fb=layout/select_dialog_item_holo
-010900fc=layout/select_dialog_item_material
-010900fd=layout/select_dialog_material
-010900fe=layout/select_dialog_multichoice_holo
-010900ff=layout/select_dialog_multichoice_material
-01090100=layout/select_dialog_singlechoice_holo
-01090101=layout/select_dialog_singlechoice_material
-01090102=layout/shutdown_dialog
-01090103=layout/simple_account_item
-01090104=layout/simple_dropdown_hint
-01090105=layout/simple_dropdown_item_2line
-01090106=layout/simple_list_item_2_single_choice
-01090107=layout/slice_grid
-01090108=layout/slice_message
-01090109=layout/slice_message_local
-0109010a=layout/slice_remote_input
-0109010b=layout/slice_secondary_text
-0109010c=layout/slice_small_template
-0109010d=layout/slice_title
-0109010e=layout/sms_short_code_confirmation_dialog
-0109010f=layout/ssl_certificate
-01090110=layout/status_bar_latest_event_content
-01090111=layout/subscription_item_layout
-01090112=layout/system_user_home
-01090113=layout/tab_content
-01090114=layout/tab_indicator
-01090115=layout/tab_indicator_holo
-01090116=layout/tab_indicator_material
-01090117=layout/tab_indicator_resolver
-01090118=layout/text_drag_thumbnail
-01090119=layout/text_edit_action_popup_text
-0109011a=layout/text_edit_no_paste_window
-0109011b=layout/text_edit_paste_window
-0109011c=layout/text_edit_side_no_paste_window
-0109011d=layout/text_edit_side_paste_window
-0109011e=layout/text_edit_suggestion_container
-0109011f=layout/text_edit_suggestion_container_material
-01090120=layout/text_edit_suggestion_item
-01090121=layout/text_edit_suggestion_item_material
-01090122=layout/text_edit_suggestions_window
-01090123=layout/textview_hint
-01090124=layout/time_picker_dialog
-01090125=layout/time_picker_header_material
-01090126=layout/time_picker_legacy
-01090127=layout/time_picker_legacy_material
-01090128=layout/time_picker_material
-01090129=layout/time_picker_text_input_material
-0109012a=layout/tooltip
-0109012b=layout/transient_notification
-0109012c=layout/twelve_key_entry
-0109012d=layout/typing_filter
-0109012e=layout/unsupported_compile_sdk_dialog_content
-0109012f=layout/unsupported_display_size_dialog_content
-01090130=layout/user_switching_dialog
-01090131=layout/voice_interaction_session
-01090132=layout/web_runtime
-01090133=layout/web_text_view_dropdown
-01090134=layout/webview_find
-01090135=layout/webview_select_singlechoice
-01090136=layout/work_widget_mask_view
-01090137=layout/year_label_text_view
-01090138=layout/zoom_browser_accessory_buttons
-01090139=layout/zoom_container
-0109013a=layout/zoom_controls
-0109013b=layout/zoom_magnify
+0109001a=layout/accessibility_enable_service_warning
+0109001b=layout/accessibility_service_warning
+0109001c=layout/accessibility_shortcut_chooser_item
+0109001d=layout/action_bar_home
+0109001e=layout/action_bar_home_material
+0109001f=layout/action_bar_title_item
+01090020=layout/action_bar_up_container
+01090021=layout/action_menu_item_layout
+01090022=layout/action_menu_layout
+01090023=layout/action_mode_bar
+01090024=layout/action_mode_close_item
+01090025=layout/action_mode_close_item_material
+01090026=layout/activity_chooser_view
+01090027=layout/activity_chooser_view_list_item
+01090028=layout/activity_list
+01090029=layout/activity_list_item_2
+0109002a=layout/adaptive_notification_wrapper
+0109002b=layout/alert_dialog
+0109002c=layout/alert_dialog_button_bar_leanback
+0109002d=layout/alert_dialog_button_bar_material
+0109002e=layout/alert_dialog_holo
+0109002f=layout/alert_dialog_leanback
+01090030=layout/alert_dialog_leanback_button_panel_side
+01090031=layout/alert_dialog_material
+01090032=layout/alert_dialog_progress
+01090033=layout/alert_dialog_progress_holo
+01090034=layout/alert_dialog_progress_material
+01090035=layout/alert_dialog_title_material
+01090036=layout/always_use_checkbox
+01090037=layout/am_compat_mode_dialog
+01090038=layout/app_anr_dialog
+01090039=layout/app_error_dialog
+0109003a=layout/app_language_picker_current_locale_item
+0109003b=layout/app_language_picker_system_current
+0109003c=layout/app_language_picker_system_default
+0109003d=layout/app_not_authorized
+0109003e=layout/app_permission_item
+0109003f=layout/app_permission_item_money
+01090040=layout/app_permission_item_old
+01090041=layout/app_perms_summary
+01090042=layout/auto_complete_list
+01090043=layout/autofill_dataset_picker
+01090044=layout/autofill_dataset_picker_fullscreen
+01090045=layout/autofill_dataset_picker_header_footer
+01090046=layout/autofill_fill_dialog
+01090047=layout/autofill_save
+01090048=layout/breadcrumbs_in_fragment
+01090049=layout/breadcrumbs_in_fragment_material
+0109004a=layout/calendar_view
+0109004b=layout/car_alert_dialog
+0109004c=layout/car_alert_dialog_button_bar
+0109004d=layout/car_alert_dialog_title
+0109004e=layout/car_preference
+0109004f=layout/car_preference_category
+01090050=layout/car_resolver_list
+01090051=layout/car_resolver_list_with_default
+01090052=layout/cascading_menu_item_layout
+01090053=layout/cascading_menu_item_layout_material
+01090054=layout/character_picker
+01090055=layout/character_picker_button
+01090056=layout/choose_account
+01090057=layout/choose_account_row
+01090058=layout/choose_account_type
+01090059=layout/choose_type_and_account
+0109005a=layout/chooser_action_button
+0109005b=layout/chooser_action_row
+0109005c=layout/chooser_az_label_row
+0109005d=layout/chooser_dialog
+0109005e=layout/chooser_dialog_item
+0109005f=layout/chooser_grid
+01090060=layout/chooser_grid_preview_file
+01090061=layout/chooser_grid_preview_image
+01090062=layout/chooser_grid_preview_text
+01090063=layout/chooser_list_per_profile
+01090064=layout/chooser_profile_row
+01090065=layout/chooser_row
+01090066=layout/chooser_row_direct_share
+01090067=layout/common_tab_settings
+01090068=layout/conversation_face_pile_layout
+01090069=layout/date_picker_dialog
+0109006a=layout/date_picker_header_material
+0109006b=layout/date_picker_legacy
+0109006c=layout/date_picker_legacy_holo
+0109006d=layout/date_picker_material
+0109006e=layout/date_picker_month_item_material
+0109006f=layout/date_picker_view_animator_material
+01090070=layout/day_picker_content_material
+01090071=layout/decor_caption
+01090072=layout/default_navigation
+01090073=layout/dialog_custom_title
+01090074=layout/dialog_custom_title_holo
+01090075=layout/dialog_custom_title_material
+01090076=layout/dialog_title
+01090077=layout/dialog_title_holo
+01090078=layout/dialog_title_icons
+01090079=layout/dialog_title_icons_holo
+0109007a=layout/dialog_title_icons_material
+0109007b=layout/dialog_title_material
+0109007c=layout/expanded_menu_layout
+0109007d=layout/floating_popup_close_overflow_button
+0109007e=layout/floating_popup_container
+0109007f=layout/floating_popup_menu_button
+01090080=layout/floating_popup_open_overflow_button
+01090081=layout/floating_popup_overflow_button
+01090082=layout/fragment_bread_crumb_item
+01090083=layout/fragment_bread_crumb_item_material
+01090084=layout/fragment_bread_crumbs
+01090085=layout/global_actions
+01090086=layout/global_actions_item
+01090087=layout/global_actions_silent_mode
+01090088=layout/grant_credentials_permission
+01090089=layout/harmful_app_warning_dialog
+0109008a=layout/heavy_weight_switcher
+0109008b=layout/icon_menu_item_layout
+0109008c=layout/icon_menu_layout
+0109008d=layout/immersive_mode_cling
+0109008e=layout/input_method
+0109008f=layout/input_method_extract_view
+01090090=layout/input_method_nav_back
+01090091=layout/input_method_nav_home_handle
+01090092=layout/input_method_nav_ime_switcher
+01090093=layout/input_method_navigation_bar
+01090094=layout/input_method_navigation_layout
+01090095=layout/input_method_switch_dialog_title
+01090096=layout/input_method_switch_item
+01090097=layout/input_method_switcher_list_layout
+01090098=layout/js_prompt
+01090099=layout/keyboard_key_preview
+0109009a=layout/keyboard_popup_keyboard
+0109009b=layout/keyguard
+0109009c=layout/language_picker_bilingual_item
+0109009d=layout/language_picker_bilingual_section_header
+0109009e=layout/language_picker_item
+0109009f=layout/language_picker_section_header
+010900a0=layout/launch_warning
+010900a1=layout/list_content_simple
+010900a2=layout/list_gestures_overlay
+010900a3=layout/list_menu_item_checkbox
+010900a4=layout/list_menu_item_fixed_size_icon
+010900a5=layout/list_menu_item_icon
+010900a6=layout/list_menu_item_layout
+010900a7=layout/list_menu_item_radio
+010900a8=layout/locale_picker_item
+010900a9=layout/media_controller
+010900aa=layout/media_route_chooser_dialog
+010900ab=layout/media_route_controller_dialog
+010900ac=layout/media_route_list_item
+010900ad=layout/menu_item
+010900ae=layout/miniresolver
+010900af=layout/notification_expand_button
+010900b0=layout/notification_intruder_content
+010900b1=layout/notification_material_action
+010900b2=layout/notification_material_action_emphasized
+010900b3=layout/notification_material_action_emphasized_tombstone
+010900b4=layout/notification_material_action_list
+010900b5=layout/notification_material_action_tombstone
+010900b6=layout/notification_material_media_action
+010900b7=layout/notification_material_reply_text
+010900b8=layout/notification_template_conversation_header
+010900b9=layout/notification_template_conversation_icon_container
+010900ba=layout/notification_template_header
+010900bb=layout/notification_template_material_base
+010900bc=layout/notification_template_material_big_base
+010900bd=layout/notification_template_material_big_call
+010900be=layout/notification_template_material_big_media
+010900bf=layout/notification_template_material_big_messaging
+010900c0=layout/notification_template_material_big_picture
+010900c1=layout/notification_template_material_big_text
+010900c2=layout/notification_template_material_call
+010900c3=layout/notification_template_material_compact_heads_up_base
+010900c4=layout/notification_template_material_conversation
+010900c5=layout/notification_template_material_heads_up_base
+010900c6=layout/notification_template_material_inbox
+010900c7=layout/notification_template_material_media
+010900c8=layout/notification_template_material_messaging
+010900c9=layout/notification_template_material_messaging_compact_heads_up
+010900ca=layout/notification_template_messaging_group
+010900cb=layout/notification_template_messaging_image_message
+010900cc=layout/notification_template_messaging_text_message
+010900cd=layout/notification_template_part_chronometer
+010900ce=layout/notification_template_part_line1
+010900cf=layout/notification_template_progress
+010900d0=layout/notification_template_progressbar
+010900d1=layout/notification_template_right_icon
+010900d2=layout/notification_template_smart_reply_container
+010900d3=layout/notification_template_text
+010900d4=layout/notification_template_text_multiline
+010900d5=layout/notification_top_line_views
+010900d6=layout/number_picker
+010900d7=layout/number_picker_material
+010900d8=layout/number_picker_with_selector_wheel
+010900d9=layout/overlay_display_window
+010900da=layout/permissions_account_and_authtokentype
+010900db=layout/permissions_package_list_item
+010900dc=layout/platlogo_layout
+010900dd=layout/popup_menu_header_item_layout
+010900de=layout/popup_menu_item_layout
+010900df=layout/popup_menu_item_layout_material
+010900e0=layout/power_dialog
+010900e1=layout/preference
+010900e2=layout/preference_category_holo
+010900e3=layout/preference_category_material
+010900e4=layout/preference_child
+010900e5=layout/preference_child_holo
+010900e6=layout/preference_child_material
+010900e7=layout/preference_dialog_edittext
+010900e8=layout/preference_dialog_edittext_material
+010900e9=layout/preference_dialog_seekbar
+010900ea=layout/preference_dialog_seekbar_material
+010900eb=layout/preference_header_item
+010900ec=layout/preference_header_item_material
+010900ed=layout/preference_holo
+010900ee=layout/preference_information
+010900ef=layout/preference_information_holo
+010900f0=layout/preference_information_material
+010900f1=layout/preference_list_content
+010900f2=layout/preference_list_content_material
+010900f3=layout/preference_list_content_single
+010900f4=layout/preference_list_fragment
+010900f5=layout/preference_list_fragment_material
+010900f6=layout/preference_material
+010900f7=layout/preference_widget_checkbox
+010900f8=layout/preference_widget_seekbar
+010900f9=layout/preference_widget_seekbar_material
+010900fa=layout/preference_widget_switch
+010900fb=layout/preferences
+010900fc=layout/progress_dialog
+010900fd=layout/progress_dialog_holo
+010900fe=layout/progress_dialog_material
+010900ff=layout/recent_apps_dialog
+01090100=layout/recent_apps_icon
+01090101=layout/remote_views_adapter_default_loading_view
+01090102=layout/resolve_grid_item
+01090103=layout/resolve_list_item
+01090104=layout/resolver_different_item_header
+01090105=layout/resolver_empty_states
+01090106=layout/resolver_list
+01090107=layout/resolver_list_per_profile
+01090108=layout/resolver_list_with_default
+01090109=layout/resolver_profile_tab_button
+0109010a=layout/restrictions_pin_challenge
+0109010b=layout/restrictions_pin_setup
+0109010c=layout/safe_mode
+0109010d=layout/screen
+0109010e=layout/screen_action_bar
+0109010f=layout/screen_custom_title
+01090110=layout/screen_progress
+01090111=layout/screen_simple
+01090112=layout/screen_simple_overlay_action_mode
+01090113=layout/screen_title
+01090114=layout/screen_title_icons
+01090115=layout/screen_toolbar
+01090116=layout/search_bar
+01090117=layout/search_dropdown_item_icons_2line
+01090118=layout/search_view
+01090119=layout/select_dialog
+0109011a=layout/select_dialog_holo
+0109011b=layout/select_dialog_item_holo
+0109011c=layout/select_dialog_item_material
+0109011d=layout/select_dialog_material
+0109011e=layout/select_dialog_multichoice_holo
+0109011f=layout/select_dialog_multichoice_material
+01090120=layout/select_dialog_singlechoice_holo
+01090121=layout/select_dialog_singlechoice_material
+01090122=layout/shutdown_dialog
+01090123=layout/side_fps_toast
+01090124=layout/simple_account_item
+01090125=layout/simple_dropdown_hint
+01090126=layout/simple_dropdown_item_2line
+01090127=layout/simple_list_item_2_single_choice
+01090128=layout/slice_grid
+01090129=layout/slice_message
+0109012a=layout/slice_message_local
+0109012b=layout/slice_remote_input
+0109012c=layout/slice_secondary_text
+0109012d=layout/slice_small_template
+0109012e=layout/slice_title
+0109012f=layout/sms_short_code_confirmation_dialog
+01090130=layout/splash_screen_view
+01090131=layout/ssl_certificate
+01090132=layout/status_bar_latest_event_content
+01090133=layout/subscription_item_layout
+01090134=layout/system_user_home
+01090135=layout/tab_content
+01090136=layout/tab_indicator
+01090137=layout/tab_indicator_holo
+01090138=layout/tab_indicator_material
+01090139=layout/tab_indicator_resolver
+0109013a=layout/text_drag_thumbnail
+0109013b=layout/text_edit_action_popup_text
+0109013c=layout/text_edit_no_paste_window
+0109013d=layout/text_edit_paste_window
+0109013e=layout/text_edit_side_no_paste_window
+0109013f=layout/text_edit_side_paste_window
+01090140=layout/text_edit_suggestion_container
+01090141=layout/text_edit_suggestion_container_material
+01090142=layout/text_edit_suggestion_item
+01090143=layout/text_edit_suggestion_item_material
+01090144=layout/text_edit_suggestions_window
+01090145=layout/textview_hint
+01090146=layout/thumbnail_background_view
+01090147=layout/time_picker_dialog
+01090148=layout/time_picker_header_material
+01090149=layout/time_picker_legacy
+0109014a=layout/time_picker_legacy_material
+0109014b=layout/time_picker_material
+0109014c=layout/time_picker_text_input_material
+0109014d=layout/tooltip
+0109014e=layout/transient_notification
+0109014f=layout/transient_notification_with_icon
+01090150=layout/twelve_key_entry
+01090151=layout/typing_filter
+01090152=layout/unsupported_compile_sdk_dialog_content
+01090153=layout/unsupported_display_size_dialog_content
+01090154=layout/user_switching_dialog
+01090155=layout/voice_interaction_session
+01090156=layout/watch_base_error_dialog
+01090157=layout/watch_base_error_dialog_title
+01090158=layout/web_runtime
+01090159=layout/web_text_view_dropdown
+0109015a=layout/webview_find
+0109015b=layout/webview_select_singlechoice
+0109015c=layout/work_widget_mask_view
+0109015d=layout/year_label_text_view
+0109015e=layout/zoom_browser_accessory_buttons
+0109015f=layout/zoom_container
+01090160=layout/zoom_controls
+01090161=layout/zoom_magnify
010a0000=anim/fade_in
010a0001=anim/fade_out
010a0002=anim/slide_in_left
@@ -10371,172 +12108,172 @@
010a0023=anim/date_picker_fade_out_material
010a0024=anim/dialog_enter
010a0025=anim/dialog_exit
-010a0026=anim/dock_bottom_enter
-010a0027=anim/dock_bottom_exit
-010a0028=anim/dock_bottom_exit_keyguard
-010a0029=anim/dock_left_enter
-010a002a=anim/dock_left_exit
-010a002b=anim/dock_right_enter
-010a002c=anim/dock_right_exit
-010a002d=anim/dock_top_enter
-010a002e=anim/dock_top_exit
-010a002f=anim/dream_activity_close_exit
-010a0030=anim/dream_activity_open_enter
-010a0031=anim/dream_activity_open_exit
-010a0032=anim/fast_fade_in
-010a0033=anim/fast_fade_out
-010a0034=anim/flat_button_state_list_anim_material
-010a0035=anim/ft_avd_toarrow_rectangle_1_animation
-010a0036=anim/ft_avd_toarrow_rectangle_1_pivot_0_animation
-010a0037=anim/ft_avd_toarrow_rectangle_1_pivot_animation
-010a0038=anim/ft_avd_toarrow_rectangle_2_animation
-010a0039=anim/ft_avd_toarrow_rectangle_2_pivot_0_animation
-010a003a=anim/ft_avd_toarrow_rectangle_2_pivot_animation
-010a003b=anim/ft_avd_toarrow_rectangle_3_animation
-010a003c=anim/ft_avd_toarrow_rectangle_3_pivot_0_animation
-010a003d=anim/ft_avd_toarrow_rectangle_3_pivot_animation
-010a003e=anim/ft_avd_toarrow_rectangle_4_animation
-010a003f=anim/ft_avd_toarrow_rectangle_5_animation
-010a0040=anim/ft_avd_toarrow_rectangle_6_animation
-010a0041=anim/ft_avd_toarrow_rectangle_path_1_animation
-010a0042=anim/ft_avd_toarrow_rectangle_path_2_animation
-010a0043=anim/ft_avd_toarrow_rectangle_path_3_animation
-010a0044=anim/ft_avd_toarrow_rectangle_path_4_animation
-010a0045=anim/ft_avd_toarrow_rectangle_path_5_animation
-010a0046=anim/ft_avd_toarrow_rectangle_path_6_animation
-010a0047=anim/ft_avd_tooverflow_rectangle_1_animation
-010a0048=anim/ft_avd_tooverflow_rectangle_1_pivot_animation
-010a0049=anim/ft_avd_tooverflow_rectangle_2_animation
-010a004a=anim/ft_avd_tooverflow_rectangle_2_pivot_animation
-010a004b=anim/ft_avd_tooverflow_rectangle_3_animation
-010a004c=anim/ft_avd_tooverflow_rectangle_3_pivot_animation
-010a004d=anim/ft_avd_tooverflow_rectangle_path_1_animation
-010a004e=anim/ft_avd_tooverflow_rectangle_path_2_animation
-010a004f=anim/ft_avd_tooverflow_rectangle_path_3_animation
-010a0050=anim/grow_fade_in
-010a0051=anim/grow_fade_in_center
-010a0052=anim/grow_fade_in_from_bottom
-010a0053=anim/ic_bluetooth_transient_animation_0
-010a0054=anim/ic_bluetooth_transient_animation_1
-010a0055=anim/ic_bluetooth_transient_animation_2
-010a0056=anim/ic_hotspot_transient_animation_0
-010a0057=anim/ic_hotspot_transient_animation_1
-010a0058=anim/ic_hotspot_transient_animation_2
-010a0059=anim/ic_hotspot_transient_animation_3
-010a005a=anim/ic_signal_wifi_transient_animation_0
-010a005b=anim/ic_signal_wifi_transient_animation_1
-010a005c=anim/ic_signal_wifi_transient_animation_2
-010a005d=anim/ic_signal_wifi_transient_animation_3
-010a005e=anim/ic_signal_wifi_transient_animation_4
-010a005f=anim/ic_signal_wifi_transient_animation_5
-010a0060=anim/ic_signal_wifi_transient_animation_6
-010a0061=anim/ic_signal_wifi_transient_animation_7
-010a0062=anim/ic_signal_wifi_transient_animation_8
-010a0063=anim/input_method_enter
-010a0064=anim/input_method_exit
-010a0065=anim/input_method_extract_enter
-010a0066=anim/input_method_extract_exit
-010a0067=anim/input_method_fancy_enter
-010a0068=anim/input_method_fancy_exit
-010a0069=anim/launch_task_behind_source
-010a006a=anim/launch_task_behind_target
-010a006b=anim/lock_screen_behind_enter
-010a006c=anim/lock_screen_behind_enter_fade_in
-010a006d=anim/lock_screen_behind_enter_subtle
-010a006e=anim/lock_screen_behind_enter_wallpaper
-010a006f=anim/lock_screen_enter
-010a0070=anim/lock_screen_exit
-010a0071=anim/lock_screen_wallpaper_exit
-010a0072=anim/options_panel_enter
-010a0073=anim/options_panel_exit
-010a0074=anim/popup_enter_material
-010a0075=anim/popup_exit_material
-010a0076=anim/progress_indeterminate_horizontal_rect1
-010a0077=anim/progress_indeterminate_horizontal_rect2
-010a0078=anim/progress_indeterminate_material
-010a0079=anim/progress_indeterminate_rotation_material
-010a007a=anim/push_down_in
-010a007b=anim/push_down_in_no_alpha
-010a007c=anim/push_down_out
-010a007d=anim/push_down_out_no_alpha
-010a007e=anim/push_up_in
-010a007f=anim/push_up_out
-010a0080=anim/recent_enter
-010a0081=anim/recent_exit
-010a0082=anim/recents_fade_in
-010a0083=anim/recents_fade_out
-010a0084=anim/resolver_close_anim
-010a0085=anim/resolver_launch_anim
-010a0086=anim/rotation_animation_enter
-010a0087=anim/rotation_animation_jump_exit
-010a0088=anim/rotation_animation_xfade_exit
-010a0089=anim/screen_rotate_0_enter
-010a008a=anim/screen_rotate_0_exit
-010a008b=anim/screen_rotate_180_enter
-010a008c=anim/screen_rotate_180_exit
-010a008d=anim/screen_rotate_180_frame
-010a008e=anim/screen_rotate_alpha
-010a008f=anim/screen_rotate_finish_enter
-010a0090=anim/screen_rotate_finish_exit
-010a0091=anim/screen_rotate_finish_frame
-010a0092=anim/screen_rotate_minus_90_enter
-010a0093=anim/screen_rotate_minus_90_exit
-010a0094=anim/screen_rotate_plus_90_enter
-010a0095=anim/screen_rotate_plus_90_exit
-010a0096=anim/screen_rotate_start_enter
-010a0097=anim/screen_rotate_start_exit
-010a0098=anim/screen_rotate_start_frame
-010a0099=anim/screen_user_enter
-010a009a=anim/screen_user_exit
-010a009b=anim/search_bar_enter
-010a009c=anim/search_bar_exit
-010a009d=anim/seekbar_thumb_pressed_to_unpressed_thumb_animation
-010a009e=anim/seekbar_thumb_unpressed_to_pressed_thumb_0_animation
-010a009f=anim/shrink_fade_out
-010a00a0=anim/shrink_fade_out_center
-010a00a1=anim/shrink_fade_out_from_bottom
-010a00a2=anim/slide_in_child_bottom
-010a00a3=anim/slide_in_enter_micro
-010a00a4=anim/slide_in_exit_micro
-010a00a5=anim/slide_in_right
-010a00a6=anim/slide_in_up
-010a00a7=anim/slide_out_down
-010a00a8=anim/slide_out_left
-010a00a9=anim/slide_out_micro
-010a00aa=anim/slow_fade_in
-010a00ab=anim/submenu_enter
-010a00ac=anim/submenu_exit
-010a00ad=anim/swipe_window_enter
-010a00ae=anim/swipe_window_exit
-010a00af=anim/task_close_enter
-010a00b0=anim/task_close_exit
-010a00b1=anim/task_open_enter
-010a00b2=anim/task_open_enter_cross_profile_apps
-010a00b3=anim/task_open_exit
-010a00b4=anim/toast_enter
-010a00b5=anim/toast_exit
-010a00b6=anim/tooltip_enter
-010a00b7=anim/tooltip_exit
-010a00b8=anim/translucent_enter
-010a00b9=anim/translucent_exit
-010a00ba=anim/voice_activity_close_enter
-010a00bb=anim/voice_activity_close_exit
-010a00bc=anim/voice_activity_open_enter
-010a00bd=anim/voice_activity_open_exit
-010a00be=anim/voice_layer_enter
-010a00bf=anim/voice_layer_exit
-010a00c0=anim/wallpaper_close_enter
-010a00c1=anim/wallpaper_close_exit
-010a00c2=anim/wallpaper_enter
-010a00c3=anim/wallpaper_exit
-010a00c4=anim/wallpaper_intra_close_enter
-010a00c5=anim/wallpaper_intra_close_exit
-010a00c6=anim/wallpaper_intra_open_enter
-010a00c7=anim/wallpaper_intra_open_exit
-010a00c8=anim/wallpaper_open_enter
-010a00c9=anim/wallpaper_open_exit
-010a00ca=anim/window_move_from_decor
-010a00cb=anim/ft_avd_tooverflow_rectangle_1_animation
+010a0026=anim/dream_activity_close_exit
+010a0027=anim/dream_activity_open_enter
+010a0028=anim/dream_activity_open_exit
+010a0029=anim/fast_fade_in
+010a002a=anim/fast_fade_out
+010a002b=anim/flat_button_state_list_anim_material
+010a002c=anim/ft_avd_toarrow_rectangle_1_animation
+010a002d=anim/ft_avd_toarrow_rectangle_1_pivot_0_animation
+010a002e=anim/ft_avd_toarrow_rectangle_1_pivot_animation
+010a002f=anim/ft_avd_toarrow_rectangle_2_animation
+010a0030=anim/ft_avd_toarrow_rectangle_2_pivot_0_animation
+010a0031=anim/ft_avd_toarrow_rectangle_2_pivot_animation
+010a0032=anim/ft_avd_toarrow_rectangle_3_animation
+010a0033=anim/ft_avd_toarrow_rectangle_3_pivot_0_animation
+010a0034=anim/ft_avd_toarrow_rectangle_3_pivot_animation
+010a0035=anim/ft_avd_toarrow_rectangle_4_animation
+010a0036=anim/ft_avd_toarrow_rectangle_5_animation
+010a0037=anim/ft_avd_toarrow_rectangle_6_animation
+010a0038=anim/ft_avd_toarrow_rectangle_path_1_animation
+010a0039=anim/ft_avd_toarrow_rectangle_path_2_animation
+010a003a=anim/ft_avd_toarrow_rectangle_path_3_animation
+010a003b=anim/ft_avd_toarrow_rectangle_path_4_animation
+010a003c=anim/ft_avd_toarrow_rectangle_path_5_animation
+010a003d=anim/ft_avd_toarrow_rectangle_path_6_animation
+010a003e=anim/ft_avd_tooverflow_rectangle_1_animation
+010a003f=anim/ft_avd_tooverflow_rectangle_1_pivot_animation
+010a0040=anim/ft_avd_tooverflow_rectangle_2_animation
+010a0041=anim/ft_avd_tooverflow_rectangle_2_pivot_animation
+010a0042=anim/ft_avd_tooverflow_rectangle_3_animation
+010a0043=anim/ft_avd_tooverflow_rectangle_3_pivot_animation
+010a0044=anim/ft_avd_tooverflow_rectangle_path_1_animation
+010a0045=anim/ft_avd_tooverflow_rectangle_path_2_animation
+010a0046=anim/ft_avd_tooverflow_rectangle_path_3_animation
+010a0047=anim/grow_fade_in
+010a0048=anim/grow_fade_in_center
+010a0049=anim/grow_fade_in_from_bottom
+010a004a=anim/ic_bluetooth_transient_animation_0
+010a004b=anim/ic_bluetooth_transient_animation_1
+010a004c=anim/ic_bluetooth_transient_animation_2
+010a004d=anim/ic_hotspot_transient_animation_0
+010a004e=anim/ic_hotspot_transient_animation_1
+010a004f=anim/ic_hotspot_transient_animation_2
+010a0050=anim/ic_hotspot_transient_animation_3
+010a0051=anim/ic_signal_wifi_transient_animation_0
+010a0052=anim/ic_signal_wifi_transient_animation_1
+010a0053=anim/ic_signal_wifi_transient_animation_2
+010a0054=anim/ic_signal_wifi_transient_animation_3
+010a0055=anim/ic_signal_wifi_transient_animation_4
+010a0056=anim/ic_signal_wifi_transient_animation_5
+010a0057=anim/ic_signal_wifi_transient_animation_6
+010a0058=anim/ic_signal_wifi_transient_animation_7
+010a0059=anim/ic_signal_wifi_transient_animation_8
+010a005a=anim/input_method_enter
+010a005b=anim/input_method_exit
+010a005c=anim/input_method_extract_enter
+010a005d=anim/input_method_extract_exit
+010a005e=anim/input_method_fancy_enter
+010a005f=anim/input_method_fancy_exit
+010a0060=anim/launch_task_behind_source
+010a0061=anim/launch_task_behind_target
+010a0062=anim/lock_screen_behind_enter
+010a0063=anim/lock_screen_behind_enter_fade_in
+010a0064=anim/lock_screen_behind_enter_subtle
+010a0065=anim/lock_screen_behind_enter_wallpaper
+010a0066=anim/lock_screen_enter
+010a0067=anim/lock_screen_exit
+010a0068=anim/lock_screen_wallpaper_exit
+010a0069=anim/options_panel_enter
+010a006a=anim/options_panel_exit
+010a006b=anim/popup_enter_material
+010a006c=anim/popup_exit_material
+010a006d=anim/progress_indeterminate_horizontal_rect1
+010a006e=anim/progress_indeterminate_horizontal_rect2
+010a006f=anim/progress_indeterminate_material
+010a0070=anim/progress_indeterminate_rotation_material
+010a0071=anim/push_down_in
+010a0072=anim/push_down_in_no_alpha
+010a0073=anim/push_down_out
+010a0074=anim/push_down_out_no_alpha
+010a0075=anim/push_up_in
+010a0076=anim/push_up_out
+010a0077=anim/recent_enter
+010a0078=anim/recent_exit
+010a0079=anim/recents_fade_in
+010a007a=anim/recents_fade_out
+010a007b=anim/resolver_close_anim
+010a007c=anim/resolver_launch_anim
+010a007d=anim/rotation_animation_enter
+010a007e=anim/rotation_animation_jump_exit
+010a007f=anim/rotation_animation_xfade_exit
+010a0080=anim/rounded_window_enter
+010a0081=anim/rounded_window_exit
+010a0082=anim/screen_rotate_0_enter
+010a0083=anim/screen_rotate_0_exit
+010a0084=anim/screen_rotate_180_enter
+010a0085=anim/screen_rotate_180_exit
+010a0086=anim/screen_rotate_180_frame
+010a0087=anim/screen_rotate_alpha
+010a0088=anim/screen_rotate_finish_enter
+010a0089=anim/screen_rotate_finish_exit
+010a008a=anim/screen_rotate_finish_frame
+010a008b=anim/screen_rotate_minus_90_enter
+010a008c=anim/screen_rotate_minus_90_exit
+010a008d=anim/screen_rotate_plus_90_enter
+010a008e=anim/screen_rotate_plus_90_exit
+010a008f=anim/screen_rotate_start_enter
+010a0090=anim/screen_rotate_start_exit
+010a0091=anim/screen_rotate_start_frame
+010a0092=anim/screen_user_enter
+010a0093=anim/screen_user_exit
+010a0094=anim/search_bar_enter
+010a0095=anim/search_bar_exit
+010a0096=anim/seekbar_thumb_pressed_to_unpressed_thumb_animation
+010a0097=anim/seekbar_thumb_unpressed_to_pressed_thumb_0_animation
+010a0098=anim/shrink_fade_out
+010a0099=anim/shrink_fade_out_center
+010a009a=anim/shrink_fade_out_from_bottom
+010a009b=anim/slide_in_child_bottom
+010a009c=anim/slide_in_enter_micro
+010a009d=anim/slide_in_exit_micro
+010a009e=anim/slide_in_right
+010a009f=anim/slide_in_up
+010a00a0=anim/slide_out_down
+010a00a1=anim/slide_out_left
+010a00a2=anim/slide_out_micro
+010a00a3=anim/slow_fade_in
+010a00a4=anim/submenu_enter
+010a00a5=anim/submenu_exit
+010a00a6=anim/swipe_window_enter
+010a00a7=anim/swipe_window_exit
+010a00a8=anim/task_close_enter
+010a00a9=anim/task_close_exit
+010a00aa=anim/task_fragment_clear_top_close_enter
+010a00ab=anim/task_fragment_clear_top_close_exit
+010a00ac=anim/task_fragment_clear_top_open_enter
+010a00ad=anim/task_fragment_clear_top_open_exit
+010a00ae=anim/task_fragment_close_enter
+010a00af=anim/task_fragment_close_exit
+010a00b0=anim/task_fragment_open_enter
+010a00b1=anim/task_fragment_open_exit
+010a00b2=anim/task_open_enter
+010a00b3=anim/task_open_enter_cross_profile_apps
+010a00b4=anim/task_open_exit
+010a00b5=anim/toast_enter
+010a00b6=anim/toast_exit
+010a00b7=anim/tooltip_enter
+010a00b8=anim/tooltip_exit
+010a00b9=anim/translucent_enter
+010a00ba=anim/translucent_exit
+010a00bb=anim/voice_activity_close_enter
+010a00bc=anim/voice_activity_close_exit
+010a00bd=anim/voice_activity_open_enter
+010a00be=anim/voice_activity_open_exit
+010a00bf=anim/voice_layer_enter
+010a00c0=anim/voice_layer_exit
+010a00c1=anim/wallpaper_close_enter
+010a00c2=anim/wallpaper_close_exit
+010a00c3=anim/wallpaper_enter
+010a00c4=anim/wallpaper_exit
+010a00c5=anim/wallpaper_intra_close_enter
+010a00c6=anim/wallpaper_intra_close_exit
+010a00c7=anim/wallpaper_intra_open_enter
+010a00c8=anim/wallpaper_intra_open_exit
+010a00c9=anim/wallpaper_open_enter
+010a00ca=anim/wallpaper_open_exit
+010a00cb=anim/window_move_from_decor
010a00cc=anim/ft_avd_tooverflow_rectangle_1_pivot_animation
010a00cd=anim/ft_avd_tooverflow_rectangle_2_animation
010a00ce=anim/ft_avd_tooverflow_rectangle_2_pivot_animation
@@ -10714,29 +12451,37 @@
010c0018=interpolator/btn_radio_to_on_mtrl_animation_interpolator_0
010c0019=interpolator/decelerate_quart
010c001a=interpolator/fast_out_extra_slow_in
-010c001b=interpolator/ft_avd_toarrow_animation_interpolator_0
-010c001c=interpolator/ft_avd_toarrow_animation_interpolator_1
-010c001d=interpolator/ft_avd_toarrow_animation_interpolator_2
-010c001e=interpolator/ft_avd_toarrow_animation_interpolator_3
-010c001f=interpolator/ft_avd_toarrow_animation_interpolator_4
-010c0020=interpolator/ft_avd_toarrow_animation_interpolator_5
-010c0021=interpolator/ft_avd_toarrow_animation_interpolator_6
-010c0022=interpolator/launch_task_behind_source_scale_1
-010c0023=interpolator/launch_task_behind_source_scale_2
-010c0024=interpolator/launch_task_behind_target_ydelta
-010c0025=interpolator/launch_task_micro_alpha
-010c0026=interpolator/launch_task_micro_ydelta
-010c0027=interpolator/progress_indeterminate_horizontal_rect1_scalex
-010c0028=interpolator/progress_indeterminate_horizontal_rect1_translatex
-010c0029=interpolator/progress_indeterminate_horizontal_rect2_scalex
-010c002a=interpolator/progress_indeterminate_horizontal_rect2_translatex
-010c002b=interpolator/progress_indeterminate_rotation_interpolator
-010c002c=interpolator/screen_rotation_alpha_in
-010c002d=interpolator/screen_rotation_alpha_out
-010c002e=interpolator/transient_interpolator
-010c002f=interpolator/trim_end_interpolator
-010c0030=interpolator/trim_offset_interpolator
-010c0031=interpolator/trim_start_interpolator
+010c001b=interpolator/emphasized
+010c001c=interpolator/emphasized_accelerate
+010c001d=interpolator/emphasized_decelerate
+010c001e=interpolator/ft_avd_toarrow_animation_interpolator_0
+010c001f=interpolator/ft_avd_toarrow_animation_interpolator_1
+010c0020=interpolator/ft_avd_toarrow_animation_interpolator_2
+010c0021=interpolator/ft_avd_toarrow_animation_interpolator_3
+010c0022=interpolator/ft_avd_toarrow_animation_interpolator_4
+010c0023=interpolator/ft_avd_toarrow_animation_interpolator_5
+010c0024=interpolator/ft_avd_toarrow_animation_interpolator_6
+010c0025=interpolator/launch_task_behind_source_scale_1
+010c0026=interpolator/launch_task_behind_source_scale_2
+010c0027=interpolator/launch_task_behind_target_ydelta
+010c0028=interpolator/launch_task_micro_alpha
+010c0029=interpolator/launch_task_micro_ydelta
+010c002a=interpolator/progress_indeterminate_horizontal_rect1_scalex
+010c002b=interpolator/progress_indeterminate_horizontal_rect1_translatex
+010c002c=interpolator/progress_indeterminate_horizontal_rect2_scalex
+010c002d=interpolator/progress_indeterminate_horizontal_rect2_translatex
+010c002e=interpolator/progress_indeterminate_rotation_interpolator
+010c002f=interpolator/rounded_window_interpolator
+010c0030=interpolator/screen_rotation
+010c0031=interpolator/screen_rotation_alpha_in
+010c0032=interpolator/screen_rotation_alpha_out
+010c0033=interpolator/standard
+010c0034=interpolator/standard_accelerate
+010c0035=interpolator/standard_decelerate
+010c0036=interpolator/transient_interpolator
+010c0037=interpolator/trim_end_interpolator
+010c0038=interpolator/trim_offset_interpolator
+010c0039=interpolator/trim_start_interpolator
010d0000=mipmap/sym_def_app_icon
010d0001=mipmap/sym_def_app_icon_foreground
010d0002=mipmap/sym_def_app_icon_maskable
@@ -10762,284 +12507,401 @@
010e0001=integer/config_mediumAnimTime
010e0002=integer/config_longAnimTime
010e0003=integer/status_bar_notification_info_maxnum
-010e0004=integer/autofill_max_visible_datasets
-010e0005=integer/button_pressed_animation_delay
-010e0006=integer/button_pressed_animation_duration
-010e0007=integer/config_MaxConcurrentDownloadsAllowed
-010e0008=integer/config_accessibilityColorMode
-010e0009=integer/config_activeTaskDurationHours
-010e000a=integer/config_activityDefaultDur
-010e000b=integer/config_activityShortDur
-010e000c=integer/config_alertDialogController
-010e000d=integer/config_allowedUnprivilegedKeepalivePerUid
-010e000e=integer/config_app_exit_info_history_list_size
-010e000f=integer/config_attentionMaximumExtension
-010e0010=integer/config_attentiveTimeout
-010e0011=integer/config_attentiveWarningDuration
-010e0012=integer/config_autoBrightnessBrighteningLightDebounce
-010e0013=integer/config_autoBrightnessDarkeningLightDebounce
-010e0014=integer/config_autoBrightnessInitialLightSensorRate
-010e0015=integer/config_autoBrightnessLightSensorRate
-010e0016=integer/config_autoBrightnessShortTermModelTimeout
-010e0017=integer/config_autoGroupAtCount
-010e0018=integer/config_autoPowerModeAnyMotionSensor
-010e0019=integer/config_autoPowerModeThresholdAngle
-010e001a=integer/config_bluetooth_idle_cur_ma
-010e001b=integer/config_bluetooth_max_advertisers
-010e001c=integer/config_bluetooth_max_connected_audio_devices
-010e001d=integer/config_bluetooth_max_scan_filters
-010e001e=integer/config_bluetooth_operating_voltage_mv
-010e001f=integer/config_bluetooth_rx_cur_ma
-010e0020=integer/config_bluetooth_tx_cur_ma
-010e0021=integer/config_brightness_ramp_rate_fast
-010e0022=integer/config_brightness_ramp_rate_slow
-010e0023=integer/config_burnInProtectionMaxHorizontalOffset
-010e0024=integer/config_burnInProtectionMaxRadius
-010e0025=integer/config_burnInProtectionMaxVerticalOffset
-010e0026=integer/config_burnInProtectionMinHorizontalOffset
-010e0027=integer/config_burnInProtectionMinVerticalOffset
-010e0028=integer/config_cameraLaunchGestureSensorType
-010e0029=integer/config_cameraLiftTriggerSensorType
-010e002a=integer/config_carDockKeepsScreenOn
-010e002b=integer/config_carDockRotation
-010e002c=integer/config_cdma_3waycall_flash_delay
-010e002d=integer/config_criticalBatteryWarningLevel
-010e002e=integer/config_cursorWindowSize
-010e002f=integer/config_datause_notification_type
-010e0030=integer/config_datause_polling_period_sec
-010e0031=integer/config_datause_threshold_bytes
-010e0032=integer/config_datause_throttle_kbitsps
-010e0033=integer/config_debugSystemServerPssThresholdBytes
-010e0034=integer/config_defaultDisplayDefaultColorMode
-010e0035=integer/config_defaultHapticFeedbackIntensity
-010e0036=integer/config_defaultNightDisplayAutoMode
-010e0037=integer/config_defaultNightDisplayCustomEndTime
-010e0038=integer/config_defaultNightDisplayCustomStartTime
-010e0039=integer/config_defaultNightMode
-010e003a=integer/config_defaultNotificationLedOff
-010e003b=integer/config_defaultNotificationLedOn
-010e003c=integer/config_defaultNotificationVibrationIntensity
-010e003d=integer/config_defaultPeakRefreshRate
-010e003e=integer/config_defaultPictureInPictureGravity
-010e003f=integer/config_defaultRefreshRate
-010e0040=integer/config_defaultRefreshRateInZone
-010e0041=integer/config_defaultRingVibrationIntensity
-010e0042=integer/config_defaultUiModeType
-010e0043=integer/config_defaultVibrationAmplitude
-010e0044=integer/config_deskDockKeepsScreenOn
-010e0045=integer/config_deskDockRotation
-010e0046=integer/config_displayWhiteBalanceBrightnessFilterHorizon
-010e0047=integer/config_displayWhiteBalanceBrightnessSensorRate
-010e0048=integer/config_displayWhiteBalanceColorTemperatureDefault
-010e0049=integer/config_displayWhiteBalanceColorTemperatureFilterHorizon
-010e004a=integer/config_displayWhiteBalanceColorTemperatureMax
-010e004b=integer/config_displayWhiteBalanceColorTemperatureMin
-010e004c=integer/config_displayWhiteBalanceColorTemperatureSensorRate
-010e004d=integer/config_displayWhiteBalanceDecreaseDebounce
-010e004e=integer/config_displayWhiteBalanceIncreaseDebounce
-010e004f=integer/config_dockedStackDividerSnapMode
-010e0050=integer/config_doublePressOnPowerBehavior
-010e0051=integer/config_doubleTapOnHomeBehavior
-010e0052=integer/config_downloadDataDirLowSpaceThreshold
-010e0053=integer/config_downloadDataDirSize
-010e0054=integer/config_dozeWakeLockScreenDebounce
-010e0055=integer/config_drawLockTimeoutMillis
-010e0056=integer/config_dreamsBatteryLevelDrainCutoff
-010e0057=integer/config_dreamsBatteryLevelMinimumWhenNotPowered
-010e0058=integer/config_dreamsBatteryLevelMinimumWhenPowered
-010e0059=integer/config_dropboxLowPriorityBroadcastRateLimitPeriod
-010e005a=integer/config_dynamicPowerSavingsDefaultDisableThreshold
-010e005b=integer/config_extraFreeKbytesAbsolute
-010e005c=integer/config_extraFreeKbytesAdjust
-010e005d=integer/config_faceMaxTemplatesPerUser
-010e005e=integer/config_fingerprintMaxTemplatesPerUser
-010e005f=integer/config_globalActionsKeyTimeout
-010e0060=integer/config_immersive_mode_confirmation_panic
-010e0061=integer/config_jobSchedulerIdleWindowSlop
-010e0062=integer/config_jobSchedulerInactivityIdleThreshold
-010e0063=integer/config_keepPreloadsMinDays
-010e0064=integer/config_lidKeyboardAccessibility
-010e0065=integer/config_lidNavigationAccessibility
-010e0066=integer/config_lidOpenRotation
-010e0067=integer/config_lightSensorWarmupTime
-010e0068=integer/config_lockSoundVolumeDb
-010e0069=integer/config_longPressOnBackBehavior
-010e006a=integer/config_longPressOnHomeBehavior
-010e006b=integer/config_longPressOnPowerBehavior
-010e006c=integer/config_lowBatteryAutoTriggerDefaultLevel
-010e006d=integer/config_lowBatteryCloseWarningBump
-010e006e=integer/config_lowBatteryWarningLevel
-010e006f=integer/config_lowMemoryKillerMinFreeKbytesAbsolute
-010e0070=integer/config_lowMemoryKillerMinFreeKbytesAdjust
-010e0071=integer/config_maxNumVisibleRecentTasks
-010e0072=integer/config_maxNumVisibleRecentTasks_grid
-010e0073=integer/config_maxNumVisibleRecentTasks_lowRam
-010e0074=integer/config_maxResolverActivityColumns
-010e0075=integer/config_maxShortcutTargetsPerApp
-010e0076=integer/config_maxUiWidth
-010e0077=integer/config_max_pan_devices
-010e0078=integer/config_maximumScreenDimDuration
-010e0079=integer/config_mdc_initial_max_retry
-010e007a=integer/config_minNumVisibleRecentTasks
-010e007b=integer/config_minNumVisibleRecentTasks_grid
-010e007c=integer/config_minNumVisibleRecentTasks_lowRam
-010e007d=integer/config_minimumScreenOffTimeout
-010e007e=integer/config_mobile_hotspot_provision_check_period
-010e007f=integer/config_mobile_mtu
-010e0080=integer/config_multiuserMaxRunningUsers
-010e0081=integer/config_multiuserMaximumUsers
-010e0082=integer/config_navBarInteractionMode
-010e0083=integer/config_navBarOpacityMode
-010e0084=integer/config_networkAvoidBadWifi
-010e0085=integer/config_networkDefaultDailyMultipathQuotaBytes
-010e0086=integer/config_networkMeteredMultipathPreference
-010e0087=integer/config_networkNotifySwitchType
-010e0088=integer/config_networkPolicyDefaultWarning
-010e0089=integer/config_networkTransitionTimeout
-010e008a=integer/config_networkWakeupPacketMark
-010e008b=integer/config_networkWakeupPacketMask
-010e008c=integer/config_nightDisplayColorTemperatureDefault
-010e008d=integer/config_nightDisplayColorTemperatureMax
-010e008e=integer/config_nightDisplayColorTemperatureMin
-010e008f=integer/config_notificationServiceArchiveSize
-010e0090=integer/config_notificationStripRemoteViewSizeBytes
-010e0091=integer/config_notificationWarnRemoteViewSizeBytes
-010e0092=integer/config_notificationsBatteryFullARGB
-010e0093=integer/config_notificationsBatteryLedOff
-010e0094=integer/config_notificationsBatteryLedOn
-010e0095=integer/config_notificationsBatteryLowARGB
-010e0096=integer/config_notificationsBatteryMediumARGB
-010e0097=integer/config_ntpPollingInterval
-010e0098=integer/config_ntpPollingIntervalShorter
-010e0099=integer/config_ntpRetry
-010e009a=integer/config_ntpTimeout
-010e009b=integer/config_num_physical_slots
-010e009c=integer/config_overrideHasPermanentMenuKey
-010e009d=integer/config_pdp_reject_retry_delay_ms
-010e009e=integer/config_phonenumber_compare_min_match
-010e009f=integer/config_previousVibrationsDumpLimit
-010e00a0=integer/config_radioScanningTimeout
-010e00a1=integer/config_reservedPrivilegedKeepaliveSlots
-010e00a2=integer/config_safe_media_volume_index
-010e00a3=integer/config_safe_media_volume_usb_mB
-010e00a4=integer/config_screenBrightnessDark
-010e00a5=integer/config_screenBrightnessDim
-010e00a6=integer/config_screenBrightnessDoze
-010e00a7=integer/config_screenBrightnessForVrSettingDefault
-010e00a8=integer/config_screenBrightnessForVrSettingMaximum
-010e00a9=integer/config_screenBrightnessForVrSettingMinimum
-010e00aa=integer/config_screenBrightnessSettingDefault
-010e00ab=integer/config_screenBrightnessSettingMaximum
-010e00ac=integer/config_screenBrightnessSettingMinimum
-010e00ad=integer/config_screen_magnification_multi_tap_adjustment
-010e00ae=integer/config_screen_rotation_color_transition
-010e00af=integer/config_screen_rotation_fade_in
-010e00b0=integer/config_screen_rotation_fade_in_delay
-010e00b1=integer/config_screen_rotation_fade_out
-010e00b2=integer/config_screen_rotation_total_180
-010e00b3=integer/config_screen_rotation_total_90
-010e00b4=integer/config_screenshotChordKeyTimeout
-010e00b5=integer/config_shortPressOnPowerBehavior
-010e00b6=integer/config_shortPressOnSleepBehavior
-010e00b7=integer/config_shutdownBatteryTemperature
-010e00b8=integer/config_soundEffectVolumeDb
-010e00b9=integer/config_stableDeviceDisplayHeight
-010e00ba=integer/config_stableDeviceDisplayWidth
-010e00bb=integer/config_storageManagerDaystoRetainDefault
-010e00bc=integer/config_timeZoneRulesCheckRetryCount
-010e00bd=integer/config_timeZoneRulesCheckTimeMillisAllowed
-010e00be=integer/config_toastDefaultGravity
-010e00bf=integer/config_tooltipAnimTime
-010e00c0=integer/config_triplePressOnPowerBehavior
-010e00c1=integer/config_undockedHdmiRotation
-010e00c2=integer/config_userTypePackageWhitelistMode
-010e00c3=integer/config_valid_wappush_index
-010e00c4=integer/config_veryLongPressOnPowerBehavior
-010e00c5=integer/config_veryLongPressTimeout
-010e00c6=integer/config_virtualKeyQuietTimeMillis
-010e00c7=integer/config_volte_replacement_rat
-010e00c8=integer/config_wakeUpDelayDoze
-010e00c9=integer/config_windowOutsetBottom
-010e00ca=integer/config_zen_repeat_callers_threshold
-010e00cb=integer/date_picker_header_max_lines_material
-010e00cc=integer/date_picker_mode
-010e00cd=integer/date_picker_mode_material
-010e00ce=integer/db_connection_pool_size
-010e00cf=integer/db_default_idle_connection_timeout
-010e00d0=integer/db_journal_size_limit
-010e00d1=integer/db_wal_autocheckpoint
-010e00d2=integer/db_wal_truncate_size
-010e00d3=integer/default_data_warning_level_mb
-010e00d4=integer/default_reserved_data_coding_scheme
-010e00d5=integer/disabled_alpha_animation_duration
-010e00d6=integer/dock_enter_exit_duration
-010e00d7=integer/kg_carousel_angle
-010e00d8=integer/kg_glowpad_rotation_offset
-010e00d9=integer/kg_security_flipper_weight
-010e00da=integer/kg_selector_gravity
-010e00db=integer/kg_widget_region_weight
-010e00dc=integer/leanback_setup_alpha_activity_in_bkg_delay
-010e00dd=integer/leanback_setup_alpha_activity_in_bkg_duration
-010e00de=integer/leanback_setup_alpha_activity_out_bkg_delay
-010e00df=integer/leanback_setup_alpha_activity_out_bkg_duration
-010e00e0=integer/leanback_setup_alpha_backward_in_content_delay
-010e00e1=integer/leanback_setup_alpha_backward_in_content_duration
-010e00e2=integer/leanback_setup_alpha_backward_out_content_delay
-010e00e3=integer/leanback_setup_alpha_backward_out_content_duration
-010e00e4=integer/leanback_setup_alpha_forward_in_content_delay
-010e00e5=integer/leanback_setup_alpha_forward_in_content_duration
-010e00e6=integer/leanback_setup_alpha_forward_out_content_delay
-010e00e7=integer/leanback_setup_alpha_forward_out_content_duration
-010e00e8=integer/leanback_setup_base_animation_duration
-010e00e9=integer/leanback_setup_translation_backward_out_content_delay
-010e00ea=integer/leanback_setup_translation_backward_out_content_duration
-010e00eb=integer/leanback_setup_translation_content_cliff_v4
-010e00ec=integer/leanback_setup_translation_content_resting_point_v4
-010e00ed=integer/leanback_setup_translation_forward_in_content_delay
-010e00ee=integer/leanback_setup_translation_forward_in_content_duration
-010e00ef=integer/preference_fragment_scrollbarStyle
-010e00f0=integer/preference_screen_header_scrollbarStyle
-010e00f1=integer/preferences_left_pane_weight
-010e00f2=integer/preferences_right_pane_weight
-010e00f3=integer/thumbnail_width_tv
-010e00f4=integer/time_picker_mode
-010e00f5=integer/time_picker_mode_material
-010e00f6=integer/timepicker_title_visibility
-010e00f7=integer/default_data_warning_level_mb
-010e00f8=integer/disabled_alpha_animation_duration
-010e00f9=integer/dock_enter_exit_duration
-010e00fa=integer/kg_carousel_angle
-010e00fb=integer/kg_glowpad_rotation_offset
-010e00fc=integer/kg_security_flipper_weight
-010e00fd=integer/kg_selector_gravity
-010e00fe=integer/kg_widget_region_weight
-010e00ff=integer/leanback_setup_alpha_activity_in_bkg_delay
-010e0100=integer/leanback_setup_alpha_activity_in_bkg_duration
-010e0101=integer/leanback_setup_alpha_activity_out_bkg_delay
-010e0102=integer/leanback_setup_alpha_activity_out_bkg_duration
-010e0103=integer/leanback_setup_alpha_backward_in_content_delay
-010e0104=integer/leanback_setup_alpha_backward_in_content_duration
-010e0105=integer/leanback_setup_alpha_backward_out_content_delay
-010e0106=integer/leanback_setup_alpha_backward_out_content_duration
-010e0107=integer/leanback_setup_alpha_forward_in_content_delay
-010e0108=integer/leanback_setup_alpha_forward_in_content_duration
-010e0109=integer/leanback_setup_alpha_forward_out_content_delay
-010e010a=integer/leanback_setup_alpha_forward_out_content_duration
-010e010b=integer/leanback_setup_base_animation_duration
-010e010c=integer/leanback_setup_translation_backward_out_content_delay
-010e010d=integer/leanback_setup_translation_backward_out_content_duration
-010e010e=integer/leanback_setup_translation_content_cliff_v4
-010e010f=integer/leanback_setup_translation_content_resting_point_v4
-010e0110=integer/leanback_setup_translation_forward_in_content_delay
-010e0111=integer/leanback_setup_translation_forward_in_content_duration
-010e0112=integer/preference_fragment_scrollbarStyle
-010e0113=integer/preference_screen_header_scrollbarStyle
-010e0114=integer/preferences_left_pane_weight
-010e0115=integer/preferences_right_pane_weight
-010e0116=integer/thumbnail_width_tv
-010e0117=integer/time_picker_mode
-010e0118=integer/time_picker_mode_material
-010e0119=integer/timepicker_title_visibility
+010e0004=integer/auto_data_switch_availability_stability_time_threshold_millis
+010e0005=integer/auto_data_switch_performance_stability_time_threshold_millis
+010e0006=integer/auto_data_switch_score_tolerance
+010e0007=integer/auto_data_switch_validation_max_retry
+010e0008=integer/autofill_max_visible_datasets
+010e0009=integer/button_pressed_animation_delay
+010e000a=integer/button_pressed_animation_duration
+010e000b=integer/config_MaxConcurrentDownloadsAllowed
+010e000c=integer/config_accessibilityColorMode
+010e000d=integer/config_activeTaskDurationHours
+010e000e=integer/config_activityDefaultDur
+010e000f=integer/config_activityShortDur
+010e0010=integer/config_aggregatedPowerStatsSpanDuration
+010e0011=integer/config_alertDialogController
+010e0012=integer/config_allowedUnprivilegedKeepalivePerUid
+010e0013=integer/config_app_exit_info_history_list_size
+010e0014=integer/config_attentionMaximumExtension
+010e0015=integer/config_attentiveTimeout
+010e0016=integer/config_attentiveWarningDuration
+010e0017=integer/config_audio_alarm_min_vol
+010e0018=integer/config_audio_notif_vol_default
+010e0019=integer/config_audio_notif_vol_steps
+010e001a=integer/config_audio_ring_vol_default
+010e001b=integer/config_audio_ring_vol_steps
+010e001c=integer/config_autoBrightnessBrighteningLightDebounce
+010e001d=integer/config_autoBrightnessDarkeningLightDebounce
+010e001e=integer/config_autoBrightnessInitialLightSensorRate
+010e001f=integer/config_autoBrightnessLightSensorRate
+010e0020=integer/config_autoBrightnessShortTermModelTimeout
+010e0021=integer/config_autoGroupAtCount
+010e0022=integer/config_autoPowerModeAnyMotionSensor
+010e0023=integer/config_autoPowerModeThresholdAngle
+010e0024=integer/config_backgroundUserScheduledStopTimeSecs
+010e0025=integer/config_batterySaver_full_locationMode
+010e0026=integer/config_batterySaver_full_soundTriggerMode
+010e0027=integer/config_bg_current_drain_exempted_types
+010e0028=integer/config_bg_current_drain_location_min_duration
+010e0029=integer/config_bg_current_drain_media_playback_min_duration
+010e002a=integer/config_bg_current_drain_power_components
+010e002b=integer/config_bg_current_drain_types_to_bg_restricted
+010e002c=integer/config_bg_current_drain_types_to_restricted_bucket
+010e002d=integer/config_bg_current_drain_window
+010e002e=integer/config_bluetooth_idle_cur_ma
+010e002f=integer/config_bluetooth_operating_voltage_mv
+010e0030=integer/config_bluetooth_rx_cur_ma
+010e0031=integer/config_bluetooth_tx_cur_ma
+010e0032=integer/config_brightness_ramp_rate_fast
+010e0033=integer/config_brightness_ramp_rate_slow
+010e0034=integer/config_burnInProtectionMaxHorizontalOffset
+010e0035=integer/config_burnInProtectionMaxRadius
+010e0036=integer/config_burnInProtectionMaxVerticalOffset
+010e0037=integer/config_burnInProtectionMinHorizontalOffset
+010e0038=integer/config_burnInProtectionMinVerticalOffset
+010e0039=integer/config_cameraLaunchGestureSensorType
+010e003a=integer/config_cameraLiftTriggerSensorType
+010e003b=integer/config_cameraPrivacyLightAlsAveragingIntervalMillis
+010e003c=integer/config_carDockKeepsScreenOn
+010e003d=integer/config_carDockRotation
+010e003e=integer/config_cdma_3waycall_flash_delay
+010e003f=integer/config_chooser_max_targets_per_row
+010e0040=integer/config_criticalBatteryWarningLevel
+010e0041=integer/config_cursorWindowSize
+010e0042=integer/config_customizedMaxCachedProcesses
+010e0043=integer/config_datagram_wait_for_connected_state_timeout_millis
+010e0044=integer/config_datause_notification_type
+010e0045=integer/config_datause_polling_period_sec
+010e0046=integer/config_datause_threshold_bytes
+010e0047=integer/config_datause_throttle_kbitsps
+010e0048=integer/config_debugSystemServerPssThresholdBytes
+010e0049=integer/config_defaultAlarmVibrationIntensity
+010e004a=integer/config_defaultAnalogClockSecondsHandFps
+010e004b=integer/config_defaultBinderHeavyHitterAutoSamplerBatchSize
+010e004c=integer/config_defaultBinderHeavyHitterWatcherBatchSize
+010e004d=integer/config_defaultDisplayDefaultColorMode
+010e004e=integer/config_defaultHapticFeedbackIntensity
+010e004f=integer/config_defaultMediaVibrationIntensity
+010e0050=integer/config_defaultMinEmergencyGestureTapDurationMillis
+010e0051=integer/config_defaultNightDisplayAutoMode
+010e0052=integer/config_defaultNightDisplayCustomEndTime
+010e0053=integer/config_defaultNightDisplayCustomStartTime
+010e0054=integer/config_defaultNightMode
+010e0055=integer/config_defaultNotificationLedOff
+010e0056=integer/config_defaultNotificationLedOn
+010e0057=integer/config_defaultNotificationVibrationIntensity
+010e0058=integer/config_defaultPeakRefreshRate
+010e0059=integer/config_defaultPictureInPictureGravity
+010e005a=integer/config_defaultPowerStatsThrottlePeriodCpu
+010e005b=integer/config_defaultPowerStatsThrottlePeriodMobileRadio
+010e005c=integer/config_defaultPowerStatsThrottlePeriodWifi
+010e005d=integer/config_defaultRefreshRate
+010e005e=integer/config_defaultRefreshRateInHbmHdr
+010e005f=integer/config_defaultRefreshRateInHbmSunlight
+010e0060=integer/config_defaultRefreshRateInZone
+010e0061=integer/config_defaultRingVibrationIntensity
+010e0062=integer/config_defaultUiModeType
+010e0063=integer/config_defaultVibrationAmplitude
+010e0064=integer/config_default_cellular_usage_setting
+010e0065=integer/config_delay_for_ims_dereg_millis
+010e0066=integer/config_deskDockKeepsScreenOn
+010e0067=integer/config_deskDockRotation
+010e0068=integer/config_deviceStateConcurrentRearDisplay
+010e0069=integer/config_deviceStateRearDisplay
+010e006a=integer/config_displayWhiteBalanceBrightnessFilterHorizon
+010e006b=integer/config_displayWhiteBalanceBrightnessSensorRate
+010e006c=integer/config_displayWhiteBalanceColorTemperatureDefault
+010e006d=integer/config_displayWhiteBalanceColorTemperatureFilterHorizon
+010e006e=integer/config_displayWhiteBalanceColorTemperatureMax
+010e006f=integer/config_displayWhiteBalanceColorTemperatureMin
+010e0070=integer/config_displayWhiteBalanceColorTemperatureSensorRate
+010e0071=integer/config_displayWhiteBalanceDecreaseDebounce
+010e0072=integer/config_displayWhiteBalanceDisplayNominalWhiteCct
+010e0073=integer/config_displayWhiteBalanceIncreaseDebounce
+010e0074=integer/config_displayWhiteBalanceTransitionTime
+010e0075=integer/config_displayWhiteBalanceTransitionTimeDecrease
+010e0076=integer/config_displayWhiteBalanceTransitionTimeIncrease
+010e0077=integer/config_dockedStackDividerSnapMode
+010e0078=integer/config_doublePressOnPowerBehavior
+010e0079=integer/config_doublePressOnStemPrimaryBehavior
+010e007a=integer/config_doubleTapOnHomeBehavior
+010e007b=integer/config_doublelineClockDefault
+010e007c=integer/config_downloadDataDirLowSpaceThreshold
+010e007d=integer/config_downloadDataDirSize
+010e007e=integer/config_dozeWakeLockScreenDebounce
+010e007f=integer/config_drawLockTimeoutMillis
+010e0080=integer/config_dreamCloseAnimationDuration
+010e0081=integer/config_dreamOpenAnimationDuration
+010e0082=integer/config_dreamOverlayMaxReconnectAttempts
+010e0083=integer/config_dreamOverlayReconnectTimeoutMs
+010e0084=integer/config_dreamsBatteryLevelDrainCutoff
+010e0085=integer/config_dreamsBatteryLevelMinimumWhenNotPowered
+010e0086=integer/config_dreamsBatteryLevelMinimumWhenPowered
+010e0087=integer/config_dropboxLowPriorityBroadcastRateLimitPeriod
+010e0088=integer/config_dynamicPowerSavingsDefaultDisableThreshold
+010e0089=integer/config_emergency_call_wait_for_connection_timeout_millis
+010e008a=integer/config_esim_bootstrap_data_limit_bytes
+010e008b=integer/config_externalDisplayPeakHeight
+010e008c=integer/config_externalDisplayPeakRefreshRate
+010e008d=integer/config_externalDisplayPeakWidth
+010e008e=integer/config_extraFreeKbytesAbsolute
+010e008f=integer/config_extraFreeKbytesAdjust
+010e0090=integer/config_faceMaxTemplatesPerUser
+010e0091=integer/config_fingerprintMaxTemplatesPerUser
+010e0092=integer/config_fixedRefreshRateInHighZone
+010e0093=integer/config_flipToScreenOffMaxLatencyMicros
+010e0094=integer/config_globalActionsKeyTimeout
+010e0095=integer/config_hotwordDetectedResultMaxBundleSize
+010e0096=integer/config_immersive_mode_confirmation_panic
+010e0097=integer/config_jobSchedulerIdleWindowSlop
+010e0098=integer/config_jobSchedulerInactivityIdleThreshold
+010e0099=integer/config_jobSchedulerInactivityIdleThresholdOnStablePower
+010e009a=integer/config_jobSchedulerUserGracePeriod
+010e009b=integer/config_keepPreloadsMinDays
+010e009c=integer/config_keyChordPowerVolumeUp
+010e009d=integer/config_keyguardDrawnTimeout
+010e009e=integer/config_letterboxActivityCornersRadius
+010e009f=integer/config_letterboxBackgroundType
+010e00a0=integer/config_letterboxDefaultPositionForBookModeReachability
+010e00a1=integer/config_letterboxDefaultPositionForHorizontalReachability
+010e00a2=integer/config_letterboxDefaultPositionForTabletopModeReachability
+010e00a3=integer/config_letterboxDefaultPositionForVerticalReachability
+010e00a4=integer/config_lidKeyboardAccessibility
+010e00a5=integer/config_lidNavigationAccessibility
+010e00a6=integer/config_lidOpenRotation
+010e00a7=integer/config_lightSensorWarmupTime
+010e00a8=integer/config_lockSoundVolumeDb
+010e00a9=integer/config_longPressOnBackBehavior
+010e00aa=integer/config_longPressOnHomeBehavior
+010e00ab=integer/config_longPressOnPowerBehavior
+010e00ac=integer/config_longPressOnPowerDurationMs
+010e00ad=integer/config_longPressOnStemPrimaryBehavior
+010e00ae=integer/config_lowBatteryAutoTriggerDefaultLevel
+010e00af=integer/config_lowBatteryCloseWarningBump
+010e00b0=integer/config_lowBatteryWarningLevel
+010e00b1=integer/config_lowMemoryKillerMinFreeKbytesAbsolute
+010e00b2=integer/config_lowMemoryKillerMinFreeKbytesAdjust
+010e00b3=integer/config_lowPowerStandbyNonInteractiveTimeout
+010e00b4=integer/config_maxNumVisibleRecentTasks
+010e00b5=integer/config_maxNumVisibleRecentTasks_lowRam
+010e00b6=integer/config_maxResolverActivityColumns
+010e00b7=integer/config_maxScanTasksForHomeVisibility
+010e00b8=integer/config_maxShortcutTargetsPerApp
+010e00b9=integer/config_maxUiWidth
+010e00ba=integer/config_maximumScreenDimDuration
+010e00bb=integer/config_mdc_initial_max_retry
+010e00bc=integer/config_mediaOutputSwitchDialogVersion
+010e00bd=integer/config_mediaRouter_builtInSpeakerSuitability
+010e00be=integer/config_metrics_pull_cooldown_millis
+010e00bf=integer/config_minDreamOverlayDurationMs
+010e00c0=integer/config_minMillisBetweenInputUserActivityEvents
+010e00c1=integer/config_minNumVisibleRecentTasks
+010e00c2=integer/config_minNumVisibleRecentTasks_lowRam
+010e00c3=integer/config_minimumScreenOffTimeout
+010e00c4=integer/config_mobile_hotspot_provision_check_period
+010e00c5=integer/config_mobile_mtu
+010e00c6=integer/config_motionPredictionOffsetNanos
+010e00c7=integer/config_multiuserMaxRunningUsers
+010e00c8=integer/config_multiuserMaximumUsers
+010e00c9=integer/config_navBarInteractionMode
+010e00ca=integer/config_navBarOpacityMode
+010e00cb=integer/config_networkAvoidBadWifi
+010e00cc=integer/config_networkDefaultDailyMultipathQuotaBytes
+010e00cd=integer/config_networkMeteredMultipathPreference
+010e00ce=integer/config_networkNotifySwitchType
+010e00cf=integer/config_networkPolicyDefaultWarning
+010e00d0=integer/config_networkWakeupPacketMark
+010e00d1=integer/config_networkWakeupPacketMask
+010e00d2=integer/config_nightDisplayColorTemperatureDefault
+010e00d3=integer/config_nightDisplayColorTemperatureMax
+010e00d4=integer/config_nightDisplayColorTemperatureMin
+010e00d5=integer/config_notificationLongTextMaxLineCount
+010e00d6=integer/config_notificationServiceArchiveSize
+010e00d7=integer/config_notificationStripRemoteViewSizeBytes
+010e00d8=integer/config_notificationWarnRemoteViewSizeBytes
+010e00d9=integer/config_notificationsBatteryFullARGB
+010e00da=integer/config_notificationsBatteryLedOff
+010e00db=integer/config_notificationsBatteryLedOn
+010e00dc=integer/config_notificationsBatteryLowARGB
+010e00dd=integer/config_notificationsBatteryLowBehavior
+010e00de=integer/config_notificationsBatteryMediumARGB
+010e00df=integer/config_notificationsBatteryNearlyFullLevel
+010e00e0=integer/config_ntpPollingInterval
+010e00e1=integer/config_ntpPollingIntervalShorter
+010e00e2=integer/config_ntpRetry
+010e00e3=integer/config_ntpTimeout
+010e00e4=integer/config_num_physical_slots
+010e00e5=integer/config_oem_enabled_satellite_location_fresh_duration
+010e00e6=integer/config_overrideHasPermanentMenuKey
+010e00e7=integer/config_pauseRotationWhenUnfolding_displaySwitchTimeout
+010e00e8=integer/config_pauseRotationWhenUnfolding_hingeEventTimeout
+010e00e9=integer/config_pauseRotationWhenUnfolding_maxHingeAngle
+010e00ea=integer/config_pdp_reject_retry_delay_ms
+010e00eb=integer/config_phonenumber_compare_min_match
+010e00ec=integer/config_pictureInPictureMaxNumberOfActions
+010e00ed=integer/config_pinnerHomePinBytes
+010e00ee=integer/config_pinnerWebviewPinBytes
+010e00ef=integer/config_powerStatsAggregationPeriod
+010e00f0=integer/config_previousVibrationsDumpAggregationTimeMillisLimit
+010e00f1=integer/config_previousVibrationsDumpSizeLimit
+010e00f2=integer/config_progressTimeoutFallbackHome
+010e00f3=integer/config_radioScanningTimeout
+010e00f4=integer/config_recentVibrationsDumpSizeLimit
+010e00f5=integer/config_reduceBrightColorsStrengthDefault
+010e00f6=integer/config_reduceBrightColorsStrengthMax
+010e00f7=integer/config_reduceBrightColorsStrengthMin
+010e00f8=integer/config_reevaluate_bootstrap_sim_data_usage_millis
+010e00f9=integer/config_requestVibrationParamsTimeout
+010e00fa=integer/config_reservedPrivilegedKeepaliveSlots
+010e00fb=integer/config_respectsActivityMinWidthHeightMultiWindow
+010e00fc=integer/config_safe_media_volume_index
+010e00fd=integer/config_safe_media_volume_usb_mB
+010e00fe=integer/config_satellite_demo_mode_nb_iot_inactivity_timeout_millis
+010e00ff=integer/config_satellite_modem_image_switching_duration_millis
+010e0100=integer/config_satellite_nb_iot_inactivity_timeout_millis
+010e0101=integer/config_satellite_stay_at_listening_from_receiving_millis
+010e0102=integer/config_satellite_stay_at_listening_from_sending_millis
+010e0103=integer/config_screenBrightnessCapForWearBedtimeMode
+010e0104=integer/config_screenBrightnessDark
+010e0105=integer/config_screenBrightnessDim
+010e0106=integer/config_screenBrightnessDoze
+010e0107=integer/config_screenBrightnessSettingDefault
+010e0108=integer/config_screenBrightnessSettingMaximum
+010e0109=integer/config_screenBrightnessSettingMinimum
+010e010a=integer/config_screenTimeoutOverride
+010e010b=integer/config_screen_magnification_multi_tap_adjustment
+010e010c=integer/config_screen_rotation_color_transition
+010e010d=integer/config_screen_rotation_fade_in
+010e010e=integer/config_screen_rotation_fade_in_delay
+010e010f=integer/config_screen_rotation_fade_out
+010e0110=integer/config_screen_rotation_total_180
+010e0111=integer/config_screen_rotation_total_90
+010e0112=integer/config_screenshotChordKeyTimeout
+010e0113=integer/config_searchKeyBehavior
+010e0114=integer/config_selected_udfps_touch_detection
+010e0115=integer/config_shortPressOnPowerBehavior
+010e0116=integer/config_shortPressOnSettingsBehavior
+010e0117=integer/config_shortPressOnSleepBehavior
+010e0118=integer/config_shortPressOnStemPrimaryBehavior
+010e0119=integer/config_shutdownBatteryTemperature
+010e011a=integer/config_sideFpsToastTimeout
+010e011b=integer/config_sidefpsBpPowerPressWindow
+010e011c=integer/config_sidefpsKeyguardPowerPressWindow
+010e011d=integer/config_sidefpsPostAuthDowntime
+010e011e=integer/config_sidefpsSkipWaitForPowerAcquireMessage
+010e011f=integer/config_sidefpsSkipWaitForPowerVendorAcquireMessage
+010e0120=integer/config_smartSelectionInitializedTimeoutMillis
+010e0121=integer/config_smartSelectionInitializingTimeoutMillis
+010e0122=integer/config_soundEffectVolumeDb
+010e0123=integer/config_stableDeviceDisplayHeight
+010e0124=integer/config_stableDeviceDisplayWidth
+010e0125=integer/config_storageManagerDaystoRetainDefault
+010e0126=integer/config_supportsNonResizableMultiWindow
+010e0127=integer/config_timeDetectorAutoUpdateDiffMillis
+010e0128=integer/config_timeout_to_receive_delivered_ack_millis
+010e0129=integer/config_toastDefaultGravity
+010e012a=integer/config_tooltipAnimTime
+010e012b=integer/config_triplePressOnPowerBehavior
+010e012c=integer/config_triplePressOnStemPrimaryBehavior
+010e012d=integer/config_undockedHdmiRotation
+010e012e=integer/config_unfoldTransitionHalfFoldedTimeout
+010e012f=integer/config_userTypePackageWhitelistMode
+010e0130=integer/config_valid_wappush_index
+010e0131=integer/config_veryLongPressOnPowerBehavior
+010e0132=integer/config_veryLongPressTimeout
+010e0133=integer/config_vibrationWaveformRampDownDuration
+010e0134=integer/config_vibrationWaveformRampStepDuration
+010e0135=integer/config_vibratorControlServiceDumpAggregationTimeMillisLimit
+010e0136=integer/config_vibratorControlServiceDumpSizeLimit
+010e0137=integer/config_virtualKeyQuietTimeMillis
+010e0138=integer/config_volte_replacement_rat
+010e0139=integer/config_wait_for_datagram_sending_response_timeout_millis
+010e013a=integer/config_wait_for_satellite_enabling_response_timeout_millis
+010e013b=integer/config_wakeUpToLastStateTimeoutMillis
+010e013c=integer/config_wallpaperFrameRateCompatibility
+010e013d=integer/config_windowOutsetBottom
+010e013e=integer/config_zen_repeat_callers_threshold
+010e013f=integer/date_picker_header_max_lines_material
+010e0140=integer/date_picker_mode
+010e0141=integer/date_picker_mode_material
+010e0142=integer/db_connection_pool_size
+010e0143=integer/db_default_idle_connection_timeout
+010e0144=integer/db_journal_size_limit
+010e0145=integer/db_wal_autocheckpoint
+010e0146=integer/db_wal_truncate_size
+010e0147=integer/default_data_warning_level_mb
+010e0148=integer/default_reserved_data_coding_scheme
+010e0149=integer/device_idle_flex_time_short_ms
+010e014a=integer/device_idle_idle_after_inactive_to_ms
+010e014b=integer/device_idle_idle_factor
+010e014c=integer/device_idle_idle_pending_factor
+010e014d=integer/device_idle_idle_pending_to_ms
+010e014e=integer/device_idle_idle_to_ms
+010e014f=integer/device_idle_inactive_to_ms
+010e0150=integer/device_idle_light_after_inactive_to_ms
+010e0151=integer/device_idle_light_idle_factor
+010e0152=integer/device_idle_light_idle_flex_linear_increase_factor_ms
+010e0153=integer/device_idle_light_idle_linear_increase_factor_ms
+010e0154=integer/device_idle_light_idle_maintenance_max_budget_ms
+010e0155=integer/device_idle_light_idle_maintenance_min_budget_ms
+010e0156=integer/device_idle_light_idle_to_init_flex_ms
+010e0157=integer/device_idle_light_idle_to_max_flex_ms
+010e0158=integer/device_idle_light_idle_to_ms
+010e0159=integer/device_idle_light_max_idle_to_ms
+010e015a=integer/device_idle_locating_to_ms
+010e015b=integer/device_idle_location_accuracy
+010e015c=integer/device_idle_max_idle_pending_to_ms
+010e015d=integer/device_idle_max_idle_to_ms
+010e015e=integer/device_idle_max_temp_app_allowlist_duration_ms
+010e015f=integer/device_idle_min_deep_maintenance_time_ms
+010e0160=integer/device_idle_min_light_maintenance_time_ms
+010e0161=integer/device_idle_min_time_to_alarm_ms
+010e0162=integer/device_idle_mms_temp_app_allowlist_duration_ms
+010e0163=integer/device_idle_motion_inactive_to_flex_ms
+010e0164=integer/device_idle_motion_inactive_to_ms
+010e0165=integer/device_idle_notification_allowlist_duration_ms
+010e0166=integer/device_idle_quick_doze_delay_to_ms
+010e0167=integer/device_idle_sensing_to_ms
+010e0168=integer/device_idle_sms_temp_app_allowlist_duration_ms
+010e0169=integer/disabled_alpha_animation_duration
+010e016a=integer/dock_enter_exit_duration
+010e016b=integer/kg_carousel_angle
+010e016c=integer/kg_glowpad_rotation_offset
+010e016d=integer/kg_security_flipper_weight
+010e016e=integer/kg_selector_gravity
+010e016f=integer/kg_widget_region_weight
+010e0170=integer/leanback_setup_alpha_activity_in_bkg_delay
+010e0171=integer/leanback_setup_alpha_activity_in_bkg_duration
+010e0172=integer/leanback_setup_alpha_activity_out_bkg_delay
+010e0173=integer/leanback_setup_alpha_activity_out_bkg_duration
+010e0174=integer/leanback_setup_alpha_backward_in_content_delay
+010e0175=integer/leanback_setup_alpha_backward_in_content_duration
+010e0176=integer/leanback_setup_alpha_backward_out_content_delay
+010e0177=integer/leanback_setup_alpha_backward_out_content_duration
+010e0178=integer/leanback_setup_alpha_forward_in_content_delay
+010e0179=integer/leanback_setup_alpha_forward_in_content_duration
+010e017a=integer/leanback_setup_alpha_forward_out_content_delay
+010e017b=integer/leanback_setup_alpha_forward_out_content_duration
+010e017c=integer/leanback_setup_base_animation_duration
+010e017d=integer/leanback_setup_translation_backward_out_content_delay
+010e017e=integer/leanback_setup_translation_backward_out_content_duration
+010e017f=integer/leanback_setup_translation_content_cliff_v4
+010e0180=integer/leanback_setup_translation_content_resting_point_v4
+010e0181=integer/leanback_setup_translation_forward_in_content_delay
+010e0182=integer/leanback_setup_translation_forward_in_content_duration
+010e0183=integer/lock_pattern_fade_pattern_delay
+010e0184=integer/lock_pattern_fade_pattern_duration
+010e0185=integer/lock_pattern_line_fade_out_delay
+010e0186=integer/lock_pattern_line_fade_out_duration
+010e0187=integer/preference_fragment_scrollbarStyle
+010e0188=integer/preference_screen_header_scrollbarStyle
+010e0189=integer/preferences_left_pane_weight
+010e018a=integer/preferences_right_pane_weight
+010e018b=integer/thumbnail_width_tv
+010e018c=integer/time_picker_mode
+010e018d=integer/time_picker_mode_material
+010e018e=integer/timepicker_title_visibility
010f0000=transition/no_transition
010f0001=transition/move
010f0002=transition/fade
@@ -11063,300 +12925,683 @@
01100001=raw/nodomain
01100002=raw/color_fade_frag
01100003=raw/color_fade_vert
-01100004=raw/fallback_categories
-01100005=raw/fallbackring
-01100006=raw/incognito_mode_start_page
+01100004=raw/default_ringtone_vibration_effect
+01100005=raw/fallback_categories
+01100006=raw/fallbackring
+01100007=raw/remote_views_color_resources
01110000=bool/config_sendPackageName
01110001=bool/config_showDefaultAssistant
01110002=bool/config_showDefaultEmergency
01110003=bool/config_showDefaultHome
01110004=bool/config_perDisplayFocusEnabled
-01110005=bool/ImsConnectedDefaultValue
-01110006=bool/action_bar_embed_tabs
-01110007=bool/action_bar_expanded_action_views_exclusive
-01110008=bool/config_LTE_eri_for_network_name
-01110009=bool/config_actionMenuItemAllCaps
-0111000a=bool/config_adaptive_sleep_available
-0111000b=bool/config_allow3rdPartyAppOnInternal
-0111000c=bool/config_allowAllRotations
-0111000d=bool/config_allowAnimationsInLowPowerMode
-0111000e=bool/config_allowAutoBrightnessWhileDozing
-0111000f=bool/config_allowDisablingAssistDisclosure
-01110010=bool/config_allowEscrowTokenForTrustAgent
-01110011=bool/config_allowPriorityVibrationsInLowPowerMode
-01110012=bool/config_allowSeamlessRotationDespiteNavBarMoving
-01110013=bool/config_allowStartActivityForLongPressOnPowerInSetup
-01110014=bool/config_allowTheaterModeWakeFromCameraLens
-01110015=bool/config_allowTheaterModeWakeFromDock
-01110016=bool/config_allowTheaterModeWakeFromGesture
-01110017=bool/config_allowTheaterModeWakeFromKey
-01110018=bool/config_allowTheaterModeWakeFromLidSwitch
-01110019=bool/config_allowTheaterModeWakeFromMotion
-0111001a=bool/config_allowTheaterModeWakeFromMotionWhenNotDreaming
-0111001b=bool/config_allowTheaterModeWakeFromPowerKey
-0111001c=bool/config_allowTheaterModeWakeFromUnplug
-0111001d=bool/config_allowTheaterModeWakeFromWindowLayout
-0111001e=bool/config_allow_ussd_over_ims
-0111001f=bool/config_alwaysUseCdmaRssi
-01110020=bool/config_animateScreenLights
-01110021=bool/config_annoy_dianne
-01110022=bool/config_apfDrop802_3Frames
-01110023=bool/config_assistantOnTopOfDream
-01110024=bool/config_autoBrightnessResetAmbientLuxAfterWarmUp
-01110025=bool/config_autoPowerModePreferWristTilt
-01110026=bool/config_autoPowerModePrefetchLocation
-01110027=bool/config_autoPowerModeUseMotionSensor
-01110028=bool/config_auto_attach_data_on_creation
-01110029=bool/config_automatic_brightness_available
-0111002a=bool/config_automotiveHideNavBarForKeyboard
-0111002b=bool/config_avoidGfxAccel
-0111002c=bool/config_awareSettingAvailable
-0111002d=bool/config_batterySaverStickyBehaviourDisabled
-0111002e=bool/config_batterySdCardAccessibility
-0111002f=bool/config_battery_percentage_setting_available
-01110030=bool/config_batterymeterDualTone
-01110031=bool/config_bluetooth_address_validation
-01110032=bool/config_bluetooth_default_profiles
-01110033=bool/config_bluetooth_hfp_inband_ringing_support
-01110034=bool/config_bluetooth_le_peripheral_mode_supported
-01110035=bool/config_bluetooth_pan_enable_autoconnect
-01110036=bool/config_bluetooth_reload_supported_profiles_when_enabled
-01110037=bool/config_bluetooth_sco_off_call
-01110038=bool/config_bluetooth_wide_band_speech
-01110039=bool/config_bugReportHandlerEnabled
-0111003a=bool/config_built_in_sip_phone
-0111003b=bool/config_buttonTextAllCaps
-0111003c=bool/config_cameraDoubleTapPowerGestureEnabled
-0111003d=bool/config_camera_sound_forced
-0111003e=bool/config_carDockEnablesAccelerometer
-0111003f=bool/config_carrier_volte_available
-01110040=bool/config_carrier_volte_tty_supported
-01110041=bool/config_carrier_vt_available
-01110042=bool/config_carrier_wfc_ims_available
-01110043=bool/config_cbrs_supported
-01110044=bool/config_cellBroadcastAppLinks
-01110045=bool/config_checkWallpaperAtBoot
-01110046=bool/config_closeDialogWhenTouchOutside
-01110047=bool/config_customBugreport
-01110048=bool/config_customUserSwitchUi
-01110049=bool/config_debugEnableAutomaticSystemServerHeapDumps
-0111004a=bool/config_defaultInTouchMode
-0111004b=bool/config_defaultRingtonePickerEnabled
-0111004c=bool/config_defaultWindowFeatureContextMenu
-0111004d=bool/config_defaultWindowFeatureOptionsPanel
-0111004e=bool/config_deskDockEnablesAccelerometer
-0111004f=bool/config_device_respects_hold_carrier_config
-01110050=bool/config_device_volte_available
-01110051=bool/config_device_vt_available
-01110052=bool/config_device_wfc_ims_available
-01110053=bool/config_disableLockscreenByDefault
-01110054=bool/config_disableMenuKeyInLockScreen
-01110055=bool/config_disableTransitionAnimation
-01110056=bool/config_disableUsbPermissionDialogs
-01110057=bool/config_displayBlanksAfterDoze
-01110058=bool/config_displayBrightnessBucketsInDoze
-01110059=bool/config_displayWhiteBalanceAvailable
-0111005a=bool/config_displayWhiteBalanceEnabledDefault
-0111005b=bool/config_dockedStackDividerFreeSnapMode
-0111005c=bool/config_dontPreferApn
-0111005d=bool/config_dozeAfterScreenOffByDefault
-0111005e=bool/config_dozeAlwaysOnDisplayAvailable
-0111005f=bool/config_dozeAlwaysOnEnabled
-01110060=bool/config_dozePulsePickup
-01110061=bool/config_dozeSupportsAodWallpaper
-01110062=bool/config_dozeWakeLockScreenSensorAvailable
-01110063=bool/config_dreamsActivatedOnDockByDefault
-01110064=bool/config_dreamsActivatedOnSleepByDefault
-01110065=bool/config_dreamsEnabledByDefault
-01110066=bool/config_dreamsEnabledOnBattery
-01110067=bool/config_dreamsSupported
-01110068=bool/config_duplicate_port_omadm_wappush
-01110069=bool/config_eap_sim_based_auth_supported
-0111006a=bool/config_enableActivityRecognitionHardwareOverlay
-0111006b=bool/config_enableAppWidgetService
-0111006c=bool/config_enableAutoPowerModes
-0111006d=bool/config_enableBurnInProtection
-0111006e=bool/config_enableCarDockHomeLaunch
-0111006f=bool/config_enableCredentialFactoryResetProtection
-01110070=bool/config_enableFusedLocationOverlay
-01110071=bool/config_enableGeocoderOverlay
-01110072=bool/config_enableGeofenceOverlay
-01110073=bool/config_enableHapticTextHandle
-01110074=bool/config_enableLockBeforeUnlockScreen
-01110075=bool/config_enableLockScreenRotation
-01110076=bool/config_enableMultiUserUI
-01110077=bool/config_enableNetworkLocationOverlay
-01110078=bool/config_enableNewAutoSelectNetworkUI
-01110079=bool/config_enableNightMode
-0111007a=bool/config_enableScreenshotChord
-0111007b=bool/config_enableServerNotificationEffectsForAutomotive
-0111007c=bool/config_enableUpdateableTimeZoneRules
-0111007d=bool/config_enableWallpaperService
-0111007e=bool/config_enableWcgMode
-0111007f=bool/config_enableWifiDisplay
-01110080=bool/config_enable_emergency_call_while_sim_locked
-01110081=bool/config_enable_puk_unlock_screen
-01110082=bool/config_expandLockScreenUserSwitcher
-01110083=bool/config_faceAuthDismissesKeyguard
-01110084=bool/config_fillMainBuiltInDisplayCutout
-01110085=bool/config_fingerprintSupportsGestures
-01110086=bool/config_focusScrollContainersInTouchMode
-01110087=bool/config_forceShowSystemBars
-01110088=bool/config_forceSystemPackagesQueryable
-01110089=bool/config_forceWindowDrawsStatusBarBackground
-0111008a=bool/config_freeformWindowManagement
-0111008b=bool/config_goToSleepOnButtonPressTheaterMode
-0111008c=bool/config_guestUserEphemeral
-0111008d=bool/config_handleVolumeKeysInWindowManager
-0111008e=bool/config_hasPermanentDpad
-0111008f=bool/config_hasRecents
-01110090=bool/config_hearing_aid_profile_supported
-01110091=bool/config_hotswapCapable
-01110092=bool/config_inflateSignalStrength
-01110093=bool/config_intrusiveNotificationLed
-01110094=bool/config_keepRestrictedProfilesInBackground
-01110095=bool/config_keyguardUserSwitcher
-01110096=bool/config_lidControlsDisplayFold
-01110097=bool/config_lidControlsScreenLock
-01110098=bool/config_lidControlsSleep
-01110099=bool/config_localDisplaysMirrorContent
-0111009a=bool/config_lockDayNightMode
-0111009b=bool/config_lockUiMode
-0111009c=bool/config_mainBuiltInDisplayIsRound
-0111009d=bool/config_maskMainBuiltInDisplayCutout
-0111009e=bool/config_mms_content_disposition_support
-0111009f=bool/config_mobile_data_capable
-011100a0=bool/config_multiuserDelayUserDataLocking
-011100a1=bool/config_navBarAlwaysShowOnSideEdgeGesture
-011100a2=bool/config_navBarCanMove
-011100a3=bool/config_navBarNeedsScrim
-011100a4=bool/config_navBarTapThrough
-011100a5=bool/config_networkSamplingWakesDevice
-011100a6=bool/config_nightDisplayAvailable
-011100a7=bool/config_noHomeScreen
-011100a8=bool/config_notificationBadging
-011100a9=bool/config_notificationHeaderClickableForExpand
-011100aa=bool/config_overrideRemoteViewsActivityTransition
-011100ab=bool/config_pdp_reject_enable_retry
-011100ac=bool/config_permissionsIndividuallyControlled
-011100ad=bool/config_pinnerAssistantApp
-011100ae=bool/config_pinnerCameraApp
-011100af=bool/config_pinnerHomeApp
-011100b0=bool/config_powerDecoupleAutoSuspendModeFromDisplay
-011100b1=bool/config_powerDecoupleInteractiveModeFromDisplay
-011100b2=bool/config_preferenceFragmentClipToPadding
-011100b3=bool/config_quickSettingsSupported
-011100b4=bool/config_requireCallCapableAccountForHandle
-011100b5=bool/config_requireRadioPowerOffOnSimRefreshReset
-011100b6=bool/config_restartRadioAfterProvisioning
-011100b7=bool/config_restart_radio_on_pdp_fail_regular_deactivation
-011100b8=bool/config_reverseDefaultRotation
-011100b9=bool/config_safe_media_disable_on_volume_up
-011100ba=bool/config_safe_media_volume_enabled
-011100bb=bool/config_sendAudioBecomingNoisy
-011100bc=bool/config_setColorTransformAccelerated
-011100bd=bool/config_setColorTransformAcceleratedPerLayer
-011100be=bool/config_sf_limitedAlpha
-011100bf=bool/config_sf_slowBlur
-011100c0=bool/config_showAreaUpdateInfoSettings
-011100c1=bool/config_showBuiltinWirelessChargingAnim
-011100c2=bool/config_showGesturalNavigationHints
-011100c3=bool/config_showMenuShortcutsWhenKeyboardPresent
-011100c4=bool/config_showNavigationBar
-011100c5=bool/config_showSysuiShutdown
-011100c6=bool/config_showUserSwitcherByDefault
-011100c7=bool/config_silenceSensorAvailable
-011100c8=bool/config_single_volume
-011100c9=bool/config_sip_wifi_only
-011100ca=bool/config_skipScreenOnBrightnessRamp
-011100cb=bool/config_skipSensorAvailable
-011100cc=bool/config_smart_battery_available
-011100cd=bool/config_sms_capable
-011100ce=bool/config_sms_decode_gsm_8bit_data
-011100cf=bool/config_sms_force_7bit_encoding
-011100d0=bool/config_sms_utf8_support
-011100d1=bool/config_speed_up_audio_on_mt_calls
-011100d2=bool/config_stkNoAlphaUsrCnf
-011100d3=bool/config_strongAuthRequiredOnBoot
-011100d4=bool/config_supportAudioSourceUnprocessed
-011100d5=bool/config_supportAutoRotation
-011100d6=bool/config_supportBluetoothPersistedState
-011100d7=bool/config_supportDoubleTapWake
-011100d8=bool/config_supportLongPressPowerWhenNonInteractive
-011100d9=bool/config_supportMicNearUltrasound
-011100da=bool/config_supportPreRebootSecurityLogs
-011100db=bool/config_supportSpeakerNearUltrasound
-011100dc=bool/config_supportSystemNavigationKeys
-011100dd=bool/config_supportsInsecureLockScreen
-011100de=bool/config_supportsMultiDisplay
-011100df=bool/config_supportsMultiWindow
-011100e0=bool/config_supportsRoundedCornersOnWindows
-011100e1=bool/config_supportsSplitScreenMultiWindow
-011100e2=bool/config_supportsSystemDecorsOnSecondaryDisplays
-011100e3=bool/config_suspendWhenScreenOffDueToProximity
-011100e4=bool/config_sustainedPerformanceModeSupported
-011100e5=bool/config_swipeDisambiguation
-011100e6=bool/config_swipe_up_gesture_setting_available
-011100e7=bool/config_switch_phone_on_voice_reg_state_change
-011100e8=bool/config_syncstorageengine_masterSyncAutomatically
-011100e9=bool/config_tether_upstream_automatic
-011100ea=bool/config_timeZoneRulesUpdateTrackingEnabled
-011100eb=bool/config_tintNotificationActionButtons
-011100ec=bool/config_ui_enableFadingMarquee
-011100ed=bool/config_unplugTurnsOnScreen
-011100ee=bool/config_usbChargingMessage
-011100ef=bool/config_use16BitTaskSnapshotPixelFormat
-011100f0=bool/config_useAssistantVolume
-011100f1=bool/config_useAttentionLight
-011100f2=bool/config_useDefaultFocusHighlight
-011100f3=bool/config_useDevInputEventForAudioJack
-011100f4=bool/config_useFixedVolume
-011100f5=bool/config_useRoundIcon
-011100f6=bool/config_useSmsAppService
-011100f7=bool/config_useSystemProvidedLauncherForSecondary
-011100f8=bool/config_useVideoPauseWorkaround
-011100f9=bool/config_useVolumeKeySounds
-011100fa=bool/config_useWebViewPacProcessor
-011100fb=bool/config_use_sim_language_file
-011100fc=bool/config_use_strict_phone_number_comparation
-011100fd=bool/config_use_strict_phone_number_comparation_for_kazakhstan
-011100fe=bool/config_use_strict_phone_number_comparation_for_russia
-011100ff=bool/config_use_voip_mode_for_ims
-01110100=bool/config_user_notification_of_restrictied_mobile_access
-01110101=bool/config_voice_capable
-01110102=bool/config_volumeHushGestureEnabled
-01110103=bool/config_wakeOnAssistKeyPress
-01110104=bool/config_wakeOnBackKeyPress
-01110105=bool/config_wakeOnDpadKeyPress
-01110106=bool/config_wifiDisplaySupportsProtectedBuffers
-01110107=bool/config_wimaxEnabled
-01110108=bool/config_windowActionBarSupported
-01110109=bool/config_windowEnableCircularEmulatorDisplayOverlay
-0111010a=bool/config_windowIsRound
-0111010b=bool/config_windowNoTitleDefault
-0111010c=bool/config_windowOverscanByDefault
-0111010d=bool/config_windowShowCircularMask
-0111010e=bool/config_windowSwipeToDismiss
-0111010f=bool/config_wirelessConsentRequired
-01110110=bool/config_zramWriteback
-01110111=bool/editable_voicemailnumber
-01110112=bool/imsServiceAllowTurnOff
-01110113=bool/kg_center_small_widgets_vertically
-01110114=bool/kg_enable_camera_default_widget
-01110115=bool/kg_share_status_area
-01110116=bool/kg_sim_puk_account_full_screen
-01110117=bool/kg_top_align_page_shrink_on_bouncer_visible
-01110118=bool/lockscreen_isPortrait
-01110119=bool/preferences_prefer_dual_pane
-0111011a=bool/reset_geo_fencing_check_after_boot_or_apm
-0111011b=bool/resolver_landscape_phone
-0111011c=bool/show_ongoing_ime_switcher
-0111011d=bool/skipHoldBeforeMerge
-0111011e=bool/skip_restoring_network_selection
-0111011f=bool/split_action_bar_is_narrow
-01110120=bool/use_lock_pattern_drawable
-01110121=bool/target_honeycomb_needs_options_menu
-01110122=bool/use_lock_pattern_drawable
+01110005=bool/config_assistantOnTopOfDream
+01110006=bool/config_remoteInsetsControllerControlsSystemBars
+01110007=bool/config_preventImeStartupUnlessTextEditor
+01110008=bool/config_enableQrCodeScannerOnLockScreen
+01110009=bool/config_safetyProtectionEnabled
+0111000a=bool/config_enableDefaultNotes
+0111000b=bool/config_enableDefaultNotesForWorkProfile
+0111000c=bool/ImsConnectedDefaultValue
+0111000d=bool/action_bar_embed_tabs
+0111000e=bool/action_bar_expanded_action_views_exclusive
+0111000f=bool/allow_clear_initial_attach_data_profile
+01110010=bool/allow_test_udfps
+01110011=bool/auto_data_switch_allow_roaming
+01110012=bool/auto_data_switch_ping_test_before_switch
+01110013=bool/autofill_dialog_horizontal_space_included
+01110014=bool/config_LTE_eri_for_network_name
+01110015=bool/config_actionMenuItemAllCaps
+01110016=bool/config_adaptive_sleep_available
+01110017=bool/config_allow3rdPartyAppOnInternal
+01110018=bool/config_allowAllRotations
+01110019=bool/config_allowAnimationsInLowPowerMode
+0111001a=bool/config_allowAutoBrightnessWhileDozing
+0111001b=bool/config_allowDisablingAssistDisclosure
+0111001c=bool/config_allowEscrowTokenForTrustAgent
+0111001d=bool/config_allowFloatingWindowsFillScreen
+0111001e=bool/config_allowPriorityVibrationsInLowPowerMode
+0111001f=bool/config_allowRotationResolver
+01110020=bool/config_allowSeamlessRotationDespiteNavBarMoving
+01110021=bool/config_allowStartActivityForLongPressOnPowerInSetup
+01110022=bool/config_allowTheaterModeWakeFromCameraLens
+01110023=bool/config_allowTheaterModeWakeFromDock
+01110024=bool/config_allowTheaterModeWakeFromGesture
+01110025=bool/config_allowTheaterModeWakeFromKey
+01110026=bool/config_allowTheaterModeWakeFromLidSwitch
+01110027=bool/config_allowTheaterModeWakeFromMotion
+01110028=bool/config_allowTheaterModeWakeFromMotionWhenNotDreaming
+01110029=bool/config_allowTheaterModeWakeFromPowerKey
+0111002a=bool/config_allowTheaterModeWakeFromUnplug
+0111002b=bool/config_allowTheaterModeWakeFromWindowLayout
+0111002c=bool/config_allow_pin_storage_for_unattended_reboot
+0111002d=bool/config_allow_ussd_over_ims
+0111002e=bool/config_alwaysScaleWallpaper
+0111002f=bool/config_alwaysUseCdmaRssi
+01110030=bool/config_am_disablePssProfiling
+01110031=bool/config_animateScreenLights
+01110032=bool/config_annoy_dianne
+01110033=bool/config_appCompatUserAppAspectRatioFullscreenIsEnabled
+01110034=bool/config_appCompatUserAppAspectRatioSettingsIsEnabled
+01110035=bool/config_assistLongPressHomeEnabledDefault
+01110036=bool/config_assistTouchGestureEnabledDefault
+01110037=bool/config_attachNavBarToAppDuringTransition
+01110038=bool/config_audio_ringer_mode_affects_alarm_stream
+01110039=bool/config_autoBrightnessResetAmbientLuxAfterWarmUp
+0111003a=bool/config_autoPowerModePreferWristTilt
+0111003b=bool/config_autoPowerModePrefetchLocation
+0111003c=bool/config_autoPowerModeUseMotionSensor
+0111003d=bool/config_autoResetAirplaneMode
+0111003e=bool/config_auto_attach_data_on_creation
+0111003f=bool/config_automatic_brightness_available
+01110040=bool/config_avoidGfxAccel
+01110041=bool/config_awareSettingAvailable
+01110042=bool/config_batterySaverStickyBehaviourDisabled
+01110043=bool/config_batterySaverSupported
+01110044=bool/config_batterySaverTurnedOffNotificationEnabled
+01110045=bool/config_batterySaver_full_deferFullBackup
+01110046=bool/config_batterySaver_full_deferKeyValueBackup
+01110047=bool/config_batterySaver_full_disableAnimation
+01110048=bool/config_batterySaver_full_disableAod
+01110049=bool/config_batterySaver_full_disableLaunchBoost
+0111004a=bool/config_batterySaver_full_disableOptionalSensors
+0111004b=bool/config_batterySaver_full_disableVibration
+0111004c=bool/config_batterySaver_full_enableAdjustBrightness
+0111004d=bool/config_batterySaver_full_enableDataSaver
+0111004e=bool/config_batterySaver_full_enableFirewall
+0111004f=bool/config_batterySaver_full_enableNightMode
+01110050=bool/config_batterySaver_full_enableQuickDoze
+01110051=bool/config_batterySaver_full_forceAllAppsStandby
+01110052=bool/config_batterySaver_full_forceBackgroundCheck
+01110053=bool/config_batterySdCardAccessibility
+01110054=bool/config_batteryStatsResetOnUnplugAfterSignificantCharge
+01110055=bool/config_batteryStatsResetOnUnplugHighBatteryLevel
+01110056=bool/config_battery_percentage_setting_available
+01110057=bool/config_batterymeterDualTone
+01110058=bool/config_bg_current_drain_auto_restrict_abusive_apps
+01110059=bool/config_bg_current_drain_event_duration_based_threshold_enabled
+0111005a=bool/config_bg_current_drain_high_threshold_by_bg_location
+0111005b=bool/config_bg_current_drain_monitor_enabled
+0111005c=bool/config_bg_prompt_abusive_apps_to_bg_restricted
+0111005d=bool/config_bg_prompt_fgs_with_noti_to_bg_restricted
+0111005e=bool/config_biometricFrrNotificationEnabled
+0111005f=bool/config_bluetooth_address_validation
+01110060=bool/config_bluetooth_sco_off_call
+01110061=bool/config_brightWhenDozing
+01110062=bool/config_bugReportHandlerEnabled
+01110063=bool/config_built_in_sip_phone
+01110064=bool/config_buttonTextAllCaps
+01110065=bool/config_callNotificationActionColorsRequireColorized
+01110066=bool/config_cameraDoubleTapPowerGestureEnabled
+01110067=bool/config_camera_autorotate
+01110068=bool/config_camera_sound_forced
+01110069=bool/config_canRemoveFirstAccount
+0111006a=bool/config_canSwitchToHeadlessSystemUser
+0111006b=bool/config_carDockEnablesAccelerometer
+0111006c=bool/config_carrier_volte_available
+0111006d=bool/config_carrier_volte_tty_supported
+0111006e=bool/config_carrier_vt_available
+0111006f=bool/config_carrier_wfc_ims_available
+01110070=bool/config_cbrs_supported
+01110071=bool/config_cecHdmiCecControlDisabled_allowed
+01110072=bool/config_cecHdmiCecControlDisabled_default
+01110073=bool/config_cecHdmiCecControlEnabled_allowed
+01110074=bool/config_cecHdmiCecControlEnabled_default
+01110075=bool/config_cecHdmiCecEnabled_userConfigurable
+01110076=bool/config_cecHdmiCecVersion14b_allowed
+01110077=bool/config_cecHdmiCecVersion14b_default
+01110078=bool/config_cecHdmiCecVersion20_allowed
+01110079=bool/config_cecHdmiCecVersion20_default
+0111007a=bool/config_cecHdmiCecVersion_userConfigurable
+0111007b=bool/config_cecPowerControlModeBroadcast_allowed
+0111007c=bool/config_cecPowerControlModeBroadcast_default
+0111007d=bool/config_cecPowerControlModeNone_allowed
+0111007e=bool/config_cecPowerControlModeNone_default
+0111007f=bool/config_cecPowerControlModeTvAndAudioSystem_allowed
+01110080=bool/config_cecPowerControlModeTvAndAudioSystem_default
+01110081=bool/config_cecPowerControlModeTv_allowed
+01110082=bool/config_cecPowerControlModeTv_default
+01110083=bool/config_cecPowerControlMode_userConfigurable
+01110084=bool/config_cecPowerStateChangeOnActiveSourceLostNone_allowed
+01110085=bool/config_cecPowerStateChangeOnActiveSourceLostNone_default
+01110086=bool/config_cecPowerStateChangeOnActiveSourceLostStandbyNow_allowed
+01110087=bool/config_cecPowerStateChangeOnActiveSourceLostStandbyNow_default
+01110088=bool/config_cecPowerStateChangeOnActiveSourceLost_userConfigurable
+01110089=bool/config_cecQuerySadAacDisabled_allowed
+0111008a=bool/config_cecQuerySadAacDisabled_default
+0111008b=bool/config_cecQuerySadAacEnabled_allowed
+0111008c=bool/config_cecQuerySadAacEnabled_default
+0111008d=bool/config_cecQuerySadAac_userConfigurable
+0111008e=bool/config_cecQuerySadAtracDisabled_allowed
+0111008f=bool/config_cecQuerySadAtracDisabled_default
+01110090=bool/config_cecQuerySadAtracEnabled_allowed
+01110091=bool/config_cecQuerySadAtracEnabled_default
+01110092=bool/config_cecQuerySadAtrac_userConfigurable
+01110093=bool/config_cecQuerySadDdDisabled_allowed
+01110094=bool/config_cecQuerySadDdDisabled_default
+01110095=bool/config_cecQuerySadDdEnabled_allowed
+01110096=bool/config_cecQuerySadDdEnabled_default
+01110097=bool/config_cecQuerySadDd_userConfigurable
+01110098=bool/config_cecQuerySadDdpDisabled_allowed
+01110099=bool/config_cecQuerySadDdpDisabled_default
+0111009a=bool/config_cecQuerySadDdpEnabled_allowed
+0111009b=bool/config_cecQuerySadDdpEnabled_default
+0111009c=bool/config_cecQuerySadDdp_userConfigurable
+0111009d=bool/config_cecQuerySadDstDisabled_allowed
+0111009e=bool/config_cecQuerySadDstDisabled_default
+0111009f=bool/config_cecQuerySadDstEnabled_allowed
+011100a0=bool/config_cecQuerySadDstEnabled_default
+011100a1=bool/config_cecQuerySadDst_userConfigurable
+011100a2=bool/config_cecQuerySadDtsDisabled_allowed
+011100a3=bool/config_cecQuerySadDtsDisabled_default
+011100a4=bool/config_cecQuerySadDtsEnabled_allowed
+011100a5=bool/config_cecQuerySadDtsEnabled_default
+011100a6=bool/config_cecQuerySadDts_userConfigurable
+011100a7=bool/config_cecQuerySadDtshdDisabled_allowed
+011100a8=bool/config_cecQuerySadDtshdDisabled_default
+011100a9=bool/config_cecQuerySadDtshdEnabled_allowed
+011100aa=bool/config_cecQuerySadDtshdEnabled_default
+011100ab=bool/config_cecQuerySadDtshd_userConfigurable
+011100ac=bool/config_cecQuerySadLpcmDisabled_allowed
+011100ad=bool/config_cecQuerySadLpcmDisabled_default
+011100ae=bool/config_cecQuerySadLpcmEnabled_allowed
+011100af=bool/config_cecQuerySadLpcmEnabled_default
+011100b0=bool/config_cecQuerySadLpcm_userConfigurable
+011100b1=bool/config_cecQuerySadMaxDisabled_allowed
+011100b2=bool/config_cecQuerySadMaxDisabled_default
+011100b3=bool/config_cecQuerySadMaxEnabled_allowed
+011100b4=bool/config_cecQuerySadMaxEnabled_default
+011100b5=bool/config_cecQuerySadMax_userConfigurable
+011100b6=bool/config_cecQuerySadMp3Disabled_allowed
+011100b7=bool/config_cecQuerySadMp3Disabled_default
+011100b8=bool/config_cecQuerySadMp3Enabled_allowed
+011100b9=bool/config_cecQuerySadMp3Enabled_default
+011100ba=bool/config_cecQuerySadMp3_userConfigurable
+011100bb=bool/config_cecQuerySadMpeg1Disabled_allowed
+011100bc=bool/config_cecQuerySadMpeg1Disabled_default
+011100bd=bool/config_cecQuerySadMpeg1Enabled_allowed
+011100be=bool/config_cecQuerySadMpeg1Enabled_default
+011100bf=bool/config_cecQuerySadMpeg1_userConfigurable
+011100c0=bool/config_cecQuerySadMpeg2Disabled_allowed
+011100c1=bool/config_cecQuerySadMpeg2Disabled_default
+011100c2=bool/config_cecQuerySadMpeg2Enabled_allowed
+011100c3=bool/config_cecQuerySadMpeg2Enabled_default
+011100c4=bool/config_cecQuerySadMpeg2_userConfigurable
+011100c5=bool/config_cecQuerySadOnebitaudioDisabled_allowed
+011100c6=bool/config_cecQuerySadOnebitaudioDisabled_default
+011100c7=bool/config_cecQuerySadOnebitaudioEnabled_allowed
+011100c8=bool/config_cecQuerySadOnebitaudioEnabled_default
+011100c9=bool/config_cecQuerySadOnebitaudio_userConfigurable
+011100ca=bool/config_cecQuerySadTruehdDisabled_allowed
+011100cb=bool/config_cecQuerySadTruehdDisabled_default
+011100cc=bool/config_cecQuerySadTruehdEnabled_allowed
+011100cd=bool/config_cecQuerySadTruehdEnabled_default
+011100ce=bool/config_cecQuerySadTruehd_userConfigurable
+011100cf=bool/config_cecQuerySadWmaproDisabled_allowed
+011100d0=bool/config_cecQuerySadWmaproDisabled_default
+011100d1=bool/config_cecQuerySadWmaproEnabled_allowed
+011100d2=bool/config_cecQuerySadWmaproEnabled_default
+011100d3=bool/config_cecQuerySadWmapro_userConfigurable
+011100d4=bool/config_cecRcProfileSourceContentsMenuHandled_allowed
+011100d5=bool/config_cecRcProfileSourceContentsMenuHandled_default
+011100d6=bool/config_cecRcProfileSourceContentsMenuNotHandled_allowed
+011100d7=bool/config_cecRcProfileSourceContentsMenuNotHandled_default
+011100d8=bool/config_cecRcProfileSourceContentsMenu_userConfigurable
+011100d9=bool/config_cecRcProfileSourceMediaContextSensitiveMenuHandled_allowed
+011100da=bool/config_cecRcProfileSourceMediaContextSensitiveMenuHandled_default
+011100db=bool/config_cecRcProfileSourceMediaContextSensitiveMenuNotHandled_allowed
+011100dc=bool/config_cecRcProfileSourceMediaContextSensitiveMenuNotHandled_default
+011100dd=bool/config_cecRcProfileSourceMediaContextSensitiveMenu_userConfigurable
+011100de=bool/config_cecRcProfileSourceRootMenuHandled_allowed
+011100df=bool/config_cecRcProfileSourceRootMenuHandled_default
+011100e0=bool/config_cecRcProfileSourceRootMenuNotHandled_allowed
+011100e1=bool/config_cecRcProfileSourceRootMenuNotHandled_default
+011100e2=bool/config_cecRcProfileSourceRootMenu_userConfigurable
+011100e3=bool/config_cecRcProfileSourceSetupMenuHandled_allowed
+011100e4=bool/config_cecRcProfileSourceSetupMenuHandled_default
+011100e5=bool/config_cecRcProfileSourceSetupMenuNotHandled_allowed
+011100e6=bool/config_cecRcProfileSourceSetupMenuNotHandled_default
+011100e7=bool/config_cecRcProfileSourceSetupMenu_userConfigurable
+011100e8=bool/config_cecRcProfileSourceTopMenuHandled_allowed
+011100e9=bool/config_cecRcProfileSourceTopMenuHandled_default
+011100ea=bool/config_cecRcProfileSourceTopMenuNotHandled_allowed
+011100eb=bool/config_cecRcProfileSourceTopMenuNotHandled_default
+011100ec=bool/config_cecRcProfileSourceTopMenu_userConfigurable
+011100ed=bool/config_cecRcProfileTvFour_allowed
+011100ee=bool/config_cecRcProfileTvFour_default
+011100ef=bool/config_cecRcProfileTvNone_allowed
+011100f0=bool/config_cecRcProfileTvNone_default
+011100f1=bool/config_cecRcProfileTvOne_allowed
+011100f2=bool/config_cecRcProfileTvOne_default
+011100f3=bool/config_cecRcProfileTvThree_allowed
+011100f4=bool/config_cecRcProfileTvThree_default
+011100f5=bool/config_cecRcProfileTvTwo_allowed
+011100f6=bool/config_cecRcProfileTvTwo_default
+011100f7=bool/config_cecRcProfileTv_userConfigurable
+011100f8=bool/config_cecRoutingControlDisabled_allowed
+011100f9=bool/config_cecRoutingControlDisabled_default
+011100fa=bool/config_cecRoutingControlEnabled_allowed
+011100fb=bool/config_cecRoutingControlEnabled_default
+011100fc=bool/config_cecRoutingControl_userConfigurable
+011100fd=bool/config_cecSetMenuLanguageDisabled_allowed
+011100fe=bool/config_cecSetMenuLanguageDisabled_default
+011100ff=bool/config_cecSetMenuLanguageEnabled_allowed
+01110100=bool/config_cecSetMenuLanguageEnabled_default
+01110101=bool/config_cecSetMenuLanguage_userConfigurable
+01110102=bool/config_cecSoundbarModeDisabled_allowed
+01110103=bool/config_cecSoundbarModeDisabled_default
+01110104=bool/config_cecSoundbarModeEnabled_allowed
+01110105=bool/config_cecSoundbarModeEnabled_default
+01110106=bool/config_cecSoundbarMode_userConfigurable
+01110107=bool/config_cecSystemAudioControlDisabled_allowed
+01110108=bool/config_cecSystemAudioControlDisabled_default
+01110109=bool/config_cecSystemAudioControlEnabled_allowed
+0111010a=bool/config_cecSystemAudioControlEnabled_default
+0111010b=bool/config_cecSystemAudioControl_userConfigurable
+0111010c=bool/config_cecSystemAudioModeMutingDisabled_allowed
+0111010d=bool/config_cecSystemAudioModeMutingDisabled_default
+0111010e=bool/config_cecSystemAudioModeMutingEnabled_allowed
+0111010f=bool/config_cecSystemAudioModeMutingEnabled_default
+01110110=bool/config_cecSystemAudioModeMuting_userConfigurable
+01110111=bool/config_cecTvSendStandbyOnSleepDisabled_allowed
+01110112=bool/config_cecTvSendStandbyOnSleepDisabled_default
+01110113=bool/config_cecTvSendStandbyOnSleepEnabled_allowed
+01110114=bool/config_cecTvSendStandbyOnSleepEnabled_default
+01110115=bool/config_cecTvSendStandbyOnSleep_userConfigurable
+01110116=bool/config_cecTvWakeOnOneTouchPlayDisabled_allowed
+01110117=bool/config_cecTvWakeOnOneTouchPlayDisabled_default
+01110118=bool/config_cecTvWakeOnOneTouchPlayEnabled_allowed
+01110119=bool/config_cecTvWakeOnOneTouchPlayEnabled_default
+0111011a=bool/config_cecTvWakeOnOneTouchPlay_userConfigurable
+0111011b=bool/config_cecVolumeControlModeDisabled_allowed
+0111011c=bool/config_cecVolumeControlModeDisabled_default
+0111011d=bool/config_cecVolumeControlModeEnabled_allowed
+0111011e=bool/config_cecVolumeControlModeEnabled_default
+0111011f=bool/config_cecVolumeControlMode_userConfigurable
+01110120=bool/config_cellBroadcastAppLinks
+01110121=bool/config_checkWallpaperAtBoot
+01110122=bool/config_closeDialogWhenTouchOutside
+01110123=bool/config_customBugreport
+01110124=bool/config_customUserSwitchUi
+01110125=bool/config_debugEnableAutomaticSystemServerHeapDumps
+01110126=bool/config_decoupleStatusBarAndDisplayCutoutFromScreenSize
+01110127=bool/config_defaultAdasGnssLocationEnabled
+01110128=bool/config_defaultBatteryPercentageSetting
+01110129=bool/config_defaultBinderHeavyHitterAutoSamplerEnabled
+0111012a=bool/config_defaultBinderHeavyHitterWatcherEnabled
+0111012b=bool/config_defaultEmergencyGestureEnabled
+0111012c=bool/config_defaultEmergencyGestureSoundEnabled
+0111012d=bool/config_defaultInTouchMode
+0111012e=bool/config_defaultKeyboardVibrationEnabled
+0111012f=bool/config_defaultRingtonePickerEnabled
+01110130=bool/config_defaultWindowFeatureContextMenu
+01110131=bool/config_defaultWindowFeatureOptionsPanel
+01110132=bool/config_deskDockEnablesAccelerometer
+01110133=bool/config_deviceSupportsHighPerfTransitions
+01110134=bool/config_device_respects_hold_carrier_config
+01110135=bool/config_device_volte_available
+01110136=bool/config_device_vt_available
+01110137=bool/config_device_wfc_ims_available
+01110138=bool/config_disableLockscreenByDefault
+01110139=bool/config_disableMenuKeyInLockScreen
+0111013a=bool/config_disableTaskSnapshots
+0111013b=bool/config_disableTransitionAnimation
+0111013c=bool/config_disableUsbPermissionDialogs
+0111013d=bool/config_disable_all_cb_messages
+0111013e=bool/config_dismissDreamOnActivityStart
+0111013f=bool/config_displayBlanksAfterDoze
+01110140=bool/config_displayBrightnessBucketsInDoze
+01110141=bool/config_displayColorFadeDisabled
+01110142=bool/config_displayWhiteBalanceAvailable
+01110143=bool/config_displayWhiteBalanceEnabledDefault
+01110144=bool/config_displayWhiteBalanceLightModeAllowed
+01110145=bool/config_dockBigOverlayWindows
+01110146=bool/config_dockedStackDividerFreeSnapMode
+01110147=bool/config_dontPreferApn
+01110148=bool/config_dozeAfterScreenOffByDefault
+01110149=bool/config_dozeAlwaysOnDisplayAvailable
+0111014a=bool/config_dozeAlwaysOnEnabled
+0111014b=bool/config_dozePickupGestureEnabled
+0111014c=bool/config_dozePulsePickup
+0111014d=bool/config_dozeSupportsAodWallpaper
+0111014e=bool/config_dozeWakeLockScreenSensorAvailable
+0111014f=bool/config_dreamsActivatedOnDockByDefault
+01110150=bool/config_dreamsActivatedOnSleepByDefault
+01110151=bool/config_dreamsDisabledByAmbientModeSuppressionConfig
+01110152=bool/config_dreamsEnabledByDefault
+01110153=bool/config_dreamsEnabledOnBattery
+01110154=bool/config_dreamsOnlyEnabledForDockUser
+01110155=bool/config_dreamsSupported
+01110156=bool/config_duplicate_port_omadm_wappush
+01110157=bool/config_eap_sim_based_auth_supported
+01110158=bool/config_earcEnabled_userConfigurable
+01110159=bool/config_earcFeatureDisabled_allowed
+0111015a=bool/config_earcFeatureDisabled_default
+0111015b=bool/config_earcFeatureEnabled_allowed
+0111015c=bool/config_earcFeatureEnabled_default
+0111015d=bool/config_emergencyGestureEnabled
+0111015e=bool/config_enableActivityRecognitionHardwareOverlay
+0111015f=bool/config_enableAppCloningBuildingBlocks
+01110160=bool/config_enableAppWidgetService
+01110161=bool/config_enableAutoPowerModes
+01110162=bool/config_enableBackSound
+01110163=bool/config_enableBurnInProtection
+01110164=bool/config_enableCarDockHomeLaunch
+01110165=bool/config_enableContextSyncInCall
+01110166=bool/config_enableCredentialFactoryResetProtection
+01110167=bool/config_enableDefaultHdrConversionPassthrough
+01110168=bool/config_enableFusedLocationOverlay
+01110169=bool/config_enableGeocoderOverlay
+0111016a=bool/config_enableGeofenceOverlay
+0111016b=bool/config_enableGeolocationTimeZoneDetection
+0111016c=bool/config_enableGnssTimeUpdateService
+0111016d=bool/config_enableHapticTextHandle
+0111016e=bool/config_enableIdleScreenBrightnessMode
+0111016f=bool/config_enableLockBeforeUnlockScreen
+01110170=bool/config_enableLockScreenRotation
+01110171=bool/config_enableMotionPrediction
+01110172=bool/config_enableMultiUserUI
+01110173=bool/config_enableMultipleAdmins
+01110174=bool/config_enableNetworkLocationOverlay
+01110175=bool/config_enableNewAutoSelectNetworkUI
+01110176=bool/config_enableNightMode
+01110177=bool/config_enablePrimaryLocationTimeZoneProvider
+01110178=bool/config_enableProximityService
+01110179=bool/config_enableSafetyCenter
+0111017a=bool/config_enableScreenshotChord
+0111017b=bool/config_enableSecondaryLocationTimeZoneProvider
+0111017c=bool/config_enableServerNotificationEffectsForAutomotive
+0111017d=bool/config_enableStylusPointerIcon
+0111017e=bool/config_enableTelephonyTimeZoneDetection
+0111017f=bool/config_enableTimeoutToDockUserWhenDocked
+01110180=bool/config_enableVirtualDeviceManager
+01110181=bool/config_enableWallpaperService
+01110182=bool/config_enableWcgMode
+01110183=bool/config_enableWifiDisplay
+01110184=bool/config_enable_a11y_magnification_single_panning
+01110185=bool/config_enable_cellular_on_boot_default
+01110186=bool/config_enable_emergency_call_while_sim_locked
+01110187=bool/config_enable_iwlan_handover_policy
+01110188=bool/config_enable_puk_unlock_screen
+01110189=bool/config_enhancedConfirmationModeEnabled
+0111018a=bool/config_enhanced_iwlan_handover_check
+0111018b=bool/config_evenDimmerEnabled
+0111018c=bool/config_expandLockScreenUserSwitcher
+0111018d=bool/config_faceAuthDismissesKeyguard
+0111018e=bool/config_faceAuthSupportsSelfIllumination
+0111018f=bool/config_fillMainBuiltInDisplayCutout
+01110190=bool/config_fillSecondaryBuiltInDisplayCutout
+01110191=bool/config_fingerprintSupportsGestures
+01110192=bool/config_flexibleSplitRatios
+01110193=bool/config_flipToScreenOffEnabled
+01110194=bool/config_focusScrollContainersInTouchMode
+01110195=bool/config_fold_lock_behavior
+01110196=bool/config_forceOrientationListenerEnabledWhileDreaming
+01110197=bool/config_forceSystemPackagesQueryable
+01110198=bool/config_forceWindowDrawsStatusBarBackground
+01110199=bool/config_freeformWindowManagement
+0111019a=bool/config_goToSleepOnButtonPressTheaterMode
+0111019b=bool/config_guestUserAllowEphemeralStateChange
+0111019c=bool/config_guestUserAutoCreated
+0111019d=bool/config_guestUserEphemeral
+0111019e=bool/config_handleVolumeAliasesUsingVolumeGroups
+0111019f=bool/config_handleVolumeKeysInWindowManager
+011101a0=bool/config_hasPermanentDpad
+011101a1=bool/config_hasRecents
+011101a2=bool/config_hibernationDeletesOatArtifactsEnabled
+011101a3=bool/config_hideDisplayCutoutWithDisplayArea
+011101a4=bool/config_hideNavBarForKeyboard
+011101a5=bool/config_honor_data_retry_timer_for_emergency_network
+011101a6=bool/config_hotspotNetworksEnabledForService
+011101a7=bool/config_hotswapCapable
+011101a8=bool/config_ignoreUdfpsVote
+011101a9=bool/config_ignoreVibrationsOnWirelessCharger
+011101aa=bool/config_imeDrawsImeNavBar
+011101ab=bool/config_intrusiveNotificationLed
+011101ac=bool/config_isCameraCompatControlForStretchedIssuesEnabled
+011101ad=bool/config_isCompatFakeFocusEnabled
+011101ae=bool/config_isDesktopModeSupported
+011101af=bool/config_isDisplayHingeAlwaysSeparating
+011101b0=bool/config_isMainUserPermanentAdmin
+011101b1=bool/config_isPreApprovalRequestAvailable
+011101b2=bool/config_isWindowManagerCameraCompatSplitScreenAspectRatioEnabled
+011101b3=bool/config_isWindowManagerCameraCompatTreatmentEnabled
+011101b4=bool/config_is_powerbutton_fps
+011101b5=bool/config_jobSchedulerRestrictBackgroundUser
+011101b6=bool/config_keepDreamingWhenUnplugging
+011101b7=bool/config_keepRestrictedProfilesInBackground
+011101b8=bool/config_keyguardUserSwitcher
+011101b9=bool/config_knownNetworksEnabledForService
+011101ba=bool/config_launchCameraOnCameraLensCoverToggle
+011101bb=bool/config_leftRightSplitInPortrait
+011101bc=bool/config_letterboxIsAutomaticReachabilityInBookModeEnabled
+011101bd=bool/config_letterboxIsDisplayAspectRatioForFixedOrientationLetterboxEnabled
+011101be=bool/config_letterboxIsDisplayRotationImmersiveAppCompatPolicyEnabled
+011101bf=bool/config_letterboxIsEducationEnabled
+011101c0=bool/config_letterboxIsEnabledForTranslucentActivities
+011101c1=bool/config_letterboxIsHorizontalReachabilityEnabled
+011101c2=bool/config_letterboxIsPolicyForIgnoringRequestedOrientationEnabled
+011101c3=bool/config_letterboxIsSplitScreenAspectRatioForUnresizableAppsEnabled
+011101c4=bool/config_letterboxIsVerticalReachabilityEnabled
+011101c5=bool/config_lidControlsScreenLock
+011101c6=bool/config_lidControlsSleep
+011101c7=bool/config_localDisplaysMirrorContent
+011101c8=bool/config_lockDayNightMode
+011101c9=bool/config_lockUiMode
+011101ca=bool/config_lockscreenWeatherEnabledByDefault
+011101cb=bool/config_longPressOnPowerForAssistantSettingAvailable
+011101cc=bool/config_lowPowerStandbyEnabledByDefault
+011101cd=bool/config_lowPowerStandbySupported
+011101ce=bool/config_magnification_always_on_enabled
+011101cf=bool/config_magnification_area
+011101d0=bool/config_mainBuiltInDisplayIsRound
+011101d1=bool/config_maskMainBuiltInDisplayCutout
+011101d2=bool/config_maskSecondaryBuiltInDisplayCutout
+011101d3=bool/config_matchSecondaryInternalDisplaysOrientationToReverseDefaultDisplay
+011101d4=bool/config_mms_content_disposition_support
+011101d5=bool/config_mobile_data_capable
+011101d6=bool/config_multiuserDelayUserDataLocking
+011101d7=bool/config_multiuserVisibleBackgroundUsers
+011101d8=bool/config_multiuserVisibleBackgroundUsersOnDefaultDisplay
+011101d9=bool/config_navBarAlwaysShowOnSideEdgeGesture
+011101da=bool/config_navBarCanMove
+011101db=bool/config_navBarDefaultTransparent
+011101dc=bool/config_navBarNeedsScrim
+011101dd=bool/config_navBarTapThrough
+011101de=bool/config_networkSamplingWakesDevice
+011101df=bool/config_nightDisplayAvailable
+011101e0=bool/config_noHomeScreen
+011101e1=bool/config_notificationBadging
+011101e2=bool/config_notificationHeaderClickableForExpand
+011101e3=bool/config_notificationReviewPermissions
+011101e4=bool/config_oem_enabled_satellite_access_allow
+011101e5=bool/config_offsetWallpaperToCenterOfLargestDisplay
+011101e6=bool/config_omnipresentCommunalUser
+011101e7=bool/config_orderUnlockAndWake
+011101e8=bool/config_overrideRemoteViewsActivityTransition
+011101e9=bool/config_pauseWallpaperRenderWhenStateChangeEnabled
+011101ea=bool/config_pdp_reject_enable_retry
+011101eb=bool/config_performantAuthDefault
+011101ec=bool/config_permissionsIndividuallyControlled
+011101ed=bool/config_persistBrightnessNitsForDefaultDisplay
+011101ee=bool/config_pinnerAssistantApp
+011101ef=bool/config_pinnerCameraApp
+011101f0=bool/config_powerDecoupleAutoSuspendModeFromDisplay
+011101f1=bool/config_powerDecoupleInteractiveModeFromDisplay
+011101f2=bool/config_predictShowStartingSurface
+011101f3=bool/config_preferKeepClearForFocus
+011101f4=bool/config_preferenceFragmentClipToPadding
+011101f5=bool/config_profcollectReportUploaderEnabled
+011101f6=bool/config_pulseOnNotificationsAvailable
+011101f7=bool/config_quickSettingsShowMediaPlayer
+011101f8=bool/config_quickSettingsSupported
+011101f9=bool/config_reduceBrightColorsAvailable
+011101fa=bool/config_refreshRateSynchronizationEnabled
+011101fb=bool/config_remoteInsetsControllerSystemBarsCanBeShownByUserAction
+011101fc=bool/config_repairModeSupported
+011101fd=bool/config_requireCallCapableAccountForHandle
+011101fe=bool/config_resetScreenTimeoutOnUnexpectedDreamExit
+011101ff=bool/config_restartRadioAfterProvisioning
+01110200=bool/config_restart_radio_on_pdp_fail_regular_deactivation
+01110201=bool/config_reverseDefaultRotation
+01110202=bool/config_safe_media_disable_on_volume_up
+01110203=bool/config_safe_media_volume_enabled
+01110204=bool/config_safe_sound_dosage_enabled
+01110205=bool/config_searchAllEntrypointsEnabledDefault
+01110206=bool/config_secondaryBuiltInDisplayIsRound
+01110207=bool/config_sendAudioBecomingNoisy
+01110208=bool/config_send_satellite_datagram_to_modem_in_demo_mode
+01110209=bool/config_sensorPrivacyRequiresAuthentication
+0111020a=bool/config_setColorTransformAccelerated
+0111020b=bool/config_setColorTransformAcceleratedPerLayer
+0111020c=bool/config_settingsHelpLinksEnabled
+0111020d=bool/config_sf_limitedAlpha
+0111020e=bool/config_sf_slowBlur
+0111020f=bool/config_shortPressEarlyOnPower
+01110210=bool/config_shortPressEarlyOnStemPrimary
+01110211=bool/config_showAreaUpdateInfoSettings
+01110212=bool/config_showBuiltinWirelessChargingAnim
+01110213=bool/config_showGesturalNavigationHints
+01110214=bool/config_showMenuShortcutsWhenKeyboardPresent
+01110215=bool/config_showNavigationBar
+01110216=bool/config_showPercentageTextDuringRebootToUpdate
+01110217=bool/config_showSysuiShutdown
+01110218=bool/config_showUserSwitcherByDefault
+01110219=bool/config_shutdownIfNoPower
+0111021a=bool/config_silenceRingerOnSleepKey
+0111021b=bool/config_silenceSensorAvailable
+0111021c=bool/config_single_volume
+0111021d=bool/config_sip_wifi_only
+0111021e=bool/config_skipActivityRelaunchWhenDocking
+0111021f=bool/config_skipScreenOnBrightnessRamp
+01110220=bool/config_skipSensorAvailable
+01110221=bool/config_smart_battery_available
+01110222=bool/config_smma_notification_supported_over_ims
+01110223=bool/config_smppsim_response_via_ims
+01110224=bool/config_sms_ask_every_time_support
+01110225=bool/config_sms_capable
+01110226=bool/config_sms_decode_gsm_8bit_data
+01110227=bool/config_sms_force_7bit_encoding
+01110228=bool/config_sms_utf8_support
+01110229=bool/config_spatial_audio_head_tracking_enabled_default
+0111022a=bool/config_speed_up_audio_on_mt_calls
+0111022b=bool/config_startDreamImmediatelyOnDock
+0111022c=bool/config_stkNoAlphaUsrCnf
+0111022d=bool/config_stk_sms_send_support
+0111022e=bool/config_stopSystemPackagesByDefault
+0111022f=bool/config_strongAuthRequiredOnBoot
+01110230=bool/config_subscription_database_async_update
+01110231=bool/config_supportAudioSourceUnprocessed
+01110232=bool/config_supportAutoRotation
+01110233=bool/config_supportDoubleTapWake
+01110234=bool/config_supportLongPressPowerWhenNonInteractive
+01110235=bool/config_supportMicNearUltrasound
+01110236=bool/config_supportPreRebootSecurityLogs
+01110237=bool/config_supportShortPressPowerWhenDefaultDisplayOn
+01110238=bool/config_supportSpeakerNearUltrasound
+01110239=bool/config_supportSystemNavigationKeys
+0111023a=bool/config_supportTelephonyTimeZoneFallback
+0111023b=bool/config_supportsBubble
+0111023c=bool/config_supportsCamToggle
+0111023d=bool/config_supportsConcurrentInternalDisplays
+0111023e=bool/config_supportsHardwareCamToggle
+0111023f=bool/config_supportsHardwareMicToggle
+01110240=bool/config_supportsInsecureLockScreen
+01110241=bool/config_supportsMicToggle
+01110242=bool/config_supportsMultiDisplay
+01110243=bool/config_supportsMultiWindow
+01110244=bool/config_supportsRoundedCornersOnWindows
+01110245=bool/config_supportsSeamlessRefreshRateSwitching
+01110246=bool/config_supportsSplitScreenMultiWindow
+01110247=bool/config_supportsSystemDecorsOnSecondaryDisplays
+01110248=bool/config_suspendWhenScreenOffDueToProximity
+01110249=bool/config_sustainedPerformanceModeSupported
+0111024a=bool/config_swipeDisambiguation
+0111024b=bool/config_swipe_up_gesture_setting_available
+0111024c=bool/config_switch_phone_on_voice_reg_state_change
+0111024d=bool/config_syncstorageengine_masterSyncAutomatically
+0111024e=bool/config_systemCaptionsServiceCallsEnabled
+0111024f=bool/config_telephony5gNonStandalone
+01110250=bool/config_telephony5gStandalone
+01110251=bool/config_textShareSupported
+01110252=bool/config_tintNotificationActionButtons
+01110253=bool/config_trackerAppNeedsPermissions
+01110254=bool/config_tvExternalInputLoggingDisplayNameFilterEnabled
+01110255=bool/config_ui_enableFadingMarquee
+01110256=bool/config_unfoldTransitionEnabled
+01110257=bool/config_unfoldTransitionHapticsEnabled
+01110258=bool/config_unfoldTransitionHingeAngle
+01110259=bool/config_unplugTurnsOnScreen
+0111025a=bool/config_usbChargingMessage
+0111025b=bool/config_use16BitTaskSnapshotPixelFormat
+0111025c=bool/config_useAssistantVolume
+0111025d=bool/config_useAttentionLight
+0111025e=bool/config_useAutoSuspend
+0111025f=bool/config_useCurrentRotationOnRotationLockChange
+01110260=bool/config_useDefaultFocusHighlight
+01110261=bool/config_useDevInputEventForAudioJack
+01110262=bool/config_useFixedVolume
+01110263=bool/config_useGnssHardwareProvider
+01110264=bool/config_useLegacySplit
+01110265=bool/config_useRoundIcon
+01110266=bool/config_useSmsAppService
+01110267=bool/config_useSystemProvidedLauncherForSecondary
+01110268=bool/config_useVideoPauseWorkaround
+01110269=bool/config_useVolumeKeySounds
+0111026a=bool/config_use_sim_language_file
+0111026b=bool/config_use_strict_phone_number_comparation
+0111026c=bool/config_use_strict_phone_number_comparation_for_kazakhstan
+0111026d=bool/config_use_strict_phone_number_comparation_for_russia
+0111026e=bool/config_use_voip_mode_for_ims
+0111026f=bool/config_user_notification_of_restrictied_mobile_access
+01110270=bool/config_vehicleInternalNetworkAlwaysRequested
+01110271=bool/config_viewBasedRotaryEncoderHapticsEnabled
+01110272=bool/config_viewRotaryEncoderHapticScrollFedbackEnabled
+01110273=bool/config_voice_capable
+01110274=bool/config_voice_data_sms_auto_fallback
+01110275=bool/config_volumeAdjustmentForRemoteGroupSessions
+01110276=bool/config_volumeHushGestureEnabled
+01110277=bool/config_volume_down_to_enter_silent
+01110278=bool/config_volume_up_to_exit_silent
+01110279=bool/config_wakeOnAssistKeyPress
+0111027a=bool/config_wakeOnBackKeyPress
+0111027b=bool/config_wakeOnDpadKeyPress
+0111027c=bool/config_wallpaperTopApp
+0111027d=bool/config_watchlistUseFileHashesCache
+0111027e=bool/config_wifiDisplaySupportsProtectedBuffers
+0111027f=bool/config_wimaxEnabled
+01110280=bool/config_windowActionBarSupported
+01110281=bool/config_windowEnableCircularEmulatorDisplayOverlay
+01110282=bool/config_windowIsRound
+01110283=bool/config_windowManagerHalfFoldAutoRotateOverride
+01110284=bool/config_windowManagerPauseRotationWhenUnfolding
+01110285=bool/config_windowNoTitleDefault
+01110286=bool/config_windowOverscanByDefault
+01110287=bool/config_windowShowCircularMask
+01110288=bool/config_wirelessConsentRequired
+01110289=bool/config_wlan_data_service_conn_persistence_on_restart
+0111028a=bool/config_zramWriteback
+0111028b=bool/device_idle_light_idle_increase_linearly
+0111028c=bool/device_idle_use_mode_manager
+0111028d=bool/device_idle_use_window_alarms
+0111028e=bool/device_idle_wait_for_unlock
+0111028f=bool/editable_voicemailnumber
+01110290=bool/ignore_emergency_number_routing_from_db
+01110291=bool/ignore_modem_config_emergency_numbers
+01110292=bool/imsServiceAllowTurnOff
+01110293=bool/kg_center_small_widgets_vertically
+01110294=bool/kg_enable_camera_default_widget
+01110295=bool/kg_share_status_area
+01110296=bool/kg_sim_puk_account_full_screen
+01110297=bool/kg_top_align_page_shrink_on_bouncer_visible
+01110298=bool/lockscreen_isPortrait
+01110299=bool/preferences_prefer_dual_pane
+0111029a=bool/reset_geo_fencing_check_after_boot_or_apm
+0111029b=bool/resolver_landscape_phone
+0111029c=bool/show_ongoing_ime_switcher
+0111029d=bool/skipHoldBeforeMerge
+0111029e=bool/skip_restoring_network_selection
+0111029f=bool/split_action_bar_is_narrow
+011102a0=bool/use_lock_pattern_drawable
01120000=^attr-private/__removed0
01120001=^attr-private/__removed1
01120002=^attr-private/__removed2
@@ -11366,273 +13611,361 @@
01120006=^attr-private/__removed6
01120007=^attr-private/accessibilityFocusedDrawable
01120008=^attr-private/actionModePopupWindowStyle
-01120009=^attr-private/activityChooserViewStyle
-0112000a=^attr-private/activityOpenRemoteViewsEnterAnimation
-0112000b=^attr-private/adjustable
-0112000c=^attr-private/alertDialogButtonGroupStyle
-0112000d=^attr-private/alertDialogCenterButtons
-0112000e=^attr-private/allowAutoRevokePermissionsExemption
-0112000f=^attr-private/allowMassStorage
-01120010=^attr-private/allowStacking
-01120011=^attr-private/alwaysFocusable
-01120012=^attr-private/aspect
-01120013=^attr-private/autofillDatasetPickerMaxHeight
-01120014=^attr-private/autofillDatasetPickerMaxWidth
-01120015=^attr-private/autofillSaveCustomSubtitleMaxHeight
-01120016=^attr-private/backgroundLeft
-01120017=^attr-private/backgroundPermission
-01120018=^attr-private/backgroundRequest
-01120019=^attr-private/backgroundRequestDetail
-0112001a=^attr-private/backgroundRight
-0112001b=^attr-private/borderBottom
-0112001c=^attr-private/borderLeft
-0112001d=^attr-private/borderRight
-0112001e=^attr-private/borderTop
-0112001f=^attr-private/buttonPanelSideLayout
-01120020=^attr-private/calendarViewMode
-01120021=^attr-private/checkMarkGravity
-01120022=^attr-private/clickColor
-01120023=^attr-private/closeItemLayout
-01120024=^attr-private/colorListDivider
-01120025=^attr-private/colorPopupBackground
-01120026=^attr-private/colorProgressBackgroundNormal
-01120027=^attr-private/colorSwitchThumbNormal
-01120028=^attr-private/controllerType
-01120029=^attr-private/dayHighlightColor
-0112002a=^attr-private/daySelectorColor
-0112002b=^attr-private/defaultQueryHint
-0112002c=^attr-private/dialogCustomTitleDecorLayout
-0112002d=^attr-private/dialogMode
-0112002e=^attr-private/dialogTitleDecorLayout
-0112002f=^attr-private/dialogTitleIconsDecorLayout
-01120030=^attr-private/disableChildrenWhenDisabled
-01120031=^attr-private/dotSize
-01120032=^attr-private/drawableAlpha
-01120033=^attr-private/dropdownListPreferredItemHeight
-01120034=^attr-private/emulated
-01120035=^attr-private/enableControlView
-01120036=^attr-private/enableSubtitle
-01120037=^attr-private/errorColor
-01120038=^attr-private/errorMessageAboveBackground
-01120039=^attr-private/errorMessageBackground
-0112003a=^attr-private/expandActivityOverflowButtonDrawable
-0112003b=^attr-private/externalRouteEnabledDrawable
-0112003c=^attr-private/featureId
-0112003d=^attr-private/findOnPageNextDrawable
-0112003e=^attr-private/findOnPagePreviousDrawable
-0112003f=^attr-private/floatingToolbarCloseDrawable
-01120040=^attr-private/floatingToolbarDividerColor
-01120041=^attr-private/floatingToolbarForegroundColor
-01120042=^attr-private/floatingToolbarItemBackgroundBorderlessDrawable
-01120043=^attr-private/floatingToolbarItemBackgroundDrawable
-01120044=^attr-private/floatingToolbarOpenDrawable
-01120045=^attr-private/floatingToolbarPopupBackgroundDrawable
-01120046=^attr-private/foregroundInsidePadding
-01120047=^attr-private/fragmentBreadCrumbsStyle
-01120048=^attr-private/frameDuration
-01120049=^attr-private/framesCount
-0112004a=^attr-private/fromBottom
-0112004b=^attr-private/fromLeft
-0112004c=^attr-private/fromRight
-0112004d=^attr-private/fromTop
-0112004e=^attr-private/gestureOverlayViewStyle
-0112004f=^attr-private/glowDot
-01120050=^attr-private/hasRoundedCorners
-01120051=^attr-private/headerLayout
-01120052=^attr-private/headerRemoveIconIfEmpty
-01120053=^attr-private/headerTextColor
-01120054=^attr-private/hideWheelUntilFocused
-01120055=^attr-private/horizontalProgressLayout
-01120056=^attr-private/iconfactoryBadgeSize
-01120057=^attr-private/iconfactoryIconSize
-01120058=^attr-private/initialActivityCount
-01120059=^attr-private/internalLayout
-0112005a=^attr-private/internalMaxHeight
-0112005b=^attr-private/internalMaxWidth
-0112005c=^attr-private/internalMinHeight
-0112005d=^attr-private/internalMinWidth
-0112005e=^attr-private/interpolatorX
-0112005f=^attr-private/interpolatorY
-01120060=^attr-private/interpolatorZ
-01120061=^attr-private/itemColor
-01120062=^attr-private/itemLayout
-01120063=^attr-private/keyboardViewStyle
-01120064=^attr-private/layoutManager
-01120065=^attr-private/layout_alwaysShow
-01120066=^attr-private/layout_childType
-01120067=^attr-private/layout_hasNestedScrollIndicator
-01120068=^attr-private/layout_ignoreOffset
-01120069=^attr-private/layout_maxHeight
-0112006a=^attr-private/layout_removeBorders
-0112006b=^attr-private/leftToRight
-0112006c=^attr-private/legacyLayout
-0112006d=^attr-private/lightRadius
-0112006e=^attr-private/lightY
-0112006f=^attr-private/lightZ
-01120070=^attr-private/listItemLayout
-01120071=^attr-private/listLayout
-01120072=^attr-private/locale
-01120073=^attr-private/lockPatternStyle
-01120074=^attr-private/magnifierColorOverlay
-01120075=^attr-private/magnifierElevation
-01120076=^attr-private/magnifierHeight
-01120077=^attr-private/magnifierHorizontalOffset
-01120078=^attr-private/magnifierStyle
-01120079=^attr-private/magnifierVerticalOffset
-0112007a=^attr-private/magnifierWidth
-0112007b=^attr-private/magnifierZoom
-0112007c=^attr-private/majorWeightMax
-0112007d=^attr-private/majorWeightMin
-0112007e=^attr-private/maxCollapsedHeight
-0112007f=^attr-private/maxCollapsedHeightSmall
-01120080=^attr-private/maxFileSize
-01120081=^attr-private/maxItems
-01120082=^attr-private/minorWeightMax
-01120083=^attr-private/minorWeightMin
-01120084=^attr-private/monthTextAppearance
-01120085=^attr-private/mountPoint
-01120086=^attr-private/mtpReserve
-01120087=^attr-private/multiChoiceItemLayout
-01120088=^attr-private/navigationButtonStyle
-01120089=^attr-private/needsDefaultBackgrounds
-0112008a=^attr-private/notificationHeaderAppNameVisibility
-0112008b=^attr-private/notificationHeaderIconSize
-0112008c=^attr-private/notificationHeaderStyle
-0112008d=^attr-private/notificationHeaderTextAppearance
-0112008e=^attr-private/numDots
-0112008f=^attr-private/opacityListDivider
-01120090=^attr-private/paddingBottomNoButtons
-01120091=^attr-private/paddingTopNoTitle
-01120092=^attr-private/pageSpacing
-01120093=^attr-private/panelMenuIsCompact
-01120094=^attr-private/panelMenuListTheme
-01120095=^attr-private/panelMenuListWidth
-01120096=^attr-private/pathAdvancedPattern
-01120097=^attr-private/pathColor
-01120098=^attr-private/pointerIconAlias
-01120099=^attr-private/pointerIconAllScroll
-0112009a=^attr-private/pointerIconArrow
-0112009b=^attr-private/pointerIconCell
-0112009c=^attr-private/pointerIconContextMenu
-0112009d=^attr-private/pointerIconCopy
-0112009e=^attr-private/pointerIconCrosshair
-0112009f=^attr-private/pointerIconGrab
-011200a0=^attr-private/pointerIconGrabbing
-011200a1=^attr-private/pointerIconHand
-011200a2=^attr-private/pointerIconHelp
-011200a3=^attr-private/pointerIconHorizontalDoubleArrow
-011200a4=^attr-private/pointerIconNodrop
-011200a5=^attr-private/pointerIconSpotAnchor
-011200a6=^attr-private/pointerIconSpotHover
-011200a7=^attr-private/pointerIconSpotTouch
-011200a8=^attr-private/pointerIconText
-011200a9=^attr-private/pointerIconTopLeftDiagonalDoubleArrow
-011200aa=^attr-private/pointerIconTopRightDiagonalDoubleArrow
-011200ab=^attr-private/pointerIconVerticalDoubleArrow
-011200ac=^attr-private/pointerIconVerticalText
-011200ad=^attr-private/pointerIconWait
-011200ae=^attr-private/pointerIconZoomIn
-011200af=^attr-private/pointerIconZoomOut
-011200b0=^attr-private/popupPromptView
-011200b1=^attr-private/position
-011200b2=^attr-private/preferenceActivityStyle
-011200b3=^attr-private/preferenceFragmentListStyle
-011200b4=^attr-private/preferenceFragmentPaddingSide
-011200b5=^attr-private/preferenceFrameLayoutStyle
-011200b6=^attr-private/preferenceHeaderPanelStyle
-011200b7=^attr-private/preferenceListStyle
-011200b8=^attr-private/preferencePanelStyle
-011200b9=^attr-private/preserveIconSpacing
-011200ba=^attr-private/primary
-011200bb=^attr-private/productId
-011200bc=^attr-private/progressBarCornerRadius
-011200bd=^attr-private/progressLayout
-011200be=^attr-private/quickContactBadgeOverlay
-011200bf=^attr-private/quickContactWindowSize
-011200c0=^attr-private/regularColor
-011200c1=^attr-private/removable
-011200c2=^attr-private/removeBeforeMRelease
-011200c3=^attr-private/request
-011200c4=^attr-private/requestDetail
-011200c5=^attr-private/resOutColor
-011200c6=^attr-private/reverseLayout
-011200c7=^attr-private/screenLayout
-011200c8=^attr-private/scrollCaptureHint
-011200c9=^attr-private/scrollIndicatorPaddingLeft
-011200ca=^attr-private/scrollIndicatorPaddingRight
-011200cb=^attr-private/searchDialogTheme
-011200cc=^attr-private/searchResultListItemHeight
-011200cd=^attr-private/searchWidgetCorpusItemBackground
-011200ce=^attr-private/seekBarDialogPreferenceStyle
-011200cf=^attr-private/seekBarPreferenceStyle
-011200d0=^attr-private/selectionDivider
-011200d1=^attr-private/selectionDividersDistance
-011200d2=^attr-private/selectionScrollOffset
-011200d3=^attr-private/showAtTop
-011200d4=^attr-private/showRelative
-011200d5=^attr-private/showSeekBarValue
-011200d6=^attr-private/showTitle
-011200d7=^attr-private/showWallpaper
-011200d8=^attr-private/singleChoiceItemLayout
-011200d9=^attr-private/spanCount
-011200da=^attr-private/stackFromEnd
-011200db=^attr-private/state_accessibility_focused
-011200dc=^attr-private/storageDescription
-011200dd=^attr-private/successColor
-011200de=^attr-private/systemUserOnly
-011200df=^attr-private/tabLayout
-011200e0=^attr-private/textAppearanceAutoCorrectionSuggestion
-011200e1=^attr-private/textAppearanceEasyCorrectSuggestion
-011200e2=^attr-private/textAppearanceMisspelledSuggestion
-011200e3=^attr-private/textColorPrimaryActivated
-011200e4=^attr-private/textColorSearchUrl
-011200e5=^attr-private/textColorSecondaryActivated
-011200e6=^attr-private/textEditSuggestionContainerLayout
-011200e7=^attr-private/textEditSuggestionHighlightStyle
-011200e8=^attr-private/textUnderlineColor
-011200e9=^attr-private/textUnderlineThickness
-011200ea=^attr-private/thumbDrawable
-011200eb=^attr-private/thumbMinHeight
-011200ec=^attr-private/thumbMinWidth
-011200ed=^attr-private/toBottom
-011200ee=^attr-private/toLeft
-011200ef=^attr-private/toRight
-011200f0=^attr-private/toTop
-011200f1=^attr-private/toastFrameBackground
-011200f2=^attr-private/tooltipBackgroundColor
-011200f3=^attr-private/tooltipForegroundColor
-011200f4=^attr-private/tooltipFrameBackground
-011200f5=^attr-private/trackDrawable
-011200f6=^attr-private/unlockProfile
-011200f7=^attr-private/useDisabledAlpha
-011200f8=^attr-private/vendorId
-011200f9=^attr-private/viewType
-011200fa=^attr-private/virtualButtonPressedDrawable
-011200fb=^attr-private/windowActionBarFullscreenDecorLayout
-011200fc=^attr-private/windowFixedHeightMajor
-011200fd=^attr-private/windowFixedHeightMinor
-011200fe=^attr-private/windowFixedWidthMajor
-011200ff=^attr-private/windowFixedWidthMinor
-01120100=^attr-private/windowOutsetBottom
-01120101=^attr-private/yearListItemActivatedTextAppearance
+01120009=^attr-private/actionModeRedoDrawable
+0112000a=^attr-private/actionModeUndoDrawable
+0112000b=^attr-private/activityChooserViewStyle
+0112000c=^attr-private/activityOpenRemoteViewsEnterAnimation
+0112000d=^attr-private/adjustable
+0112000e=^attr-private/alertDialogButtonGroupStyle
+0112000f=^attr-private/alertDialogCenterButtons
+01120010=^attr-private/allowAutoRevokePermissionsExemption
+01120011=^attr-private/allowMassStorage
+01120012=^attr-private/allowStacking
+01120013=^attr-private/alwaysFocusable
+01120014=^attr-private/aspect
+01120015=^attr-private/autofillDatasetPickerMaxHeight
+01120016=^attr-private/autofillDatasetPickerMaxWidth
+01120017=^attr-private/autofillSaveCustomSubtitleMaxHeight
+01120018=^attr-private/backgroundLeft
+01120019=^attr-private/backgroundPermission
+0112001a=^attr-private/backgroundRequest
+0112001b=^attr-private/backgroundRequestDetail
+0112001c=^attr-private/backgroundRight
+0112001d=^attr-private/borderBottom
+0112001e=^attr-private/borderLeft
+0112001f=^attr-private/borderRight
+01120020=^attr-private/borderTop
+01120021=^attr-private/buttonPanelSideLayout
+01120022=^attr-private/calendarViewMode
+01120023=^attr-private/checkMarkGravity
+01120024=^attr-private/clickColor
+01120025=^attr-private/closeItemLayout
+01120026=^attr-private/colorAccentPrimary
+01120027=^attr-private/colorAccentPrimaryVariant
+01120028=^attr-private/colorAccentSecondary
+01120029=^attr-private/colorAccentSecondaryVariant
+0112002a=^attr-private/colorAccentTertiary
+0112002b=^attr-private/colorAccentTertiaryVariant
+0112002c=^attr-private/colorListDivider
+0112002d=^attr-private/colorPopupBackground
+0112002e=^attr-private/colorProgressBackgroundNormal
+0112002f=^attr-private/colorSurface
+01120030=^attr-private/colorSurfaceHeader
+01120031=^attr-private/colorSurfaceHighlight
+01120032=^attr-private/colorSurfaceVariant
+01120033=^attr-private/colorSwitchThumbNormal
+01120034=^attr-private/controllerType
+01120035=^attr-private/customColorBrandA
+01120036=^attr-private/customColorBrandB
+01120037=^attr-private/customColorBrandC
+01120038=^attr-private/customColorBrandD
+01120039=^attr-private/customColorClockHour
+0112003a=^attr-private/customColorClockMinute
+0112003b=^attr-private/customColorClockSecond
+0112003c=^attr-private/customColorOnShadeActive
+0112003d=^attr-private/customColorOnShadeActiveVariant
+0112003e=^attr-private/customColorOnShadeInactive
+0112003f=^attr-private/customColorOnShadeInactiveVariant
+01120040=^attr-private/customColorOnThemeApp
+01120041=^attr-private/customColorOnThemeAppRing
+01120042=^attr-private/customColorOverviewBackground
+01120043=^attr-private/customColorShadeActive
+01120044=^attr-private/customColorShadeDisabled
+01120045=^attr-private/customColorShadeInactive
+01120046=^attr-private/customColorThemeApp
+01120047=^attr-private/customColorThemeAppRing
+01120048=^attr-private/customColorUnderSurface
+01120049=^attr-private/customColorWidgetBackground
+0112004a=^attr-private/dayHighlightColor
+0112004b=^attr-private/daySelectorColor
+0112004c=^attr-private/defaultQueryHint
+0112004d=^attr-private/dialogCustomTitleDecorLayout
+0112004e=^attr-private/dialogMode
+0112004f=^attr-private/dialogTitleDecorLayout
+01120050=^attr-private/dialogTitleIconsDecorLayout
+01120051=^attr-private/disableChildrenWhenDisabled
+01120052=^attr-private/dotActivatedColor
+01120053=^attr-private/dotColor
+01120054=^attr-private/dotSize
+01120055=^attr-private/drawableAlpha
+01120056=^attr-private/dreamActivityCloseExitAnimation
+01120057=^attr-private/dreamActivityOpenEnterAnimation
+01120058=^attr-private/dreamActivityOpenExitAnimation
+01120059=^attr-private/dropdownListPreferredItemHeight
+0112005a=^attr-private/emergencyInstaller
+0112005b=^attr-private/emulated
+0112005c=^attr-private/enableControlView
+0112005d=^attr-private/enableSubtitle
+0112005e=^attr-private/enlargeVertexEntryArea
+0112005f=^attr-private/errorColor
+01120060=^attr-private/errorMessageAboveBackground
+01120061=^attr-private/errorMessageBackground
+01120062=^attr-private/expandActivityOverflowButtonDrawable
+01120063=^attr-private/externalRouteEnabledDrawable
+01120064=^attr-private/findOnPageNextDrawable
+01120065=^attr-private/findOnPagePreviousDrawable
+01120066=^attr-private/floatingToolbarCloseDrawable
+01120067=^attr-private/floatingToolbarDividerColor
+01120068=^attr-private/floatingToolbarForegroundColor
+01120069=^attr-private/floatingToolbarItemBackgroundBorderlessDrawable
+0112006a=^attr-private/floatingToolbarItemBackgroundDrawable
+0112006b=^attr-private/floatingToolbarOpenDrawable
+0112006c=^attr-private/floatingToolbarPopupBackgroundDrawable
+0112006d=^attr-private/foregroundInsidePadding
+0112006e=^attr-private/fragmentBreadCrumbsStyle
+0112006f=^attr-private/frameDuration
+01120070=^attr-private/framesCount
+01120071=^attr-private/fromBottom
+01120072=^attr-private/fromLeft
+01120073=^attr-private/fromRight
+01120074=^attr-private/fromTop
+01120075=^attr-private/gestureOverlayViewStyle
+01120076=^attr-private/glowDot
+01120077=^attr-private/hasRoundedCorners
+01120078=^attr-private/headerLayout
+01120079=^attr-private/headerRemoveIconIfEmpty
+0112007a=^attr-private/headerTextColor
+0112007b=^attr-private/hideWheelUntilFocused
+0112007c=^attr-private/horizontalProgressLayout
+0112007d=^attr-private/iconfactoryBadgeSize
+0112007e=^attr-private/iconfactoryIconSize
+0112007f=^attr-private/ignoreOffsetTopLimit
+01120080=^attr-private/initialActivityCount
+01120081=^attr-private/internalLayout
+01120082=^attr-private/internalMaxHeight
+01120083=^attr-private/internalMaxWidth
+01120084=^attr-private/internalMinHeight
+01120085=^attr-private/internalMinWidth
+01120086=^attr-private/interpolatorX
+01120087=^attr-private/interpolatorY
+01120088=^attr-private/interpolatorZ
+01120089=^attr-private/itemColor
+0112008a=^attr-private/itemLayout
+0112008b=^attr-private/keepDotActivated
+0112008c=^attr-private/keyboardViewStyle
+0112008d=^attr-private/layoutManager
+0112008e=^attr-private/layout_alwaysShow
+0112008f=^attr-private/layout_childType
+01120090=^attr-private/layout_hasNestedScrollIndicator
+01120091=^attr-private/layout_ignoreOffset
+01120092=^attr-private/layout_maxHeight
+01120093=^attr-private/layout_removeBorders
+01120094=^attr-private/leftToRight
+01120095=^attr-private/legacyLayout
+01120096=^attr-private/lightRadius
+01120097=^attr-private/lightY
+01120098=^attr-private/lightZ
+01120099=^attr-private/listItemLayout
+0112009a=^attr-private/listLayout
+0112009b=^attr-private/lockPatternStyle
+0112009c=^attr-private/magnifierColorOverlay
+0112009d=^attr-private/magnifierElevation
+0112009e=^attr-private/magnifierHeight
+0112009f=^attr-private/magnifierHorizontalOffset
+011200a0=^attr-private/magnifierStyle
+011200a1=^attr-private/magnifierVerticalOffset
+011200a2=^attr-private/magnifierWidth
+011200a3=^attr-private/magnifierZoom
+011200a4=^attr-private/majorWeightMax
+011200a5=^attr-private/majorWeightMin
+011200a6=^attr-private/materialColorError
+011200a7=^attr-private/materialColorErrorContainer
+011200a8=^attr-private/materialColorOnBackground
+011200a9=^attr-private/materialColorOnError
+011200aa=^attr-private/materialColorOnErrorContainer
+011200ab=^attr-private/materialColorOnPrimary
+011200ac=^attr-private/materialColorOnPrimaryContainer
+011200ad=^attr-private/materialColorOnPrimaryFixed
+011200ae=^attr-private/materialColorOnPrimaryFixedVariant
+011200af=^attr-private/materialColorOnSecondary
+011200b0=^attr-private/materialColorOnSecondaryContainer
+011200b1=^attr-private/materialColorOnSecondaryFixed
+011200b2=^attr-private/materialColorOnSecondaryFixedVariant
+011200b3=^attr-private/materialColorOnSurface
+011200b4=^attr-private/materialColorOnSurfaceInverse
+011200b5=^attr-private/materialColorOnSurfaceVariant
+011200b6=^attr-private/materialColorOnTertiary
+011200b7=^attr-private/materialColorOnTertiaryContainer
+011200b8=^attr-private/materialColorOnTertiaryFixed
+011200b9=^attr-private/materialColorOnTertiaryFixedVariant
+011200ba=^attr-private/materialColorOutline
+011200bb=^attr-private/materialColorOutlineVariant
+011200bc=^attr-private/materialColorPrimary
+011200bd=^attr-private/materialColorPrimaryContainer
+011200be=^attr-private/materialColorPrimaryFixed
+011200bf=^attr-private/materialColorPrimaryFixedDim
+011200c0=^attr-private/materialColorPrimaryInverse
+011200c1=^attr-private/materialColorSecondary
+011200c2=^attr-private/materialColorSecondaryContainer
+011200c3=^attr-private/materialColorSecondaryFixed
+011200c4=^attr-private/materialColorSecondaryFixedDim
+011200c5=^attr-private/materialColorSurface
+011200c6=^attr-private/materialColorSurfaceBright
+011200c7=^attr-private/materialColorSurfaceContainer
+011200c8=^attr-private/materialColorSurfaceContainerHigh
+011200c9=^attr-private/materialColorSurfaceContainerHighest
+011200ca=^attr-private/materialColorSurfaceContainerLow
+011200cb=^attr-private/materialColorSurfaceContainerLowest
+011200cc=^attr-private/materialColorSurfaceDim
+011200cd=^attr-private/materialColorSurfaceInverse
+011200ce=^attr-private/materialColorSurfaceVariant
+011200cf=^attr-private/materialColorTertiary
+011200d0=^attr-private/materialColorTertiaryContainer
+011200d1=^attr-private/materialColorTertiaryFixed
+011200d2=^attr-private/materialColorTertiaryFixedDim
+011200d3=^attr-private/maxCollapsedHeight
+011200d4=^attr-private/maxCollapsedHeightSmall
+011200d5=^attr-private/maxFileSize
+011200d6=^attr-private/maxItems
+011200d7=^attr-private/minorWeightMax
+011200d8=^attr-private/minorWeightMin
+011200d9=^attr-private/monthTextAppearance
+011200da=^attr-private/mountPoint
+011200db=^attr-private/mtpReserve
+011200dc=^attr-private/multiChoiceItemLayout
+011200dd=^attr-private/navigationButtonStyle
+011200de=^attr-private/needsDefaultBackgrounds
+011200df=^attr-private/notificationHeaderAppNameVisibility
+011200e0=^attr-private/notificationHeaderIconSize
+011200e1=^attr-private/notificationHeaderStyle
+011200e2=^attr-private/notificationHeaderTextAppearance
+011200e3=^attr-private/numDots
+011200e4=^attr-private/opacityListDivider
+011200e5=^attr-private/paddingBottomNoButtons
+011200e6=^attr-private/paddingTopNoTitle
+011200e7=^attr-private/pageSpacing
+011200e8=^attr-private/panelMenuIsCompact
+011200e9=^attr-private/panelMenuListTheme
+011200ea=^attr-private/panelMenuListWidth
+011200eb=^attr-private/pathColor
+011200ec=^attr-private/pointerIconAlias
+011200ed=^attr-private/pointerIconAllScroll
+011200ee=^attr-private/pointerIconArrow
+011200ef=^attr-private/pointerIconCell
+011200f0=^attr-private/pointerIconContextMenu
+011200f1=^attr-private/pointerIconCopy
+011200f2=^attr-private/pointerIconCrosshair
+011200f3=^attr-private/pointerIconGrab
+011200f4=^attr-private/pointerIconGrabbing
+011200f5=^attr-private/pointerIconHand
+011200f6=^attr-private/pointerIconHandwriting
+011200f7=^attr-private/pointerIconHelp
+011200f8=^attr-private/pointerIconHorizontalDoubleArrow
+011200f9=^attr-private/pointerIconNodrop
+011200fa=^attr-private/pointerIconSpotAnchor
+011200fb=^attr-private/pointerIconSpotHover
+011200fc=^attr-private/pointerIconSpotTouch
+011200fd=^attr-private/pointerIconText
+011200fe=^attr-private/pointerIconTopLeftDiagonalDoubleArrow
+011200ff=^attr-private/pointerIconTopRightDiagonalDoubleArrow
+01120100=^attr-private/pointerIconVerticalDoubleArrow
+01120101=^attr-private/pointerIconVerticalText
+01120102=^attr-private/pointerIconWait
+01120103=^attr-private/pointerIconZoomIn
+01120104=^attr-private/pointerIconZoomOut
+01120105=^attr-private/popupPromptView
+01120106=^attr-private/position
+01120107=^attr-private/preferenceActivityStyle
+01120108=^attr-private/preferenceFragmentListStyle
+01120109=^attr-private/preferenceFragmentPaddingSide
+0112010a=^attr-private/preferenceFrameLayoutStyle
+0112010b=^attr-private/preferenceHeaderPanelStyle
+0112010c=^attr-private/preferenceListStyle
+0112010d=^attr-private/preferencePanelStyle
+0112010e=^attr-private/preserveIconSpacing
+0112010f=^attr-private/primary
+01120110=^attr-private/productId
+01120111=^attr-private/progressBarCornerRadius
+01120112=^attr-private/progressLayout
+01120113=^attr-private/quickContactBadgeOverlay
+01120114=^attr-private/quickContactWindowSize
+01120115=^attr-private/regularColor
+01120116=^attr-private/removable
+01120117=^attr-private/removeBeforeMRelease
+01120118=^attr-private/request
+01120119=^attr-private/requestDetail
+0112011a=^attr-private/resOutColor
+0112011b=^attr-private/reverseLayout
+0112011c=^attr-private/screenLayout
+0112011d=^attr-private/scrollCaptureHint
+0112011e=^attr-private/scrollIndicatorPaddingLeft
+0112011f=^attr-private/scrollIndicatorPaddingRight
+01120120=^attr-private/searchDialogTheme
+01120121=^attr-private/searchResultListItemHeight
+01120122=^attr-private/searchWidgetCorpusItemBackground
+01120123=^attr-private/seekBarDialogPreferenceStyle
+01120124=^attr-private/seekBarPreferenceStyle
+01120125=^attr-private/selectionDivider
+01120126=^attr-private/selectionDividersDistance
+01120127=^attr-private/selectionScrollOffset
+01120128=^attr-private/showAtTop
+01120129=^attr-private/showRelative
+0112012a=^attr-private/showSeekBarValue
+0112012b=^attr-private/showTitle
+0112012c=^attr-private/showWallpaper
+0112012d=^attr-private/singleChoiceItemLayout
+0112012e=^attr-private/spanCount
+0112012f=^attr-private/stackFromEnd
+01120130=^attr-private/state_accessibility_focused
+01120131=^attr-private/state_ux_restricted
+01120132=^attr-private/storageDescription
+01120133=^attr-private/successColor
+01120134=^attr-private/tabLayout
+01120135=^attr-private/textAppearanceAutoCorrectionSuggestion
+01120136=^attr-private/textAppearanceEasyCorrectSuggestion
+01120137=^attr-private/textAppearanceGrammarErrorSuggestion
+01120138=^attr-private/textAppearanceMisspelledSuggestion
+01120139=^attr-private/textColorOnAccent
+0112013a=^attr-private/textColorPrimaryActivated
+0112013b=^attr-private/textColorSearchUrl
+0112013c=^attr-private/textColorSecondaryActivated
+0112013d=^attr-private/textEditSuggestionContainerLayout
+0112013e=^attr-private/textEditSuggestionHighlightStyle
+0112013f=^attr-private/textUnderlineColor
+01120140=^attr-private/textUnderlineThickness
+01120141=^attr-private/thumbDrawable
+01120142=^attr-private/thumbMinHeight
+01120143=^attr-private/thumbMinWidth
+01120144=^attr-private/toBottom
+01120145=^attr-private/toLeft
+01120146=^attr-private/toRight
+01120147=^attr-private/toTop
+01120148=^attr-private/toastFrameBackground
+01120149=^attr-private/tooltipBackgroundColor
+0112014a=^attr-private/tooltipForegroundColor
+0112014b=^attr-private/tooltipFrameBackground
+0112014c=^attr-private/trackDrawable
+0112014d=^attr-private/unlockProfile
+0112014e=^attr-private/updatableSystem
+0112014f=^attr-private/useDisabledAlpha
+01120150=^attr-private/vendorId
+01120151=^attr-private/viewType
+01120152=^attr-private/virtualButtonPressedDrawable
+01120153=^attr-private/windowActionBarFullscreenDecorLayout
+01120154=^attr-private/windowFixedHeightMajor
+01120155=^attr-private/windowFixedHeightMinor
+01120156=^attr-private/windowFixedWidthMajor
+01120157=^attr-private/windowFixedWidthMinor
+01120158=^attr-private/windowOutsetBottom
+01120159=^attr-private/yearListItemActivatedTextAppearance
01130000=fraction/config_autoBrightnessAdjustmentMaxGamma
-01130001=fraction/config_dimBehindFadeDuration
-01130002=fraction/config_maximumScreenDimRatio
-01130003=fraction/config_prescaleAbsoluteVolume_index1
-01130004=fraction/config_prescaleAbsoluteVolume_index2
-01130005=fraction/config_prescaleAbsoluteVolume_index3
-01130006=fraction/config_screenAutoBrightnessDozeScaleFactor
-01130007=fraction/docked_stack_divider_fixed_ratio
-01130008=fraction/input_extract_action_margin_bottom
-01130009=fraction/input_extract_layout_height
-0113000a=fraction/input_extract_layout_padding_left
-0113000b=fraction/input_extract_layout_padding_left_no_action
-0113000c=fraction/input_extract_layout_padding_right
-0113000d=fraction/input_extract_text_margin_bottom
-0113000e=fraction/thumbnail_fullscreen_scale
-0113000f=plurals/abbrev_in_num_minutes
-01130010=plurals/abbrev_in_num_hours
-01130011=plurals/abbrev_in_num_days
+01130001=fraction/config_biometricNotificationFrrThreshold
+01130002=fraction/config_dimBehindFadeDuration
+01130003=fraction/config_maximumScreenDimRatio
+01130004=fraction/config_prescaleAbsoluteVolume_index1
+01130005=fraction/config_prescaleAbsoluteVolume_index2
+01130006=fraction/config_prescaleAbsoluteVolume_index3
+01130007=fraction/config_screenAutoBrightnessDozeScaleFactor
+01130008=fraction/docked_stack_divider_fixed_ratio
+01130009=fraction/global_actions_horizontal_padding_percentage
+0113000a=fraction/global_actions_vertical_padding_percentage
+0113000b=fraction/input_extract_action_margin_bottom
+0113000c=fraction/input_extract_layout_height
+0113000d=fraction/input_extract_layout_padding_left
+0113000e=fraction/input_extract_layout_padding_left_no_action
+0113000f=fraction/input_extract_layout_padding_right
+01130010=fraction/input_extract_text_margin_bottom
+01130011=fraction/thumbnail_fullscreen_scale
01130012=plurals/duration_seconds
01130013=plurals/duration_minutes
01130014=plurals/duration_hours
@@ -11676,7 +14009,7 @@
01140021=plurals/zen_mode_duration_hours
01140022=plurals/zen_mode_duration_hours_short
01140023=plurals/selected_count
-01150000=plurals/autofill_picker_some_suggestions
+01150000=plurals/pinpuk_attempts
01150001=plurals/bugreport_countdown
01150002=plurals/duration_days_relative
01150003=plurals/duration_days_relative_future
@@ -11923,16 +14256,255 @@
01170007=xml/config_webview_packages
01170008=xml/default_zen_mode_config
01170009=xml/global_keys
-0117000a=xml/kg_password_kbd_numeric
-0117000b=xml/password_kbd_extension
-0117000c=xml/password_kbd_numeric
-0117000d=xml/password_kbd_popup_template
-0117000e=xml/password_kbd_qwerty
-0117000f=xml/password_kbd_qwerty_shifted
-01170010=xml/password_kbd_symbols
-01170011=xml/password_kbd_symbols_shift
-01170012=xml/power_profile
-01170013=xml/power_profile_test
-01170014=xml/sms_7bit_translation_table
-01170015=xml/sms_short_codes
-01170016=xml/storage_list
+0117000a=xml/irq_device_map
+0117000b=xml/kg_password_kbd_numeric
+0117000c=xml/password_kbd_extension
+0117000d=xml/password_kbd_numeric
+0117000e=xml/password_kbd_popup_template
+0117000f=xml/password_kbd_qwerty
+01170010=xml/password_kbd_qwerty_shifted
+01170011=xml/password_kbd_symbols
+01170012=xml/password_kbd_symbols_shift
+01170013=xml/power_profile
+01170014=xml/power_profile_test
+01170015=xml/sms_7bit_translation_table
+01170016=xml/sms_short_codes
+01170017=xml/storage_list
+01b70000=attr/optional
+01b70001=attr/adServiceTypes
+01b70002=attr/languageSettingsActivity
+01b70003=attr/dreamCategory
+01b80000=color/system_surface_disabled
+01b80001=color/system_on_surface_disabled
+01b80002=color/system_outline_disabled
+01b80003=color/system_error_0
+01b80004=color/system_error_10
+01b80005=color/system_error_50
+01b80006=color/system_error_100
+01b80007=color/system_error_200
+01b80008=color/system_error_300
+01b80009=color/system_error_400
+01b8000a=color/system_error_500
+01b8000b=color/system_error_600
+01b8000c=color/system_error_700
+01b8000d=color/system_error_800
+01b8000e=color/system_error_900
+01b8000f=color/system_error_1000
+01ba0000=string/config_defaultRetailDemo
+01ba0001=string/config_defaultWallet
+01bd0000=attr/defaultLocale
+01bd0001=attr/isVirtualDeviceOnly
+01bd0004=attr/featureFlag
+01bd0005=attr/systemUserOnly
+01bd0006=attr/allow
+01bd0007=attr/query
+01bd0008=attr/queryPrefix
+01bd0009=attr/queryPattern
+01bd000a=attr/queryAdvancedPattern
+01bd000b=attr/querySuffix
+01bd000c=attr/fragmentPrefix
+01bd000d=attr/fragmentPattern
+01bd000e=attr/fragmentAdvancedPattern
+01bd000f=attr/fragmentSuffix
+01bd0010=attr/useBoundsForWidth
+01bd0011=attr/autoTransact
+01bd0012=attr/windowOptOutEdgeToEdgeEnforcement
+01bd0013=attr/requireContentUriPermissionFromCaller
+01bd0015=attr/useLocalePreferredLineHeightForMinimum
+01bd0016=attr/contentSensitivity
+01bd0017=attr/supportsConnectionlessStylusHandwriting
+01bd0018=attr/shouldDefaultToObserveMode
+01bd0019=attr/allowCrossUidActivitySwitchFromBelow
+01bd001a=attr/shiftDrawingOffsetForStartOverhang
+01bd001b=attr/windowIsFrameRatePowerSavingsBalanced
+01be0000=bool/config_safetyProtectionEnabled
+01be0001=bool/config_enableDefaultNotes
+01be0002=bool/config_enableDefaultNotesForWorkProfile
+01c90000=color/system_primary_container_light
+01c90001=color/system_on_primary_container_light
+01c90002=color/system_primary_light
+01c90003=color/system_on_primary_light
+01c90004=color/system_secondary_container_light
+01c90005=color/system_on_secondary_container_light
+01c90006=color/system_secondary_light
+01c90007=color/system_on_secondary_light
+01c90008=color/system_tertiary_container_light
+01c90009=color/system_on_tertiary_container_light
+01c9000a=color/system_tertiary_light
+01c9000b=color/system_on_tertiary_light
+01c9000c=color/system_background_light
+01c9000d=color/system_on_background_light
+01c9000e=color/system_surface_light
+01c9000f=color/system_on_surface_light
+01c90010=color/system_surface_container_low_light
+01c90011=color/system_surface_container_lowest_light
+01c90012=color/system_surface_container_light
+01c90013=color/system_surface_container_high_light
+01c90014=color/system_surface_container_highest_light
+01c90015=color/system_surface_bright_light
+01c90016=color/system_surface_dim_light
+01c90017=color/system_surface_variant_light
+01c90018=color/system_on_surface_variant_light
+01c90019=color/system_outline_light
+01c9001a=color/system_error_light
+01c9001b=color/system_on_error_light
+01c9001c=color/system_error_container_light
+01c9001d=color/system_on_error_container_light
+01c9002a=color/system_control_activated_light
+01c9002b=color/system_control_normal_light
+01c9002c=color/system_control_highlight_light
+01c9002d=color/system_text_primary_inverse_light
+01c9002e=color/system_text_secondary_and_tertiary_inverse_light
+01c9002f=color/system_text_primary_inverse_disable_only_light
+01c90030=color/system_text_secondary_and_tertiary_inverse_disabled_light
+01c90031=color/system_text_hint_inverse_light
+01c90032=color/system_palette_key_color_primary_light
+01c90033=color/system_palette_key_color_secondary_light
+01c90034=color/system_palette_key_color_tertiary_light
+01c90035=color/system_palette_key_color_neutral_light
+01c90036=color/system_palette_key_color_neutral_variant_light
+01c90037=color/system_primary_container_dark
+01c90038=color/system_on_primary_container_dark
+01c90039=color/system_primary_dark
+01c9003a=color/system_on_primary_dark
+01c9003b=color/system_secondary_container_dark
+01c9003c=color/system_on_secondary_container_dark
+01c9003d=color/system_secondary_dark
+01c9003e=color/system_on_secondary_dark
+01c9003f=color/system_tertiary_container_dark
+01c90040=color/system_on_tertiary_container_dark
+01c90041=color/system_tertiary_dark
+01c90042=color/system_on_tertiary_dark
+01c90043=color/system_background_dark
+01c90044=color/system_on_background_dark
+01c90045=color/system_surface_dark
+01c90046=color/system_on_surface_dark
+01c90047=color/system_surface_container_low_dark
+01c90048=color/system_surface_container_lowest_dark
+01c90049=color/system_surface_container_dark
+01c9004a=color/system_surface_container_high_dark
+01c9004b=color/system_surface_container_highest_dark
+01c9004c=color/system_surface_bright_dark
+01c9004d=color/system_surface_dim_dark
+01c9004e=color/system_surface_variant_dark
+01c9004f=color/system_on_surface_variant_dark
+01c90050=color/system_outline_dark
+01c90051=color/system_error_dark
+01c90052=color/system_on_error_dark
+01c90053=color/system_error_container_dark
+01c90054=color/system_on_error_container_dark
+01c90061=color/system_control_activated_dark
+01c90062=color/system_control_normal_dark
+01c90063=color/system_control_highlight_dark
+01c90064=color/system_text_primary_inverse_dark
+01c90065=color/system_text_secondary_and_tertiary_inverse_dark
+01c90066=color/system_text_primary_inverse_disable_only_dark
+01c90067=color/system_text_secondary_and_tertiary_inverse_disabled_dark
+01c90068=color/system_text_hint_inverse_dark
+01c90069=color/system_palette_key_color_primary_dark
+01c9006a=color/system_palette_key_color_secondary_dark
+01c9006b=color/system_palette_key_color_tertiary_dark
+01c9006c=color/system_palette_key_color_neutral_dark
+01c9006d=color/system_palette_key_color_neutral_variant_dark
+01c9006e=color/system_primary_fixed
+01c9006f=color/system_primary_fixed_dim
+01c90070=color/system_on_primary_fixed
+01c90071=color/system_on_primary_fixed_variant
+01c90072=color/system_secondary_fixed
+01c90073=color/system_secondary_fixed_dim
+01c90074=color/system_on_secondary_fixed
+01c90075=color/system_on_secondary_fixed_variant
+01c90076=color/system_tertiary_fixed
+01c90077=color/system_tertiary_fixed_dim
+01c90078=color/system_on_tertiary_fixed
+01c90079=color/system_on_tertiary_fixed_variant
+01c9007a=color/system_outline_variant_light
+01c9007b=color/system_outline_variant_dark
+01ca0000=dimen/config_viewConfigurationHandwritingGestureLineMargin
+01cb0000=string/config_systemWearHealthService
+01cb0001=string/config_defaultNotes
+01cb0002=string/config_systemFinancedDeviceController
+01cb0003=string/config_systemCallStreaming
+01cd0000=id/bold
+01cd0001=id/italic
+01cd0002=id/underline
+01cd0003=id/accessibilityActionScrollInDirection
+01ce0000=attr/handwritingBoundsOffsetLeft
+01ce0001=attr/handwritingBoundsOffsetTop
+01ce0002=attr/handwritingBoundsOffsetRight
+01ce0003=attr/handwritingBoundsOffsetBottom
+01ce0004=attr/accessibilityDataSensitive
+01ce0005=attr/enableTextStylingShortcuts
+01ce0006=attr/requiredDisplayCategory
+01ce0008=attr/visualQueryDetectionService
+01ce0009=attr/physicalKeyboardHintLanguageTag
+01ce000a=attr/physicalKeyboardHintLayoutType
+01ce000b=attr/allowSharedIsolatedProcess
+01ce000c=attr/keyboardLocale
+01ce000d=attr/keyboardLayoutType
+01ce000e=attr/allowUpdateOwnership
+01ce000f=attr/isCredential
+01ce0010=attr/searchResultHighlightColor
+01ce0011=attr/focusedSearchResultHighlightColor
+01ce0012=attr/stylusHandwritingSettingsActivity
+01ce0013=attr/windowNoMoveAnimation
+01ce0014=attr/settingsSubtitle
+01ce0015=attr/capability
+01cf0000=bool/config_preventImeStartupUnlessTextEditor
+01cf0001=bool/config_enableQrCodeScannerOnLockScreen
+01d80000=drawable/ic_safety_protection
+01d90000=array/config_optionalIpSecAlgorithms
+01dc0000=string/config_systemSupervision
+01dc0001=string/config_devicePolicyManagement
+01dc0002=string/config_systemAppProtectionService
+01dc0003=string/config_systemAutomotiveCalendarSyncManager
+01dc0004=string/config_defaultAutomotiveNavigation
+01dc0005=string/safety_protection_display_text
+01dc0006=string/config_systemSettingsIntelligence
+01dc0007=string/config_systemBluetoothStack
+01dd0000=style/TextAppearance.DeviceDefault.Headline
+01de0004=id/accessibilityActionShowTextSuggestions
+01de0005=id/inputExtractAction
+01de0006=id/inputExtractAccessories
+01df0000=attr/sharedUserMaxSdkVersion
+01df0001=attr/requiredSplitTypes
+01df0002=attr/splitTypes
+01df0003=attr/canDisplayOnRemoteDevices
+01df0004=attr/supportedTypes
+01df0005=attr/resetEnabledSettingsOnAppDataCleared
+01df0006=attr/supportsStylusHandwriting
+01df0007=attr/showClockAndComplications
+01df0008=attr/gameSessionService
+01df0009=attr/supportsBatteryGameMode
+01df000a=attr/supportsPerformanceGameMode
+01df000b=attr/allowGameAngleDriver
+01df000c=attr/allowGameDownscaling
+01df000d=attr/allowGameFpsOverride
+01df000e=attr/localeConfig
+01df000f=attr/showBackdrop
+01df0012=attr/preferKeepClear
+01df0013=attr/autoHandwritingEnabled
+01df0014=attr/fromExtendLeft
+01df0015=attr/fromExtendTop
+01df0016=attr/fromExtendRight
+01df0017=attr/fromExtendBottom
+01df0018=attr/toExtendLeft
+01df0019=attr/toExtendTop
+01df001a=attr/toExtendRight
+01df001b=attr/toExtendBottom
+01df001c=attr/tileService
+01df001d=attr/windowSplashScreenBehavior
+01df001e=attr/allowUntrustedActivityEmbedding
+01df001f=attr/knownActivityEmbeddingCerts
+01df0020=attr/intro
+01df0021=attr/enableOnBackInvokedCallback
+01df0022=attr/supportsInlineSuggestionsWithTouchExploration
+01df0023=attr/lineBreakStyle
+01df0024=attr/lineBreakWordStyle
+01df0025=attr/maxDrawableWidth
+01df0026=attr/maxDrawableHeight
+01df0027=attr/backdropColor
+01fe0000=id/accessibilityActionDragStart
+01fe0001=id/accessibilityActionDragDrop
+01fe0002=id/accessibilityActionDragCancel
+01ff0000=attr/shouldUseDefaultUnfoldTransition
diff --git a/jadx-core/src/test/java/jadx/core/xmlgen/ResXmlGenTest.java b/jadx-core/src/test/java/jadx/core/xmlgen/ResXmlGenTest.java
index 4ff65eacc..fbeb20d91 100644
--- a/jadx-core/src/test/java/jadx/core/xmlgen/ResXmlGenTest.java
+++ b/jadx-core/src/test/java/jadx/core/xmlgen/ResXmlGenTest.java
@@ -54,7 +54,9 @@ class ResXmlGenTest {
ResourceStorage resStorage = new ResourceStorage(security);
ResourceEntry re = new ResourceEntry(2130903103, "jadx.gui.app", "attr", "size", "");
re.setNamedValues(
- Lists.list(new RawNamedValue(16777216, new RawValue(16, 65536)), new RawNamedValue(17039620, new RawValue(16, 1))));
+ Lists.list(
+ new RawNamedValue(0x01000000, new RawValue(16, 65536)),
+ new RawNamedValue(0x01040000, new RawValue(16, 1))));
resStorage.add(re);
ValuesParser vp = new ValuesParser(null, resStorage.getResourcesNames());
@@ -67,7 +69,7 @@ class ResXmlGenTest {
assertThat(input).isEqualTo("\n"
+ "\n"
+ " \n"
- + " \n"
+ + " \n"
+ " \n"
+ "");
}
@@ -77,7 +79,9 @@ class ResXmlGenTest {
ResourceStorage resStorage = new ResourceStorage(security);
ResourceEntry re = new ResourceEntry(2130903103, "jadx.gui.app", "attr", "size", "");
re.setNamedValues(
- Lists.list(new RawNamedValue(16777216, new RawValue(16, 131072)), new RawNamedValue(17039620, new RawValue(16, 1))));
+ Lists.list(
+ new RawNamedValue(0x01000000, new RawValue(16, 131072)),
+ new RawNamedValue(0x01040000, new RawValue(16, 1))));
resStorage.add(re);
ValuesParser vp = new ValuesParser(null, resStorage.getResourcesNames());
@@ -90,7 +94,7 @@ class ResXmlGenTest {
assertThat(input).isEqualTo("\n"
+ "\n"
+ " \n"
- + " \n"
+ + " \n"
+ " \n"
+ "");
}