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:
@@ -443,4 +443,8 @@ public class Context extends Object {
|
||||
public void unbindService(ServiceConnection serviceConnection) {}
|
||||
|
||||
public void unregisterReceiver(BroadcastReceiver receiver) {}
|
||||
|
||||
public Context createPackageContext(String dummy, int dummy2) {
|
||||
return this; // FIXME?
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user