diff options
| -rw-r--r-- | core/res/res/values/attrs.xml | 2 | ||||
| -rw-r--r-- | core/res/res/values/public-staging.xml | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml index 155e9034b96f..2f77eb0a8652 100644 --- a/core/res/res/values/attrs.xml +++ b/core/res/res/values/attrs.xml @@ -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 diff --git a/core/res/res/values/public-staging.xml b/core/res/res/values/public-staging.xml index aaf6a41e996d..b37c9017f9ae 100644 --- a/core/res/res/values/public-staging.xml +++ b/core/res/res/values/public-staging.xml @@ -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" /> |