Merge branch 'dev' into ns15
This commit is contained in:
commit
8f9dfe4ddc
1 changed files with 8 additions and 4 deletions
|
@ -8,15 +8,19 @@
|
|||
|
||||
<activity
|
||||
android:name=".ui.wizard.activation.ErosPodActivationWizardActivity"
|
||||
android:exported="false" />
|
||||
android:exported="false"
|
||||
android:theme="@style/AppTheme.NoActionBar" />
|
||||
<activity
|
||||
android:name=".ui.wizard.deactivation.ErosPodDeactivationWizardActivity"
|
||||
android:exported="false" />
|
||||
android:exported="false"
|
||||
android:theme="@style/AppTheme.NoActionBar" />
|
||||
<activity
|
||||
android:name=".ui.ErosPodManagementActivity"
|
||||
android:exported="false" />
|
||||
android:exported="false"
|
||||
android:theme="@style/AppTheme.NoActionBar" />
|
||||
<activity
|
||||
android:name=".ui.ErosPodHistoryActivity"
|
||||
android:exported="false" />
|
||||
android:exported="false"
|
||||
android:theme="@style/AppTheme.NoActionBar" />
|
||||
</application>
|
||||
</manifest>
|
Loading…
Reference in a new issue