8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e5f2f commit 21c6100Copy full SHA for 21c6100
AndroidManifest.xml
@@ -1,11 +1,16 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3
- package="info.guardianproject.database.sqlcipher"
+ packa 844E ge="info.guardianproject.database"
4
android:versionCode="1"
5
android:versionName="1.0">
6
<application android:icon="@drawable/icon" android:label="@string/app_name">
7
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>
14
</application>
15
16
0 commit comments