summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAlessio Balsini <balsini@google.com>2020-01-23 10:30:38 +0000
committerAlessio Balsini <balsini@google.com>2020-01-23 10:30:38 +0000
commit88aaf34178dcfd7ae446dd9f717e09d990641aec (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /AndroidManifest.xml
parent13cb360b4e5e60e71a960d5a2d014ea7c9000230 (diff)
downloadQuickAccessWallet-88aaf34178dcfd7ae446dd9f717e09d990641aec.tar.gz
Revert "Initial commit"
This reverts commit 13cb360b4e5e60e71a960d5a2d014ea7c9000230. Reason for revert: Droidcop-triggered revert due to breakage https://android-build.googleplex.com/builds/quarterdeck?branch=git_master-without-vendor&target=aosp_flame-userdebug&lkgb=6154403&lkbb=6156057&fkbb=6155263, bug b/148145294 Change-Id: I98c0dfadc41bc7beb6541fb7e4a7715ab47b9052
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
deleted file mode 100644
index d0d23bc..0000000
--- a/AndroidManifest.xml
+++ /dev/null
@@ -1,26 +0,0 @@
-<?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>