Normal manifest, not tests
This commit is contained in:
parent
4836c03179
commit
850784160e
1 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
||||||
android:supportsRtl="true"
|
android:supportsRtl="true"
|
||||||
android:configChanges="locale"
|
android:configChanges="locale"
|
||||||
android:theme="@style/AppTheme">
|
android:theme="@style/AppTheme">
|
||||||
<activity android:name=".tests.activities.dialogs.Test_VideoActivity">
|
<activity android:name=".activities.LicenseActivity">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.MAIN" />
|
<action android:name="android.intent.action.MAIN" />
|
||||||
|
|
||||||
|
@ -100,8 +100,8 @@
|
||||||
</activity>
|
</activity>
|
||||||
<activity android:name=".tests.activities.dialogs.Test_ToastActivity">
|
<activity android:name=".tests.activities.dialogs.Test_ToastActivity">
|
||||||
</activity>
|
</activity>
|
||||||
<!--<activity android:name=".tests.activities.dialogs.Test_VideoActivity">
|
<activity android:name=".tests.activities.dialogs.Test_VideoActivity">
|
||||||
</activity>-->
|
</activity>
|
||||||
|
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue