1
0
Fork 0
mirror of https://github.com/gsantner/dandelion synced 2025-12-11 23:01:11 +01:00

Reworked and simplified again. Now it seems to work.

This commit is contained in:
vanitasvitae 2016-06-06 11:12:27 +02:00
parent 6d34e5c2cf
commit fa2aaeb4fd
6 changed files with 148 additions and 159 deletions

View file

@ -70,6 +70,12 @@
android:exported="false" >
</service>
<receiver android:name=".util.OrbotStatusReceiver">
<intent-filter>
<action android:name="org.torproject.android.intent.action.STATUS"/>
</intent-filter>
</receiver>
</application>
</manifest>