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:configChanges="locale"
|
||||
android:theme="@style/AppTheme">
|
||||
<activity android:name=".tests.activities.dialogs.Test_VideoActivity">
|
||||
<activity android:name=".activities.LicenseActivity">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
|
@ -100,8 +100,8 @@
|
|||
</activity>
|
||||
<activity android:name=".tests.activities.dialogs.Test_ToastActivity">
|
||||
</activity>
|
||||
<!--<activity android:name=".tests.activities.dialogs.Test_VideoActivity">
|
||||
</activity>-->
|
||||
<activity android:name=".tests.activities.dialogs.Test_VideoActivity">
|
||||
</activity>
|
||||
|
||||
</application>
|
||||
|
||||
|
|
Loading…
Reference in a new issue