From b5d669ab307ca9c95227e7c27c71072ea9b6c8ba Mon Sep 17 00:00:00 2001 From: Christopher Roy Bratusek Date: Thu, 13 May 2021 10:08:07 +0200 Subject: [PATCH] fix issue #198 --- CommonInstaller | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CommonInstaller b/CommonInstaller index 4923b1e1..537c749e 100644 --- a/CommonInstaller +++ b/CommonInstaller @@ -540,7 +540,7 @@ dump_system_privapp_permissions () { for pattern in "(type 0x11)0x[1357]2" "(type 0x11)0xc212" \ "(type 0x11)0x[02]" "(type 0x11)0x[13]02" \ "(type 0x11)0x1[01]2" "(type 0x11)0x1001" \ - "(type 0x11)0x[15]2"; do + "(type 0x11)0x[15]2" "(type 0x11)0x1000072"; do grep "${pattern}" "${tmp_list}" | \ awk -F\" '{print $2}' >> "${sys_list}" done