The Wayback Machine - https://web.archive.org/web/20210330205525/https://github.com/facebook/infer
Skip to content
master
Switch branches/tags
Go to file
Code

Latest commit

Summary:
Context.checkPermission makes IPC calls, and checkSelfPermission is implemented by calling the former.
https://github.com/aosp-mirror/platform_frameworks_base/blob/master/core/java/android/app/ContextImpl.java

Reviewed By: da319

Differential Revision: D27426353

fbshipit-source-id: 1791a5ead
7b0d472

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
m4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

logo

Infer Build Status

Infer is a static analysis tool for Java, C++, Objective-C, and C. Infer is written in OCaml.

Installation

Read our Getting Started page for details on how to install packaged versions of Infer. To build Infer from source, see INSTALL.md.

Contributing

See CONTRIBUTING.md.

License

Infer is MIT-licensed.

Note: Enabling Java support may require you to download and install components licensed under the GPL.