Skip importing widget settings

This commit is contained in:
M66B
2019-11-09 13:59:34 +01:00
parent 3ccdf10bb1
commit 582223be97
2 changed files with 5 additions and 0 deletions

View File

@@ -878,6 +878,9 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
if ("alert_once".equals(key))
continue;
if (key != null && key.startsWith("widget."))
continue;
Object value = jsetting.get("value");
String type = jsetting.optString("type");
Log.i("Setting name=" + key + " value=" + value + " type=" + type);