intentfilter
Intent filter to catch links from SMS doesn't work
I\'ve read many posts on stackoverflow and doc on the Android API in order to be able to catch links from SMS or mail. For example, if I receive开发者_运维知识库 a SMS containing a link like myapp://h[详细]
2023-02-05 13:57 分类:问答Intent filter for email attachments
I want to open audio attachments in emails with my app. Currently my intent filter is like so: <intent-filter>[详细]
2023-02-03 17:18 分类:问答Why Label Intent Filters?
Just getting my hands around intent filters, and I\'ve noticed a rather hit and miss approach to labeling inten开发者_Python百科t-filters using android:label in both sample code and other online sourc[详细]
2023-02-03 10:26 分类:问答If my app was started via ACTION_VIEW, how do I retrieve the attached data?
I\'ve made my app handle ACTION_VIEW intents for a certain data type, which it does fine. I can\'t seem to work out how to actually detect whether my app has been launched in this way though, and how[详细]
2023-02-03 05:44 分类:问答How to correctly filter Package replaced broadcast
I am trying to catch the package replaced broadcast for my app and only my app, but for some reason in my reciever I am the broadcast for every app that is updated.I thought you only needed to set the[详细]
2023-02-01 08:16 分类:问答How do get a reference to the file chosen in a action.SEND
Good morning,开发者_JAVA百科 I am using the following code so that my app shows up when the user chooses a Share option on an image:[详细]
2023-01-30 13:43 分类:问答ACTION_MAIN filter , expecting to receive data
I\'ve been reading the documentation about Intents and Intent-Filters, and I was wondering if there is not such a thing as a predefined action to launch an activity expecting some data, for example, a[详细]
2023-01-30 11:08 分类:问答Keep widget BroadcastReceiver alive even if not instantiated from Manifest
i have a widget which needs to listen to BATTERY_CHANGED event, however, since this event is protected and cannot be declared from the manifest i create a new Broadc开发者_如何学PythonastReceiver from[详细]
2023-01-27 23:04 分类:问答Will an IntentFilter work for this?
I have a situation in which the same activity class is being created by the creation of tabs in a tabhost control. Subsequently, each instance of the activity will want to inform a select group of its[详细]
2023-01-27 06:46 分类:问答What is a proper usage IntentFilter class/object?
I did quite a reading about Android recently and I came across something that confuses me. The problem is in what occasions it is appropriate to instantiate the IntentFilter class?[详细]
2023-01-26 10:53 分类:问答