You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
add AssetManager.getArrayIntResource and Context.getString
This commit is contained in:
@@ -167,6 +167,10 @@ public class Context extends Object {
|
||||
return r.getString(resId);
|
||||
}
|
||||
|
||||
public final String getString (int resId, Object... formatArgs) {
|
||||
return r.getString(resId, formatArgs);
|
||||
}
|
||||
|
||||
public PackageManager getPackageManager() {
|
||||
return new PackageManager();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user