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

Commit 5702e88b authored by Joe Onorato's avatar Joe Onorato Committed by Android Git Automerger
Browse files

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

* commit 'ea1fbe9c':
  Revert "getRingtone is causing an anr. Turn it off for now."
parents a33537c3 ea1fbe9c
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() {