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

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

Merge "Update AAudioStreamBuilder_setPackageName notes"

parents 30640b66 7f3a15e4
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -643,8 +643,11 @@ AAUDIO_API void AAudioStreamBuilder_setDeviceId(AAudioStreamBuilder* builder,
 * This is usually {@code Context#getPackageName()}.
 *
 * The default, if you do not call this function, is a random package in the calling uid.
 * The vast majority of apps have only one package per calling UID. If the package
 * name does not match the calling UID, then requests will be rejected.
 * The vast majority of apps have only one package per calling UID.
 * If an invalid package name is set, input streams may not be given permission to
 * record when started.
 *
 * The package name is usually the applicationId in your app's build.gradle file.
 *
 * Available since API level 31.
 *