Skip to content

Commit 28abe0b

Browse files
committed
Declare the launcher activity exported, required from API 31
1 parent b45530c commit 28abe0b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

android/wolfcryptjni-ndk-gradle/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
android:theme="@style/AppTheme"
1313
tools:ignore="GoogleAppIndexingWarning">
1414

15-
<activity android:name="com.wolfssl.wolfcryptjni_ndk_gradle.MainActivity">
15+
<activity android:name="com.wolfssl.wolfcryptjni_ndk_gradle.MainActivity"
16+
android:exported="true">
1617
<intent-filter>
1718
<action android:name="android.intent.action.MAIN" />
1819

0 commit comments

Comments
 (0)