D davemorris Active Member Licensed User Longtime User Jul 23, 2020 #1 Hi Guys Is it possible to detect if a Phone has its USB debugging option enabled? Regards Dave
Erel B4X founder Staff member Licensed User Longtime User Jul 23, 2020 #2 B4X: Dim p As Phone Dim ADB As Boolean = p.GetSettings("adb_enabled") = "1" Upvote 0
P Philip Prins Active Member Licensed User Longtime User Oct 25, 2020 #3 Erel said: B4X: Dim p As Phone Dim ADB As Boolean = p.GetSettings("adb_enabled") = "1" Click to expand... Is it possible to disable USB debugging programmatically? Upvote 0
Erel said: B4X: Dim p As Phone Dim ADB As Boolean = p.GetSettings("adb_enabled") = "1" Click to expand... Is it possible to disable USB debugging programmatically?
D davemorris Active Member Licensed User Longtime User Oct 25, 2020 #4 Hi Phillip Is it possible to disable USB debugging programmatically? Click to expand... I do believe this is off topic - suggest you raise a new topic. The reason I asked if USB debugging can be detect is because it appears to be a security risk and I wanted to warn the user. Dave Upvote 0
Hi Phillip Is it possible to disable USB debugging programmatically? Click to expand... I do believe this is off topic - suggest you raise a new topic. The reason I asked if USB debugging can be detect is because it appears to be a security risk and I wanted to warn the user. Dave