add more API stubs for NewPipe

This commit is contained in:
Julian Winkler
2023-09-19 23:22:21 +02:00
parent 2013024971
commit c830abc5f3
34 changed files with 310 additions and 23 deletions

View File

@@ -54,6 +54,10 @@ public class Settings {
public static Uri getUriFor(String name) {
return null;
}
public static float getFloat(ContentResolver cr, String key, float def) {
return 0.0f;
}
}
public static final class Global {