diff options
author | Nick Pelly <npelly@google.com> | 2011-11-21 14:55:50 -0800 |
---|---|---|
committer | Nick Pelly <npelly@google.com> | 2011-11-21 15:17:07 -0800 |
commit | 37bb7b23886d7c058f7e9589ee5522b4a467b1b0 (patch) | |
tree | f903810b5de2dfab6d54c5c406f6a0783d219ae9 /migrate_nfc.txt | |
parent | bc6535cccf65265677ce4dfab1b34b71efb8fba5 (diff) | |
download | packages_apps_nfc-37bb7b23886d7c058f7e9589ee5522b4a467b1b0.zip packages_apps_nfc-37bb7b23886d7c058f7e9589ee5522b4a467b1b0.tar.gz packages_apps_nfc-37bb7b23886d7c058f7e9589ee5522b4a467b1b0.tar.bz2 |
Replace vendor specific NfcGoogle.apk with generic Nfc.apk
The access control changes allow us to just use Nfc.apk with
the regular platform certificate, instead of the custom signed
NfcGoogle.apk. So we can compeltely get rid of vendor/google/apps/NfcGoogle
and just build it out of packages/apps/Nfc now.
The package name is also reverted from com.android.nfc3 to com.android.nfc
The NFC uid needs to get bumped (25 to 27) to allow the cert change.
Bug: 5608249
Change-Id: I4437dff96f2529f0b9e7d8e65c21359c3eeccd0b
Diffstat (limited to 'migrate_nfc.txt')
-rw-r--r-- | migrate_nfc.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/migrate_nfc.txt b/migrate_nfc.txt index 6db107c..00e0d12 100644 --- a/migrate_nfc.txt +++ b/migrate_nfc.txt @@ -1,7 +1,3 @@ -# Migrate the mytag file from the old pacakge name -com.android.nfc3:com.android.nfc - files - # Migrate the prefs from the old package name -com.android.nfc3:com.android.nfc +com.android.nfc:com.android.nfc3 shared_prefs |