``` return context.getString(resId, *args) ```
# android
v
Copy code
return context.getString(resId, *args)
👍 1