uncomment fileprovider

This commit is contained in:
Milos Kozak 2019-03-14 11:18:02 +01:00 committed by GitHub
parent b1baaf48f5
commit 02f20b9e83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,7 +135,6 @@
</intent-filter> </intent-filter>
</receiver> </receiver>
<!--
<provider <provider
android:name="android.support.v4.content.FileProvider" android:name="android.support.v4.content.FileProvider"
android:authorities="${applicationId}.fileprovider" android:authorities="${applicationId}.fileprovider"
@ -144,7 +143,7 @@
<meta-data <meta-data
android:name="android.support.FILE_PROVIDER_PATHS" android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/filepaths" /> android:resource="@xml/filepaths" />
</provider> --> </provider>
<!-- Service processing incomming data --> <!-- Service processing incomming data -->
<service <service
@ -273,4 +272,4 @@
android:label="@string/pairing_information" /> android:label="@string/pairing_information" />
</application> </application>
</manifest> </manifest>