python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to fetch Video File Paths From Android Tv Internal and Sd Card Storage...?
I am using following code to fetch video file paths that is available on Android offical documentation..
fun getAllVideosPath(context: Context) {
val videoList = mutableListOf<VideoInfo>...
Ali Jawad Hussain Gorayya
Votes: 0
Answers: 0
How can I get the android package name and close the app using adb shell command
I'm trying to get the package name of an android app using adb commands. I've discovered this part:
adb shell "dumpsys window windows | grep -E 'mCurrentFocus'", which gives me this:
As far...
Marius-Marian Burlacu
Votes: 0
Answers: 1
Screen get abnormal when I rotate screen using java on Android TV api 29
I am rotating the screen from landscape to portrait but the screen works abnormally when I do this. The screen size gets small.
The app is working fine in android API version 23 but with 29 this issue...
Alex Advent
Votes: 0
Answers: 0
How to get battery percentage or low battery information(to be specific) of the RCU in Android TV
How to get the information about current battery level or low battery level information of the RCU (remote control unit) for my Android TV.
I need to show customised message when the battery level is ...
Rahul Das
Votes: 0
Answers: 0