<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>