Is it possible to have custom attributes in AndroidManifest.xml tags?

后端 未结 5 1210
故里飘歌
故里飘歌 2020-12-13 06:44

I would like to add a custom attribute to the application tag of my AndroidManifest.xml file. Is this possible in the Android environment?

5条回答
  •  攒了一身酷
    2020-12-13 06:58

    If anybody needs that for Xamarin (Mono for Android) I couldn't find the constant, but i found the value for it, which is 128.

    I used a "for" condition to go through all values from 0 to 1000 and check whenever the MetaData property was not null. lol

提交回复
热议问题