I modified this part of the buildozer.spec file:
# (str) python-for-android git clone directory (if empty, it will be automatically cloned from github)
android.p4a_dir = ~/kivyinstall/sahil/reply/step5_receiver/.buildozer/android/platform/python-for-android
However, when I edit the AndroidManifest.xml file found in this directory and run buildozer android debug, it still erases all the changes I made to the XML file. Did I correctly point buildozer to my local p4a? I did not clone p4a locally, rather, running buildozer android debug automatically made a .buildozer file in my app directory, which contained its own p4a directory. I found the xml file there and modified it, and copied and pasted the p4a directory in the buildozer.spec file where it says "android.p4a_dir ="