Add QuickAccessWallet API
Adds a new API that allows applications to provide payment cards and other relevant passes to SysUI which are then shown in the Quick Access Wallet (long press on Pixel). See go/aospqaw-dd for details. Bug: 144342153 Test: manual - started device, didn't blow up Test: atest - run from frameworks/base dir Change-Id: I8fef3116e6e4bd1f8a4f5a907892ea8993b49b0e
This commit is contained in:
@@ -174,6 +174,9 @@
|
||||
<!-- Adding Quick Settings tiles -->
|
||||
<uses-permission android:name="android.permission.BIND_QUICK_SETTINGS_TILE" />
|
||||
|
||||
<!-- Access Quick Access Wallet cards -->
|
||||
<uses-permission android:name="android.permission.BIND_QUICK_ACCESS_WALLET_SERVICE" />
|
||||
|
||||
<!-- Adding Controls to SystemUI -->
|
||||
<uses-permission android:name="android.permission.BIND_CONTROLS" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user