Забавно, но я решил свою проблему, удалив разрешение из тега активности
У меня есть код, подобный приведенному ниже:
<application
android:allowBackup="true"
android:debuggable="false"
android:icon="@drawable/app_icon"
android:permission="android.permission.ACCESS_FINE_LOCATION"
android:label="@string/app_name"
android:theme="@style/Theme.Sherlock.Light.DarkActionBar" >
У меня есть разрешение на удаление
<application
android:allowBackup="true"
android:debuggable="false"
android:icon="@drawable/app_icon"
android:label="@string/app_name"
android:theme="@style/Theme.Sherlock.Light.DarkActionBar" >