Update Android Settings for the latest Extra App Info design

Bug: b/185793841
Test: Settings -> Apps -> APP -> Extra App Info
Change-Id: I2067f7d5d773e2fd9c817504dda262fb5fd7e033
This commit is contained in:
Trevor David Black
2021-04-27 15:32:16 +00:00
parent 9246f6f8b0
commit 7c5484bc60
5 changed files with 18 additions and 0 deletions

View File

@@ -50,6 +50,11 @@ public class ExtraAppInfoPreferenceController extends BasePreferenceController {
return super.handlePreferenceTreeClick(preference);
}
@Override
public CharSequence getSummary() {
return mExtraAppInfoFeatureProvider.getSummary(mContext);
}
/**
* Set the local package name
*/