Skip to content

Commit b1d2489

Browse files
authored
update doc (#63)
1 parent c21b7c4 commit b1d2489

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

app/src/main/res/values/strings.xml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
-->
88

99
<resources>
10-
<string name="app_name">OpenMobileNetworkToolkit</string>
10+
<string name="app_name" translatable="false">OpenMobileNetworkToolkit</string>
1111
<string name="action_android">Android Testing</string>
12-
<string name="action_samsung">Samsung IMS</string>
13-
<string name="action_sony">Sony Service</string>
14-
<string name="action_nokia">Nokia enable SA</string>
15-
<string name="action_huawei">Huawei Project</string>
16-
<string name="action_mediatek">Mediatek IMS</string>
17-
<string name="action_iperf3">iPerf3</string>
12+
<string name="action_samsung" translatable="false">Samsung IMS</string>
13+
<string name="action_sony" translatable="false">Sony Service</string>
14+
<string name="action_nokia" translatable="false">Nokia enable SA</string>
15+
<string name="action_huawei" translatable="false">Huawei Project</string>
16+
<string name="action_mediatek" translatable="false">Mediatek IMS</string>
17+
<string name="action_iperf3" translatable="false">iPerf3</string>
1818
<string name="execute_iperf_command">Send</string>
1919
<string name="loggin_notifaction">Logging Service</string>
2020
<string name="appinfo">This app is provided by NGNI a department of Fraunhofer FOKUS. \n\nhttps://www.fokus.fraunhofer.de/go/ngni \n\nThis software is licensed under BSD 3-Clause Clear License https://spdx.org/licenses/BSD-3-Clause-Clear.html \n\nAuthors: \n\nPeter Hasse \nMohsin Nisar \nJohann Hackler</string>
@@ -257,6 +257,7 @@
257257
<string name="log_wifi_data_summary">This will log WifiInformation data to InfluxDB. Like SSID, BSSID, RSSI, Frequency, LinkSpeed, and WifiStandard.</string>
258258
<string name="influx_battery_data_summary">This will log BatteryInformation data to InfluxDB. Like BatteryLevel and Charging Status.</string>
259259
<string name="influx_ip_address_data_summary">This will log IPAddressInformation data to InfluxDB. Like IPv4 and IPv6 addresses, and the interface name.</string>
260+
<string name="open_for_link_to_documentation">Click here for Android Doc</string>
260261

261262

262263
</resources>

app/src/main/res/xml/preference_mobile_network.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@
1414
<PreferenceCategory
1515
android:title="@string/radio_settings"
1616
app:iconSpaceReserved="false">
17+
<Preference
18+
app:key="doc"
19+
app:title="@string/open_for_link_to_documentation"
20+
app:iconSpaceReserved="false"
21+
>
22+
<intent
23+
android:action="android.intent.action.VIEW"
24+
android:data="https://developer.android.com/reference/android/telephony/TelephonyManager#setNetworkSelectionModeManual(java.lang.String,%20boolean,%20int)" />
25+
26+
</Preference>
27+
28+
1729
<DropDownPreference
1830
android:key="select_network_type"
1931
android:title="@string/access_networktype"

0 commit comments

Comments
 (0)