[android-developers] How to prevent app restart when using launcher after store?

2015-07-16 Thread Sam Duke
My Android application is being restarted when using the launcher to launch it after I have used the app store to launch it (and visa versa). Is there any way to prevent this? By restarted I mean that the activity stack is lost. This is important as our users are setting up and returning to

[android-developers] Re: Is runOnUiThread() ever 'safe' to call? If not why is it not deprecated?

2015-07-16 Thread Sam Duke
I suppose it would be nice to throw in warnings in the API or do something like "commit" vs "commitAllowingStateLoss" On Wednesday, 24 June 2015 05:54:23 UTC+1, Doug wrote: > > There's a difference between "promoting" and "showing a simple, terse > example". This I think is the latter. I'm pre

Re: [android-developers] Re: Widevine Adaptive Streaming

2015-07-16 Thread Gary Schmidt
No On Sep 30, 2013 8:50 PM, "Larry Meadors" wrote: > Ahoj Honza, > > Yes - sorry for not posting an eventual resolution here. > > For me, the simple change that made it work was replacing "http://"; > with "widevine://" in the URL to stream. > > So instead of "http://blah.com/foo.wmv";, try "wide