标签: android android-resources
在我们的应用中,我们通过他们的名字使用一些资源。
getResources().getIdentifier(key, "string", getPackageName())
有没有办法将这些资源标记为已使用?