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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - How can I merge Nodes & Webform Submissions into instances of one general Content Type in Drupal 6? -