Skip to content

Commit

Permalink
Fix xml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Rawa committed Nov 27, 2023
1 parent 66e3487 commit b0eef37
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
15 changes: 6 additions & 9 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,12 @@
<action android:name="android.service.quicksettings.action.QS_TILE" />
</intent-filter>
</service>

<provider
android:name="net.mullvad.mullvadvpn.provider.MullvadFileProvider"
android:authorities="net.mullvad.mullvadvpn.FileProvider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/provider_paths" />
<provider android:name="net.mullvad.mullvadvpn.provider.MullvadFileProvider"
android:authorities="net.mullvad.mullvadvpn.FileProvider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/provider_paths" />
</provider>
</application>
</manifest>
4 changes: 0 additions & 4 deletions android/app/src/main/res/values/strings.xml

This file was deleted.

1 change: 1 addition & 0 deletions android/lib/resource/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,4 +243,5 @@
<string name="payment_pending_dialog_message">We are currently verifying your purchase, this might take some time. Your time will be added if the verification is successful.</string>
<string name="loading_connecting">Connecting...</string>
<string name="loading_verifying">Verifying purchase...</string>
<string name="copied_logs_to_clipboard">Copied logs to clipboard</string>
</resources>

0 comments on commit b0eef37

Please sign in to comment.