I'm building a location aware application with a foregroundservice
thanks to Mark Murphy's wonderful tutorial books.
I've noticed that when I hit the 'clear data' button for my
application under the Manage Applications activity my application
seems to be forcibly closed, is this normal behavior, am I mismanaging
my application data in some way
or simply not registering for an intent to notify me of this (for the
life of me I cannot see a documented intent for this purpose)
Currently it has a simple sql-lite table which never exceeds 10 rows
and a small text file with some application settings.

Any thoughts or suggestions?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to