I was browsing through the below answer on Shared Preferences - Singleton class . Shared Preferences Singleton class
I read this two lines .
private static final String MY_APP_PREFERENCES = "ca7eed88-2409-4de7-b529-52598af76734";
private static final String PREF_USER_LEARNED_DRAWER = "963dfbb5-5f25-4fa9-9a9e-6766bfebfda8";
How to create those long String "ca7eed88-2409-4de7-b529-52598af76734"
in java Android Studio . Its not typed .
What is its significance ?