This commit is contained in:
Nick C
2020-10-25 11:08:13 +00:00
commit 3524a62f8f
1177 changed files with 23280 additions and 0 deletions

View 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