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:
Mis012
2023-10-29 22:47:57 +01:00
parent 9025142bdd
commit 0b0cfed345
8 changed files with 25 additions and 11 deletions

View File

@@ -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";