Skip to content

Commit ea07b66

Browse files
committed
Fix missing FilesystemService declaration in AndroidManifest.xml
1 parent 33ec4af commit ea07b66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<category android:name="android.intent.category.LAUNCHER" />
2626
</intent-filter>
2727
</activity>
28+
<service android:name=".FilesystemService" android:exported="false" tools:ignore="Instantiatable" />
2829
</application>
2930

3031
</manifest>

0 commit comments

Comments
 (0)