简体   繁体   中英

How to secure AndroidManifest.xml?

sorry if my speak english is bad and I hope you understand.

My question for How to secure AndroidManifest.xml.

I have Android studio project app and I try build login activity with firebase, because i want user premium only for access the apps. but I have problem, in AndroidManifest.xml can edit with apkEditor or apktools, just edit and remove .Activitylogin and change or replace to .ActivityMain my app can acces without login.

Any idea?

You can use http://www.saikoa.com/dexguard , a commercial version of ProGuard to obfuscate Android Manifest and xml files. However, there are some classes which can not be obfuscated, ie some may be referenced from outside.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM