I am new to android. I want to know about..
I want to develop an app which start when another app(like gmail or facebook etc.) in the device started. I have no idea of how to develop this app. I want to support from API 21 & above
For older version of android below 8.0 i can use service and launch my app when specific app started (like applocker) But with higher version of android service is not allowed.
And How i can start a service or any alternative class/component in android 8.0 and higher when my app is not running(killed). thanks.