xiaoyanit / android-openvpn-settings

Automatically exported from code.google.com/p/android-openvpn-settings
GNU General Public License v3.0
0 stars 0 forks source link

Auto-restart after rebooting doesn't work #163

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Rebooting the device
2.
3.

What is the expected output? What do you see instead?
OpenVpn isn't starting, there isn't icon in notification bar. Both checkboxes 
on the settings activity were set before.

What version of the product are you using?
0.4.14

Which Android phone are you using?
Samsung Galaxy S4 Mini.

Which firmware version are you using?
Android 4.2.2

Please provide any additional information below.
1. The same app works fine on HTC Desire (Android 2.2 / SDK8).
2. From LogCat:
"W/BroadcastQueue(740): Permission Denial: receiving Intent { 
act=android.intent.action.BOOT_COMPLETED flg=0x10 (has extras) } to 
de.schaeuffelhut.android.openvpn/.util.BootCompletedReceiver requires 
android.permission.RECEIVE_BOOT_COMPLETED due to sender null (uid 1000)
".
But the BootCompletedReceiver described in app_api14/AndroidManifest.xml has 
the RECEIVE_BOOT_COMPLETED required permission.

Original issue reported on code.google.com by nik.theo...@gmail.com on 6 Mar 2014 at 1:24