Category "android-manifest"

Is it possible to update Android Manifest programmatically at runtime?

What I want to achieve: I am creating an application which changes the app icon and app name programmatically. What I have achieved: I've already achieved t

Error: Overlay manifest:package atribute declared at AndroidManifest.xml:2:5-34. Flutter

Simple Proplem, hard to solve (i think), I get this error when i start my main.dart: Error: Overlay manifest:package attribute declared at AndroidManifest.x

Setting AndroidManifest's activity screenRotation different per flavor

Is there a way to dynamically set the activity screenOrientation in AndroidManifest from gradle's build.config? I need to have a flavor which allows rotation,

How to solve Android Error type 3?

Below manifest formation I am using into my project but whenever I am trying to run my emulator, I am getting below mentioned error. please give me a exact solu

Manifest merger failed with multiple errors, see logs

first of all i am new to Android, i have imported an eclipse project to android studio. On building project it is showing this error "Error:Execution failed

What is the use of <permission-group> in android?

From android documentation, Its clear that Using "permission-group" we can create a permission group. Using "permission" element in android manifest file, we ca