Skip to content

Instantly share code, notes, and snippets.

@SMUsamaShah
Created May 13, 2025 09:53
Show Gist options
  • Save SMUsamaShah/25a1c4958fcdfe87db49da18f66dbf7a to your computer and use it in GitHub Desktop.
Save SMUsamaShah/25a1c4958fcdfe87db49da18f66dbf7a to your computer and use it in GitHub Desktop.
Disable Google Launcher on Android TV

If you are using Android TV Launcher,
$ adb shell pm uninstall --user 0 com.google.android.tvlauncher
If you are using GoogleTV Launcher,
$ adb shell pm uninstall --user 0 com.google.android.app.tv.launcherx

Source : https://www.tvusage.app/use-as-launcher

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment