Skip to content

Commit 1d2e835

Browse files
committed
lint fixes
1 parent dd62bc2 commit 1d2e835

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55

66
<uses-permission android:name="android.permission.INTERNET" />
77
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
8-
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
98
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
10-
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
119

1210
<application
1311
android:icon="@mipmap/ic_launcher"
@@ -23,7 +21,6 @@
2321
</intent-filter>
2422
</activity>
2523
<service
26-
android:exported="true"
2724
android:label="Rust Service"
2825
android:name=".RustService" />
2926
</application>

app/src/main/res/drawable/ic_launcher_background.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,4 +167,4 @@
167167
android:pathData="M79,19L79,89"
168168
android:strokeWidth="0.8"
169169
android:strokeColor="#33FFFFFF" />
170-
</vector>
170+
</vector>

app/src/main/res/drawable-v24/ic_launcher_foreground.xml renamed to app/src/main/res/drawable/ic_launcher_foreground.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
android:height="108dp"
55
android:viewportWidth="108"
66
android:viewportHeight="108">
7-
<path android:pathData="M31,63.928c0,0 6.4,-11 12.1,-13.1c7.2,-2.6 26,-1.4 26,-1.4l38.1,38.1L107,108.928l-32,-1L31,63.928z">
7+
<path
8+
android:pathData="M31,63.928c0,0 6.4,-11 12.1,-13.1c7.2,-2.6 26,-1.4 26,-1.4l38.1,38.1L107,108.928l-32,-1L31,63.928z">
89
<aapt:attr name="android:fillColor">
910
<gradient
1011
android:endX="85.84757"

0 commit comments

Comments
 (0)