blob: 6f97e40c4cf17aaa06d6e02c9229bc980cc688fb [file] [log] [blame]
James Kung3e9818e2013-03-08 10:58:25 -08001<?xml version="1.0" encoding="utf-8"?>
Sam Blitzstein6e896f82013-02-15 16:46:06 -08002<!-- Copyright (C) 2013 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-->
Sam Blitzstein6e896f82013-02-15 16:46:06 -080016<manifest xmlns:android="http://schemas.android.com/apk/res/android"
17 package="com.android.datetimepicker"
James Kung3e9818e2013-03-08 10:58:25 -080018 android:versionCode="1"
19 android:versionName="1.0" >
20
21 <uses-sdk
Andrew Sappersteind67278f2013-10-21 18:37:58 -070022 android:minSdkVersion="14"
James Kung3e9818e2013-03-08 10:58:25 -080023 android:targetSdkVersion="17" />
Sam Blitzstein6e896f82013-02-15 16:46:06 -080024
25 <uses-permission android:name="android.permission.VIBRATE" />
Scott Kennedyf24d4e82014-10-14 09:09:40 -070026
27 <application />
Sam Blitzstein6e896f82013-02-15 16:46:06 -080028</manifest>