We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73296ce commit 1b9f9baCopy full SHA for 1b9f9ba
src/processing/mode/android/AndroidMode.java
@@ -60,7 +60,7 @@ public class AndroidMode extends JavaMode {
60
"https://developer.android.com/training/wearables/apps/debugging.html";
61
62
private static final String WATCHFACE_DEBUG_TITLE =
63
- "Is Debugging over Bluetooth enabled?";
+ "Is the watch connected to the computer?";
64
65
private static final String WATCHFACE_DEBUG_MESSAGE =
66
"Processing will install watch faces on a smartwatch either over Wi-Fi " +
0 commit comments