Nullability Annotations replacement
-- Replace the android.annotation.Nullable / android.annotation.NonNull with androidx.annotation.Nullable / androidx.annotation.NonNull Bug: 316867690 Test: build pass Change-Id: I0c1da55dfb09ece855151c47e0492d6f46538621
This commit is contained in:
@@ -14,9 +14,11 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
package com.android.settings.development.graphicsdriver;
|
||||
import android.annotation.NonNull;
|
||||
import android.annotation.Nullable;
|
||||
|
||||
import android.os.SystemProperties;
|
||||
|
||||
import androidx.annotation.NonNull;
|
||||
import androidx.annotation.Nullable;
|
||||
/**
|
||||
* Wrapper interface to access {@link SystemProperties}.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user