Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
SCARaw authored Mar 15, 2024
1 parent fae092b commit 50155f0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,20 @@
<!-- Allow writing to external storage -->
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.INTERNET" />

<application
android:requestLegacyExternalStorage="true"
android:name="utils.MyApp"
android:allowBackup="true"
android:hardwareAccelerated="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:label="OpenMW"
android:theme="@style/MyTheme"
tools:ignore="GoogleAppIndexingWarning">
<activity
android:name="ui.activity.MainActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:label="@string/app_name"
android:label="OpenMW"
android:screenOrientation="fullUser">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand Down Expand Up @@ -47,4 +46,4 @@
/>
</application>

</manifest>
</manifest>

0 comments on commit 50155f0

Please sign in to comment.