Changed "running" notification to display the tunnel details.

Signed-off-by: Balint Kovacs <blint@blint.hu>
This commit is contained in:
Balint Kovacs 2011-04-17 20:53:34 +02:00
parent 7cf08aca6e
commit 9d44957132
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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");