Skip to content

Commit b4ee5c3

Browse files
authored
fix(android-sdk): should not export LogtoWebViewAuthActivity (#204)
1 parent af0b32f commit b4ee5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android-sdk/android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<application>
1313
<activity android:name=".auth.logto.LogtoWebViewAuthActivity"
14-
android:exported="true"
14+
android:exported="false"
1515
android:configChanges="orientation|screenSize|keyboard|keyboardHidden"
1616
android:launchMode="singleTop" />
1717

0 commit comments

Comments
 (0)