BootleggersROM / frameworks_base

Our Frameworks/Base, inspired on various ROMs
Other
13 stars 81 forks source link

frameworks/base: Support for third party NFC features and extensions #58

Closed AyanC1 closed 5 years ago

AyanC1 commented 5 years ago

This change is a combination of following changes:

1) frameworks/base: Support for third party NFC features

Integration of below modifications are necessary to support third party NFC software:

2) NFC: Allow extensions to ApduServiceInfo

Mobile network operators expect additional features in ApduServiceInfo to support their payment solutions. To achieve this, the final keyword is removed from the class definition and its instance variables, thereby allowing extensions to the class.

Author: Puneet Mishra puneetm@codeaurora.org Change-Id: I9058d08e729027b04ee94405c66ff9d99c0f963b

Change-Id: I04bbe46bf9efd032e973bba7a16dc430fb6edd12 Signed-off-by: Josh Fox (XlxFoXxlX) joshfox87@gmail.com