mirror of
https://gitlab.pixelexperience.org/android/vendor-blobs/vendor_xiaomi_sm6250-common.git
synced 2025-08-04 02:06:30 +09:00
Init
This commit is contained in:
16
proprietary/etc/init/wfdservice.rc
Normal file
16
proprietary/etc/init/wfdservice.rc
Normal file
@ -0,0 +1,16 @@
|
||||
#
|
||||
# Copyright (c) 2019 Qualcomm Technologies, Inc.
|
||||
# All Rights Reserved.
|
||||
# Confidential and Proprietary - Qualcomm Technologies, Inc.
|
||||
#
|
||||
service wfdservice /system/bin/wfdservice
|
||||
class main
|
||||
user system
|
||||
disabled
|
||||
oneshot
|
||||
|
||||
on property:vendor.wfdservice=enable
|
||||
start wfdservice
|
||||
|
||||
on property:vendor.wfdservice=disable
|
||||
stop wfdservice
|
Reference in New Issue
Block a user