BitcoinTicker

所属分类:加密货币
开发工具:Java
文件大小:189KB
下载次数:0
上传日期:2020-02-20 09:22:26
上 传 者sh-1993
说明:  安卓自动支持的加密货币股票行情和新闻通知示例应用程序
(Sample application for cryptocurrency ticker and news notifications with android auto support)

文件列表:
.idea (0, 2020-02-20)
.idea\assetWizardSettings.xml (1062, 2020-02-20)
.idea\caches (0, 2020-02-20)
.idea\caches\build_file_checksums.ser (540, 2020-02-20)
.idea\caches\gradle_models.ser (111821, 2020-02-20)
.idea\codeStyles (0, 2020-02-20)
.idea\codeStyles\Project.xml (3203, 2020-02-20)
.idea\gradle.xml (760, 2020-02-20)
.idea\misc.xml (3235, 2020-02-20)
.idea\modules.xml (375, 2020-02-20)
.idea\runConfigurations.xml (564, 2020-02-20)
.idea\vcs.xml (180, 2020-02-20)
CODE_OF_CONDUCT.md (3353, 2020-02-20)
CONTRIBUTING.md (19, 2020-02-20)
LICENSE (11357, 2020-02-20)
PULL_REQUEST_TEMPLATE.md (19, 2020-02-20)
build.gradle (404, 2020-02-20)
gradle.properties (1182, 2020-02-20)
gradle (0, 2020-02-20)
gradle\wrapper (0, 2020-02-20)
gradle\wrapper\gradle-wrapper.jar (53636, 2020-02-20)
gradle\wrapper\gradle-wrapper.properties (233, 2020-02-20)
gradlew (4971, 2020-02-20)
gradlew.bat (2314, 2020-02-20)
mobile (0, 2020-02-20)
mobile\build.gradle (873, 2020-02-20)
mobile\proguard-rules.pro (751, 2020-02-20)
mobile\src (0, 2020-02-20)
mobile\src\main (0, 2020-02-20)
mobile\src\main\AndroidManifest.xml (2511, 2020-02-20)
mobile\src\main\java (0, 2020-02-20)
... ...

# BitcoinTicker Native Android demo application for cryptocurrency ticker and news notifications with android auto support To make it work with android auto, the application needs to mimick an android auto app. This is because android auto apps only supports notifications for messaging applications such as WhatsApp/Messenger/SMS - for safety reasons obviously. This is also the reason that, at the moment, i cannot get this app in the Play Store. We can however install it as an android vending app and then it works. Use following steps to force the app working: 1) build as release APK 2) adb push mobile-release.apk /sdcard/app.apk 3) adb shell pm install -i "com.android.vending" -r /sdcard/app.apk 4) adb shell rm /sdcard/app.apk The com.android.vending part of the installation mimics the fact that you downloaded the app from the Play Store. This way it will be supported by Android Auto. Now your notifications should be shown on your car display.

近期下载者

相关文件


收藏者