Ready to create ApIRequest task file

This commit is contained in:
Pierre
2017-10-31 09:48:28 +01:00
parent 4a7c5dfc1f
commit 7b217acbdb
9 changed files with 202 additions and 0 deletions

View File

@@ -2,6 +2,12 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.communiquons.android.comunic.client">
<!-- Internet access is required to access the API -->
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<application
android:allowBackup="true"
android:fullBackupContent="@xml/backup_scheme"