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,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