Please rate tvusage app in Google Playstore ✍
By default, Google/Android TV doesn’t let you pick third-party launchers directly. But don’t worry — with a quick ADB setup, you can make tvusage your launcher in just a few steps.
Install ADB on your Windows, Mac, or Linux computer.
👉 ADB setup tutorial
On your TV, go to Settings → Device preference → About.
Click Build 7 times to unlock Developer options.
Then go to Settings → Network & Internet, pick your Wi-Fi, and note your TV’s IP address.
On your computer, run:
$ adb connect <ANDROID_TV_IP_ADDRESS>
This is the trick that forces Android TV to let you choose TVUsage.
Run the command below, replacing with the launcher you’re using:
👉 If Android TV Launcher:
$ adb shell pm uninstall --user 0 com.google.android.tvlauncher
👉 If Google TV Launcher:
$ adb shell pm uninstall --user 0 com.google.android.apps.tv.launcherx
💡 Tip: The latest tvusage app shows the exact package name in tvusage app > settings, so check there first.
Press the HOME button on your remote.
Your TV will now ask which launcher to use → choose TVUsage 🎯
Done! Enjoy distraction-free TV with your new launcher.
🔄 Want to Go Back Later?
No problem — just reinstall the default launcher:
👉 For Android TV Launcher:
$ adb shell pm install-existing com.google.android.tvlauncher
👉 For Google TV Launcher:
$ adb shell pm install-existing com.google.android.apps.tv.launcherx
📧 Still stuck? Reach us anytime at support@tvusage.app