summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2011-03-24 05:58:55 -0500
committerJeff Hamilton <jham@android.com>2011-03-24 21:43:32 -0500
commitcd46a585f77bdfca3e04f61957fe292cf2b40d63 (patch)
tree9e9a66685f246019f53ace1f0e7b8eaec6035767 /AndroidManifest.xml
parent26b511d5c9d685881d82c04e0452feea2ed2a9c8 (diff)
downloadpackages_apps_nfc-cd46a585f77bdfca3e04f61957fe292cf2b40d63.zip
packages_apps_nfc-cd46a585f77bdfca3e04f61957fe292cf2b40d63.tar.gz
packages_apps_nfc-cd46a585f77bdfca3e04f61957fe292cf2b40d63.tar.bz2
Change the package name to allow using a new cert.
Change-Id: I89243027b25a3904df0e50414b64387d172c181b
Diffstat (limited to 'AndroidManifest.xml')
-rwxr-xr-xAndroidManifest.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 88f1743..bb60427 100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
- package="com.android.nfc"
+ package="com.android.nfc2"
android:sharedUserId="android.uid.nfc"
android:sharedUserLabel="@string/nfcUserLabel"
>
@@ -11,13 +11,13 @@
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.STOP_APP_SWITCHES" />
- <application android:name=".NfcService"
+ <application android:name="com.android.nfc.NfcService"
android:icon="@drawable/icon"
android:label="@string/app_name"
android:persistent="true"
>
- <activity android:name=".TechListChooserActivity"
+ <activity android:name="com.android.nfc.TechListChooserActivity"
android:theme="@*android:style/Theme.Dialog.Alert"
android:finishOnCloseSystemDialogs="true"
android:excludeFromRecents="true"