Skip to content

Commit 8b823fb

Browse files
committed
test adding exported to test manifest
1 parent a29c4d3 commit 8b823fb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

android/sdl_android/src/androidTest/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616

1717
<application android:debuggable="true">
1818
<uses-library android:name="android.test.runner" />
19-
<activity android:name=".managers.lockscreen.SDLLockScreenActivity"/>
19+
<activity android:name=".managers.lockscreen.SDLLockScreenActivity"
20+
android:exported="true"/>
2021
</application>
2122

2223
</manifest>

0 commit comments

Comments
 (0)