문제

I am currently developing a Launcher for Nokia X. How do I integrate the FastLane feature of Nokia X onto it. I already do have a base for the Launcher, and already had been tested against Android 4.1.2 (16). By the way I've already checked here.

도움이 되었습니까?

해결책

Basically your link is to Asha platform, so its not valid with Nokia X.

With Nokia X, you don't really have any dedicated API for Fastlane, however, if you check the Notifications part is Design library, it says that "Notification drawer in Android shows contracted notifications that can be expanded. The Nokia X Fastlane collects all notifications and other recent activities. If the app has defined an expanded notification, it will only show on Fastlane; Lock screen will show the contracted version.", thus you indeed can make notifications which would open the app.

다른 팁

Take a look of Accessibility framework and focus on AccessibilityEvents with type "TYPE_NOTIFICATION_STATE_CHANGED"

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top