add file check for A10 #379
This commit is contained in:
parent
010141af47
commit
7b460d25d3
2 changed files with 20 additions and 9 deletions
|
|
@ -596,7 +596,7 @@ public class BRouterActivity extends Activity implements ActivityCompat.OnReques
|
|||
}
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.Q
|
||||
if (Build.VERSION.SDK_INT < Build.VERSION_CODES.R
|
||||
&& checkExternalStorageWritable()) {
|
||||
res.add(Environment.getExternalStorageDirectory());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue