summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Kennedy <skennedy@google.com>2014-10-14 16:31:05 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-14 16:31:05 +0000
commit6e3f87f6d61b0ddfed78a33fcda78f2e49ae4a28 (patch)
treec6bcb3dce6508f463f53668ab3d57de3330af991
parent5c4d941d30f58c2ac94490feb0b37be90cbfd904 (diff)
parentf24d4e83f5b96ccbc018cc27a0f18175a9631956 (diff)
downloadandroid_frameworks_opt_datetimepicker-6e3f87f6d61b0ddfed78a33fcda78f2e49ae4a28.tar.gz
android_frameworks_opt_datetimepicker-6e3f87f6d61b0ddfed78a33fcda78f2e49ae4a28.tar.bz2
android_frameworks_opt_datetimepicker-6e3f87f6d61b0ddfed78a33fcda78f2e49ae4a28.zip
am f24d4e83: Add an <application> tag to the manifest
* commit 'f24d4e83f5b96ccbc018cc27a0f18175a9631956': Add an <application> tag to the manifest
-rw-r--r--AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5d65337..6f97e40 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -23,4 +23,6 @@
android:targetSdkVersion="17" />
<uses-permission android:name="android.permission.VIBRATE" />
+
+ <application />
</manifest>