summaryrefslogtreecommitdiffstats
path: root/src/com/android/browser/PermissionsPrompt.java
Commit message (Collapse)AuthorAgeFilesLines
* Browser: runtime permissionsLuK13372016-01-041-3/+36
| | | | | Change-Id: I19caa970421898196c005aa9ad7cc651cd574c0a Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
* Changes correspoding to Permission API changeTao Bai2014-07-221-7/+9
| | | | | BUG: 15432556 Change-Id: I23fccf2e3e04b8f4ebab566a456c2373269257c2
* Fix permission related issuesTao Bai2014-05-151-5/+2
| | | | | | | - Hide the 'remember' TextView. - Correctly display permission combination. Change-Id: I7242413519d827eada96a692c8a7db3e89eccae4
* Use general permission API.Tao Bai2014-05-141-0/+126
Geolocation related code is untouched. PermissionsPrompt is almost same as GeolocationPermissionPrompt, except - Remember checkbox is hidden as we don't has this feature in framework now. - The resource name is appended according the request. - Remove toast. BUG: 13699047 Change-Id: I1f3f1908bf9c7131ecf2d060fc79d3e5c8842f94