Android APK bluetooth Release Mode Exception Error
Exception Error:
java.lang.securityexception need bluetooth privileged permission
Neither user 10220 nor current pprocess has android.permission.bluetooth
Fix:
通常是 BLUETOOTH 於 Release Mode 時發生權限不足
開啟 Project 目錄下的 AndroidManifest.template.xml
在第11行 <%uses-permission%>的下面增加下面2行
<uses-permission android:name="android.permission.BLUETOOTH"/>
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
沒有留言:
張貼留言