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: add misc stubs
This commit is contained in:
@@ -20,6 +20,10 @@ public class Intent {
|
||||
}
|
||||
public Intent(String action, Uri uri, Context packageContext, Class<?> cls) {}
|
||||
|
||||
public Intent addFlags(int flags) {
|
||||
return this; //??
|
||||
}
|
||||
|
||||
public Intent setFlags(int flags) {
|
||||
return this; //??
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user