0

アプリケーションごとにBugSenseを使用してエラー レポートを取得しています。今日、私はこのスタックトレースを取得しました。

java.lang.SecurityException: Calling uid 10104 gave packageandroid which is owned by uid 1000
at android.os.Parcel.readException(Parcel.java:1322)
at android.os.Parcel.readException(Parcel.java:1276)
at android.bluetooth.IBluetooth$Stub$Proxy.disable(IBluetooth.java:632)
at android.bluetooth.BluetoothAdapter.disable(BluetoothAdapter.java:569)

それは、ユーザーに尋ねた後、アプリケーションが Bluetooth を無効にしようとしているということです。それが重要な場合、コードはハンドラーで実行されます。

Bluetooth 管理者権限が設定されています。

<uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>

それで、私は何を間違っていますか?

4

0 に答える 0