From 967be9e750221ab2ab783f95df79bb26d290a45e Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Mon, 15 Sep 2025 01:07:58 +0200 Subject: add: added projects --- benchmark/app/src/main/res/xml/backup_rules.xml | 14 ++++++++++++++ .../app/src/main/res/xml/data_extraction_rules.xml | 20 ++++++++++++++++++++ .../app/src/main/res/xml/network_security_config.xml | 7 +++++++ 3 files changed, 41 insertions(+) create mode 100644 benchmark/app/src/main/res/xml/backup_rules.xml create mode 100644 benchmark/app/src/main/res/xml/data_extraction_rules.xml create mode 100644 benchmark/app/src/main/res/xml/network_security_config.xml (limited to 'benchmark/app/src/main/res/xml') diff --git a/benchmark/app/src/main/res/xml/backup_rules.xml b/benchmark/app/src/main/res/xml/backup_rules.xml new file mode 100644 index 0000000..120dbfe --- /dev/null +++ b/benchmark/app/src/main/res/xml/backup_rules.xml @@ -0,0 +1,14 @@ + + + + + \ No newline at end of file diff --git a/benchmark/app/src/main/res/xml/data_extraction_rules.xml b/benchmark/app/src/main/res/xml/data_extraction_rules.xml new file mode 100644 index 0000000..a73ffe1 --- /dev/null +++ b/benchmark/app/src/main/res/xml/data_extraction_rules.xml @@ -0,0 +1,20 @@ + + + + + + + + \ No newline at end of file diff --git a/benchmark/app/src/main/res/xml/network_security_config.xml b/benchmark/app/src/main/res/xml/network_security_config.xml new file mode 100644 index 0000000..fe6acf6 --- /dev/null +++ b/benchmark/app/src/main/res/xml/network_security_config.xml @@ -0,0 +1,7 @@ + + + + 89.168.39.144 + la-banquise.fr + + \ No newline at end of file -- cgit v1.2.3