mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
remove location service registration after booting
This commit is contained in:
parent
adf87805bb
commit
cb442b876f
2 changed files with 2 additions and 11 deletions
|
@ -18,7 +18,7 @@
|
|||
-->
|
||||
<manifest package="eu.alefzero.owncloud"
|
||||
android:versionCode="1"
|
||||
android:versionName="0.1.170B" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
android:versionName="0.1.171B" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<uses-permission android:name="android.permission.GET_ACCOUNTS" />
|
||||
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
|
||||
|
@ -129,15 +129,6 @@
|
|||
</intent-filter>
|
||||
</service>
|
||||
|
||||
<receiver android:name=".location.LocationServiceLauncherReciever" >
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
||||
<action android:name="eu.alefzero.owncloud.location.LocationLauncher" />
|
||||
|
||||
<category android:name="android.intent.category.HOME" />
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
<activity android:name=".ui.activity.FileDetailActivity" />
|
||||
<activity android:name=".ui.activity.PinCodeActivity" />
|
||||
<activity android:name=".extensions.ExtensionsAvailableActivity"></activity>
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 8fcee10a340d54fb4acdbddcdc1746ad3f377eca
|
||||
Subproject commit 9598f2bb2ceed4a834cd5586a903f270ca4c0ccc
|
Loading…
Reference in a new issue