code added to store device provision response

This commit is contained in:
Mariya
2024-02-08 11:48:35 +05:30
parent 044a545979
commit c5c0467e42
7 changed files with 142 additions and 60 deletions

View File

@@ -118,11 +118,8 @@
android:noHistory="true"
android:theme="@style/AppTheme.NoActionBar">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.HOME" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.MONKEY"/>
<category android:name="android.intent.category.LAUNCHER_APP" />
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity