How can I ensure that my Android application is not shareable via Bluetooth?
Using applications which allow users to share files, apps, etc., via Bluetooth (ie, free Bluetooth File Transfer from the Android Market), I have successfully transferred my application from one phone to another.
I've looked into forbidding Bluetooth transfer using Android's permissions, but nothing came even close.
Any ideas?