Loading core/api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -919,6 +919,7 @@ package android { field public static final int isAlwaysSyncable = 16843571; // 0x1010333 field public static final int isAsciiCapable = 16843753; // 0x10103e9 field public static final int isAuxiliary = 16843647; // 0x101037f field public static final int isCredential; field public static final int isDefault = 16843297; // 0x1010221 field public static final int isFeatureSplit = 16844123; // 0x101055b field public static final int isGame = 16843764; // 0x10103f4 core/res/res/values/attrs.xml +4 −0 Original line number Diff line number Diff line Loading @@ -2653,6 +2653,10 @@ <flag name="noExcludeDescendants" value="0x8" /> </attr> <!-- Boolean that hints the Android System that the view is credntial and associated with CredentialManager --> <attr name="isCredential" format="boolean" /> <!-- Hints the Android System whether the this View should be considered a scroll capture target. --> <attr name="scrollCaptureHint"> <!-- Let the Android System determine if the view can be a scroll capture target. --> Loading core/res/res/values/public-staging.xml +1 −0 Original line number Diff line number Diff line Loading @@ -125,6 +125,7 @@ <public name="keyboardLocale" /> <public name="keyboardLayoutType" /> <public name="allowUpdateOwnership" /> <public name="isCredential"/> </staging-public-group> <staging-public-group type="id" first-id="0x01cd0000"> Loading Loading
core/api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -919,6 +919,7 @@ package android { field public static final int isAlwaysSyncable = 16843571; // 0x1010333 field public static final int isAsciiCapable = 16843753; // 0x10103e9 field public static final int isAuxiliary = 16843647; // 0x101037f field public static final int isCredential; field public static final int isDefault = 16843297; // 0x1010221 field public static final int isFeatureSplit = 16844123; // 0x101055b field public static final int isGame = 16843764; // 0x10103f4
core/res/res/values/attrs.xml +4 −0 Original line number Diff line number Diff line Loading @@ -2653,6 +2653,10 @@ <flag name="noExcludeDescendants" value="0x8" /> </attr> <!-- Boolean that hints the Android System that the view is credntial and associated with CredentialManager --> <attr name="isCredential" format="boolean" /> <!-- Hints the Android System whether the this View should be considered a scroll capture target. --> <attr name="scrollCaptureHint"> <!-- Let the Android System determine if the view can be a scroll capture target. --> Loading
core/res/res/values/public-staging.xml +1 −0 Original line number Diff line number Diff line Loading @@ -125,6 +125,7 @@ <public name="keyboardLocale" /> <public name="keyboardLayoutType" /> <public name="allowUpdateOwnership" /> <public name="isCredential"/> </staging-public-group> <staging-public-group type="id" first-id="0x01cd0000"> Loading