Skip to content

Commit 3fe66e4

Browse files
committed
Fix blog post
1 parent 585af74 commit 3fe66e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/pages/blog/grant-send-and-read-sms-permissions-on-android.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'text-h3': !$vuetify.breakpoint.mdAndUp,
1010
}"
1111
>
12-
How to grant SEND_SMS and RECEIVE_SMS permissions on Android 15+
12+
How to grant SMS permissions on Android 15+
1313
</h1>
1414
<p class="subtitle-2 mt-2">
1515
<span class="text-uppercase blue--text">{{ postDate }}</span>
@@ -18,7 +18,7 @@
1818
<p class="text--secondary subtitle-1 mt-2">
1919
In Android 15 (Vanilla Ice Cream), the
2020
<code>android.permission.SEND_SMS</code> and
21-
<code>android.permission.SEND_SMS</code> permissions are now hard
21+
<code>android.permission.RECEIVE_SMS</code> permissions are now hard
2222
restricted and cannot be granted
2323
<a
2424
class="text-decoration-none"

0 commit comments

Comments
 (0)