[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [orbot/master] need to differentiate OrbotService status messages from TorService as it was confusing OrbotMain
commit 594f297657e086a4c85fe3b04cde1eeef9b5060b
Author: n8fr8 <nathan@xxxxxxxxxxxxxxxxxxxx>
Date: Wed Dec 22 10:02:24 2021 -0500
need to differentiate OrbotService status messages from TorService as it was confusing OrbotMain
- collision between status action namespace
---
.../main/java/org/torproject/android/service/TorServiceConstants.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/orbotservice/src/main/java/org/torproject/android/service/TorServiceConstants.java b/orbotservice/src/main/java/org/torproject/android/service/TorServiceConstants.java
index ea89dbb1..04ceb229 100644
--- a/orbotservice/src/main/java/org/torproject/android/service/TorServiceConstants.java
+++ b/orbotservice/src/main/java/org/torproject/android/service/TorServiceConstants.java
@@ -43,7 +43,7 @@ public interface TorServiceConstants {
/**
* {@link Intent} send by Orbot with {@code ON/OFF/STARTING/STOPPING} status
*/
- String ACTION_STATUS = "org.torproject.android.intent.action.STATUS";
+ String ACTION_STATUS = "ORBOT.intent.action.STATUS";
/**
* {@code String} that contains a status constant: {@link #STATUS_ON},
* {@link #STATUS_OFF}, {@link #STATUS_STARTING}, or
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits