mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Skip importing external storage option
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user