OCSInventory-NG / AndroidAgent

OCS Inventory NG Android Agent
http://www.ocsinventory-ng.org/en/
GNU General Public License v2.0
28 stars 23 forks source link

Application update #15

Closed AnaelMobilia closed 7 years ago

gillesdubois commented 7 years ago

Hi,

Everything look fine but could you explain the revert for api level ? I raised it because some used code was marked as compatible with level 11 and higher. (Android doc) May be i was wrong ?

Thanks you for you contribution.

Regards, Gilles Dubois

AnaelMobilia commented 7 years ago

Hello @gillesdubois The only warning I get is about the andoird:praentActivity (API level16) on the androidManifest.xml (and is backed by the < meta-data... >).

I didn't found (using lint / build) a warning about new api ? Did you remember where it was used ?

For some parts of code, android-support (v4 & v7) libraries are used, so new API code as been backported. Maybe it's related ?

Regards

gillesdubois commented 7 years ago

Hi,

Sorry it was a mistake, the api level 11 was required for a code snippet i didn't pushed :)

Regards, Gilles Dubois.