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:
parent
6d34e5c2cf
commit
fa2aaeb4fd
6 changed files with 148 additions and 159 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue