1
0
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:
Greg Alexander 2018-05-19 18:52:30 -04:00
parent c4e32e3ddc
commit b7bbc05f19

View File

@ -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">