Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
deleted 11 characters in body
Source Link
Suraj Rao
  • 29.7k
  • 11
  • 96
  • 104

In this case, you must have the following permissions in the manifest file of the app:

<uses-permission android:name="android.permission.BLUETOOTH" /> <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> <uses-permission android:name="android.permission.BLUETOOTH_SCAN" /> <uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE" /> <uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />

With whichthis you have the first part resolved, so that it can work correctly, when the user installs the application, he must go to the settings option, applications and search for your app, and then enter it and give him the permission to use the bluethood bluetooth, which is requested for versions of android 12 or higher, additionally, I tell you that there is an option that when it needs to use the plugin, the app requests permission, but I think that you can solve it without a problem.

regards.

In this case, you must have the following permissions in the manifest file of the app:

<uses-permission android:name="android.permission.BLUETOOTH" /> <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> <uses-permission android:name="android.permission.BLUETOOTH_SCAN" /> <uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE" /> <uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />

With which you have the first part resolved, so that it can work correctly, when the user installs the application, he must go to the settings option, applications and search for your app, and then enter it and give him the permission to use the bluethood , which is requested for versions of android 12 or higher, additionally I tell you that there is an option that when it needs to use the plugin, the app requests permission, but I think that you can solve it without problem.

regards.

In this case, you must have the following permissions in the manifest file of the app:

<uses-permission android:name="android.permission.BLUETOOTH" /> <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> <uses-permission android:name="android.permission.BLUETOOTH_SCAN" /> <uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE" /> <uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />

With this you have the first part resolved, so that it can work correctly, when the user installs the application, he must go to the settings option, applications and search for your app, and then enter it and give him the permission to use the bluetooth, which is requested for versions of android 12 or higher, additionally, I tell you that there is an option that when it needs to use the plugin, the app requests permission, but I think that you can solve it without a problem.

deleted 15 characters in body
Source Link

Para este casoIn this case, se debe tener en el archivo manifiesto de layou must have the following permissions in the manifest file of the app, los siguientes permisos:

<uses-permission android:name="android.permission.BLUETOOTH" /> <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> <uses-permission android:name="android.permission.BLUETOOTH_SCAN" /> <uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE" /> <uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />

Con los cuales tienes la primera parte resueltaWith which you have the first part resolved, para que pueda funcionar correctamenteso that it can work correctly, cuando el usuario instale la aplicaciónwhen the user installs the application, el debe ir a la opción de ajusteshe must go to the settings option, aplicaciones y buscar tuapplications and search for your app, y luego ingresar a ella y darle el permiso de uso deland then enter it and give him the permission to use the bluethood  , el cual es solicitado para versiones dewhich is requested for versions of android 12 o superioresor higher, adicional te cuento que existe la opción que cuando este necesite usar eladditionally I tell you that there is an option that when it needs to use the plugin, lathe app solicite el permisorequests permission, pero ese si creo que lo puedes solucionar sin problemabut I think that you can solve it without problem.

Saludosregards.

Para este caso, se debe tener en el archivo manifiesto de la app, los siguientes permisos:

<uses-permission android:name="android.permission.BLUETOOTH" /> <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> <uses-permission android:name="android.permission.BLUETOOTH_SCAN" /> <uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE" /> <uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />

Con los cuales tienes la primera parte resuelta, para que pueda funcionar correctamente, cuando el usuario instale la aplicación, el debe ir a la opción de ajustes, aplicaciones y buscar tu app, y luego ingresar a ella y darle el permiso de uso del bluethood, el cual es solicitado para versiones de android 12 o superiores, adicional te cuento que existe la opción que cuando este necesite usar el plugin, la app solicite el permiso, pero ese si creo que lo puedes solucionar sin problema.

Saludos

In this case, you must have the following permissions in the manifest file of the app:

<uses-permission android:name="android.permission.BLUETOOTH" /> <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> <uses-permission android:name="android.permission.BLUETOOTH_SCAN" /> <uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE" /> <uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />

With which you have the first part resolved, so that it can work correctly, when the user installs the application, he must go to the settings option, applications and search for your app, and then enter it and give him the permission to use the bluethood  , which is requested for versions of android 12 or higher, additionally I tell you that there is an option that when it needs to use the plugin, the app requests permission, but I think that you can solve it without problem.

regards.

Source Link

Para este caso, se debe tener en el archivo manifiesto de la app, los siguientes permisos:

<uses-permission android:name="android.permission.BLUETOOTH" /> <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> <uses-permission android:name="android.permission.BLUETOOTH_SCAN" /> <uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE" /> <uses-permission android:name="android.permission.BLUETOOTH_CONNECT" />

Con los cuales tienes la primera parte resuelta, para que pueda funcionar correctamente, cuando el usuario instale la aplicación, el debe ir a la opción de ajustes, aplicaciones y buscar tu app, y luego ingresar a ella y darle el permiso de uso del bluethood, el cual es solicitado para versiones de android 12 o superiores, adicional te cuento que existe la opción que cuando este necesite usar el plugin, la app solicite el permiso, pero ese si creo que lo puedes solucionar sin problema.

Saludos