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

后端 未结 5 1214
故里飘歌
故里飘歌 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 07:05

    You cannot define custom attribute to a predefined tag, but you can add key-value pairs called meta-data.

提交回复
热议问题