Fix DCM-2250 issue 2.2_release submit/tizen_2.2/20130814.090048 submit/tizen_2.2/20130814.101727
authorJaeho Lee <jaeho81.lee@samsung.com>
Wed, 7 Aug 2013 09:58:56 +0000 (18:58 +0900)
committerJaeho Lee <jaeho81.lee@samsung.com>
Wed, 7 Aug 2013 09:58:56 +0000 (18:58 +0900)
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
am_daemon/amd_launch.c
packaging/aul.spec

index 3d6fe41..760b5c7 100755 (executable)
@@ -658,7 +658,7 @@ int _start_app(char* appid, bundle* kb, int cmd, int caller_pid, uid_t caller_ui
 
                _D("consented : %d", consented);
 
-               if(consented == false) {
+               if(consented == false && bundle_get_val(kb, AUL_K_SDK) == NULL) {
                        _D("appid : %s", appid);
                        bundle_add(kb, AUL_K_PRIVACY_APPID, appid);
                        appid = PRIVACY_POPUP;
index 9ebd50c..36c546e 100644 (file)
@@ -1,6 +1,6 @@
 Name:       aul
 Summary:    App utility library
-Version:    0.0.279
+Version:    0.0.280
 Release:    1
 Group:      System/Libraries
 License:    Apache License, Version 2.0