Merge "Remove the usage of the pm.archiving.enabled system property" into main
diff --git a/private/priv_app.te b/private/priv_app.te
index 9ba2c95..5c3f351 100644
--- a/private/priv_app.te
+++ b/private/priv_app.te
@@ -293,6 +293,3 @@
   bluetooth_socket iucv_socket rxrpc_socket isdn_socket phonet_socket ieee802154_socket caif_socket
   alg_socket nfc_socket kcm_socket qipcrtr_socket smc_socket xdp_socket
 } *;
-
-# Allow priv_apps to check if archiving is enabled
-get_prop(priv_app, pm_archiving_enabled_prop)
diff --git a/private/property_contexts b/private/property_contexts
index 2fbb046..f270802 100644
--- a/private/property_contexts
+++ b/private/property_contexts
@@ -1659,9 +1659,6 @@
 # Properties for game manager service
 persist.graphics.game_default_frame_rate.enabled  u:object_r:game_manager_config_prop:s0 exact bool
 
-# Properties for app archiving
-pm.archiving.enabled      u:object_r:pm_archiving_enabled_prop:s0 exact bool
-
 # Properties for ThreadNetworkService
 threadnetwork.country_code u:object_r:threadnetwork_config_prop:s0 exact string
 
diff --git a/private/system_app.te b/private/system_app.te
index 9795746..af9d168 100644
--- a/private/system_app.te
+++ b/private/system_app.te
@@ -174,9 +174,6 @@
 # Settings app reads ro.usb.uvc.enabled
 get_prop(system_app, usb_uvc_enabled_prop)
 
-# Settings and Launcher apps read pm.archiving.enabled
-get_prop(system_app, pm_archiving_enabled_prop)
-
 # Settings app reads and writes the wifi blob database
 allow system_app connectivityblob_data_file:dir rw_dir_perms;
 allow system_app connectivityblob_data_file:file create_file_perms;
diff --git a/private/system_server.te b/private/system_server.te
index 8ed485a..5c210c3 100644
--- a/private/system_server.te
+++ b/private/system_server.te
@@ -1629,10 +1629,6 @@
   -system_server
 } threadnetwork_config_prop:file no_rw_file_perms;
 
-# Allow system server to read pm.archiving.enabled prop
-# TODO(azilio): Remove system property after archiving testing is completed.
-get_prop(system_server, pm_archiving_enabled_prop)
-
 # Allow accessing /mnt/pre_reboot_dexopt/chroot, to load the new service-art.jar
 # in Pre-reboot Dexopt.
 allow system_server pre_reboot_dexopt_file:dir { getattr search };