
This is a skeleton for the upcoming local repo (aka swap aka Kerplapp). Right now, it just provides an Activity for controlling a Service which manages a local webserver (nanohttpd). Next, it will be wired up to the local repo created via a dedicated Activity for managing the list of apps included in the local repo. refs #3204 https://dev.guardianproject.info/issues/3204
11 lines
315 B
XML
11 lines
315 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
<item
|
|
android:id="@+id/menu_settings"
|
|
android:icon="@android:drawable/ic_menu_preferences"
|
|
android:showAsAction="never"
|
|
android:title="@string/menu_preferences"/>
|
|
|
|
</menu>
|