The Amlogic TVB-906X is Android TV

Sam Lantinga 2020-01-11 04:34:23 -08:00
parent 5d28c31548
commit a7bf6af8c4
1 changed files with 3 additions and 0 deletions

View File

@ -976,6 +976,9 @@ public class SDLActivity extends Activity implements View.OnSystemUiVisibilityCh
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;
}