8000 added new test activity to manifest · Fiv38/android-database-sqlcipher@21c6100 · GitHub
[go: up one dir, main page]

Skip to content

Commit 21c6100

Browse files
committed
added new test activity to manifest
1 parent 07e5f2f commit 21c6100

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

AndroidManifest.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3-
package="info.guardianproject.database.sqlcipher"
3+
packa 844E ge="info.guardianproject.database"
44
android:versionCode="1"
55
android:versionName="1.0">
66
<application android:icon="@drawable/icon" android:label="@string/app_name">
77

8-
8+
<activity android:name="example.SQLDemoActivity">
9+
<intent-filter>
10+
<action android:name="android.intent.action.MAIN" />
11+
<category android:name="android.intent.category.LAUNCHER" />
12+
</intent-filter>
13+
</activity>
914
</application>
1015

1116

0 commit comments

Comments
 (0)
0