Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 #2

Open
ITknots opened this issue Aug 19, 2022 · 2 comments

Comments

@ITknots
Copy link

ITknots commented Aug 19, 2022

<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>
@sanjug-sonowal
Copy link

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

@devedroy
Copy link

I can help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants