Skip to content

Commit ae24d53

Browse files
committed
AndroidManifest
1 parent ca2f80c commit ae24d53

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

AndroidManifest.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
android:versionCode="87"
44
android:versionName="1.4.87" >
55

6-
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="30"/>
6+
<uses-sdk android:minSdkVersion="10" android:targetSdkVersion="36"/>
77
<uses-permission android:name="android.permission.INTERNET"/>
88
<uses-permission android:name="android.permission.PERSISTENT_ACTIVITY"/>
99
<uses-permission android:name="android.permission.BIND_INPUT_METHOD"/>
@@ -27,6 +27,7 @@
2727
android:label="@string/app_name"
2828
android:launchMode="singleInstance"
2929
android:name=".JActivity"
30+
android:exported="true"
3031
android:theme="@style/AppTheme" >
3132
<intent-filter >
3233
<action android:name="android.intent.action.MAIN" />
@@ -36,6 +37,7 @@
3637

3738
<activity
3839
android:name="com.jsoftware.j.android.EditActivity"
40+
android:exported="true"
3941
android:theme="@style/AppTheme" >
4042
<intent-filter >
4143
<action android:name="com.jsoftware.j.android.EDIT" />
@@ -45,6 +47,7 @@
4547
<activity
4648
android:label="@string/help_name"
4749
android:name=".HelpActivity"
50+
android:exported="true"
4851
android:theme="@style/AppTheme" >
4952
<intent-filter >
5053
<action android:name="com.jsoftware.j.android.HELP" />
@@ -54,12 +57,14 @@
5457
<activity
5558
android:label="@string/wdactivity_name"
5659
android:name="com.jsoftware.jn.wd.JWdActivity"
60+
android:exported="true"
5761
android:theme="@style/AppTheme" >
5862
</activity>
5963

6064
<activity
6165
android:label="@string/textviewactivity_name"
6266
android:name="com.jsoftware.jn.wd.JTextViewActivity"
67+
android:exported="true"
6368
android:theme="@style/AppTheme" >
6469
</activity>
6570

0 commit comments

Comments
 (0)