Hello, found this:
Haven't get into the reflector yet, so perhaps anyone can provide the correct syntax?
It would be a nice getting-started for me, thank you
B4X:
Object service = getSystemService("statusbar"); Class<?> statusbarManager = Class.forName("android.app.StatusBarManager"); Method expand = statusbarManager.getMethod("expand"); expand.invoke(service);
Haven't get into the reflector yet, so perhaps anyone can provide the correct syntax?
It would be a nice getting-started for me, thank you