Skip to content

Commit

Permalink
The Amlogic TVB-906X is Android TV
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 11, 2020
1 parent 5d28c31 commit a7bf6af
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -976,6 +976,9 @@ public static boolean isAndroidTV() {
if (Build.MANUFACTURER.equals("Amlogic") && Build.MODEL.equals("X96-W")) {
return true;
}
if (Build.MANUFACTURER.equals("Amlogic") && Build.MODEL.startsWith("TV")) {
return true;
}
return false;
}

Expand Down

0 comments on commit a7bf6af

Please sign in to comment.