()
| 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 { |
no test coverage detected