优化调试框架
This commit is contained in:
@@ -13,7 +13,6 @@
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:label="@string/app_name"
|
||||
android:launchMode="singleInstance"
|
||||
android:exported="true">
|
||||
|
||||
<intent-filter>
|
||||
@@ -106,10 +105,9 @@
|
||||
android:name="android.max_aspect"
|
||||
android:value="4.0"/>
|
||||
|
||||
<activity android:name=".activities.NewActivity"
|
||||
android:label="NewActivity"
|
||||
android:launchMode="singleInstance"
|
||||
android:exported="true"/>
|
||||
<activity android:name=".activities.NewActivity"/>
|
||||
|
||||
<activity android:name=".activities.New2Activity"/>
|
||||
|
||||
</application>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user