AndroidAPS/plugins/configuration/src/main/AndroidManifest.xml

14 lines
460 B
XML
Raw Normal View History

2022-11-21 16:48:45 +01:00
<?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>