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

Commit 080406b0 authored by Han Wang's avatar Han Wang Committed by Michael Bestas
Browse files

prebuilt: Remove lineage-radio.rc

 * Devices should use ro.radio.noril and considering vendor
   services now should have a vendor. prefix, this script is
   useless. No device is using this script now.

Change-Id: I7cbb4f966124ca1307aaf1787301b8247d881b26
parent 01d8fe60
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
# Disable ril services if noril prop is set
on property:ro.radio.noril=1
    stop ims_rtp_daemon
    stop imsdatadaemon
    stop imsqmidaemon
    stop imsrcsservice
    stop ril-daemon
    stop qmuxd
    stop netmgrd

on property:persist.radio.noril=1
    setprop ro.radio.noril 1