mohaiminur/Textchat

I want to use aboutus menu option but when am trying to apply it in manifest it wont open. if i apply aboutus in place of splash then splash wont open

ITknots opened this issue · 2 comments

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />

<application
    android:allowBackup="true"
    android:icon="@mipmap/logo"
    android:label="@string/app_name"
    android:theme="@style/AppTheme"
    android:roundIcon="@mipmap/logo"
    tools:ignore="GoogleAppIndexingWarning">
    <activity android:name="com.itknots.whatsscan3.MainActivity" />

    <meta-data
        android:name="com.google.android.gms.ads.APPLICATION_ID"
        android:value="ca-app-pub-9730829890594533~3340016657" />
    <meta-data
        android:name="preloaded_fonts"
        android:resource="@array/preloaded_fonts" />

    <activity
        android:name="com.itknots.whatsscan3.AboutusActivity"/>

    <activity
        android:name="com.itknots.whatsscan3.splash"
        android:exported="true">
        <intent-filter>
            <action android:name="android.intent.action.MAIN" />

            <category android:name="android.intent.category.LAUNCHER" />
        </intent-filter>
    </activity>
</application>

I will try to resolve this issue , can i do this

I can help