uncomment fileprovider
This commit is contained in:
parent
b1baaf48f5
commit
02f20b9e83
1 changed files with 2 additions and 3 deletions
|
@ -135,7 +135,6 @@
|
|||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
<!--
|
||||
<provider
|
||||
android:name="android.support.v4.content.FileProvider"
|
||||
android:authorities="${applicationId}.fileprovider"
|
||||
|
@ -144,7 +143,7 @@
|
|||
<meta-data
|
||||
android:name="android.support.FILE_PROVIDER_PATHS"
|
||||
android:resource="@xml/filepaths" />
|
||||
</provider> -->
|
||||
</provider>
|
||||
|
||||
<!-- Service processing incomming data -->
|
||||
<service
|
||||
|
@ -273,4 +272,4 @@
|
|||
android:label="@string/pairing_information" />
|
||||
</application>
|
||||
|
||||
</manifest>
|
||||
</manifest>
|
||||
|
|
Loading…
Reference in a new issue