summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Kennedy <skennedy@google.com>2014-10-15 02:21:20 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-15 02:21:20 +0000
commitdf4fec78aa42371d4ffba337cb17bd234c51178d (patch)
tree65b799326396e5d726e2d036990a9e840917be3a
parent0ac58be07cb902df5312fd4568a4c9de27d861b7 (diff)
parent69227b96af9123d3ccc707e969365660fca0afa8 (diff)
downloadandroid_frameworks_opt_datetimepicker-df4fec78aa42371d4ffba337cb17bd234c51178d.tar.gz
android_frameworks_opt_datetimepicker-df4fec78aa42371d4ffba337cb17bd234c51178d.tar.bz2
android_frameworks_opt_datetimepicker-df4fec78aa42371d4ffba337cb17bd234c51178d.zip
am 69227b96: am 68f5d54b: am 6e3f87f6: am f24d4e83: Add an <application> tag to the manifest
* commit '69227b96af9123d3ccc707e969365660fca0afa8': 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>