Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f41b106 authored by Joel Galenson's avatar Joel Galenson
Browse files

Make an atom visible to Permission Controller.

Fixes: 123896378
Test: Use it from Permission Controller.
Change-Id: If2cbe078fc0c8d7000ae79ede3d46d02f2d009d1
parent b1145bd8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -268,7 +268,8 @@ message Atom {
        TouchGestureClassified touch_gesture_classified = 177;
        HiddenApiUsed hidden_api_used = 178 [(allow_from_any_uid) = true];
        StyleUIChanged style_ui_changed = 179;
        PrivacyIndicatorsInteracted privacy_indicators_interacted = 180;
        PrivacyIndicatorsInteracted privacy_indicators_interacted =
	    180 [(log_from_module) = "permissioncontroller"];
        AppInstallOnExternalStorageReported app_install_on_external_storage_reported = 181;
        NetworkStackReported network_stack_reported = 182 [(log_from_module) = "network_stack"];
        AppMovedStorageReported app_moved_storage_reported = 183;