commit | 05ebcd34c23d41186748f57451ded3b40bed8a64 | [log] [tgz] |
---|---|---|
author | paulhu <paulhu@google.com> | Fri May 29 00:43:36 2020 +0800 |
committer | Paul Hu <paulhu@google.com> | Mon Jun 08 06:04:19 2020 +0000 |
tree | 177ffe4488ba2cc6702e73d10341e948aaaf7583 | |
parent | ff2641428fbe9f7766f8ab901680c9bb7524f005 [diff] |
Make tether settings intent explicit Currently tethering notification is sending a pending intent for redirecting user to tether settings page. However, this intent is implicit that only create with Settings.ACTION_TETHER_SETTINGS. For security reasons, this intetnt should specify an explicit component to be delivered to. Thus, specify the settings package name to this intent. Test: atest TetheringTests Bug: 156353008 Change-Id: I49187aee8a004caa890e2a73c0a28d280215c7d4