In release build, the default value of android:debuggable=false
, which make the package not debuggable run-as: package not debuggable
. Therefore, we cannot access any data in the package. So, my question is if we cannot access the package data, e.i Room, SharedPreferences
, then why we need to encrypt user credential or sensitive data saved locally for caching purpose? Can we not encrypt them?
Asked
Active
Viewed 33 times
1

Victor Phan
- 33
- 3