|
|
@ -19,5 +19,14 @@ |
|
|
|
<category android:name="android.intent.category.LAUNCHER" /> |
|
|
|
<category android:name="android.intent.category.LAUNCHER" /> |
|
|
|
</intent-filter> |
|
|
|
</intent-filter> |
|
|
|
</activity> |
|
|
|
</activity> |
|
|
|
|
|
|
|
<provider |
|
|
|
|
|
|
|
android:name="android.support.v4.content.FileProvider" |
|
|
|
|
|
|
|
android:authorities="android.support.v4.provider" |
|
|
|
|
|
|
|
android:exported="false" |
|
|
|
|
|
|
|
android:grantUriPermissions="true"> |
|
|
|
|
|
|
|
<meta-data |
|
|
|
|
|
|
|
android:name="android.support.FILE_PROVIDER_PATHS" |
|
|
|
|
|
|
|
android:resource="@xml/file_providers_paths"/> |
|
|
|
|
|
|
|
</provider> |
|
|
|
</application> |
|
|
|
</application> |
|
|
|
</manifest> |
|
|
|
</manifest> |
|
|
|