intentfilter
Intent resolution and difference between ACTION_CHOOSER and ACTION_PICK_ACTIVITY
I have a question about intent resolution and the difference between Intent.ACTION_PICK_ACTIVITY and Intent.ACTION_CHOOSER (including it\'s convenience function version, Intent.createChooser()).[详细]
2023-04-09 10:19 分类:问答startActivity with Action and Uri crash the app
I want to open a new activity and pass it a URI of local html file(which i开发者_运维知识库s in the assets of the project):[详细]
2023-04-07 13:25 分类:问答Android custom dialler on tapping phone number links
I have to implement custom dialler application. Well it will not make regular phone call, instead it will connect to some service to estabilish VoIP connection. That is simple part I think I can handl[详细]
2023-04-07 07:23 分类:问答About starting Android app from an URL
I 开发者_JAVA技巧am trying to figure out how to start an app from a URL, and how I should write that URL.[详细]
2023-04-04 15:44 分类:问答Match HTTP parameters in URL with Android Intent Filters
I\'m trying to put 开发者_运维知识库together an intent filter to start my application when a certain HTML URL is accessed in the browser.I have no problems doing so when it\'s a standard url, like www[详细]
2023-04-02 01:57 分类:问答getBoolean(EXTRA_NO_CONNECTIVITY) always returns false
One time that I had a prob, you guys were really helpful. So here I am again with another problem I have fallen onto... :/[详细]
2023-04-01 13:54 分类:问答How to receive the TIME_TICK intent
This isn\'t a very advanced question, I just don\'t understand how exactly to receive intents in Android. I want to update a clock app (only when it\'s in the foreground) every minute. I guess I have[详细]
2023-03-31 09:35 分类:问答Protocol not supported android
Im getting this error when trying to get links to launch my activity from the browser 08-24 16:38:13.877: ERROR/Tab(358): onReceivedError -10 wizi://logout The protocol is not supported.[详细]
2023-03-30 23:42 分类:问答Android Intent-Filter for Multi Screen
I want to launch my application from web browser in Android using Intent-Filter based on scheme, host in the DATA tag like this.[详细]
2023-03-30 07:39 分类:问答android filter url in "intent-filter"
I\'m developing a application for download image. I have successful to trigger my app when the user click the download image link.How do i filter the specific URL?[详细]
2023-03-24 18:33 分类:问答