Closed
Bug 935424
Opened 12 years ago
Closed 12 years ago
[HW test] telephony API test
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 929318
People
(Reporter: gasolin, Unassigned)
References
Details
Attachments
(1 file)
add a page under HW to check if mozTelephony, mozIcc, mozConnection API exist in this device
Reporter | ||
Updated•12 years ago
|
Comment 1•12 years ago
|
||
Do you mean the following thing?
if ('mozTelephony' in navigator) {
console.log('Exist');
}
I wrote a test like this.
Flags: needinfo?(gasolin)
Comment 2•12 years ago
|
||
Attachment #8337498 -
Flags: review?(gasolin)
Reporter | ||
Comment 3•12 years ago
|
||
Comment on attachment 8337498 [details] [review]
https://github.com/mozilla-b2g/gaia/pull/13990
I think 'HW/radio information' is sufficient for this purpose
Sorry for not close it after review the previous one...
Attachment #8337498 -
Flags: review?(gasolin)
Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: needinfo?(gasolin)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•