zhaog / dashclock

Automatically exported from code.google.com/p/dashclock
Apache License 2.0
0 stars 0 forks source link

DashClock permission label & desc #585

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

I think that permission label & desc should be AOSP-like

NOW:
<string name="permission_desc_read_extension_data">Allows requesting DashClock 
extension data</string>
<string name="permission_label_read_extension_data">Request DashClock extension 
data</string>

SHOULD BE:
<string name="permission_desc_read_extension_data">Allows requesting DashClock 
extension data.</string>
<string name="permission_label_read_extension_data">request DashClock extension 
data</string>

What do you think?

Original issue reported on code.google.com by pyler.in...@gmail.com on 5 Oct 2013 at 1:08