We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33ec4af commit ea07b66Copy full SHA for ea07b66
app/src/main/AndroidManifest.xml
@@ -25,6 +25,7 @@
25
<category android:name="android.intent.category.LAUNCHER" />
26
</intent-filter>
27
</activity>
28
+ <service android:name=".FilesystemService" android:exported="false" tools:ignore="Instantiatable" />
29
</application>
30
31
</manifest>
0 commit comments