Cannot load resources in background process

Description:

When trying to load a string resource in a background process, the following is displayed in the console:

Permission Required

It is a hyperlink that takes you to the Permissions view of the Manifest Editor in Eclipse

Environment:
Mac
Eclipse Oxygen.2
SDK 2.4.2
Simulator

Steps to reproduce:

Try to load a string resource in onTemporalEvent

function onTemporalEvent() {

Toybox.System.println(Toybox.WatchUi.loadResource(Rez.Strings.Device));

}


Build and observe console output when event triggers.

Expected results:

Value of string resource displayed in console output

Observed results:

Hyperlink with text Permission Required