Package lu.die.fozacompatibility
Interface FozaActivityObserver
public interface FozaActivityObserver
- Version:
- 1.0
- Author:
- king@62v.net
-
Method Summary
Modifier and TypeMethodDescriptionvoidafterApplicationCreate(String packageName, String processName) Get call back after the app launch
-
Method Details
-
afterApplicationCreate
Get call back after the app launch- Parameters:
packageName- application package name in current process (container app)processName- container sandboxed application process name
-