14 lines
460 B
XML
14 lines
460 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
|
||
|
<application>
|
||
|
|
||
|
<activity
|
||
|
android:name=".setupwizard.SetupWizardActivity"
|
||
|
android:configChanges="orientation|keyboardHidden|screenSize"
|
||
|
android:exported="false"
|
||
|
android:label="@string/title_activity_setup_wizard"
|
||
|
android:theme="@style/AppTheme" />
|
||
|
|
||
|
</application>
|
||
|
</manifest>
|