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

Commit e8819ca4 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

release-request-b06579bd-a905-4db5-ada9-c69d40f4df90-for-git_pi-release-433530...

release-request-b06579bd-a905-4db5-ada9-c69d40f4df90-for-git_pi-release-4335309 snap-temp-L62700000102430107

Change-Id: I62b9e3b3a685b0ad82bf4a8bdf52cbd246cf0c2e
parents 5d72191e 6dd0e40f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          package="com.android.settings.intelligence">

    <uses-sdk android:minSdkVersion="25" android:targetSdkVersion="25" />
    <uses-sdk android:minSdkVersion="27" android:targetSdkVersion="27" />

    <application>
    </application>
+5 −3
Original line number Diff line number Diff line
@@ -14,8 +14,10 @@
 * limitations under the License.
 */

package com.android.settings.intelligence;
package com.android.settings.intelligence.suggestions;

public class SuggestionService {

    private static final String TAG = "SuggestionService";

public class DummyClass {
    // TODO: Delete me
}
+2 −2
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ import org.robolectric.annotation.Config;

@RunWith(SettingsIntelligenceRobolectricTestRunner.class)
@Config(manifest = TestConfig.MANIFEST_PATH, sdk = TestConfig.SDK_VERSION)
public class DummyTest {
public class SuggestionServiceTest {

    @Test
    public void testRun() {