videorecordapp fileprovider

  1. E

    Android Question VideoRecordApp with FileProvider: Failed to find configured root

    I have tried this for video.Record3(...) and it fails. What I have done: 1. In my Manifest AddApplicationText( <provider android:name="android.support.v4.content.FileProvider" android:authorities="$PACKAGE$.provider" android:exported="false" android:grantUriPermissions="true">...
Top