Move debug code to spa/debug folder.
Bug: 244122804 Test: unit-test & local build gallery Change-Id: I4e7f5db5db4d4678aec8c5d7aa74e3fc3d43def9
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user