Skip to content

Instantly share code, notes, and snippets.

View ramanathanrv's full-sized avatar

Ramanathan RV ramanathanrv

View GitHub Profile
@ramanathanrv
ramanathanrv / godel_sample_weblab_config_20140822001
Created August 22, 2014 07:25
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 */
}