블루투스 활성화1 블루투스 활성화 여부에따라 앱종료 및 계속 실행하기. 핸드폰에는 이처럼 블루투스 기능이있는데요. 이 기능이 켜져있으면 예정대로 앱이 실행되고, 블루투스 기능이 꺼져있다면 실행여부를 물어봐서 거부를 한다면 앱이 종료되는걸 해보도록 하겠습니다. public static BluetoothAdapter bluetoothAdapter; public final static int BLUETOOTH_REQUEST = 1004; public BluetoothService(Activity activity) { //생성자입니다. this.activity = activity; bluetoothAdapter = BluetoothAdapter.getDefaultAdapter(); } public static void BluetoothCheck() { //블루투스가 켜져있는지 안켜.. 2019. 12. 30. 이전 1 다음