My company A has made an app and I don't want the app to be installed
on B's device.

So I tried to add a library & permission files like vendor/sample/
frameworks/PlatformLibrary

and the app refers the library.

It succeeded. the app can't be installed on B's device. because
AndroidManifest.xml is looking for the permission file that B's device
doesn't have... I guess.

but what if A is rooted and B is rooted?

if anyone copies the library & permission files from A's device to B's
device

then installation would succeed, wouldn't it?

Is there better & android-like way? or am I doing something wrong?


Any suggestion will be appreciated.

-- 
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting

Reply via email to