-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Link to the user manual from the CDR info dialog
- Update the CDR section in the README to be better formatted
- Loading branch information
1 parent
35d44c7
commit 6759ff0
Showing
4 changed files
with
48 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:orientation="vertical" | ||
android:padding="16dp"> | ||
|
||
<TextView | ||
android:id="@+id/tvCdrHelpText" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_margin="@dimen/small_margin" | ||
android:text="@string/cdr_help" | ||
style="@style/TextAppearance.MaterialComponents.Body1" | ||
android:autoLink="web" | ||
android:linksClickable="true" /> | ||
|
||
</LinearLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
support logging the "other" phone number associated with a phone call. Logging SMS events requires the | ||
full SMS permission, and Google Play won\'t approve publishing Network Survey to the Play Store | ||
if it requests the SMS permission. If you are interested in a CDR logger that supports SMS events | ||
and logging the "other" phone number for call events, reach out to me at [email protected]</string> | ||
and logging the "other" phone number for call events, check out the information in the Network Survey User Manual: https://networksurvey.app/manual#cdr</string> | ||
|
||
|
||
<string name="file_help_title">File Logging & MQTT Streaming: Simplified</string> | ||
|