How can I get the name
attribute name from the app_name
attribute value?
<resources>
<string name="app_name">name</string>
<string name="login">"login"</string>
</resources>
How can I get the name
attribute name from the app_name
attribute value?
<resources>
<string name="app_name">name</string>
<string name="login">"login"</string>
</resources>