6 lines
81 B
Bash
Executable File
6 lines
81 B
Bash
Executable File
#!/system/bin/sh
|
|
# Script to start "dpm" on the device
|
|
#
|
|
cmd device_policy "$@"
|
|
|