An app designed to work with my custom server software for Android application distribution to registered devices..
app-distributor-android is hosted in the following web site
https://github.com/afollestad/app-distributor-android
If you think the Android project app-distributor-android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of app-distributor-android.
Item | Value |
---|---|
Java File Count | 14 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 16 |
Activity Count | 2 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.GET_ACCOUNTS android.permission.INTERNET android.permission.READ_CONTACTS android.permission.READ_PROFILE android.permission.WAKE_LOCK android.permission.WRITE_EXTERNAL_STORAGE com.google.android.c2dm.permission.RECEIVE com.recoup.android.gcm.permission.C2D_MESSAGE |
Asset File Names | assets\Roboto-Bold.ttf assets\Roboto-Condensed.ttf assets\Roboto-Light.ttf assets\Roboto-LightItalic.ttf |
There are 8 image files in app-distributor-android. The names of the image files are listed as follows.
ab_solid_appdistributor.9.png appdistributor_btn_default_disabled_focused_holo_light.9.png appdistributor_btn_default_disabled_holo_light.9.png appdistributor_btn_default_focused_holo_light.9.png appdistributor_btn_default_normal_holo_light.9.png appdistributor_btn_default_pressed_holo_light.9.png ic_download.png ic_status.png
The following screenshort is generated from the image listed above.
app-distributor-android has the following Java source files.
com.afollestad.appdistributor.Utils.java com.afollestad.appdistributor.adapter.Apk.java com.afollestad.appdistributor.adapter.ApkAdapter.java com.afollestad.appdistributor.gcm.Gcm.java com.afollestad.appdistributor.gcm.GcmBroadcastReceiver.java com.afollestad.appdistributor.gcm.GcmIntentService.java com.afollestad.appdistributor.providers.ApkCacheProvider.java com.afollestad.appdistributor.providers.base.ProviderBase.java com.afollestad.appdistributor.receivers.DownloadNotificationReceiver.java com.afollestad.appdistributor.receivers.InstallNotificationReceiver.java com.afollestad.appdistributor.tasks.DownloadTask.java com.afollestad.appdistributor.ui.MainActivity.java com.afollestad.appdistributor.ui.ReleaseDialog.java