Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <application>
  2. <property>
  3. <name>insert package name here</name> (can be found using an app such as apk editor)
  4. <package>insert package name here</package>(can be found using an app such as apk editor)
  5. <versionCode>1-999999999</versionCode>(stays constant)
  6. <keyStoreLists>
  7. <keyStore>insert apk singature here</keyStore> (can be found using the provided jar file).
  8. </keyStoreLists>
  9. </property>
  10. <controlData>
  11. <withAudio>with</withAudio> (use "without" for navigation apps)
  12. <audioStreamType>null</audioStreamType>(use "STREAM_ADA_GUIDE" for navigation apps)
  13. <regulation>null</regulation>
  14. <revert>yes</revert>
  15. </controlData>
  16. </application>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement