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
misc: fix stuff up to make SDL example work again
it still behaves weirdly, should probably find some other example since I don't trust my own code.
This commit is contained in:
@@ -10,6 +10,8 @@ public class Settings {
|
||||
switch (key) {
|
||||
case "android_id":
|
||||
return "_totally_an_androidID"; // TODO: is this a good ID? :P
|
||||
case "advertising_id":
|
||||
return "";
|
||||
default:
|
||||
java.lang.System.out.println("!!!! Settings$Secure.getString: unknown key: >" + key + "<");
|
||||
return "NOTICEME";
|
||||
|
||||
Reference in New Issue
Block a user