CSharpShellApp
CSharpShellApp copied to clipboard
AndroidManifest question
Can you somehow implement the edit of AndroidManifest for scenarios(even to work in compiled apk), when I need to add queries/intent for Map or for features that requires these only for Android 11, like adding this:
?
Or for features, like camera(mediapicker) on android 11?
Queries? I think it is all basically strings so yes, should be implementable.
@radimitrov Will you please implement it?
@sedoLevi609 Yes, I'm implementing it
@radimitrov I see I can add queries to AndroidManifest, but should I do something after setting the queries text or it's doing auto-save after I change the text in queries? (I tried to search it in compiled apk(as zip) androidmanifest, but I can't see my queries, though as I see the androidmanifest.xml end is only from symbols, so I can't read it, and can't see my queries in the part that is readable)
@sedoLevi609 It should autosave. AndroidManifest.xml is stored (and edited in this case) in AXML or binary XML. You can use an app like Apk Analyzer to examine installed app's manifest as plain text.