public void GetCurrentProviderId_Return_Value()
{
_mc = new MyComplication(_notEditedCompId, ComplicationTypes.ShortText, EventTypes.EventTap, _providerId, ComplicationTypes.ShortText);
+ _mc.SendUpdateRequest();
Assert.IsNotNull(_mc, "Object should not be null after initializing");
Assert.IsInstanceOf<Complication>(_mc, "Object should be instance of Complication");
string providerId = _mc.GetCurrentProviderId();
Assert.IsInstanceOf<Complication>(_mc, "Object should be instance of Complication");
_mc.SendUpdateRequest();
- await Task.Delay(5000);
+ await Task.Delay(15000);
Assert.AreNotEqual(_mc._extraData, null);
_mc.Dispose();
}
</complication>
<metadata key="http://tizen.org/metadata/allowedappid" value="org.tizen.watchface_sample_editor"/>
<metadata key="http://tizen.org/metadata/allowedappid" value="org.tizen.watchface_sample_provider"/>
- <background-category value="background-network"/>
+ <background-category value="background-network" />
+ <background-category value="iot-communication" />
+ <background-category value="location" />
+ <background-category value="sensor" />
+ <background-category value="media" />
</service-application>
<privileges>
<privilege>http://tizen.org/privilege/appmanager.launch</privilege>