Merge "Add Home / Launcher apps indexing" into lmp-dev

This commit is contained in:
Fabrice Di Meglio
2014-07-22 22:17:42 +00:00
committed by Android (Google) Code Review
7 changed files with 127 additions and 16 deletions

View File

@@ -295,7 +295,6 @@ public class SettingsActivity extends Activity
private boolean mBatteryPresent = true;
private BroadcastReceiver mBatteryInfoReceiver = new BroadcastReceiver() {
@Override
public void onReceive(Context context, Intent intent) {
String action = intent.getAction();