[android-developers] Re: Attempting to pass data via NotificationManager - Seeking Help/Advice

2009-06-22 Thread Ray Bellis
Like I said before, the Activity gets called - fine - thing is that I want to have to get focus and then change based upon the info in extra.  I cannot figure out where to receive the intent data in this situation. If I understand you correctly, you just need to call Activity.getIntent ()

[android-developers] Preventing ACTION_NEW_OUTGOING_CALL from looping?

2009-04-30 Thread Ray Bellis
I have a BroadcastReceiver catching ACTION_NEW_OUTGOING_CALL events. In the onReceive() method I'm sending the supplied number to a new ListActivity, where the user gets to choose various new destination numbers from a list. When the user selects a new number from the list I'm then starting a

[android-developers] Application dataflow query - BroadcastReceiver / ContentProvider / Activity

2009-03-18 Thread Ray Bellis
I've developed an application that receives a Broadcast and then launches an Activity, where that Activity queries a ContentProvider which pulls information out of the DNS in real-time. I'd like to be able to shuffle this so that instead of going: BroadcastReceiver - Activity -

[android-developers] ContentProvider not backed by SQLLite?

2009-03-16 Thread Ray Bellis
Has anyone got an example of how to write a ContentProvider that gets its data from somewhere other than a SQLLite database? Mine is half working, in so much as I can retrieve the requested data and apparently populate a MatrixCursor, but I can't figure out what I'm supposed to do with the

[android-developers] access to getprop from Java?

2008-10-28 Thread Ray Bellis
Is there any way to access the system properties (as listed by getprop) from within Java on Android? thanks, Ray --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send