Exemplo n.º 1
0
 /** Initialize the native Android application context to be the same as the java counter-part. */
 public static void initApplicationContextForNative() {
   if (sApplicationContext == null) {
     throw new RuntimeException("Cannot have native global application context be null.");
   }
   nativeInitNativeSideApplicationContext(sApplicationContext);
 }