Currently, I define several theme in my app
R.style.Theme_MyApp_Light
R.style.Theme_MyApp_Dark
User has the option to save his selected theme in preference.
I was wondering, is it safe for me to save these generated Id into preference? Possible in my next app release, aapt generates different resource id?