Android ICS android \ frameworks \ base \ core \ res \ res \ values \ config.xmlでは、元のコメントから、config_useragentprofile_urlでブラウザーのヘッダーuaプロファイルリンクを設定できます。値を設定した後、tcpdumpログから、ヘッダーの要求でuaプロファイルリンクを試すことができません。コードが無効になる可能性があります。コードが機能しない理由を知っている人はいますか?ありがとう
<!-- The URL that should be sent in an x-wap-profile header with an HTTP request,
as defined in the Open Mobile Alliance User Agent Profile specification
OMA-TS-UAProf-V2_0-20060206-A Section 8.1.1.1. If the URL contains a '%s'
format string then that substring will be replaced with the value of
Build.MODEL. The format string shall not be escaped. -->
<string name="config_useragentprofile_url" translatable="false"></string>