commit | 6e3f87f6d61b0ddfed78a33fcda78f2e49ae4a28 | [log] [tgz] |
---|---|---|
author | Scott Kennedy <skennedy@google.com> | Tue Oct 14 16:31:05 2014 +0000 |
committer | Android Git Automerger <android-git-automerger@android.com> | Tue Oct 14 16:31:05 2014 +0000 |
tree | c6bcb3dce6508f463f53668ab3d57de3330af991 | |
parent | 5c4d941d30f58c2ac94490feb0b37be90cbfd904 [diff] | |
parent | f24d4e83f5b96ccbc018cc27a0f18175a9631956 [diff] |
am f24d4e83: Add an <application> tag to the manifest * commit 'f24d4e83f5b96ccbc018cc27a0f18175a9631956': Add an <application> tag to the manifest
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>