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

Commit 0dad5720 authored by Bryce Lee's avatar Bryce Lee
Browse files

Revert "Expose userActivityTimeout through @SystemApi getter/setter."

This reverts commit 40a0ee65.

Change-Id: Ida1a40db25643f97e82d517bcf147f23e4a3a0fe
parent 40a0ee65
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;
@@ -1592,18 +1591,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;
        }