I realized that the following settings will be gone once I quit the App. Is there a way to keep these phone settings permanently until I next change them?
Dim myPhone As Phone
myPhone.SetScreenOrientation (0)
myPhone.SetVolume (myPhone.VOLUME_SYSTEM,15,True)
myPhone.SetScreenBrightness (-1)
A key / value persistent store. The data is serialized using B4XSerializator and is stored in an internal database. The database can be shared between B4A, B4i and B4J. Using KVS is similar to using a Map. You initialize it once and then you can put or get items with Put, Get or GetDefault...
Thank you for your reply. However, your answer is too brief and it is not comprehensible at my current competency level. It will be good if you could build on my example to illustrate how it should be done