[Nfc] Remove CONNECTIVITY_INTERNAL permission

In ag/425088, CONNECTIVITY_INTERNAL permission was added for
initializing WifiP2P channel by HandoverManager. However,
HandoverManager has been removed by ag/578994 but
CONNECTIVITY_INTERNAL didn't be removed with this commit. In
other words, the permission was useless to Nfc. Strarting from
Android R, CONNECTIVITY_INTERNAL permission has been deprecated
due to security concern. So remove the permission from
application who declared it in AndroidMenifest.xml.

Bug: 32963470
Test: Build pass
Change-Id: I9494aee5dfd1c8de4c3261e63cc83bf07face728
1 file changed