I am using following to code to create a directory

private static final String TRIAL_DIR_NME="trial";

File dir = getDir(TRIAL_DIR_NME, MODE_PRIVATE);

Now I want to create a custom file inside this directory. Basically I
want to write "trial start date" for app and then compare that date to
determine if trial period has expired.

Thanks
Imad

-- 
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 this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to