i am developing a windows phone app in which i fetching some data from service at that moment the device will go to auto lock since it is un - responsive for long time.
so , how can i avoid this auto locking in the windows phone app when some process/fetching/syncing is happening with services.
i am not able test this scenario since i am testing it on an emulator.
1) how to avoid auto locking feature in windows phone app when it is running? 2) What are the various possible ways in which i can do this ?
Please help me out.
Thanks in Advance.