react-native-webrtc / react-native-webrtc/react-native-incall-manager

Need android.permission.BLUETOOTH_CONNECT permission for android.content.AttributionSource@d396bf07: getName

Open
#205 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
597
Forks
201
Avg merge
2h 42m
Merged PRs (30d)
1

Description

I am frequently getting this error,i already added these permission in manifest file.

Manifest
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.app.example" android:installLocation="auto"> <uses-permission android:name="android.permission.BLUETOOTH"/> <uses-permission android:name="android.permission.BLUETOOTH_ADMIN "/> <uses-permission android:name="android.permission.BLUETOOTH_PRIVILEGED "/> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="com.android.vending.BILLING" /> <uses-permission android:name="android.permission.WRITE_CONTACTS" /> <uses-permission android:name="android.permission.READ_CONTACTS" />

do you have any solution?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The report only includes an Android manifest snippet and the recurring getName permission error; no repository file or test is named. Start by reproducing the error and tracing the Android Bluetooth permission handling in this React Native module. Done should identify the relevant permission behavior and provide a verified correction or clear documentation of the required setup.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java, react-native
Domain
mobile
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.