News download finished, but multilanguage news still pending.

This commit is contained in:
2021-02-21 19:21:40 +01:00
parent fecfc9c810
commit d1ab6c660a
6 changed files with 20 additions and 5 deletions

View File

@ -196,6 +196,10 @@
<activity android:name=".ActivityPermissions"></activity>
<!-- https://developer.android.com/about/versions/pie/android-9.0-changes-28#apache-p-->
<uses-library android:name="org.apache.http.legacy" android:required="false"/>
<service android:name=".location.GeofenceIntentService"/>
</application>