Has something changed with WifiInfo: JWifiInfo in Tokyo 10.2.3 which is not public? We're porting now our app from Berlin to 10.2.3 and we're using jWifiInfo to getMacAddress of Android devices. Same app on same device compiled with Berlin is getting correct mac, app compiled with tokyo 10.2.3 is getting 02:00:00:00:00:00 as result. All access-rights should be set.

Has something changed with WifiInfo: JWifiInfo in Tokyo 10.2.3 which is not public? We're porting now our app from Berlin to 10.2.3 and we're using jWifiInfo to getMacAddress of Android devices. Same app on same device compiled with Berlin is getting correct mac, app compiled with tokyo 10.2.3 is getting 02:00:00:00:00:00 as result. All access-rights should be set.

Comments

  1. Same app and same device. But don't Berlin and Tokyo use different Android SDK versions?

    ReplyDelete
  2. Eli M as I remember, we have configured Tokyo for same SDK as in Berlin. But will check this. Thanks for you tip.

    ReplyDelete
  3. JWifiInfo is just an interface into the underlying Java class in Android, so it's all public. Any example code?

    ReplyDelete

Post a Comment