intentfilter - Is it possible in Android to open other App than the one you clicked on? -
i wondering if possible intercept open application call, any(most of the) installed application. or @ least opening activity having intent-filter's action set main (if exists app).
no, sorry, not possible. startactivity()
calls targeted specific components , cannot intercepted. after all, massive security hole otherwise.
Comments
Post a Comment