Commit b093f30d by Daichi Sato

【@Form Android14】シリアル通信機器設定画面に通信機器が表示されない問題対応

parent 5675a86e
...@@ -224,7 +224,7 @@ public class SppBluetoothPairingSettingActivity extends ABVUIActivity { ...@@ -224,7 +224,7 @@ public class SppBluetoothPairingSettingActivity extends ABVUIActivity {
}; };
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.UPSIDE_DOWN_CAKE) { if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.UPSIDE_DOWN_CAKE) {
registerReceiver(mBluetoothSearchReceiver, filter, RECEIVER_NOT_EXPORTED); registerReceiver(mBluetoothSearchReceiver, filter, RECEIVER_EXPORTED);
} else { } else {
registerReceiver(mBluetoothSearchReceiver, filter); registerReceiver(mBluetoothSearchReceiver, filter);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment