forked from sqlcipher/android-database-sqlcipher
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAndroidManifest.xml
More file actions
Latest commit
17 lines (14 loc) · 600 Bytes
/
Copy pathAndroidManifest.xml
File metadata and controls
17 lines (14 loc) · 600 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<manifestxmlns:android="http://schemas.android.com/apk/res/android"
package="info.guardianproject.database"android:versionCode="4"
android:versionName="v1 (0.0.6.FINAL)">
<uses-sdkandroid:minSdkVersion="7"></uses-sdk>
<applicationandroid:icon="@drawable/icon"android:label="@string/app_name">
<activityandroid:name="example.SQLDemoActivity">
<intent-filter>
<actionandroid:name="android.intent.action.MAIN" />
<categoryandroid:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>