am 0f1e7bfe
: Merge "Revert "Remove don\'t kill flag from CryptKeeper to stop logspam"" into mnc-dr-dev
* commit '0f1e7bfe19f2ca7598399712adaedf5acefcfb0b': Revert "Remove don't kill flag from CryptKeeper to stop logspam"
This commit is contained in:
@@ -1023,6 +1023,7 @@ public class CryptKeeper extends Activity implements TextView.OnEditorActionList
|
||||
PackageManager pm = context.getPackageManager();
|
||||
ComponentName name = new ComponentName(context, CryptKeeper.class);
|
||||
Log.d(TAG, "Disabling component " + name);
|
||||
pm.setComponentEnabledSetting(name, PackageManager.COMPONENT_ENABLED_STATE_DISABLED, 0);
|
||||
pm.setComponentEnabledSetting(name, PackageManager.COMPONENT_ENABLED_STATE_DISABLED,
|
||||
PackageManager.DONT_KILL_APP);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user