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

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -