mirror of
https://github.com/moparisthebest/SSLDroid
synced 2025-01-05 10:28:00 -05:00
Changed "running" notification to display the tunnel details.
Signed-off-by: Balint Kovacs <blint@blint.hu>
This commit is contained in:
parent
7cf08aca6e
commit
9d44957132
BIN
bin/SSLDroid.apk
BIN
bin/SSLDroid.apk
Binary file not shown.
BIN
bin/classes.dex
BIN
bin/classes.dex
Binary file not shown.
@ -58,7 +58,7 @@ public class SSLDroid extends Service {
|
||||
keyPass = settingPkcspass;
|
||||
|
||||
//Toast.makeText(this, "SSLDroid Service Started", Toast.LENGTH_LONG).show();
|
||||
createNotification(0, true, "SSLDroid is running", "SSLDroid service is running");
|
||||
createNotification(0, true, "SSLDroid is running", listenPort+"->"+targetHost+":"+targetPort);
|
||||
Log.d(TAG, "SSLDroid Service Started");
|
||||
|
||||
//createNotification("test", "This is a test of the emergency broadcast system");
|
||||
|
Loading…
Reference in New Issue
Block a user