version:1.5
fix:迁移到奥乐云平台 add:
This commit is contained in:
@@ -14,10 +14,12 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package com.android.colorfulos.icons;
|
||||
package com.aoleyun.os.icons;
|
||||
|
||||
import android.content.Context;
|
||||
|
||||
import com.aoleyun.os.icons.R;
|
||||
|
||||
/**
|
||||
* Wrapper class to provide access to {@link BaseIconFactory} and also to provide pool of this class
|
||||
* that are threadsafe.
|
||||
@@ -13,7 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
package com.android.colorfulos.icons;
|
||||
package com.aoleyun.os.icons;
|
||||
|
||||
import static android.content.Intent.ACTION_MANAGED_PROFILE_ADDED;
|
||||
import static android.content.Intent.ACTION_MANAGED_PROFILE_REMOVED;
|
||||
@@ -32,7 +32,8 @@ import android.os.UserHandle;
|
||||
import android.os.UserManager;
|
||||
import android.util.SparseLongArray;
|
||||
|
||||
import com.android.colorfulos.icons.cache.BaseIconCache;
|
||||
import com.aoleyun.os.icons.R;
|
||||
import com.aoleyun.os.icons.cache.BaseIconCache;
|
||||
|
||||
/**
|
||||
* Wrapper class to provide access to {@link BaseIconFactory} and also to provide pool of this class
|
||||
Reference in New Issue
Block a user