am ea1fbe9c: Merge "Revert "getRingtone is causing an anr. Turn it off for now."" into honeycomb
* commit 'ea1fbe9c8c9fe32690252dcc4dc96c93ae03f686': Revert "getRingtone is causing an anr. Turn it off for now."
This commit is contained in:
@@ -218,7 +218,6 @@ public class PowerUI extends SystemUI {
|
||||
mLowBatteryDialog = d;
|
||||
}
|
||||
|
||||
if (false) { // getRingtone ANRs
|
||||
final ContentResolver cr = mContext.getContentResolver();
|
||||
if (Settings.System.getInt(cr, Settings.System.POWER_SOUNDS_ENABLED, 1) == 1) {
|
||||
final String soundPath = Settings.System.getString(cr,
|
||||
@@ -234,7 +233,6 @@ if (false) { // getRingtone ANRs
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
void dismissInvalidChargerDialog() {
|
||||
|
||||
Reference in New Issue
Block a user