Even if your goal is 13, I think this will not work on devices with api less than 13, because the changed value is not only the TAG in the manifest, but it is VALUE for the TAG , so the system will analyze these values ββregardless of its api and will throw an exception if it finds an unknown VALUE .
To solve this problem, you will have to build the project twice: for api <13 and for api> = 13.
Correct me if I am wrong (:
source share