MCPcopy Create free account
hub / github.com/Card-Forge/forge / isMiUi

Method isMiUi

forge-gui-android/src/forge/app/Main.java:137–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135 }
136
137 public static boolean isMiUi() {
138 return !TextUtils.isEmpty(getSystemProperty("ro.miui.ui.version.name"));
139 }
140
141 public boolean needExternalFileAccess() {
142 return Build.VERSION.SDK_INT >= Build.VERSION_CODES.R && !Environment.isExternalStorageManager();

Callers 1

onCreateMethod · 0.95

Calls 2

getSystemPropertyMethod · 0.95
isEmptyMethod · 0.65

Tested by

no test coverage detected