diff options
author | Abhishek Aggarwal <warabhishek@e.email> | 2022-10-14 12:26:26 +0000 |
---|---|---|
committer | Abhishek Aggarwal <warabhishek@e.email> | 2022-10-14 12:26:26 +0000 |
commit | 067ff1de97e33da54f71550538ac5bfa3cbe82ff (patch) | |
tree | 2f0c50897199a086b6d8a3b6d075b962d6689b72 /app/src/main/AndroidManifest.xml | |
parent | abac028841489812adb013fc0426bb60b3d32f2e (diff) | |
parent | db90cd6f3257c23270547994b3ce93f37bf03afe (diff) |
Merge branch '5651-tor_stability' into 'main'
5651 - upgrade to orbot 16.6.2-RC4
See merge request e/os/advanced-privacy!85
Diffstat (limited to 'app/src/main/AndroidManifest.xml')
-rw-r--r-- | app/src/main/AndroidManifest.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index d2a824a..b5836dc 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -86,12 +86,6 @@ <category android:name="${mainActivityIntentFilterCategory}"/> </intent-filter> </activity> - - <service - android:name="org.torproject.android.service.OrbotService" - android:exported="false" - - /> </application> </manifest>
\ No newline at end of file |