Issue
so I'm writing this app, that needs a buttons that says "Go To Developer Options". I've seen other apps do that already before, but I didn't find anything on Google.
How can I get my app to open the developer options autonomous? :)
Solution
StartActivity(new Intent(Android.Provider.Settings.ActionApplicationDevelopmentSettings));
Answered By - App Pack
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.