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

Intent filter for: BrowserTabActivity is missing. #21

Open
AnjumAsif opened this issue Apr 11, 2023 · 2 comments
Open

Intent filter for: BrowserTabActivity is missing. #21

AnjumAsif opened this issue Apr 11, 2023 · 2 comments

Comments

@AnjumAsif
Copy link

AnjumAsif commented Apr 11, 2023

While i am already defined in our main AndroidManifest.xml file, but still give such error. if any body has any solution, it would be great.
My manifest file tab decleration is like:

<activity android:name="com.microsoft.identity.client.BrowserTabActivity"

        android:exported="true">

        <intent-filter>
            <action android:name="android.intent.action.VIEW" />
            <category android:name="android.intent.category.DEFAULT" />
            <category android:name="android.intent.category.BROWSABLE" />

            <data
                android:host="auth"
                android:path="/Y29tLmF1dG9nZWFyLmxvY2F0b3I="
                android:scheme="msauth.com.autogear.locator" />
        </intent-filter>

    </activity>

any help would be appreciatable.

thanks in advance

@johnzhu123
Copy link

auth ,oath ,sheme is wrong

@ngocbaomobile
Copy link

@johnzhu123 I meet the same issue, how can I fix that?

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