Loading res/values-zh-rCN/strings.xml +1 −0 Original line number Diff line number Diff line Loading @@ -2722,4 +2722,5 @@ <string name="blur_effect_lockscreen_title">锁屏</string> <string name="blur_effect_globalaction_title">全局动作对话框</string> <string name="blur_effect_volumecontrol_title">音量控制</string> <string name="app_ops_no_applications">无应用</string> </resources> res/values/strings.xml +1 −0 Original line number Diff line number Diff line Loading @@ -6279,4 +6279,5 @@ <string name="select_sim_card">Select SIM card</string> <string name="add_operator_account_label">iTelcel</string> <string name="app_ops_no_applications">No applications</string> </resources> src/com/android/settings/applications/AppOpsCategory.java +1 −1 Original line number Diff line number Diff line Loading @@ -311,7 +311,7 @@ public class AppOpsCategory extends ListFragment implements // Give some text to display if there is no data. In a real // application this would come from a resource. setEmptyText("No applications"); setEmptyText(getResources().getString(R.string.app_ops_no_applications)); // We have a menu item to show in action bar. setHasOptionsMenu(true); Loading Loading
res/values-zh-rCN/strings.xml +1 −0 Original line number Diff line number Diff line Loading @@ -2722,4 +2722,5 @@ <string name="blur_effect_lockscreen_title">锁屏</string> <string name="blur_effect_globalaction_title">全局动作对话框</string> <string name="blur_effect_volumecontrol_title">音量控制</string> <string name="app_ops_no_applications">无应用</string> </resources>
res/values/strings.xml +1 −0 Original line number Diff line number Diff line Loading @@ -6279,4 +6279,5 @@ <string name="select_sim_card">Select SIM card</string> <string name="add_operator_account_label">iTelcel</string> <string name="app_ops_no_applications">No applications</string> </resources>
src/com/android/settings/applications/AppOpsCategory.java +1 −1 Original line number Diff line number Diff line Loading @@ -311,7 +311,7 @@ public class AppOpsCategory extends ListFragment implements // Give some text to display if there is no data. In a real // application this would come from a resource. setEmptyText("No applications"); setEmptyText(getResources().getString(R.string.app_ops_no_applications)); // We have a menu item to show in action bar. setHasOptionsMenu(true); Loading