@btfuse/filesystem
Version:
Filesystem plugin for the Fuse framework
15 lines (14 loc) • 552 B
text/xml
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application>
<activity
android:name="com.breautek.fuse.filesystem.FuseFilesystemTestActivity"
android:exported="true"
android:theme="@style/Theme.AppCompat.NoActionBar"
>
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>