特定
Android.xml:
<activity android:name='.IconListActivity'
android:label='@string/icon_list_activity_name'
/>
Run Code Online (Sandbox Code Playgroud)
strings.xml中:
<string name='icon_list_activity_name>Icon List</string>
Run Code Online (Sandbox Code Playgroud)
如何在给定IconListActivity.class的情况下访问字符串'Icon List'?
android ×1