I try to run AndroidN on my device. The device *doesn't need any lock or 
encryption.*

Issue:
I find that ActivityManagerService starts Settings.FallbackHome before real 
Launcher.
This process takes more than 1000ms, so I wanna remove FallbackHome process 
for quick-startup.

Modify:
original: ams.systemReady -> startHomeActivityLocked -> resolveIntent -> 
FallbackHome -> User unlocked and real home found -> real Launcher
goal: ams.systemReady -> startHomeActivityLocked -> resolveIntent -> real 
Launcher

Status:
If I remove FallbackHome and modify PackageUserState, the resolveIntent and 
startHome will be failed.
Anyone knows about this activity in AndroidN?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/e4ae71a2-495e-4e39-ab32-766d0c2c5816%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to