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

Commit 17c6d825 authored by Robert Shih's avatar Robert Shih
Browse files

Update use mediadrmserver config property name

persist.device_config.media_native.* prefix requires SELinux permissions

Bug: 134787536
Test: toggle between remote vs local Drm/Crypto
Change-Id: I2e31a20d5bf39653529beae4b81ba305da7aeafc
parent c3008752
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ sp<Iface> MakeObject(status_t *pstatus) {
} // namespace

bool UseDrmService() {
    return property_get_bool("persist.device_config.media_native.mediadrmserver", true);
    return property_get_bool("mediadrm.use_mediadrmserver", true);
}

sp<IDrm> MakeDrm(status_t *pstatus) {