Android 2.3.3 service application runns clearly but on 3.2 galaxy tab it does work but get force closed
问题 i have the following service running on the sonny erricson xperia Ray 2.3 android which runns perfectly. it is designed to automatically disable bluetooth and WiFi when ever the user try to switch on. this runs on the boot. But when i runs on the Galaxy tab 10.2 android 3.2 it works for wifi but on bluetooth it gets force closed. Service is as follows IntentFilter filterb = new IntentFilter(BluetoothAdapter.ACTION_STATE_CHANGED); BroadcastReceiver mReceiverb = new StatusReceiver();