Skip to content

Commit eb987e9

Browse files
committed
readme update
1 parent 4d46eef commit eb987e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ tns plugin add nativescript-phone
1919

2020
### Android
2121

22-
To dial the phone without user interaction on Android your app must request permission to dial. To do so, add the following line to your project's AndroidManifest.xml:
22+
To dial the phone without user interaction on Android your app must request permission to dial. The following must be in your app's AndroidManifest.xml. The plugin should add this for you if it does not exist already.
2323

2424
```xml
2525
<uses-permission android:name="android.permission.CALL_PHONE" />

0 commit comments

Comments
 (0)