Skip to content

Commit

Permalink
Update AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Datcyx authored Apr 21, 2023
1 parent 4818e69 commit 56c476d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
android:supportsRtl="true"
android:theme="@style/Theme.MyApplication"
tools:targetApi="31">
<activity
android:name=".about"
android:exported="false"/>

<activity
android:name=".MainActivity"
android:exported="true">
Expand All @@ -25,4 +23,4 @@
</activity>
</application>

</manifest>
</manifest>

0 comments on commit 56c476d

Please sign in to comment.