appmgr: drop unused methods
This commit is contained in:
parent
2e964bd132
commit
ddea17253c
1 changed files with 0 additions and 6 deletions
|
|
@ -121,12 +121,6 @@ public final class PlatformService {
|
|||
}
|
||||
}
|
||||
|
||||
public void notifyPackageAdded(Intent intent) {
|
||||
}
|
||||
|
||||
public void notifyPackageRemoved(Intent intent) {
|
||||
}
|
||||
|
||||
private Bitmap drawableToBitmap(Drawable drawable) {
|
||||
if (drawable instanceof BitmapDrawable)
|
||||
return ((BitmapDrawable)drawable).getBitmap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue