修改\packages\apps\Camera\res\values\arrays.xml中的以下代碼:
復(fù)制代碼 代碼如下:
<string-array name="pref_camera_continuous_number_entries">
<item>@string/pref_camera_continuous_number_normal</item>
<item>@string/pref_camera_continuous_number_large</item>
</string-array>
<string-array name="pref_camera_continuous_number_entryvalues" translatable="false">
<item>40</item>
<item>99</item>
</string-array>
需要在entries, entryvalues中添加兩項(xiàng),同時(shí)在mtk_strings.xml中添加相應(yīng)的字符串。