intentfilter
How to implement my very own URI scheme on Android
Say I want to define that an URI such as: myapp://path/to/what/i/want?d=This%20is%20a%20test must be handled by my own application, or service. Notice that the scheme is \"myapp\" and not \"http\",[详细]
2022-12-22 19:37 分类:问答Intent action for network events in android sdk
I need to receive broadcasts for network actions like network connected, disconnected etc. I am using a broadcast receiver for this purpose. Can anyone please tell me which intent action I need to cap[详细]
2022-12-20 20:22 分类:问答Android - Registering a broadcast receiver for two intents?
I was wondering is it possible to register a broadcast receiver to receive two intents? My code is as follows:[详细]
2022-12-20 19:57 分类:问答Capturing HOME intent programmatically
I need my activity to handle HOME button press with a receiver programmatically, 开发者_如何学运维but the event is not firing.I can,[详细]
2022-12-20 02:59 分类:问答Is there any way to put extras to Intent from preferences?
Hi i\'m launching activity from preferences screen. Activity i开发者_如何学Pythons shared among three preferences.[详细]
2022-12-16 12:30 分类:问答How to open email attachment in my app on android?
I want to open a specific type of file that my app can already send over ema开发者_开发知识库il as an attachment.I need to be able to have the android email app choose my app to download or open that[详细]
2022-12-15 19:51 分类:问答Android SMS receiver not working [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2022-12-14 10:20 分类:问答Intercepting links from the browser to open my Android app
I\'d like to be able to prompt my app to open a link when user clicks on an URL of a given pattern instead of allowing the browser t开发者_StackOverflow中文版o open it.This could be when the user is o[详细]
2022-12-09 09:38 分类:问答