mirror of
https://github.com/ethauvin/android-about-box.git
synced 2025-04-25 10:47:10 -07:00
Added AboutBox library source code. Implemented IAnalytic and IDialog interfaces for custom usage.
This commit is contained in:
parent
8a88eb2217
commit
8b28ebfb79
56 changed files with 1296 additions and 0 deletions
10
library/findbugs_exclude.xml
Normal file
10
library/findbugs_exclude.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<FindBugsFilter>
|
||||
|
||||
<Match>
|
||||
<Class name="~.*R\$.*" />
|
||||
</Match>
|
||||
<Match>
|
||||
<Class name="~.*Manifest\$.*" />
|
||||
</Match>
|
||||
|
||||
</FindBugsFilter>
|
Loading…
Add table
Add a link
Reference in a new issue