We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29c4d3 commit 8b823fbCopy full SHA for 8b823fb
1 file changed
android/sdl_android/src/androidTest/AndroidManifest.xml
@@ -16,7 +16,8 @@
16
17
<application android:debuggable="true">
18
<uses-library android:name="android.test.runner" />
19
- <activity android:name=".managers.lockscreen.SDLLockScreenActivity"/>
+ <activity android:name=".managers.lockscreen.SDLLockScreenActivity"
20
+ android:exported="true"/>
21
</application>
22
23
</manifest>
0 commit comments