Loading src/com/android/deskclock/TimerRingService.java +1 −2 Original line number Diff line number Diff line Loading @@ -85,8 +85,7 @@ public class TimerRingService extends Service implements AudioManager.OnAudioFoc } play(); // Record the initial call state here so that the new alarm has the // newest state. // Record the initial call state here so that the new alarm has the newest state. mInitialCallState = mTelephonyManager.getCallState(); return START_STICKY; Loading Loading
src/com/android/deskclock/TimerRingService.java +1 −2 Original line number Diff line number Diff line Loading @@ -85,8 +85,7 @@ public class TimerRingService extends Service implements AudioManager.OnAudioFoc } play(); // Record the initial call state here so that the new alarm has the // newest state. // Record the initial call state here so that the new alarm has the newest state. mInitialCallState = mTelephonyManager.getCallState(); return START_STICKY; Loading