summaryrefslogtreecommitdiffstats
path: root/cmds/telecom
Commit message (Collapse)AuthorAgeFilesLines
* Add a command to register SIM Phone account.Roshan Pius2015-07-281-0/+24
| | | | | | | | | Phone accounts with SIM_SUBSCRIPTION capabiltiy needs system permission. Hence adding a command to add sunc phone accounts for CTS testing of remote connections. BUG: 20303674 Change-Id: Ieb7349f906ec8209776ffbe39ed3633f01ba1e7c
* Add adb shell telecom get-system-dialerYorke Lee2015-06-111-2/+13
| | | | | Bug: 20303674 Change-Id: I7ce52e94c434846c262f2d6cc6d41992e259b45f
* Add phone permissions to ShellYorke Lee2015-06-031-2/+2
| | | | | | | | | These are needed for adb shell telecom commands to work on non-eng builds. Also fix a couple of typos in telecom documentation. Change-Id: Ia219ff78f5d65878e43e6b9216f979185495ce7f
* Add adb shell command to register/unregister phone accountsYorke Lee2015-06-031-7/+37
| | | | | Bug: 21583012 Change-Id: I3fd525259860fd9e0f9fda5b77cbb9ee7bfab6ca
* Allow default dialer changes and phone account enable/disable via ADBYorke Lee2015-06-025-0/+345
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