Skip to content

Commit 1d09395

Browse files
Remove MainActivity
1 parent 1f04e3c commit 1d09395

File tree

3 files changed

+1
-46
lines changed

3 files changed

+1
-46
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@
88
android:label="@string/app_name"
99
android:roundIcon="@mipmap/ic_launcher_round"
1010
android:supportsRtl="true"
11-
android:theme="@style/AppTheme">
12-
<activity android:name=".MainActivity">
13-
<intent-filter>
14-
<action android:name="android.intent.action.MAIN" />
15-
16-
<category android:name="android.intent.category.LAUNCHER" />
17-
</intent-filter>
18-
</activity>
19-
</application>
11+
android:theme="@style/AppTheme"></application>
2012

2113
</manifest>

app/src/main/java/com/drapps/selectiondialog/MainActivity.java

Lines changed: 0 additions & 19 deletions
This file was deleted.

app/src/main/res/layout/activity_main.xml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)