summaryrefslogtreecommitdiff
path: root/java/com/android/bubble/AndroidManifest.xml
diff options
context:
space:
mode:
authoryueg <yueg@google.com>2018-02-02 17:28:02 -0800
committerCopybara-Service <copybara-piper@google.com>2018-02-05 16:33:16 -0800
commitbeaaff27e6ea36ddab00ccf259bb73a18208f5c2 (patch)
tree5757287797756cc443b25e2007244f0cbee75a44 /java/com/android/bubble/AndroidManifest.xml
parent3c7c669918e58f301f27b4d9cbb7d80a7b4ebabc (diff)
Remove bubble v1.
Bug: 67605985 Test: manual PiperOrigin-RevId: 184358120 Change-Id: I17288da2b059f18bd51247e27aa174c7994e6f05
Diffstat (limited to 'java/com/android/bubble/AndroidManifest.xml')
-rw-r--r--java/com/android/bubble/AndroidManifest.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/java/com/android/bubble/AndroidManifest.xml b/java/com/android/bubble/AndroidManifest.xml
deleted file mode 100644
index 80efe5caa..000000000
--- a/java/com/android/bubble/AndroidManifest.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<!--
- ~ Copyright (C) 2017 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.bubble">
-
- <uses-sdk android:minSdkVersion="21"/>
- <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
-</manifest>