diff options
author | Jihoon Jung <jh8801.jung@samsung.com> | 2016-04-12 12:03:25 +0900 |
---|---|---|
committer | Jihoon Jung <jh8801.jung@samsung.com> | 2016-04-12 12:04:22 +0900 |
commit | 377ca9574fe62e2c561d69ee3e63faff3ed5881c (patch) | |
tree | b4083d30ec4427aa2abcbfd348dac7b405577a61 | |
parent | a9640a1435fdf560d90e103bf8dc009cfb56cd6a (diff) | |
download | ug-nfc-efl-377ca9574fe62e2c561d69ee3e63faff3ed5881c.tar.gz ug-nfc-efl-377ca9574fe62e2c561d69ee3e63faff3ed5881c.tar.bz2 ug-nfc-efl-377ca9574fe62e2c561d69ee3e63faff3ed5881c.zip |
Change application-service tag to app-controlsubmit/tizen/20160412.030738accepted/tizen/mobile/20160412.064310accepted/tizen/common/20160412.130942
Signed-off-by: Jihoon Jung <jh8801.jung@samsung.com>
Change-Id: I32e04b1850fadfd009176ad82447cf32212ca777
-rwxr-xr-x | ug-nfc-efl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ug-nfc-efl.xml b/ug-nfc-efl.xml index a0b7528..694fe54 100755 --- a/ug-nfc-efl.xml +++ b/ug-nfc-efl.xml @@ -6,8 +6,8 @@ <ui-application appid="ug-nfc-efl" exec="/usr/ug/bin/ug-nfc-efl" nodisplay="true" multiple="true" type="capp" taskmanage="false"> <label>NFC</label> <icon>/usr/ug/res/icons/ug-nfc-efl/setting-nfc.png</icon> - <application-service> + <app-control> <operation name="http://tizen.org/appcontrol/operation/setting/nfc"/> - </application-service> + </app-control> </ui-application> </manifest> |