Re: [android-developers] Re: Why won't my app work on devices running 6.0?

2016-05-27 Thread Michael Bentz
RL Scott, Thanks for your feedback! On Thu, May 26, 2016 at 10:34 PM, 'RLScott' via Android Developers < android-developers@googlegroups.com> wrote: > I had a problem with 6.0 because I was using the Mac-ID of the wi-fi > device to construct a unique ID for each specific device (It is the way my

[android-developers] Re: Why won't my app work on devices running 6.0?

2016-05-26 Thread 'RLScott' via Android Developers
I had a problem with 6.0 because I was using the Mac-ID of the wi-fi device to construct a unique ID for each specific device (It is the way my side-loaded app does licensing). Starting with 6.0, the MAC-ID is no longer available. The OS returns a constant with lots of zeroes. I had to

[android-developers] Re: Why won't my app work on devices running 6.0?

2016-05-25 Thread gjs
Trimble GNSS Status app doesn't work in Android 6 the way it did in prior Android versions because of the manner in which the app was (ab?)using Mock Locations, a setting intended for developers not end users. Google fixed this in Android 6.