OSDN Git Service

Preferenceをいつでも開けるように変更。
[gokigen/A01d.git] / app / src / main / res / xml / preferences_panasonic.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_panasonic" />
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 <!--
26     <PreferenceCategory
27         android:title="@string/pref_cat_camera">
28
29         <CheckBoxPreference
30             android:key="capture_both_camera_and_live_view"
31             android:title="@string/pref_capture_both_camera_and_live_view" />
32
33     </PreferenceCategory>
34
35     <PreferenceCategory
36         android:title="@string/pref_cat_initialize">
37
38         <CheckBoxPreference
39         android:key="auto_connect_to_camera"
40         android:title="@string/pref_auto_connect_camera"
41         android:summary="@string/pref_summary_auto_connect_camera" />
42     </PreferenceCategory>
43
44     <PreferenceCategory
45         android:title="@string/pref_cat_gokigen">
46
47         <Preference
48             android:key="instruction_link"
49             android:title="@string/pref_instruction_manual"
50             android:summary="https://osdn.net/projects/gokigen/wiki/A01d"
51             android:selectable="true">
52             <intent android:action="android.intent.action.VIEW"
53                 android:data="https://osdn.net/projects/gokigen/wiki/A01d" />
54         </Preference>
55
56         <Preference
57             android:key="privacy_policy"
58             android:title="@string/pref_privacy_policy"
59             android:summary="https://osdn.net/projects/gokigen/wiki/PrivacyPolicy"
60             android:selectable="true">
61             <intent android:action="android.intent.action.VIEW"
62                 android:data="https://osdn.net/projects/gokigen/wiki/PrivacyPolicy" />
63         </Preference>
64
65         <PreferenceScreen
66             android:key="debug_info"
67             android:title="@string/pref_degug_info"
68             android:summary="@string/pref_summary_debug_info" />
69
70     </PreferenceCategory>
71 -->
72 </PreferenceScreen>