AndroidManifest.xml 393 Bytes
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.cnlive.filespicker">

    <application android:largeHeap="true">
        <activity
            android:name=".ui.FilePickerActivity"
            android:configChanges="screenSize|smallestScreenSize|screenLayout|orientation"
            android:screenOrientation="portrait" />
    </application>
</manifest>