【发布时间】:2014-11-02 14:23:09
【问题描述】:
我如何使用 Genymotion 重新启动(启动完成)后测试我的应用程序我使用 nexus 4 作为设备
<receiver android:name="com.template.SampleBootReceiver"
android:enabled="true">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED"/>
</intent-filter>
</receiver>
【问题讨论】:
-
你想重启模拟器吗?
-
是的,用于在重启后测试我的通知
标签: android android-emulator genymotion