Addchild key when parent adding child

Logging-out user when success is 4 for session expired

WebView for Terms and conditions and privacy policy

DisclaimerActivity and showing static content

Notification count view and showing count from user data

MoreActivity - Song api integration and showing songs
This commit is contained in:
2024-06-07 20:35:58 +05:30
parent 8cf0ee1c28
commit e4c050eec7
30 changed files with 742 additions and 82 deletions

View File

@@ -16,11 +16,17 @@
android:theme="@style/Theme.Woka"
tools:targetApi="31">
<activity
android:name=".home.sidebar.addchild.AddChildActivity"
android:exported="false" />
android:name=".modules.disclaimer.DisclaimerActivity"
android:exported="false"
android:screenOrientation="portrait" />
<activity
android:name=".modules.webview.WebViewActivity"
android:exported="false"
android:screenOrientation="portrait" />
<activity
android:name=".home.sidebar.profile.UserProfileActivity"
android:exported="false" />
android:exported="false"
android:screenOrientation="portrait" />
<activity
android:name=".home.sidebar.support.SupportActivity"
android:exported="false"