Skip to content

Commit

Permalink
Revert "Initial support for OnePlus in-display fingerprint sensor"
Browse files Browse the repository at this point in the history
This reverts commit 339db83.

Signed-off-by: sayan7848 <[email protected]>
  • Loading branch information
sayan7848 committed Sep 2, 2019
1 parent 9c7af8c commit 16705bd
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 486 deletions.
1 change: 0 additions & 1 deletion core/java/com/android/internal/statusbar/IStatusBar.aidl
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ oneway interface IStatusBar
void onFingerprintError(String error);
// Used to hide the fingerprint dialog when the authenticationclient is stopped
void hideFingerprintDialog();
void handleInDisplayFingerprintView(boolean show, boolean isEnrolling);

/**
* LIQUID
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ interface IStatusBarService
void onFingerprintError(String error);
// Used to hide the fingerprint dialog when the authenticationclient is stopped
void hideFingerprintDialog();
void handleInDisplayFingerprintView(boolean show, boolean isEnrolling);

/**
* LIQUID
Expand Down
5 changes: 0 additions & 5 deletions core/res/res/values/custom_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,4 @@
<!-- Whether or not we should show vendor mismatch message -->
<bool name="config_show_vendor_mismatch_message">false</bool>

<!-- Show a custom view for FOD -->
<bool name="config_needCustomFODView">false</bool>

<bool name="config_usesOnePlusFOD">false</bool>

</resources>
3 changes: 0 additions & 3 deletions core/res/res/values/custom_symbols.xml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,4 @@
<!-- Whether or not we should show vendor mismatch message -->
<java-symbol type="bool" name="config_show_vendor_mismatch_message" />

<!-- FoD -->
<java-symbol type="bool" name="config_needCustomFODView" />
<java-symbol type="bool" name="config_usesOnePlusFOD" />
</resources>
4 changes: 1 addition & 3 deletions packages/SystemUI/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ LOCAL_STATIC_JAVA_LIBRARIES := \
SystemUI-proto \
trail-drawing \
rebound \
guava \
vendor.oneplus.fingerprint.extension-V1.0-java \
vendor.oneplus.hardware.display-V1.0-java
guava

LOCAL_JAVA_LIBRARIES := telephony-common \
android.car \
Expand Down
Binary file not shown.
Binary file not shown.
1 change: 0 additions & 1 deletion packages/SystemUI/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@
<item>com.android.systemui.globalactions.GlobalActionsComponent</item>
<item>com.android.systemui.ScreenDecorations</item>
<item>com.android.systemui.fingerprint.FingerprintDialogImpl</item>
<item>com.android.systemui.fingerprint.FODCircleViewImpl</item>
<item>com.android.systemui.SliceBroadcastRelayHandler</item>
</string-array>

Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 16705bd

Please sign in to comment.