summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorNick Pelly <npelly@google.com>2010-10-14 11:19:28 -0700
committerNick Pelly <npelly@google.com>2010-10-15 02:14:49 -0700
commit13d8819d9d716c8f0ba03288d058f0bd462d70a7 (patch)
tree7118934c4c12f65bc98074256470e3f2b18550bb /res/values
parentf067256d9556b1e01143f9ae2fd824fa5dc03138 (diff)
downloadandroid_packages_apps_Nfc-13d8819d9d716c8f0ba03288d058f0bd462d70a7.tar.gz
android_packages_apps_Nfc-13d8819d9d716c8f0ba03288d058f0bd462d70a7.tar.bz2
android_packages_apps_Nfc-13d8819d9d716c8f0ba03288d058f0bd462d70a7.zip
Enable NFC service as an application service.
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>
Diffstat (limited to 'res/values')
-rwxr-xr-xres/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5c682185..de6c7240 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="app_name">Nfc Service</string>
+ <string name="nfcUserLabel">Nfc</string>
</resources>