【发布时间】:2016-08-23 18:12:36
【问题描述】:
你好,我想知道是否使用
cordova-plugin-device device.uuid 需要 android 清单中的特殊权限。
我查看了网站,但没有看到任何适用于 Android 的内容 https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-device/index.html
一切正常我只是在我的应用商店中想知道这是否需要我的特殊权限才能使用电话 UUID。
【问题讨论】:
-
我使用的是cordova 4.0.0; device.uuid 与项目中设置的cordova-plugin-device 配合使用。当我查看插件的 plugin.xml 文件的内容时,在 android 标记内,我注意到没有更改项目的 manifest.xml 的指令。这就是说,(在不久的将来您可能会感兴趣的信息)我注意到,虽然 device.uuid 值在 android 设备上是一致的,但在 iOS 设备上并非如此。
标签: android cordova ionic-framework app-store cordova-plugins