diff options
author | Dianne Hackborn <hackbod@google.com> | 2014-11-20 17:17:39 -0800 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2014-11-20 17:17:39 -0800 |
commit | 24b1c23c62b3d8ca1d762a76b2f1ef6360fc683e (patch) | |
tree | 7ff5b24df000003126c17c504313507f4693107a /api/current.txt | |
parent | a6d2789c954698f6dca5479b305689d22fc05d80 (diff) | |
download | frameworks_base-24b1c23c62b3d8ca1d762a76b2f1ef6360fc683e.zip frameworks_base-24b1c23c62b3d8ca1d762a76b2f1ef6360fc683e.tar.gz frameworks_base-24b1c23c62b3d8ca1d762a76b2f1ef6360fc683e.tar.bz2 |
Fix issue #15828903: Intent.parseUri allows call to FLAG_GRANT_*_URI_PERMISSION
You now need to set a flag if you want this unsafe behavior.
Change-Id: I185e9a04e005e42a887c3d58a2818616790b060a
Diffstat (limited to 'api/current.txt')
-rw-r--r-- | api/current.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index fb26daf..553a30c 100644 --- a/api/current.txt +++ b/api/current.txt @@ -7819,6 +7819,7 @@ package android.content { field public static final int FLAG_RECEIVER_REGISTERED_ONLY = 1073741824; // 0x40000000 field public static final int FLAG_RECEIVER_REPLACE_PENDING = 536870912; // 0x20000000 field public static final java.lang.String METADATA_DOCK_HOME = "android.dock_home"; + field public static final int URI_ALLOW_UNSAFE = 4; // 0x4 field public static final int URI_ANDROID_APP_SCHEME = 2; // 0x2 field public static final int URI_INTENT_SCHEME = 1; // 0x1 } |