[android-developers] Application Recycling

2012-03-16 Thread Trey
. Once I know what it's called I should be able to find some info, and even search these forums accurately and find an answer; but if anyone is willing to point me in the right direction I would appreciate that as well! Thanks, Trey -- You received this message because you are subscribed

Re: [android-developers] Application Recycling

2012-03-18 Thread Trey
Thank you all for your replies. I have tested each of my activities and their state saving using the rotate approach. But what I'm trying to test is the state of my entire application, not my activities. For example: If in activity 1 I initialize a static field to a value. Then lock the

[android-developers] Android Vitals and Stuck Wakelocks

2017-08-07 Thread trey
We have an alert / warning about stuck wake locks in the new Vitals section of the Play Store Developer Console. The apps that have this alert are all audio apps and the offending WakeLock Tag appears to be the AudioMix lock. There is a note about apps that may need long-running locks, such as

[android-developers] Re: Intercept incoming call

2008-10-01 Thread Trey Ethridge
. Is this going to be possible? -- Trey On Sep 27, 4:27 pm, Eric B [EMAIL PROTECTED] wrote: One of the best apps I've every bought for my Treo 600/650 is an app that lets you assign specific ring tones (really mp3 files) to specific contacts or groups of contacts.  I especially like

[android-developers] Prevent phone from ringing?

2008-05-07 Thread Trey Ethridge
Let's say that I want to send a caller straight to voicemail if I'm watching my favorite movie. Is it possible to have a service that grabs that Intent and doesn't let any other application have it? --~--~-~--~~~---~--~~ You received this message because you are

[android-developers] Alternative for intent.getExtra()?

2008-05-11 Thread Trey Ethridge
I'm using the LocationManager to receive location updates via an IntentReceiver. The intent receiver looks something like this: public class handleLocationUpdate extends IntentReceiver { public void onReceiveIntent(Context context, Intent intent) { Location loc = (Location)