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

Remove @style/AppTheme from manifest #440

Closed
madhusudankapoor opened this issue Oct 7, 2015 · 10 comments
Closed

Remove @style/AppTheme from manifest #440

madhusudankapoor opened this issue Oct 7, 2015 · 10 comments
Assignees
Labels
Enhancement This is a feature request to add functionality that is not currently supported Issue Triage The engineering team has looked into the issue, understood the issue, labelled/classified the issue

Comments

@madhusudankapoor
Copy link

AndroidManifest.xml:16:9-42
is also present at [:adal-1.1.3:] AndroidManifest.xml:13:9-40 value=(@style/AppTheme)

@weijjia
Copy link
Contributor

weijjia commented Oct 9, 2015

Why do you want this to be removed?

@madhusudankapoor
Copy link
Author

In the AndroidManifest.xml of the lib currently you have android:theme="@style/AppTheme" ;

it should not present in lib project. so see if you can remove android:theme="@style/AppTheme" from below tag




OR

If you like to keep, then add tools:replace="android:theme" in <application ... > and xmlns:tools="http://schemas.android.com/tools" in manifest

<manifest xmlns:tools="http://schemas.android.com/tools" ...

@madhusudankapoor
Copy link
Author

Any update?

1 similar comment
@madhusudankapoor
Copy link
Author

Any update?

@weijjia
Copy link
Contributor

weijjia commented Dec 8, 2015

Done. Already released in the latest version.

@weijjia weijjia closed this as completed Dec 8, 2015
@max-bb
Copy link

max-bb commented Nov 22, 2018

This has reappeared in 1.15.0; the com.microsoft.identity library is now defining an appTheme when it should not.

@iambmelt
Copy link
Member

iambmelt commented Dec 3, 2018

@max-bb I suspect that this is due to ADAL adding a dependency on common which, until recently, did erroneously include an appTheme.

Related issues can be found below:

This should be fixed in an upcoming release (>1.16.1) but I don't have a specific date for when these changes will be available yet.

@iambmelt
Copy link
Member

iambmelt commented Dec 3, 2018

Reopening.

@iambmelt iambmelt reopened this Dec 3, 2018
@bannus
Copy link

bannus commented Jan 15, 2019

ADAL's values-v14/styles.xml can override my app's values/styles.xml if I use the name AppTheme or AppBaseTheme.

The styles.xml files in ADAL are unused AFAIK and have been present since the initial commit. Seems like they should just be removed.

@iambmelt iambmelt changed the title Remove @style/AppTheme from menifest Remove @style/AppTheme from manifest Jan 16, 2019
@iambmelt
Copy link
Member

Cannot change this due to backcompat breaks - closing

@iambmelt iambmelt self-assigned this Dec 19, 2019
@iambmelt iambmelt added Enhancement This is a feature request to add functionality that is not currently supported Issue Triage The engineering team has looked into the issue, understood the issue, labelled/classified the issue labels Dec 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement This is a feature request to add functionality that is not currently supported Issue Triage The engineering team has looked into the issue, understood the issue, labelled/classified the issue
Projects
None yet
Development

No branches or pull requests

5 participants