<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.mg.app">

    <application android:requestLegacyExternalStorage="true">

        <activity android:name="cn.finalteam.rxgalleryfinal.ui.activity.MediaActivity"
                  android:screenOrientation="portrait"
                  android:exported="true"
                  android:theme="@style/Theme_Light.Default"/>

        <activity
                android:name="com.yalantis.ucrop.UCropActivity"
                android:screenOrientation="portrait"
                android:theme="@style/Theme_Light.Default"/>
    </application>

</manifest>
