main

square/leakcanary

Last updated at: 29/12/2023 09:38

strings.xml

TLDR

This file is the XML resource file for the project's strings. It contains a single string resource with the name "app_name" and the value "My Application".

<resources>
  <string name="app_name">My Application</string>
</resources>