
Not fully featured yet, because it doesn't listen for broadcasts from the installers, but it is shows the correct list of apps and allows users to queue up downloads of all updateable apps.
7 lines
285 B
XML
7 lines
285 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Shown in the app list item as a shortcut for the user to be able to download/install an app.
|
|
-->
|
|
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item android:drawable="@drawable/ic_download_button" />
|
|
</selector> |