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
src/api-impl: misc stubbing
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user