How to set ATV Launcher Pro as default launcher?
I tried according to this instruction but I have the latest version of Android on my Mi Box 3 and I don't have option to change the default launcher.
How to set ATV Launcher Pro as default launcher?
I tried according to this instruction but I have the latest version of Android on my Mi Box 3 and I don't have option to change the default launcher.
On my Sony TV, I had to deactivate the Android TV Launcher via ADB.
adb shell pm disable-user --user 0 com.google.android.tvlauncher
to re-enable
adb shell pm enable --user 0 com.google.android.tvlauncher