Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea1fbe9c authored by Joe Onorato's avatar Joe Onorato Committed by Android (Google) Code Review
Browse files

Merge "Revert "getRingtone is causing an anr. Turn it off for now."" into honeycomb

parents 9af5da52 e797b82c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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() {