Application names are now lazily loaded
Previously when SmsApplication.getDefaultApplication was called, application names were loaded for all candidate apps. The problem with that approach that names are expensive to load and not always needed. The implementation has been changed to only load application name when it's requested by getApplicationName(Context). Bug: 26237300 Change-Id: I034c62ad66794e180a3918f7cd18675134550ca1
Loading
Please register or sign in to comment