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
api-impl: misc additions for different apps
This commit is contained in:
@@ -95,6 +95,10 @@ public class Settings {
|
||||
}
|
||||
}
|
||||
|
||||
public static float getFloat(ContentResolver cr, String key) {
|
||||
return getFloat(cr, key, -1);
|
||||
}
|
||||
|
||||
public static String getString(ContentResolver cr, String key) {
|
||||
switch (key) {
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user