Merge "Add background flag to CI system update intent" into qt-dev am: 3ef0e5fc4f
am: 3df7431c8e
Change-Id: I7e2165fb95ffbdd8291b0e5c82cd4d1715187269
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user