Questions tagged as 'android-permission'

2
answers

Android application permission [duplicate]

I created an application in eclipse for android, when I install it on mobile phone it does not give permission, in case it was an APK for web radio streaming, on Samsung devices it works 100%, but in motorola they do not work. When you inst...
asked by 19.07.2017 / 09:34
1
answer

"java.lang.SecurityException: Permission Denial" on Android 6 Marshmallow (API 23)

I'm trying to register a broadcastreceiver so I can check out a new sms that might arrive on the device. I'm getting an error only in android marshmallow in the following snippet of code from my fragment: public static final String BROA...
asked by 30.03.2016 / 22:28
2
answers

Silent applications

Some applications, or most of them, have a silent or silent "silent install" option, which is to install an application without the user or support team needing interact with that application in your installation. I started working on a third...
asked by 13.09.2016 / 14:48
1
answer

Runtime Permissions Android

I'm having trouble getting the runtime permissions request, and only the permissions acceptance dialog for one of the two required permissions is shown when I click the button. /*Button PANIC Button @ Click this button to send a PANIC mes...
asked by 14.02.2017 / 22:27
1
answer

Error 505 when installing Google Play App on Lollipop

I'm a developer and I'm having trouble installing an app in the Lollipop version. I have researched and believe that it is a packages error, ie there are two Apps calling the same package (but I'm not sure), this is part of my code. Both ap...
asked by 17.04.2015 / 15:00
1
answer

java.lang.SecurityException: Permission Denial: starting Intent

I'm developing an Android application to make a phone call. It gives me the following exception:    java.lang.SecurityException: Permission Denial: starting Intent {act = android.intent.action.CALL dat = tel: xxxxxxxxx cmp = com.android.serve...
asked by 09.01.2018 / 14:10
0
answers

Location request issues

Hello, good afternoon! I'm having problems with the return of my location in my code (it's also not asking the user for permission) ACTIVITY CODE public class GPSActivity extends AppCompatActivity implements LocationListener { private TextV...
asked by 20.12.2018 / 17:14
1
answer

"java.lang.SecurityException: Permission Denial" on Android 6 Marshmallow (API 23)

I'm trying to register a broadcastreceiver so I can check out a new sms that might arrive on the device. I'm getting an error only in android marshmallow in the following snippet of code from my fragment: public static final String BROA...
asked by 30.03.2016 / 22:28
1
answer

"java.lang.SecurityException: Permission Denial" on Android 6 Marshmallow (API 23)

I'm trying to register a broadcastreceiver so I can check out a new sms that might arrive on the device. I'm getting an error only in android marshmallow in the following snippet of code from my fragment: public static final String BROA...
asked by 30.03.2016 / 22:28
1
answer

Camera permission on Android [duplicate]

I have the following camera access and storage permission in the AndroidManifest.xml file: <uses-permission android:name="android.permission.CAMERA"/> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> &...
asked by 09.05.2017 / 23:51