- 6 Aug 2014
- 307
- 67
Hi,
This bug is about string in Settings.apk
Below is steps to reproduce:
- Go to Contacts setting
- Scroll down and tap "More"
- Tap Clear data
Then I search in ingbrzy's github to find out the problem and found this string with key: battery_summary in Settings.apk
- For ysl, whyred, wayne, vince, dipper, sirius... it look like (call this *1)
- For ugg, rolex, rosy, ... it look like
This issue does not happen in English or China because language pack is for every single device, I think so
The problem is happen to device which have battery_summary like 1* when using other language
Hear is the log:
This bug is about string in Settings.apk
Below is steps to reproduce:
- Go to Contacts setting
- Scroll down and tap "More"
- Tap Clear data
Then I search in ingbrzy's github to find out the problem and found this string with key: battery_summary in Settings.apk
- For ysl, whyred, wayne, vince, dipper, sirius... it look like (call this *1)
Code:
<string name="battery_summary">%1$s use since last full charge</string>
Code:
<string name="battery_summary">%1$d%% use since last full charge</string>
This issue does not happen in English or China because language pack is for every single device, I think so
The problem is happen to device which have battery_summary like 1* when using other language
Hear is the log: