1*d4726bddSHONG Yifan package com.example.androidapp; 2*d4726bddSHONG Yifan 3*d4726bddSHONG Yifan public class JniShim { getValue()4*d4726bddSHONG Yifan public static native int getValue(); 5*d4726bddSHONG Yifan } 6