OSDN Git Service

RICOHとOPC以外は、A01DLの操作説明ページではなくてA01dの操作説明ページを開いていた...修正する。
[gokigen/PKRemote.git] / app / src / main / res / xml / preferences_nikon.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
3     <PreferenceCategory
4         android:title="@string/pref_cat_application_control">
5
6         <PreferenceScreen
7             android:key="exit_application"
8             android:icon="@drawable/ic_power_settings_new_black_24dp"
9             android:title="@string/pref_exit_power_off_sony" />
10
11         <ListPreference
12             android:title="@string/pref_connection_method"
13             android:entryValues="@array/connection_method_value"
14             android:entries="@array/connection_method"
15             android:key="connection_method"
16             android:defaultValue="OPC"/>
17
18         <PreferenceScreen
19             android:key="wifi_settings"
20             android:title="@string/pref_wifi_settings"
21             android:summary="@string/pref_summary_wifi_settings" />
22
23     </PreferenceCategory>
24
25     <PreferenceCategory
26         android:title="@string/pref_cat_camera">
27
28         <CheckBoxPreference
29             android:key="nikon_get_screennail_as_small_picture"
30             android:title="@string/pref_nikon_get_screennail_as_small_picture"
31             android:summary="@string/pref_summary_nikon_get_screennail_as_small_picture" />
32
33         <EditTextPreference
34             android:key="nikon_host_ip"
35             android:title="@string/pref_nikon_host_ip"
36             android:defaultValue="192.168.1.1"
37             android:summary="@string/pref_summary_nikon_host_ip" />
38
39         <EditTextPreference
40             android:key="nikon_receive_wait"
41             android:title="@string/pref_nikon_receive_wait"
42             android:defaultValue="50"
43             android:summary="@string/pref_summary_nikon_receive_wait" />
44
45 <!--
46         <CheckBoxPreference
47             android:key="ble_wifi_on"
48             android:title="@string/pref_ble_wifi_on"
49             android:summary="@string/pref_summary_ble_wifi_on"/>
50 -->
51     </PreferenceCategory>
52
53     <PreferenceCategory
54         android:title="@string/pref_cat_initialize">
55
56         <CheckBoxPreference
57         android:key="auto_connect_to_camera"
58         android:title="@string/pref_auto_connect_camera"
59         android:summary="@string/pref_summary_auto_connect_camera" />
60     </PreferenceCategory>
61
62     <PreferenceCategory
63         android:title="@string/pref_cat_gokigen">
64
65         <Preference
66             android:key="instruction_link"
67             android:title="@string/pref_instruction_manual"
68             android:summary="https://osdn.net/projects/gokigen/wiki/PKRemote"
69             android:selectable="true">
70             <intent android:action="android.intent.action.VIEW"
71                 android:data="https://osdn.net/projects/gokigen/wiki/PKRemote" />
72         </Preference>
73
74         <Preference
75             android:key="privacy_policy"
76             android:title="@string/pref_privacy_policy"
77             android:summary="https://osdn.net/projects/gokigen/wiki/PrivacyPolicy"
78             android:selectable="true">
79             <intent android:action="android.intent.action.VIEW"
80                 android:data="https://osdn.net/projects/gokigen/wiki/PrivacyPolicy" />
81         </Preference>
82
83         <PreferenceScreen
84             android:key="debug_info"
85             android:title="@string/pref_degug_info"
86             android:summary="@string/pref_summary_debug_info" />
87
88     </PreferenceCategory>
89 </PreferenceScreen>