Is there a simple way to manually change the MAC address of an Android device, such as from a text field in some settings panel or in a text file I can edit?
Can this be done programmatically? For example, is there an Android library I could call from within my code to change the MAC address?
Can we apply the same changes to the Bluetooth adapter just as we can with the WiFi adapter?