DASH: fix activities
This commit is contained in:
parent
42f1940abc
commit
40bbafe14a
1 changed files with 8 additions and 4 deletions
|
@ -10,15 +10,19 @@
|
|||
<application android:supportsRtl="true">
|
||||
<activity
|
||||
android:name=".ui.wizard.activation.DashPodActivationWizardActivity"
|
||||
android:exported="false" />
|
||||
android:exported="false"
|
||||
android:theme="@style/AppTheme.NoActionBar" />
|
||||
<activity
|
||||
android:name=".ui.wizard.deactivation.DashPodDeactivationWizardActivity"
|
||||
android:exported="false" />
|
||||
android:exported="false"
|
||||
android:theme="@style/AppTheme.NoActionBar" />
|
||||
<activity
|
||||
android:name=".ui.DashPodManagementActivity"
|
||||
android:exported="false" />
|
||||
android:exported="false"
|
||||
android:theme="@style/AppTheme.NoActionBar" />
|
||||
<activity
|
||||
android:name=".ui.DashPodHistoryActivity"
|
||||
android:exported="false" />
|
||||
android:exported="false"
|
||||
android:theme="@style/AppTheme.NoActionBar" />
|
||||
</application>
|
||||
</manifest>
|
Loading…
Add table
Reference in a new issue