MCPcopy Create free account
hub / github.com/M66B/FairEmail / isArc

Method isArc

app/src/main/java/eu/faircode/email/Helper.java:1750–1753  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1748 }
1749
1750 static boolean isArc() {
1751 // https://github.com/google/talkback/blob/master/utils/src/main/java/com/google/android/accessibility/utils/FeatureSupport.java
1752 return (Build.DEVICE != null) && Build.DEVICE.matches(".+_cheets|cheets_.+");
1753 }
1754
1755 static boolean canFold(Context context) {
1756 try {

Callers 3

onResumeMethod · 0.95
getAppInfoMethod · 0.95

Calls 1

matchesMethod · 0.45

Tested by

no test coverage detected