How to encrypt/protect the assets folder of a WebView android app

I need your help concerning the protection of the asset folder of WebView app

How do i hide/protect/encrypt the assets folder or source code of WebView app, unlike native apps that has their source code or res folder encrypted/protected/pre-compiled

Thanks

It’s a while since I created a webview app, but I’m not sure you can encrypt the files. Maybe password protecting the folders would do the job?

I got a response from guardsquare community page on Twitter that it’s achievable by using Dexguard

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.