What does the templateMergeStrategy property mean in an Android resource?
eg. in the google maps API key file
<string name="google_maps_key" templateMergeStrategy="preserve" translatable="false"> AIza.......some...secret...key... </string>
I would expect a simple google search (or duckduckgo) to give me results, but unfortunately it seems to me that this gives me Google Maps API questions.
Unfortunately, Android Developer Docs on "String Resources" are also missing in this section.
android android gradle
Richard Le Mesurier
source share