|
|
|
@ -7,11 +7,10 @@
@@ -7,11 +7,10 @@
|
|
|
|
|
<category android:name="android.intent.category.LAUNCHER"/> |
|
|
|
|
<action android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED"/> |
|
|
|
|
<action android:name="android.hardware.usb.action.USB_DEVICE_DETACHED"/> |
|
|
|
|
<action android:name="android.bluetooth.device.action.ACL_CONNECTED" /> |
|
|
|
|
<action android:name="android.bluetooth.device.action.ACL_DISCONNECTED" /> |
|
|
|
|
<action android:name="android.bluetooth.device.action.ACL_CONNECTED"/> |
|
|
|
|
<action android:name="android.bluetooth.device.action.ACL_DISCONNECTED"/> |
|
|
|
|
<action android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED"/> |
|
|
|
|
</intent-filter> |
|
|
|
|
|
|
|
|
|
<meta-data android:resource="@xml/device_filter" android:name="android.hardware.usb.action.USB_DEVICE_ATTACHED"/> |
|
|
|
|
<meta-data android:resource="@xml/device_filter" android:name="android.hardware.usb.action.USB_DEVICE_DETACHED"/> |
|
|
|
|
<meta-data android:resource="@xml/device_filter" android:name="android.hardware.usb.action.USB_ACCESSORY_ATTACHED"/> |
|
|
|
@ -36,13 +35,11 @@
@@ -36,13 +35,11 @@
|
|
|
|
|
<meta-data android:value="@string/ministro_needed_msg" android:name="android.app.ministro_needed_msg"/> |
|
|
|
|
<meta-data android:value="@string/fatal_error_msg" android:name="android.app.fatal_error_msg"/> |
|
|
|
|
<!-- Messages maps --> |
|
|
|
|
|
|
|
|
|
<!-- Splash screen --> |
|
|
|
|
<!-- |
|
|
|
|
<meta-data android:name="android.app.splash_screen_drawable" android:resource="@drawable/logo"/> |
|
|
|
|
--> |
|
|
|
|
<!-- Splash screen --> |
|
|
|
|
|
|
|
|
|
<!-- Background running --> |
|
|
|
|
<!-- Warning: changing this value to true may cause unexpected crashes if the |
|
|
|
|
application still try to draw after |
|
|
|
@ -52,7 +49,7 @@
@@ -52,7 +49,7 @@
|
|
|
|
|
<!-- Background running --> |
|
|
|
|
</activity> |
|
|
|
|
</application> |
|
|
|
|
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="28"/> |
|
|
|
|
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28"/> |
|
|
|
|
|
|
|
|
|
<!-- Needed to keep working while 'asleep' --> |
|
|
|
|
<uses-permission android:name="android.permission.WAKE_LOCK"/> |
|
|
|
@ -68,14 +65,14 @@
@@ -68,14 +65,14 @@
|
|
|
|
|
<uses-feature android:name="android.hardware.bluetooth" android:required="false"/> |
|
|
|
|
|
|
|
|
|
<!-- Support devices that don't have location services --> |
|
|
|
|
<uses-feature android:name="android.hardware.location.gps" android:required="false" /> |
|
|
|
|
<uses-feature android:name="android.hardware.location.gps" android:required="false"/> |
|
|
|
|
<uses-feature android:name="android.hardware.location.network" android:required="false"/> |
|
|
|
|
<uses-feature android:name="android.hardware.location" android:required="false"/> |
|
|
|
|
<uses-feature android:name="android.hardware.usb.accessory"/> |
|
|
|
|
|
|
|
|
|
<uses-permission android:name="android.permission.INTERNET" /> |
|
|
|
|
<uses-permission android:name="android.permission.WRITE_INTERNAL_STORAGE" /> |
|
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> |
|
|
|
|
<uses-permission android:name="android.permission.INTERNET"/> |
|
|
|
|
<uses-permission android:name="android.permission.WRITE_INTERNAL_STORAGE"/> |
|
|
|
|
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/> |
|
|
|
|
|
|
|
|
|
<!-- The following comment will be replaced upon deployment with default features based on the dependencies of the application. |
|
|
|
|
Remove the comment if you do not require these default features. --> |
|
|
|
|