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

Commit a8bbe127 authored by Zekan Qian's avatar Zekan Qian
Browse files

Move debug code to spa/debug folder.

Bug: 244122804
Test: unit-test & local build gallery
Change-Id: I4e7f5db5db4d4678aec8c5d7aa74e3fc3d43def9
parent f6396c68
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -57,15 +57,15 @@
        </receiver>

        <activity
            android:name="com.android.settingslib.spa.framework.debug.BlankActivity"
            android:name="com.android.settingslib.spa.debug.BlankActivity"
            android:exported="true">
        </activity>
        <activity
            android:name="com.android.settingslib.spa.framework.debug.DebugActivity"
            android:name="com.android.settingslib.spa.debug.DebugActivity"
            android:exported="true">
        </activity>
        <provider
            android:name="com.android.settingslib.spa.framework.debug.DebugProvider"
            android:name="com.android.settingslib.spa.debug.DebugProvider"
            android:authorities="com.android.spa.gallery.debug.provider"
            android:enabled="true"
            android:exported="false">
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.settingslib.spa.framework.debug
package com.android.settingslib.spa.debug

import android.net.Uri
import android.os.Bundle
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.settingslib.spa.framework.debug
package com.android.settingslib.spa.debug

import com.android.settingslib.spa.framework.common.EntrySearchData
import com.android.settingslib.spa.framework.common.EntryStatusData
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.settingslib.spa.framework.debug
package com.android.settingslib.spa.debug

import android.content.ContentProvider
import android.content.ContentValues