Todd Kennedy fbcf208191 Don't consider resources < 0 as invalid
The only invalid resource ID is '0'. All other resource IDs are
valid; even negative resource IDs.

With the introduction of namespaces in AAPT2, resource IDs start with
0x80, 0x81, ... [ie. because Java only supports signed types, they are
considered negative]. For app transition animations negative resource
IDs were incorrectly considered "invalid".

Change-Id: I24032baa54860459d4f1b8e17a80c760c48d5579
Fixes: 70716301
Test: Manual. Run multi-split APK and see that transition animations work when defined in a split
2018-04-18 17:28:44 +00:00
2018-04-16 18:50:10 +01:00
2018-02-28 19:06:48 -08:00
2018-04-13 14:04:50 -07:00
2017-11-20 11:13:48 -08:00
2018-03-26 11:04:48 -06:00
Description
No description provided
21 GiB
Languages
Java 73.7%
Kotlin 14%
PowerBuilder 5.8%
C++ 5.2%
AIDL 1%