|
3 | 3 | android:versionCode="87" |
4 | 4 | android:versionName="1.4.87" > |
5 | 5 |
|
6 | | - <uses-sdk android:minSdkVersion="10" android:targetSdkVersion="30"/> |
| 6 | + <uses-sdk android:minSdkVersion="10" android:targetSdkVersion="36"/> |
7 | 7 | <uses-permission android:name="android.permission.INTERNET"/> |
8 | 8 | <uses-permission android:name="android.permission.PERSISTENT_ACTIVITY"/> |
9 | 9 | <uses-permission android:name="android.permission.BIND_INPUT_METHOD"/> |
|
27 | 27 | android:label="@string/app_name" |
28 | 28 | android:launchMode="singleInstance" |
29 | 29 | android:name=".JActivity" |
| 30 | + android:exported="true" |
30 | 31 | android:theme="@style/AppTheme" > |
31 | 32 | <intent-filter > |
32 | 33 | <action android:name="android.intent.action.MAIN" /> |
|
36 | 37 |
|
37 | 38 | <activity |
38 | 39 | android:name="com.jsoftware.j.android.EditActivity" |
| 40 | + android:exported="true" |
39 | 41 | android:theme="@style/AppTheme" > |
40 | 42 | <intent-filter > |
41 | 43 | <action android:name="com.jsoftware.j.android.EDIT" /> |
|
45 | 47 | <activity |
46 | 48 | android:label="@string/help_name" |
47 | 49 | android:name=".HelpActivity" |
| 50 | + android:exported="true" |
48 | 51 | android:theme="@style/AppTheme" > |
49 | 52 | <intent-filter > |
50 | 53 | <action android:name="com.jsoftware.j.android.HELP" /> |
|
54 | 57 | <activity |
55 | 58 | android:label="@string/wdactivity_name" |
56 | 59 | android:name="com.jsoftware.jn.wd.JWdActivity" |
| 60 | + android:exported="true" |
57 | 61 | android:theme="@style/AppTheme" > |
58 | 62 | </activity> |
59 | 63 |
|
60 | 64 | <activity |
61 | 65 | android:label="@string/textviewactivity_name" |
62 | 66 | android:name="com.jsoftware.jn.wd.JTextViewActivity" |
| 67 | + android:exported="true" |
63 | 68 | android:theme="@style/AppTheme" > |
64 | 69 | </activity> |
65 | 70 |
|
|
0 commit comments