Add an <application> tag to the manifest DO NOT MERGE

Some testing infrastructure requires this.

Change-Id: I989168fb4015927fb8a79095222b72bd59e0d7f2
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 02ea564..bfc1073 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -21,4 +21,6 @@
         android:minSdkVersion="11"
         android:targetSdkVersion="19" />
 
-</manifest>
\ No newline at end of file
+    <application />
+
+</manifest>