Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to use ACTION_MANAGE_UNKNOWN_APP_SOURCES #127

Open
shomid opened this issue Jan 14, 2019 · 1 comment
Open

how to use ACTION_MANAGE_UNKNOWN_APP_SOURCES #127

shomid opened this issue Jan 14, 2019 · 1 comment

Comments

@shomid
Copy link

shomid commented Jan 14, 2019

how to use ACTION_MANAGE_UNKNOWN_APP_SOURCES in with com.lampa.startapp for open setting unknown resources ?

@lampaa
Copy link
Owner

lampaa commented Jan 14, 2019

Hi, @shomid!

Test this code:

startApp.set({
    "action":"android.settings.action.MANAGE_WRITE_SETTINGS",
    "noParseAction": true
}).start(function(success) {
    console.log(success);
}, function(error) {
    console.error(success);
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants