Latest UX for Tap & pay.
Bug: 10862185 Change-Id: I4344f70533a69d422159547c58bbc981f4d889ca
This commit is contained in:
@@ -61,8 +61,11 @@ public class PaymentBackend {
|
||||
|
||||
for (ApduServiceInfo service : serviceInfos) {
|
||||
PaymentAppInfo appInfo = new PaymentAppInfo();
|
||||
appInfo.caption = service.loadLabel(pm);
|
||||
appInfo.banner = service.loadBanner(pm);
|
||||
appInfo.caption = service.getDescription();
|
||||
if (appInfo.caption == null) {
|
||||
appInfo.caption = service.loadLabel(pm);
|
||||
}
|
||||
appInfo.isDefault = service.getComponent().equals(defaultApp);
|
||||
appInfo.componentName = service.getComponent();
|
||||
appInfos.add(appInfo);
|
||||
|
Reference in New Issue
Block a user