11119
(Валера В)
September 3, 2023, 9:51am
#1
I know and in some cases use extensions to change the manifest, which can add or, say, , but is it possible for an extension to write a string like to the beginning of the manifest in the manifest?
Taifun
September 3, 2023, 1:39pm
#2
You can find the answer in the annotations document
Taifun
11119
(Валера В)
September 3, 2023, 2:10pm
#3
I didn’t find the answer there. because I didn’t understand anything but based on your reference, I guess that this is impossible
Taifun
September 3, 2023, 3:14pm
#4
Please provide an example
Also Rush might be able to do it
[banner]
Rush is a build tool, built to be a complete replacement for the existing way of developing extensions. It attempts to improve the overall developer experience and reduce the amount of boilerplate code you need to write to make extensions.
With Rush, you no longer need to use annotations to define your extension’s metadata and Android manifest tags. Instead, you get a separate metadata file, rush.yml, and direct support for AndroidManifest.xml (more on that below).
Not just that, Ru…
Taifun
11119
(Валера В)
September 3, 2023, 6:52pm
#5
for example, "uses-feature android:name=“android.hardware.type.watch” …