api-impl: add misc stubs/impls

This commit is contained in:
Mis012
2024-06-13 21:00:06 +02:00
parent 725df91af9
commit 81797c2667
13 changed files with 92 additions and 8 deletions

View File

@@ -22,4 +22,7 @@ public abstract class Service extends Context {
System.out.println("stopForeground(" + remove + ") called");
}
public Application getApplication() {
return this_application;
}
}