blob: a5f202dd22fc558e2f522dbfabe4bf2ed6648ee4 [file] [log] [blame]
Adam Lesinski64587af2016-02-18 18:33:06 -08001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2016 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
16
Adam Lesinski6b17d2c2016-08-10 11:37:06 -070017<manifest xmlns:android="http://schemas.android.com/apk/res/android"
18 package="com.android.aapt.app.one" coreApp="true">
19 <uses-sdk android:minSdkVersion="21" />
Adam Lesinski4b585db2017-05-12 15:25:50 -070020
21 <uses-permission-sdk-23 android:name="android.permission.TEST" android:maxSdkVersion="22" />
Adam Lesinski7a917a22017-06-02 12:55:24 -070022
23 <application>
24 <activity android:name=".MyActivity">
25 <layout android:defaultHeight="500dp"
26 android:defaultWidth="600dp" />
27 </activity>
28 </application>
Adam Lesinski6b17d2c2016-08-10 11:37:06 -070029</manifest>