On Thu, Sep 20, 2012 at 2:52 AM, ricky robiansyah <[email protected] > wrote:
> how to handling in my application... > You can't. > if user click "clear data" in manage application. i want back up data in > the handling. > You can't. > now if user click "clear data" the all data is lost in my application. > Yes, that's sort of the point. > some data is critical to the process in my application. > Then don't keep it in the local data files that can be wiped. Keep it in your app's read-only sections (like raw files), or store it on a server. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

