|
|
@ -42,12 +42,10 @@ |
|
|
|
android:icon="@drawable/applogo" |
|
|
|
android:icon="@drawable/applogo" |
|
|
|
android:label="@string/app_name" |
|
|
|
android:label="@string/app_name" |
|
|
|
android:largeHeap="true" |
|
|
|
android:largeHeap="true" |
|
|
|
android:debuggable="true" |
|
|
|
|
|
|
|
android:networkSecurityConfig="@xml/network_security_config" |
|
|
|
android:networkSecurityConfig="@xml/network_security_config" |
|
|
|
android:resizeableActivity="true" |
|
|
|
android:resizeableActivity="true" |
|
|
|
android:supportsRtl="true" |
|
|
|
android:supportsRtl="true" |
|
|
|
android:theme="@style/AppTheme" |
|
|
|
android:theme="@style/AppTheme"> |
|
|
|
tools:ignore="HardcodedDebugMode"> |
|
|
|
|
|
|
|
<activity |
|
|
|
<activity |
|
|
|
android:name="com.via.vpai.MainActivity" |
|
|
|
android:name="com.via.vpai.MainActivity" |
|
|
|
android:configChanges="keyboard|keyboardHidden|orientation|screenSize" |
|
|
|
android:configChanges="keyboard|keyboardHidden|orientation|screenSize" |
|
|
|