No split action bar in screens with one action
Bug 5012012 Change-Id: I87d38e0cc97762aa9043b0c5834a42848cc2a0fe
This commit is contained in:
@@ -26,7 +26,6 @@ import android.os.Bundle;
|
||||
import android.os.Handler;
|
||||
import android.os.IPowerManager;
|
||||
import android.os.Message;
|
||||
import android.os.RemoteException;
|
||||
import android.os.ServiceManager;
|
||||
import android.os.SystemClock;
|
||||
import android.text.format.DateUtils;
|
||||
@@ -198,7 +197,6 @@ public class BatteryInfo extends Activity {
|
||||
private void updateBatteryStats() {
|
||||
long uptime = SystemClock.elapsedRealtime();
|
||||
mUptime.setText(DateUtils.formatElapsedTime(uptime / 1000));
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user