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

Commit 0ec08d73 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Guard AConfiguration_getScreenRound." am: f8619295 am: a3e4e7fa am: fb8e17dc

Change-Id: Ia1d6b58a8153a5e88ec6604dcdbe4586bee89997
parents bca35eb9 fb8e17dc
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -645,10 +645,14 @@ int32_t AConfiguration_getScreenLong(AConfiguration* config);
 */
void AConfiguration_setScreenLong(AConfiguration* config, int32_t screenLong);

#if __ANDROID_API__ >= 30
/**
 * Return the current ACONFIGURATION_SCREENROUND_* set in the configuration.
 *
 * Available since API level 30.
 */
int32_t AConfiguration_getScreenRound(AConfiguration* config);
int32_t AConfiguration_getScreenRound(AConfiguration* config) __INTRODUCED_IN(30);
#endif

/**
 * Set the current screen round in the configuration.