Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
很多天以来,我都被这个问题困扰着,我知道这是一个常见问题,但我找不到任何解决方案。我可以创建 android 模块来获取 imei 号码电话号码电子邮件并在钛中使用它们吗?我什至不知道我的问题是否正确或实际上可能,因为我对钛很陌生。如果我们可以通过使用 android 模块来实现,任何人都可以帮助我提供一些指导创建 android 模块的链接。提前致谢 。
使用此代码,
try { imei = Utils.findDeviceID(MainActivity.this); } catch (IOException e) { e.printStackTrace(); }