Skip to content

Commit

Permalink
Disable hot bluetooth switching introduced in ICS. After researching …
Browse files Browse the repository at this point in the history
…with Ezekeel for the cause of the Deep Idle TOP=On issue, this was the fix.

Finally got an internet connection to put this together properly, but my findings have been out for a while, hence why you will see it in many ROMs already.
  • Loading branch information
jonathongrigg committed Jan 12, 2012
1 parent 30fad9c commit 8f60b22
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions overlay/common/frameworks/base/core/res/res/values/config.xml
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2012, The Android Open Source Project
**
** Licensed under the Apache License, Version 2.0 (the "License");
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
** Unless required by applicable law or agreed to in writing, software
** distributed under the License is distributed on an "AS IS" BASIS,
** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
** See the License for the specific language governing permissions and
** limitations under the License.
*/
-->

<resources>

<!-- Boolean indicating if current platform supports quick switch-on/off of
Bluetooth Module -->
<bool name="config_bluetooth_adapter_quick_switch">false</bool>

</resources>

0 comments on commit 8f60b22

Please sign in to comment.