summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2015-06-03 14:15:42 -0700
committerYorke Lee <yorkelee@google.com>2015-06-03 15:48:10 -0700
commitadb53b35cc99e1e98bc4c640d534fa00d44ebe31 (patch)
tree318e541192c479786727aba4af04af74fe46e2d9 /cmds
parentb9381c790eef869ebd904c92bd019886600fc814 (diff)
downloadframeworks_base-adb53b35cc99e1e98bc4c640d534fa00d44ebe31.zip
frameworks_base-adb53b35cc99e1e98bc4c640d534fa00d44ebe31.tar.gz
frameworks_base-adb53b35cc99e1e98bc4c640d534fa00d44ebe31.tar.bz2
Add phone permissions to Shell
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
Diffstat (limited to 'cmds')
-rw-r--r--cmds/telecom/src/com/android/commands/telecom/Telecom.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmds/telecom/src/com/android/commands/telecom/Telecom.java b/cmds/telecom/src/com/android/commands/telecom/Telecom.java
index f62c71b..cdf7429 100644
--- a/cmds/telecom/src/com/android/commands/telecom/Telecom.java
+++ b/cmds/telecom/src/com/android/commands/telecom/Telecom.java
@@ -68,9 +68,9 @@ public final class Telecom extends BaseCommand {
"telecom set-phone-account-disabled: Disables the given phone account, if it \n" +
" has already been registered with telecom.\n" +
"\n" +
- "telecom set-default_dialer: Sets the default dialer to the given component. \n" +
+ "telecom set-default-dialer: Sets the default dialer to the given component. \n" +
"\n" +
- "telecom get-default_dialer: Displays the current default dialer. \n"
+ "telecom get-default-dialer: Displays the current default dialer. \n"
);
}