Skip to content
Snippets Groups Projects
Commit 0f1e1bda authored by cyberta's avatar cyberta
Browse files

prepare TorService for upgrade to API 34 regarding changes to foreground service permissions

parent 853b255b
No related branches found
No related tags found
No related merge requests found
<manifest xmlns:android="http://schemas.android.com/apk/res/android"> <manifest xmlns:android="http://schemas.android.com/apk/res/android">
<uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
<uses-permission android:name="android.permission.FOREGROUND_SERVICE_DATA_SYNC"
android:minSdkVersion="34" />
<application> <application>
<service android:name="org.torproject.jni.TorService"/> <service android:name="org.torproject.jni.TorService"
android:foregroundServiceType="dataSync"
/>
</application> </application>
</manifest> </manifest>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment