|
|
@@ -1,5 +1,6 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
+<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+ xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
<im.angry.openeuicc.ui.preference.LongSummaryPreferenceCategory
|
|
|
app:title="@string/pref_notifications"
|
|
|
app:summary="@string/pref_notifications_desc"
|
|
|
@@ -88,6 +89,10 @@
|
|
|
app:iconSpaceReserved="false"
|
|
|
app:title="@string/pref_info_source_code"
|
|
|
app:summary="@string/pref_info_source_code_url"
|
|
|
- app:key="pref_info_source_code"/>
|
|
|
+ app:key="pref_info_source_code">
|
|
|
+ <intent
|
|
|
+ android:action="android.intent.action.VIEW"
|
|
|
+ android:data="@string/pref_info_source_code_url" />
|
|
|
+ </Preference>
|
|
|
</PreferenceCategory>
|
|
|
</PreferenceScreen>
|