summaryrefslogtreecommitdiff
path: root/assets/quantum/AndroidManifest.xml
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-11-07 17:44:18 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-11-07 17:44:18 +0000
commitcd8d440128b7ee653d80509faa6132684dfb0b38 (patch)
tree99fd7e9bb1f73d04aa11ef96fdb26b8b19196aa8 /assets/quantum/AndroidManifest.xml
parente8ee4c394f12b744f041727c5956d03879e5fc95 (diff)
parentc17d35553a243c99e74c9e2af7a5344cf7fd415d (diff)
Merge "Reorganized assets."
Diffstat (limited to 'assets/quantum/AndroidManifest.xml')
-rw-r--r--assets/quantum/AndroidManifest.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/assets/quantum/AndroidManifest.xml b/assets/quantum/AndroidManifest.xml
new file mode 100644
index 000000000..6e49f6165
--- /dev/null
+++ b/assets/quantum/AndroidManifest.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ ~ 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.google.android.assets.quantum">
+ <uses-sdk android:targetSdkVersion="4" />
+ <application/>
+</manifest>