summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Kennedy <skennedy@google.com>2014-10-14 09:09:40 -0700
committerScott Kennedy <skennedy@google.com>2014-10-14 09:09:40 -0700
commitf24d4e83f5b96ccbc018cc27a0f18175a9631956 (patch)
treec6bcb3dce6508f463f53668ab3d57de3330af991
parentacb426abf42f61c87dcbbf47fe4f837ced64bf08 (diff)
downloadandroid_frameworks_opt_datetimepicker-f24d4e83f5b96ccbc018cc27a0f18175a9631956.tar.gz
android_frameworks_opt_datetimepicker-f24d4e83f5b96ccbc018cc27a0f18175a9631956.tar.bz2
android_frameworks_opt_datetimepicker-f24d4e83f5b96ccbc018cc27a0f18175a9631956.zip
Add an <application> tag to the manifest
Some testing infrastructure requires this. Change-Id: I33080ef9230b961e0e6453c3e631e1219e97e18a
-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>