There are some Android applications which allow user to clone existed application on the phone. eg: http://fixoptimize.com/app-cloner Can you explain how these cloners work? Thank you.
AndroidManifest.xml
and re-sign the app. Notice that the xml is binary instead of text in an apk
package. Android identify different apps with package name and with package name changed an app would be considered a "new one".dex
and even native
codes, which is not only hard but illegal as well.transparent
and stable. Neither the app nor the user would notice that the app's being sandboxed. And this most likely keeps legal concerns away unless a emulator is also outlawed. There are open source sandbox apps on github that you could examine and, well, copy.