mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Class names were out of date after merging changes from Afsnit repo.
This commit is contained in:
@@ -13,7 +13,7 @@ public class HelloWorldActivity extends Activity {
|
||||
TextView text = new TextView(this);
|
||||
text.setText("Hello world");
|
||||
setContentView(text);
|
||||
Intent intent = new Intent("net.sf.briar.AfsnitService");
|
||||
Intent intent = new Intent("net.sf.briar.HelloWorldService");
|
||||
startService(intent);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user