Add permission for writing RANGE_REMAINING

Add a system permission for change the value of RANGE_REMAINING

Bug: 137390161
Test: flash and verify via KitchenSink property test
Change-Id: Ib2f4a90722e10eaabb63692a1931faee40a2309c
diff --git a/service/AndroidManifest.xml b/service/AndroidManifest.xml
index 7d85445..e9f8875 100644
--- a/service/AndroidManifest.xml
+++ b/service/AndroidManifest.xml
@@ -39,6 +39,15 @@
         android:label="@string/car_permission_label_energy"
         android:description="@string/car_permission_desc_energy" />
 
+    <!-- Allows an application to adjust the vehicle's range remaining information.
+         <p>Protection level: signature|privileged
+     -->
+    <permission
+        android:name="android.car.permission.ADJUST_RANGE_REMAINING"
+        android:protectionLevel="signature|privileged"
+        android:label="@string/car_permission_label_adjust_range_remaining"
+        android:description="@string/car_permission_desc_adjust_range_remaining" />
+
     <!-- Allows an application to read the VIN information.
          <p>Protection level: signature|privileged
     -->