Delete useTargetActivityForQuickAccess.

Remove from attrs.xml, and rename to
removed_useTargetActivityForQuickAccess in public-staging.xml

Test: atest CtsQuickAccessWalletTestCases --retry-any-failure
Test: atest QuickAccessWalletControllerTest
Bug: 218860062
RESOURCES_FINALIZATION=Removing unnecessary T attr

Change-Id: I23e1d5daa3d625cd71c67b7627c0354327589bd1
Merged-In: Ic71dd1f3710f9871965cabbb7580b77468661f02
This commit is contained in:
Scottie Biddle
2022-03-30 11:32:21 -07:00
parent 9270d9fd53
commit fe9cbcaa79
2 changed files with 1 additions and 3 deletions

View File

@@ -8871,8 +8871,6 @@
<attr name="shortcutLongLabel"/>
<!-- Text shown on the button that takes users to the wallet application -->
<attr name="shortcutShortLabel"/>
<!-- When true, launch the component specified in targetActivity for quick access -->
<attr name="useTargetActivityForQuickAccess" format="boolean"/>
</declare-styleable>
<!-- Use <code>recognition-service</code> as the root tag of the XML resource that

View File

@@ -127,7 +127,7 @@
<public name="allowGameFpsOverride" />
<public name="localeConfig" />
<public name="showBackground" />
<public name="useTargetActivityForQuickAccess"/>
<public name="removed_useTargetActivityForQuickAccess"/>
<public name="removed_inheritKeyStoreKeys" />
<public name="preferKeepClear" />
<public name="autoHandwritingEnabled" />