I generate the UUID but the problem is that when I close the app and run it again he generate another UUID, I want to generate UUID just for one time, and keep it always the same after installing the application.
private final static String androidId = UUID.randomUUID().toString();
static.