We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 585af74 commit 3fe66e4Copy full SHA for 3fe66e4
web/pages/blog/grant-send-and-read-sms-permissions-on-android.vue
@@ -9,7 +9,7 @@
9
'text-h3': !$vuetify.breakpoint.mdAndUp,
10
}"
11
>
12
- How to grant SEND_SMS and RECEIVE_SMS permissions on Android 15+
+ How to grant SMS permissions on Android 15+
13
</h1>
14
<p class="subtitle-2 mt-2">
15
<span class="text-uppercase blue--text">{{ postDate }}</span>
@@ -18,7 +18,7 @@
18
<p class="text--secondary subtitle-1 mt-2">
19
In Android 15 (Vanilla Ice Cream), the
20
<code>android.permission.SEND_SMS</code> and
21
- <code>android.permission.SEND_SMS</code> permissions are now hard
+ <code>android.permission.RECEIVE_SMS</code> permissions are now hard
22
restricted and cannot be granted
23
<a
24
class="text-decoration-none"
0 commit comments