• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

packages/apps/Settings


Commit MetaInfo

Revision0492d78a5abd485e156736f55a894f19aa1ea27d (tree)
Time2009-09-25 18:41:24
AuthorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

move proxy setting to top level of Settings

Change Summary

Incremental Difference

--- a/res/xml/ethernet_settings.xml
+++ b/res/xml/ethernet_settings.xml
@@ -28,14 +28,4 @@
2828 android:summary="@string/eth_conf_summary"
2929 android:key="eth_config"
3030 android:persistent="false" />
31-
32- <PreferenceScreen
33- android:title="@string/proxy_setting"
34- android:summary="@string/proxy_setting_summary">
35- <intent
36- android:action="android.intent.action.MAIN"
37- android:targetPackage="com.android.settings"
38- android:targetClass="com.android.settings.ProxySelector" />
39- </PreferenceScreen>
40-
4131 </PreferenceScreen>
--- a/res/xml/settings.xml
+++ b/res/xml/settings.xml
@@ -37,6 +37,15 @@
3737 android:targetClass="com.android.settings.EthernetSettings" />
3838 </PreferenceScreen>
3939
40+ <PreferenceScreen
41+ android:title="@string/proxy_setting"
42+ android:summary="@string/proxy_setting_summary">
43+ <intent
44+ android:action="android.intent.action.MAIN"
45+ android:targetPackage="com.android.settings"
46+ android:targetClass="com.android.settings.ProxySelector" />
47+ </PreferenceScreen>
48+
4049 <PreferenceScreen
4150 android:key="call_settings"
4251 android:title="@string/call_settings_title"