Merge "Bring along BridgeContext for the ride." into klp-dev
This commit is contained in:
@@ -1406,4 +1406,22 @@ public final class BridgeContext extends Context {
|
||||
public int getUserId() {
|
||||
return 0; // not used
|
||||
}
|
||||
|
||||
@Override
|
||||
public File[] getExternalFilesDirs(String type) {
|
||||
// pass
|
||||
return new File[0];
|
||||
}
|
||||
|
||||
@Override
|
||||
public File[] getObbDirs() {
|
||||
// pass
|
||||
return new File[0];
|
||||
}
|
||||
|
||||
@Override
|
||||
public File[] getExternalCacheDirs() {
|
||||
// pass
|
||||
return new File[0];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user