Hi SEAndroid,
I have a compile error with seandroid-4.3_r2 branch and aosp base version
android-4.3_r2.3. I just repo sync yesterday night. I am using Ubuntu 10.04
with Oracle Java 1.6.0_45. Without the seandroid-4.3_r2 branch, I can
successfully compile android-4.3_r2.3.
The error is:
packages/apps/Settings/src/com/android/settings/applications/AppOpsState.java:548:
cannot find symbol
symbol : constructor OpEntry(java.lang.Integer,int,int,int,int)
location: class android.app.AppOpsManager.OpEntry
AppOpsManager.OpEntry opEntry = new
AppOpsManager.OpEntry(
^
make: ***
[out/target/common/obj/APPS/Settings_intermediates/classes-full-debug.jar]
Error 41
Looks like the OpEntry constructor doesn't match with the one defined in
AppOpsManager.java, which is:
public OpEntry(int op, int mode, long time, long rejectTime, int duration,
boolean locked) {
Is there any inconsistency or should I use another branch?
Best Regards!
Ruowen