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

Commit 70fc9865 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove __ANDROID_API__ guards"

parents 24eca8d0 ab0846e0
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -115,8 +115,6 @@ enum {
    AACTIVITYMANAGER_IMPORTANCE_GONE = 1000,
};

#if __ANDROID_API__ >= 31

/**
 * Adds a UidImportanceListener to the ActivityManager.
 *
@@ -169,8 +167,6 @@ bool AActivityManager_isUidActive(uid_t uid) __INTRODUCED_IN(31);
 */
int32_t AActivityManager_getUidImportance(uid_t uid) __INTRODUCED_IN(31);

#endif // __ANDROID_API__ >= 31

__END_DECLS

#endif  // __AACTIVITYMANAGER_H__