13 lines
187 B
Bash
13 lines
187 B
Bash
|
#!/system/bin/sh
|
||
|
#
|
||
|
# Copyright (C) 2024 The LineageOS Project
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
service call phone 186 i32 0 i32 0
|
||
|
|
||
|
sleep 0.5
|
||
|
|
||
|
service call phone 186 i32 0 i32 1
|