This commit is contained in:
tiago.kayaya
2021-02-10 17:38:30 +01:00
parent f3cf194d1a
commit 263bf6a21f
69 changed files with 7363 additions and 2322 deletions
@@ -106,6 +106,16 @@
<action android:name="android.intent.action.QUICKBOOT_POWERON" />
</intent-filter>
</receiver>
<provider
android:name="org.apache.cordova.camera.FileProvider"
android:authorities="com.gpr.gabinetedigital.cordova.plugin.camera.provider"
android:exported="false"
android:grantUriPermissions="true" >
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/camera_provider_paths" />
</provider>
<!--
FirebaseMessagingService performs security checks at runtime,
but set to not exported to explicitly avoid allowing another app to call it.