I am very new to this , just used the TV app building inside android studio and added:
<uses-permission android:name="android.permission.WAKE_LOCK"/>
inside the Androidmanifest.xml . When I made an APK file to test it on my TV, as soon as the screen saver kicks in, it pauses the live stream and goes to screen saver.
I would appreciate any help
<uses-permission android:name="android.permission.WAKE_LOCK"/>
inside the Androidmanifest.xml . When I made an APK file to test it on my TV, as soon as the screen saver kicks in, it pauses the live stream and goes to screen saver.
I would appreciate any help