Skip to content

Commit e285c52

Browse files
committed
Fix link to SDLLockScreenActivity for espresso test
1 parent cc51569 commit e285c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/sdl_android/src/androidTest/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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="com.smartdevicelink.managers.lockscreen.SDLLockScreenActivity" />
2020
</application>
2121

2222
</manifest>

0 commit comments

Comments
 (0)