intentfilter
Correct Android intent-filter configuration to associate a file type with an Activity?
This question has been asked [numerous times] before, but I have not seen any definitive answers, or examples of code that actually works.[详细]
2023-01-24 16:59 分类:问答Android: How to get a list of all available intent filters?
I have search Android docs and for some insane reason I am not able to find the list of all available intent filters.[详细]
2023-01-23 05:17 分类:问答Android - Intent Filter?
I am trying to register my Activity so that it can be used by the Activity chooser/picker allowing a user to choose whether or not to select my application/Activity to complete what they are trying to[详细]
2023-01-23 03:34 分类:问答How to exclude my own Activity from Activity.startActivity(Intent) chooser?
My app works with pictures. It can take multiple pictures as an input, process th开发者_StackOverflowem, and send them again to another app.[详细]
2023-01-20 03:56 分类:问答Add to menu using addIntentOptions providing multiple intents for a single activity
I want to use addIntentOptions to drive my menus when ever possible. This seems the cleanest way to provide them. Rather than explicitly detailing activities, simply ask for a menu listing all the act[详细]
2023-01-19 17:09 分类:问答Is it possible in Android to open other App than the one you clicked on?
I am wondering if it is possible to intercept an open application 开发者_如何学Pythoncall, for any(most of the) installed application. Or at least for opening the Activity having the intent-filter\'s[详细]
2023-01-19 16:36 分类:问答Android intent filter: associate app with file extension
I have a custom file type/extension that I want to associate my app with. As far as I know, the data element is made for this purpose, but I can\'t get it working.[详细]
2023-01-17 12:00 分类:问答Intent definition in Manifest file
I would like to start my own SMS editor when user selects \"Send message\" from contacts application. How do I define intent in manifest file开发者_Go百科 to allow passing contact details to the edito[详细]
2023-01-17 11:17 分类:问答Android intent filter data path example
I tried using the following data in my intent filter: <data android:scheme=开发者_StackOverflow社区\"http\" android:host=\"an.example.i.p\" android:pathPrefix=\"t\" />[详细]
2023-01-13 00:32 分类:问答What are intent-filters in Android?
In my android app, I wanted to start an activity \'B\' from initial activity \'A\'. I have created classes for both of these. However when using following code to start B, I get a runtime error: appli[详细]
2023-01-08 20:42 分类:问答