Add commands accessible via adb shell that can be used for CTS tests without the need for adb root *set-phone-account-enabled *set-phone-account-disabled *set-default-dialer *get-default-dialer Modify enablePhoneAccount/setDefaultDialer to indicate success. Remove now unused functionality in ProtectedEnableAccountPreferenceActivity and ProtectedChangeDefaultDialerActivity. Bug: 21583012 Change-Id: I542d145cc969334c004b8344fbbb01f278256f9d
7 lines
172 B
Plaintext
Executable File
7 lines
172 B
Plaintext
Executable File
# Script to start "telecom" on the device
|
|
#
|
|
base=/system
|
|
export CLASSPATH=$base/framework/telecom.jar
|
|
exec app_process $base/bin com.android.commands.telecom.Telecom "$@"
|
|
|