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