Changed the privilege of Remote Input to internal privilege 64/213964/1
authorInHong Han <inhong1.han@samsung.com>
Tue, 17 Sep 2019 04:57:51 +0000 (13:57 +0900)
committerInHong Han <inhong1.han@samsung.com>
Tue, 17 Sep 2019 04:57:51 +0000 (13:57 +0900)
Change-Id: Ia1cd53a9218bf12173eede3db8e95a7e38ee1aa0

remote_input/include/remote_input.h
remote_input/src/remote_input.cpp

index 98eb12c..53581dc 100644 (file)
@@ -163,7 +163,7 @@ typedef void (*remote_input_resource_changed_cb)(remote_input_resource_e resourc
  * @brief Creates a remote input handle.
  * @since_tizen 5.5
  * @privlevel platform
- * @privilege %http://tizen.org/privilege/remoteinput
+ * @privilege %http://tizen.org/privilege/internal/default/platform
  * @remarks If the function succeeds, @a remote_handle must be released with remote_input_destroy().
  * @param[out] remote_handle The remote input handle
  * @return 0 on success, otherwise a negative error value
index 8713e76..2a89720 100644 (file)
@@ -27,7 +27,7 @@
 #endif
 #define LOG_TAG "REMOTE_INPUT"
 
-#define REMOTE_PRIVILEGE "http://tizen.org/privilege/remoteinput"
+#define REMOTE_PRIVILEGE "http://tizen.org/privilege/internal/default/platform"
 
 static remote_input_error_e _remote_check_privilege() {
     char uid[16];