diff options
-rwxr-xr-x | AndroidManifest.xml | 2 | ||||
-rw-r--r-- | migrate_nfc.txt | 4 | ||||
-rwxr-xr-x | src/com/android/nfc/NfcService.java | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index f556ac4..af29b6a 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.nfc2" + package="com.android.nfc3" android:sharedUserId="android.uid.nfc" android:sharedUserLabel="@string/nfcUserLabel" > diff --git a/migrate_nfc.txt b/migrate_nfc.txt index 760cb21..6db107c 100644 --- a/migrate_nfc.txt +++ b/migrate_nfc.txt @@ -1,7 +1,7 @@ # Migrate the mytag file from the old pacakge name -com.android.nfc2:com.android.nfc +com.android.nfc3:com.android.nfc files # Migrate the prefs from the old package name -com.android.nfc2:com.android.nfc +com.android.nfc3:com.android.nfc shared_prefs diff --git a/src/com/android/nfc/NfcService.java b/src/com/android/nfc/NfcService.java index 1aeac1d..96bd820 100755 --- a/src/com/android/nfc/NfcService.java +++ b/src/com/android/nfc/NfcService.java @@ -21,7 +21,7 @@ import com.android.internal.nfc.LlcpSocket; import com.android.nfc.RegisteredComponentCache.ComponentInfo; import com.android.nfc.ndefpush.NdefPushClient; import com.android.nfc.ndefpush.NdefPushServer; -import com.android.nfc2.R; +import com.android.nfc3.R; import android.app.Activity; import android.app.ActivityManagerNative; |