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

Commit fb8e17dc authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: I77acff2d773e0b419e2b7701e822a86be9480597
parents f2e691d2 a3e4e7fa
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.