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>