• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. D

    Apps security exception in adb.exe (android debug bridge) when using commandline

    I am sending this command in a c# .net program to adb.exe like this string command="shell am start -a android.intent.action.CALL tel:xxx"; Process p = new Process(); p.StartInfo = new ProcessStartInfo("adb.exe", command) p.Start(); string...