Strings protection in Android application
问题 I want to protect some Strings in my Android application, it contain information that should not be viewed. The best idea I've had so far is to encrypt these strings using an AES algorithm or something and put the password in a Google Cloud Storage file that can only be viewed with authentication (by Firebase Auth), so in theory the application always accesses that file when need. This is a good idea? 回答1: You can refer about NDK : Example: #include <string.h> #include <jni.h> jstring Java