英文:
Huawei “New tag collected, Tag is empty or phone is not aligned” message
问题
我有一个读取NFC标签的应用程序。在华为设备上的应用程序中读取NFC后,会打开一个新的屏幕,上面显示“检测到新标签,标签为空或手机未对齐”。我的应用程序会切换到后台,但在三星手机上不会发生这种情况。在三星手机上,会弹出一个Toast消息,并且应用程序不会进入后台。因此,在华为手机上,我的应用程序不应进入后台。我该如何解决这个问题?
英文:
I have an app which reads NFC tags. After reading nfc in the application on the huawei device, a new screen opens and it says "New tag collected, Tag is empty or phone is not aligned". My application switches to the background. Not like that with Samsung. Toast message pops up on Samsung and the app doesn't go to background. For this reason, my application should not go to the background on the huawei. How can i fix this?
答案1
得分: 1
问题在关闭华为的beam功能后消失。
英文:
The problem disappeared when the huawei beam feature was turned off
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论