We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7ce680 commit 0609440Copy full SHA for 0609440
shell/platform/tizen/channels/platform_channel.cc
@@ -88,10 +88,8 @@ class FeedbackManager {
88
return method_name_with_args + " is not supported";
89
case ResultCode::kPermissionDeniedError:
90
return std::string{"No permission to run "} + method_name_with_args +
91
- ". Add "
92
- "\"http://tizen.org/privilege/feedback\" privilege to "
93
- "tizen-manifest.xml "
94
- "to use this method";
+ ". Add \"http://tizen.org/privilege/haptic\" privilege to "
+ "tizen-manifest.xml to use this method";
95
case ResultCode::kUnknownError:
96
default:
97
return std::string{"An unknown error on "} + method_name_with_args +
0 commit comments