Byteswapping an MDN within a service in Android - Impossible?
问题 I have an activity which will byteswap the MDN of a device however I need to implement this in a service however I cannot seem to do so. Every time I attempt to add the code to my service I get different errors depending on the method I use and I was told by another developer that I'll need to implement an activity - but this is not an option (it needs to run in the background) so I need to find a method of byteswapping the MDN within either my existing service or another service (or an