Commit 4e00f222 authored by Max Lv's avatar Max Lv

Add license link to TV preference view

parent 858a7f1d
...@@ -62,4 +62,9 @@ ...@@ -62,4 +62,9 @@
app:pref_summaryHasText="%s" app:pref_summaryHasText="%s"
android:title="@string/port_transproxy"/> android:title="@string/port_transproxy"/>
</PreferenceCategory> </PreferenceCategory>
<Preference android:title="@string/about" >
<intent
android:action="android.intent.action.VIEW"
android:data="https://raw.githubusercontent.com/shadowsocks/shadowsocks-android/master/LICENSE" />
</Preference>
</PreferenceScreen> </PreferenceScreen>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment