summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaeho Lee <jaeho81.lee@samsung.com>2013-08-07 18:58:56 +0900
committerJaeho Lee <jaeho81.lee@samsung.com>2013-08-07 18:58:56 +0900
commitc73cb9133c1d02500c08399d4b514bfda39d8686 (patch)
tree7d6a04e07c725e85786d26892e6d7232b9857bd2
parente13404fe3cfacf1bc82f8a078b833eda4d680102 (diff)
downloadaul-1-c73cb9133c1d02500c08399d4b514bfda39d8686.tar.gz
aul-1-c73cb9133c1d02500c08399d4b514bfda39d8686.tar.bz2
aul-1-c73cb9133c1d02500c08399d4b514bfda39d8686.zip
Signed-off-by: Jaeho Lee <jaeho81.lee@samsung.com>
-rwxr-xr-xam_daemon/amd_launch.c2
-rw-r--r--packaging/aul.spec2
2 files changed, 2 insertions, 2 deletions
diff --git a/am_daemon/amd_launch.c b/am_daemon/amd_launch.c
index 3d6fe418..760b5c76 100755
--- a/am_daemon/amd_launch.c
+++ b/am_daemon/amd_launch.c
@@ -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;
diff --git a/packaging/aul.spec b/packaging/aul.spec
index 9ebd50c4..36c546e2 100644
--- a/packaging/aul.spec
+++ b/packaging/aul.spec
@@ -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