Android Question KVS data file access

epiCode

Active Member
Licensed User
I have 2 queries regarding Key Value Store ...
1. Is it possible to view KVS data file or have IDE copy it to windows PC for troubleshooting (Phone has no root access)?
2. During a kvs.get , if a key does not exist it causes a Java Null Exception. How can we check if a specific key exists without causing an exception? (currently I'm bypassing it using "TRY.. CATCH")
 
Top