add camera back

This commit is contained in:
tiago.kayaya
2021-02-09 13:57:52 +01:00
parent b1fde29edd
commit aa6d58a4cc
213 changed files with 2968 additions and 1142 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.