Merge "Fix crash in ApduServiceInfo parsing." into klp-dev

This commit is contained in:
Martijn Coenen
2013-09-26 18:48:20 +00:00
committed by Android (Google) Code Review

View File

@@ -159,7 +159,7 @@ public final class ApduServiceInfo implements Parcelable {
com.android.internal.R.styleable.OffHostApduService_description);
mRequiresDeviceUnlock = false;
mBannerResourceId = sa.getResourceId(
com.android.internal.R.styleable.HostApduService_apduServiceBanner, -1);
com.android.internal.R.styleable.OffHostApduService_apduServiceBanner, -1);
sa.recycle();
}