|
|
@ -965,8 +965,12 @@ public class ActivitySetup extends ActivityBase implements FragmentManager.OnBac
|
|
|
|
Build.VERSION.SDK_INT >= Build.VERSION_CODES.O)
|
|
|
|
Build.VERSION.SDK_INT >= Build.VERSION_CODES.O)
|
|
|
|
continue;
|
|
|
|
continue;
|
|
|
|
|
|
|
|
|
|
|
|
if ("language".equals(key))
|
|
|
|
// Prevent restart
|
|
|
|
continue; // language might not be supported
|
|
|
|
if ("secure".equals(key) ||
|
|
|
|
|
|
|
|
"shortcuts".equals(key) ||
|
|
|
|
|
|
|
|
"language".equals(key) ||
|
|
|
|
|
|
|
|
"query_threads".equals(key))
|
|
|
|
|
|
|
|
continue;
|
|
|
|
|
|
|
|
|
|
|
|
if (key != null && key.startsWith("widget."))
|
|
|
|
if (key != null && key.startsWith("widget."))
|
|
|
|
continue;
|
|
|
|
continue;
|
|
|
|