It depends on the how secure you want it to be.
A simple solution is to create a file somewhere on the external storage with the current date. When your app starts check whether this file exists and if not create it.
If it exists read the stored time and compare it to the current time.
The file should NOT be saved in File.DirInternal or File.DirDefaultExternal as both these folders are deleted when the app is uninstalled.