am 4f3ee426: am 43751757: Merge "Remove the default WebView text encoding resource entirely." into lmp-dev
* commit '4f3ee426f62662f590c056ce44f005cd716f9870': Remove the default WebView text encoding resource entirely.
This commit is contained in:
@@ -1355,9 +1355,10 @@ public abstract class WebSettings {
|
|||||||
public synchronized boolean getJavaScriptCanOpenWindowsAutomatically() {
|
public synchronized boolean getJavaScriptCanOpenWindowsAutomatically() {
|
||||||
throw new MustOverrideException();
|
throw new MustOverrideException();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the default text encoding name to use when decoding html pages.
|
* Sets the default text encoding name to use when decoding html pages.
|
||||||
* The default is "Latin-1".
|
* The default is "UTF-8".
|
||||||
*
|
*
|
||||||
* @param encoding the text encoding name
|
* @param encoding the text encoding name
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -1779,9 +1779,6 @@
|
|||||||
|
|
||||||
<string-array translatable="false" name="config_cdma_home_system" />
|
<string-array translatable="false" name="config_cdma_home_system" />
|
||||||
|
|
||||||
<!-- Default text encoding for WebSettings. @hide @SystemApi -->
|
|
||||||
<string name="config_webSettingsDefaultTextEncoding">UTF-8</string>
|
|
||||||
|
|
||||||
<!--From SmsMessage-->
|
<!--From SmsMessage-->
|
||||||
<!--Support decoding the user data payload as pack GSM 8-bit (a GSM alphabet
|
<!--Support decoding the user data payload as pack GSM 8-bit (a GSM alphabet
|
||||||
string that's stored in 8-bit unpacked format) characters.-->
|
string that's stored in 8-bit unpacked format) characters.-->
|
||||||
|
|||||||
@@ -2545,8 +2545,6 @@
|
|||||||
<!-- @hide This really shouldn't be public; clients using it should use @* to ref it. -->
|
<!-- @hide This really shouldn't be public; clients using it should use @* to ref it. -->
|
||||||
<public type="style" name="Theme.Leanback.FormWizard" id="0x010302d0" />
|
<public type="style" name="Theme.Leanback.FormWizard" id="0x010302d0" />
|
||||||
|
|
||||||
<public type="string" name="config_webSettingsDefaultTextEncoding" id="0x01040018" />
|
|
||||||
|
|
||||||
<public type="array" name="config_keySystemUuidMapping" id="0x01070005" />
|
<public type="array" name="config_keySystemUuidMapping" id="0x01070005" />
|
||||||
|
|
||||||
<!-- An interpolator which accelerates fast but decelerates slowly. -->
|
<!-- An interpolator which accelerates fast but decelerates slowly. -->
|
||||||
|
|||||||
Reference in New Issue
Block a user