[android-developers] Re: persistence storage...........

2010-08-15 Thread William Ferguson
Store the database on the external storage instead of as part of your app. On Aug 16, 2:46 pm, "A N K ! T" wrote: > i wan,t my app database remains in phone even after uninstallation .for > activation code or something like that... > what should i use for that > thanks > > -- > >  A N K !

[android-developers] Re: persistence storage...........

2010-08-16 Thread pramod.deore
You can't create file or database outside the application. So if you want to store information as particular mobile used trial version of your app...so that mobile cant install then you have to store such information on server. There is no any other way. -- You received this message because you

[android-developers] Re: persistence storage...........

2010-08-16 Thread pramod.deore
Actually i mean except the memory card. Ankit said that - > i need to store some secure informationthat will need to find is >perticular mobile used trial version of my app...so that mobile cant install >app again as a trial version and for this I think Memory card is not safe place, bec

Re: [android-developers] Re: persistence storage...........

2010-08-16 Thread A N K ! T
but i need to store some secure informationthat will need to find is perticular mobile used trial version of my app...so that mobile cant install app again as a trial version On Mon, Aug 16, 2010 at 10:54 AM, William Ferguson wrote: > Store the database on the external storage instead o

Re: [android-developers] Re: persistence storage...........

2010-08-16 Thread Kostya Vasilyev
Huh? Writing to the sdcard or sdcard-like internal storage is possible for any application. You just need to have the right permission in the manifest. -- Kostya 16.08.2010 11:24, pramod.deore пишет: You can't create file or database outside the application. So if you want to store informa