Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
The Amlogic X96 is a set-top box
  • Loading branch information
slouken committed Oct 2, 2018
1 parent 679d355 commit ae5317e
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -835,6 +835,9 @@ public static boolean isAndroidTV() {
if (Build.MANUFACTURER.equals("MINIX") && Build.MODEL.equals("NEO-U1")) {
return true;
}
if (Build.MANUFACTURER.equals("Amlogic") && Build.MODEL.equals("X96-W")) {
return true;
}
return false;
}

Expand Down

0 comments on commit ae5317e

Please sign in to comment.