mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 14:49:53 +01:00
Remove redundant UiUtils method.
This commit is contained in:
@@ -333,11 +333,6 @@ public class UiUtils {
|
|||||||
return i;
|
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,
|
* @return true if location is enabled,
|
||||||
* or it isn't required due to this being a SDK < 28 device.
|
* or it isn't required due to this being a SDK < 28 device.
|
||||||
|
|||||||
Reference in New Issue
Block a user