commit | 870e09fcd2dfdc12ac318962efd28b0420c562bb | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@android.com> | Mon Jul 06 16:35:25 2009 -0700 |
committer | Romain Guy <romainguy@android.com> | Mon Jul 06 16:45:17 2009 -0700 |
tree | e96f3395c7176695e7007b21ec054c1e3d5a5e71 | |
parent | 453dd50e707aa3a4d24240935f3ff7ea0a08dc7a [diff] |
Fixes #1963229. Introduces Context#isRestricted(). A restricted Context is a special type of Context that prevents specific features from being used. For instance, android:onClick, used by View, can be dangerous when used from within apps widgets. By using a restricted Context to inflate apps widgets, widgets providers are prevented from using android:onClick.