Add dummy AndroidManifest.xml

Change-Id: I06380a798a7700291c9e479ee3f6158084f9349f
This commit is contained in:
Tony Mantler 2014-05-05 11:35:43 -07:00
parent 32471fc22e
commit a77f47b085
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.emailcommon"
android:versionCode="1">
<uses-sdk android:targetSdkVersion="19" android:minSdkVersion="14" />
</manifest>