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

Commit e87964fa authored by Zekan Qian's avatar Zekan Qian Committed by Android (Google) Code Review
Browse files

Merge "Move debug code to spa/debug folder."

parents 5cb30904 a8bbe127
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