Remove unnecessary premission from webview
We are unnecessarily adding this permission for standalone WebView: com.google.android.c2dm.permission.RECEIVE This was added in rolling a new version of GMS core through BackgroundTaskScheduler. WebView is only using TaskIds in BTS, just to avoid collision with Chrome (which is using the same UID). Therefore, this CL splits TaskIds from the rest of BTS and have WebView depend on it. Bug: 872977 Change-Id: I424659366b2af661d83ad19590c4a76bca37a2ad Reviewed-on: https://chromium-review.googlesource.com/1170426Reviewed-by:Bo <boliu@chromium.org> Reviewed-by:
agrieve <agrieve@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Commit-Queue: Changwan Ryu <changwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#582256}
Showing
Please register or sign in to comment