cut devmenu
This commit is contained in:
@@ -1,14 +0,0 @@
|
|||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
|
|
||||||
<application android:name="com.megboyzz.devmenu.App">
|
|
||||||
<activity
|
|
||||||
android:name="com.megboyzz.devmenu.MainActivity"
|
|
||||||
android:theme="@android:style/Theme.Material.Light.NoActionBar"
|
|
||||||
android:exported="true">
|
|
||||||
<intent-filter>
|
|
||||||
<action android:name="android.intent.action.MAIN" />
|
|
||||||
<category android:name="android.intent.category.LAUNCHER" />
|
|
||||||
</intent-filter>
|
|
||||||
</activity>
|
|
||||||
</application>
|
|
||||||
</manifest>
|
|
||||||
Reference in New Issue
Block a user