Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9da88263 authored by Chaohui Wang's avatar Chaohui Wang
Browse files

Move models to model folder for SpaPrivilegedLib

Bug: 234570979
Test: Manual with Test App
Change-Id: Ic87bc222eaa39f792279e755f90b0efc3dfeeab6
parent cdf611ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.settingslib.spaprivileged.framework.app
package com.android.settingslib.spaprivileged.model.app

import android.app.AppOpsManager
import android.app.AppOpsManager.MODE_ALLOWED
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.settingslib.spaprivileged.framework.app
package com.android.settingslib.spaprivileged.model.app

import android.content.pm.ApplicationInfo

+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.settingslib.spaprivileged.framework.app
package com.android.settingslib.spaprivileged.model.app

import android.content.Context
import android.content.pm.ApplicationInfo
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.settingslib.spaprivileged.framework.app
package com.android.settingslib.spaprivileged.model.app

import android.content.pm.ApplicationInfo
import android.os.UserHandle
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.settingslib.spaprivileged.framework.app
package com.android.settingslib.spaprivileged.model.app

import android.content.pm.ApplicationInfo
import android.content.pm.PackageInfo
Loading