intentfilter
define two intent in An Activity
I need to start an Activity with two different Intent, can I define two Intents In an Activity node? An real example is: in my current application, I want to start an main Activity in 开发者_运维技巧[详细]
2023-01-06 14:47 分类:问答What are Intent Filters exactly?
I\'ve read lots of articles about intent filters and I reall开发者_JAVA百科y can\'t understand exactly what they do?[详细]
2023-01-05 20:08 分类:问答Android-Broadcast Receiver and Intent Filter
I am new to android platform.please help me out how the Broadcast Receiver and Intent Filterbehaves in android.please explain in simple line or with example.thanks in advan开发者_JS百科ce...A broadcas[详细]
2023-01-05 15:56 分类:问答Findout if a default viewer exist
I know how to lunch another activity, But how do I meke sure an activity exist for my MIME type before starting the activity? for example if I have a PDF file that I want to display, how do I make sur[详细]
2023-01-05 15:26 分类:问答Do I need to add an intent-filter when starting a service?
I am following a tutorial to setup a service to start on boot where the last piece of the code is: Make an entry of this service in AndroidManifest.xml as[详细]
2023-01-04 15:36 分类:问答How to get "all" (or the MAIN/LAUNCHER) android intent
i want receive all start app intents (i think MAIN/LAUNCHER, see below) to log how often i used the application. So i do not want create an activity... I tried several receiver blocks, bu开发者_如何学[详细]
2023-01-02 02:40 分类:问答Launch custom android application from android browser
Can anybody please gui开发者_Go百科de me regarding how to launch my android application from the android browser? Use an <intent-filter> with a <data> element. For example, to handle all l[详细]
2023-01-01 18:21 分类:问答Logging broadcast Intents and manually trigger them (Android)
during my development in android I\'ve missed a开发者_开发技巧 function that can log every broadcast intent that occur. Sometimes it had been very useful to have a function like that...[详细]
2023-01-01 09:35 分类:问答App will not launch from drawer after phone is removed from car dock
I am creating a replacement Car Home app for Android 2.0+ devices. The app needs to launch when the phone is inserted into the car dock, as well as terminate when it is removed from the dock. It also[详细]
2022-12-29 02:11 分类:问答How to list Activities which match an intent?
I have a few separate applications which开发者_开发技巧 are all launched purely through a main application.[详细]
2022-12-27 01:09 分类:问答