Merge "Add background flag to CI system update intent" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3ef0e5fc4f
@@ -139,6 +139,7 @@ public class SystemUpdatePreferenceController extends BasePreferenceController {
|
|||||||
}
|
}
|
||||||
Log.d(TAG, "ciActionOnSysUpdate: broadcasting intent " + intentStr +
|
Log.d(TAG, "ciActionOnSysUpdate: broadcasting intent " + intentStr +
|
||||||
" with extra " + extra + ", " + extraVal);
|
" with extra " + extra + ", " + extraVal);
|
||||||
|
intent.addFlags(Intent.FLAG_RECEIVER_INCLUDE_BACKGROUND);
|
||||||
mContext.getApplicationContext().sendBroadcast(intent);
|
mContext.getApplicationContext().sendBroadcast(intent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user