Skip to content

Commit

Permalink
remove main activity
Browse files Browse the repository at this point in the history
  • Loading branch information
pengzhendong committed Jul 8, 2021
1 parent 7920816 commit d788542
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.OpenFst">
<activity android:name=".MainActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>

</manifest>
</manifest>

0 comments on commit d788542

Please # to comment.