導到某應用程式的設定頁面 === ```java= String schema = "package"; String packagename = "com.xxxx.xxxx"; Intent intent = new Intent( Settings.ACTION_APPLICATION_DETAILS_SETTINGS, Uri.fromParts(schema, packagename, null) ); ``` ## Ref. [Go to My app's App Permission screen](https://stackoverflow.com/a/66048500) ###### tags: `系統環境`
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up