intentfilter
Astro file browser and Intents
I was able to get Astro to launch my activity when I selected a certain filetype. However, I don\'t know how to grab the intent when my activity starts![详细]
2023-03-20 14:23 分类:问答Android External App Install (on SD card), reload alarmmanager alarms on re-mount through receiver
I\'m developing an android app that I want to allow users to install on their SD card (http://developer.android.com/guide/appendix/install-location.html). However, the app has some Alarms created thro[详细]
2023-03-19 15:33 分类:问答Android - Network State broadcast receiver does not receive intent
I have a broadcast receiver that needs to listen to network changes - BroadcastReceiver networkStateReceiver = new BroadcastReceiver() {[详细]
2023-03-18 14:48 分类:问答How to force one activity with same intent filters in Android?
i am making a Android App with discovery nfc. When i discovery a NF开发者_开发技巧C tag, i have to select the application (Default android app and my app).[详细]
2023-03-16 23:29 分类:问答Launch always my app instead of see the action chooser?
i have one activity with the same intent filters than other application. Soo when i run my app, i have to choose which action i want to be performed but i dont wanna choose this.[详细]
2023-03-16 15:12 分类:问答Why is onActivityResult() not getting executed?
I\'m开发者_如何学编程 an experienced java programmer taking my first steps in Android development. My problem is simple, my onActivityResult() is not getting executed in the main activity. Here is wha[详细]
2023-03-15 15:20 分类:问答POWER connected and disconnected listeners
I am listening to both connecting and disonnecting the power for my galaxy. I have creatd 2 BroadCastReceivers, one for connect, and one for disconnect.[详细]
2023-03-15 15:15 分类:问答intent-filter in the manifest does not launch my activity
I\'m doing a \"new app\" within the Set开发者_如何学Ctings app that manages Bluetooth. I have the next problem: I want my activity to be launched when the next android intent is sent by the framework:[详细]
2023-03-15 06:15 分类:问答Android action.MAIN and category.LAUNCHER function
We mention android.intent.act开发者_JAVA百科ion.MAIN and android.intent.category.LAUNCHER as Intent filter of the launcher activity in the Manifest.xml. What is imp. of these two? What are their funct[详细]
2023-03-11 06:00 分类:问答Monkey starting intent in subactivity causes ANR
I have an android app with a button on the main activity that creates a second PreferenceActivity to display settings.[详细]
2023-03-09 09:48 分类:问答