[Verification]
Below TCT should pass:
Contact_messageAlertURI_attribute
Contact_vibrationURI_attribute
Change-Id: I16b1895f640f26f90b85e7a4354082397e88897f
Signed-off-by: Pawel Kaczmarek <p.kaczmarek3@samsung.com>
return _messageAlertURI;
},
set: function(v) {
- _photoURI = Converter.toString(v, true);
+ _messageAlertURI = Converter.toString(v, true);
},
enumerable: true
},
return _vibrationURI;
},
set: function(v) {
- _photoURI = Converter.toString(v, true);
+ _vibrationURI = Converter.toString(v, true);
},
enumerable: true
},