mirror of
http://galexander.org/git/simplesshd.git
synced 2025-01-14 09:00:53 +00:00
remove abandoned AuthKeys activity/services from AndroidManifest.xml!
This commit is contained in:
parent
c4e32e3ddc
commit
b7bbc05f19
@ -16,9 +16,6 @@
|
|||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
<activity android:name="Settings" android:label="Settings" />
|
<activity android:name="Settings" android:label="Settings" />
|
||||||
<activity android:name="AuthKeys" android:label="Authorized Keys" />
|
|
||||||
<service android:name="AuthKeysSave" android:label="AuthKeysSave" />
|
|
||||||
<service android:name="AuthKeysFetch" android:label="AuthKeysFetch" />
|
|
||||||
<service android:name="SimpleSSHDService"
|
<service android:name="SimpleSSHDService"
|
||||||
android:label="SimpleSSHDService" />
|
android:label="SimpleSSHDService" />
|
||||||
<receiver android:name="BootReceiver">
|
<receiver android:name="BootReceiver">
|
||||||
|
Loading…
Reference in New Issue
Block a user