mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-30 19:56:10 +00:00
Skip importing external storage option
This commit is contained in:
parent
d668c9552f
commit
5228f25e8c
1 changed files with 3 additions and 0 deletions
|
@ -1384,6 +1384,9 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
|
|||
continue;
|
||||
}
|
||||
|
||||
if ("external_storage".equals(key))
|
||||
continue;
|
||||
|
||||
Object value = jsetting.get("value");
|
||||
String type = jsetting.optString("type");
|
||||
Log.i("Setting name=" + key + " value=" + value + " type=" + type);
|
||||
|
|
Loading…
Reference in a new issue