mirror of
https://github.com/apache/cordova-android.git
synced 2026-05-11 00:00:05 +08:00
Changing navigator.contacts to navigator.service.contacts
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@
|
||||
var name = new ContactName();
|
||||
name.givenName = '';
|
||||
obj.name = name;
|
||||
navigator.contacts.find(obj, count_contacts, fail);
|
||||
navigator.service.contacts.find(obj, count_contacts, fail);
|
||||
}
|
||||
|
||||
function count_contacts(contacts)
|
||||
|
||||
Reference in New Issue
Block a user