summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorSteve Elliott <steell@google.com>2020-01-10 23:10:12 -0500
committerSteve Elliott <steell@google.com>2020-01-22 13:46:24 -0500
commit13cb360b4e5e60e71a960d5a2d014ea7c9000230 (patch)
tree9f78b86f93bd7009cc8ec42924c475e384833f9c /AndroidManifest.xml
parentde9398a43e7a9dc22595515d997028f1be7c7fe2 (diff)
downloadQuickAccessWallet-13cb360b4e5e60e71a960d5a2d014ea7c9000230.tar.gz
Initial commit
Test: atest, manual Fixes: 147362532 Bug: 147361784 Change-Id: I9dacff4b69e8f000b376b76fea9a8477a9885673
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
new file mode 100644
index 0000000..d0d23bc
--- /dev/null
+++ b/AndroidManifest.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ Copyright (C) 2020 The Android Open Source Project
+ ~
+ ~ Licensed under the Apache License, Version 2.0 (the "License");
+ ~ you may not use this file except in compliance with the License.
+ ~ You may obtain a copy of the License at
+ ~
+ ~ http://www.apache.org/licenses/LICENSE-2.0
+ ~
+ ~ Unless required by applicable law or agreed to in writing, software
+ ~ distributed under the License is distributed on an "AS IS" BASIS,
+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ~ See the License for the specific language governing permissions and
+ ~ limitations under the License.
+ -->
+
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
+ package="com.android.systemui.plugin.globalactions.wallet">
+
+ <uses-sdk
+ android:minSdkVersion="29"
+ android:targetSdkVersion="29"/>
+
+ <application/>
+</manifest>