Adding the ability to add a key com.google.android.geo.API_KEY to the manifest #87
Adding the ability to add a key com.google.android.geo.API_KEY to the manifest #87Grey83 wants to merge 10 commits into
Conversation
Adding the ability to add a key com.google.android.geo.API_KEY to the manifest
Adding the ability to add a key com.google.android.geo.API_KEY to the manifest
Adding the ability to add a key com.google.android.geo.API_KEY to the manifest
Adding the ability to add a key com.google.android.geo.API_KEY to the manifest
Adding the ability to add a key com.google.android.geo.API_KEY to the manifest
Adding the ability to add a key com.google.android.geo.API_KEY to the manifest
Adding the ability to add a key com.google.android.geo.API_KEY to the manifest
Adding the ability to add a key com.google.android.geo.API_KEY to the manifest
Adding information about a new feature.
|
Also to lspatch.jar added the new parameters "-g" and "--geoapi". |
|
The feature is indeed useful, but the cost is a bit high, isn't it? |
|
I know at least 2 keys that are quite widely used on the Internet for modifications. I assembled a copy of the patcher for myself with just one of these keys. In general, it would be a good option to make it possible for the user of the program to enter the key himself and so that it is then remembered by the program. But I'm not good enough in Java to implement this right now. It would also be nice to replace the value in meta-data, but ManifestEditor does not do this, |
|
By the way, yesterday I tried using NPatch 1.0.5 and it breaks the apk regardless of the settings, whereas after using LSPath the patched apk works fine. |
Added the ability to add a meta-data field to the AndroidManifest.xml file with the com.google.android.geo.API_KEY parameter and its value, which will need to be specified in the file share/java/src/main/java/org/lsposed/lspatch/share/Constants.java before compiling LSPatch.
To do this, it will be enough to activate the corresponding item in the menu.

This will allow patched applications to work with Google Maps.