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 us
Solution 1:
The Android reference states that you should not call BluetoothAdapter.disable() without explicit user action. This means you should not call this method automatically when the device boots. This may be the reason for your error.
Reference: http://developer.android.com/reference/android/bluetooth/BluetoothAdapter.html#disable()
Post a Comment for "Android 2.3.3 Service Application Runns Clearly But On 3.2 Galaxy Tab It Does Work But Get Force Closed"