Skip to content

Commit 68d668e

Browse files
committed
Remove KeyguardExternal
Change-Id: I58156b2cd17aac706d1567cbaf650f5c0bad5860
1 parent ae2d7e1 commit 68d668e

File tree

34 files changed

+0
-2547
lines changed

34 files changed

+0
-2547
lines changed

CleanSpec.mk

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/org.li
4242
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/org.lineageos.platform.sdk_intermediates)
4343
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/org.lineageos.platform.internal_intermediates)
4444
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/lineage-sdk_stubs_current_intermediates)
45-
# KeyguardExternalView uses a new interface which requires cleaning to avoid a runtime exception
4645
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/org.lineageos.platform_intermediates)
4746
$(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/org.lineageos.platform.sdk_intermediates)
4847
# Purge out the api stubs timestamp files (they're used as a dependency for checkapi-lineage)

api/lineage_current.txt

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -363,37 +363,6 @@ package lineageos.content {
363363

364364
}
365365

366-
package lineageos.externalviews {
367-
368-
public abstract class KeyguardExternalViewProviderService extends android.app.Service {
369-
ctor public KeyguardExternalViewProviderService();
370-
method protected abstract lineageos.externalviews.KeyguardExternalViewProviderService.Provider createExternalView(android.os.Bundle);
371-
method public final android.os.IBinder onBind(android.content.Intent);
372-
field public static final java.lang.String META_DATA = "lineageos.externalviews.keyguard";
373-
field public static final java.lang.String SERVICE_INTERFACE = "lineageos.externalviews.KeyguardExternalViewProviderService";
374-
}
375-
376-
protected abstract class KeyguardExternalViewProviderService.Provider {
377-
ctor protected KeyguardExternalViewProviderService.Provider(android.os.Bundle);
378-
method protected final deprecated void collapseNotificationPanel();
379-
method protected android.os.Bundle getOptions();
380-
method protected void onAttach();
381-
method protected abstract void onBouncerShowing(boolean);
382-
method protected abstract android.view.View onCreateView();
383-
method protected void onDetach();
384-
method protected abstract void onKeyguardDismissed();
385-
method protected abstract void onKeyguardShowing(boolean);
386-
method protected void onLockscreenSlideOffsetChanged(float);
387-
method protected abstract void onScreenTurnedOff();
388-
method protected abstract void onScreenTurnedOn();
389-
method protected final boolean requestDismiss();
390-
method protected final boolean requestDismissAndStartActivity(android.content.Intent);
391-
method protected final void setInteractivity(boolean);
392-
method protected final void slideLockscreenIn();
393-
}
394-
395-
}
396-
397366
package lineageos.hardware {
398367

399368
public final class LineageHardwareManager {

samples/externalviews/keyguardviewprovider/Android.mk

Lines changed: 0 additions & 27 deletions
This file was deleted.

samples/externalviews/keyguardviewprovider/AndroidManifest.xml

Lines changed: 0 additions & 39 deletions
This file was deleted.

samples/externalviews/keyguardviewprovider/res/anim/pulsing_anim.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Binary file not shown.

samples/externalviews/keyguardviewprovider/res/drawable-nodpi/platlogo_lineage.xml

Lines changed: 0 additions & 55 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)