在 Adobe Air 中获取设备 ID
为了在android sdk中获取设备ID,我编写了简单的这段代码::
import android.provider.Settings.Secure;
private String android_id = Secure.getString(getContext().getContentResolver(),
Secure.ANDROID_ID);
但我在Adobe air
应用程序中需要它。我该怎么做?
For get device id in android sdk i wrote simple This code ::
import android.provider.Settings.Secure;
private String android_id = Secure.getString(getContext().getContentResolver(),
Secure.ANDROID_ID);
but i need it in Adobe air
app. how can i do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您现在可以在除 TV 之外的其他平台上通过 AIR 3.0 使用 Native Extensions。
信息:扩展 Adobe AIR
API:flash.external.ExtensionContext
you can now use Native Extensions on other platforms other than TV with AIR 3.0.
Info: Extending Adobe AIR
API: flash.external.ExtensionContext
我们最近开发了一个 ANE,试图通过让您访问不同的设备标识符来解决这个问题。您可以在这里尝试 ANE https://github.com/myflashlab/UDID-ANE
ANE 为您提供以下标识符:
We have recently developed an ANE that has tried to solve this problem by giving you access to different device identifiers. You can try the ANE here https://github.com/myflashlab/UDID-ANE
The ANE provides you with the following Identifiers: