I need to have a trial period (7 days) in my application. From this I learned that you can do this by saving a permanent file, database, or general preferences .
Where can I save this file so that the user cannot see or delete it.
If I put this logic in a Sharedpreference or a file with the " data/data/packagename
" contour, when the application is deleted, the whole story will be lost.
Any other workarounds / ideas?
Note: there is no server, the application runs locally without the Internet.
source share