summaryrefslogtreecommitdiff
path: root/AndroidManifest_App.xml
diff options
context:
space:
mode:
authorSean Pont <seanpont@google.com>2020-03-04 18:42:38 -0800
committerSean Pont <seanpont@google.com>2020-03-13 14:07:34 -0700
commit1648bc2c2665d9918fa4b64a3e0283e802efb37c (patch)
tree529db6edbdb4b55f9472bc08db19fcf939a89ead /AndroidManifest_App.xml
parent55570c84defd918cf61139e3e73b00d52d3949c7 (diff)
downloadQuickAccessWallet-1648bc2c2665d9918fa4b64a3e0283e802efb37c.tar.gz
Simpler Quick Access Wallet implementation + UI updates
Replaces Kotlin implementation with simpler java implementation. Changes include: - Only works with the QuickAccessWalletClient - Some UI updates (smaller cards, smaller icons) - Introduces robolectric tests - Does not support Emergency Info card provided from second source Bug: 150134429 Bug: 150331617 Test: atest QuickAccessWalletRoboTests Test: manual - open Global Actions, look at cards Change-Id: I1f3cbd7e8ea3b3dcabd421c90b88f4a0ca282523
Diffstat (limited to 'AndroidManifest_App.xml')
-rw-r--r--AndroidManifest_App.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest_App.xml b/AndroidManifest_App.xml
index 9c62f5e..6ff50f6 100644
--- a/AndroidManifest_App.xml
+++ b/AndroidManifest_App.xml
@@ -19,8 +19,8 @@
package="com.android.systemui.plugin.globalactions.wallet">
<uses-sdk
- android:minSdkVersion="29"
- android:targetSdkVersion="29"/>
+ android:minSdkVersion="30"
+ android:targetSdkVersion="30"/>
<!-- For using plugins -->
<uses-permission android:name="com.android.systemui.permission.PLUGIN" />