Re: [android-developers] widget stop working after force close in setting page

2012-01-23 Thread TreKing
On Mon, Jan 23, 2012 at 1:52 AM, dara kok mrpc.cambo...@gmail.com wrote: force stop is supposed to reset the app. Please provide evidence where you gathered this notion that this is the intended behavior. I would believe that it's supposed to force the app to stop running. Otherwise the

Re: [android-developers] widget stop working after force close in setting page

2012-01-23 Thread dara kok
Totally agree with what you said technically. But from a user point of view, it is weird to have a widget on screen that is not usable after a force stop. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] widget stop working after force close in setting page

2012-01-23 Thread TreKing
On Mon, Jan 23, 2012 at 8:13 AM, dara kok mrpc.cambo...@gmail.com wrote: But from a user point of view, it is weird to have a widget on screen that is not usable after a force stop. That's your opinion. IMO, if, as a user, you deliberately navigate to an app's detail's screen in the settings,

Re: [android-developers] widget stop working after force close in setting page

2012-01-22 Thread dara kok
Kristopher Micinski, u're right. Never thought it is this hard to explain someone what I mean. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

Re: [android-developers] widget stop working after force close in setting page

2012-01-22 Thread TreKing
On Sun, Jan 22, 2012 at 9:54 PM, dara kok mrpc.cambo...@gmail.com wrote: Never thought it is this hard to explain someone what I mean. Well, sorry, but your grammar is far from perfect and your terms are confusing. Force *Close* is when your app crashes. What you're referring to is the Force

Re: [android-developers] widget stop working after force close in setting page

2012-01-22 Thread dara kok
force stop is supposed to reset the app. But it does not seem right that the widget stops working. logically The force stop button should act as a single point to reset both the app and widget that belong to the app -- You received this message because you are subscribed to the Google Groups

Re: [android-developers] widget stop working after force close in setting page

2012-01-21 Thread dara kok
A button, I refer to the option to force close an app under application section in android system setting page. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

Re: [android-developers] widget stop working after force close in setting page

2012-01-21 Thread TreKing
On Sat, Jan 21, 2012 at 3:36 AM, dara kok mrpc.cambo...@gmail.com wrote: A button, I refer to the option to force close an app under application section in android system setting page. That does not make a ton of sense to me.

Re: [android-developers] widget stop working after force close in setting page

2012-01-21 Thread Kristopher Micinski
I believe what he's saying is that once you do a force close from the settings app, his app no longer works correctly. kris On Sat, Jan 21, 2012 at 1:46 PM, TreKing treking...@gmail.com wrote: On Sat, Jan 21, 2012 at 3:36 AM, dara kok mrpc.cambo...@gmail.com wrote: A button, I refer to the

[android-developers] widget stop working after force close in setting page

2012-01-20 Thread dara kok
A Simple app with a widget that once a button on the widget is clicked, it will lead back into the app. My issue is that when the app is force close using a button in the application setting page, my widget becomes actionless. I've put a few log statement within the widget provider. after the

Re: [android-developers] widget stop working after force close in setting page

2012-01-20 Thread TreKing
On Fri, Jan 20, 2012 at 4:08 AM, dara kok mrpc.cambo...@gmail.com wrote: My issue is that when the app is force close using a button You are force closing your app on press of a button? - TreKing