Make fillBaseContext() method private
This is consistent with fillAppInfo() and fillAppContext(), which are also private.
This commit is contained in:
parent
111d02fca4
commit
a7c3c9a54c
@ -154,7 +154,7 @@ public final class Workarounds {
|
||||
}
|
||||
}
|
||||
|
||||
public static void fillBaseContext() {
|
||||
private static void fillBaseContext() {
|
||||
try {
|
||||
fillActivityThread();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user