Merge "Add background flag to CI system update intent" into qt-dev

This commit is contained in:
Naina Nalluri
2019-04-11 04:42:28 +00:00
committed by Android (Google) Code Review

View File

@@ -139,7 +139,8 @@ public class SystemUpdatePreferenceController extends BasePreferenceController {
}
Log.d(TAG, "ciActionOnSysUpdate: broadcasting intent " + intentStr +
" with extra " + extra + ", " + extraVal);
intent.addFlags(Intent.FLAG_RECEIVER_INCLUDE_BACKGROUND);
mContext.getApplicationContext().sendBroadcast(intent);
}
}
}
}