Stay organized with collections
Save and categorize content based on your preferences.
MissingSplitsManagerFactory
public
final
class
MissingSplitsManagerFactory
extends Object
java.lang.Object
|
↳ |
com.google.android.play.core.missingsplits.MissingSplitsManagerFactory
|
This class is deprecated.
the feature is now obsolete. Installs with missing splits are now blocked on devices
which have Play Protect active or run on Android 10.
Creates instances of MissingSplitsManager
.
To learn more, see Check for missing app
components.
Summary
Public methods |
static
MissingSplitsManager
|
create(Context context)
This method is deprecated.
the feature is now obsolete. Installs with missing splits are now blocked on
devices which have Play Protect active or run on Android 10.
|
Inherited methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public methods
create
public static MissingSplitsManager create (Context context)
This method is deprecated.
the feature is now obsolete. Installs with missing splits are now blocked on
devices which have Play Protect active or run on Android 10.
Creates an instance of MissingSplitsManager
.
Parameters |
context |
Context |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# MissingSplitsManagerFactory\n\nSummary: [Methods](#pubmethods) \\| [Inherited Methods](#inhmethods) \n\nMissingSplitsManagerFactory\n===========================\n\n\n`\npublic\n\nfinal\n\nclass\nMissingSplitsManagerFactory\n`\n\n\n`\n\nextends `[Object](https://developer.android.com/reference/java/lang/Object.html)`\n\n\n`\n\n`\n\n\n`\n\n|---|------------------------------------------------------------------------|\n| [java.lang.Object](https://developer.android.com/reference/java/lang/Object.html) ||\n| ↳ | com.google.android.play.core.missingsplits.MissingSplitsManagerFactory |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\n\n**This class is deprecated.** \n\nthe feature is now obsolete. Installs with missing splits are now blocked on devices\nwhich have Play Protect active or run on Android 10.\n\nCreates instances of [MissingSplitsManager](../../../../../../../reference/com/google/android/play/core/missingsplits/MissingSplitsManager.html).\n\nTo learn more, see [Check for missing app\ncomponents](https://d.android.com/guide/app-bundle/sideload-check#missing_splits).\n\nSummary\n-------\n\n| ### Public methods ||\n|---------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` static `[MissingSplitsManager](../../../../../../../reference/com/google/android/play/core/missingsplits/MissingSplitsManager.html) | ` `[create](../../../../../../../reference/com/google/android/play/core/missingsplits/MissingSplitsManagerFactory.html#create(android.content.Context))`(`[Context](https://developer.android.com/reference/android/content/Context.html)` context) ` *This method is deprecated. the feature is now obsolete. Installs with missing splits are now blocked on devices which have Play Protect active or run on Android 10.* |\n\n| ### Inherited methods |\n|-----------------------|---|\n| From class ` `[java.lang.Object](https://developer.android.com/reference/java/lang/Object.html)` ` |-------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------| | ` boolean` | ` equals(`[Object](https://developer.android.com/reference/java/lang/Object.html)` arg0) ` | | ` final `[Class](https://developer.android.com/reference/java/lang/Class.html)`\u003c?\u003e` | ` getClass() ` | | ` int` | ` hashCode() ` | | ` final void` | ` notify() ` | | ` final void` | ` notifyAll() ` | | ` `[String](https://developer.android.com/reference/java/lang/String.html) | ` toString() ` | | ` final void` | ` wait(long arg0, int arg1) ` | | ` final void` | ` wait(long arg0) ` | | ` final void` | ` wait() ` | ||\n\nPublic methods\n--------------\n\n### create\n\n```\npublic static MissingSplitsManager create (Context context)\n```\n\n\n**This method is deprecated.** \n\nthe feature is now obsolete. Installs with missing splits are now blocked on\ndevices which have Play Protect active or run on Android 10.\n\nCreates an instance of [MissingSplitsManager](../../../../../../../reference/com/google/android/play/core/missingsplits/MissingSplitsManager.html).\n\n\u003cbr /\u003e\n\n| Parameters ||\n|-----------|------------------|\n| `context` | `Context` \u003cbr /\u003e |\n\n| Returns ||\n|-----------------------------------------------------------------------------------------------------------------------------|--------|\n| [MissingSplitsManager](../../../../../../../reference/com/google/android/play/core/missingsplits/MissingSplitsManager.html) | \u003cbr /\u003e |"]]