Skip to content

Commit 0c92f86

Browse files
authored
Merge pull request #377 from rdkcentral/topic/RDKEMW-5551
RDKEMW-5551 Fix getInstalledApps response having escape characters
2 parents bc80f9d + 2505a69 commit 0c92f86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/AppManager/IAppManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ struct EXTERNAL IAppManager : virtual public Core::IUnknown {
128128
// @text getInstalledApps
129129
// @brief Function fetches the details of all applications currently installed
130130
// @param apps A list containing the details of installed applications.
131-
virtual Core::hresult GetInstalledApps(string& apps /* @out */) = 0;
131+
virtual Core::hresult GetInstalledApps(string& apps /* @out @opaque */) = 0;
132132

133133
/** Check the specific application is installed on the system. **/
134134
// @text isInstalled

0 commit comments

Comments
 (0)