
The reference to mini-services above are not full blown Android services. Rather, they are utility classes which can be started, stopped, and send broadcasts about their status. Made the list of apps to install better, with buttons for install or upgrade, and statuses for incompatible and installed.
9 lines
324 B
XML
9 lines
324 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<org.fdroid.fdroid.views.swap.SwapAppsView
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:orientation="vertical"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
</org.fdroid.fdroid.views.swap.SwapAppsView> |