| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
point...
Change-Id: I437bbe42eb3f17bd8bbc6e0ca111f6c7557a85d7
|
|
|
|
| |
Change-Id: Ia54094291726fa4fac152a49b1b182d73ff9958f
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Uses ServiceManager.addService() to register the service.
Uses BOOT_COMPLETE to start the service.
Uses sharedUserId com.android.nfc so that it has a fixed uid.
Uses android:persistant so that the process is not killed.
Change-Id: If4264baf5dc457ee0a3ad5788c5945e84173b1ea
Signed-off-by: Nick Pelly <npelly@google.com>
|
|
NFC application contains the NFC service code that implements NFC API and
talks to NFC hardware.
This is the first cut at moving NFC service code out of frameworks/base into
application service. Android.mk are renamed to Android.mk.hide at this commit
because it does not work yet.
Signed-off-by: Nick Pelly <npelly@google.com>
|