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
api-impl: stubs and fixes for latest WhatsApp version
This commit is contained in:
committed by
Julian Winkler
parent
09a38f9a28
commit
c81442321e
@@ -96,4 +96,8 @@ public class Application extends ContextWrapper {
|
||||
}
|
||||
public void unregisterOnProvideAssistDataListener(OnProvideAssistDataListener callback) {
|
||||
}
|
||||
public static String getProcessName() {
|
||||
// note: we currently don't set the process name
|
||||
return Context.this_application.getPackageName();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user