Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailSuendukov committed Nov 28, 2023
1 parent 201896a commit 3a06d59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class InstallStatusReceiver extends BroadcastReceiver {
/**
* Raw value of PendingIntent.FLAG_ALLOW_UNSAFE_IMPLICIT_INTENT
* https://developer.android.com/reference/android/app/PendingIntent#FLAG_ALLOW_UNSAFE_IMPLICIT_INTENT
* which will appear only in Android target SDK 34.
* This flag will appear only in Android target SDK 34.
*/
@VisibleForTesting
private static final int FLAG_ALLOW_UNSAFE_IMPLICIT_INTENT_VALUE = 16777216;
Expand Down

0 comments on commit 3a06d59

Please sign in to comment.