Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5f72e2b authored by Yoshiro MIHIRA's avatar Yoshiro MIHIRA
Browse files

Change default print media size from JIS_B5 to ISO_A4 for Japanese

The Japanese government sat the new rule for a business document
from B5 to A4 from Aprial/1993. Currently, A4 is a common print paper
size in Japan.
However, the current *Android* default media size in Japan is JIS_B5.
Maybe this default media size is based on the old Japanese standard
information.

MHLW formally adopted it in 1993(but in Japanese)
https://www.mhlw.go.jp/web/t_doc?dataId=00ta0034&dataType=1&pageNo=1



Test: Change Languages to Japanese(Nippon), Tap "Print" in Gmail or Chrome and check Paper size(before test this, remove all favorite printers).
Change-Id: I2748bc76d5b7143b99d21e07e8c5c44f87246c84
Signed-off-by: default avatarYoshiro MIHIRA <sanpei@sanpei.org>
parent 5ff37df1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

<resources>

    <string name="mediasize_default">JIS_B5</string>
    <string name="mediasize_default">ISO_A4</string>
    <string name="mediasize_standard">@string/mediasize_standard_japan</string>

</resources>