diff options
| author | 2019-01-29 16:49:54 -0800 | |
|---|---|---|
| committer | 2019-01-31 14:21:40 -0800 | |
| commit | f9bc91435154f69e13483cc0ce835a41a4efa04d (patch) | |
| tree | 95c651e374c75955d11a64233462e30cab2210c9 | |
| parent | 5f70acf095f5ef316ccb12acfc9c8993f0c792a7 (diff) | |
Make android:useEmbeddedDex public
Test: use it in (local) new CTS
Bug: 112037137
Change-Id: I2313f40bbd06be9721de33106bdae0b2fcbb55e1
| -rw-r--r-- | api/current.txt | 1 | ||||
| -rw-r--r-- | core/res/res/values/public.xml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index d097e1b4c278..5ada082d3f8b 100644 --- a/api/current.txt +++ b/api/current.txt @@ -1511,6 +1511,7 @@ package android { field public static final int use32bitAbi = 16844053; // 0x1010515 field public static final int useAppZygote = 16844184; // 0x1010598 field public static final int useDefaultMargins = 16843641; // 0x1010379 + field public static final int useEmbeddedDex = 16844196; // 0x10105a4 field public static final int useIntrinsicSizeAsMinimum = 16843536; // 0x1010310 field public static final int useLevel = 16843167; // 0x101019f field public static final int userVisible = 16843409; // 0x1010291 diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index b5266e247e3a..e7d8102ff83e 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -2937,6 +2937,7 @@ <!-- @hide @SystemApi --> <public name="inheritShowWhenLocked" /> <public name="zygotePreloadName" /> + <public name="useEmbeddedDex" /> </public-group> <public-group type="drawable" first-id="0x010800b4"> |