src/api-impl: misc stubbing

This commit is contained in:
Mis012
2022-12-27 17:21:21 +01:00
parent 696fa5a192
commit 2e4590c4d8
15 changed files with 226 additions and 52 deletions

View File

@@ -41,6 +41,8 @@ public class Settings {
switch(key) {
case "accelerometer_rotation":
return 0; // degrees? no clue
case "always_finish_activities":
return 0; // we certainly don't aggressively kill activities :P
default:
java.lang.System.out.println("!!!! Settings$System.getInt: unknown key: >"+key+"<");
return 0; // TODO: should be -1 probably?