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

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

Merge "Remove __ANDROID_API__ guards"

parents 74c2df55 fd86f1a5
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -64,8 +64,6 @@ enum {
    PERMISSION_MANAGER_STATUS_SERVICE_UNAVAILABLE = -2,
};

#if __ANDROID_API__ >= 31

/**
 * Checks whether the package with the given pid/uid has been granted a permission.
 *
@@ -84,8 +82,6 @@ int32_t APermissionManager_checkPermission(const char* permission,
                                           uid_t uid,
                                           int32_t* outResult) __INTRODUCED_IN(31);

#endif // __ANDROID_API__ >= 31

__END_DECLS

#endif  // ANDROID_PERMISSION_MANAGER_H