AndroidAPS/plugins/configuration/src/main/AndroidManifest.xml
2022-11-21 16:48:45 +01:00

14 lines
No EOL
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>