Skip to content

Commit

Permalink
Fix Android icon and name
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperJMN committed Dec 21, 2023
1 parent 1d3117c commit 2ce22e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified src/AvaloniaSyncer.Android/Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions src/AvaloniaSyncer.Android/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="com.SuperJMN.AvaloniaSyncronizer">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="com.SuperJMN.AvaloniaSyncer">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
<application android:label="AvaloniaSyncronizer" android:icon="@drawable/Icon" android:usesCleartextTraffic="true">
<application android:label="AvaloniaSyncer" android:icon="@drawable/Icon" android:usesCleartextTraffic="true">
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="com.SuperJMN.AvaloniaSyncronizer.fileprovider"
android:authorities="com.SuperJMN.AvaloniaSyncer.fileprovider"
android:grantUriPermissions="true"
android:exported="false">
<meta-data
Expand Down

0 comments on commit 2ce22e1

Please sign in to comment.