AIR native Android Extension - always returning null device id
问题 I am writing a native Android extension for a mobile AIR application. I am trying to get the device id, but the result always comes back as null. I can't figure out what I am doing wrong. Here is the native extension code (java): import android.app.Activity; import android.provider.Settings; import android.provider.Settings.Secure; import android.content.Context; import android.content.SharedPreferences; import android.telephony.TelephonyManager; import com.adobe.fre.FREContext; import com