Install a GooglePlay located App from NFC

耗尽温柔 提交于 2019-12-01 05:46:06

Write your package name as an AAR record in the tag.

To confirm that this functionality works, use this app to write the tag with.

Vasile Jureschi

You need to set Base64 encoded SHA1 or SHA256 (from M forward) of the apk in the

EXTRA_PROVISIONING_DEVICE_ADMIN_PACKAGE_CHECKSUM

field when provisioning through NFC otherwise the provisioned device will not accept the URL for download.

Also see this answer for properly encoding the checksum.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!