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

Commit 404a1327 authored by Bryce Lee's avatar Bryce Lee Committed by android-build-merger
Browse files

am 13c70441: Merge "Revert "Expose userActivityTimeout through @SystemApi...

am 13c70441: Merge "Revert "Expose userActivityTimeout through @SystemApi getter/setter."" into lmp-mr1-modular-dev
automerge: a20e430d

* commit 'a20e430d':
  Revert "Expose userActivityTimeout through @SystemApi getter/setter."
parents 6531290d a20e430d
Loading
Loading
Loading
Loading
+1 −14
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@

package android.view;

import android.annotation.SystemApi;
import android.app.Presentation;
import android.content.Context;
import android.content.pm.ActivityInfo;
@@ -1595,18 +1594,6 @@ public interface WindowManager extends ViewManager {
            return mTitle;
        }
    
        /** @hide */
        @SystemApi
        public final void setUserActivityTimeout(long timeout) {
            userActivityTimeout = timeout;
        }

        /** @hide */
        @SystemApi
        public final long getUserActivityTimeout() {
            return userActivityTimeout;
        }

        public int describeContents() {
            return 0;
        }