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

Commit c2ab7542 authored by Nishith  Khanna's avatar Nishith Khanna
Browse files

Merge remote-tracking branch 'origin/lineage-23.0' into a16

parents c4ced0f3 5e0689f1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -8,4 +8,5 @@
    iso9660
    udf
    usb_uvc_config_prop
    vendor_persist_nfc_prop
    xtra_control_prop))
+3 −3
Original line number Diff line number Diff line
@@ -2,9 +2,9 @@

type mediashell_app, domain, coredomain;

app_domain(mediashell_app);
net_domain(mediashell_app);
bluetooth_domain(mediashell_app);
app_domain(mediashell_app)
net_domain(mediashell_app)
bluetooth_domain(mediashell_app)

# Find services that expose both @SystemAPI and normal APIs.
allow mediashell_app app_api_service:service_manager find;
+4 −0
Original line number Diff line number Diff line
@@ -18,6 +18,10 @@ ro.lineage.display.version u:object_r:custom_version_prop:s0
ro.lineage.build.version               u:object_r:custom_version_prop:s0
ro.lineage.releasetype                 u:object_r:custom_version_prop:s0

# NFC
persist.vendor.nfc.config_file_name    u:object_r:vendor_persist_nfc_prop:s0 exact string
persist.vendor.nfc.fw_file_name        u:object_r:vendor_persist_nfc_prop:s0 exact string

# Recovery battery
ro.recovery.batteryless                u:object_r:recovery_config_prop:s0 exact bool

+3 −0
Original line number Diff line number Diff line
# Aux camera allow/excludelist prop
system_vendor_config_prop(vendor_persist_camera_prop)

# NFC
system_vendor_config_prop(vendor_persist_nfc_prop)

# USB
system_vendor_config_prop(usb_uvc_config_prop)

+1 −1
Original line number Diff line number Diff line
@@ -4,4 +4,4 @@ hal_server_domain(hal_lineage_health_default, hal_lineage_health)
type hal_lineage_health_default_exec, exec_type, vendor_file_type, file_type;
init_daemon_domain(hal_lineage_health_default)

binder_call(hal_lineage_health_default, servicemanager);
binder_call(hal_lineage_health_default, servicemanager)
Loading