Remove redundant UiUtils method.

This commit is contained in:
akwizgran
2021-07-13 15:49:33 +01:00
parent 8f392b4599
commit 4ef92f1c39

View File

@@ -333,11 +333,6 @@ public class UiUtils {
return i;
}
public static void putShowAdvancedExtra(Intent i) {
i.putExtra(SDK_INT <= 28 ? "android.content.extra.SHOW_ADVANCED" :
"android.provider.extra.SHOW_ADVANCED", true);
}
/**
* @return true if location is enabled,
* or it isn't required due to this being a SDK < 28 device.