api-impl: misc additions for different apps

This commit is contained in:
Julian Winkler
2025-06-18 09:02:08 +02:00
parent d898966e04
commit bf5eb099bd
20 changed files with 109 additions and 4 deletions

View File

@@ -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: