Skip to content

Commit

Permalink
More op label fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jclehner committed May 17, 2015
1 parent c6b6f3b commit 5c0d863
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions res/values/ops.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ THE EXTRACTOR SCRIPT WILL FAIL OTHERWISE!
<string name="app_ops_summaries_read_clipboard">read clipboard</string>
<string name="app_ops_summaries_write_clipboard">modify clipboard</string>
<string name="app_ops_summaries_take_media_buttons">media buttons</string>
<string name="app_ops_summaries_audio_focus">audio focus</string>
<string name="app_ops_summaries_take_audio_focus">audio focus</string>
<string name="app_ops_summaries_audio_master_volume">master volume</string>
<string name="app_ops_summaries_audio_voice_volume">voice volume</string>
<string name="app_ops_summaries_audio_ring_volume">ring volume</string>
Expand Down Expand Up @@ -73,7 +73,6 @@ THE EXTRACTOR SCRIPT WILL FAIL OTHERWISE!
<string name="app_ops_summaries_su">root access</string>
<string name="app_ops_summaries_neighboring_cells">cell scan</string>
<string name="app_ops_summaries_boot_completed">run at startup</string>
<string name="app_ops_summaries_take_audio_focus">audio focus</string>

<string name="app_ops_labels_location">Location</string>
<string name="app_ops_labels_coarse_location">@string/app_ops_labels_location</string>
Expand All @@ -100,7 +99,7 @@ THE EXTRACTOR SCRIPT WILL FAIL OTHERWISE!
<string name="app_ops_labels_receive_wap_push">@string/app_ops_labels_receive_sms</string>
<string name="app_ops_labels_send_sms">Send SMS</string>
<string name="app_ops_labels_read_icc_sms">@string/app_ops_labels_read_sms</string>
<string name="app_ops_labels_write_icc_sms"@string/app_ops_labels_write_sms</string>
<string name="app_ops_labels_write_icc_sms">@string/app_ops_labels_write_sms</string>
<string name="app_ops_labels_write_settings">Modify settings</string>
<string name="app_ops_labels_system_alert_window">Draw on top</string>
<string name="app_ops_labels_access_notifications">Access notifications</string>
Expand All @@ -110,7 +109,7 @@ THE EXTRACTOR SCRIPT WILL FAIL OTHERWISE!
<string name="app_ops_labels_read_clipboard">Read clipboard</string>
<string name="app_ops_labels_write_clipboard">Modify clipboard</string>
<string name="app_ops_labels_take_media_buttons">Media buttons</string>
<string name="app_ops_labels_audio_focus">Audio focus</string>
<string name="app_ops_labels_take_audio_focus">Audio focus</string>
<string name="app_ops_labels_audio_master_volume">Master volume</string>
<string name="app_ops_labels_audio_voice_volume">Voice volume</string>
<string name="app_ops_labels_audio_ring_volume">Ring volume</string>
Expand Down

0 comments on commit 5c0d863

Please sign in to comment.