Merge "Add hwbinder library" am: 49e2a9a612
am: 811027ede7
Change-Id: Idec0d080a65d96ff866969f47e9902e40e800fdf
This commit is contained in:
@@ -71,4 +71,13 @@ public abstract class HwBinder implements IHwBinder {
|
||||
}
|
||||
|
||||
private long mNativeContext;
|
||||
|
||||
private static native void native_report_sysprop_change();
|
||||
|
||||
/**
|
||||
* Notifies listeners that a system property has changed
|
||||
*/
|
||||
public static void reportSyspropChanged() {
|
||||
native_report_sysprop_change();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user