OSDN Git Service

Wifi設定をPreferenceから出せるようにした。Nikonの接続シーケンスまで確認。
[gokigen/PKRemote.git] / app / src / main / res / xml / preferences_sony.xml
index e89a293..02a2bd4 100644 (file)
             android:key="connection_method"
             android:defaultValue="OPC"/>
 
+        <PreferenceScreen
+            android:key="wifi_settings"
+            android:title="@string/pref_wifi_settings"
+            android:summary="@string/pref_summary_wifi_settings" />
+
     </PreferenceCategory>
 
     <PreferenceCategory
             android:key="sony_api_list"
             android:title="@string/pref_sony_api_list"
             android:summary="@string/pref_summary_sony_api_list" />
-<!--
+
         <CheckBoxPreference
-            android:key="capture_both_camera_and_live_view"
-            android:title="@string/pref_capture_both_camera_and_live_view" />
--->
+            android:key="use_smartphone_transfer_mode"
+            android:title="@string/pref_sony_use_smartphone_transfer"
+            android:summary="@string/pref_summary_sony_use_smartphone_transfer" />
+
+        <CheckBoxPreference
+            android:key="get_small_picture_as_vga"
+            android:title="@string/pref_get_small_picture_as_vga"
+            android:summary="@string/pref_summary_get_small_picture_as_vga" />
+
+        <!--
+                <CheckBoxPreference
+                    android:key="capture_both_camera_and_live_view"
+                    android:title="@string/pref_capture_both_camera_and_live_view" />
+        -->
     </PreferenceCategory>
 
     <PreferenceCategory