Skip to content

Commit

Permalink
fix(ios): remove references to Ti.Contacts methods that are removed
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtcoolguy committed Dec 16, 2019
1 parent 7caecb8 commit 440e9cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions android/cli/commands/_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3639,11 +3639,9 @@ AndroidBuilder.prototype.generateAndroidManifest = function generateAndroidManif
'Contacts.getAllContacts': contactsReadPermissions,
'Contacts.showContactPicker': contactsReadPermissions,
'Contacts.showContacts': contactsReadPermissions,
'Contacts.getPersonByID': contactsReadPermissions,
'Contacts.getPeopleWithName': contactsReadPermissions,
'Contacts.getAllPeople': contactsReadPermissions,
'Contacts.getAllGroups': contactsReadPermissions,
'Contacts.getGroupByID': contactsReadPermissions,

'Media.Android.setSystemWallpaper': wallpaperPermissions,
'Media.showCamera': cameraPermissions,
Expand Down

0 comments on commit 440e9cc

Please sign in to comment.