Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 79a889bc authored by Manu Prasad's avatar Manu Prasad Committed by Gerrit - the friendly Code Review server
Browse files

frameworks/base: support for loading wfd whitelist dynamic libraries

support for opening/loading wfd whitelist dynamic libraries
when apps' activity start/resume invoked

Change-Id: I4407ebc38691f71b6d068d3ed4ec0992f8f37667
parent 09ecabc3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -68,6 +68,8 @@ static dlLibHandler mDlLibHandlers[] = {
     "ro.vendor.at_library"},
    {NULL, NULL, NULL, NULL, NULL,
     "ro.vendor.gt_library"},
     {NULL, NULL, NULL, NULL, NULL,
     "ro.vendor.wl_library"}
};

// ----------------------------------------------------------------------------