android: rephrase text when requesting permissions

This commit is contained in:
Kavish Devar
2025-05-09 09:19:02 +05:30
parent 45ed8a3a88
commit b95962d722

View File

@@ -407,7 +407,7 @@ fun PermissionsScreen(
Spacer(modifier = Modifier.height(8.dp))
Text(
text = "To provide the best AirPods experience, we need a few permissions",
text = "The following permissions are required to use the app. Please grant them to continue.",
style = TextStyle(
fontSize = 16.sp,
fontWeight = FontWeight.Normal,