summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Kennedy <skennedy@google.com>2014-10-15 02:03:06 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-15 02:03:06 +0000
commit69227b96af9123d3ccc707e969365660fca0afa8 (patch)
treeee7a026c4915b7cba2d82ac6a1bdcbb76597fd92
parente3ad6a798f9d25ec5d5759c7ff9a950729d27598 (diff)
parent68f5d54b9b8e672bbee9ba24a19d9c92506d57fb (diff)
downloaddatetimepicker-69227b96af9123d3ccc707e969365660fca0afa8.tar.gz
am 68f5d54b: am 6e3f87f6: am f24d4e83: Add an <application> tag to the manifest
* commit '68f5d54b9b8e672bbee9ba24a19d9c92506d57fb': 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>