Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramanathanrv/488e8c0d0ee0d0524f09 to your computer and use it in GitHub Desktop.
Save ramanathanrv/488e8c0d0ee0d0524f09 to your computer and use it in GitHub Desktop.
Godel sample Weblab configuration for controlling the library for SBI Netbanking, SBI Credit Cards and HDFC cards
{
"ANDROID_VERSION_9" : 0, /* Disable Godel completely for Android API level 9 */
"ANDROID_VERSION_10" : 0,
"ANDROID_VERSION_17" : 1, /* Explicitly enable Godel for Android API level 17 */
"pi_SBINB" : 0.1, /* Enable Godel only for 10% for SBI NetBanking */
"pi_SBICC": 0.05, /* Enable Godel only for 5% for SBI NetBanking */
"pi_HDFC": 0.5, /* Enable Godel for 50% for HDFC card users */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment