Avoid unnecessary binder calls during app-startup.
Check local state `mShouldUseAngle` before calling into `shouldShowAngleInUseDialogBox`, which does a binder call for `IContentProvider`. This avoids an unnecessary binder call during the app-start critical path. Bug: 372223328 Flag: EXEMPT bugfix Change-Id: Id03c554526f1c64a944d572201a3a71b513f0e4d
Loading
Please register or sign in to comment