Overwrites App Icons and Theme in Manifest
See original GitHub issueThe application Properties android:icon
, android:roundIcon
and android:theme
should be removed from the manifest, as these can cause conflicts.
Wan’t to use this library in our app but the mentioned manifest properties result in our app icon getting overwritten by the placeholder on new android versions.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Overwritten app icon (Android) · Issue #10 · tanersener/flutter ...
TL;DR; one of the underlying libraries seems to be overwriting the launcher icon. To reproduce: run flutter create ffmpeg_test
Read more >android activity - Overwrite manifest (themes) - Stack Overflow
My question is: there are any way to replace or merge the android manifest or some parts of tiapp.xml file: uses-permission android:name="com.
Read more >display_override - Web app manifests | MDN
Display override objects are display-mode strings, the possible ... a different window, its own icon in the application launcher, etc.
Read more >Manage manifest files - Android Developers
This page describes how our build tools ingest manifest files to determine the ultimate look and experience of your app.
Read more >Manifest schema reference - Teams - Microsoft Learn
The Microsoft Teams app manifest describes how your app integrates into ... This way, when the new manifest is installed, it overwrites the ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Works like a charm. Thanks a lot for fixing it so quickly!
Hi we have uploaded a version 1.0.2
compile ‘com.poovam:pin-edittext-field:1.0.2’
But in the local test clearing the manifest doesn’t seem to solve the issue. I am working on this and will update soon with a fix.