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

Commit 28103fd6 authored by Pechetty Sravani (xWF)'s avatar Pechetty Sravani (xWF) Committed by Android (Google) Code Review
Browse files

Merge "Revert "Migrate WristOrientationService"" into main

parents f5adb8d1 68ab059a
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -2761,9 +2761,8 @@ public final class SystemServer implements Dumpable {
            mSystemServiceManager.startService(WEAR_MODE_SERVICE_CLASS);
            t.traceEnd();

            boolean enableWristOrientationService =
                    !android.server.Flags.migrateWristOrientation()
                    && SystemProperties.getBoolean("config.enable_wristorientation", false);
            boolean enableWristOrientationService = SystemProperties.getBoolean(
                    "config.enable_wristorientation", false);
            if (enableWristOrientationService) {
                t.traceBegin("StartWristOrientationService");
                mSystemServiceManager.startService(WRIST_ORIENTATION_SERVICE_CLASS);
+0 −8
Original line number Diff line number Diff line
@@ -38,14 +38,6 @@ flag {
     bug: "340928692"
}

flag {
     name: "migrate_wrist_orientation"
     namespace: "wear_frameworks"
     description: "Migrate wrist orientation service functionality to wear settings service"
     bug: "352725980"
     is_fixed_read_only: true
}

flag {
    name: "allow_network_time_update_service"
    namespace: "wear_systems"