Artifact 59aba4c620b016f38cde96755e7a6710525d8e80:
- File sqlite/sqlite3test/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: 667)
- File sqlite3test/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: 667)
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.sqlite.customsqlitetest"> <application android:allowBackup="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_name" android:supportsRtl="true" android:theme="@style/AppTheme"> <activity android:name=".MainActivity"> <intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> </activity> </application> </manifest>