Where do I find records like login and password stored in the xml that SharedPreference does?

0

I wanted to find the file path, because I want to confirm that my function has encrypted this data.

    
asked by anonymous 03.01.2017 / 04:33

1 answer

1

Normally, it is located in /data/data/com.pacote.do.seu.app/shared_prefs/nome_da_pref.xml .

You need to root to access this file or use a function to read and show the direct content of your application, as only he and the superuser are allowed to do so.

    
03.01.2017 / 04:48