misc stubbing for ctr2

This commit is contained in:
Mis012
2023-01-14 14:32:37 +01:00
parent f8beaa4a7d
commit 27f3d288dd
16 changed files with 184 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ public class Intent {
public Intent (Context packageContext, Class<?> cls) {}
public Intent (String action, Uri uri, Context packageContext, Class<?> cls) {}
public Intent setFlags(int flags) {
return this; //??
}
public Intent setPackage(String packageName) {
return this; //??
}