Skip to content
Snippets Groups Projects
Commit d2016a44 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Add isAmazon field for device descrption

(cherry picked from commit 5ad3cd8d)
parent 44fc2e55
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,7 @@ public class AndroidDevices {
public final static boolean hasNavBar;
public final static boolean hasTsp;
public final static boolean isAndroidTv;
public final static boolean isAmazon = TextUtils.equals(Build.MANUFACTURER,"Amazon");
public final static boolean isChromeBook;
public static final boolean hasPiP;
public final static boolean showInternalStorage = !TextUtils.equals(Build.BRAND, "Swisscom") && !TextUtils.equals(Build.BOARD, "sprint");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment