From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- .../network_tester/androidapp/AndroidManifest.xml | 24 ++++++++ .../androidapp/res/layout/activity_main.xml | 28 ++++++++++ .../androidapp/res/mipmap-hdpi/ic_launcher.png | Bin 0 -> 3418 bytes .../androidapp/res/mipmap-mdpi/ic_launcher.png | Bin 0 -> 2206 bytes .../androidapp/res/mipmap-xhdpi/ic_launcher.png | Bin 0 -> 4842 bytes .../androidapp/res/mipmap-xxhdpi/ic_launcher.png | Bin 0 -> 7718 bytes .../androidapp/res/mipmap-xxxhdpi/ic_launcher.png | Bin 0 -> 10486 bytes .../androidapp/res/values-v17/styles.xml | 8 +++ .../androidapp/res/values-w820dp/dimens.xml | 6 ++ .../androidapp/res/values/colors.xml | 6 ++ .../androidapp/res/values/dimens.xml | 5 ++ .../androidapp/res/values/strings.xml | 6 ++ .../google/media/networktester/MainActivity.java | 62 +++++++++++++++++++++ .../google/media/networktester/NetworkTester.java | 32 +++++++++++ 14 files changed, 177 insertions(+) create mode 100755 third_party/libwebrtc/rtc_tools/network_tester/androidapp/AndroidManifest.xml create mode 100755 third_party/libwebrtc/rtc_tools/network_tester/androidapp/res/layout/activity_main.xml create mode 100644 third_party/libwebrtc/rtc_tools/network_tester/androidapp/res/mipmap-hdpi/ic_launcher.png create mode 100644 third_party/libwebrtc/rtc_tools/network_tester/androidapp/res/mipmap-mdpi/ic_launcher.png create mode 100644 third_party/libwebrtc/rtc_tools/network_tester/androidapp/res/mipmap-xhdpi/ic_launcher.png create mode 100644 third_party/libwebrtc/rtc_tools/network_tester/androidapp/res/mipmap-xxhdpi/ic_launcher.png create mode 100644 third_party/libwebrtc/rtc_tools/network_tester/androidapp/res/mipmap-xxxhdpi/ic_launcher.png create mode 100755 third_party/libwebrtc/rtc_tools/network_tester/androidapp/res/values-v17/styles.xml create mode 100755 third_party/libwebrtc/rtc_tools/network_tester/androidapp/res/values-w820dp/dimens.xml create mode 100755 third_party/libwebrtc/rtc_tools/network_tester/androidapp/res/values/colors.xml create mode 100755 third_party/libwebrtc/rtc_tools/network_tester/androidapp/res/values/dimens.xml create mode 100755 third_party/libwebrtc/rtc_tools/network_tester/androidapp/res/values/strings.xml create mode 100644 third_party/libwebrtc/rtc_tools/network_tester/androidapp/src/com/google/media/networktester/MainActivity.java create mode 100644 third_party/libwebrtc/rtc_tools/network_tester/androidapp/src/com/google/media/networktester/NetworkTester.java (limited to 'third_party/libwebrtc/rtc_tools/network_tester/androidapp') diff --git a/third_party/libwebrtc/rtc_tools/network_tester/androidapp/AndroidManifest.xml b/third_party/libwebrtc/rtc_tools/network_tester/androidapp/AndroidManifest.xml new file mode 100755 index 0000000000..1ff519396b --- /dev/null +++ b/third_party/libwebrtc/rtc_tools/network_tester/androidapp/AndroidManifest.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + diff --git a/third_party/libwebrtc/rtc_tools/network_tester/androidapp/res/layout/activity_main.xml b/third_party/libwebrtc/rtc_tools/network_tester/androidapp/res/layout/activity_main.xml new file mode 100755 index 0000000000..8839a31003 --- /dev/null +++ b/third_party/libwebrtc/rtc_tools/network_tester/androidapp/res/layout/activity_main.xml @@ -0,0 +1,28 @@ + + +