diff options
| author | Patrick Baumann <patb@google.com> | 2019-08-07 12:22:44 -0700 |
|---|---|---|
| committer | Patrick Baumann <patb@google.com> | 2019-08-08 10:35:27 -0700 |
| commit | f1d326e20520125fface44d4ee2ff46ffc805cd9 (patch) | |
| tree | d1f847aa81474b9c43bdaa7c907dd36eb867f344 | |
| parent | 8c0df67fa4d8455ca42b0d0916045cb8cea93fe9 (diff) | |
Makes forceQueryable public
Bug: 136675067
Test: Builds successfully
Change-Id: I436609d9d6ffee3823ee88a178b0ac65c4bd489d
| -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 afacaa8881f6..a429f0cf3885 100644 --- a/api/current.txt +++ b/api/current.txt @@ -641,6 +641,7 @@ package android { field public static final int footerDividersEnabled = 16843311; // 0x101022f field public static final int forceDarkAllowed = 16844172; // 0x101058c field public static final int forceHasOverlappingRendering = 16844065; // 0x1010521 + field public static final int forceQueryable = 16844296; // 0x1010608 field public static final int forceUriPermissions = 16844191; // 0x101059f field public static final int foreground = 16843017; // 0x1010109 field public static final int foregroundGravity = 16843264; // 0x1010200 diff --git a/core/res/res/values/public.xml b/core/res/res/values/public.xml index 036d9594058f..2067735f2620 100644 --- a/core/res/res/values/public.xml +++ b/core/res/res/values/public.xml @@ -2927,6 +2927,7 @@ <public type="attr" name="enforceStatusBarContrast" id="0x01010604" /> <public type="attr" name="enforceNavigationBarContrast" id="0x01010605" /> <public type="attr" name="identifier" id="0x01010606" /> + <public type="attr" name="forceQueryable" id="0x01010608" /> <!-- @hide @SystemApi --> <public type="drawable" name="ic_info" id="0x010800b4" /> |
