Release version 0.0.3 87/246787/1 accepted/tizen_6.0_unified accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix tizen_6.0 tizen_7.0_hotfix accepted/tizen/6.0/unified/20201110.230832 accepted/tizen/6.5/unified/20211029.015834 accepted/tizen/7.0/unified/20221110.062927 accepted/tizen/7.0/unified/hotfix/20221116.111711 accepted/tizen/unified/20201110.125032 submit/tizen/20201109.101555 submit/tizen_6.0/20201109.101614 submit/tizen_6.5/20211028.163901 tizen_6.5.m2_release tizen_7.0_m2_release
authorYunjin Lee <yunjin-.lee@samsung.com>
Wed, 4 Nov 2020 07:07:53 +0000 (16:07 +0900)
committerYunjin Lee <yunjin-.lee@samsung.com>
Wed, 4 Nov 2020 07:07:53 +0000 (16:07 +0900)
- Destroy app info after use
- Send responses when receiving app_control from another caller app

Change-Id: Ic8401680eebb017a5f2108609c665fcde6024be9
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
packaging/changes
packaging/org.tizen.askuser-popup.spec
packaging/org.tizen.askuser-popup.xml

index 8cfd49a2c7bbe3db21361f5b317ff9001e853aab..bb0dc258b7cf3a187e11cb3acc487117dcaf65ab 100644 (file)
@@ -1,3 +1,7 @@
+Release version 0.0.3
+- Destroy app info after use
+- Send responses when receiving app_control from another caller app
+
 Release version 0.0.2
 - Queue data for multiple requests while single mode launching
 
index 708f5ef0f34658ec34aae7ad72e4dfacfec38dd8..669c71a50b65e3ec412ee8eedbd62aa84fb497a1 100755 (executable)
@@ -3,7 +3,7 @@
 
 Name:    org.tizen.askuser-popup-profile_iot
 Summary: Ask user popup for IoT profile
-Version: 0.0.2
+Version: 0.0.3
 Release: 0
 Provides: org.tizen.askuser-popup = %{version}-%{release}
 Group:   Applications/Other
index 92e96231f8e454dd7289d04551aa84f2a5ec1bf8..8dfcfa0d89849c1ece3dd7214ba7d3a3eb549114 100755 (executable)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
-<manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.askuser-popup" api-version="6.0" version="0.0.2" support-mode="screen-reader|ultra-power-saving" removable="false">
+<manifest xmlns="http://tizen.org/ns/packages" package="org.tizen.askuser-popup" api-version="6.0" version="0.0.3" support-mode="screen-reader|ultra-power-saving" removable="false">
        <ui-application appid="org.tizen.askuser-popup" launch_mode="caller" exec="org.tizen.askuser-popup" multiple="false" nodisplay="true" taskmanage="false" type="capp">
                <label>askuser popup</label>
        </ui-application>