Artifact 091bb28f1cdf3e7cc6fbba54d1b0eae7bba6f594:
- File sqlite/sqlite3/src/main/AndroidManifest.xml — part of check-in [b5fcf9e7da] at 2016-05-19 15:24:07 on branch android-studio — Upgrade this module so that it takes the form of an Android Studio project. (user: dan size: 267)
- File sqlite3/src/main/AndroidManifest.xml — part of check-in [89726d7811] at 2016-05-19 18:01:52 on branch android-studio — Remove the "project" directory from this module. The root of the source tree is now the root of the android studio project. (user: dan size: 267)
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.sqlite.database"> <application android:allowBackup="true" android:label="@string/app_name" android:supportsRtl="true"> </application> </manifest>