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

Commit ae437b7d authored by Ajay Panicker's avatar Ajay Panicker Committed by android-build-merger
Browse files

Merge "Enable the AVRCP Service by default (2/2)"

am: c35d8ae7

Change-Id: If4215abdd6b8b8e676d7d89b39ad0fe71b8148d0
parents 19a1f872 c35d8ae7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -96,5 +96,5 @@ class AvrcpService : public MediaCallbacks {
}  // namespace bluetooth

inline bool is_new_avrcp_enabled() {
  return osi_property_get_bool("persist.bluetooth.enablenewavrcp", false);
  return osi_property_get_bool("persist.bluetooth.enablenewavrcp", true);
}
 No newline at end of file