OSDN Git Service

Seq番号の更新を見直し、接続の安定性を上げる。
[gokigen/FujiCam.git] / app / src / main / res / xml / preferences_fuji_x.xml
index 30c2483..18998ff 100644 (file)
 
     <PreferenceCategory
         android:title="@string/pref_cat_others">
-
+        <Preference
+            android:key="special_thanks"
+            android:title="@string/pref_special_thanks"
+            android:summary="https://github.com/hkr/fuji-cam-wifi-tool"
+            android:selectable="true">
+            <intent android:action="android.intent.action.VIEW"
+                android:data="https://github.com/hkr/fuji-cam-wifi-tool" />
+        </Preference>
 
     </PreferenceCategory>
 
         <Preference
             android:key="instruction_link"
             android:title="@string/pref_instruction_manual"
-            android:summary="https://osdn.net/projects/gokigen/wiki/GR2Control"
+            android:summary="https://osdn.net/projects/gokigen/wiki/A01d"
             android:selectable="true">
             <intent android:action="android.intent.action.VIEW"
-                android:data="https://osdn.net/projects/gokigen/wiki/GR2Control" />
+                android:data="https://osdn.net/projects/gokigen/wiki/A01d" />
         </Preference>
 
         <Preference